[PR #160] [MERGED] 81 figure references/part 2 #2559

Closed
opened 2026-04-13 13:10:32 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/harvard-edge/cs249r_book/pull/160
Author: @eliasab16
Created: 1/29/2024
Status: Merged
Merged: 2/2/2024
Merged by: @profvjreddi

Base: mainHead: 81-figure-references/part-2


📝 Commits (2)

📊 Changes

23 files changed (+208 additions, -164 deletions)

View changed files

📝 contents/ai_for_good/ai_for_good.qmd (+2 -2)
📝 contents/benchmarking/benchmarking.qmd (+22 -27)
contents/benchmarking/images/png/imagenet.png (+0 -0)
📝 contents/hw_acceleration/hw_acceleration.bib (+11 -3)
📝 contents/hw_acceleration/hw_acceleration.qmd (+25 -33)
contents/hw_acceleration/images/jpg/flexible-circuit.jpeg (+0 -0)
contents/hw_acceleration/images/png/aimage5.png (+0 -0)
contents/hw_acceleration/images/png/aimage7.png (+0 -0)
contents/hw_acceleration/images/png/fimage1.png (+0 -0)
contents/ondevice_learning/images/jpg/pruning.jpeg (+0 -0)
contents/ondevice_learning/images/png/ondevice_pruning.png (+0 -0)
📝 contents/ondevice_learning/images/png/ondevice_transfer_learning_apps.png (+0 -0)
📝 contents/ondevice_learning/ondevice_learning.bib (+16 -0)
📝 contents/ondevice_learning/ondevice_learning.qmd (+25 -24)
📝 contents/ops/ops.bib (+14 -8)
📝 contents/ops/ops.qmd (+25 -15)
📝 contents/privacy_security/privacy_security.bib (+8 -0)
📝 contents/privacy_security/privacy_security.qmd (+31 -31)
📝 contents/responsible_ai/responsible_ai.bib (+11 -0)
📝 contents/responsible_ai/responsible_ai.qmd (+7 -8)

...and 3 more files

📄 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/160 **Author:** [@eliasab16](https://github.com/eliasab16) **Created:** 1/29/2024 **Status:** ✅ Merged **Merged:** 2/2/2024 **Merged by:** [@profvjreddi](https://github.com/profvjreddi) **Base:** `main` ← **Head:** `81-figure-references/part-2` --- ### 📝 Commits (2) - [`6d0d65a`](https://github.com/harvard-edge/cs249r_book/commit/6d0d65aa23b477f2bdcc86a894076a52f229be86) 4 chapters - [`170f296`](https://github.com/harvard-edge/cs249r_book/commit/170f296441d1f7669bc45186902708cafa9e99ea) part-2 done ### 📊 Changes **23 files changed** (+208 additions, -164 deletions) <details> <summary>View changed files</summary> 📝 `contents/ai_for_good/ai_for_good.qmd` (+2 -2) 📝 `contents/benchmarking/benchmarking.qmd` (+22 -27) ➖ `contents/benchmarking/images/png/imagenet.png` (+0 -0) 📝 `contents/hw_acceleration/hw_acceleration.bib` (+11 -3) 📝 `contents/hw_acceleration/hw_acceleration.qmd` (+25 -33) ➕ `contents/hw_acceleration/images/jpg/flexible-circuit.jpeg` (+0 -0) ➖ `contents/hw_acceleration/images/png/aimage5.png` (+0 -0) ➖ `contents/hw_acceleration/images/png/aimage7.png` (+0 -0) ➖ `contents/hw_acceleration/images/png/fimage1.png` (+0 -0) ➕ `contents/ondevice_learning/images/jpg/pruning.jpeg` (+0 -0) ➖ `contents/ondevice_learning/images/png/ondevice_pruning.png` (+0 -0) 📝 `contents/ondevice_learning/images/png/ondevice_transfer_learning_apps.png` (+0 -0) 📝 `contents/ondevice_learning/ondevice_learning.bib` (+16 -0) 📝 `contents/ondevice_learning/ondevice_learning.qmd` (+25 -24) 📝 `contents/ops/ops.bib` (+14 -8) 📝 `contents/ops/ops.qmd` (+25 -15) 📝 `contents/privacy_security/privacy_security.bib` (+8 -0) 📝 `contents/privacy_security/privacy_security.qmd` (+31 -31) 📝 `contents/responsible_ai/responsible_ai.bib` (+11 -0) 📝 `contents/responsible_ai/responsible_ai.qmd` (+7 -8) _...and 3 more files_ </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-04-13 13:10:32 -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#2559