datacite.yml 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  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: "Brian"
  9. lastname: "Jeon"
  10. affiliation: "Carnegie Mellon University"
  11. -
  12. firstname: "Sandra"
  13. lastname: "Kuhlman"
  14. affiliation: "Carnegie Mellon University"
  15. # A title to describe the published resource.
  16. title: "BCI and Visual Discrimination Dataset"
  17. # Additional information about the resource, e.g., a brief abstract.
  18. description: |
  19. Example description
  20. that can contain linebreaks
  21. but has to maintain indentation.
  22. # Lit of keywords the resource should be associated with.
  23. # Give as many keywords as possible, to make the resource findable.
  24. keywords:
  25. - Neuroscience
  26. # License information for this resource. Please provide the license name and/or a link to the license.
  27. # Please add also a corresponding LICENSE file to the repository.
  28. license:
  29. name: "Creative Commons CC0 1.0 Public Domain Dedication"
  30. url: "https://creativecommons.org/publicdomain/zero/1.0/"
  31. ## Optional Fields
  32. # Funding information for this resource.
  33. # Separate funder name and grant number by comma.
  34. funding:
  35. - "Will be updated soon"
  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. # In the citation field, please provide the full reference, including title, authors, journal etc.
  41. references:
  42. -
  43. id: "doi:10.xxx/zzzz"
  44. reftype: "IsSupplementTo"
  45. citation: "Citation1"
  46. -
  47. id: "arxiv:mmmm.nnnn"
  48. reftype: "IsSupplementTo"
  49. citation: "Citation2"
  50. -
  51. id: "pmid:nnnnnnnn"
  52. reftype: "IsReferencedBy"
  53. citation: "Citation3"
  54. # Resource type. Default is Dataset, other possible values are Software, DataPaper, Image, Text.
  55. resourcetype: Dataset
  56. # Do not edit or remove the following line
  57. templateversion: 1.2