From 8925ba489d4dfa4fe09ac276b6d3353218bc0ef3 Mon Sep 17 00:00:00 2001
From: becerraresearch <94943624+becerraresearch@users.noreply.github.com>
Date: Fri, 2 Aug 2024 09:57:32 -0700
Subject: [PATCH] Update schedule.html
---
_includes/swc/schedule.html | 61 ++++++++++++++++---------------------
1 file changed, 27 insertions(+), 34 deletions(-)
diff --git a/_includes/swc/schedule.html b/_includes/swc/schedule.html
index 2e51596..d8d6ae0 100644
--- a/_includes/swc/schedule.html
+++ b/_includes/swc/schedule.html
@@ -4,60 +4,53 @@
Day 1
Before | Pre-workshop survey |
08:30 | Open room for technical assistance (installing software) |
- 10:30 | Morning break |
- 11:00 | Automating Tasks with the Unix Shell (Continued) |
- 12:00 | Lunch break |
+ 09:00 | Introduction to instructors, helpers & workshop tools, Pre-survey |
+ 09:30 | Running and Quitting (launching Jupyter and downloading the file) |
+ 09:45 | Variables and Assignment |
{% if site.flavor == "r" %}
- 13:00 | Building Programs with R |
- 14:30 | Afternoon break |
- 15:00 | Building Programs with R (Continued) |
+ 10:15 | Data Types and Type Conversion |
+ 10:30 | Break |
+ 10:45 | Data Types and Type Conversion (continued) |
{% elsif site.flavor == "python" %}
- 13:00 | Building Programs with Python |
- 14:30 | Afternoon break |
- 15:00 | Building Programs with Python (Continued) |
+ 11:05 | Built-in Functions and Help |
+ 11:25 | Libraries |
+ 11:45 | Reading Tabular Data into DataFrames |
{% else %}
{% include warning-flavor.html %}
{% endif %}
- 16:00 | Wrap-up |
- 16:30 | END |
+ 12:20 | Wrap-up |
+ 12:30 | END |
Day 2
- 09:00 | Version Control with Git |
- 10:30 | Morning break |
- 11:00 | Version Control with Git (Continued) |
- 12:00 | Lunch break |
- 13:00 | Managing Data with SQL |
- 14:30 | Afternoon break |
- 15:00 | Managing Data with SQL (Continued) |
- 16:00 | Wrap-up |
- 16:30 | Post-workshop Survey |
- 16:40 | END |
+ 08:30 | Pandas DataFrames |
+ 09:15 | Plotting |
+ 10:00 | Lists |
+ 10:30 | Break |
+ 10:45 | FOR Loops |
+ 11:20 | Conditionals |
+ 12:05 | Wrap-up |
+ 12:30 | END |
Day 3
- Before | Pre-workshop survey |
- 08:30 | Open room for technical assistance (installing software) |
- 10:30 | Morning break |
- 11:00 | Automating Tasks with the Unix Shell (Continued) |
- 12:00 | Lunch break |
+ 08:30 | Looping Over Data Sets |
+ 09:20 | Writing Functions |
+ 10:10 | Variable Scope |
+ 10:40 | Break |
{% if site.flavor == "r" %}
- 13:00 | Building Programs with R |
- 14:30 | Afternoon break |
- 15:00 | Building Programs with R (Continued) |
+ 11:00 | Programming Style |
{% elsif site.flavor == "python" %}
- 13:00 | Building Programs with Python |
- 14:30 | Afternoon break |
- 15:00 | Building Programs with Python (Continued) |
{% else %}
{% include warning-flavor.html %}
{% endif %}
- 16:00 | Wrap-up |
- 16:30 | END |
+ 11:15 | Wrap-up |
+ 11:30 | Post-workshop Survey |
+ 11:45 | END |