[PR #566] [MERGED] Update Chapter 17 Branch #7664

Closed
opened 2026-04-27 16:51:37 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/harvard-edge/cs249r_book/pull/566
Author: @jasonjabbour
Created: 12/30/2024
Status: Merged
Merged: 12/30/2024
Merged by: @jasonjabbour

Base: 410-student-feedback-chapter-17Head: dev


📝 Commits (10+)

  • 14303e2 updating quiz widget
  • fe82fd4 new widget with cookie
  • 012b34d Merge branch 'dev' into widget_quiz
  • bb37746 Merge branch 'dev' into widget_quiz
  • f1177fa Setting up QMD file for llm bot
  • 2933598 Adding example file into the repo
  • 0b652a4 Merge branch 'dev' into widget_quiz
  • 909f3c5 Draft of the SocratiQ bot
  • 0cb2209 Merge branch 'dev' into widget_quiz
  • e3edeef Merge branch 'dev' into widget_quiz

📊 Changes

139 files changed (+7964 additions, -2058 deletions)

View changed files

📝 .all-contributorsrc (+62 -62)
📝 .github/workflows/contributors/update_contributors.py (+1 -1)
Machine-Learning-Systems.log (+0 -647)
QTDublinIrish.otf (+0 -0)
📝 README.md (+12 -12)
_extensions/quarto-ext/lightbox/_extension.yml (+7 -0)
_extensions/quarto-ext/lightbox/lightbox.css (+9 -0)
_extensions/quarto-ext/lightbox/lightbox.lua (+251 -0)
_extensions/quarto-ext/lightbox/resources/css/glightbox.min.css (+1 -0)
_extensions/quarto-ext/lightbox/resources/js/glightbox.min.js (+1 -0)
📝 _quarto.yml (+27 -34)
contents/core/about/about.qmd (+0 -192)
contents/core/acknowledgements/images/png/NSF.png (+0 -0)
contents/core/acknowledgements/images/png/google.png (+0 -0)
📝 contents/core/ai_for_good/ai_for_good.qmd (+22 -12)
📝 contents/core/benchmarking/benchmarking.qmd (+4 -2)
📝 contents/core/data_engineering/data_engineering.qmd (+7 -1)
📝 contents/core/dl_primer/dl_primer.bib (+14 -0)
📝 contents/core/dl_primer/dl_primer.qmd (+1117 -160)
contents/core/dl_primer/images/jpg/rnn_unrolled.jpg (+0 -0)

...and 80 more files

📄 Description

No description provided


🔄 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/566 **Author:** [@jasonjabbour](https://github.com/jasonjabbour) **Created:** 12/30/2024 **Status:** ✅ Merged **Merged:** 12/30/2024 **Merged by:** [@jasonjabbour](https://github.com/jasonjabbour) **Base:** `410-student-feedback-chapter-17` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`14303e2`](https://github.com/harvard-edge/cs249r_book/commit/14303e2691398cc7e35ebf98cc9402ac24bb6c68) updating quiz widget - [`fe82fd4`](https://github.com/harvard-edge/cs249r_book/commit/fe82fd401fd5d5888954c6644a5be4ccec71a279) new widget with cookie - [`012b34d`](https://github.com/harvard-edge/cs249r_book/commit/012b34dc3636e9d33fdf43319ad2024b5033f2fd) Merge branch 'dev' into widget_quiz - [`bb37746`](https://github.com/harvard-edge/cs249r_book/commit/bb377465e8adc8741acd53fddc339f023a6b4009) Merge branch 'dev' into widget_quiz - [`f1177fa`](https://github.com/harvard-edge/cs249r_book/commit/f1177fa8f8e8a9200b06cd076158ce4527de775a) Setting up QMD file for llm bot - [`2933598`](https://github.com/harvard-edge/cs249r_book/commit/2933598f6e37a03100645c2f2c52af7de475a556) Adding example file into the repo - [`0b652a4`](https://github.com/harvard-edge/cs249r_book/commit/0b652a463522aa486db9d185a216b387b19067f9) Merge branch 'dev' into widget_quiz - [`909f3c5`](https://github.com/harvard-edge/cs249r_book/commit/909f3c5ac5ed64cf9fa8f7c3630e2710ad060deb) Draft of the SocratiQ bot - [`0cb2209`](https://github.com/harvard-edge/cs249r_book/commit/0cb2209ac30c044a56f8531f11852cef39180781) Merge branch 'dev' into widget_quiz - [`e3edeef`](https://github.com/harvard-edge/cs249r_book/commit/e3edeefe7d546f4d3e1d46dac7f56f32afb46ca2) Merge branch 'dev' into widget_quiz ### 📊 Changes **139 files changed** (+7964 additions, -2058 deletions) <details> <summary>View changed files</summary> 📝 `.all-contributorsrc` (+62 -62) 📝 `.github/workflows/contributors/update_contributors.py` (+1 -1) ➖ `Machine-Learning-Systems.log` (+0 -647) ➖ `QTDublinIrish.otf` (+0 -0) 📝 `README.md` (+12 -12) ➕ `_extensions/quarto-ext/lightbox/_extension.yml` (+7 -0) ➕ `_extensions/quarto-ext/lightbox/lightbox.css` (+9 -0) ➕ `_extensions/quarto-ext/lightbox/lightbox.lua` (+251 -0) ➕ `_extensions/quarto-ext/lightbox/resources/css/glightbox.min.css` (+1 -0) ➕ `_extensions/quarto-ext/lightbox/resources/js/glightbox.min.js` (+1 -0) 📝 `_quarto.yml` (+27 -34) ➖ `contents/core/about/about.qmd` (+0 -192) ➖ `contents/core/acknowledgements/images/png/NSF.png` (+0 -0) ➖ `contents/core/acknowledgements/images/png/google.png` (+0 -0) 📝 `contents/core/ai_for_good/ai_for_good.qmd` (+22 -12) 📝 `contents/core/benchmarking/benchmarking.qmd` (+4 -2) 📝 `contents/core/data_engineering/data_engineering.qmd` (+7 -1) 📝 `contents/core/dl_primer/dl_primer.bib` (+14 -0) 📝 `contents/core/dl_primer/dl_primer.qmd` (+1117 -160) ➕ `contents/core/dl_primer/images/jpg/rnn_unrolled.jpg` (+0 -0) _...and 80 more files_ </details> ### 📄 Description _No description provided_ --- <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-27 16:51:37 -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#7664