Skip to content

Commit 883b8a7

Browse files
remove redudant tex
1 parent 559e6f7 commit 883b8a7

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

book/20-concepts/04-workflows.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ Before diving deep into the Relational Workflow Model, let's see how it compares
2727
| **Workflow Support** | None | None | **Native workflow modeling** |
2828
| **Learning Curve** | Steep (mathematical) | Moderate (intuitive design, complex SQL) | **Gentle (unified concepts)** |
2929

30-
[Rest of the chapter continues as written in the original 03-workflows.md...]
31-
3230
## The Mathematical Foundation: Codd's Predicate Calculus Approach
3331

3432
### Core Concepts
@@ -160,17 +158,6 @@ Finally, **workflow integrity** is maintained through the DAG structure, which e
160158
DataJoint diagram showing workflow dependencies
161159
```
162160

163-
## Comparing the Three Paradigms
164-
165-
| Aspect | Mathematical (Codd) | Entity-Relationship (Chen) | **Relational Workflow (Yatsenko)** |
166-
|--------|-------------------|-------------------------|-------------------------------|
167-
| **Core Question** | "What functional dependencies exist?" | "What entity types exist?" | **"When/how are entities created?"** |
168-
| **Diagramming** | None | Comprehensive ERDs | **Integrated workflow diagrams** |
169-
| **Time Dimension** | Not addressed | Not central | **Fundamental** |
170-
| **Implementation Gap** | High (abstract to SQL) | High (ERM to SQL) | **None (unified approach)** |
171-
| **Workflow Support** | None | None | **Native workflow modeling** |
172-
| **Learning Curve** | Steep (mathematical) | Moderate (intuitive design, complex SQL) | **Gentle (unified concepts)** |
173-
174161
## The DataJoint Implementation: Theory Made Practical
175162

176163
DataJoint represents the practical embodiment of the Relational Workflow Model, developed over a decade of neuroscience research [@10.48550/arXiv.1807.11104].

0 commit comments

Comments
 (0)