diff options
author | Pjotr Prins | 2020-07-15 14:16:11 +0100 |
---|---|---|
committer | Pjotr Prins | 2020-07-15 14:17:27 +0100 |
commit | b9691c7deae30bd6422fb7b0681572b7b6f78ae3 (patch) | |
tree | 6ffa1924cd115cd20c89df907a22ec7df48ae9b9 /example/minimal_metadata_example.yaml | |
parent | 9c9512a7e040f8247d259bdc6f9cf55d5d276baf (diff) | |
download | bh20-seq-resource-b9691c7deae30bd6422fb7b0681572b7b6f78ae3.tar.gz bh20-seq-resource-b9691c7deae30bd6422fb7b0681572b7b6f78ae3.tar.lz bh20-seq-resource-b9691c7deae30bd6422fb7b0681572b7b6f78ae3.zip |
Web: add license to input form
Diffstat (limited to 'example/minimal_metadata_example.yaml')
-rw-r--r-- | example/minimal_metadata_example.yaml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/example/minimal_metadata_example.yaml b/example/minimal_metadata_example.yaml index 51f8a87..1b46cc7 100644 --- a/example/minimal_metadata_example.yaml +++ b/example/minimal_metadata_example.yaml @@ -1,5 +1,9 @@ id: placeholder + +license: + license_type: http://creativecommons.org/licenses/by/4.0/ + host: host_species: http://purl.obolibrary.org/obo/NCBITaxon_9606 @@ -15,4 +19,4 @@ technology: sample_sequencing_technology: [http://www.ebi.ac.uk/efo/EFO_0008632] submitter: - authors: [John Doe]
\ No newline at end of file + authors: [John Doe] |