Open DrMattG opened 4 years ago
Currently LivingNorway has one function, so this c::r
begins with that one function. What do we hope to achieve overall?
Current inputs: project name
Current output: metadata file directory
@DrMattG Would you please update the c::r
with overall objective, inputs, & outputs?
To create a folder structure that allows the storage of metadata about biodiversity data. The folder structure is as follows: ├── minimum_metadata.txt (or .md) ├── docs/ -dokumentation (e.g. procedual reports, laboratory protocols) ├── data/ | ├── scan_data/ - analog data in digital format | ├── raw_data/ - raw data - born digital or punched from paper forms | ├── mapped_data/ - data mapped from raw data ├── src/ - scripts et al. used for mapping data ├── meta.xml - metadata in EML ├── dmp.xxx - data managment plan
It also builds a template for the minimum metadata that needs to be filled in by the user
Current inputs: project name
Current output: metadata file directory that follows the same structure as outlined below. A single markdown template with minimum metadata requirements
@softloud as we discussed we need to develop tests for functions like Build_folder_structure() which is in this repo. [Link to neet (https://github.com/softloud/neet)]