datacite.yml 3.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  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: "Luciana"
  9. lastname: "Lopez-Jury"
  10. affiliation: "Institute for Cell Biology and Neuroscience, Goethe University, 60438, Frankfurt am Main, Germany."
  11. id: "ORCID:0000-0002-9384-2586"
  12. -
  13. firstname: "Francisco"
  14. lastname: "Garcia-Rosales"
  15. affiliation: "Ernst Strüngmann Institute for Neuroscience in Cooperation with Max Planck Society, Frankfurt am Main, Germany."
  16. id: "ORCID:0000-0001-5576-2967"
  17. -
  18. firstname: "Eugenia"
  19. lastname: "Gonzalez-Palomares"
  20. affiliation: "Institute for Cell Biology and Neuroscience, Goethe University, 60438, Frankfurt am Main, Germany."
  21. id: "ORCID:0000-0003-3086-7601"
  22. -
  23. firstname: "Johannes"
  24. lastname: "Wetekam"
  25. affiliation: "Institute for Cell Biology and Neuroscience, Goethe University, 60438, Frankfurt am Main, Germany."
  26. id: "ORCID:0000-0003-1919-3140"
  27. -
  28. firstname: "Michael"
  29. lastname: "Pasek"
  30. affiliation: "Institut für Theoretische Physik, Goethe University, 60438, Frankfurt am Main, Germany."
  31. id: "ORCID:0000-0001-9488-1360"
  32. -
  33. firstname: "Julio"
  34. lastname: "Hechavarria"
  35. affiliation: "Institute for Cell Biology and Neuroscience, Goethe University, 60438, Frankfurt am Main, Germany."
  36. id: "ORCID:0000-0001-9277-2339"
  37. # A title to describe the published resource.
  38. title: "A neuron model with unbalanced synaptic weights explains asymmetric effects of ketamine in auditory cortex"
  39. # Additional information about the resource, e.g., a brief abstract.
  40. description: |
  41. Example description
  42. that can contain linebreaks
  43. but has to maintain indentation.
  44. # Lit of keywords the resource should be associated with.
  45. # Give as many keywords as possible, to make the resource findable.
  46. keywords:
  47. - natural sounds
  48. - ketamine
  49. - bats
  50. - neuron model
  51. # License information for this resource. Please provide the license name and/or a link to the license.
  52. # Please add also a corresponding LICENSE file to the repository.
  53. license:
  54. name: "Creative Commons CC0 1.0 Public Domain Dedication"
  55. url: "https://creativecommons.org/publicdomain/zero/1.0/"
  56. ## Optional Fields
  57. # Funding information for this resource.
  58. # Separate funder name and grant number by comma.
  59. funding:
  60. - "DFG, #428645493"
  61. # Related publications. reftype might be: IsSupplementTo, IsDescribedBy, IsReferencedBy.
  62. # Please provide digital identifier (e.g., DOI) if possible.
  63. # Add a prefix to the ID, separated by a colon, to indicate the source.
  64. # Supported sources are: DOI, arXiv, PMID
  65. # In the citation field, please provide the full reference, including title, authors, journal etc.
  66. references:
  67. -
  68. id: "doi:https://doi.org/10.1523/JNEUROSCI.0873-21.2021"
  69. reftype: "IsSupplementTo"
  70. citation: "RelatedPaper"
  71. # Resource type. Default is Dataset, other possible values are Software, DataPaper, Image, Text.
  72. resourcetype: Dataset
  73. # Do not edit or remove the following line
  74. templateversion: 1.2