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 250 Required Concepts from learning graph
2 Chapters 9 Required Chapter directories with index.md
3 MicroSims 14 Recommended Interactive simulations in docs/sims/
4 Stories 1 Optional Graphic-novel narratives in docs/stories/
5 Chapter Quizzes 9 / 9 Recommended Chapters with a quiz.md (97 questions total)
6 Chapter References 0 / 9 Recommended Chapters with references.md (0 references total)
7 Glossary Terms 248 Recommended Defined terms in glossary.md
8 FAQs 49 Recommended Questions in faq.md
9 Words 99,706 Required Words across student-facing markdown
10 Mascot None Optional Mascot image poses in docs/img/mascot/
11 Appendices 0 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 47 47 H4 headers starting with '#### Diagram:'
Equations 9 9 LaTeX expressions (inline and display)
Total Words 99,706 67,336 Words in markdown files
Links 335 176 Hyperlinks in markdown format
Equivalent Pages 417 288 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)