Skip to content

Commit 1e45783

Browse files
author
Quarto GHA Workflow Runner
committed
Built site for gh-pages
1 parent bf8832b commit 1e45783

File tree

4 files changed

+59
-57
lines changed

4 files changed

+59
-57
lines changed

.nojekyll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8c8275c5
1+
5247af3d

modules/week02/hw-02.html

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ <h2 id="toc-title">On this page</h2>
195195
<ul>
196196
<li><a href="#setup" id="toc-setup" class="nav-link active" data-scroll-target="#setup">Setup</a></li>
197197
<li><a href="#the-expectations-are" id="toc-the-expectations-are" class="nav-link" data-scroll-target="#the-expectations-are">The expectations are:</a></li>
198-
<li><a href="#on-canvas" id="toc-on-canvas" class="nav-link" data-scroll-target="#on-canvas">On Canvas:</a></li>
198+
<li><a href="#how-to-submit-your-assignment-to-canvas" id="toc-how-to-submit-your-assignment-to-canvas" class="nav-link" data-scroll-target="#how-to-submit-your-assignment-to-canvas">How to submit your assignment to Canvas:</a></li>
199199
</ul>
200200
</nav>
201201
</div>
@@ -221,31 +221,33 @@ <h1 class="title">Week 2 - Data Cleaning</h1>
221221
</header>
222222

223223

224-
<p><strong>Please use Canvas to return the assignments: <a href="https://ucsb.instructure.com/courses/19301/assignments/238393" target="_blank">https://ucsb.instructure.com/courses/19301/assignments/238393</a></strong></p>
224+
<p>**Please use Canvas to return the assignments: &lt;&gt;{target=_blank”}**</p>
225225
<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>
226226
<ol type="1">
227227
<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>
228228
<li><p>Clean the <code>Land_cover</code> column to transform it into the correct data type and respect expectations for a percentage</p></li>
229-
<li><p>Use the relationship between the three cover columns (Snow, Water, Land) to infer missing values where possible and recompute the <code>Total_cover</code> column</p></li>
229+
<li><p>Use the relationship between the three cover columns (Snow, Water, Land) to infer missing values where possible and recompute the <code>Total_cover</code> column as needed</p></li>
230230
</ol>
231231
<p><strong>Add comments to your quarto document about your decisions and assumptions</strong>, this will be part of the grading.</p>
232232
<section id="setup" class="level3">
233233
<h3 class="anchored" data-anchor-id="setup">Setup</h3>
234-
<p>You should start a new quarto document named <code>eds213_data_cleaning_assign_YOURNAME.qmd</code> in your fork of the GitHub repository <a href="https://github.com/UCSB-Library-Research-Data-Services/bren-meds213-data-cleaning">bren-meds213-data-cleaning</a>.</p>
234+
<p>You should start a new quarto document named <code>eds213_data_cleaning_assign_YOURNAME.qmd</code> on <strong>your fork</strong> of the GitHub repository <a href="https://github.com/UCSB-Library-Research-Data-Services/bren-meds213-data-cleaning">bren-meds213-data-cleaning</a>. Don’t forget to use the <a href="https://github.com/UCSB-Library-Research-Data-Services/bren-meds213-data-cleaning/blob/main/data/raw/01_ASDN_Readme.txt">metadata</a> present in the data folder</p>
235235
</section>
236236
<section id="the-expectations-are" class="level3">
237237
<h3 class="anchored" data-anchor-id="the-expectations-are">The expectations are:</h3>
238238
<ul>
239-
<li>The qmd <code>eds213_data_cleaning_assign_YOURNAME.qmd</code> should run if your repo is cloned locally and</li>
240-
<li>the code should output a csv file named <code>all_cover_fixed_YOURNAME.csv</code> in the <code>data/processed</code> folder</li>
239+
<li>The Quarto document <code>eds213_data_cleaning_assign_YOURNAME.qmd</code> should run if your repo is cloned locally</li>
240+
<li>The code should be well commented and output a csv file named <code>all_cover_fixed_YOURNAME.csv</code> in the <code>data/processed</code> folder</li>
241+
<li>Your quarto document should have all the necessary explanations about the decisions you made and potential assumptions you used (don’t forget to look at the metadata!)</li>
241242
</ul>
242243
<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>
244+
<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>
243245
</section>
244-
<section id="on-canvas" class="level3">
245-
<h3 class="anchored" data-anchor-id="on-canvas">On Canvas:</h3>
246+
<section id="how-to-submit-your-assignment-to-canvas" class="level3">
247+
<h3 class="anchored" data-anchor-id="how-to-submit-your-assignment-to-canvas">How to submit your assignment to Canvas:</h3>
246248
<ul>
247-
<li><p>Add the URL to your fork on GitHub at the top of your quarto document</p></li>
248-
<li><p>Upload the qmd &amp; csv files to Canvas (those versions will be the ones evaluated for grading)</p></li>
249+
<li><p>Add the URL of your repository at the top of your repo’s README</p></li>
250+
<li><p>Download your repository as a <code>.zip</code> file and upload it to canvas</p></li>
249251
</ul>
250252

251253

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: https://ucsb.instructure.com/courses/19301/assignments/238393\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\n\nAdd comments to your quarto document about your decisions and assumptions, this will be part of the grading.\n\nSetup\nYou should start a new quarto document named eds213_data_cleaning_assign_YOURNAME.qmd in your fork of the GitHub repository bren-meds213-data-cleaning.\n\n\nThe expectations are:\n\nThe qmd eds213_data_cleaning_assign_YOURNAME.qmd should run if your repo is cloned locally and\nthe code should output a csv file named all_cover_fixed_YOURNAME.csv in the data/processed folder\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)\n\n\nOn Canvas:\n\nAdd the URL to your fork on GitHub at the top of your quarto document\nUpload the qmd & csv files to Canvas (those versions will be the ones evaluated for grading)"
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 part of the grading.\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\nThe code should be well commented and output a csv file named all_cover_fixed_YOURNAME.csv in the data/processed folder\nYour quarto document should have all the necessary explanations about the decisions you made and potential assumptions you used (don’t forget to look at the metadata!)\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"
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-10T16:26:55.853Z</lastmod>
5+
<lastmod>2025-04-10T21:09:38.151Z</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-10T16:26:55.861Z</lastmod>
9+
<lastmod>2025-04-10T21:09:38.159Z</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-10T16:26:55.861Z</lastmod>
13+
<lastmod>2025-04-10T21:09:38.159Z</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-10T16:26:55.883Z</lastmod>
17+
<lastmod>2025-04-10T21:09:38.181Z</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-10T16:26:55.883Z</lastmod>
21+
<lastmod>2025-04-10T21:09:38.181Z</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-10T16:26:55.881Z</lastmod>
25+
<lastmod>2025-04-10T21:09:38.179Z</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-10T16:26:55.881Z</lastmod>
29+
<lastmod>2025-04-10T21:09:38.179Z</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-10T16:26:55.881Z</lastmod>
33+
<lastmod>2025-04-10T21:09:38.179Z</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-10T16:26:55.872Z</lastmod>
37+
<lastmod>2025-04-10T21:09:38.169Z</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-10T16:26:55.872Z</lastmod>
41+
<lastmod>2025-04-10T21:09:38.169Z</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-10T16:26:55.873Z</lastmod>
45+
<lastmod>2025-04-10T21:09:38.171Z</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-10T16:26:55.873Z</lastmod>
49+
<lastmod>2025-04-10T21:09:38.171Z</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-10T16:26:55.873Z</lastmod>
53+
<lastmod>2025-04-10T21:09:38.171Z</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-10T16:26:55.856Z</lastmod>
57+
<lastmod>2025-04-10T21:09:38.154Z</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-10T16:26:55.856Z</lastmod>
61+
<lastmod>2025-04-10T21:09:38.154Z</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-10T16:26:55.956Z</lastmod>
65+
<lastmod>2025-04-10T21:09:38.254Z</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-10T16:26:55.956Z</lastmod>
69+
<lastmod>2025-04-10T21:09:38.254Z</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-10T16:26:55.941Z</lastmod>
73+
<lastmod>2025-04-10T21:09:38.239Z</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-10T16:26:55.941Z</lastmod>
77+
<lastmod>2025-04-10T21:09:38.239Z</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-10T16:26:55.861Z</lastmod>
81+
<lastmod>2025-04-10T21:09:38.158Z</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-10T16:26:55.853Z</lastmod>
85+
<lastmod>2025-04-10T21:09:38.151Z</lastmod>
8686
</url>
8787
<url>
8888
<loc>https://UCSB-Library-Research-Data-Services.github.io/bren-eds213/syllabus.html</loc>
89-
<lastmod>2025-04-10T16:26:56.017Z</lastmod>
89+
<lastmod>2025-04-10T21:09:38.316Z</lastmod>
9090
</url>
9191
<url>
9292
<loc>https://UCSB-Library-Research-Data-Services.github.io/bren-eds213/index.html</loc>
93-
<lastmod>2025-04-10T16:26:55.853Z</lastmod>
93+
<lastmod>2025-04-10T21:09:38.150Z</lastmod>
9494
</url>
9595
<url>
9696
<loc>https://UCSB-Library-Research-Data-Services.github.io/bren-eds213/resources.html</loc>
97-
<lastmod>2025-04-10T16:26:56.017Z</lastmod>
97+
<lastmod>2025-04-10T21:09:38.316Z</lastmod>
9898
</url>
9999
<url>
100100
<loc>https://UCSB-Library-Research-Data-Services.github.io/bren-eds213/about.html</loc>
101-
<lastmod>2025-04-10T16:26:55.850Z</lastmod>
101+
<lastmod>2025-04-10T21:09:38.147Z</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-10T16:26:55.861Z</lastmod>
105+
<lastmod>2025-04-10T21:09:38.158Z</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-10T16:26:55.941Z</lastmod>
109+
<lastmod>2025-04-10T21:09:38.239Z</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-10T16:26:55.941Z</lastmod>
113+
<lastmod>2025-04-10T21:09:38.239Z</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-10T16:26:55.941Z</lastmod>
117+
<lastmod>2025-04-10T21:09:38.239Z</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-10T16:26:55.956Z</lastmod>
121+
<lastmod>2025-04-10T21:09:38.254Z</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-10T16:26:55.856Z</lastmod>
125+
<lastmod>2025-04-10T21:09:38.154Z</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-10T16:26:55.856Z</lastmod>
129+
<lastmod>2025-04-10T21:09:38.154Z</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-10T16:26:55.873Z</lastmod>
133+
<lastmod>2025-04-10T21:09:38.171Z</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-10T16:26:55.873Z</lastmod>
137+
<lastmod>2025-04-10T21:09:38.170Z</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-10T16:26:55.873Z</lastmod>
141+
<lastmod>2025-04-10T21:09:38.171Z</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-10T16:26:55.872Z</lastmod>
145+
<lastmod>2025-04-10T21:09:38.169Z</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-10T16:26:55.872Z</lastmod>
149+
<lastmod>2025-04-10T21:09:38.169Z</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-10T16:26:55.881Z</lastmod>
153+
<lastmod>2025-04-10T21:09:38.179Z</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-10T16:26:55.881Z</lastmod>
157+
<lastmod>2025-04-10T21:09:38.179Z</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-10T16:26:55.881Z</lastmod>
161+
<lastmod>2025-04-10T21:09:38.179Z</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-10T16:26:55.883Z</lastmod>
165+
<lastmod>2025-04-10T21:09:38.181Z</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-10T16:26:55.941Z</lastmod>
169+
<lastmod>2025-04-10T21:09:38.239Z</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-10T16:26:55.861Z</lastmod>
173+
<lastmod>2025-04-10T21:09:38.159Z</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-10T16:26:55.861Z</lastmod>
177+
<lastmod>2025-04-10T21:09:38.159Z</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-10T16:26:55.973Z</lastmod>
181+
<lastmod>2025-04-10T21:09:38.271Z</lastmod>
182182
</url>
183183
</urlset>

0 commit comments

Comments
 (0)