Closed HolmquistJ closed 5 years ago
I can also include a study type column as you suggested in issue 71 in the map repo:
study_id | study_type | bibtex_citation |
---|---|---|
rovai_2019 | peer reviewed article | {Rovai et al. Nature Climate Change ...} |
rovai_2019 | data release | {Rovai et al. CCRCN Data Release Number ...} |
rovai_2019 | synthesis dataset | {Sanderman et al. ...} |
I added this to each hook script and compiled them together in the data join script. Columns are: study id, study type, bibliography id, and DOI. The biblio ID will be used in the main app to filter the bibliography according to the user's subset decisions.
For the main data repository synthesis we need to have a study-level table with study_id indexing multiple studies. We need to be able to handle synthesis studies with multiple citations.