Skip to content

Commit

Permalink
added exam-prep labels
Browse files Browse the repository at this point in the history
  • Loading branch information
malavikhasudarshan committed Sep 13, 2024
1 parent 22e76b1 commit 367a0d3
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 6 deletions.
4 changes: 4 additions & 0 deletions _modules/week-02.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ Sep 5
: **Lecture 3**{: .label .label-lecture } [Pandas II](lecture/lec03)
: [Note 3](https://ds100.org/course-notes/pandas_2/pandas_2.html)
: **Lecture Participation 3**{: .label .label-survey } [Lecture Participation 3](https://app.sli.do/event/caWSoD5WpVfambbzQEvc8F/embed/polls/d9c9ffa8-d7f1-4ab9-9293-80f2154b2fc2)
: **Exam Prep 1**{: .label .label-examprep } Pandas

<!-- (https://drive.google.com/file/d/1zvNyfBcksKIRpuLG1aoyCW3PIAYSaW3v/view?usp=sharing)
: [Solution](https://drive.google.com/file/d/1Bj_tu3TnI9aCg1SjHsKENw6ACxx4Gthm/view?usp=sharing), [Video](https://youtu.be/RXnpP7rkTUE) -->


Sep 6
Expand Down
5 changes: 5 additions & 0 deletions _modules/week-03.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ Sep 12
: **Lecture 5**{: .label .label-lecture} [Data Cleaning and EDA](lecture/lec05)
: [Note 5](https://ds100.org/course-notes/eda/eda.html)
: **Lecture Participation 5**{: .label .label-survey } [Lecture Participation 5](https://app.sli.do/event/wS4GJWTzozZxQDsEiavuK7/embed/polls/66201f51-73a4-4484-8e0b-d239674a6f84)
: **Exam Prep 2**{: .label .label-examprep } Pandas and EDA

<!-- (https://drive.google.com/file/d/1zvNyfBcksKIRpuLG1aoyCW3PIAYSaW3v/view?usp=sharing)
: [Solution](https://drive.google.com/file/d/1Bj_tu3TnI9aCg1SjHsKENw6ACxx4Gthm/view?usp=sharing), [Video](https://youtu.be/RXnpP7rkTUE) -->



Sep 13
Expand Down
2 changes: 1 addition & 1 deletion _modules/week-07.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ Oct 10

Oct 11
: **Lab 6**{: .label .label-lab } OLS (due Oct 15)
: **Project A1**{: .label .label-hw } Housing I (due Oct 24)
: **Project A1**{: .label .label-proj } Housing I (due Oct 24)
2 changes: 1 addition & 1 deletion _modules/week-09.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ Oct 24

Oct 25
: **Lab 8**{: .label .label-lab } Model Selection (due Oct 29)
: **Project A2**{: .label .label-hw } Housing II (due Oct 31)
: **Project A2**{: .label .label-proj } Housing II (due Oct 31)
2 changes: 1 addition & 1 deletion _modules/week-12.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ Nov 14

Nov 15
: **Lab 11**{: .label .label-lab } Logistic Regression (due Nov 19)
: **Project B1**{: .label .label-hw } Spam & Ham I (due Nov 21)
: **Project B1**{: .label .label-proj } Spam & Ham I (due Nov 21)
2 changes: 1 addition & 1 deletion _modules/week-13.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ Nov 21


Nov 22
: **Project B2**{: .label .label-hw } Spam & Ham II (due Dec 5)
: **Project B2**{: .label .label-proj } Spam & Ham II (due Dec 5)
4 changes: 2 additions & 2 deletions _sass/custom/module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -114,13 +114,13 @@

.label-exam { background-color: #000000; border-radius: 9px; }

// .label-disc { background-color: #63c082; border-radius: 9px; }
.label-examprep { background-color: #1e73a1; border-radius: 9px; }

.label-disc { background-color: #498226; border-radius: 9px; }

.label-survey { background-color: #615e5e; border-radius: 9px; }

.label-proj { background-color: #FF8144; border-radius: 9px; }
.label-proj { background-color: #d04500; border-radius: 9px; }

}
}

0 comments on commit 367a0d3

Please sign in to comment.