Skip to content

Commit 3a2167c

Browse files
committed
removed old workshop files, removed python submodule to move it
1 parent 00e2074 commit 3a2167c

File tree

253 files changed

+33
-141646
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

253 files changed

+33
-141646
lines changed

.gitmodules

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +0,0 @@
1-
[submodule "docs/events-workshops/Workshops/workshops-python"]
2-
path = docs/events-workshops/Workshops/workshops-python
3-
url = git@github.com:harvardinformatics/workshops-python.git
Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/events-workshops/index.md

Lines changed: 28 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,36 @@ filter="invert(.9) saturate(0.5) hue-rotate(145deg)"
3434

3535
## Latest workshop content
3636

37-
This section contains the most up-to-date content for our workshops!
37+
This section contains the most up-to-date content for our workshops! The date we last updated and ran the workshop is listed after each one.
3838

39-
### Introduction to Python Intensive (January 2025)
39+
### :fontawesome-brands-python: Introduction to Python Intensive (January 2025)
4040

4141
This is a four-day workshop that will introduce students to Python as a data science language. We teach the basics of programming and logic in the context of Python and go on to show the tools that use Python for modern data analysis. This assumes no prior knowledge of Python, but will move at a quick pace to cover all the content. The workshop meets for 3 hours for 4 sessions.
4242

43-
[Python Intensive Landing Page](Workshops/workshops-python/index.md){ .md-button .md-button--primary .centered }
43+
[Python Intensive Landing Page :material-arrow-right:](Workshops/workshops-python/index.md){ .md-button .md-button--primary .centered }
4444

45-
### One hour workshops & Seminars: (Fall 2024)
45+
46+
### :material-food-apple-outline: Healthy Habits for Data Science (Spring 2024)
47+
48+
This workshop aims to teach students how to be more effective at working on their projects using reproducible habits. We learn how to organize projects on the local machine as well as the Cannon cluster, how to manage software environments, how to use git and GitHub to track code changes, and how to write and scale scripts on an HPC.
49+
50+
[Healthy Habits Landing Page :material-arrow-right:](Workshops/Healthy-habits/index.md){ .md-button .md-button--primary .centered }
51+
52+
### :material-application-brackets-outline: Unix tips and tricks for bioinformatics (Spring 2024)
53+
54+
This workshop aims to introduce students to some basic bioinformatics file formats, tools, and general best practices. The first two days of the workshop will be dedicated to introductions of bioinformatics file formats and the command line tools that we use to view, manipulate, and analyze them. After that, we will begin to shift from using individual commands to writing shell scripts and constructing bioinformatics workflows.
55+
56+
[Biotips Landing Page ](Workshops/Biotips/index.md){ .md-button .md-button--primary .centered }
57+
58+
### :material-language-r: Introduction to R (Fall 2023)
59+
60+
This workshop aims to introduce first-time users to the [R programming language](https://www.r-project.org/) and the [RStudio](https://posit.co/download/rstudio-desktop/) development environment. We will provide a basic introduction to coding in R and then shift to data manipulation using the [tidyverse](https://www.tidyverse.org/), a set of R libraries designed to handle data tables in a consistent and easy way. Then, we'll learn how to generate some basic plots to explore our data using [ggplot](https://ggplot2.tidyverse.org/). You do not need any prior programming experience to take this workshop. But also note that this workshop is not a comprehensive programming class nor a comprehensive statistics class. The main goal of this workshop is to get you familiar with reading your data into R and performing basic operations and generating figures.
61+
62+
[Intro to R Landing Page](Workshops/R/index.md){ .md-button .md-button--primary .centered }
63+
64+
---
65+
66+
### :material-monitor-account: Short online trainings
4667

4768
We Piloted a series of short one hour workshops and seminars in the Fall of 2024. These workshops are designed to be quick introductions to topics that we think are useful for researchers. Many of these were live demonstrations, but, if applicable, the content is available below. If you are interested in any of these topics, please let us know and we can schedule another workshop or just talk about it with you!
4869

@@ -58,26 +79,8 @@ We Piloted a series of short one hour workshops and seminars in the Fall of 2024
5879
- Scaling SLURM scripts on the HPC and benchmarking
5980
- <a href="Workshops/Standalone/snparcher-tutorial-202412.pdf" target="_blank">SNPArcher tutorial: A snakemake workflow for variant calling in non-model organisms</a>
6081

61-
### Healthy Habits for Data Science (Spring 2024)
62-
63-
This workshop aims to teach students how to be more effective at working on their projects using reproducible habits. We learn how to organize projects on the local machine as well as the Cannon cluster, how to manage software environments, how to use git and GitHub to track code changes, and how to write and scale scripts on an HPC.
64-
65-
[Healthy Habits Landing Page](Workshops/Healthy-habits/index.md){ .md-button .md-button--primary .centered }
66-
67-
### Unix tips and tricks for bioinformatics (Spring 2024)
68-
69-
This workshop aims to introduce students to some basic bioinformatics file formats, tools, and general best practices. The first two days of the workshop will be dedicated to introductions of bioinformatics file formats and the command line tools that we use to view, manipulate, and analyze them. After that, we will begin to shift from using individual commands to writing shell scripts and constructing bioinformatics workflows.
70-
71-
[Biotips Landing Page](Workshops/Biotips/index.md){ .md-button .md-button--primary .centered }
72-
73-
### Introduction to R (Fall 2023)
74-
75-
This workshop aims to introduce first-time users to the [R programming language](https://www.r-project.org/) and the [RStudio](https://posit.co/download/rstudio-desktop/) development environment. We will provide a basic introduction to coding in R and then shift to data manipulation using the [tidyverse](https://www.tidyverse.org/), a set of R libraries designed to handle data tables in a consistent and easy way. Then, we'll learn how to generate some basic plots to explore our data using [ggplot](https://ggplot2.tidyverse.org/). You do not need any prior programming experience to take this workshop. But also note that this workshop is not a comprehensive programming class nor a comprehensive statistics class. The main goal of this workshop is to get you familiar with reading your data into R and performing basic operations and generating figures.
76-
77-
[Intro to R Landing Page](Workshops/R/index.md){ .md-button .md-button--primary .centered }
78-
79-
## [:material-tools:{ .contact-icon } Previous workshop topics & content :material-tools:{ .contact-icon }](previous-events.md)
82+
## :material-archive-check-outline: Event and workshop archive
8083

81-
To view an archive of previous events and workshops, click the button below.
84+
To view a list of previous events and workshops, click the button below.
8285

83-
[Previous Events & Workshops](previous-events.md){ .md-button .md-button--primary .centered }
86+
[Previous Events & Workshops :material-arrow-right:](previous-events.md){ .md-button .md-button--primary .centered }

docs/events-workshops/previous-events.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,10 @@ These are topics of previous workshops with no attached contents (seminars), or
1414
* **Data Visualization Spa** - February 10-14, 2025 (In person, 30 minute consultations), part of Love Data Month
1515
* **Publishing your data analysis on GitHub** - February 18, 2025, 10AM-12PM (In person) and February 20, 2025, 10AM-12PM (Virtual), part of Love Data Month
1616
* **Version Control and Collaboration using git/GitHub** - February 25, 2025, 10AM-12PM (In person) and February 27, 2025, 10AM-12PM (Virtual), part of Love Data Month
17+
* **Introduction to Python Intensive** - August/September 2024 (In person)
18+
* **Bioinformatics tips and tricks** - November 2023 (In person)
19+
* **Bioinformatics tips and tricks** - March 2023 (In person)
20+
* **Introduction to R** - March 2023 (In person)
21+
1722

1823

0 commit comments

Comments
 (0)