diff --git a/committees.qmd b/committees.qmd index ca793b0..c7c2b14 100644 --- a/committees.qmd +++ b/committees.qmd @@ -1,44 +1,42 @@ --- -title: "Committees for R/Medicine 2024" +title: "Committees for R/Medicine 2025" --- ::: columns ::: {.column width="45%"} ## Organizing Committee -- Peter Higgins, Chair +- **Chair: Emily Zabor, Cleveland Clinic** -- Joy Payton +- Terry Christiani, The R Consortium -- Emily Zabor +- Peter Higgins, University of Michigan -- Steven Schwager +- Joy Payton, Children's Hospital of Philadelphia -- Joseph Rickert +- Steven Schwager, Cornell University -- Ray Balise +- Ray Balise, University of Miami -- Beth Atkinson +- Beth Atkinson, Mayo Clinic -- Michael Kane +- Michael Kane, MD Anderson -- Stephan Kadauke +- Daniel Chen, The University of BC & Posit -- Daniel Chen +- Jaclyn Janis, Posit -- Jaclyn Janis +- Bryan Mayfield, Precision Analytical Inc -- Bryan Mayfield +- Andey Nunes-Brewster, Oregon Health Authority -- Andey Nunes +- Ben Gerber, UMass -- Ben Gerber +- Daniel Sjoberg, Genentech -- Daniel Sjoberg +- Chris Beeley, National Health Service -- Mara Alexeev - -- Denise Esserman +- Kalyani Chandupatla, Amgen ::: ::: {.column width="10%"} @@ -48,16 +46,8 @@ title: "Committees for R/Medicine 2024" ::: {.column width="45%"} ## Program Committee -- Steven Schwager, Chair - -- Emily Zabor - -- Beth Atkinson - -- Michael Kane +TBD -- Daniel Sjoberg -- Ray Balise ::: ::: diff --git a/docs/Abstracts.html b/docs/Abstracts.html index cf848a6..5a30ca3 100644 --- a/docs/Abstracts.html +++ b/docs/Abstracts.html @@ -2,7 +2,7 @@ - + @@ -170,7 +170,7 @@

Call for Abstracts

CFP Notifications:  May 5

Schedule Announcement:  May 9

Pre-Recorded Video Submission:  June 2

-

R/Medicine 2024 Conference:  Monday, June 9  to  Friday, June 13

+

R/Medicine 2025 Conference:  Monday, June 9  to  Friday, June 13

Important Notes

All speakers are required to adhere to our Code of Conduct. We also highly recommend that speakers take our online Inclusive Speaker Orientation Course.

The Chat

@@ -281,6 +281,24 @@

Call for Abstracts

// clear code selection e.clearSelection(); }); + var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//); + var mailtoRegex = new RegExp(/^mailto:/); + var filterRegex = new RegExp('/' + window.location.host + '/'); + var isInternal = (href) => { + return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href); + } + // Inspect non-navigation links and adorn them if external + var links = window.document.querySelectorAll('a[href]:not(.nav-link):not(.navbar-brand):not(.toc-action):not(.sidebar-link):not(.sidebar-item-toggle):not(.pagination-link):not(.no-external):not([aria-hidden]):not(.dropdown-item):not(.quarto-navigation-tool)'); + for (var i=0; iCall for Abstracts try { href = new URL(href).hash; } catch {} const id = href.replace(/^#\/?/, ""); const note = window.document.getElementById(id); - return note.innerHTML; + if (note) { + return note.innerHTML; + } else { + return ""; + } }); } const xrefs = window.document.querySelectorAll('a.quarto-xref'); diff --git a/docs/Attend.html b/docs/Attend.html index 4b2ba70..3f55fee 100644 --- a/docs/Attend.html +++ b/docs/Attend.html @@ -2,7 +2,7 @@ - + @@ -284,6 +284,24 @@

Pre-Event Concerns

// clear code selection e.clearSelection(); }); + var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//); + var mailtoRegex = new RegExp(/^mailto:/); + var filterRegex = new RegExp('/' + window.location.host + '/'); + var isInternal = (href) => { + return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href); + } + // Inspect non-navigation links and adorn them if external + var links = window.document.querySelectorAll('a[href]:not(.nav-link):not(.navbar-brand):not(.toc-action):not(.sidebar-link):not(.sidebar-item-toggle):not(.pagination-link):not(.no-external):not([aria-hidden]):not(.dropdown-item):not(.quarto-navigation-tool)'); + for (var i=0; iPre-Event Concerns try { href = new URL(href).hash; } catch {} const id = href.replace(/^#\/?/, ""); const note = window.document.getElementById(id); - return note.innerHTML; + if (note) { + return note.innerHTML; + } else { + return ""; + } }); } const xrefs = window.document.querySelectorAll('a.quarto-xref'); diff --git a/docs/Competition.html b/docs/Competition.html index 541d5ba..0d12bde 100644 --- a/docs/Competition.html +++ b/docs/Competition.html @@ -2,7 +2,7 @@ - + @@ -246,6 +246,24 @@

TBD

// clear code selection e.clearSelection(); }); + var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//); + var mailtoRegex = new RegExp(/^mailto:/); + var filterRegex = new RegExp('/' + window.location.host + '/'); + var isInternal = (href) => { + return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href); + } + // Inspect non-navigation links and adorn them if external + var links = window.document.querySelectorAll('a[href]:not(.nav-link):not(.navbar-brand):not(.toc-action):not(.sidebar-link):not(.sidebar-item-toggle):not(.pagination-link):not(.no-external):not([aria-hidden]):not(.dropdown-item):not(.quarto-navigation-tool)'); + for (var i=0; iTBD try { href = new URL(href).hash; } catch {} const id = href.replace(/^#\/?/, ""); const note = window.document.getElementById(id); - return note.innerHTML; + if (note) { + return note.innerHTML; + } else { + return ""; + } }); } const xrefs = window.document.querySelectorAll('a.quarto-xref'); diff --git a/docs/Contact.html b/docs/Contact.html index a6c390a..447794b 100644 --- a/docs/Contact.html +++ b/docs/Contact.html @@ -2,7 +2,7 @@ - + @@ -268,6 +268,24 @@

General Queries

// clear code selection e.clearSelection(); }); + var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//); + var mailtoRegex = new RegExp(/^mailto:/); + var filterRegex = new RegExp('/' + window.location.host + '/'); + var isInternal = (href) => { + return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href); + } + // Inspect non-navigation links and adorn them if external + var links = window.document.querySelectorAll('a[href]:not(.nav-link):not(.navbar-brand):not(.toc-action):not(.sidebar-link):not(.sidebar-item-toggle):not(.pagination-link):not(.no-external):not([aria-hidden]):not(.dropdown-item):not(.quarto-navigation-tool)'); + for (var i=0; iGeneral Queries try { href = new URL(href).hash; } catch {} const id = href.replace(/^#\/?/, ""); const note = window.document.getElementById(id); - return note.innerHTML; + if (note) { + return note.innerHTML; + } else { + return ""; + } }); } const xrefs = window.document.querySelectorAll('a.quarto-xref'); diff --git a/docs/Events.html b/docs/Events.html index 861dd5f..5271dbf 100644 --- a/docs/Events.html +++ b/docs/Events.html @@ -2,7 +2,7 @@ - + @@ -248,9 +248,30 @@

Past R/Medicine Conferences

-
+
-
  • +
  • + +
    + + + +
    + + + +
  • + +
    + + +
    + +
  • -
    +
    -
  • +
  • -
    +
    -
  • +
  • -
    +
    -
  • +
  • -
    +
    -
  • +
  • -
    +
    -
  • +
  • @@ -465,6 +486,24 @@

    Past R/Medicine Conferences

    // clear code selection e.clearSelection(); }); + var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//); + var mailtoRegex = new RegExp(/^mailto:/); + var filterRegex = new RegExp('/' + window.location.host + '/'); + var isInternal = (href) => { + return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href); + } + // Inspect non-navigation links and adorn them if external + var links = window.document.querySelectorAll('a[href]:not(.nav-link):not(.navbar-brand):not(.toc-action):not(.sidebar-link):not(.sidebar-item-toggle):not(.pagination-link):not(.no-external):not([aria-hidden]):not(.dropdown-item):not(.quarto-navigation-tool)'); + for (var i=0; iPast R/Medicine Conferences try { href = new URL(href).hash; } catch {} const id = href.replace(/^#\/?/, ""); const note = window.document.getElementById(id); - return note.innerHTML; + if (note) { + return note.innerHTML; + } else { + return ""; + } }); } const xrefs = window.document.querySelectorAll('a.quarto-xref'); diff --git a/docs/Program.html b/docs/Program.html index 209a441..0af2f31 100644 --- a/docs/Program.html +++ b/docs/Program.html @@ -2,7 +2,7 @@ - + @@ -257,6 +257,24 @@

    TBD

    // clear code selection e.clearSelection(); }); + var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//); + var mailtoRegex = new RegExp(/^mailto:/); + var filterRegex = new RegExp('/' + window.location.host + '/'); + var isInternal = (href) => { + return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href); + } + // Inspect non-navigation links and adorn them if external + var links = window.document.querySelectorAll('a[href]:not(.nav-link):not(.navbar-brand):not(.toc-action):not(.sidebar-link):not(.sidebar-item-toggle):not(.pagination-link):not(.no-external):not([aria-hidden]):not(.dropdown-item):not(.quarto-navigation-tool)'); + for (var i=0; iTBD try { href = new URL(href).hash; } catch {} const id = href.replace(/^#\/?/, ""); const note = window.document.getElementById(id); - return note.innerHTML; + if (note) { + return note.innerHTML; + } else { + return ""; + } }); } const xrefs = window.document.querySelectorAll('a.quarto-xref'); diff --git a/docs/Register.html b/docs/Register.html index 4a6b590..78e24d9 100644 --- a/docs/Register.html +++ b/docs/Register.html @@ -2,7 +2,7 @@ - + @@ -164,8 +164,8 @@

    On this page

    Registration

    Registration Pricing

    -

    The following table list the registration fees for three categories of attendees: students, academics and members of non-profit organizations, and professionals employed in industry who do not have non-profit status. All prices are in U.S. dollars. Early Bird pricing ends May 14, 2024.

    - +

    The following table list the registration fees for three categories of attendees: students, academics and members of non-profit organizations, and professionals employed in industry who do not have non-profit status. All prices are in U.S. dollars. Early Bird pricing ends May 13, 2025.

    +
    @@ -318,6 +318,24 @@

    Substitutions:

    // clear code selection e.clearSelection(); }); + var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//); + var mailtoRegex = new RegExp(/^mailto:/); + var filterRegex = new RegExp('/' + window.location.host + '/'); + var isInternal = (href) => { + return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href); + } + // Inspect non-navigation links and adorn them if external + var links = window.document.querySelectorAll('a[href]:not(.nav-link):not(.navbar-brand):not(.toc-action):not(.sidebar-link):not(.sidebar-item-toggle):not(.pagination-link):not(.no-external):not([aria-hidden]):not(.dropdown-item):not(.quarto-navigation-tool)'); + for (var i=0; iSubstitutions: try { href = new URL(href).hash; } catch {} const id = href.replace(/^#\/?/, ""); const note = window.document.getElementById(id); - return note.innerHTML; + if (note) { + return note.innerHTML; + } else { + return ""; + } }); } const xrefs = window.document.querySelectorAll('a.quarto-xref'); diff --git a/docs/committees.html b/docs/committees.html index b0219f8..27e2dc1 100644 --- a/docs/committees.html +++ b/docs/committees.html @@ -2,12 +2,12 @@ - + -R/Medicine 2025 - Committees for R/Medicine 2024 +Committees for R/Medicine 2025 – R/Medicine 2025
    Category