NCEAS / datateam-training

Training and reference materials for ADC and SASAP data team members
https://nceas.github.io/datateam-training/training/
Apache License 2.0
7 stars 22 forks source link

Update Chapter 9 - First Ticket #289

Open dvirlar2 opened 2 years ago

dvirlar2 commented 2 years ago

RT Section: RT Section should potentially be pulled out as it's own quick chapter. This would be all of Section 9.1 (9.1.1 - 9.1.4). I think this would clean up the chapter a little bit.

Categorize Datasets

As a final step we will categorize the dataset you processed. We are trying to categorize datasets so we can have a rough idea of what kinds of datasets we have at the Arctic Data Center.
Datasets will be categorized using the Academic Ontology. These will be seen at the top of the dataset, and can be thought of as "themes" for the dataset. In reality, they are dataset-level annotations.
Be sure to ask your peers in the datateam slack channel whether they agree with the themes you think best fit your dataset. Once there is consensus, run the following line of code: doc <- datamgmt::eml_categorize_dataset(doc, c("list", "of", "themes"))


Congrats Section:

dvirlar2 commented 2 years ago

Added dataset-level annotations to section 4.7 and submitted a pull request