Skip to content

Commit

Permalink
Merge pull request #294 from harveyl888/20241016_01
Browse files Browse the repository at this point in the history
build table using script
  • Loading branch information
harveyl888 authored Oct 16, 2024
2 parents e2d683d + 7f3bc5d commit d41082f
Show file tree
Hide file tree
Showing 2 changed files with 85 additions and 23 deletions.
65 changes: 65 additions & 0 deletions build_scripts/build_workshop_blog_table_2024.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
## script to build 2024 workshop table

data <- list(
list(date = "Oct 21, 11:00-15:00 EDT \\*",
title = "Diversity Alliance Hackathon",
people = "members of R/Pharma community"),
list(date = "Oct 25, 09:00-11:00 EDT",
title = "Parameterised plots and reports with R and Quarto",
people = "Nicola Rennie (University of Lancaster)"),
list(date = "Oct 25, 10:00-13:00 EDT",
title = "Building ADaMs with pharmaverse R packages admiral, metacore/metatools and xportr",
people = "Ben Straub (GSK), Fanny Gautier (Cytel), Edoardo Mancini (Roche)"),
list(date = "Oct 25, 13:00-15:00 EDT",
title = "{shinylive}: Serverless Shiny applications workshop. An exercise in deploying your App to GitHub Pages",
people = "Barret Schloerke (posit)"),
list(date = "Oct 25, 13:00-16:00 EDT",
title = "{shinylive}Knowledge graphs for drug discovery",
people = "Thomas Charlon (Harvard Medical School)"),
list(date = "Oct 25, 15:00-17:00 EDT",
title = "Preview of Posit Administrator Training",
people = "Shannon Hagerty (posit)"),
list(date = "Oct 25, 15:00-17:00 EDT",
title = "Tables in Python with great tables",
people = "Rich Iannone (posit), Michael Chow (posit)"),
list(date = "Oct 28, 00:00-03:10 EDT \\*\\*",
title = "Good Software Engineering Practice for R Packages",
people = ""),
list(date = "Oct 28, 09:00-11:30 EDT",
title = "The Near-Future of Regulatory Submissions: Embracing Reproducibility, Open Source, and Interactivity",
people = "Leena Khatri (Roche), Davide Garolini (Roche)"),
list(date = "Oct 28, 11:00-13:00 EDT",
title = "Shiny Application Development and Validation with Rhino",
people = "Deepansh Khurana (Appsilon)"),
list(date = "Oct 28, 12:00-14:00 EDT",
title = "SDTM programming in R using {sdtm.oak} package",
people = "Rammprasad Ganapathy (Genentech)"),
list(date = "Oct 28, 13:00-15:00 EDT",
title = "Bayesian Dose-Response Modeling with the dreamer R Package",
people = "Richard Payne (Eli Lilly)"),
list(date = "Oct 28, 13:00-16:00 EDT",
title = "Unlocking Analysis Results Datasets: A Practical Workshop for Creating and Utilizing ARDs for Clinical Reporting",
people = "Daniel Sjoberg(Genentech), Becca Krouse (GSK)"),
list(date = "Oct 28, 23:00-Oct 29, 02:10 EDT \\*\\*",
title = "Reproducible and scalable reporting using rmarkdown & heddlr",
people = ""),
list(date = "Nov 1, 09:00-12:00 EDT",
title = "Selected examples on how to scale-up computations in R (e.g. by using HPC)",
people = "Michael Mayer (posit)"),
list(date = "Nov 1, 09:00-12:00 EDT",
title = "No code data analysis with blockr",
people = "David Granjon (Cynkra), Karma Tarap (BMS), John Coene (Y Company)"),
list(date = "Nov 1, 11:00-13:00 EDT",
title = "R Validation Hub Risk Tools Developer Day",
people = "Doug Kelkhoff (Roche)"),
list(date = "Nov 1, 13:00-15:30 EDT",
title = "Visualizing Clinical Trial Data: Foundational Principles for Data Visualization, Best Practices, and Programming Techniques in R by Example",
people = "Joshua Cook (USC Big Data Health Science Center)"),
list(date = "Nov 1, 14:00-16:00 EDT",
title = "The Expanse: Creating R Packages for Statisticians",
people = "Ben Arancibia (GSK)")
)

rtn <- data |>
dplyr::bind_rows() |>
glue::glue_data('| {date} | <p style="font-weight: 600; margin-bottom: .1rem;">{title}</p><p style="font-size: .8em; margin-bottom: .2rem;">{people}</p> |')
43 changes: 20 additions & 23 deletions content/post/2024-10-13-workshops/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ date: 2024-10-13
summary: R/Pharma 2024 Workshops.
featured: true
draft: false
resources:
- src: css/workshop_blog.css
title: style
---

## R/Pharma 2024 Workshops
Expand All @@ -17,27 +14,27 @@ Workshops will run around the conference and are hosted by members of the commun

This year all workshops, except the Diversity Alliance hackathon, are accessible through the general [R/Pharma registration](https://events.zoom.us/ev/AvobJEOTVwkUnH6_TgLZDZJauk4dxfm5jCG8JFNN9zukOcsVLvTN~AmO5XY5HRBcxkKG6Hga1aXZaYtpBSER6jHms1seP-NNOA0dhcQZUGJ2NWg). Hackathon registration is available at [this link](https://www.eventbrite.com/e/diversity-alliance-hackathon-tickets-1027083142327).

| Date / Time | Title |
| Date / Time | Title |
|--------------------------|----------------------------------------------|
| Oct 21, 11:00-15:00 EDT \* | Diversity Alliance Hackathon |
| Oct 25, 09:00-11:00 EDT | <p class = "ws-title">Parameterised plots and reports with R and Quarto</p><p class="ws-author">Nicola Rennie (University of Lancaster)</p> |
| Oct 25, 10:00-13:00 EDT | <p class = "ws-title">Building ADaMs with pharmaverse R packages admiral, metacore/metatools and xportr</p><p class="ws-author">Ben Straub (GSK), Fanny Gautier (Cytel), Edoardo Mancini (Roche)</p> |
| Oct 25, 13:00-15:00 EDT | <p class = "ws-title">{shinylive}: Serverless Shiny applications workshop. An exercise in deploying your App to GitHub Pages</p><p class="ws-author">Barret Schloerke (posit)</p> |
| Oct 25, 13:00-16:00 EDT | <p class = "ws-title">Knowledge graphs for drug discovery</p><p class="ws-author">Thomas Charlon (Harvard Medical School)</p> |
| Oct 25, 15:00-17:00 EDT | Preview of Posit Administrator Training |
| Oct 25, 15:00-17:00 EDT | Tables in Python with great tables |
| Oct 28, 00:00-03:10 EDT \*\* | Good Software Engineering Practice for R Packages |
| Oct 28, 09:00-11:30 EDT | The Near-Future of Regulatory Submissions: Embracing Reproducibility, Open Source, and Interactivity |
| Oct 28, 11:00-13:00 EDT | Shiny Application Development and Validation with Rhino |
| Oct 28, 12:00-14:00 EDT | SDTM programming in R using {sdtm.oak} package |
| Oct 28, 13:00-15:00 EDT | Bayesian Dose-Response Modeling with the dreamer R Package |
| Oct 28, 13:00-16:00 EDT | Unlocking Analysis Results Datasets: A Practical Workshop for Creating and Utilizing ARDs for Clinical Reporting |
| Oct 28, 23:00-Oct 29, 02:10 EDT \*\* | Reproducible and scalable reporting using rmarkdown & heddlr |
| Nov 1, 09:00-12:00 EDT | Selected examples on how to scale-up computations in R (e.g. by using HPC) |
| Nov 1, 09:00-12:00 EDT | No code data analysis with blockr |
| Nov 1, 11:00-13:00 EDT | R Validation Hub Risk Tools Developer Day |
| Nov 1, 13:00-15:30 EDT | Visualizing Clinical Trial Data: Foundational Principles for Data Visualization, Best Practices, and Programming Techniques in R by Example |
| Nov 1, 14:00-16:00 EDT | The Expanse: Creating R Packages for Statisticians |
| Oct 21, 11:00-15:00 EDT \* | <p style="font-weight: 600; margin-bottom: .1rem;">Diversity Alliance Hackathon</p><p style="font-size: .8em; margin-bottom: .2rem;">members of R/Pharma community</p> |
| Oct 25, 09:00-11:00 EDT | <p style="font-weight: 600; margin-bottom: .1rem;">Parameterised plots and reports with R and Quarto</p><p style="font-size: .8em; margin-bottom: .2rem;">Nicola Rennie (University of Lancaster)</p> |
| Oct 25, 10:00-13:00 EDT | <p style="font-weight: 600; margin-bottom: .1rem;">Building ADaMs with pharmaverse R packages admiral, metacore/metatools and xportr</p><p style="font-size: .8em; margin-bottom: .2rem;">Ben Straub (GSK), Fanny Gautier (Cytel), Edoardo Mancini (Roche)</p> |
| Oct 25, 13:00-15:00 EDT | <p style="font-weight: 600; margin-bottom: .1rem;">{shinylive}: Serverless Shiny applications workshop. An exercise in deploying your App to GitHub Pages</p><p style="font-size: .8em; margin-bottom: .2rem;">Barret Schloerke (posit)</p> |
| Oct 25, 13:00-16:00 EDT | <p style="font-weight: 600; margin-bottom: .1rem;">{shinylive}Knowledge graphs for drug discovery</p><p style="font-size: .8em; margin-bottom: .2rem;">Thomas Charlon (Harvard Medical School)</p> |
| Oct 25, 15:00-17:00 EDT | <p style="font-weight: 600; margin-bottom: .1rem;">Preview of Posit Administrator Training</p><p style="font-size: .8em; margin-bottom: .2rem;">Shannon Hagerty (posit)</p> |
| Oct 25, 15:00-17:00 EDT | <p style="font-weight: 600; margin-bottom: .1rem;">Tables in Python with great tables</p><p style="font-size: .8em; margin-bottom: .2rem;">Rich Iannone (posit), Michael Chow (posit)</p> |
| Oct 28, 00:00-03:10 EDT \*\* | <p style="font-weight: 600; margin-bottom: .1rem;">Good Software Engineering Practice for R Packages</p><p style="font-size: .8em; margin-bottom: .2rem;"></p> |
| Oct 28, 09:00-11:30 EDT | <p style="font-weight: 600; margin-bottom: .1rem;">The Near-Future of Regulatory Submissions: Embracing Reproducibility, Open Source, and Interactivity</p><p style="font-size: .8em; margin-bottom: .2rem;">Leena Khatri (Roche), Davide Garolini (Roche)</p> |
| Oct 28, 11:00-13:00 EDT | <p style="font-weight: 600; margin-bottom: .1rem;">Shiny Application Development and Validation with Rhino</p><p style="font-size: .8em; margin-bottom: .2rem;">Deepansh Khurana (Appsilon)</p> |
| Oct 28, 12:00-14:00 EDT | <p style="font-weight: 600; margin-bottom: .1rem;">SDTM programming in R using {sdtm.oak} package</p><p style="font-size: .8em; margin-bottom: .2rem;">Rammprasad Ganapathy (Genentech)</p> |
| Oct 28, 13:00-15:00 EDT | <p style="font-weight: 600; margin-bottom: .1rem;">Bayesian Dose-Response Modeling with the dreamer R Package</p><p style="font-size: .8em; margin-bottom: .2rem;">Richard Payne (Eli Lilly)</p> |
| Oct 28, 13:00-16:00 EDT | <p style="font-weight: 600; margin-bottom: .1rem;">Unlocking Analysis Results Datasets: A Practical Workshop for Creating and Utilizing ARDs for Clinical Reporting</p><p style="font-size: .8em; margin-bottom: .2rem;">Daniel Sjoberg(Genentech), Becca Krouse (GSK)</p> |
| Oct 28, 23:00-Oct 29, 02:10 EDT \*\* | <p style="font-weight: 600; margin-bottom: .1rem;">Reproducible and scalable reporting using rmarkdown & heddlr</p><p style="font-size: .8em; margin-bottom: .2rem;"></p> |
| Nov 1, 09:00-12:00 EDT | <p style="font-weight: 600; margin-bottom: .1rem;">Selected examples on how to scale-up computations in R (e.g. by using HPC)</p><p style="font-size: .8em; margin-bottom: .2rem;">Michael Mayer (posit)</p> |
| Nov 1, 09:00-12:00 EDT | <p style="font-weight: 600; margin-bottom: .1rem;">No code data analysis with blockr</p><p style="font-size: .8em; margin-bottom: .2rem;">David Granjon (Cynkra), Karma Tarap (BMS), John Coene (Y Company)</p> |
| Nov 1, 11:00-13:00 EDT | <p style="font-weight: 600; margin-bottom: .1rem;">R Validation Hub Risk Tools Developer Day</p><p style="font-size: .8em; margin-bottom: .2rem;">Doug Kelkhoff (Roche)</p> |
| Nov 1, 13:00-15:30 EDT | <p style="font-weight: 600; margin-bottom: .1rem;">Visualizing Clinical Trial Data: Foundational Principles for Data Visualization, Best Practices, and Programming Techniques in R by Example</p><p style="font-size: .8em; margin-bottom: .2rem;">Joshua Cook (USC Big Data Health Science Center)</p> |
| Nov 1, 14:00-16:00 EDT | <p style="font-weight: 600; margin-bottom: .1rem;">The Expanse: Creating R Packages for Statisticians</p><p style="font-size: .8em; margin-bottom: .2rem;">Ben Arancibia (GSK)</p> |

\* Diversity Alliance Hackathon. Registration available at [this link](https://www.eventbrite.com/e/diversity-alliance-hackathon-tickets-1027083142327).
\*\* Workshops in APAC time zones.
Expand Down

0 comments on commit d41082f

Please sign in to comment.