Shiny app to search and filter radiocarbon dates from various source databases. neolithicRC is based on the R package c14bazAAR. You'll find more information there about
- the included databases and how to cite (!) them
- the meaning of the variables in the output table
- the methods to compile the data
You can run this app on your own system by forking and cloning this repository, installing all the necessary packages and running the Shiny app (R -e "shiny::runApp('.')"
). Alternatively you can use the prebuilt docker image (docker run --name your_neolithicrc -d -p 3838:3838 nevrome/neolithicr
) or build it yourself (docker build -t neolithicrc .
and docker run --name your_neolithicrc -d -p 3838:3838 neolithicrc
). The shiny-server.conf in the docker image is custom-tailored to my needs (location: /cSchmid/neolithicRC and websockets disabled) and you should adjust it if you fork.
Thanks to
- Dirk Seidensticker for significant code contributions.
- Matthias Lang and Steve Kaminski of the eScience-Center (University of Tübingen) for providing and supporting the virtual server space to host the app until 2019.
- Christoph Rinne, Raiko Krauß and Jörg Linstädter and especially Bernhard Weninger for discussion and valuable input.
- Martin Hinz for discussion and code review.
- All those researches who share their radiocarbon data in public archives. Open Science for the win!
For the code in this project apply the terms and conditions of GNU GENERAL PUBLIC LICENSE Version 2. The datasets are published under different licences.