Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update pages for Academy workshops (R and Python) #7

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added workshops/images/academy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
41 changes: 25 additions & 16 deletions workshops/intro_ds_python.qmd
Original file line number Diff line number Diff line change
@@ -1,35 +1,44 @@
---
title: Add workshop title here
title: Introduction to Data Science with Python
author:
- name: Instructor 1 name
- name: Posit Academy Team
affiliations:
- name: Instructor 1 affiliation
- name: Instructor 2 name (remove if single instructor)
affiliations:
- name: Instructor 2 affiliation
- name: Posit, PBC
description: |
1-sentence summary of workshop.
categories: [add, comma, separated, categories]
Learn the foundations of Python for data science through a cohort-based, mentor-led, hands-on apprenticeship for working professionals.
categories: [data science, python]
---

# Description

Full workshop description goes here. Multi-paragraph ok.
This is not a standard workshop, but a six-week online apprenticeship that culminates in-person at posit::conf(2024).

Here, you will learn the foundations of Python for data science under the guidance of a Posit Academy mentor and in the company of a close group of fellow learners. You will be expected to complete a weekly curriculum of interactive tutorials, and to attend a weekly presentation meeting with your mentor and fellow learners. Topics will include importing packages and datasets, visualizing data with plotnine, wrangling data with pandas, and reporting reproducibly with Quarto.

**No prior knowledge of Python required.** Visit [posit.co/academy](https://posit.co/products/enterprise/academy/) to learn more about this uniquely effective learning format.

::: callout-important
## Important dates

🗓️ **Online sessions begin the week of July 1st, 2024.**

🚫 **Registration for this workshop will close on June 24th, 2024.**
:::

# Audience

This course is for you if you:

- list at least
- are new to Python,

- three attributes
- have dabbled in Python, but are not sure how to use Python to do data science, or

- for your target audience
- are an R user who wants to work more closely with Python users on your team.

# Instructor(s)
# Instructors

| | | |
|------------------|------------------|-------------------------------------|
| ![](images/name-lastname.jpg) | | Instructor bio, including link to homepage. |
| | | |
|-------------------|-------------------|----------------------------------|
| ![](images/academy.png) | | Posit Academy is Posit's internal team of data scientists and educators. We provide a cohort-based, mentor-led, hands-on data science apprenticeship for working professionals. It is delivered on an online platform with interactive coding exercises and frequent cross-learner collaboration. |

: {tbl-colwidths="\[25,5,70\]"}
39 changes: 24 additions & 15 deletions workshops/intro_ds_r.qmd
Original file line number Diff line number Diff line change
@@ -1,35 +1,44 @@
---
title: Add workshop title here
title: Introduction to Data Science with R and Tidyverse
author:
- name: Instructor 1 name
- name: Posit Academy Team
affiliations:
- name: Instructor 1 affiliation
- name: Instructor 2 name (remove if single instructor)
affiliations:
- name: Instructor 2 affiliation
- name: Posit, PBC
description: |
1-sentence summary of workshop.
categories: [add, comma, separated, categories]
Learn the foundations of R for data science through a cohort-based, mentor-led, hands-on apprenticeship for working professionals.
categories: [data science, tidyverse]
---

# Description

Full workshop description goes here. Multi-paragraph ok.
This is not a standard workshop, but a six-week online apprenticeship that culminates in-person at posit::conf(2024).

Here, you will learn the foundations of R and the Tidyverse under the guidance of a Posit Academy mentor and in the company of a close group of fellow learners. You will be expected to complete a weekly curriculum of interactive tutorials, and to attend a weekly presentation meeting with your mentor and fellow learners. Topics will include the basics of R, importing, visualizing and wrangling data with the tidyverse, and reporting reproducibly with Quarto.

**No prior knowledge of R required.** Visit [posit.co/academy](https://posit.co/products/enterprise/academy/) to learn more about this uniquely effective learning format.

::: callout-important
## Important dates

🗓️ **Online sessions begin the week of July 1st, 2024.**

🚫 **Registration for this workshop will close on June 24th, 2024.**
:::

# Audience

This course is for you if you:

- list at least
- are new to R or the Tidyverse,

- three attributes
- have dabbled in R, but now want a rigorous foundation in up-to-date data science best practices, or

- for your target audience
- are a SAS or Excel user looking to switch your workflows to R.

# Instructor(s)
# Instructors

| | | |
| | | |
|------------------|------------------|-------------------------------------|
| ![](images/name-lastname.jpg) | | Instructor bio, including link to homepage. |
| ![](images/academy.png) | | Posit Academy is Posit's internal team of data scientists and educators. We provide a cohort-based, mentor-led, hands-on data science apprenticeship for working professionals. It is delivered on an online platform with interactive coding exercises and frequent cross-learner collaboration. |

: {tbl-colwidths="\[25,5,70\]"}
Loading