[PR #91] [MERGED] responsible ai chapter draft #578

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

📋 Pull Request Information

Original PR: https://github.com/harvard-edge/cs249r_book/pull/91
Author: @skmur
Created: 12/5/2023
Status: Merged
Merged: 12/8/2023
Merged by: @profvjreddi

Base: mainHead: new_branch


📝 Commits (10+)

📊 Changes

8 files changed (+4856 additions, -3323 deletions)

View changed files

images/cover_responsible_ai.png (+0 -0)
images/responsible_ai/adversarial_robustness.png (+0 -0)
images/responsible_ai/diffusion_memorization.png (+0 -0)
images/responsible_ai/fairness_cartoon.png (+0 -0)
images/responsible_ai/human_centered_ai.png (+0 -0)
images/responsible_ai/human_compatible_ai.png (+0 -0)
📝 references.bib (+4440 -3274)
📝 responsible_ai.qmd (+416 -49)

📄 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/91 **Author:** [@skmur](https://github.com/skmur) **Created:** 12/5/2023 **Status:** ✅ Merged **Merged:** 12/8/2023 **Merged by:** [@profvjreddi](https://github.com/profvjreddi) **Base:** `main` ← **Head:** `new_branch` --- ### 📝 Commits (10+) - [`4692f94`](https://github.com/harvard-edge/cs249r_book/commit/4692f947aed80c5937dd62b65614148225531f42) responsible ai chapter draft - [`1837e95`](https://github.com/harvard-edge/cs249r_book/commit/1837e9505cd753750a60f0e5b00ed57a6467bb5e) Removed the new filename and moved content to original filename - [`4e8aa1d`](https://github.com/harvard-edge/cs249r_book/commit/4e8aa1dbf48a699c76d54b774af59dd1269aceba) getting latest version before adding refs - [`63d190e`](https://github.com/harvard-edge/cs249r_book/commit/63d190ec4b910da809c0c11263f06fac27e3d31c) Merge branch 'new_branch' of https://github.com/skmur/cs249r_book into new_branch - [`bb9141f`](https://github.com/harvard-edge/cs249r_book/commit/bb9141f6c7fe5d9cc4e372a0f0134e8d128b93af) added references - [`3d7ec01`](https://github.com/harvard-edge/cs249r_book/commit/3d7ec01af5fcd93362300596f84a67f3e3a4405c) Auto export to md cleanup - [`deabaaa`](https://github.com/harvard-edge/cs249r_book/commit/deabaaaff1c795eb1c5a584114464c18fb1e4cdd) Fix broken table - [`32bd413`](https://github.com/harvard-edge/cs249r_book/commit/32bd41396f9fe074bfd53c2a61cc0a3ad058396a) Fix references - [`caef35d`](https://github.com/harvard-edge/cs249r_book/commit/caef35d068c67dc45221cb77079a334bdda870e5) Header fixes - [`a86afb4`](https://github.com/harvard-edge/cs249r_book/commit/a86afb4ad9c3e7d12efcfff882bd9cece32c2c70) Shorten intro material ### 📊 Changes **8 files changed** (+4856 additions, -3323 deletions) <details> <summary>View changed files</summary> ➕ `images/cover_responsible_ai.png` (+0 -0) ➕ `images/responsible_ai/adversarial_robustness.png` (+0 -0) ➕ `images/responsible_ai/diffusion_memorization.png` (+0 -0) ➕ `images/responsible_ai/fairness_cartoon.png` (+0 -0) ➕ `images/responsible_ai/human_centered_ai.png` (+0 -0) ➕ `images/responsible_ai/human_compatible_ai.png` (+0 -0) 📝 `references.bib` (+4440 -3274) 📝 `responsible_ai.qmd` (+416 -49) </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:46:23 -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#578