datacite.yml 2.0 KB

object
{8}
authors
[1]
title
:
Example Title
description
:
Example description\nthat can contain linebreaks\nbut has to maintain indentation.\n
keywords
[2]
license
{2}
funding
[1]
references
[3]
resourcetype
:
Text
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. # Metadata for DOI registration according to DataCite Metadata Schema 4.1.
  2. # For detailed schema description see https://doi.org/10.5438/0014
  3. ## Required fields
  4. # The main researchers involved. Include digital identifier (e.g., ORCID)
  5. # if possible, including the prefix to indicate its type.
  6. authors:
  7. -
  8. firstname: "Julien"
  9. lastname: "Colomb"
  10. affiliation: "Institut für Biologie, Virchowweg 6, Humboldt Universität, Berlin, 10117 Germany."
  11. id: "ORCID:0000-0002-3127-5520"
  12. role: "Data curation"
  13. # A title to describe the published resource.
  14. title: "Example Title"
  15. # Additional information about the resource, e.g., a brief abstract.
  16. description: |
  17. Example description
  18. that can contain linebreaks
  19. but has to maintain indentation.
  20. # Lit of keywords the resource should be associated with.
  21. # Give as many keywords as possible, to make the resource findable.
  22. keywords:
  23. - Neuroscience
  24. - Electrophysiology
  25. # License information for this resource. Please provide the license name and/or a link to the license.
  26. # Please add also a corresponding LICENSE file to the repository.
  27. license:
  28. name: "Creative Commons Attribution 4.0 International Public License"
  29. url: "https://creativecommons.org/licenses/by/4.0/"
  30. ## Optional Fields
  31. # Funding information for this resource.
  32. # Separate funder name and grant number by comma.
  33. funding:
  34. - "DFG, DFG.2112280105"
  35. # Related publications. reftype might be: IsSupplementTo, IsDescribedBy, IsReferencedBy.
  36. # Please provide digital identifier (e.g., DOI) if possible.
  37. # Add a prefix to the ID, separated by a colon, to indicate the source.
  38. # Supported sources are: DOI, arXiv, PMID
  39. references:
  40. -
  41. id: "doi:10.xxx/zzzz"
  42. reftype: "IsSupplementTo"
  43. name: "PublicationName1"
  44. -
  45. id: "arxiv:mmmm.nnnn"
  46. reftype: "IsSupplementTo"
  47. name: "PublicationName2"
  48. -
  49. id: "pmid:nnnnnnnn"
  50. reftype: "IsReferencedBy"
  51. name: "PublicationName3"
  52. # Resource type. Default is Dataset, other possible values are Software, DataPaper, Image, Text.
  53. resourcetype: Text