Skip to content

Commit 367a0d3

Browse files
added exam-prep labels
1 parent 22e76b1 commit 367a0d3

File tree

7 files changed

+15
-6
lines changed

7 files changed

+15
-6
lines changed

_modules/week-02.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ Sep 5
1414
: **Lecture 3**{: .label .label-lecture } [Pandas II](lecture/lec03)
1515
: [Note 3](https://ds100.org/course-notes/pandas_2/pandas_2.html)
1616
: **Lecture Participation 3**{: .label .label-survey } [Lecture Participation 3](https://app.sli.do/event/caWSoD5WpVfambbzQEvc8F/embed/polls/d9c9ffa8-d7f1-4ab9-9293-80f2154b2fc2)
17+
: **Exam Prep 1**{: .label .label-examprep } Pandas
18+
19+
<!-- (https://drive.google.com/file/d/1zvNyfBcksKIRpuLG1aoyCW3PIAYSaW3v/view?usp=sharing)
20+
: [Solution](https://drive.google.com/file/d/1Bj_tu3TnI9aCg1SjHsKENw6ACxx4Gthm/view?usp=sharing), [Video](https://youtu.be/RXnpP7rkTUE) -->
1721

1822

1923
Sep 6

_modules/week-03.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ Sep 12
1313
: **Lecture 5**{: .label .label-lecture} [Data Cleaning and EDA](lecture/lec05)
1414
: [Note 5](https://ds100.org/course-notes/eda/eda.html)
1515
: **Lecture Participation 5**{: .label .label-survey } [Lecture Participation 5](https://app.sli.do/event/wS4GJWTzozZxQDsEiavuK7/embed/polls/66201f51-73a4-4484-8e0b-d239674a6f84)
16+
: **Exam Prep 2**{: .label .label-examprep } Pandas and EDA
17+
18+
<!-- (https://drive.google.com/file/d/1zvNyfBcksKIRpuLG1aoyCW3PIAYSaW3v/view?usp=sharing)
19+
: [Solution](https://drive.google.com/file/d/1Bj_tu3TnI9aCg1SjHsKENw6ACxx4Gthm/view?usp=sharing), [Video](https://youtu.be/RXnpP7rkTUE) -->
20+
1621

1722

1823
Sep 13

_modules/week-07.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ Oct 10
1212

1313
Oct 11
1414
: **Lab 6**{: .label .label-lab } OLS (due Oct 15)
15-
: **Project A1**{: .label .label-hw } Housing I (due Oct 24)
15+
: **Project A1**{: .label .label-proj } Housing I (due Oct 24)

_modules/week-09.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ Oct 24
1616

1717
Oct 25
1818
: **Lab 8**{: .label .label-lab } Model Selection (due Oct 29)
19-
: **Project A2**{: .label .label-hw } Housing II (due Oct 31)
19+
: **Project A2**{: .label .label-proj } Housing II (due Oct 31)

_modules/week-12.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ Nov 14
1313

1414
Nov 15
1515
: **Lab 11**{: .label .label-lab } Logistic Regression (due Nov 19)
16-
: **Project B1**{: .label .label-hw } Spam & Ham I (due Nov 21)
16+
: **Project B1**{: .label .label-proj } Spam & Ham I (due Nov 21)

_modules/week-13.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ Nov 21
1212

1313

1414
Nov 22
15-
: **Project B2**{: .label .label-hw } Spam & Ham II (due Dec 5)
15+
: **Project B2**{: .label .label-proj } Spam & Ham II (due Dec 5)

_sass/custom/module.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,13 +114,13 @@
114114

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

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

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

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

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

125125
}
126126
}

0 commit comments

Comments
 (0)