[PR #205] [MERGED] fixed figure captions and references #633

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

📋 Pull Request Information

Original PR: https://github.com/harvard-edge/cs249r_book/pull/205
Author: @eliasab16
Created: 5/17/2024
Status: Merged
Merged: 5/17/2024
Merged by: @profvjreddi

Base: mainHead: cleanup-1


📝 Commits (2)

  • 911ee1d fixed figure captions and references
  • 62c7fef robust ai chapter

📊 Changes

16 files changed (+239 additions, -193 deletions)

View changed files

📝 contents/data_engineering/data_engineering.qmd (+22 -22)
📝 contents/dl_primer/dl_primer.qmd (+6 -6)
📝 contents/efficient_ai/efficient_ai.qmd (+11 -9)
📝 contents/frameworks/frameworks.qmd (+18 -16)
📝 contents/hw_acceleration/hw_acceleration.bib (+7 -0)
📝 contents/hw_acceleration/hw_acceleration.qmd (+3 -3)
contents/ml_systems/images/jpg/cloud_ml_tpu 2.jpg (+0 -0)
contents/ml_systems/images/png/cloud-edge-tiny 2.png (+0 -0)
📝 contents/ml_systems/ml_systems.qmd (+4 -4)
📝 contents/ops/ops.qmd (+4 -1)
📝 contents/optimizations/optimizations.bib (+20 -0)
📝 contents/optimizations/optimizations.qmd (+82 -76)
📝 contents/robust_ai/robust_ai.qmd (+44 -44)
📝 contents/sustainable_ai/sustainable_ai.qmd (+1 -1)
contents/training/images/jpeg/activation-functions3 2.jpg (+0 -0)
📝 contents/training/training.qmd (+17 -11)

📄 Description

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

  1. Content

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

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

    • The chapter has been locally built and tested using Quarto.
    • All images, figures, and tables render properly without any glitches.
    • All images have a source or they are properly linked to external sites.
    • Any interactive elements or widgets work as intended.
    • The chapter's formatting is consistent with the rest of the book.
  4. Grammar & Style

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

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

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

    • The chapter is pushed to the correct branch on the repository.
    • The Pull Request is made with a clear title and description.
    • The Pull Request includes any necessary labels or tags.
    • 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/205 **Author:** [@eliasab16](https://github.com/eliasab16) **Created:** 5/17/2024 **Status:** ✅ Merged **Merged:** 5/17/2024 **Merged by:** [@profvjreddi](https://github.com/profvjreddi) **Base:** `main` ← **Head:** `cleanup-1` --- ### 📝 Commits (2) - [`911ee1d`](https://github.com/harvard-edge/cs249r_book/commit/911ee1d2750efeb7a2cf25941857c384d7d64762) fixed figure captions and references - [`62c7fef`](https://github.com/harvard-edge/cs249r_book/commit/62c7fef4606391daa227fdfe9bda335de6d45cfe) robust ai chapter ### 📊 Changes **16 files changed** (+239 additions, -193 deletions) <details> <summary>View changed files</summary> 📝 `contents/data_engineering/data_engineering.qmd` (+22 -22) 📝 `contents/dl_primer/dl_primer.qmd` (+6 -6) 📝 `contents/efficient_ai/efficient_ai.qmd` (+11 -9) 📝 `contents/frameworks/frameworks.qmd` (+18 -16) 📝 `contents/hw_acceleration/hw_acceleration.bib` (+7 -0) 📝 `contents/hw_acceleration/hw_acceleration.qmd` (+3 -3) ➕ `contents/ml_systems/images/jpg/cloud_ml_tpu 2.jpg` (+0 -0) ➕ `contents/ml_systems/images/png/cloud-edge-tiny 2.png` (+0 -0) 📝 `contents/ml_systems/ml_systems.qmd` (+4 -4) 📝 `contents/ops/ops.qmd` (+4 -1) 📝 `contents/optimizations/optimizations.bib` (+20 -0) 📝 `contents/optimizations/optimizations.qmd` (+82 -76) 📝 `contents/robust_ai/robust_ai.qmd` (+44 -44) 📝 `contents/sustainable_ai/sustainable_ai.qmd` (+1 -1) ➕ `contents/training/images/jpeg/activation-functions3 2.jpg` (+0 -0) 📝 `contents/training/training.qmd` (+17 -11) </details> ### 📄 Description Before submitting your Pull Request, please ensure that you have carefully reviewed and completed all items on this checklist. 1. **Content** - [ ] The chapter content is complete and covers the topic in detail. - [ ] All technical terms are well-defined and explained. - [ ] Any code snippets or algorithms are well-documented and tested. - [ ] The chapter follows a logical flow and structure. 2. **References & Citations** - [ ] All references are correctly listed at the end of the chapter. - [ ] In-text citations are used appropriately and match the references. - [ ] All figures, tables, and images have proper sources and are cited correctly. 3. **Quarto Website Rendering** - [ ] The chapter has been locally built and tested using Quarto. - [ ] All images, figures, and tables render properly without any glitches. - [ ] All images have a source or they are properly linked to external sites. - [ ] Any interactive elements or widgets work as intended. - [ ] The chapter's formatting is consistent with the rest of the book. 4. **Grammar & Style** - [ ] The chapter has been proofread for grammar and spelling errors. - [ ] The writing style is consistent with the rest of the book. - [ ] Any jargon is clearly explained or avoided where possible. 5. **Collaboration** - [ ] All group members have reviewed and approved the chapter. - [ ] Any feedback from previous reviews or discussions has been addressed. 6. **Miscellaneous** - [ ] All external links (if any) are working and lead to the intended destinations. - [ ] If datasets or external resources are used, they are properly credited and linked. - [ ] Any necessary permissions for reused content have been obtained. 7. **Final Steps** - [ ] The chapter is pushed to the correct branch on the repository. - [ ] The Pull Request is made with a clear title and description. - [ ] The Pull Request includes any necessary labels or tags. - [ ] 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:24 -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#633