Skip to content

Commit

Permalink
Merge branch 'dev' into widget_quiz
Browse files Browse the repository at this point in the history
  • Loading branch information
profvjreddi committed Nov 17, 2024
2 parents 879374a + d600e98 commit df5c093
Show file tree
Hide file tree
Showing 60 changed files with 1,162 additions and 947 deletions.
240 changes: 120 additions & 120 deletions .all-contributorsrc

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .github/workflows/auto-add-contributors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
git add -u
# Commit and push if there are changes
git diff-index --quiet HEAD || git commit -m "Update readme and contributors.qmd with contributors"
git diff-index --quiet HEAD || git commit -m "Update readme and acknowledgements.qmd with contributors"
git push
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/contributors/update_contributors.py
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ def generate_gravatar_url(name):
final_result = dict(
projectName=REPO,
projectOwner=OWNER,
files=["contents/contributors.qmd", "README.md"],
files=["contents/core/acknowledgements/acknowledgements.qmd", "README.md"],
contributors=[
dict(
login=(
Expand Down
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
mlsysbook.ai
58 changes: 29 additions & 29 deletions README.md

Large diffs are not rendered by default.

22 changes: 12 additions & 10 deletions _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,12 @@ project:
website:
announcement:
icon: star-half
dismissable: false
content: 🌟 **We Hit 1,000 GitHub Stars - Thank You!** 🌟 Thanks to you, Arduino and SEEED are donating NiclaVision and XIAO ESP32S3 boards for AI education. Let's keep going! Every additional 25 stars helps us bring more resources to the community. <a href="https://github.com/harvard-edge/cs249r_book">Click here to ⭐</a>
type: info
dismissable: true
content: |
⭐ [Oct 18] <b>We Hit 1,000 GitHub Stars</b> 🎉 Thanks to you, Arduino and SEEED donated AI hardware kits for education! </br>
🎓 [Nov 15] The [EDGE AI Foundation](https://www.edgeaifoundation.org/) is **matching scholarship funds** for every new GitHub ⭐ (up to 10,000 stars). <a href="https://github.com/harvard-edge/cs249r_book">Click here to support!</a> 🙏 </br>
🚀 <b>Our mission. 1 ⭐ = 1 👩‍🎓 Learner</b>. Every star tells a story: learners gaining knowledge and supporters fueling the mission. Together, we're making a difference.
position: below-navbar

book:
Expand Down Expand Up @@ -82,15 +85,13 @@ book:
created using Google's Notebook LM and inspired by insights drawn from our
[IEEE education viewpoint paper](https://web.eng.fiu.edu/gaquan/Papers/ESWEEK24Papers/CPS-Proceedings/pdfs/CODES-ISSS/563900a043/563900a043.pdf).
This podcast provides an accessible overview of what this book is all about.
Don't miss out—after all, it's AI talking about... AI. 🤯
&nbsp;
<audio controls>
<source src="notebooklm_podcast_mlsysbookai.mp3" type="audio/mpeg">
</audio>
_Acknowledgment:_ Special thanks to [Marco Zennaro](https://www.ictp.it/member/marco-zennaro), one of our early community contributors to the [AI for Good](./contents/core/ai_for_good/ai_for_good.qmd) chapter, for inspiring the creation of this podcast. Thank you, Marco!
_Acknowledgment:_ Special thanks to [Marco Zennaro](https://www.ictp.it/member/marco-zennaro), one of our early community contributors who helped us with the [AI for Good](./contents/core/ai_for_good/ai_for_good.qmd) chapter, for inspiring the creation of this podcast. Thank you, Marco!
----
Expand All @@ -109,12 +110,9 @@ book:
chapters:
- text: "---"
- index.qmd
- contents/copyright.qmd
- contents/dedication.qmd
- contents/core/acknowledgements/acknowledgements.qmd
- contents/contributors.qmd
- contents/core/about/about.qmd
- contents/ai/socratiq.qmd
- contents/about.qmd
- text: "---"
- contents/core/introduction/introduction.qmd
- contents/core/ml_systems/ml_systems.qmd
Expand Down Expand Up @@ -243,6 +241,8 @@ format:
code-block-bg: true
code-block-border-left: "#A51C30"

lightbox: true

table:
classes: [table-striped, table-hover]

Expand Down Expand Up @@ -370,3 +370,5 @@ format:
- pdfpagelayout=TwoPageRight
include-in-header:
- file: "tex/header-includes.tex"
resources:
- CNAME
67 changes: 0 additions & 67 deletions contents/about.qmd

This file was deleted.

Loading

0 comments on commit df5c093

Please sign in to comment.