Skip to content

Book Metrics

Generated by: Book Metrics Python Program v0.08
Generated on: August 21, 2026 at 07:51 AM

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 600 Required Concepts from learning graph
2 Chapters 25 Required Chapter directories with index.md
3 MicroSims 73 Recommended Interactive simulations in docs/sims/
4 Stories 0 Optional Graphic-novel narratives in docs/stories/
5 Chapter Quizzes 25 / 25 Recommended Chapters with a quiz.md (250 questions total)
6 Chapter References 25 / 25 Recommended Chapters with references.md (250 references total)
7 Glossary Terms 600 Recommended Defined terms in glossary.md
8 FAQs 89 Recommended Questions in faq.md
9 Words 220,495 Required Words across student-facing markdown
10 Mascot 7 Optional Mascot image poses in docs/img/mascot/
11 Appendices 5 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 51 51 H4 headers starting with '#### Diagram:'
Equations 122 11 LaTeX expressions (inline and display)
Total Words 220,495 117,319 Words in markdown files
Links 1014 430 Hyperlinks in markdown format
Equivalent Pages 931 518 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)