Browse Source

update example metadata file

Thomas Wachtler 6 years ago
parent
commit
031328257e
1 changed files with 5 additions and 2 deletions
  1. 5 2
      cloudberry.yml

+ 5 - 2
cloudberry.yml

@@ -2,6 +2,7 @@
 # The main researchers involved working on the resource,
 # or the authors of the publication in priority order.
 # May be a corporate/institutional or personal name.
+# Include digital identifier (e.g., ORCID) if possible
 authors:
   -
     firstname: "GivenName1"
@@ -31,19 +32,21 @@ keywords:
   - Electrophysiology
 
 # Any rights information for this resource. Please provide both a license name and a link to the license.
+# Please add also a LICENSE file to the repository
 license:
   name: "CC0"
   url: "http://creativecommons.org/publicdomain/zero/1.0"
 
 ## Optional Fields
 
-# Any funding reference for this resource.
+# Any funding reference for this resource. Separate funder name and grant number by comma
 funding:
   - "DFG, DFG.12345"
   - "EU, EU.12345"
 
-# refType might be: IsCitedBy, IsSupplementTo, IsReferencedBy, IsPartOf
+# Related publications. reftype might be: IsCitedBy, IsSupplementTo, IsReferencedBy, IsPartOf
 # for further valid types see https://schema.datacite.org/meta/kernel-4
+# Please provide digital identifier (e.g., DOI) if possible.
 references:
   -
     doi: "10.xxx/zzzz"