Skip to content

Commit 6838436

Browse files
committed
update upcoming and past workshops list
1 parent 676d8c4 commit 6838436

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

index.md

Lines changed: 1 addition & 1 deletion
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 = '2025-11-07' | date: "%s" %}
9+
{% assign cutoff = '2026-02-01' | date: "%s" %}
1010
{% assign sorted_workshops = site.categories.workshop | sort: "date" %}
1111
{% assign lastWorkshop = sorted_workshops | last %}
1212
{% assign lastWorkshopDate = lastWorkshop.date | date: "%s" %}

past-workshops.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,15 @@ permalink: /past-workshops/
1313
<tr>
1414
<td><b>2025 Workshops</b></td>
1515
</tr>
16+
<tr>
17+
<td>January 27 and 29</td><td><a href="/workshop/2026/01/27/ucsb-webscraping.html">Web Scraping with Python</a></td>
18+
</tr>
19+
<tr>
20+
<td>January 14 and 15</td><td><a href="/workshop/2026/01/14/ucsb-r.html">Introduction to Data Analysis with R</a></td>
21+
</tr>
22+
<tr>
23+
<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>
24+
</tr>
1625
<tr>
1726
<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>
1827
</tr>

0 commit comments

Comments
 (0)