Browse Source

Add information for publishing with DataCite

acristia 1 year ago
parent
commit
e8b7ba0c63
1 changed files with 68 additions and 0 deletions
  1. 68 0
      datacite.yml

+ 68 - 0
datacite.yml

@@ -0,0 +1,68 @@
+# 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: "Yaya"
+    lastname: "Sy"
+    affiliation: "LSCP"
+    id: "ORCID:0000-0002-0292-451"
+
+
+# A title to describe the published resource.
+title: "Unsupervised metrics of child language development"
+
+# Additional information about the resource, e.g., a brief abstract.
+description: |
+  Code to extract metrics of child language development from language models based on n-grams.
+
+# Lit of keywords the resource should be associated with.
+# Give as many keywords as possible, to make the resource findable.
+keywords:
+  - Language acquisition
+  - Language models
+  - Development
+  - Children
+  - n-gram
+  - Metrics
+
+# 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 CC 4.0 By"
+  url: "https://creativecommons.org/licenses/by/4.0/"
+
+
+
+## Optional Fields
+
+# Funding information for this resource.
+# Separate funder name and grant number by comma.
+funding:
+  - "ANR, ANR-17-EURE-0017"
+  - "J. S. McDonnell Foundation, Understanding Human Cognition Scholar Award"
+  - "ERC, European Union’s Horizon 2020 research and innovation programme (ExELang, Grant agreement No. 101001095)"
+
+
+
+# Related publications. reftype might be: IsSupplementTo, IsDescribedBy, IsReferencedBy.
+# Please provide digital identifier (e.g., DOI) if possible.
+# Add a prefix to the ID, separated by a colon, to indicate the source.
+# Supported sources are: DOI, arXiv, PMID
+# In the citation field, please provide the full reference, including title, authors, journal etc.
+references:
+  -
+    id: "doi:10.31219/osf.io/4pe2u"
+    reftype: "IsSupplementTo"
+    citation: "Sy, Y. (2022, July 18). Vers des métriques non supervisées des compétences langagières des enfants."
+
+
+# Resource type. Default is Dataset, other possible values are Software, DataPaper, Image, Text.
+resourcetype: DataPaper
+
+# Do not edit or remove the following line
+templateversion: 1.2