LivingNorway / TheDataPackage

Template for data archive structure and suggestive workflow
Creative Commons Zero v1.0 Universal
0 stars 2 forks source link

code::registration needed and tests for LivingNorway #7

Open DrMattG opened 4 years ago

DrMattG commented 4 years ago

@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)]

softloud commented 4 years ago

image

objective

Currently LivingNorway has one function, so this c::r begins with that one function. What do we hope to achieve overall?

inputs

Current inputs: project name

outputs

Current output: metadata file directory

@DrMattG Would you please update the c::r with overall objective, inputs, & outputs?

DrMattG commented 4 years ago

objective

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

inputs

Current inputs: project name

outputs

Current output: metadata file directory that follows the same structure as outlined below. A single markdown template with minimum metadata requirements