datacite.yml 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  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: "Julia"
  9. lastname: "Sprenger"
  10. affiliation: "Institut de Neurosciences de La Timone, CNRS & Aix-Marseille University, Marseille, France"
  11. id: "ORCID:0000-0002-9986-7477"
  12. -
  13. firstname: "Samuel"
  14. lastname: "Garcia"
  15. affiliation: "Centre de Recherche en Neuroscience de Lyon, CNRS, Lyon, France"
  16. id: "ORCID:0000-0001-6389-9779"
  17. # A title to describe the published resource.
  18. title: "Electrophysiology Testing Data"
  19. # Additional information about the resource, e.g., a brief abstract.
  20. description: |
  21. Collection of testing data in various electrophysiology file formats.
  22. # Lit of keywords the resource should be associated with.
  23. # Give as many keywords as possible, to make the resource findable.
  24. keywords:
  25. - Neuroscience
  26. - File Format
  27. - Test Data
  28. # License information for this resource. Please provide the license name and/or a link to the license.
  29. # Please add also a corresponding LICENSE file to the repository.
  30. license:
  31. name: "Open Data Commons Open Database License (ODbL)"
  32. url: "https://opendatacommons.org/licenses/odbl/1.0/"
  33. ## Optional Fields
  34. # Related publications. reftype might be: IsSupplementTo, IsDescribedBy, IsReferencedBy.
  35. # Please provide digital identifier (e.g., DOI) if possible.
  36. # Add a prefix to the ID, separated by a colon, to indicate the source.
  37. # Supported sources are: DOI, arXiv, PMID
  38. # In the citation field, please provide the full reference, including title, authors, journal etc.
  39. references:
  40. -
  41. id: "RRID:SCR_000634"
  42. reftype: "IsSupplementTo"
  43. citation: "Neo (RRID:SCR_000634)"
  44. -
  45. id: "RRID:SCR_021150"
  46. reftype: "IsSupplementTo"
  47. citation: "SpikeInterface (RRID:SCR_021150)"
  48. # Resource type. Default is Dataset, other possible values are Software, DataPaper, Image, Text.
  49. resourcetype: Dataset
  50. # Do not edit or remove the following line
  51. templateversion: 1.2