From 402d2681b34638e8a9abc95b64bf47ed77a52458 Mon Sep 17 00:00:00 2001 From: Kimberly Dill-McFarland Date: Tue, 25 Jun 2024 12:02:00 -0700 Subject: [PATCH 1/2] fix 2024 agenda link --- content/pages/agenda.html | 548 ++++++++++++++++++++++++++++++++++++++ content/pages/agenda.md | 2 +- scripts/HOWTO.md | 2 +- 3 files changed, 550 insertions(+), 2 deletions(-) create mode 100644 content/pages/agenda.html diff --git a/content/pages/agenda.html b/content/pages/agenda.html new file mode 100644 index 0000000..62096f7 --- /dev/null +++ b/content/pages/agenda.html @@ -0,0 +1,548 @@ + + + + + + + + + + + + + +Agenda + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + +

+Communication +

+

+Join us on +Slack +

+


+
+

June 22, 2024

+


+
+

8:00-9:00 Registration and Breakfast

+
+
+

9:00-9:10 Introductions

+
+
+

9:10-9:40 Keynote

+ +
+
+

9:40-9:55 Break

+
+
+

9:55-10:55 R-evolution: Articifial intelligence & R

+ +
+
+

10:55-11:10 Break

+
+
+

11:10-12:10 Visual narRatives

+
    +
  • David Keyes: How to Make a +Thousand Plots Look Good: Data Viz Tips for Parameterized Reporting
  • +
  • Justin Sherrill: +Cartographic Tricks & Techniques in R
  • +
  • Ken Vu: Drawing a Christmas card +with the ggplot2 package
  • +
+
+
+

12:10-1:10 Lunch Break

+
+
+

1:10-2:10 Shine on with R Shiny

+
    +
  • Erica Bishop: Don’t repeat +yourself: Templatize your R Shiny Apps with Modules
  • +
  • Dror Berel: High-level, +module-based R/Shiny apps with ‘Teal’ framework, with applications +beyond the pharma data domain
  • +
  • Matthew Bayly: CEMPRA: +Building an R package, R Shiny application, and Quarto book for +Cumulative Effect Assessments in BC
  • +
+
+
+

2:10-2:25 Break

+
+
+

2:25-2:55 Lightning Talks!

+
    +
  • Bryan Shalloway: +Prediction Intervals in Tidymodels
  • +
  • Joe Roberts: Taking CRAN +to the Next Level with Posit Public Package Manager
  • +
  • Randi Bolt: Code to +Content
  • +
  • Lovekumar Patel: +Empowering Decisions: Advanced Portfolio Analysis and Management through +Shiny
  • +
  • Cameron Ashton: +Building R Packages to Deliver Generalized Functions: An Example from +Small Number Suppression for Epidemiological Dashboarding
  • +
  • Mohsen Soltanifar: +GenTwoArmsTrialSize: An R Statistical Software Package to estimate +Generalized Two Arms Clinical Trial Sample Size
  • +
+
+
+

2:55-3:15 Break

+
+
+

3:15-4:15 OuR journeys in community & collaboration

+
    +
  • Lydia Gibson: Learning +Together at the Data Science Learning Community
  • +
  • Jacqueline Nolis: +Docker for R users: run your code in the cloud
  • +
  • Russell Shean: Just double +click on this to automatically to setup an R environment: How to use +batch scripts to make it easier for colleagues to start using your R +projects
  • +
+
+
+

4:15-4:20 Closing Remarks

+
+
+

4:20-4:30 Break

+
+
+

4:30-6:00 Reception

+




+
+
+ + + + +
+ + + + + + + + + + + + + + + diff --git a/content/pages/agenda.md b/content/pages/agenda.md index e8c056f..08bbd75 100644 --- a/content/pages/agenda.md +++ b/content/pages/agenda.md @@ -1,7 +1,7 @@ --- title: "Agenda" layout: "agenda" -url: "agenda" +url: "/years/2024/agenda" --- diff --git a/scripts/HOWTO.md b/scripts/HOWTO.md index b1342a5..0f0a8e2 100644 --- a/scripts/HOWTO.md +++ b/scripts/HOWTO.md @@ -281,7 +281,7 @@ As you gather more information and plan, continue to edit the website on your lo * Turn off all except "logo" and run `UPDATE.sh` * Scrub any old data from `content/pages/faq.md` -* Render the final agenda as an html and save it as `content/archive/agenda-YEAR.html`. Update `content/pages/years.html` with a link to this html agenda +* Change the agenda url to `/years/YEAR/agenda`, render the final agenda as an html, and save it as `content/archive/agenda-YEAR.html`. Update `content/pages/years.html` with a link to this html agenda * Upload slide PDFs to `static/talks/talks_YEAR/`. Update `content/pages/years.html` with a link to this directory on GitHub * Upload videos to YouTube and add link to `content/years.html` * Add past workshop links to `content/pages/workshop_past.md` From bdebb7d834f28817e5eef92703aafc2703f33e53 Mon Sep 17 00:00:00 2001 From: Kimberly Dill-McFarland Date: Tue, 25 Jun 2024 12:03:52 -0700 Subject: [PATCH 2/2] Fix 2024 agenda link, attempt 2 --- content/archive/agenda-2024.html | 5 +++++ scripts/HOWTO.md | 8 +++++++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/content/archive/agenda-2024.html b/content/archive/agenda-2024.html index 62096f7..b6079bf 100644 --- a/content/archive/agenda-2024.html +++ b/content/archive/agenda-2024.html @@ -1,3 +1,8 @@ ++++ +title = "2024 CascadiaRConf Agenda" +url = "/years/2024/agenda" ++++ + diff --git a/scripts/HOWTO.md b/scripts/HOWTO.md index 0f0a8e2..3d05c2e 100644 --- a/scripts/HOWTO.md +++ b/scripts/HOWTO.md @@ -281,7 +281,13 @@ As you gather more information and plan, continue to edit the website on your lo * Turn off all except "logo" and run `UPDATE.sh` * Scrub any old data from `content/pages/faq.md` -* Change the agenda url to `/years/YEAR/agenda`, render the final agenda as an html, and save it as `content/archive/agenda-YEAR.html`. Update `content/pages/years.html` with a link to this html agenda +* Render the final agenda as an html, save it as `content/archive/agenda-YEAR.html`, and add the following header to the html file. Update `content/pages/years.html` with a link to this html agenda + ``` + +++ + title = "YEAR CascadiaRConf Agenda" + url = "/years/YEAR/agenda" + +++ + ``` * Upload slide PDFs to `static/talks/talks_YEAR/`. Update `content/pages/years.html` with a link to this directory on GitHub * Upload videos to YouTube and add link to `content/years.html` * Add past workshop links to `content/pages/workshop_past.md`