Skip to content

Commit 575c3e7

Browse files
author
Quarto GHA Workflow Runner
committed
Built site for gh-pages
1 parent bb786c5 commit 575c3e7

File tree

3 files changed

+50
-55
lines changed

3 files changed

+50
-55
lines changed

.nojekyll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
766ec4ec
1+
e561bcd2

modules/week04/class-script-04-thu-empty.sql

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,21 +37,16 @@
3737
-- Ask 9: So? Would it be time well spent to further look into the meaning of zeros?
3838

3939

40-
-- We found out that actually at the location `sno05` of the site eaba, 0 means NULL... let's update our Snow_cover table
41-
40+
-- We found out that actually at the plot `brw0` of the site barr, 0 means NULL... let's update our Snow_cover table
4241
CREATE TABLE Snow_cover_backup AS SELECT * FROM Snow_cover; -- Create a copy of the table to be safe (and not cry a lot)
4342

4443
-- For Recall
4544
SELECT * FROM Site_avg_snowcover;
4645
SELECT * FROM Site_avg_snowcover_nozeros;
4746
-- update the 0 for that site
48-
UPDATE Snow_cover SET Snow_cover = NULL WHERE Location = 'sno05' AND Snow_cover = 0;
47+
UPDATE Snow_cover SET Snow_cover = NULL WHERE Plot = 'brw0' AND Snow_cover = 0;
4948
-- Check the update was succesful
50-
SELECT * FROM Snow_cover WHERE Location = 'sno05';
49+
SELECT * FROM Snow_cover WHERE Plot = 'brw0';
5150
-- We should probably recompute the avg, let's check
5251
SELECT * FROM Site_avg_snowcover;
5352
-- What just happened!?
54-
55-
56-
-- Ask 10: Let's move on to inspecting the nests and answering the following question: Which shorebird species makes the most eggs? Oh and I need a table with the common names, just because :)
57-

sitemap.xml

Lines changed: 46 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -2,186 +2,186 @@
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-23T21:39:13.496Z</lastmod>
5+
<lastmod>2025-04-24T00:17:38.321Z</lastmod>
66
</url>
77
<url>
88
<loc>https://UCSB-Library-Research-Data-Services.github.io/bren-eds213/modules/week09/hw-09.html</loc>
9-
<lastmod>2025-04-23T21:39:13.599Z</lastmod>
9+
<lastmod>2025-04-24T00:17:38.429Z</lastmod>
1010
</url>
1111
<url>
1212
<loc>https://UCSB-Library-Research-Data-Services.github.io/bren-eds213/modules/week05/hw-05-2.html</loc>
13-
<lastmod>2025-04-23T21:39:13.514Z</lastmod>
13+
<lastmod>2025-04-24T00:17:38.342Z</lastmod>
1414
</url>
1515
<url>
1616
<loc>https://UCSB-Library-Research-Data-Services.github.io/bren-eds213/modules/week05/hw-05-3.html</loc>
17-
<lastmod>2025-04-23T21:39:13.514Z</lastmod>
17+
<lastmod>2025-04-24T00:17:38.342Z</lastmod>
1818
</url>
1919
<url>
2020
<loc>https://UCSB-Library-Research-Data-Services.github.io/bren-eds213/modules/week05/bash-essentials.html</loc>
21-
<lastmod>2025-04-23T21:39:13.514Z</lastmod>
21+
<lastmod>2025-04-24T00:17:38.342Z</lastmod>
2222
</url>
2323
<url>
2424
<loc>https://UCSB-Library-Research-Data-Services.github.io/bren-eds213/modules/week07/hw-07-1.html</loc>
25-
<lastmod>2025-04-23T21:39:13.526Z</lastmod>
25+
<lastmod>2025-04-24T00:17:38.354Z</lastmod>
2626
</url>
2727
<url>
2828
<loc>https://UCSB-Library-Research-Data-Services.github.io/bren-eds213/modules/week07/hw-07-2.html</loc>
29-
<lastmod>2025-04-23T21:39:13.526Z</lastmod>
29+
<lastmod>2025-04-24T00:17:38.354Z</lastmod>
3030
</url>
3131
<url>
3232
<loc>https://UCSB-Library-Research-Data-Services.github.io/bren-eds213/modules/week06/python-programming-cont.html</loc>
33-
<lastmod>2025-04-23T21:39:13.524Z</lastmod>
33+
<lastmod>2025-04-24T00:17:38.352Z</lastmod>
3434
</url>
3535
<url>
3636
<loc>https://UCSB-Library-Research-Data-Services.github.io/bren-eds213/modules/week06/python-programming.html</loc>
37-
<lastmod>2025-04-23T21:39:13.524Z</lastmod>
37+
<lastmod>2025-04-24T00:17:38.352Z</lastmod>
3838
</url>
3939
<url>
4040
<loc>https://UCSB-Library-Research-Data-Services.github.io/bren-eds213/modules/week06/index-06.html</loc>
41-
<lastmod>2025-04-23T21:39:13.524Z</lastmod>
41+
<lastmod>2025-04-24T00:17:38.352Z</lastmod>
4242
</url>
4343
<url>
4444
<loc>https://UCSB-Library-Research-Data-Services.github.io/bren-eds213/modules/week08/index-08.html</loc>
45-
<lastmod>2025-04-23T21:39:13.585Z</lastmod>
45+
<lastmod>2025-04-24T00:17:38.415Z</lastmod>
4646
</url>
4747
<url>
4848
<loc>https://UCSB-Library-Research-Data-Services.github.io/bren-eds213/modules/week08/case-a.html</loc>
49-
<lastmod>2025-04-23T21:39:13.585Z</lastmod>
49+
<lastmod>2025-04-24T00:17:38.415Z</lastmod>
5050
</url>
5151
<url>
5252
<loc>https://UCSB-Library-Research-Data-Services.github.io/bren-eds213/modules/week08/case-d.html</loc>
53-
<lastmod>2025-04-23T21:39:13.585Z</lastmod>
53+
<lastmod>2025-04-24T00:17:38.415Z</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-23T21:39:13.499Z</lastmod>
57+
<lastmod>2025-04-24T00:17:38.325Z</lastmod>
5858
</url>
5959
<url>
6060
<loc>https://UCSB-Library-Research-Data-Services.github.io/bren-eds213/modules/week01/index-01.html</loc>
61-
<lastmod>2025-04-23T21:39:13.499Z</lastmod>
61+
<lastmod>2025-04-24T00:17:38.325Z</lastmod>
6262
</url>
6363
<url>
6464
<loc>https://UCSB-Library-Research-Data-Services.github.io/bren-eds213/modules/week03/hw-03-2.html</loc>
65-
<lastmod>2025-04-23T21:39:13.504Z</lastmod>
65+
<lastmod>2025-04-24T00:17:38.330Z</lastmod>
6666
</url>
6767
<url>
6868
<loc>https://UCSB-Library-Research-Data-Services.github.io/bren-eds213/modules/week03/index-03.html</loc>
69-
<lastmod>2025-04-23T21:39:13.504Z</lastmod>
69+
<lastmod>2025-04-24T00:17:38.330Z</lastmod>
7070
</url>
7171
<url>
7272
<loc>https://UCSB-Library-Research-Data-Services.github.io/bren-eds213/modules/week03/notes.html</loc>
73-
<lastmod>2025-04-23T21:39:13.504Z</lastmod>
73+
<lastmod>2025-04-24T00:17:38.330Z</lastmod>
7474
</url>
7575
<url>
7676
<loc>https://UCSB-Library-Research-Data-Services.github.io/bren-eds213/modules/week02/index-02.html</loc>
77-
<lastmod>2025-04-23T21:39:13.503Z</lastmod>
77+
<lastmod>2025-04-24T00:17:38.330Z</lastmod>
7878
</url>
7979
<url>
8080
<loc>https://UCSB-Library-Research-Data-Services.github.io/bren-eds213/modules/week04/hw-04-3.html</loc>
81-
<lastmod>2025-04-23T21:39:13.513Z</lastmod>
81+
<lastmod>2025-04-24T00:17:38.341Z</lastmod>
8282
</url>
8383
<url>
8484
<loc>https://UCSB-Library-Research-Data-Services.github.io/bren-eds213/modules/week04/hw-04-1.html</loc>
85-
<lastmod>2025-04-23T21:39:13.513Z</lastmod>
85+
<lastmod>2025-04-24T00:17:38.341Z</lastmod>
8686
</url>
8787
<url>
8888
<loc>https://UCSB-Library-Research-Data-Services.github.io/bren-eds213/index.html</loc>
89-
<lastmod>2025-04-23T21:39:13.495Z</lastmod>
89+
<lastmod>2025-04-24T00:17:38.321Z</lastmod>
9090
</url>
9191
<url>
9292
<loc>https://UCSB-Library-Research-Data-Services.github.io/bren-eds213/installing-duckdb.html</loc>
93-
<lastmod>2025-04-23T21:39:13.496Z</lastmod>
93+
<lastmod>2025-04-24T00:17:38.321Z</lastmod>
9494
</url>
9595
<url>
9696
<loc>https://UCSB-Library-Research-Data-Services.github.io/bren-eds213/syllabus.html</loc>
97-
<lastmod>2025-04-23T21:39:13.661Z</lastmod>
97+
<lastmod>2025-04-24T00:17:38.495Z</lastmod>
9898
</url>
9999
<url>
100100
<loc>https://UCSB-Library-Research-Data-Services.github.io/bren-eds213/about.html</loc>
101-
<lastmod>2025-04-23T21:39:13.491Z</lastmod>
101+
<lastmod>2025-04-24T00:17:38.316Z</lastmod>
102102
</url>
103103
<url>
104104
<loc>https://UCSB-Library-Research-Data-Services.github.io/bren-eds213/resources.html</loc>
105-
<lastmod>2025-04-23T21:39:13.661Z</lastmod>
105+
<lastmod>2025-04-24T00:17:38.495Z</lastmod>
106106
</url>
107107
<url>
108108
<loc>https://UCSB-Library-Research-Data-Services.github.io/bren-eds213/modules/week04/hw-04-2.html</loc>
109-
<lastmod>2025-04-23T21:39:13.513Z</lastmod>
109+
<lastmod>2025-04-24T00:17:38.341Z</lastmod>
110110
</url>
111111
<url>
112112
<loc>https://UCSB-Library-Research-Data-Services.github.io/bren-eds213/modules/week04/index-04.html</loc>
113-
<lastmod>2025-04-23T21:39:13.513Z</lastmod>
113+
<lastmod>2025-04-24T00:17:38.341Z</lastmod>
114114
</url>
115115
<url>
116116
<loc>https://UCSB-Library-Research-Data-Services.github.io/bren-eds213/modules/week02/hw-02.html</loc>
117-
<lastmod>2025-04-23T21:39:13.503Z</lastmod>
117+
<lastmod>2025-04-24T00:17:38.329Z</lastmod>
118118
</url>
119119
<url>
120120
<loc>https://UCSB-Library-Research-Data-Services.github.io/bren-eds213/modules/week03/hw-03-3.html</loc>
121-
<lastmod>2025-04-23T21:39:13.504Z</lastmod>
121+
<lastmod>2025-04-24T00:17:38.330Z</lastmod>
122122
</url>
123123
<url>
124124
<loc>https://UCSB-Library-Research-Data-Services.github.io/bren-eds213/modules/week03/hw-03-1.html</loc>
125-
<lastmod>2025-04-23T21:39:13.504Z</lastmod>
125+
<lastmod>2025-04-24T00:17:38.330Z</lastmod>
126126
</url>
127127
<url>
128128
<loc>https://UCSB-Library-Research-Data-Services.github.io/bren-eds213/modules/week01/hw-01-2.html</loc>
129-
<lastmod>2025-04-23T21:39:13.499Z</lastmod>
129+
<lastmod>2025-04-24T00:17:38.324Z</lastmod>
130130
</url>
131131
<url>
132132
<loc>https://UCSB-Library-Research-Data-Services.github.io/bren-eds213/modules/week01/hw-01-1.html</loc>
133-
<lastmod>2025-04-23T21:39:13.499Z</lastmod>
133+
<lastmod>2025-04-24T00:17:38.324Z</lastmod>
134134
</url>
135135
<url>
136136
<loc>https://UCSB-Library-Research-Data-Services.github.io/bren-eds213/modules/week10/index-10.html</loc>
137-
<lastmod>2025-04-23T21:39:13.616Z</lastmod>
137+
<lastmod>2025-04-24T00:17:38.446Z</lastmod>
138138
</url>
139139
<url>
140140
<loc>https://UCSB-Library-Research-Data-Services.github.io/bren-eds213/modules/week08/case-b.html</loc>
141-
<lastmod>2025-04-23T21:39:13.585Z</lastmod>
141+
<lastmod>2025-04-24T00:17:38.415Z</lastmod>
142142
</url>
143143
<url>
144144
<loc>https://UCSB-Library-Research-Data-Services.github.io/bren-eds213/modules/week08/case-c.html</loc>
145-
<lastmod>2025-04-23T21:39:13.585Z</lastmod>
145+
<lastmod>2025-04-24T00:17:38.415Z</lastmod>
146146
</url>
147147
<url>
148148
<loc>https://UCSB-Library-Research-Data-Services.github.io/bren-eds213/modules/week06/hw-06-3.html</loc>
149-
<lastmod>2025-04-23T21:39:13.524Z</lastmod>
149+
<lastmod>2025-04-24T00:17:38.352Z</lastmod>
150150
</url>
151151
<url>
152152
<loc>https://UCSB-Library-Research-Data-Services.github.io/bren-eds213/modules/week06/hw-06-1.html</loc>
153-
<lastmod>2025-04-23T21:39:13.524Z</lastmod>
153+
<lastmod>2025-04-24T00:17:38.352Z</lastmod>
154154
</url>
155155
<url>
156156
<loc>https://UCSB-Library-Research-Data-Services.github.io/bren-eds213/modules/week06/hw-06-2.html</loc>
157-
<lastmod>2025-04-23T21:39:13.524Z</lastmod>
157+
<lastmod>2025-04-24T00:17:38.352Z</lastmod>
158158
</url>
159159
<url>
160160
<loc>https://UCSB-Library-Research-Data-Services.github.io/bren-eds213/modules/week07/index-07.html</loc>
161-
<lastmod>2025-04-23T21:39:13.526Z</lastmod>
161+
<lastmod>2025-04-24T00:17:38.354Z</lastmod>
162162
</url>
163163
<url>
164164
<loc>https://UCSB-Library-Research-Data-Services.github.io/bren-eds213/modules/week07/virtual-environments-notes.html</loc>
165-
<lastmod>2025-04-23T21:39:13.585Z</lastmod>
165+
<lastmod>2025-04-24T00:17:38.414Z</lastmod>
166166
</url>
167167
<url>
168168
<loc>https://UCSB-Library-Research-Data-Services.github.io/bren-eds213/modules/week05/index-05.html</loc>
169-
<lastmod>2025-04-23T21:39:13.515Z</lastmod>
169+
<lastmod>2025-04-24T00:17:38.342Z</lastmod>
170170
</url>
171171
<url>
172172
<loc>https://UCSB-Library-Research-Data-Services.github.io/bren-eds213/modules/week05/hw-05-4.html</loc>
173-
<lastmod>2025-04-23T21:39:13.515Z</lastmod>
173+
<lastmod>2025-04-24T00:17:38.342Z</lastmod>
174174
</url>
175175
<url>
176176
<loc>https://UCSB-Library-Research-Data-Services.github.io/bren-eds213/modules/week05/hw-05-1.html</loc>
177-
<lastmod>2025-04-23T21:39:13.514Z</lastmod>
177+
<lastmod>2025-04-24T00:17:38.342Z</lastmod>
178178
</url>
179179
<url>
180180
<loc>https://UCSB-Library-Research-Data-Services.github.io/bren-eds213/modules/week09/FAIR_assessment_tool.html</loc>
181-
<lastmod>2025-04-23T21:39:13.599Z</lastmod>
181+
<lastmod>2025-04-24T00:17:38.429Z</lastmod>
182182
</url>
183183
<url>
184184
<loc>https://UCSB-Library-Research-Data-Services.github.io/bren-eds213/modules/week09/index-09.html</loc>
185-
<lastmod>2025-04-23T21:39:13.599Z</lastmod>
185+
<lastmod>2025-04-24T00:17:38.429Z</lastmod>
186186
</url>
187187
</urlset>

0 commit comments

Comments
 (0)