datacite.yml 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  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: "Daniel"
  9. lastname: "Powell"
  10. affiliation: "Bowdoin College"
  11. id: "ORCID:0000-0002-9210-2201"
  12. -
  13. firstname: "Eve"
  14. lastname: "Marder"
  15. affiliation: "Brandeis University"
  16. id: "ORCID:0000-0001-9632-5448"
  17. -
  18. firstname: "Michael"
  19. lastname: "Nusbaum"
  20. affiliation: "University of Pennsylvania"
  21. id: "ORCID:0000-0001-5935-0046"
  22. # A title to describe the published resource.
  23. title: "Perturbation-specific responses by two neural circuits generating similar activity patterns"
  24. # Additional information about the resource, e.g., a brief abstract.
  25. description: |
  26. Electrophysiology data for the associated paper.
  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. - Gastric Mill Rhythm
  31. - Central Pattern Generator
  32. - Cancer borealis
  33. # License information for this resource. Please provide the license name and/or a link to the license.
  34. # Please add also a corresponding LICENSE file to the repository.
  35. license:
  36. name: "Creative Commons CC0 4.0 Public Domain Dedication"
  37. url: "https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode"
  38. ## Optional Fields
  39. # Funding information for this resource.
  40. # Separate funder name and grant number by comma.
  41. funding:
  42. - "NIH, R35-NS097343 (EM)"
  43. - "NIH, R01-NS029436 (MPN)"
  44. # Related publications. reftype might be: IsSupplementTo, IsDescribedBy, IsReferencedBy.
  45. # Please provide digital identifier (e.g., DOI) if possible.
  46. # Add a prefix to the ID, separated by a colon, to indicate the source.
  47. # Supported sources are: DOI, arXiv, PMID
  48. # In the citation field, please provide the full reference, including title, authors, journal etc.
  49. references:
  50. -
  51. id: "CurrentBiology:doi:10.xxx/zzzz"
  52. reftype: "IsSupplementTo"
  53. citation: "Perturbation-specific responses by two neural circuits generating similar activity patterns"
  54. -
  55. id: "biorxiv:doi:10.1101/2020.07.24.220442"
  56. reftype: "IsSupplementTo"
  57. citation: "Degenerate circuits use distinct mechanisms to respond similarly to the same perturbation"
  58. # Resource type. Default is Dataset, other possible values are Software, DataPaper, Image, Text.
  59. resourcetype: Dataset
  60. # Do not edit or remove the following line
  61. templateversion: 1.2