datacite.yml 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  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: "GivenName1"
  9. lastname: "FamilyName1"
  10. affiliation: "Affiliation1"
  11. id: "ORCID:0000-0001-2345-6789"
  12. -
  13. firstname: "GivenName2"
  14. lastname: "FamilyName2"
  15. affiliation: "Affiliation2"
  16. id: "ResearcherID:X-1234-5678"
  17. -
  18. firstname: "GivenName3"
  19. lastname: "FamilyName3"
  20. # A title to describe the published resource.
  21. title: "Example Title"
  22. # Additional information about the resource, e.g., a brief abstract.
  23. description: |
  24. Example description
  25. that can contain linebreaks
  26. but has to maintain indentation.
  27. # Lit of keywords the resource should be associated with.
  28. # Give as many keywords as possible, to make the resource findable.
  29. keywords:
  30. - Neuroscience
  31. - Keyword2
  32. - Keyword3
  33. # License information for this resource. Please provide the license name and/or a link to the license.
  34. # Please add also a corresponding LICENSE file to the repository.
  35. license:
  36. name: "Creative Commons CC0 1.0 Public Domain Dedication"
  37. url: "https://creativecommons.org/publicdomain/zero/1.0/"
  38. ## Optional Fields
  39. # Funding information for this resource.
  40. # Separate funder name and grant number by comma.
  41. funding:
  42. - "DFG, AB1234/5-6"
  43. - "EU, EU.12345"
  44. # Related publications. reftype might be: IsSupplementTo, IsDescribedBy, IsReferencedBy.
  45. # Please provide digital identifier (e.g., DOI) if possible.
  46. # Add a prefix to the ID, separated by a colon, to indicate the source.
  47. # Supported sources are: DOI, arXiv, PMID
  48. # In the citation field, please provide the full reference, including title, authors, journal etc.
  49. references:
  50. -
  51. id: "doi:10.xxx/zzzz"
  52. reftype: "IsSupplementTo"
  53. citation: "Citation1"
  54. -
  55. id: "arxiv:mmmm.nnnn"
  56. reftype: "IsSupplementTo"
  57. citation: "Citation2"
  58. -
  59. id: "pmid:nnnnnnnn"
  60. reftype: "IsReferencedBy"
  61. citation: "Citation3"
  62. # Resource type. Default is Dataset, other possible values are Software, DataPaper, Image, Text.
  63. resourcetype: Dataset
  64. # Do not edit or remove the following line
  65. templateversion: 1.2