datacite.yml 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  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: "Nataliya"
  9. lastname: "Kraynyukova"
  10. affiliation: "Institute of Experimental Epileptology and Cognition Research, University of Bonn Medical Center, Germany"
  11. id: "ORCID: 0000-0002-2773-9820"
  12. -
  13. firstname: "Simon"
  14. lastname: "Renner"
  15. affiliation: "Division of Neurobiology, Faculty of Biology, LMU Munich, Germany"
  16. id: "ORCID: 0000-0001-5882-7252"
  17. -
  18. firstname: "Gregory"
  19. lastname: "Born"
  20. affiliation: "Division of Neurobiology, Faculty of Biology, LMU Munich, Germany"
  21. id: "ORCID: 0000-0003-0430-3052"
  22. -
  23. firstname: "Yannik"
  24. lastname: "Bauer"
  25. affiliation: "Division of Neurobiology, Faculty of Biology, LMU Munich, Germany"
  26. id: "ORCID: 0000-0003-2613-6443"
  27. -
  28. firstname: "Martin"
  29. lastname: "Spacek"
  30. affiliation: "Division of Neurobiology, Faculty of Biology, LMU Munich, Germany"
  31. id: "ORCID: 0000-0002-9519-3284"
  32. -
  33. firstname: "Georgi"
  34. lastname: "Tushev"
  35. affiliation: "MPI for Brain Research, Frankfurt am Main, Germany"
  36. id: "ORCID: 0000-0002-3340-9422"
  37. -
  38. firstname: "Laura"
  39. lastname: "Busse"
  40. affiliation: "Division of Neurobiology, Faculty of Biology, LMU Munich, Germany"
  41. id: "ORCID: 0000-0002-6127-7754"
  42. -
  43. firstname: "Tatjana"
  44. lastname: "Tchumatchenko"
  45. affiliation: "Institute for physiological chemistry, University of Mainz Medical Center, Germany"
  46. id: "ORCID: 0000-0001-9137-809X"
  47. # A title to describe the published resource.
  48. title: "In vivo extracellular recordings of thalamic and cortical visual responses reveal V1 connectivity rules"
  49. # Additional information about the resource, e.g., a brief abstract.
  50. description: |
  51. Data and code for regenerating plots in Kraynyukova*, Renner* et. al., 2022, published in PNAS
  52. # Lit of keywords the resource should be associated with.
  53. # Give as many keywords as possible, to make the resource findable.
  54. keywords:
  55. - primary visual cortex
  56. - orientation selectivity
  57. - contrast sensitivity
  58. - SSN
  59. - excitation / inhibition
  60. # License information for this resource. Please provide the license name and/or a link to the license.
  61. # Please add also a corresponding LICENSE file to the repository.
  62. license:
  63. name: "Creative Commons Attribution 4.0 International Public License"
  64. url: "https://creativecommons.org/licenses/by/4.0/"
  65. ## Optional Fields
  66. # Funding information for this resource.
  67. # Separate funder name and grant number by comma.
  68. funding:
  69. - "DFG, SPP2041 (DFG BU 1808/5-1 [LB], TC 67/4-1 [TT])"
  70. - "Max Planck Society (TT)"
  71. - "University of Bonn Medical Center (TT)"
  72. - "DFG, SFB 1233 TP 13, project number: 276693517 (LB)"
  73. - "Joachim Herz Stiftung (Joachim Herz Foundation) (GB)"
  74. # Related publications. reftype might be: IsSupplementTo, IsDescribedBy, IsReferencedBy.
  75. # Please provide digital identifier (e.g., DOI) if possible.
  76. # Add a prefix to the ID, separated by a colon, to indicate the source.
  77. # Supported sources are: DOI, arXiv, PMID
  78. # In the citation field, please provide the full reference, including title, authors, journal etc.
  79. #references:
  80. # -
  81. # id: "doi:10.xxx/zzzz"
  82. # reftype: "IsSupplementTo"
  83. # citation: "Citation1"
  84. # -
  85. # id: "arxiv:mmmm.nnnn"
  86. # reftype: "IsSupplementTo"
  87. # citation: "Citation2"
  88. # -
  89. # id: "pmid:nnnnnnnn"
  90. # reftype: "IsReferencedBy"
  91. # citation: "Citation3"
  92. # Resource type. Default is Dataset, other possible values are Software, DataPaper, Image, Text.
  93. resourcetype: Dataset
  94. # Do not edit or remove the following line
  95. templateversion: 1.2