[PR #179] [MERGED] Edits for chapters 1-4 #623

Closed
opened 2026-03-22 15:47:07 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/harvard-edge/cs249r_book/pull/179
Author: @mpstewart1
Created: 4/2/2024
Status: Merged
Merged: 4/4/2024
Merged by: @mpstewart1

Base: mainHead: matt-edits


📝 Commits (2)

📊 Changes

16 files changed (+427 additions, -406 deletions)

View changed files

📝 _quarto.yml (+4 -7)
contents/embedded_ml/embedded_ml.bib (+0 -0)
contents/embedded_ml/embedded_ml.qmd (+0 -301)
📝 contents/foreword.qmd (+83 -1)
📝 contents/introduction.qmd (+9 -75)
📝 contents/ml_systems/images/jpg/cloud_ml_tpu.jpg (+0 -0)
📝 contents/ml_systems/images/jpg/edge_ml_iot.jpg (+0 -0)
📝 contents/ml_systems/images/jpg/tiny_ml.jpg (+0 -0)
📝 contents/ml_systems/images/png/cloud-edge-tiny.png (+0 -0)
📝 contents/ml_systems/images/png/cloud_ml_tpu.png (+0 -0)
📝 contents/ml_systems/images/png/cover_embedded_ai.png (+0 -0)
📝 contents/ml_systems/images/png/cover_embedded_sys.png (+0 -0)
📝 contents/ml_systems/images/png/microprocessor_vs_microcontroller.png (+0 -0)
📝 contents/ml_systems/ml_systems.bib (+0 -0)
📝 contents/ml_systems/ml_systems.qmd (+248 -21)
📝 contents/toc.qmd (+83 -1)

📄 Description

Before submitting your Pull Request, please ensure that you have carefully reviewed and completed all items on this checklist.

  1. Content

    • [ x] The chapter content is complete and covers the topic in detail.
    • [ x] All technical terms are well-defined and explained.
    • [ x] Any code snippets or algorithms are well-documented and tested.
    • [ x] The chapter follows a logical flow and structure.
  2. References & Citations

    • [ x] All references are correctly listed at the end of the chapter.
    • [ x] In-text citations are used appropriately and match the references.
    • [ x] All figures, tables, and images have proper sources and are cited correctly.
  3. Quarto Website Rendering

    • [ x] The chapter has been locally built and tested using Quarto.
    • [ 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] Any interactive elements or widgets work as intended.
    • [ x] The chapter's formatting is consistent with the rest of the book.
  4. Grammar & Style

    • [ x] The chapter has been proofread for grammar and spelling errors.
    • [ x] The writing style is consistent with the rest of the book.
    • [ x] Any jargon is clearly explained or avoided where possible.
  5. Collaboration

    • [ x] All group members have reviewed and approved the chapter.
    • [ x] Any feedback from previous reviews or discussions has been addressed.
  6. Miscellaneous

    • [ x] All external links (if any) are working and lead to the intended destinations.
    • [ x] If datasets or external resources are used, they are properly credited and linked.
    • [ x] Any necessary permissions for reused content have been obtained.
  7. Final Steps

    • [ x] The chapter is pushed to the correct branch on the repository.
    • [ x] The Pull Request is made with a clear title and description.
    • [ x] The Pull Request includes any necessary labels or tags.
    • [ x] The Pull Request mentions any stakeholders or reviewers who should take a look.

🔄 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/179 **Author:** [@mpstewart1](https://github.com/mpstewart1) **Created:** 4/2/2024 **Status:** ✅ Merged **Merged:** 4/4/2024 **Merged by:** [@mpstewart1](https://github.com/mpstewart1) **Base:** `main` ← **Head:** `matt-edits` --- ### 📝 Commits (2) - [`c8b5034`](https://github.com/harvard-edge/cs249r_book/commit/c8b50341412b6d8b65240f8c3f957acd416c44ea) Edits for chapters 1-4 - [`b490ada`](https://github.com/harvard-edge/cs249r_book/commit/b490ada1f9c5683018ce728a4e41caf7ae1a5518) Updated _quarto.yml ### 📊 Changes **16 files changed** (+427 additions, -406 deletions) <details> <summary>View changed files</summary> 📝 `_quarto.yml` (+4 -7) ➖ `contents/embedded_ml/embedded_ml.bib` (+0 -0) ➖ `contents/embedded_ml/embedded_ml.qmd` (+0 -301) 📝 `contents/foreword.qmd` (+83 -1) 📝 `contents/introduction.qmd` (+9 -75) 📝 `contents/ml_systems/images/jpg/cloud_ml_tpu.jpg` (+0 -0) 📝 `contents/ml_systems/images/jpg/edge_ml_iot.jpg` (+0 -0) 📝 `contents/ml_systems/images/jpg/tiny_ml.jpg` (+0 -0) 📝 `contents/ml_systems/images/png/cloud-edge-tiny.png` (+0 -0) 📝 `contents/ml_systems/images/png/cloud_ml_tpu.png` (+0 -0) 📝 `contents/ml_systems/images/png/cover_embedded_ai.png` (+0 -0) 📝 `contents/ml_systems/images/png/cover_embedded_sys.png` (+0 -0) 📝 `contents/ml_systems/images/png/microprocessor_vs_microcontroller.png` (+0 -0) 📝 `contents/ml_systems/ml_systems.bib` (+0 -0) 📝 `contents/ml_systems/ml_systems.qmd` (+248 -21) 📝 `contents/toc.qmd` (+83 -1) </details> ### 📄 Description Before submitting your Pull Request, please ensure that you have carefully reviewed and completed all items on this checklist. 1. **Content** - [ x] The chapter content is complete and covers the topic in detail. - [ x] All technical terms are well-defined and explained. - [ x] Any code snippets or algorithms are well-documented and tested. - [ x] The chapter follows a logical flow and structure. 2. **References & Citations** - [ x] All references are correctly listed at the end of the chapter. - [ x] In-text citations are used appropriately and match the references. - [ x] All figures, tables, and images have proper sources and are cited correctly. 3. **Quarto Website Rendering** - [ x] The chapter has been locally built and tested using Quarto. - [ 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] Any interactive elements or widgets work as intended. - [ x] The chapter's formatting is consistent with the rest of the book. 4. **Grammar & Style** - [ x] The chapter has been proofread for grammar and spelling errors. - [ x] The writing style is consistent with the rest of the book. - [ x] Any jargon is clearly explained or avoided where possible. 5. **Collaboration** - [ x] All group members have reviewed and approved the chapter. - [ x] Any feedback from previous reviews or discussions has been addressed. 6. **Miscellaneous** - [ x] All external links (if any) are working and lead to the intended destinations. - [ x] If datasets or external resources are used, they are properly credited and linked. - [ x] Any necessary permissions for reused content have been obtained. 7. **Final Steps** - [ x] The chapter is pushed to the correct branch on the repository. - [ x] The Pull Request is made with a clear title and description. - [ x] The Pull Request includes any necessary labels or tags. - [ x] The Pull Request mentions any stakeholders or reviewers who should take a look. --- <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-03-22 15:47:07 -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#623