Skip to content

Commit

Permalink
break apart afternoon 1 session, clean up times in schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
gadenbuie committed Aug 7, 2024
1 parent 22223ed commit 5d19c24
Show file tree
Hide file tree
Showing 11 changed files with 38 additions and 30 deletions.
5 changes: 3 additions & 2 deletions website/_quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,11 @@ website:
- workshop-07-break.qmd
- text: '<div class="sidebar-divider font-monospace">Afternoon 1</div>'
- workshop-08.qmd
- workshop-09-break.qmd
- workshop-09.qmd
- workshop-10-break.qmd
- text: '<div class="sidebar-divider font-monospace">Afternoon 2</div>'
- workshop-10.qmd
- workshop-11.qmd
- workshop-12.qmd

format:
html:
Expand Down
2 changes: 1 addition & 1 deletion website/workshop-02.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Modern layouts with bslib
description: Level up your UI with bslib.
description-short: Level up your UI with bslib
duration: 75min
time: 9:15 - 10:30
# time: 9:15 - 10:30


editor: { render-on-save: true }
Expand Down
2 changes: 1 addition & 1 deletion website/workshop-04.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Code organization
description: Organizing and writing code for maintainability and readability
description-short: Organizing and writing code for maintainability and readability
duration: 45min
time: 11:00 - 11:45
# time: 11:00 - 11:45
---

## Slides
Expand Down
2 changes: 1 addition & 1 deletion website/workshop-05.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Modules
description: Level up your Shiny modules
description-short: Level up your Shiny modules
duration: 25min
time: 11:45 - 12:10
# time: 11:45 - 12:10
---

## Slides
Expand Down
2 changes: 1 addition & 1 deletion website/workshop-06.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Just a little JavaScript
description: A spoonful of JavaScript helps the medicine go down.
description-short: A spoonful of JavaScript helps the medicine go down
duration: 20min
time: 12:10 - 12:30
# time: 12:10 - 12:30
---

## Slides
Expand Down
10 changes: 5 additions & 5 deletions website/workshop-08.qmd
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: Fast, reactive apps
description: Mastering reactivity for fast Shiny apps
description-short: Mastering reactivity for fast Shiny apps
duration: 90min
time: 13:30 - 15:00
title: The Reactive Graph
description: Mastering reactivity
description-short: Mastering reactivity
duration: 30min
# time: 13:30
---

## Slides
Expand Down
7 changes: 7 additions & 0 deletions website/workshop-09.qmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: Fast Apps
description: Speeding up Shiny apps
description-short: Speeding up Shiny apps
duration: 30min
# time: 14:00
---
File renamed without changes.
7 changes: 0 additions & 7 deletions website/workshop-10.qmd

This file was deleted.

17 changes: 5 additions & 12 deletions website/workshop-11.qmd
Original file line number Diff line number Diff line change
@@ -1,14 +1,7 @@
---
title: Closing cermonies
description: Wrap up, review, survey
description-short: Wrap up, review, survey
duration: 30min
time: 16:30 - 17:00
title: Push to prod
description: Deploying your app to production
description-short: Deploying your app to production
duration: 60min
# time: 15:30 - 16:30
---

::: lead
🙏 Thanks for attending!<br>
🙋 Any questions?
:::

<!-- FIXME link to survey -->
14 changes: 14 additions & 0 deletions website/workshop-12.qmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: Closing cermonies
description: Wrap up, review, survey
description-short: Wrap up, review, survey
duration: 30min
time: 16:30 - 17:00
---

::: lead
🙏 Thanks for attending!<br>
🙋 Any questions?
:::

<!-- FIXME link to survey -->

0 comments on commit 5d19c24

Please sign in to comment.