Skip to content

Commit a7f4de3

Browse files
author
Quarto GHA Workflow Runner
committed
Built site for gh-pages
1 parent 83bf26e commit a7f4de3

File tree

4 files changed

+54
-54
lines changed

4 files changed

+54
-54
lines changed

.nojekyll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
49ca8ff8
1+
8fdd80d2

modules/week02/hw-02.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ <h1 class="title">Week 2 - Data Cleaning</h1>
225225
</header>
226226

227227

228-
<p>**Please use Canvas to return the assignments: &lt;&gt;{target=_blank”}**</p>
228+
<p><strong>Please use Canvas to return the assignments: <a href="https://ucsb.instructure.com/courses/26293/assignments/357220" target="_blank">https://ucsb.instructure.com/courses/26293/assignments/357220</a></strong></p>
229229
<p>We cleaned the <code>Snow_cover</code> column during class. Inspiring yourself from the steps we followed, do the following in a quarto document:</p>
230230
<ol type="1">
231231
<li><p>Clean the <code>Water_cover</code> column to transform it into the correct data type and respect expectations for a percentage</p></li>
@@ -240,11 +240,11 @@ <h3 class="anchored" data-anchor-id="setup">Setup</h3>
240240
<section id="the-expectations-are" class="level3">
241241
<h3 class="anchored" data-anchor-id="the-expectations-are">The expectations are:</h3>
242242
<ul>
243-
<li>The Quarto document <code>eds213_data_cleaning_assign_YOURNAME.qmd</code> should run if your repo is cloned locally (5pts; Reproducibility)</li>
244-
<li>The code should output a csv file named <code>all_cover_fixed_YOURNAME.csv</code> in the <code>data/processed</code> folder (5pts; Code)</li>
245-
<li>Comment well you code (10pts; Documentation)</li>
246-
<li>Your quarto document should provide all the necessary explanations about your decisions and discuss potential assumptions you used (don’t forget to look at the metadata!) (30pts; Documentation)</li>
247-
<li>The code should perform the 3 data cleaning steps describe above to enable ingestion into a database (50pts; Technical concepts)</li>
243+
<li>The Quarto document <code>eds213_data_cleaning_assign_YOURNAME.qmd</code> should run if your repo is cloned locally (5 pts; Reproducibility)</li>
244+
<li>The code should output a csv file named <code>all_cover_fixed_YOURNAME.csv</code> in the <code>data/processed</code> folder (5 pts; Code)</li>
245+
<li>Comment well you code (10 pts; Documentation)</li>
246+
<li>Your quarto document should provide all the necessary explanations about your decisions and discuss potential assumptions you used (don’t forget to look at the metadata!) (30 pts; Documentation)</li>
247+
<li>The code should perform the 3 data cleaning steps describe above to enable ingestion into a database (50 pts; Technical concepts)</li>
248248
</ul>
249249
<p><strong>Note</strong>: We recommend starting by importing the csv file with the corrected <code>Snow_cover</code> column (<code>data/processed/snow_cover.csv</code>) we generated during class (my code <a href="https://github.com/UCSB-Library-Research-Data-Services/bren-meds213-data-cleaning/blob/later/data-cleaning.qmd">here</a>)</p>
250250
<p>Finally, remember there are many correct ways of doing this, so document your work well so in 6 months from now you can easily remember your thought process and decisions made while cleaning those data.</p>
@@ -255,7 +255,7 @@ <h3 class="anchored" data-anchor-id="how-to-submit-your-assignment-to-canvas">Ho
255255
<li><p>Add the URL of your repository at the top of your repo’s README</p></li>
256256
<li><p>Download your repository as a <code>.zip</code> file and upload it to canvas</p></li>
257257
</ul>
258-
<p><strong>Credit: 100pts</strong></p>
258+
<p><strong>Credit: 100 pts</strong></p>
259259

260260

261261
</section>

search.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@
354354
"href": "modules/week02/hw-02.html",
355355
"title": "Week 2 - Data Cleaning",
356356
"section": "",
357-
"text": "**Please use Canvas to return the assignments: &lt;&gt;{target=“_blank”}**\nWe cleaned the Snow_cover column during class. Inspiring yourself from the steps we followed, do the following in a quarto document:\n\nClean the Water_cover column to transform it into the correct data type and respect expectations for a percentage\nClean the Land_cover column to transform it into the correct data type and respect expectations for a percentage\nUse the relationship between the three cover columns (Snow, Water, Land) to infer missing values where possible and recompute the Total_cover column as needed\n\nAdd comments to your quarto document about your decisions and assumptions, this will be a large part of the grading (see below).\n\nSetup\nYou should start a new quarto document named eds213_data_cleaning_assign_YOURNAME.qmd on your fork of the GitHub repository bren-meds213-data-cleaning. Don’t forget to use the metadata present in the data folder\n\n\nThe expectations are:\n\nThe Quarto document eds213_data_cleaning_assign_YOURNAME.qmd should run if your repo is cloned locally (5pts; Reproducibility)\nThe code should output a csv file named all_cover_fixed_YOURNAME.csv in the data/processed folder (5pts; Code)\nComment well you code (10pts; Documentation)\nYour quarto document should provide all the necessary explanations about your decisions and discuss potential assumptions you used (don’t forget to look at the metadata!) (30pts; Documentation)\nThe code should perform the 3 data cleaning steps describe above to enable ingestion into a database (50pts; Technical concepts)\n\nNote: We recommend starting by importing the csv file with the corrected Snow_cover column (data/processed/snow_cover.csv) we generated during class (my code here)\nFinally, remember there are many correct ways of doing this, so document your work well so in 6 months from now you can easily remember your thought process and decisions made while cleaning those data.\n\n\nHow to submit your assignment to Canvas:\n\nAdd the URL of your repository at the top of your repo’s README\nDownload your repository as a .zip file and upload it to canvas\n\nCredit: 100pts"
357+
"text": "Please use Canvas to return the assignments: https://ucsb.instructure.com/courses/26293/assignments/357220\nWe cleaned the Snow_cover column during class. Inspiring yourself from the steps we followed, do the following in a quarto document:\n\nClean the Water_cover column to transform it into the correct data type and respect expectations for a percentage\nClean the Land_cover column to transform it into the correct data type and respect expectations for a percentage\nUse the relationship between the three cover columns (Snow, Water, Land) to infer missing values where possible and recompute the Total_cover column as needed\n\nAdd comments to your quarto document about your decisions and assumptions, this will be a large part of the grading (see below).\n\nSetup\nYou should start a new quarto document named eds213_data_cleaning_assign_YOURNAME.qmd on your fork of the GitHub repository bren-meds213-data-cleaning. Don’t forget to use the metadata present in the data folder\n\n\nThe expectations are:\n\nThe Quarto document eds213_data_cleaning_assign_YOURNAME.qmd should run if your repo is cloned locally (5 pts; Reproducibility)\nThe code should output a csv file named all_cover_fixed_YOURNAME.csv in the data/processed folder (5 pts; Code)\nComment well you code (10 pts; Documentation)\nYour quarto document should provide all the necessary explanations about your decisions and discuss potential assumptions you used (don’t forget to look at the metadata!) (30 pts; Documentation)\nThe code should perform the 3 data cleaning steps describe above to enable ingestion into a database (50 pts; Technical concepts)\n\nNote: We recommend starting by importing the csv file with the corrected Snow_cover column (data/processed/snow_cover.csv) we generated during class (my code here)\nFinally, remember there are many correct ways of doing this, so document your work well so in 6 months from now you can easily remember your thought process and decisions made while cleaning those data.\n\n\nHow to submit your assignment to Canvas:\n\nAdd the URL of your repository at the top of your repo’s README\nDownload your repository as a .zip file and upload it to canvas\n\nCredit: 100 pts"
358358
},
359359
{
360360
"objectID": "installing-duckdb.html",

sitemap.xml

Lines changed: 45 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -2,182 +2,182 @@
22
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
33
<url>
44
<loc>https://UCSB-Library-Research-Data-Services.github.io/bren-eds213/modules/hw_bonus.html</loc>
5-
<lastmod>2025-04-10T21:22:12.296Z</lastmod>
5+
<lastmod>2025-04-10T21:25:26.051Z</lastmod>
66
</url>
77
<url>
88
<loc>https://UCSB-Library-Research-Data-Services.github.io/bren-eds213/modules/week03/hw-03-3.html</loc>
9-
<lastmod>2025-04-10T21:22:12.304Z</lastmod>
9+
<lastmod>2025-04-10T21:25:26.059Z</lastmod>
1010
</url>
1111
<url>
1212
<loc>https://UCSB-Library-Research-Data-Services.github.io/bren-eds213/modules/week03/hw-03-1.html</loc>
13-
<lastmod>2025-04-10T21:22:12.304Z</lastmod>
13+
<lastmod>2025-04-10T21:25:26.059Z</lastmod>
1414
</url>
1515
<url>
1616
<loc>https://UCSB-Library-Research-Data-Services.github.io/bren-eds213/modules/week07/hw-07-1.html</loc>
17-
<lastmod>2025-04-10T21:22:12.326Z</lastmod>
17+
<lastmod>2025-04-10T21:25:26.081Z</lastmod>
1818
</url>
1919
<url>
2020
<loc>https://UCSB-Library-Research-Data-Services.github.io/bren-eds213/modules/week07/index-07.html</loc>
21-
<lastmod>2025-04-10T21:22:12.326Z</lastmod>
21+
<lastmod>2025-04-10T21:25:26.081Z</lastmod>
2222
</url>
2323
<url>
2424
<loc>https://UCSB-Library-Research-Data-Services.github.io/bren-eds213/modules/week06/index-06.html</loc>
25-
<lastmod>2025-04-10T21:22:12.324Z</lastmod>
25+
<lastmod>2025-04-10T21:25:26.079Z</lastmod>
2626
</url>
2727
<url>
2828
<loc>https://UCSB-Library-Research-Data-Services.github.io/bren-eds213/modules/week06/python-programming.html</loc>
29-
<lastmod>2025-04-10T21:22:12.324Z</lastmod>
29+
<lastmod>2025-04-10T21:25:26.079Z</lastmod>
3030
</url>
3131
<url>
3232
<loc>https://UCSB-Library-Research-Data-Services.github.io/bren-eds213/modules/week06/hw-06-1.html</loc>
33-
<lastmod>2025-04-10T21:22:12.323Z</lastmod>
33+
<lastmod>2025-04-10T21:25:26.079Z</lastmod>
3434
</url>
3535
<url>
3636
<loc>https://UCSB-Library-Research-Data-Services.github.io/bren-eds213/modules/week04/hw-04-1.html</loc>
37-
<lastmod>2025-04-10T21:22:12.314Z</lastmod>
37+
<lastmod>2025-04-10T21:25:26.069Z</lastmod>
3838
</url>
3939
<url>
4040
<loc>https://UCSB-Library-Research-Data-Services.github.io/bren-eds213/modules/week04/hw-04-2.html</loc>
41-
<lastmod>2025-04-10T21:22:12.314Z</lastmod>
41+
<lastmod>2025-04-10T21:25:26.070Z</lastmod>
4242
</url>
4343
<url>
4444
<loc>https://UCSB-Library-Research-Data-Services.github.io/bren-eds213/modules/week05/hw-05-1.html</loc>
45-
<lastmod>2025-04-10T21:22:12.315Z</lastmod>
45+
<lastmod>2025-04-10T21:25:26.071Z</lastmod>
4646
</url>
4747
<url>
4848
<loc>https://UCSB-Library-Research-Data-Services.github.io/bren-eds213/modules/week05/hw-05-2.html</loc>
49-
<lastmod>2025-04-10T21:22:12.315Z</lastmod>
49+
<lastmod>2025-04-10T21:25:26.071Z</lastmod>
5050
</url>
5151
<url>
5252
<loc>https://UCSB-Library-Research-Data-Services.github.io/bren-eds213/modules/week05/index-05.html</loc>
53-
<lastmod>2025-04-10T21:22:12.316Z</lastmod>
53+
<lastmod>2025-04-10T21:25:26.071Z</lastmod>
5454
</url>
5555
<url>
5656
<loc>https://UCSB-Library-Research-Data-Services.github.io/bren-eds213/modules/week01/hw-01-3.html</loc>
57-
<lastmod>2025-04-10T21:22:12.299Z</lastmod>
57+
<lastmod>2025-04-10T21:25:26.054Z</lastmod>
5858
</url>
5959
<url>
6060
<loc>https://UCSB-Library-Research-Data-Services.github.io/bren-eds213/modules/week01/hw-01-2.html</loc>
61-
<lastmod>2025-04-10T21:22:12.299Z</lastmod>
61+
<lastmod>2025-04-10T21:25:26.054Z</lastmod>
6262
</url>
6363
<url>
6464
<loc>https://UCSB-Library-Research-Data-Services.github.io/bren-eds213/modules/week09/index-09.html</loc>
65-
<lastmod>2025-04-10T21:22:12.399Z</lastmod>
65+
<lastmod>2025-04-10T21:25:26.152Z</lastmod>
6666
</url>
6767
<url>
6868
<loc>https://UCSB-Library-Research-Data-Services.github.io/bren-eds213/modules/week09/hw-09.html</loc>
69-
<lastmod>2025-04-10T21:22:12.399Z</lastmod>
69+
<lastmod>2025-04-10T21:25:26.152Z</lastmod>
7070
</url>
7171
<url>
7272
<loc>https://UCSB-Library-Research-Data-Services.github.io/bren-eds213/modules/week08/case-a.html</loc>
73-
<lastmod>2025-04-10T21:22:12.384Z</lastmod>
73+
<lastmod>2025-04-10T21:25:26.138Z</lastmod>
7474
</url>
7575
<url>
7676
<loc>https://UCSB-Library-Research-Data-Services.github.io/bren-eds213/modules/week08/index-08.html</loc>
77-
<lastmod>2025-04-10T21:22:12.384Z</lastmod>
77+
<lastmod>2025-04-10T21:25:26.138Z</lastmod>
7878
</url>
7979
<url>
8080
<loc>https://UCSB-Library-Research-Data-Services.github.io/bren-eds213/modules/week02/hw-02.html</loc>
81-
<lastmod>2025-04-10T21:22:12.303Z</lastmod>
81+
<lastmod>2025-04-10T21:25:26.059Z</lastmod>
8282
</url>
8383
<url>
8484
<loc>https://UCSB-Library-Research-Data-Services.github.io/bren-eds213/installing-duckdb.html</loc>
85-
<lastmod>2025-04-10T21:22:12.295Z</lastmod>
85+
<lastmod>2025-04-10T21:25:26.051Z</lastmod>
8686
</url>
8787
<url>
8888
<loc>https://UCSB-Library-Research-Data-Services.github.io/bren-eds213/syllabus.html</loc>
89-
<lastmod>2025-04-10T21:22:12.463Z</lastmod>
89+
<lastmod>2025-04-10T21:25:26.213Z</lastmod>
9090
</url>
9191
<url>
9292
<loc>https://UCSB-Library-Research-Data-Services.github.io/bren-eds213/index.html</loc>
93-
<lastmod>2025-04-10T21:22:12.295Z</lastmod>
93+
<lastmod>2025-04-10T21:25:26.051Z</lastmod>
9494
</url>
9595
<url>
9696
<loc>https://UCSB-Library-Research-Data-Services.github.io/bren-eds213/resources.html</loc>
97-
<lastmod>2025-04-10T21:22:12.463Z</lastmod>
97+
<lastmod>2025-04-10T21:25:26.213Z</lastmod>
9898
</url>
9999
<url>
100100
<loc>https://UCSB-Library-Research-Data-Services.github.io/bren-eds213/about.html</loc>
101-
<lastmod>2025-04-10T21:22:12.292Z</lastmod>
101+
<lastmod>2025-04-10T21:25:26.048Z</lastmod>
102102
</url>
103103
<url>
104104
<loc>https://UCSB-Library-Research-Data-Services.github.io/bren-eds213/modules/week02/index-02.html</loc>
105-
<lastmod>2025-04-10T21:22:12.303Z</lastmod>
105+
<lastmod>2025-04-10T21:25:26.059Z</lastmod>
106106
</url>
107107
<url>
108108
<loc>https://UCSB-Library-Research-Data-Services.github.io/bren-eds213/modules/week08/case-b.html</loc>
109-
<lastmod>2025-04-10T21:22:12.384Z</lastmod>
109+
<lastmod>2025-04-10T21:25:26.138Z</lastmod>
110110
</url>
111111
<url>
112112
<loc>https://UCSB-Library-Research-Data-Services.github.io/bren-eds213/modules/week08/case-c.html</loc>
113-
<lastmod>2025-04-10T21:22:12.384Z</lastmod>
113+
<lastmod>2025-04-10T21:25:26.138Z</lastmod>
114114
</url>
115115
<url>
116116
<loc>https://UCSB-Library-Research-Data-Services.github.io/bren-eds213/modules/week08/case-d.html</loc>
117-
<lastmod>2025-04-10T21:22:12.384Z</lastmod>
117+
<lastmod>2025-04-10T21:25:26.138Z</lastmod>
118118
</url>
119119
<url>
120120
<loc>https://UCSB-Library-Research-Data-Services.github.io/bren-eds213/modules/week09/FAIR_assessment_tool.html</loc>
121-
<lastmod>2025-04-10T21:22:12.399Z</lastmod>
121+
<lastmod>2025-04-10T21:25:26.152Z</lastmod>
122122
</url>
123123
<url>
124124
<loc>https://UCSB-Library-Research-Data-Services.github.io/bren-eds213/modules/week01/hw-01-1.html</loc>
125-
<lastmod>2025-04-10T21:22:12.299Z</lastmod>
125+
<lastmod>2025-04-10T21:25:26.054Z</lastmod>
126126
</url>
127127
<url>
128128
<loc>https://UCSB-Library-Research-Data-Services.github.io/bren-eds213/modules/week01/index-01.html</loc>
129-
<lastmod>2025-04-10T21:22:12.299Z</lastmod>
129+
<lastmod>2025-04-10T21:25:26.054Z</lastmod>
130130
</url>
131131
<url>
132132
<loc>https://UCSB-Library-Research-Data-Services.github.io/bren-eds213/modules/week05/hw-05-4.html</loc>
133-
<lastmod>2025-04-10T21:22:12.316Z</lastmod>
133+
<lastmod>2025-04-10T21:25:26.071Z</lastmod>
134134
</url>
135135
<url>
136136
<loc>https://UCSB-Library-Research-Data-Services.github.io/bren-eds213/modules/week05/bash-essentials.html</loc>
137-
<lastmod>2025-04-10T21:22:12.315Z</lastmod>
137+
<lastmod>2025-04-10T21:25:26.071Z</lastmod>
138138
</url>
139139
<url>
140140
<loc>https://UCSB-Library-Research-Data-Services.github.io/bren-eds213/modules/week05/hw-05-3.html</loc>
141-
<lastmod>2025-04-10T21:22:12.315Z</lastmod>
141+
<lastmod>2025-04-10T21:25:26.071Z</lastmod>
142142
</url>
143143
<url>
144144
<loc>https://UCSB-Library-Research-Data-Services.github.io/bren-eds213/modules/week04/hw-04-3.html</loc>
145-
<lastmod>2025-04-10T21:22:12.314Z</lastmod>
145+
<lastmod>2025-04-10T21:25:26.070Z</lastmod>
146146
</url>
147147
<url>
148148
<loc>https://UCSB-Library-Research-Data-Services.github.io/bren-eds213/modules/week04/index-04.html</loc>
149-
<lastmod>2025-04-10T21:22:12.314Z</lastmod>
149+
<lastmod>2025-04-10T21:25:26.070Z</lastmod>
150150
</url>
151151
<url>
152152
<loc>https://UCSB-Library-Research-Data-Services.github.io/bren-eds213/modules/week06/hw-06-2.html</loc>
153-
<lastmod>2025-04-10T21:22:12.323Z</lastmod>
153+
<lastmod>2025-04-10T21:25:26.079Z</lastmod>
154154
</url>
155155
<url>
156156
<loc>https://UCSB-Library-Research-Data-Services.github.io/bren-eds213/modules/week06/hw-06-3.html</loc>
157-
<lastmod>2025-04-10T21:22:12.324Z</lastmod>
157+
<lastmod>2025-04-10T21:25:26.079Z</lastmod>
158158
</url>
159159
<url>
160160
<loc>https://UCSB-Library-Research-Data-Services.github.io/bren-eds213/modules/week06/python-programming-cont.html</loc>
161-
<lastmod>2025-04-10T21:22:12.324Z</lastmod>
161+
<lastmod>2025-04-10T21:25:26.079Z</lastmod>
162162
</url>
163163
<url>
164164
<loc>https://UCSB-Library-Research-Data-Services.github.io/bren-eds213/modules/week07/hw-07-2.html</loc>
165-
<lastmod>2025-04-10T21:22:12.326Z</lastmod>
165+
<lastmod>2025-04-10T21:25:26.081Z</lastmod>
166166
</url>
167167
<url>
168168
<loc>https://UCSB-Library-Research-Data-Services.github.io/bren-eds213/modules/week07/virtual-environments-notes.html</loc>
169-
<lastmod>2025-04-10T21:22:12.384Z</lastmod>
169+
<lastmod>2025-04-10T21:25:26.138Z</lastmod>
170170
</url>
171171
<url>
172172
<loc>https://UCSB-Library-Research-Data-Services.github.io/bren-eds213/modules/week03/hw-03-2.html</loc>
173-
<lastmod>2025-04-10T21:22:12.304Z</lastmod>
173+
<lastmod>2025-04-10T21:25:26.059Z</lastmod>
174174
</url>
175175
<url>
176176
<loc>https://UCSB-Library-Research-Data-Services.github.io/bren-eds213/modules/week03/index-03.html</loc>
177-
<lastmod>2025-04-10T21:22:12.304Z</lastmod>
177+
<lastmod>2025-04-10T21:25:26.059Z</lastmod>
178178
</url>
179179
<url>
180180
<loc>https://UCSB-Library-Research-Data-Services.github.io/bren-eds213/modules/week10/index-10.html</loc>
181-
<lastmod>2025-04-10T21:22:12.417Z</lastmod>
181+
<lastmod>2025-04-10T21:25:26.169Z</lastmod>
182182
</url>
183183
</urlset>

0 commit comments

Comments
 (0)