datacite.yml 2.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  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: "Nicolas"
  9. lastname: "Vattuone"
  10. affiliation: " Department of Medical Physics, Centro Atómico Bariloche, Argentina."
  11. affiliation: "Instituto Balseiro, Centro Atómico Bariloche, Argentina"
  12. affiliation: "Department of Biology II, Ludwig-Maximilians-Universität München, Germany"
  13. affillation: "Bernstein Center for Computational Neuroscience, Munich, Germany"
  14. id: "ORCID:0000-0002-3478-1154"
  15. -
  16. firstname: "Thomas"
  17. lastname: "Wachtler"
  18. affiliation: "Department of Biology II, Ludwig-Maximilians-Universität München, Germany"
  19. affillation: "Bernstein Center for Computational Neuroscience, Munich, Germany"
  20. id: "ORCID:0000-0003-2015-6590"
  21. -
  22. firstname: "Ines"
  23. lastname: "Samengo"
  24. affiliation: " Department of Medical Physics, Centro Atómico Bariloche, Argentina."
  25. affiliation: "Instituto Balseiro, Centro Atómico Bariloche, Argentina"
  26. id: "ORCID:0000-0002-5241-3697"
  27. # A title to describe the published resource.
  28. title: "Perceptual spaces and their symmetries: The geometry of color space"
  29. # Additional information about the resource, e.g., a brief abstract.
  30. description: |
  31. Experimental Data.
  32. # Lit of keywords the resource should be associated with.
  33. # Give as many keywords as possible, to make the resource findable.
  34. keywords:
  35. - Neuroscience
  36. - Perception
  37. - Colors
  38. - Geometry
  39. - Symmetries
  40. # License information for this resource. Please provide the license name and/or a link to the license.
  41. # Please add also a corresponding LICENSE file to the repository.
  42. license:
  43. name: "Creative Commons CC0 1.0 Public Domain Dedication"
  44. url: "https://creativecommons.org/publicdomain/zero/1.0/"
  45. ## Optional Fields
  46. # Funding information for this resource.
  47. # Separate funder name and grant number by comma.
  48. funding:
  49. - "DFG, AB1234/5-6"
  50. - "EU, EU.12345"
  51. # Related publications. reftype might be: IsSupplementTo, IsDescribedBy, IsReferencedBy.
  52. # Please provide digital identifier (e.g., DOI) if possible.
  53. # Add a prefix to the ID, separated by a colon, to indicate the source.
  54. # Supported sources are: DOI, arXiv, PMID
  55. # In the citation field, please provide the full reference, including title, authors, journal etc.
  56. references:
  57. -
  58. id: "doi:10.xxx/zzzz"
  59. reftype: "IsSupplementTo"
  60. citation: "Citation1"
  61. -
  62. id: "arxiv:mmmm.nnnn"
  63. reftype: "IsSupplementTo"
  64. citation: "Citation2"
  65. -
  66. id: "pmid:nnnnnnnn"
  67. reftype: "IsReferencedBy"
  68. citation: "Citation3"
  69. # Resource type. Default is Dataset, other possible values are Software, DataPaper, Image, Text.
  70. resourcetype: Dataset
  71. # Do not edit or remove the following line
  72. templateversion: 1.2