Skip to content

Commit

Permalink
foss+ schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
CosiMichele committed Mar 18, 2024
1 parent a32396e commit 4849c4e
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 4 deletions.
Binary file added docs/assets/logos/plus_home.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 29 additions & 0 deletions docs/plus_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# FOSS+ Home & Schedule

<figure markdown>
[![!CyVerse Learning Center](assets/logos/plus_home.png "CyVerse Learning Center")](https://learning.cyverse.org){target=_blank}
</figure>

Thank you for being with us throughout FOSS! Expanding on the concepts and activities covered throughout FOSS, we wanted to capitalize on certain aspects of reproducibility with FOSS+.

In the next 4 weeks, we are going to resume our discussion on Docker and containerization, execution of containers on the HPC and Cloud, and we are going to have 2 guests lectures from [Chris Reidy](https://datascience.arizona.edu/person/chris-reidy) ([UITS](https://it.arizona.edu/), covering the HPC in detail) and [Shashank Yadav](https://xinformatics.github.io/) ([DataLab](https://ua-datalab.github.io/), discussing SQL and databases).

The workshop structure and schedule will be the same as FOSS: Thursdays 11am - 1pm Arizona Time using the same Zoom link as before.

## Schedule

| Date | Content | Instructor(s) |
|---|---|---|
|03/21| Reproducibility III: Building Containers | Michele Cosi, Jeff Gillan |
|03/28| Executing Containers on the HPC | Michele Cosi |
|04/04| The HPC | [Chris Reidy](https://datascience.arizona.edu/person/chris-reidy) ([UITS](https://it.arizona.edu/)) |
|03/11| SQL and Databases | [Shashank Yadav](https://xinformatics.github.io/) ([DataLab](https://ua-datalab.github.io/)) |

## Expected Outcomes

!!! success

- Be able to build your own Container from a public containerized image.
- Be able to deploy personalized images onto the HPC.
- Understand the HPC structure.
- Understand database structures and execute SQL commands.
10 changes: 6 additions & 4 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,12 @@ nav:
- '6. Reproducibility I: Repeatability': 06_reproducibility_i.md
- '7. Reproducibility II: Containers': 07_reproducibility_ii.md
- FOSS+:
- '1. Reproducibility III: Containers II': 08_reproducibility_III.md
- '2. Reproducibility IV: Singularity': 09_reproducibility_IV.md
- '3. The HPC': 10_hpc.md
- '4. SQL Databases with DuckDB': 11_sql_duckdb.md
- Home: plus_index.md
- Lessons:
- '1. Reproducibility III: Containers II': 08_reproducibility_III.md
- '2. Reproducibility IV: Singularity': 09_reproducibility_IV.md
- '3. The HPC': 10_hpc.md
- '4. SQL Databases with DuckDB': 11_sql_duckdb.md
- Capstone Project:
- 'Overview': final_project/overview.md

Expand Down

0 comments on commit 4849c4e

Please sign in to comment.