datacite.yml 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  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: "David"
  9. lastname: "Schaeffer"
  10. affiliation: "University of Western Ontario"
  11. id: "ORCID:0000-0001-2345-6789"
  12. # A title to describe the published resource.
  13. title: "Divergence of rodent and primate medial frontal cortex functional connectivity"
  14. # Additional information about the resource, e.g., a brief abstract.
  15. description: |
  16. Example description
  17. that can contain linebreaks
  18. but has to maintain indentation.
  19. # Lit of keywords the resource should be associated with.
  20. # Give as many keywords as possible, to make the resource findable.
  21. keywords:
  22. - marmoset
  23. # License information for this resource. Please provide the license name and/or a link to the license.
  24. # Please add also a corresponding LICENSE file to the repository.
  25. license:
  26. name: "Attribution 4.0 International (CC BY 4.0)"
  27. url: "https://creativecommons.org/licenses/by/4.0/"
  28. ## Optional Fields
  29. # # Funding information for this resource.
  30. # # Separate funder name and grant number by comma.
  31. # funding:
  32. # - "DFG, DFG.12345"
  33. # - "EU, EU.12345"
  34. #
  35. #
  36. # # Related publications. reftype might be: IsSupplementTo, IsDescribedBy, IsReferencedBy.
  37. # # Please provide digital identifier (e.g., DOI) if possible.
  38. # # Add a prefix to the ID, separated by a colon, to indicate the source.
  39. # # Supported sources are: DOI, arXiv, PMID
  40. # references:
  41. # -
  42. # id: "doi:10.xxx/zzzz"
  43. # reftype: "IsSupplementTo"
  44. # name: "PublicationName1"
  45. # -
  46. # id: "arxiv:mmmm.nnnn"
  47. # reftype: "IsSupplementTo"
  48. # name: "PublicationName2"
  49. # -
  50. # id: "pmid:nnnnnnnn"
  51. # reftype: "IsReferencedBy"
  52. # name: "PublicationName3"
  53. # Resource type. Default is Dataset, other possible values are Software, DataPaper, Image, Text.
  54. resourcetype: Dataset