Skip to content

Commit 83733e7

Browse files
committed
Move Executive Summary from Concepts to Introduction section
The Executive Summary provides a book-level overview for data architects and technical leaders, which fits better in the Introduction rather than being specific to the Concepts section. Changes: - Moved file from 20-concepts/00-0-executive-summary.md to 00-introduction/05-executive-summary.md - Updated section references to properly point to Concepts from Introduction - Positioned after Purpose (00) to give architects quick access to high-level technical overview
1 parent e60eb41 commit 83733e7

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)