Skip to content

Commit c2911d5

Browse files
committed
update after w26 workshops completed
1 parent a1eb09a commit c2911d5

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

index.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title: UCSB Library Carpentry Workshops
66
## Workshops
77

88
<!-- show workshops after 2025-01-01 -->
9-
{% assign cutoff = '2026-02-01' | date: "%s" %}
9+
{% assign cutoff = '2026-02-15' | date: "%s" %}
1010
{% assign sorted_workshops = site.categories.workshop | sort: "date" %}
1111
{% assign lastWorkshop = sorted_workshops | last %}
1212
{% assign lastWorkshopDate = lastWorkshop.date | date: "%s" %}
@@ -29,8 +29,6 @@ title: UCSB Library Carpentry Workshops
2929
## Related events
3030
<ul>
3131
<li>Thursdays this Winter: <a href="https://bit.ly/D2D_2026Winter" target="_blank">Data to Discovery Series (30-minute sessions on data visualization and visual communication)</a></li>
32-
<li>February 9 - 13: <a href="https://uc-love-data-week.github.io/" target="_blank">UC Love Data Week</a></li>
33-
<li>February 9: <a href="https://www.library.ucsb.edu/events-exhibitions/events/ai-in-action" target="_blank">AI in Action: Conversations with UCSB Researchers</a></li>
3432
</ul>
3533

3634
## Community Meetings

past-workshops.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@ permalink: /past-workshops/
1111
</thead>
1212
<tbody>
1313
<tr>
14-
<td><b>2025 Workshops</b></td>
14+
<td><b>2026 Workshops</b></td>
15+
</tr>
16+
<tr>
17+
<td>February 11 and 13</td><td><a href="/workshop/2026/02/02/ucsb-ml.html">Introduction to Machine Learning in Python</a></td>
1518
</tr>
1619
<tr>
1720
<td>January 27 and 29</td><td><a href="/workshop/2026/01/27/ucsb-webscraping.html">Web Scraping with Python</a></td>
@@ -22,6 +25,9 @@ permalink: /past-workshops/
2225
<tr>
2326
<td>January 5, 6, 8, and 9</td><td><a href="/workshop/2026/01/05/ucsb-geospatial.html">Geospatial Data Carpentry for Urbanism using R</a></td>
2427
</tr>
28+
<tr>
29+
<td><b>2025 Workshops</b></td>
30+
</tr>
2531
<tr>
2632
<td>October 28, 30, and November 4</td><td><a href="/workshop/2025/10/28/ucsb-python.html">Introduction to Data Analysis with Python</a></td>
2733
</tr>

0 commit comments

Comments
 (0)