datacite.yml 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  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. - "ANR, 17-CE28-0007 LangAge"
  45. - "ANR, 16-DATA-0004 ACLEW"
  46. - "ANR, 14-CE30-0003 MechELex"
  47. - "ANR, 17-EURE-0017"
  48. - "NSF, ACI-1445606"
  49. - "GENCI-IDRIS, A0071011046"
  50. # Related publications. reftype might be: IsSupplementTo, IsDescribedBy, IsReferencedBy.
  51. # Please provide digital identifier (e.g., DOI) if possible.
  52. # Add a prefix to the ID, separated by a colon, to indicate the source.
  53. # Supported sources are: DOI, arXiv, PMID
  54. # In the citation field, please provide the full reference, including title, authors, journal etc.
  55. references:
  56. -
  57. id: "doi:10.31234/osf.io/w8trm"
  58. reftype: "IsSupplementTo"
  59. citation: "Managing, storing, and sharing long-form recordings and their annotations"
  60. # Resource type. Default is Dataset, other possible values are Software, DataPaper, Image, Text.
  61. resourcetype: Dataset
  62. # Do not edit or remove the following line
  63. templateversion: 1.2