Skip to content

Commit

Permalink
Implement section to display presentations/posters
Browse files Browse the repository at this point in the history
  • Loading branch information
constantinwolff committed Dec 1, 2023
1 parent 16e813f commit 198e006
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 0 deletions.
33 changes: 33 additions & 0 deletions edit_docs/05-visualizations.Rmd
Original file line number Diff line number Diff line change
@@ -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:
1 change: 1 addition & 0 deletions edit_docs/index.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

<!-- here we load the config file -->
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 198e006

Please sign in to comment.