datacite.yml 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. # Required fields
  2. # The main researchers involved working on the resource,
  3. # or the authors of the publication in priority order.
  4. # May be a corporate/institutional or personal name.
  5. # Include digital identifier (e.g., ORCID) if possible
  6. authors:
  7. -
  8. firstname: "Inmaculada"
  9. lastname: "León"
  10. affiliation: "Facultad de Psicología, Universidad de La Laguna"
  11. -
  12. firstname: "María José"
  13. lastname: "Rodrigo"
  14. affiliation: "Facultad de Psicología, Universidad de La Laguna"
  15. -
  16. firstname: "Wael"
  17. lastname: "El-Deredy"
  18. affiliation: "Centro de Investigación y Desarrollo en Ingeniería en Salud, Universidad de Valparaíso"
  19. -
  20. firstname: "Cristián"
  21. lastname: "Modroño"
  22. affiliation: "Departamento de Fisiología, Universidad de La Laguna"
  23. -
  24. firstname: "Juan Andrés"
  25. lastname: "Hernández-Cabrera"
  26. affiliation: "Universidad de La Laguna"
  27. -
  28. firstname: "Ileana"
  29. lastname: "Quiñones"
  30. affiliation: "Basque Center on Cognition Brain and Language"
  31. # A name or title to describe the published resource.
  32. title: "Example Title"
  33. # Any additional information. It is best practice to supply a description for the resource.
  34. description: |
  35. Example description
  36. that can contain linebreaks
  37. but has to maintain indentation.
  38. # List of keywords the resource should be associated with.
  39. keywords:
  40. - Neuroscience
  41. - Electrophysiology
  42. # Any rights information for this resource. Please provide both a license name and a link to the license.
  43. # Please add also a LICENSE file to the repository
  44. license:
  45. name: "Creative Commons CC0 1.0 Public Domain Dedication"
  46. url: "https://creativecommons.org/publicdomain/zero/1.0/"
  47. ## Optional Fields
  48. # Any funding reference for this resource. Separate funder name and grant number by comma
  49. funding:
  50. - "DFG, DFG.12345"
  51. - "EU, EU.12345"
  52. # Related publications. reftype might be: IsCitedBy, IsSupplementTo, IsReferencedBy, IsPartOf
  53. # for further valid types see https://schema.datacite.org/meta/kernel-4
  54. # Please provide digital identifier (e.g., DOI) if possible.
  55. references:
  56. -
  57. doi: "10.xxx/zzzz"
  58. reftype: "IsSupplementTo"
  59. name: "PublicationName"
  60. -
  61. reftype: "IsPartOf"
  62. name: "PublicationName"
  63. # Type of the data in this repository (Dataset, Model, Software, Other see
  64. # https://schema.datacite.org/meta/kernel-4.1/doc/DataCite-MetadataKernel_v4.1.pdf
  65. # for examples
  66. dtype: Dataset