datacite.yml 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  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: "Lucas"
  9. lastname: "Gautheron"
  10. affiliation: "Laboratoire de Sciences Cognitives et Psycholinguistique"
  11. id: "ORCID:0000-0002-3776-3373"
  12. -
  13. firstname: "Nicolas"
  14. lastname: "Rochat"
  15. -
  16. firstname: "Alejandrina"
  17. lastname: "Cristia"
  18. affiliation: "Laboratoire de Sciences Cognitives et Psycholinguistique"
  19. id: "ORCID:0000-0003-2979-4556"
  20. # A title to describe the published resource.
  21. title: "Reproducible analyses of daylong recordings"
  22. # Additional information about the resource, e.g., a brief abstract.
  23. description: |
  24. This dataset contains the source and the data used to generate
  25. the paper "Managing, storing, and sharing long-form recordings and their annotations"
  26. from the same authors.
  27. # Lit of keywords the resource should be associated with.
  28. # Give as many keywords as possible, to make the resource findable.
  29. keywords:
  30. - linguistics
  31. - daylong recordings
  32. - speech data management
  33. - annotations evaluation
  34. - reproducible research
  35. # License information for this resource. Please provide the license name and/or a link to the license.
  36. # Please add also a corresponding LICENSE file to the repository.
  37. license:
  38. name: "Creative Commons CC0 1.0 Public Domain Dedication"
  39. url: "https://creativecommons.org/publicdomain/zero/1.0/"
  40. ## Optional Fields
  41. # Funding information for this resource.
  42. # Separate funder name and grant number by comma.
  43. funding:
  44. - "DFG, AB1234/5-6"
  45. - "EU, EU.12345"
  46. # Related publications. reftype might be: IsSupplementTo, IsDescribedBy, IsReferencedBy.
  47. # Please provide digital identifier (e.g., DOI) if possible.
  48. # Add a prefix to the ID, separated by a colon, to indicate the source.
  49. # Supported sources are: DOI, arXiv, PMID
  50. # In the citation field, please provide the full reference, including title, authors, journal etc.
  51. references:
  52. -
  53. id: "doi:10.31234/osf.io/w8trm"
  54. reftype: "IsSupplementTo"
  55. citation: "Managing, storing, and sharing long-form recordings and their annotations"
  56. # Resource type. Default is Dataset, other possible values are Software, DataPaper, Image, Text.
  57. resourcetype: Dataset
  58. # Do not edit or remove the following line
  59. templateversion: 1.2