datacite.yml 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  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. -common marmoset
  23. -rat
  24. -human
  25. -resting state functional magnetic resonance imaging
  26. -frontal cortex
  27. # License information for this resource. Please provide the license name and/or a link to the license.
  28. # Please add also a corresponding LICENSE file to the repository.
  29. license:
  30. name: "Attribution 4.0 International (CC BY 4.0)"
  31. url: "https://creativecommons.org/licenses/by/4.0/"
  32. ## Optional Fields
  33. # # Funding information for this resource.
  34. # # Separate funder name and grant number by comma.
  35. # funding:
  36. # - "DFG, DFG.12345"
  37. # - "EU, EU.12345"
  38. #
  39. #
  40. # # Related publications. reftype might be: IsSupplementTo, IsDescribedBy, IsReferencedBy.
  41. # # Please provide digital identifier (e.g., DOI) if possible.
  42. # # Add a prefix to the ID, separated by a colon, to indicate the source.
  43. # # Supported sources are: DOI, arXiv, PMID
  44. # references:
  45. # -
  46. # id: "doi:10.xxx/zzzz"
  47. # reftype: "IsSupplementTo"
  48. # name: "PublicationName1"
  49. # -
  50. # id: "arxiv:mmmm.nnnn"
  51. # reftype: "IsSupplementTo"
  52. # name: "PublicationName2"
  53. # -
  54. # id: "pmid:nnnnnnnn"
  55. # reftype: "IsReferencedBy"
  56. # name: "PublicationName3"
  57. # Resource type. Default is Dataset, other possible values are Software, DataPaper, Image, Text.
  58. resourcetype: Dataset