Skip to content

Book Metrics

Generated by: Book Metrics Python Program v0.08
Generated on: June 03, 2026 at 12:10 PM

This file contains overall metrics for the intelligent textbook.

Note: Student-facing content metrics exclude prompts/ and learning-graph/ directories. Chapter-only metrics show what students see in the main chapters.

Book Composition

The twelve tracked elements of an intelligent textbook. The Status column shows whether each element is Required, Recommended, or Optional; a ⚠️ marks a required element that is still missing.

# Element Value Status Notes
1 Concepts 380 Required Concepts from learning graph
2 Chapters 23 Required Chapter directories with index.md
3 MicroSims 123 Recommended Interactive simulations in docs/sims/
4 Stories 0 Optional Graphic-novel narratives in docs/stories/
5 Chapter Quizzes 23 / 23 Recommended Chapters with a quiz.md (230 questions total)
6 Chapter References 23 / 23 Recommended Chapters with references.md (230 references total)
7 Glossary Terms 230 Recommended Defined terms in glossary.md
8 FAQs 72 Recommended Questions in faq.md
9 Words 242,795 Required Words across student-facing markdown
10 Mascot 7 Optional Mascot image poses in docs/img/mascot/
11 Appendices 3 Optional Appendix pages
12 Development Stage Not specified Required ⚠️ From mkdocs.yml or course-description.md

Student-Facing Content Metrics

Excludes administrative directories (prompts/, learning-graph/).

Metric Name All Content Chapters Only Notes
Diagrams 125 125 H4 headers starting with '#### Diagram:'
Equations 6507 5924 LaTeX expressions (inline and display)
Total Words 242,795 133,456 Words in markdown files
Links 1047 270 Hyperlinks in markdown format
Equivalent Pages 1063 626 Estimated pages (250 words/page + visuals)

Metrics Explanation

Book Composition Elements

  • Concepts (required): Number of rows in learning-graph.csv
  • Chapters (required): Count of chapter directories containing index.md files
  • MicroSims (recommended): Directories in docs/sims/ with index.md files
  • Stories (optional): Story directories in docs/stories/ with index.md files
  • Chapter Quizzes (recommended): Chapters containing a quiz.md file (with total quiz questions in the notes)
  • Chapter References (recommended): Chapters containing a references.md file (with total reference entries in the notes)
  • Glossary Terms (recommended): H4 headers in glossary.md
  • FAQs (recommended): H3 headers in faq.md
  • Words (required): All words in student-facing markdown files (excluding code blocks and URLs)
  • Mascot (optional): Image files (poses) in docs/img/mascot/
  • Appendices (optional): Pages in the appendices/ directory (excluding index.md)
  • Development Stage (required): development_stage value in mkdocs.yml (or course-description.md); shows 'Not specified' if absent

Content Metrics

  • Diagrams: H4 headers starting with '#### Diagram:'
  • Equations: LaTeX expressions using $ and $$ delimiters
  • Total Words: All words in markdown files (excluding code blocks and URLs)
  • Links: Markdown-formatted links [text](url)
  • Equivalent Pages: Based on 250 words/page + 0.25 page/diagram + 0.5 page/MicroSim

Column Explanations

  • All Content: Includes all student-facing content (chapters, glossary, FAQ, sims, etc.) but excludes administrative directories
  • Chapters Only: Aggregated from chapter directories only - represents the core textbook content students read

Excluded Directories: prompts/, learning-graph/ (administrative content not visible to students)