Browse Source

添加 'datacite1.yml'

Hao Zheng 5 years ago
parent
commit
f91ec199e6
2 changed files with 62 additions and 34 deletions
  1. 0 34
      datacite.yml
  2. 62 0
      datacite1.yml

+ 0 - 34
datacite.yml

@@ -1,34 +0,0 @@
-authors:
-  -
-    firstname: Hao
-    lastname: Zheng
-    affiliation: 'Fudan University'
-    id: 'https://orcid.org/0000-0002-4576-2936'
-  -
-    firstname: Huisheng
-    lastname: Peng
-    affiliation: 'Fudan University'
-  -
-    firstname: Wendong
-    lastname: Xu
-  -
-    firstname: Jiayi
-    lastname: Zhang
-title: MOSD
-description: 'database of A Shape-Memory and Spiral Light-Emitting Device\nfor Precise Multisite Stimulation of Nerve Bundles'
-keywords:
-  - Neuroscience
-  - Electrophysiology
-license:
-  name: 'Creative Commons CC0 1.0 Public Domain Dedication'
-  url: 'https://creativecommons.org/publicdomain/zero/1.0/'
-funding:
-  - 'the NSF of China.31771195, 81790640'
-  - 'the Young 1000 Plan'
-  - 'Distinguished Young Scientists.81525009'
-  - 'Key Program of National Science Foundation of China.81830063'
-  - 'Priority among Priorities of Shanghai Municipal Clinical Medicine Center.2017ZZ01006'
-  - 'National Key R&D Program of China.2017YFC0840100 and 2017YFC0840106'
-  - 'Technology Innovation Program of Shanghai Science and Technology Committee.18411950100'
-  - 'the MOST of China.2016YFA0203302'
-dtype: Dataset

+ 62 - 0
datacite1.yml

@@ -0,0 +1,62 @@
+# 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: "GivenName1"
+    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: |
+  Example description
+  that can contain linebreaks
+  but has to maintain indentation.
+
+# 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.
+# Please add also a 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
+
+# Any funding reference for this resource. Separate funder name and grant number by comma
+funding:
+  - "DFG, DFG.12345"
+  - "EU, EU.12345"
+
+# 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"
+
+# Type of the data in this repository (Dataset, Model, Software, Other see
+# https://schema.datacite.org/meta/kernel-4.1/doc/DataCite-MetadataKernel_v4.1.pdf
+# for examples
+dtype: Dataset