[PR #82] [MERGED] first draft of sustainable ai chapter #575

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

📋 Pull Request Information

Original PR: https://github.com/harvard-edge/cs249r_book/pull/82
Author: @Gjain234
Created: 12/2/2023
Status: Merged
Merged: 12/8/2023
Merged by: @profvjreddi

Base: mainHead: sustainable-ai


📝 Commits (10+)

  • a476086 first draft of sustainable ai chapter
  • 06dd54d Fixing formatting and headings in MD
  • f43bfae Merge branch 'main' into pr/82
  • 027268e adding images and citations to end section
  • 2358ed4 Update references.bib
  • 396f398 Update references.bib
  • 12a57de Update sustainable_ai.qmd
  • 0708ebb Update sustainable_ai.qmd
  • db37850 Update references.bib
  • 3c8dfb3 Update sustainable_ai.qmd

📊 Changes

11 files changed (+5020 additions, -3326 deletions)

View changed files

images/sustainable_ai/ai_lifecycle.jpeg (+0 -0)
images/sustainable_ai/azure_dashboard.png (+0 -0)
images/sustainable_ai/carbon_benchmarks.png (+0 -0)
images/sustainable_ai/energy_datacenter.png (+0 -0)
images/sustainable_ai/europe_energy_grid.png (+0 -0)
images/sustainable_ai/mckinsey_analysis.png (+0 -0)
images/sustainable_ai/model_carbonfootprint.png (+0 -0)
images/sustainable_ai/model_scaling.png (+0 -0)
images/sustainable_ai/statista_chip_growth.png (+0 -0)
📝 references.bib (+4435 -3274)
📝 sustainable_ai.qmd (+585 -52)

📄 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/82 **Author:** [@Gjain234](https://github.com/Gjain234) **Created:** 12/2/2023 **Status:** ✅ Merged **Merged:** 12/8/2023 **Merged by:** [@profvjreddi](https://github.com/profvjreddi) **Base:** `main` ← **Head:** `sustainable-ai` --- ### 📝 Commits (10+) - [`a476086`](https://github.com/harvard-edge/cs249r_book/commit/a47608693ffb3fb1f7ab1c0572e38c4b41546cba) first draft of sustainable ai chapter - [`06dd54d`](https://github.com/harvard-edge/cs249r_book/commit/06dd54d6e24fc70a1f6fc9fe86892352c730aec5) Fixing formatting and headings in MD - [`f43bfae`](https://github.com/harvard-edge/cs249r_book/commit/f43bfae893b994aa7f46b4160c172a37f4f4483f) Merge branch 'main' into pr/82 - [`027268e`](https://github.com/harvard-edge/cs249r_book/commit/027268e425320721d6365950c97c9a25343a3d4c) adding images and citations to end section - [`2358ed4`](https://github.com/harvard-edge/cs249r_book/commit/2358ed43177044e1710dd75efa5cf41406308d48) Update references.bib - [`396f398`](https://github.com/harvard-edge/cs249r_book/commit/396f39877cd78c04daa44d19b6fed53d5792b4df) Update references.bib - [`12a57de`](https://github.com/harvard-edge/cs249r_book/commit/12a57de51ed89ce171ea2fbbeb545b84747b6e78) Update sustainable_ai.qmd - [`0708ebb`](https://github.com/harvard-edge/cs249r_book/commit/0708ebbea1cbfe24aaa2799dc1570ac783a36f98) Update sustainable_ai.qmd - [`db37850`](https://github.com/harvard-edge/cs249r_book/commit/db3785065d92b4b764d5f0646b8d4368fb85917d) Update references.bib - [`3c8dfb3`](https://github.com/harvard-edge/cs249r_book/commit/3c8dfb3398361856a5ae8309e765a51b8427d9fc) Update sustainable_ai.qmd ### 📊 Changes **11 files changed** (+5020 additions, -3326 deletions) <details> <summary>View changed files</summary> ➕ `images/sustainable_ai/ai_lifecycle.jpeg` (+0 -0) ➕ `images/sustainable_ai/azure_dashboard.png` (+0 -0) ➕ `images/sustainable_ai/carbon_benchmarks.png` (+0 -0) ➕ `images/sustainable_ai/energy_datacenter.png` (+0 -0) ➕ `images/sustainable_ai/europe_energy_grid.png` (+0 -0) ➕ `images/sustainable_ai/mckinsey_analysis.png` (+0 -0) ➕ `images/sustainable_ai/model_carbonfootprint.png` (+0 -0) ➕ `images/sustainable_ai/model_scaling.png` (+0 -0) ➕ `images/sustainable_ai/statista_chip_growth.png` (+0 -0) 📝 `references.bib` (+4435 -3274) 📝 `sustainable_ai.qmd` (+585 -52) </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:46:18 -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#575