The data donation task is front end that guides participants through the data donation steps, used in conjunction with Next. Next is a software as a service platform developed by Eyra to facilitate scientific research.
Here you can find the documentation of this repository and tutorial articles to get you going.
In order to start a local instance of the data donation task go through the following steps:
-
Pre-requisites
-
Install dependencies & tools:
npm install
-
Start the local web server:
npm run start
-
You can now go to the browser:
http://localhost:3000
.
If the installation went correctly you should be greeted with a mock data donation study. For detailed installation instructions see the documentation.
We want to make contributing to this project as easy and transparent as possible, whether it's:
- Reporting a bug
- Discussing the current state of the code
- Submitting a fix
- Proposing new features
If you have any questions, find any bugs, or have any ideas, read how to contribute here.
If you use this repository in your research, please cite it as follows:
@article{Boeschoten2023,
doi = {10.21105/joss.05596},
url = {https://doi.org/10.21105/joss.05596},
year = {2023},
publisher = {The Open Journal},
volume = {8},
number = {90},
pages = {5596},
author = {Laura Boeschoten and Niek C. de Schipper and Adriënne M. Mendrik and Emiel van der Veen and Bella Struminskaya and Heleen Janssen and Theo Araujo},
title = {Port: A software tool for digital data donation},
journal = {Journal of Open Source Software}
}
You can find the full citation details in the CITATION.cff
file.