diff --git a/README.md b/README.md index bd59701..14eb019 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # DATA 8 Fall 2024 +Managed by FALL 2024 #TeamContent: +* Leads: Edwin Vargas Navarro and Ella DeGuzman +* Members: Brandon Concepcion, Colin Olairez, Marissa Lumpkin, Mia Yen + [![Pages Deployment](https://github.com/berkeley-cdss/berkeley-class-site/actions/workflows/jekyll.yml/badge.svg)](https://github.com/berkeley-cdss/berkeley-class-site/actions/workflows/jekyll.yml) • [![a11y specs](https://github.com/berkeley-eecs/berkeley-class-site/actions/workflows/rspec.yml/badge.svg)](https://github.com/berkeley-eecs/berkeley-class-site/actions/workflows/rspec.yml) diff --git a/_announcements/week-14.md b/_announcements/week-14.md index 5b10bd1..60234c2 100644 --- a/_announcements/week-14.md +++ b/_announcements/week-14.md @@ -4,4 +4,4 @@ week: 14 date: 2024-11-25 --- -1. +1. Happy Thanksgiving! diff --git a/_announcements/week-15.md b/_announcements/week-15.md index 594cd31..287d00f 100644 --- a/_announcements/week-15.md +++ b/_announcements/week-15.md @@ -1,7 +1,11 @@ --- title: Week 15 Announcements week: 15 -date: 2024-12-02 +date: 2024-11-30 --- -1. +1. **Assignments Due** + * {{site.links.proj.proj3}} is due on *Friday, December 6th @ 5 PM* + * {{site.links.lab.lab10}} is due on *Friday, December 6th @ 5 PM* + * {{site.links.hw.hw13}} is due on *Sunday, December 8th @ 5 PM* +2. **[Please read: For Lecture 37 and Ch 17.6](https://edstem.org/us/courses/64093/discussion/5782751)** diff --git a/_config.yml b/_config.yml index 94372d5..956239c 100644 --- a/_config.yml +++ b/_config.yml @@ -41,8 +41,8 @@ sememster: fa24 # set for the current seemester # This should be one of eecs, dsus, stat # (Future) This will control some footer text, and later custom styling. course_department: dsus -logo: "/data8logo_thanksgiving.png" -current_week: 13 +logo: "/data8logo_christmas.png" +current_week: 15 # This should be the page of all class archives # Typically just / for DS courses (with a visible index page), or /archives if you're hosting your own, or a link to the inst.eecs page # If you have no archive page, comment this line out or leave blank. @@ -211,7 +211,7 @@ links: hw10: "[Homework 10](https://data8.datahub.berkeley.edu/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2Fdata-8%2Fmaterials-fa24&urlpath=tree%2Fmaterials-fa24%2Fhw%2Fhw10%2Fhw10.ipynb)" hw11: "[Homework 11](https://data8.datahub.berkeley.edu/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2Fdata-8%2Fmaterials-fa24&urlpath=tree%2Fmaterials-fa24%2Fhw%2Fhw11%2Fhw11.ipynb)" hw12: "[Homework 12](https://data8.datahub.berkeley.edu/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2Fdata-8%2Fmaterials-fa24&urlpath=tree%2Fmaterials-fa24%2Fhw%2Fhw12%2Fhw12.ipynb)" - hw13: "Homework 13" + hw13: "[Homework 13](https://www.gradescope.com/courses/835871)" lab: lab01: "[Lab 01: Expressions](https://data8.datahub.berkeley.edu/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2Fdata-8%2Fmaterials-fa24&branch=main&urlpath=tree%2Fmaterials-fa24%2Flab%2Flab01%2Flab01.ipynb)" lab02: "[Lab 02: Table Operations](https://data8.datahub.berkeley.edu/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2Fdata-8%2Fmaterials-fa24&branch=main&urlpath=tree%2Fmaterials-fa24%2Flab%2Flab02%2Flab02.ipynb)" @@ -281,7 +281,7 @@ links: demo35: "• [Demo](https://data8.datahub.berkeley.edu/hub/user-redirect/git-pull?repo=https://github.com/data-8/materials-fa24&urlpath=tree/materials-fa24/lec/lec35/lec35.ipynb&branch=main)" demo36: "• [Demo](https://data8.datahub.berkeley.edu/hub/user-redirect/git-pull?repo=https://github.com/data-8/materials-fa24&urlpath=tree/materials-fa24/lec/lec36/lec36.ipynb&branch=main)" demo37: "• [Demo](https://data8.datahub.berkeley.edu/hub/user-redirect/git-pull?repo=https://github.com/data-8/materials-fa24&urlpath=tree/materials-fa24/lec/lec37/lec37.ipynb&branch=main)" - demo38: "" + demo38: "• [Demo](https://data8.datahub.berkeley.edu/hub/user-redirect/git-pull?repo=https://github.com/data-8/materials-fa24&urlpath=tree/materials-fa24/lec/lec38/lec38.ipynb&branch=main)" demo39: "" demo39: "" slides: @@ -322,6 +322,6 @@ links: slide35: "[Slides](https://docs.google.com/presentation/d/1Qnw4l1pQz8RmUElzZ6yqBKMiVvu-G8IO3HzQv_WtNXk/edit?usp=sharing)" slide36: "[Slides](https://docs.google.com/presentation/d/1olLTx7432eEZ-vwcblMvfBByqSfb1A-lVkt05YKKzsA/edit?usp=sharing)" slide37: "[Slides](https://docs.google.com/presentation/d/13joSE3dky9ODcoGm3Q7ayh4q76ZEERmnB7klA5j40TU/edit?usp=sharing)" - slide38: "" + slide38: "[Slides](https://docs.google.com/presentation/d/1YiZtvm4P7bI4RbXiNPGM8kKpYDIQ850FYb6gU9ul_v4/edit?usp=sharing)" slide39: "" slide40: "" diff --git a/_modules/week-15.md b/_modules/week-15.md index 5336b40..eb1edfd 100644 --- a/_modules/week-15.md +++ b/_modules/week-15.md @@ -12,10 +12,10 @@ Dec 2 : **Homework**{: .label .label-homework} {{site.links.hw.hw13}} (Due 12/8) Dec 4 -: **39**{: .label} Case Study: Computer Vision +: **39**{: .label} Case Study: Computer Vision & Staff Panel : {{site.links.lec.slides.slide39}} {{site.links.lec.demo.demo39}} : **Discussion**{: .label .label-discussion} {{site.links.wksht.wksht14}} Dec 6 -: **40**{: .label} Conclusion/Staff Panel +: **40**{: .label} Conclusion : {{site.links.lec.slides.slide40}} {{site.links.lec.demo.demo40}} \ No newline at end of file diff --git a/_sass/custom/course_overrides.scss b/_sass/custom/course_overrides.scss index 3a7f99d..a9e1dd3 100644 --- a/_sass/custom/course_overrides.scss +++ b/_sass/custom/course_overrides.scss @@ -58,7 +58,7 @@ /*background-position: center !important;*/ background-position: bottom !important; /*for Thanksgiving */ width: 100%; - height: 100%; + height: 120%; } .flex { diff --git a/_schedules/weekly.md b/_schedules/weekly.md index fb8fea8..4f9bedf 100644 --- a/_schedules/weekly.md +++ b/_schedules/weekly.md @@ -24,8 +24,8 @@ schedule: - name: Monday events: - name: Instructor Office Hours - start: 3:10 PM - end: 4:00 PM + start: 9:00 AM + end: 9:50 AM location: Evans 323 - name: Lecture start: 10:00 AM diff --git a/data8logo_christmas.png b/data8logo_christmas.png new file mode 100644 index 0000000..e48a49b Binary files /dev/null and b/data8logo_christmas.png differ diff --git a/debugging.md b/debugging.md index 48e91ec..4be3ede 100644 --- a/debugging.md +++ b/debugging.md @@ -39,7 +39,7 @@ You probably ran your notebook out of order. Re-run all previous cells in order, ### Why did a Gradescope test fail, when all the notebook’s tests passed? This can happen if you’re running your notebook’s cells out-of-order. The autograder runs your notebook top-to-bottom. If you’re defining a variable at the bottom of your notebook and using it at the top, the Gradescope autograder will fail because it doesn’t recognize the variable when it encounters it. -Additionally, this can fail if youhave not saved before you run the autograder. Ensure you select File -> Save Notebook to avoid this. +Additionally, this can fail if you have not saved before you run the autograder. Ensure you select File -> Save Notebook to avoid this. This is why we recommend running Kernel -> Restart and Run All: it “forgets” all of the variables and runs the notebook from top-to-bottom, just like the Gradescope autograder will. This will highlight any issues. Find the first cell that raises an error. Make sure that all of the variables used in that cell have been defined above that cell, and not below. diff --git a/reference.md b/reference.md index 132304a..42666f5 100644 --- a/reference.md +++ b/reference.md @@ -10,7 +10,7 @@ description: >- {:.no_toc} Created by Nishant Kheterpal and Jessica Hu, -Updated and Maintained by Jonathan Ferrari and Edwin Vargas +Contributions by Jonathan Ferrari, Updated and Maintained by Edwin Vargas and Bing Concepcion ## Table of Contents {: .no_toc .text-delta } @@ -129,4 +129,4 @@ First, to enter shortcut mode/exit editing mode, press `Esc`. This will then ena |Paste cell|`v`| |Paste cell above|`Shift` + `v`| |Redo|`Ctrl` + `Shift` + `z`| -|Undo|`Ctrl` + `z`| \ No newline at end of file +|Undo|`Ctrl` + `z`|