datacite.yml 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  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. #
  4. # The information in this file will be used to create the DOI record and
  5. # the landing page for the registered resource.
  6. #
  7. # Please replace the template entries by the corresponding information for your resource.
  8. # For detailed instructions see https://gin.g-node.org/G-Node/Info/wiki/DOI
  9. # Comments (lines starting with '#') may be removed.
  10. ## Required fields
  11. # authors: The researchers involved.
  12. # Include digital identifier (e.g., ORCID) if possible, including the prefix to indicate its type.
  13. # All authors listed here need to have agreed to the publication.
  14. authors:
  15. -
  16. firstname: "GivenNames1"
  17. lastname: "FamilyName1"
  18. affiliation: "Affiliation1"
  19. id: "ORCID:0000-0001-2345-6789"
  20. -
  21. firstname: "GivenNames2"
  22. lastname: "FamilyName2"
  23. affiliation: "Affiliation2"
  24. # title: A title to identify the published resource.
  25. title: "Example Title"
  26. # description: A brief abstract describing the resource.
  27. description: |
  28. Example description
  29. that can contain linebreaks
  30. but has to maintain indentation.
  31. # keywords: List of keywords for the resource.
  32. # Provide as many keywords as possible, to make the resource findable.
  33. # For keyword suggestions, see https://doi.gin.g-node.org/keywords/
  34. keywords:
  35. - Neuroscience
  36. - Keyword2
  37. - Keyword3
  38. - ...
  39. # license: License information for this resource. Please provide the license name and a link to the license.
  40. # Please add also a corresponding LICENSE file to the repository.
  41. license:
  42. name: "Creative Commons CC0 1.0 Public Domain Dedication"
  43. url: "https://creativecommons.org/publicdomain/zero/1.0/"
  44. ## Optional fields
  45. # funding: Funding information for this resource.
  46. # Separate funder name and grant number by a semicolon.
  47. funding:
  48. - "DFG; AB1234/5-6"
  49. - "EU; ERC grant 12345"
  50. - "NIH; R01XY123456"
  51. # references: Digital resources related to this publication, such as research articles, data, or code
  52. # If this publication is supplement to a research paper, a reference to the paper is mandatory.
  53. #
  54. # id: Please provide digital identifier (e.g., DOI, arXiv, PMID, URL) if possible.
  55. # Add a prefix to the ID, separated by a colon, to indicate the type of identifier.
  56. # If assignment of an identifier is pending, enter "doi:tba" as placeholder.
  57. #
  58. # reftype: The relationship of this publication to the referenced resource.
  59. # IsSupplementTo: to reference a research paper that is supplemented by this publication
  60. # IsDescribedBy: to reference a data descriptor of a dataset publication
  61. # IsReferencedBy: to reference code or other resources that use this publication.
  62. # (for further reftypes see the Datacite schema description https://doi.org/10.5438/0014)
  63. #
  64. # citation: Please provide the full reference, including title, authors, journal etc., like in the reference section of a paper.
  65. # If an unpublished manuscript is referenced, enter as much citation information as available, and update when the paper is published.
  66. #
  67. references:
  68. -
  69. id: "doi:10.123/abc123"
  70. reftype: "IsSupplementTo"
  71. citation: "Author A, Author B (2010) A study based on the data. Neuroscience Journal 12(3):1234-1245. https://doi.org/10.123/abc123"
  72. -
  73. id: "doi:tba"
  74. reftype: "IsSupplementTo"
  75. citation: "Author A, Author C: Title of a manuscript that is not published yet. Neuro Research Journal, submitted."
  76. -
  77. id: "arxiv:2201.23456"
  78. reftype: "IsSupplementTo"
  79. citation: "Author A, Author D (2022) Preprint of a study based on the data. arXiv. https://doi.org/10.48550/arXiv.2201.23456"
  80. -
  81. id: "url:https://github.com/abcdxyz/greatdataanalysis"
  82. reftype: "IsReferencedBy"
  83. citation: "GreatDataAnalysis: Analysis code. Github. https://github.com/abcdxyz/greatdataanalysis"
  84. # Resource type. Default is Dataset, other possible values are Software, Text, Preprint.
  85. resourcetype: Dataset
  86. # Do not edit or remove the following line
  87. templateversion: 1.2