Browse Source

Added datacite.yml required for publication

steffi 2 years ago
parent
commit
a69f54e9ea
1 changed files with 57 additions and 0 deletions
  1. 57 0
      datacite.yml

+ 57 - 0
datacite.yml

@@ -0,0 +1,57 @@
+# Metadata for DOI registration according to DataCite Metadata Schema 4.1.
+# For detailed schema description see https://doi.org/10.5438/0014
+
+## Required fields
+
+# The main researchers involved. Include digital identifier (e.g., ORCID)
+# if possible, including the prefix to indicate its type.
+authors:
+  -
+    firstname: "Stefanie"
+    lastname: "Neupert"
+    affiliation: "University of Otago, Department of Zoology, Dunedin 9054, New Zealand"
+    id: "ORCID:0000-0002-4916-2874"
+  -
+    firstname: "Paul"
+    lastname: "FamilyName2"
+    affiliation: "University of Otago, Department of Zoology, Dunedin 9054, New Zealand"
+    id: "ORCID:0000-0003-2043-6656"
+
+# A title to describe the published resource.
+title: "Data for the manuscript: Reduced olfactory acuity in recently flightless insects suggests rapid regressive evolution"
+
+# Additional information about the resource, e.g., a brief abstract.
+description: |
+  Data and Analysis scripts to reproduce the results and figures of the research arctile:
+  Reduced olfactory acuity in recently flightless insects suggests rapid regressive evolution.
+
+# Lit of keywords the resource should be associated with.
+# Give as many keywords as possible, to make the resource findable.
+keywords:
+  - Neuroscience
+  - Evolution
+  - Olfaction
+  - Stoneflies
+  - Antennae
+  - Electroantennogram (EGA)
+
+# License information for this resource. Please provide the license name and/or a link to the license.
+# Please add also a corresponding LICENSE file to the repository.
+license:
+  name: "Creative Commons CC0 1.0 Public Domain Dedication"
+  url: "https://creativecommons.org/publicdomain/zero/1.0/"
+
+
+## Optional Fields
+
+# Funding information for this resource.
+# Separate funder name and grant number by comma.
+funding:
+  - "Marsden, UOO2114, UOO1412, UOO2016"
+  - "University of Otago Research Grant, #3435, #18817"
+
+# Resource type. Default is Dataset, other possible values are Software, DataPaper, Image, Text.
+resourcetype: Dataset
+
+# Do not edit or remove the following line
+templateversion: 1.2