Browse Source

Add a cloudberry that has encoding issues

Christian Garbers 6 years ago
parent
commit
93a4af4f38
1 changed files with 51 additions and 0 deletions
  1. 51 0
      cloudberry_broken.yml

+ 51 - 0
cloudberry_broken.yml

@@ -0,0 +1,51 @@
+## Required fields
+# 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.
+authors:
+  -
+    firstname: "GivenName1 and som,e umlauts äüöü"
+    lastname: "FamilyName1"
+    affiliation: "Affiliation1"
+    id: "AuthorID1 (e.g. ORCID)"
+  -
+    firstname: "GivenName2"
+    lastname: "FamilyName2"
+    affiliation: "Affiliation2"
+  -
+    firstname: "GivenName3"
+    lastname: "FamilyName3"
+
+# A name or title to describe the published resource.
+title: "Example Title"
+
+# Any additional information. It is best practice to supply a description for the resource.
+description: |
+Some units mght even break, as in: 90°
+# List of keywords the resource should be associated with.
+keywords:
+  - Neuroscience
+  - Electrophysiology
+
+# Any rights information for this resource. Please provide both a license name and a link to the license.
+license:
+  name: "CC0"
+  url: "http://creativecommons.org/publicdomain/zero/1.0"
+
+## Optional Fields
+
+# Any funding reference for this resource.
+funding:
+  - "DFG, DFG.12345"
+  - "EU, EU.12345"
+
+# refType might be: IsCitedBy, IsSupplementTo, IsReferencedBy, IsPartOf
+# for further valid types see https://schema.datacite.org/meta/kernel-4
+references:
+  -
+    doi: "10.xxx/zzzz"
+    reftype: "IsSupplementTo"
+    name: "PublicationName"
+  -
+    reftype: "IsPartOf"
+    name: "PublicationName"