diff --git a/edit_docs/05-visualizations.Rmd b/edit_docs/05-visualizations.Rmd new file mode 100644 index 0000000..be36984 --- /dev/null +++ b/edit_docs/05-visualizations.Rmd @@ -0,0 +1,33 @@ +# Visualizations {#visualizations} + +This section provides a comprehensive overview of presentations and posters related to the Kidney Genetics project. +As an essential part of our approach to transparency, we have assembled a collection of materials, +presented at various conferences and meetings to illustrate the milestones in the project's development. + + +## Objectives + +1. **Project Progress Tracking:** By organizing presentations and posters chronologically, this section serves as a dynamic timeline to track the progress and evolution of the project. + +2. **Event-specific Insights:** Each entry includes details about the date and event where the presentation or poster was showcased. + + +## Presentations + +> Below you can explore the list of Presentations: + +2023-07-05 / This is one of the first presentations at the beginning of this project with some initial ideas presented at our weekly AG-Halbritter Working Group Meeting. + +```{r, echo=FALSE, warning=FALSE, out.width = "100%"} +iframe(width = "800", height = "600", url_link = "static/img/visualizations/Kidney-Genetics_AG-Halbritter_20230705.html") +``` + +2023-10-07 / This is the presentation of our project presented by Nina Rank as a pitch talk at the annual congress of the German Society of Nephrology - DGfN in Berlin. + +```{r, echo=FALSE, warning=FALSE, out.width = "100%"} +iframe(width = "800", height = "600", url_link = "static/img/visualizations/Kidney-Genetics_AG-Halbritter_20230705.html") +``` + +## Posters + +> Below you can explore the list of Posters: \ No newline at end of file diff --git a/edit_docs/index.Rmd b/edit_docs/index.Rmd index 5411888..b5094eb 100644 --- a/edit_docs/index.Rmd +++ b/edit_docs/index.Rmd @@ -28,6 +28,7 @@ library(config) # needed to load the config file library(ggplot2) # needed for plots library(snakecase) # needed for string functions library(readxl) # needed to load Excel files +library(shinyLP) # needed to plot presentations ``` diff --git a/edit_docs/static/img/visualizations/Kidney-Genetics and Nephro Candidate Score_CADS_20230713.pptx b/edit_docs/static/img/visualizations/Kidney-Genetics and Nephro Candidate Score_CADS_20230713.pptx new file mode 100755 index 0000000..e782b9c Binary files /dev/null and b/edit_docs/static/img/visualizations/Kidney-Genetics and Nephro Candidate Score_CADS_20230713.pptx differ diff --git a/edit_docs/static/img/visualizations/Kidney-Genetics_AG Halbritter_20230705.pptx b/edit_docs/static/img/visualizations/Kidney-Genetics_AG Halbritter_20230705.pptx new file mode 100755 index 0000000..856b0bb Binary files /dev/null and b/edit_docs/static/img/visualizations/Kidney-Genetics_AG Halbritter_20230705.pptx differ diff --git a/edit_docs/static/img/visualizations/Kidney-Genetics_DGfN_20231007.pptx b/edit_docs/static/img/visualizations/Kidney-Genetics_DGfN_20231007.pptx new file mode 100644 index 0000000..bd08d0c Binary files /dev/null and b/edit_docs/static/img/visualizations/Kidney-Genetics_DGfN_20231007.pptx differ