[PR #965] [MERGED] Polish Chapter 1; align callout icon colors; add new TikZ figures #6247

Closed
opened 2026-04-21 22:11:19 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/harvard-edge/cs249r_book/pull/965
Author: @hzeljko
Created: 9/21/2025
Status: Merged
Merged: 9/23/2025
Merged by: @profvjreddi

Base: devHead: chapter-1


📝 Commits (1)

  • 267fc55 Polish Chapter 1; align callout icon colors; add new TikZ figures

📊 Changes

30 files changed (+469 additions, -178 deletions)

View changed files

📝 .codespell-ignore (+2 -1)
📝 quarto/assets/images/icons/callouts/icon_callout-definition.pdf (+0 -0)
📝 quarto/assets/images/icons/callouts/icon_callout-definition.png (+0 -0)
📝 quarto/assets/images/icons/callouts/icon_callout-example.pdf (+0 -0)
📝 quarto/assets/images/icons/callouts/icon_callout-example.png (+0 -0)
📝 quarto/assets/images/icons/callouts/icon_callout-quiz-answer.pdf (+0 -0)
📝 quarto/assets/images/icons/callouts/icon_callout-quiz-answer.png (+0 -0)
📝 quarto/assets/images/icons/callouts/icon_callout-quiz-question.pdf (+0 -0)
📝 quarto/assets/images/icons/callouts/icon_callout-quiz-question.png (+0 -0)
📝 quarto/assets/images/icons/callouts/icon_callout_quiz_answer.png (+0 -0)
📝 quarto/assets/images/icons/callouts/icon_callout_quiz_question.png (+0 -0)
📝 quarto/contents/core/ai_for_good/ai_for_good.qmd (+26 -26)
📝 quarto/contents/core/dl_primer/dl_primer.qmd (+34 -36)
📝 quarto/contents/core/dl_primer/images/jpg/usps_examples_new.jpg (+0 -0)
📝 quarto/contents/core/dnn_architectures/dnn_architectures.qmd (+4 -5)
📝 quarto/contents/core/dnn_architectures/dnn_architectures_quizzes.json (+1 -1)
📝 quarto/contents/core/hw_acceleration/hw_acceleration.qmd (+8 -8)
📝 quarto/contents/core/introduction/introduction.qmd (+12 -18)
📝 quarto/contents/core/ml_systems/ml_systems.qmd (+39 -41)
📝 quarto/contents/core/ondevice_learning/ondevice_learning.qmd (+305 -3)

...and 10 more files

📄 Description

  • Polished Chapter 1 per the client’s request.
  • Harmonized callout icon colors with their respective block colors.
  • Added new TikZ figures: fig. 14.5, 17.3, and 17.5.
  • Reviewed and cleaned up all chapters.
  • Rendered the complete book for PDF, HTML, and EPUB outputs.

Before submitting your Pull Request, please review and complete the items on this checklist.

  • The text has been proofread for grammar and spelling errors.
  • All images, figures, and tables render properly without any glitches.
  • All images have a source or they are properly linked to external sites.
  • The chapter's formatting is consistent with the rest of the book.
  • The chapter has been locally built and tested using Quarto.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/harvard-edge/cs249r_book/pull/965 **Author:** [@hzeljko](https://github.com/hzeljko) **Created:** 9/21/2025 **Status:** ✅ Merged **Merged:** 9/23/2025 **Merged by:** [@profvjreddi](https://github.com/profvjreddi) **Base:** `dev` ← **Head:** `chapter-1` --- ### 📝 Commits (1) - [`267fc55`](https://github.com/harvard-edge/cs249r_book/commit/267fc5518880dac9ddf95f7488d810733570f951) Polish Chapter 1; align callout icon colors; add new TikZ figures ### 📊 Changes **30 files changed** (+469 additions, -178 deletions) <details> <summary>View changed files</summary> 📝 `.codespell-ignore` (+2 -1) 📝 `quarto/assets/images/icons/callouts/icon_callout-definition.pdf` (+0 -0) 📝 `quarto/assets/images/icons/callouts/icon_callout-definition.png` (+0 -0) 📝 `quarto/assets/images/icons/callouts/icon_callout-example.pdf` (+0 -0) 📝 `quarto/assets/images/icons/callouts/icon_callout-example.png` (+0 -0) 📝 `quarto/assets/images/icons/callouts/icon_callout-quiz-answer.pdf` (+0 -0) 📝 `quarto/assets/images/icons/callouts/icon_callout-quiz-answer.png` (+0 -0) 📝 `quarto/assets/images/icons/callouts/icon_callout-quiz-question.pdf` (+0 -0) 📝 `quarto/assets/images/icons/callouts/icon_callout-quiz-question.png` (+0 -0) 📝 `quarto/assets/images/icons/callouts/icon_callout_quiz_answer.png` (+0 -0) 📝 `quarto/assets/images/icons/callouts/icon_callout_quiz_question.png` (+0 -0) 📝 `quarto/contents/core/ai_for_good/ai_for_good.qmd` (+26 -26) 📝 `quarto/contents/core/dl_primer/dl_primer.qmd` (+34 -36) 📝 `quarto/contents/core/dl_primer/images/jpg/usps_examples_new.jpg` (+0 -0) 📝 `quarto/contents/core/dnn_architectures/dnn_architectures.qmd` (+4 -5) 📝 `quarto/contents/core/dnn_architectures/dnn_architectures_quizzes.json` (+1 -1) 📝 `quarto/contents/core/hw_acceleration/hw_acceleration.qmd` (+8 -8) 📝 `quarto/contents/core/introduction/introduction.qmd` (+12 -18) 📝 `quarto/contents/core/ml_systems/ml_systems.qmd` (+39 -41) 📝 `quarto/contents/core/ondevice_learning/ondevice_learning.qmd` (+305 -3) _...and 10 more files_ </details> ### 📄 Description - Polished Chapter 1 per the client’s request. - Harmonized callout icon colors with their respective block colors. - Added new TikZ figures: fig. 14.5, 17.3, and 17.5. - Reviewed and cleaned up all chapters. - Rendered the complete book for PDF, HTML, and EPUB outputs. Before submitting your Pull Request, please review and complete the items on this checklist. - [x] The text has been proofread for grammar and spelling errors. - [x] All images, figures, and tables render properly without any glitches. - [x] All images have a source or they are properly linked to external sites. - [x] The chapter's formatting is consistent with the rest of the book. - [x] The chapter has been locally built and tested using Quarto. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-21 22:11:19 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/cs249r_book#6247