Skip to content

Commit e51e6c4

Browse files
Merge pull request dimitri-yatsenko#16 from dimitri-yatsenko/claude/add-executive-summary-01P1VvnPGcB9Vq6uLwo1wBat
Move Executive Summary from Concepts to Introduction section
2 parents fe85c63 + 83733e7 commit e51e6c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

book/20-concepts/00-0-executive-summary.md renamed to book/00-introduction/05-executive-summary.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ The core is fully open source. Organizations can build DIY solutions or use mana
6161

6262
This book provides comprehensive coverage of DataJoint from foundations through advanced applications:
6363

64-
**Part I: Concepts** (this section)
64+
**Part I: Concepts**
6565
- Database fundamentals and why they matter for scientific work
6666
- Data models: schema-on-write vs. schema-on-read, and why schemas enable mathematical guarantees
6767
- Relational theory: the 150-year mathematical foundation from De Morgan through Codd
@@ -112,7 +112,7 @@ DataJoint has been proven at scale: the MICrONS project used it to coordinate pe
112112

113113
## Getting Started
114114

115-
The remaining chapters in this Concepts section build the theoretical foundation. If you prefer to learn by doing, the hands-on tutorial in **Relational Practice** provides immediate experience with a working database. The **Design** section then covers practical schema construction.
115+
The **Concepts** section builds the theoretical foundation. If you prefer to learn by doing, the hands-on tutorial in **Relational Practice** provides immediate experience with a working database. The **Design** section then covers practical schema construction.
116116

117117
The [Blob Detection example](../80-examples/075-blob-detection.ipynb) demonstrates a complete image processing pipeline with all table tiers (Manual, Lookup, Imported, Computed) working together, providing a concrete reference implementation.
118118

0 commit comments

Comments
 (0)