datacite.yml 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  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: "Lucas"
  9. lastname: "Dwiel"
  10. affiliation: "Dartmouth College"
  11. -
  12. firstname: "Angela"
  13. lastname: "Henricks"
  14. affiliation: "Washington State University"
  15. -
  16. firstname: "Jiang"
  17. lastname: "Gui"
  18. affiliation: "Dartmouth College"
  19. # A title to describe the published resource.
  20. title: "Example Title"
  21. # Additional information about the resource, e.g., a brief abstract.
  22. description: |
  23. Example description
  24. that can contain linebreaks
  25. but has to maintain indentation.
  26. # Lit of keywords the resource should be associated with.
  27. # Give as many keywords as possible, to make the resource findable.
  28. keywords:
  29. - Neuroscience
  30. - Keyword2
  31. - Keyword3
  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, AB1234/5-6"
  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. # In the citation field, please provide the full reference, including title, authors, journal etc.
  48. references:
  49. -
  50. id: "doi:10.xxx/zzzz"
  51. reftype: "IsSupplementTo"
  52. citation: "Citation1"
  53. -
  54. id: "arxiv:mmmm.nnnn"
  55. reftype: "IsSupplementTo"
  56. citation: "Citation2"
  57. -
  58. id: "pmid:nnnnnnnn"
  59. reftype: "IsReferencedBy"
  60. citation: "Citation3"
  61. # Resource type. Default is Dataset, other possible values are Software, DataPaper, Image, Text.
  62. resourcetype: Dataset
  63. # Do not edit or remove the following line
  64. templateversion: 1.2