diff --git a/build_scripts/build_workshop_blog_table_2024.R b/build_scripts/build_workshop_blog_table_2024.R new file mode 100644 index 000000000..d35881652 --- /dev/null +++ b/build_scripts/build_workshop_blog_table_2024.R @@ -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} |

{title}

{people}

|') diff --git a/content/post/2024-10-13-workshops/index.md b/content/post/2024-10-13-workshops/index.md index 393639738..014f4bec7 100644 --- a/content/post/2024-10-13-workshops/index.md +++ b/content/post/2024-10-13-workshops/index.md @@ -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 @@ -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 |

Parameterised plots and reports with R and Quarto

Nicola Rennie (University of Lancaster)

| -| Oct 25, 10:00-13:00 EDT |

Building ADaMs with pharmaverse R packages admiral, metacore/metatools and xportr

Ben Straub (GSK), Fanny Gautier (Cytel), Edoardo Mancini (Roche)

| -| Oct 25, 13:00-15:00 EDT |

{shinylive}: Serverless Shiny applications workshop. An exercise in deploying your App to GitHub Pages

Barret Schloerke (posit)

| -| Oct 25, 13:00-16:00 EDT |

Knowledge graphs for drug discovery

Thomas Charlon (Harvard Medical School)

| -| 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 \* |

Diversity Alliance Hackathon

members of R/Pharma community

| +| Oct 25, 09:00-11:00 EDT |

Parameterised plots and reports with R and Quarto

Nicola Rennie (University of Lancaster)

| +| Oct 25, 10:00-13:00 EDT |

Building ADaMs with pharmaverse R packages admiral, metacore/metatools and xportr

Ben Straub (GSK), Fanny Gautier (Cytel), Edoardo Mancini (Roche)

| +| Oct 25, 13:00-15:00 EDT |

{shinylive}: Serverless Shiny applications workshop. An exercise in deploying your App to GitHub Pages

Barret Schloerke (posit)

| +| Oct 25, 13:00-16:00 EDT |

{shinylive}Knowledge graphs for drug discovery

Thomas Charlon (Harvard Medical School)

| +| Oct 25, 15:00-17:00 EDT |

Preview of Posit Administrator Training

Shannon Hagerty (posit)

| +| Oct 25, 15:00-17:00 EDT |

Tables in Python with great tables

Rich Iannone (posit), Michael Chow (posit)

| +| 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

Leena Khatri (Roche), Davide Garolini (Roche)

| +| Oct 28, 11:00-13:00 EDT |

Shiny Application Development and Validation with Rhino

Deepansh Khurana (Appsilon)

| +| Oct 28, 12:00-14:00 EDT |

SDTM programming in R using {sdtm.oak} package

Rammprasad Ganapathy (Genentech)

| +| Oct 28, 13:00-15:00 EDT |

Bayesian Dose-Response Modeling with the dreamer R Package

Richard Payne (Eli Lilly)

| +| Oct 28, 13:00-16:00 EDT |

Unlocking Analysis Results Datasets: A Practical Workshop for Creating and Utilizing ARDs for Clinical Reporting

Daniel Sjoberg(Genentech), Becca Krouse (GSK)

| +| 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)

Michael Mayer (posit)

| +| Nov 1, 09:00-12:00 EDT |

No code data analysis with blockr

David Granjon (Cynkra), Karma Tarap (BMS), John Coene (Y Company)

| +| Nov 1, 11:00-13:00 EDT |

R Validation Hub Risk Tools Developer Day

Doug Kelkhoff (Roche)

| +| 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

Joshua Cook (USC Big Data Health Science Center)

| +| Nov 1, 14:00-16:00 EDT |

The Expanse: Creating R Packages for Statisticians

Ben Arancibia (GSK)

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