Selaa lähdekoodia

'doiify.yml' hinzufügen

julien colomb 5 vuotta sitten
vanhempi
commit
5c1d1e3a29
1 muutettua tiedostoa jossa 66 lisäystä ja 0 poistoa
  1. 66 0
      doiify.yml

+ 66 - 0
doiify.yml

@@ -0,0 +1,66 @@
+## 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.
+# Include digital identifier (e.g., ORCID) if possible
+#
+authors:
+  -
+    firstname: "Rike"
+    lastname: "Dannenberg"
+    affiliation: "Institute for Biology, Humboldt-Universität zu Berlin, Berlin, Germany"
+    id: "https://orcid.org/0000-0002-3127-552)"
+  -
+    firstname: "Julien"
+    lastname: "Colomb"
+    affiliation: "Institute for Biology, Humboldt-Universität zu Berlin, Berlin, Germany"
+    id: "https://orcid.org/0000-0002-3127-552)"
+  -
+    firstname: "Thorsten"
+    lastname: "Trimbuch"
+    affiliation: "Institute for Biology, Humboldt-Universität zu Berlin, Berlin, Germany"
+    id: "https://orcid.org/0000-0001-7512-8955"
+  -
+    firstname: "Christian"
+    lastname: "Rosenmund"
+    affiliation: "Institute for Biology, Humboldt-Universität zu Berlin, Berlin, Germany"
+    id: "https://orcid.org/0000-0002-3905-2444"  
+
+# A name or title to describe the published resource.
+title: "Wild type data from the home cage scan behavioural test."
+
+# Any additional information. It is best practice to supply a description for the resource.
+description: |
+  This was part of a larger experiment including other animal, only meant to be used to test our analysis program
+
+# List of keywords the resource should be associated with.
+keywords:
+  - Neuroscience
+  - Behaviour
+  - Home cage behaviour
+
+# 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. Separate funder name and grant number by comma
+funding:
+  - "DFG, Project number 327654276 – SFB 1315."
+
+# 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"
+#    reftype: "IsSupplementTo"
+#    name: "PublicationName"
+#  -
+#    reftype: "IsPartOf"
+#    name: "PublicationName"
+
+