This is the framework for the Global Oasis Knowledge Hub. The initiative aims to support science and policy by effectively leveraging knowledge from literature.
/Global_Oasis_Knowledge_Hub
│— app.R # Main Shiny application script
│— R/ # Static assets (CSS, images, etc.)
│ └— global.R # R-Script that loads packages and sets global variables
│ └— load_data_from_zenodo.R # R-Script that downloads the Knowledge Hubs data which gets saved and regularly updated in Zenodo (data-pipeline in seperate Repo)
│ └— generate_overview_plots.R # R-Script that creates summary statistics of literature corpus
│— www/ # Static assets (CSS, images, etc.)
│ └— styles.css # Global stylesheet for UI styling
│— input/ # Folder for data input
│— README.md # Project documentation
- Install R and RStudio (if not already installed).
- Install the shiny package if you haven't:
install.packages("shiny") - Clone or download this repository.
- Open
app.Rin RStudio and run:shiny::runApp()
The compiled web interface can be accessed here:
🔗 Global Oasis Knowledge Hub
📧 For questions or contributions, please contact the developers (Dr. Jessica Hetzer - jessica.hetzer@senckenberg.de; Dr. Rainer M. Krug - rainer.krug@senckenberg.de, Dr. Aidin Niamir - aidin.niamir@senckenberg.de )