31 lines
467 B
Text
31 lines
467 B
Text
|
---
|
||
|
title: "R Notebook"
|
||
|
output: html_notebook
|
||
|
---
|
||
|
|
||
|
Database -> API -> Visualisation
|
||
|
|
||
|
## Database
|
||
|
|
||
|
Use Strapi so researchers can input data easily
|
||
|
|
||
|
Combine it to either postgres or sqlite database
|
||
|
|
||
|
## API
|
||
|
|
||
|
Have this as an open REST API, that anyone can access or build on top of
|
||
|
|
||
|
Should people be able to contribute? Maybe with means of moderation
|
||
|
|
||
|
## Visualisation
|
||
|
|
||
|
Different perspectives of the data:
|
||
|
|
||
|
- geographical
|
||
|
- conceptual
|
||
|
- historical
|
||
|
- network analysis
|
||
|
|
||
|
|
||
|
|