From ca8946223e17a7b9d84f96539c9fa717378ad468 Mon Sep 17 00:00:00 2001 From: jreps Date: Sat, 4 Apr 2020 21:41:46 -0400 Subject: [PATCH] adding front page --- Covid19PredictingSimpleModels/ui.R | 7 ++++++ .../www/shinyDescription.md | 24 +++++++++++++++++++ 2 files changed, 31 insertions(+) create mode 100644 Covid19PredictingSimpleModels/www/shinyDescription.md diff --git a/Covid19PredictingSimpleModels/ui.R b/Covid19PredictingSimpleModels/ui.R index 8ed94d16..18d71ce3 100644 --- a/Covid19PredictingSimpleModels/ui.R +++ b/Covid19PredictingSimpleModels/ui.R @@ -35,6 +35,7 @@ ui <- shinydashboard::dashboardPage(skin = 'black', shinydashboard::dashboardSidebar( shinydashboard::sidebarMenu( + shinydashboard::menuItem("Description", tabName = "Description", icon = shiny::icon("home")), shinydashboard::menuItem("Summary", tabName = "Summary", icon = shiny::icon("table")), shinydashboard::menuItem("Performance", tabName = "Performance", icon = shiny::icon("bar-chart")), shinydashboard::menuItem("Model", tabName = "Model", icon = shiny::icon("clipboard")), @@ -53,6 +54,12 @@ ui <- shinydashboard::dashboardPage(skin = 'black', shiny::a("Demo Video", href = 'https://youtu.be/StpV40yl1UE', target='_blank') ), + # First tab content + shinydashboard::tabItem(tabName = "Description", + shiny::includeMarkdown(path = "./www/shinyDescription.md") + + ), + # First tab content shinydashboard::tabItem(tabName = "Summary", diff --git a/Covid19PredictingSimpleModels/www/shinyDescription.md b/Covid19PredictingSimpleModels/www/shinyDescription.md new file mode 100644 index 00000000..2fa36cab --- /dev/null +++ b/Covid19PredictingSimpleModels/www/shinyDescription.md @@ -0,0 +1,24 @@ + +The Observational Health Data Sciences and Informatics (OHDSI) international community is hosting a COVID-19 virtual study-a-thon this week (March 26-29) to inform healthcare decision-making in response to the current global pandemic. The preliminary research results on this web-based application are from a retrospective, real-world, observational study in support of this activity and will subsequently be submitted to a peer-reviewed, scientific journal. During manuscript development and the subsequent review period, these results are considered under embargo and should not be disclosed without explicit permission and consent from the authors. + +Development Status: + +Below is the abstract of the manuscript that summarizes the findings: + +Background: + +Methods: + +Results: + +Discussion: + + +Below are links for study-related artifacts that have been made available as part of this study: + +**Protocol:** [link](https://github.com/ohdsi-studies/Covid19PredictionStudies/blob/master/SevereInHospitalizedPatients/docs/PLP_protocol_Q3_20200329.docx) + +### Packages ### + +- OHDSI simple model validation: [link](https://github.com/ohdsi-studies/Covid19PredictionStudies/tree/master/CovidSimpleModels) +- Existing model validation: [link](https://github.com/ohdsi-studies/Covid19PredictionStudies/tree/master/CovidVulnerabilityIndex)