datacite.yml 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  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: "Hideaki"
  9. lastname: "Yamamoto"
  10. affiliation: "Research Institute of Electrical Communication (RIEC), Tohoku University, Sendai, Japan"
  11. -
  12. firstname: "F. Paul"
  13. lastname: "Spitzner"
  14. affiliation: "Max Planck Institute for Dynamics and Self-Organization, Göttingen, Germany"
  15. -
  16. firstname: "Taiki"
  17. lastname: "Takemuro"
  18. affiliation: "Research Institute of Electrical Communication (RIEC), Tohoku University, Sendai, Japan"
  19. -
  20. firstname: "Victor"
  21. lastname: "Buendía"
  22. affiliation: "Max Planck Institute for Biological Cybernetics, Tübingen, Germany"
  23. -
  24. firstname: "Hakuba"
  25. lastname: "Murota"
  26. affiliation: "Research Institute of Electrical Communication (RIEC), Tohoku University, Sendai, Japan"
  27. -
  28. firstname: "Carla"
  29. lastname: "Morante"
  30. affiliation: "Departament de Física de la Matèria Condensada, Universitat de Barcelona, Barcelona, Spain"
  31. -
  32. firstname: "Tomohiro"
  33. lastname: "Konno"
  34. affiliation: "Graduate School of Pharmaceutical Sciences, Tohoku University, Sendai, Japan"
  35. -
  36. firstname: "Shigeo"
  37. lastname: "Sato"
  38. affiliation: "Research Institute of Electrical Communication (RIEC), Tohoku University, Sendai, Japan"
  39. -
  40. firstname: "Ayumi"
  41. lastname: "Hirano-Iwata"
  42. affiliation: "Research Institute of Electrical Communication (RIEC), Tohoku University, Sendai, Japan"
  43. -
  44. firstname: "Anna"
  45. lastname: "Levina"
  46. affiliation: "Max Planck Institute for Biological Cybernetics, Tübingen, Germany"
  47. -
  48. firstname: "Viola"
  49. lastname: "Priesemann"
  50. affiliation: "Max Planck Institute for Dynamics and Self-Organization, Göttingen, Germany"
  51. -
  52. firstname: "Miguel A."
  53. lastname: "Muñoz"
  54. affiliation: "Departamento de Electromagnetismo y Física de la Materia, Universidad de Granada, Granada, Spain"
  55. -
  56. firstname: "Johannes"
  57. lastname: "Zierenberg"
  58. affiliation: "Max Planck Institute for Dynamics and Self-Organization, Göttingen, Germany"
  59. -
  60. firstname: "Jordi"
  61. lastname: "Soriano"
  62. affiliation: "Departament de Física de la Matèria Condensada, Universitat de Barcelona, Barcelona, Spain"
  63. # A title to describe the published resource.
  64. title: "Data for 'Modular architecture facilitates noise-driven control of
  65. synchrony in neuronal networks'"
  66. # Additional information about the resource, e.g., a brief abstract.
  67. description: |
  68. In this data repository, we provide raw data and intermediate analysis results accompanying our publication. Files are compressed zip-archives, downloadable separately in order to reproduce expiermental results and simulations independently. The preliminary publication title is "Modular architecture facilitates noise-driven control of synchrony in neuronal networks". A preprint can be found at https://arxiv.org/abs/2205.10563. The accompanying code repository can be found at https://github.com/Priesemann-Group/stimulating_modular_cultures.
  69. # Lit of keywords the resource should be associated with.
  70. # Give as many keywords as possible, to make the resource findable.
  71. keywords:
  72. - Neuroscience
  73. - in vitro cultures
  74. - modularity
  75. - optogenetics
  76. - spiking neuronal network model
  77. # License information for this resource. Please provide the license name and/or a link to the license.
  78. # Please add also a corresponding LICENSE file to the repository.
  79. license:
  80. name: "CC-BY-NC 4.0"
  81. url: "http://creativecommons.org/licenses/by-nc/4.0/"
  82. ## Optional Fields
  83. # Related publications. reftype might be: IsSupplementTo, IsDescribedBy, IsReferencedBy.
  84. # Please provide digital identifier (e.g., DOI) if possible.
  85. # Add a prefix to the ID, separated by a colon, to indicate the source.
  86. # Supported sources are: DOI, arXiv, PMID
  87. # In the citation field, please provide the full reference, including title, authors, journal etc.
  88. references:
  89. -
  90. id: "doi:tba"
  91. reftype: "IsSupplementTo"
  92. citation: "Yamamoto et al.: 'Modular architecture facilitates noise-driven control of synchrony in neuronal networks'. Science Advances, submitted."
  93. -
  94. id: "arXiv:2205.10563"
  95. reftype: "IsSupplementTo"
  96. citation: "Yamamoto et al. (2022) Preprint of 'Modular architecture facilitates noise-driven control of synchrony in neuronal networks' based on the data. arXiv. https://doi.org/10.48550/arXiv.2205.10563"
  97. -
  98. id: "url:https://github.com/Priesemann-Group/stimulating_modular_cultures"
  99. reftype: "IsReferencedBy"
  100. citation: "StimulatingModularCultures: Analysis code. Github. https://github.com/Priesemann-Group/stimulating_modular_cultures"
  101. # Resource type. Default is Dataset, other possible values are Software, DataPaper, Image, Text.
  102. resourcetype: Dataset
  103. # Do not edit or remove the following line
  104. templateversion: 1.2