datacite.yml 2.5 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: "Eugenia"
  9. lastname: "Gonzalez Palomares"
  10. affiliation: "Auditory Computations Group, Institute for Cell Biology and Neurosc. Goethe University"
  11. id: "ORCID:0000-0003-3086-7601"
  12. -
  13. firstname: "Luciana"
  14. lastname: "Lopez Jury"
  15. affiliation: "Auditory Computations Group, Institute for Cell Biology and Neurosc. Goethe University"
  16. id: "ORCID:0000-0002-9384-2586"
  17. -
  18. firstname: "Francisco"
  19. lastname: "Garcia Rosales"
  20. affiliation: "Auditory Computations Group, Institute for Cell Biology and Neurosc. Goethe University"
  21. id: "ORCID:0000-0001-5576-2967"
  22. -
  23. firstname: "Julio C."
  24. lastname: "Hechavarria"
  25. affiliation: "Auditory Computations Group, Institute for Cell Biology and Neurosc. Goethe University"
  26. id: "ORCID:0000-0001-9277-2339"
  27. # A title to describe the published resource.
  28. title: "Vocalizations recordings from bats in a distressful context"
  29. # Additional information about the resource, e.g., a brief abstract.
  30. description: |
  31. Audio files and anatomic measurements.
  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. - Vocalizations
  36. - Distress calls
  37. - Sex differences
  38. - Kin selection
  39. # License information for this resource. Please provide the license name and/or a link to the license.
  40. # Please add also a corresponding LICENSE file to the repository.
  41. license:
  42. name: "Creative Commons CC0 1.0 Public Domain Dedication"
  43. url: "https://creativecommons.org/publicdomain/zero/1.0/"
  44. ## Optional Fields
  45. # Funding information for this resource.
  46. # Separate funder name and grant number by comma.
  47. funding:
  48. - "DFG, 275755787"
  49. # Related publications. reftype might be: IsSupplementTo, IsDescribedBy, IsReferencedBy.
  50. # Please provide digital identifier (e.g., DOI) if possible.
  51. # Add a prefix to the ID, separated by a colon, to indicate the source.
  52. # Supported sources are: DOI, arXiv, PMID
  53. # In the citation field, please provide the full reference, including title, authors, journal etc.
  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