datacite.yml 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  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. - Electrophysiology
  32. # License information for this resource. Please provide the license name and/or a link to the license.
  33. # Please add also a corresponding LICENSE file to the repository.
  34. license:
  35. name: "Creative Commons CC0 1.0 Public Domain Dedication"
  36. url: "https://creativecommons.org/publicdomain/zero/1.0/"
  37. ## Optional Fields
  38. # Funding information for this resource.
  39. # Separate funder name and grant number by comma.
  40. funding:
  41. - "DFG, DFG.12345"
  42. - "EU, EU.12345"
  43. # Related publications. reftype might be: IsSupplementTo, IsDescribedBy, IsReferencedBy.
  44. # Please provide digital identifier (e.g., DOI) if possible.
  45. # Add a prefix to the ID, separated by a colon, to indicate the source.
  46. # Supported sources are: DOI, arXiv, PMID
  47. references:
  48. -
  49. id: "doi:10.xxx/zzzz"
  50. reftype: "IsSupplementTo"
  51. name: "PublicationName1"
  52. -
  53. id: "arxiv:mmmm.nnnn"
  54. reftype: "IsSupplementTo"
  55. name: "PublicationName2"
  56. -
  57. id: "pmid:nnnnnnnn"
  58. reftype: "IsReferencedBy"
  59. name: "PublicationName3"
  60. # Resource type. Default is Dataset, other possible values are Software, DataPaper, Image, Text.
  61. resourcetype: Dataset