Skip to content

Commit

Permalink
Merge pull request #7 from zabore/main
Browse files Browse the repository at this point in the history
adding Dony workshop
  • Loading branch information
zabore authored Dec 10, 2024
2 parents 50aff8a + 379e2ee commit 0a29609
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 7 deletions.
Binary file added docs/images/dony.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions docs/search.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
"text": "Personal R Administration\n\nDavid Aja and Shannon Pileggi\n \n\n\nDescription\n\nDoes the release of a new R version fill you with dread?\nAre there passwords in your R code?\nDo you look at the output of a failed package installation and think to yourself, “WTF?!”\n\nIf you said yes to any of those questions, then you need Personal R Administration. You’ll come away with tips, tricks, tweaks, and some hacks for building data science dev environments that you won’t be afraid to come back to in a year.\n\n\nBiographies\nE. David Aja is a Software Engineer at Posit. Before joining Posit, he worked as a data scientist in the public sector.\nShannon Pileggi (she/her) is a Lead Data Scientist at The Prostate Cancer Clinical Trials Consortium, a frequent blogger, and a member of the R-Ladies Global leadership team. She enjoys automating data wrangling and data outputs, and making both data insights and learning new material digestible."
},
{
"objectID": "workshops.html#tbd",
"href": "workshops.html#tbd",
"objectID": "workshops.html#teal-mastery-from-pre-built-modules-to-custom-module-creation",
"href": "workshops.html#teal-mastery-from-pre-built-modules-to-custom-module-creation",
"title": "R/Medicine 2025",
"section": "TBD",
"text": "TBD"
"section": "teal Mastery: From Pre-built Modules to Custom Module Creation",
"text": "teal Mastery: From Pre-built Modules to Custom Module Creation\n\nDony Unardi\n\n\n\nDescription\nThis session provides a comprehensive introduction to teal programming, starting with creating a simple teal application from scratch. You’ll learn the fundamentals of building a basic teal app and understand its core components. Next, we will explore the practical use of pre-built modules from teal.modules.general and teal.modules.clinical, demonstrating how these ready-to-use components can streamline the development of robust teal applications. Participants will gain hands-on experience in integrating these modules into their projects. The workshop will then focus on building upon this foundation by learning how to create custom teal modules that meet specific project needs. You’ll learn how to leverage the core features of the teal framework to develop tailored solutions and take your skills to the next level. This session will provide practical insights and coding examples, empowering you to extend and customize your teal applications beyond the capabilities of pre-built modules. By the end of this workshop, you will have a comprehensive understanding of both pre-built and custom module development in teal, making it an ideal choice for beginners and intermediate learners looking to expand their R skills with teal.\n\n\nBiography\nDony Unardi is a Principal Data Scientist at Genentech, and the Engineering Team Lead in the development effort of an open-source R product called teal, a Shiny-based R package focused on interactive and reproducible data analysis and visualization in clinical trials."
},
{
"objectID": "Register.html",
Expand Down
16 changes: 14 additions & 2 deletions docs/workshops.html
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,20 @@ <h3 class="anchored" data-anchor-id="biographies">Biographies</h3>
</div><div class="column" style="width:10%;">
<!-- empty column to create gap -->
</div><div class="column" style="width:45%;">
<section id="tbd" class="level2">
<h2 class="anchored" data-anchor-id="tbd">TBD</h2>
<section id="teal-mastery-from-pre-built-modules-to-custom-module-creation" class="level2">
<h2 class="anchored" data-anchor-id="teal-mastery-from-pre-built-modules-to-custom-module-creation">teal Mastery: From Pre-built Modules to Custom Module Creation</h2>
<section id="dony-unardi" class="level3">
<h3 class="anchored" data-anchor-id="dony-unardi">Dony Unardi</h3>
<p><img src="images/dony.png" class="img-fluid"></p>
</section>
<section id="description-1" class="level3">
<h3 class="anchored" data-anchor-id="description-1">Description</h3>
<p>This session provides a comprehensive introduction to teal programming, starting with creating a simple teal application from scratch. You’ll learn the fundamentals of building a basic teal app and understand its core components. Next, we will explore the practical use of pre-built modules from teal.modules.general and teal.modules.clinical, demonstrating how these ready-to-use components can streamline the development of robust teal applications. Participants will gain hands-on experience in integrating these modules into their projects. The workshop will then focus on building upon this foundation by learning how to create custom teal modules that meet specific project needs. You’ll learn how to leverage the core features of the teal framework to develop tailored solutions and take your skills to the next level. This session will provide practical insights and coding examples, empowering you to extend and customize your teal applications beyond the capabilities of pre-built modules. By the end of this workshop, you will have a comprehensive understanding of both pre-built and custom module development in teal, making it an ideal choice for beginners and intermediate learners looking to expand their R skills with teal.</p>
</section>
<section id="biography" class="level3">
<h3 class="anchored" data-anchor-id="biography">Biography</h3>
<p>Dony Unardi is a Principal Data Scientist at Genentech, and the Engineering Team Lead in the development effort of an open-source R product called teal, a Shiny-based R package focused on interactive and reproducible data analysis and visualization in clinical trials.</p>
</section>
</section>
</div>
</div>
Expand Down
Binary file added images/dony.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 13 additions & 1 deletion workshops.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,19 @@ E. David Aja is a Software Engineer at Posit. Before joining Posit, he worked as
:::

::: {.column width="45%"}
## TBD
## teal Mastery: From Pre-built Modules to Custom Module Creation

### Dony Unardi

![](images/dony.png)

### Description

This session provides a comprehensive introduction to teal programming, starting with creating a simple teal application from scratch. You'll learn the fundamentals of building a basic teal app and understand its core components. Next, we will explore the practical use of pre-built modules from teal.modules.general and teal.modules.clinical, demonstrating how these ready-to-use components can streamline the development of robust teal applications. Participants will gain hands-on experience in integrating these modules into their projects. The workshop will then focus on building upon this foundation by learning how to create custom teal modules that meet specific project needs. You’ll learn how to leverage the core features of the teal framework to develop tailored solutions and take your skills to the next level. This session will provide practical insights and coding examples, empowering you to extend and customize your teal applications beyond the capabilities of pre-built modules. By the end of this workshop, you will have a comprehensive understanding of both pre-built and custom module development in teal, making it an ideal choice for beginners and intermediate learners looking to expand their R skills with teal.

### Biography
Dony Unardi is a Principal Data Scientist at Genentech, and the Engineering Team Lead in the development effort of an open-source R product called teal, a Shiny-based R package focused on interactive and reproducible data analysis and visualization in clinical trials.



:::
Expand Down

0 comments on commit 0a29609

Please sign in to comment.