Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mine-cetinkaya-rundel committed Feb 6, 2024
1 parent 7c4ac1a commit 4dc695a
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 9 deletions.
15 changes: 8 additions & 7 deletions workshops/quarto_dashboards.qmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Dashboards with Quarto (R + Python)
title: |
Build-a-Dashboard Workshop (with Quarto, R and/or Python)
author:
- name: Mine Çetinkaya-Rundel
affiliations:
Expand All @@ -12,22 +13,22 @@ categories: [Quarto, R, Python]

# Description

You already analyze and summarize your data in computational notebooks with R and/or Python. What's next? You can share your insights or allow others to make their own conclusions in eye-catching dasboards and straight-forward to author, design, and deploy Quarto Dashboards, regardless of the language of your data processing, visualization, analysis, etc. With Quarto Dashboards, you can create elegant and production-ready dashboards using a variety of components, including Plotly, Leaflet, Jupyter Widgets, htmlwidgets; static graphics (Matplotlib, Seaborn, ggplot2, etc.); tabular data; value boxes; and text annotations. Additionally, with intelligent resizing of components, your Quarto Dashboards look great on devices of all sizes. And importantly, you can author Quarto Dashboards without leaving the comfort of your “home” – using any notebook editor (JupyterLab, etc.) or in plain text markdown with any text editor (VS Code, RStudio, Neovim, etc.). This workshop will walk you through building an increasingly complex dashboard using various layout options and and deploy them as static web pages (with no special server required) as well as with a Shiny Server on the backend for enhanced interactivity.
You already analyze and summarize your data in computational notebooks with R and/or Python. What's next? You can share your insights or allow others to make their own conclusions in eye-catching dasboards and straight-forward to author, design, and deploy Quarto Dashboards, regardless of the language of your data processing, visualization, analysis, etc. With Quarto Dashboards, you can create elegant and production-ready dashboards using a variety of components, including static graphics (ggplot2, Matplotlib, Seaborn, etc.), interactive widgets (Plotly, Leaflet, Jupyter Widgets, htmlwidgets, etc.), tabular data, value boxes, text annotations, and more. Additionally, with intelligent resizing of components, your Quarto Dashboards look great on devices of all sizes. And importantly, you can author Quarto Dashboards without leaving the comfort of your “home” – in plain text markdown with any text editor (VS Code, RStudio, Neovim, etc.) or any notebook editor (JupyterLab, etc.). This workshop will walk you through building an increasingly complex dashboard using various layout options and and deploy them as static web pages (with no special server required) as well as with a Shiny Server on the backend for enhanced interactivity.

# Audience

This course is for you if you:

- list at least
- do data analysis in computational notebooks

- three attributes
- share your results with your audience in static or interactive dashboards

- for your target audience
- want to improve the design, user interface, and experience of your dashboards

# Instructor(s)

| | | |
|-----------------|-----------------|--------------------------------------|
|------------------|------------------|-------------------------------------|
| ![](images/mine-cetinkaya-rundel.jpg) | | [**Dr. Mine Çetinkaya-Rundel**](http://mine-cr.com/) (she/her) is Professor of the Practice at Duke University and Developer Educator at Posit. Mine's work focuses on innovation in statistics and data science pedagogy, with an emphasis on computing, reproducible research, student-centered learning, and open-source education as well as pedagogical approaches for enhancing retention of women and under-represented minorities in STEM. Mine works on integrating computation into the undergraduate statistics curriculum, using reproducible research methodologies and analysis of real and complex datasets. Mine works on the OpenIntro project, whose mission is to make educational products that are free, transparent, and lower barriers to education. As part of this project she co-authored four open-source introductory statistics textbooks. She is also the creator and maintainer of datasciencebox.org and she teaches the popular Statistics with R MOOC on Coursera. Mine is a Fellow of the ASA and Elected Member of the ISI as well as the winner of the 2021 Robert V. Hogg Award for Excellence in Teaching Introductory Statistics. |

: {tbl-colwidths="\[25,5,70\]"}
: {tbl-colwidths="\[25,5,70\]"}
2 changes: 1 addition & 1 deletion workshops/quarto_intro.qmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Introduction to Quarto with R & RStudio
title: Introduction to Quarto
author:
- name: Andrew Bray
affiliations:
Expand Down
35 changes: 35 additions & 0 deletions workshops/shiny_r_adv.qmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
title: Advanced to Shiny for R
author:
- name: Instructor 1 name
affiliations:
- name: Instructor 1 affiliation
- name: Instructor 2 name (remove if single instructor)
affiliations:
- name: Instructor 2 affiliation
description: |
1-sentence summary of workshop.
categories: [add, comma, separated, categories]
---

# Description

Full workshop description goes here. Multi-paragraph ok.

# Audience

This course is for you if you:

- list at least

- three attributes

- for your target audience

# Instructor(s)

| | | |
|------------------|------------------|------------------------------------|
| ![](images/name-lastname.jpg) | | Instructor bio, including link to homepage. |

: {tbl-colwidths="\[25,5,70\]"}
2 changes: 1 addition & 1 deletion workshops/shiny_r_intro.qmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Shiny R intro
title: Introduction to Shiny for R
author:
- name: Colin Rundel
affiliations:
Expand Down

0 comments on commit 4dc695a

Please sign in to comment.