Skip to content

Commit 3bf91bc

Browse files
committed
final update f25 workshops
1 parent 3150d23 commit 3bf91bc

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

_posts/2025-10-27-ucsb-computing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ time: 12:00 PM - 1:00 PM PST
66
human_date: "October 27 and November 6"
77
year: 2025
88
location: UC Santa Barbara Library, Room 1312
9-
instructors: Brian Emery, Jay Chi, Seth Erickson
9+
instructors: Brian Emery, Seth Erickson, Jay Chi, Kelly Garvey, Danielle Ferraro, Paul Weakliem, Gavin McDonald
1010
helpers:
1111
post_workshop_survey: "https://ucsb.co1.qualtrics.com/jfe/form/SV_a5Uzcuc75oELlT8"
1212
shoreline_url: "https://cglink.me/2dD/r2269320"

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-10-23' | date: "%s" %}
9+
{% assign cutoff = '2025-11-07' | 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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ permalink: /past-workshops/
1313
<tr>
1414
<td><b>2025 Workshops</b></td>
1515
</tr>
16+
<tr>
17+
<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>
18+
</tr>
19+
<tr>
20+
<td>October 27 and November 6</td><td><a href="/workshop/2025/10/27/ucsb-computing.html">Research Computing - What to do when your work gets too big for your laptop</a></td>
21+
</tr>
1622
<tr>
1723
<td>October 14 and 16</td><td><a href="/workshop/2025/10/14/ucsb-git.html">Version Control with Git and GitHub</a></td>
1824
</tr>

0 commit comments

Comments
 (0)