datacite.yml 4.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. # Required fields
  2. # The main researchers involved working on the resource,
  3. # or the authors of the publication in priority order.
  4. # May be a corporate/institutional or personal name.
  5. # Include digital identifier (e.g., ORCID) if possible
  6. authors:
  7. -
  8. firstname: "Robin"
  9. lastname: "Gutzen"
  10. affiliation: "Institute of Neuroscience and Medicine (INM-6) and Institute for Advanced Simulation (IAS-6) and JARA Institute Brain Structure-Function Relationships (INM-10), Jülich Research Centre, Jülich, Germany"
  11. id: "0000-0001-7373-5962"
  12. -
  13. firstname: "Michael"
  14. lastname: "von Papen"
  15. affiliation: "Institute of Neuroscience and Medicine (INM-6) and Institute for Advanced Simulation (IAS-6) and JARA Institute Brain Structure-Function Relationships (INM-10), Jülich Research Centre, Jülich, Germany"
  16. id: "0000-0001-5030-1643"
  17. -
  18. firstname: "Guido"
  19. lastname: "Trensch"
  20. affiliation: "Simulation Lab Neuroscience, Jülich Supercomputing Centre (JSC), Institute for Advanced Simulation, JARA, Jülich Research Centre, Jülich, Germany"
  21. id: "0000-0003-0411-3726"
  22. -
  23. firstname: "Pietro"
  24. lastname: "Quaglio"
  25. affiliation: "Institute of Neuroscience and Medicine (INM-6) and Institute for Advanced Simulation (IAS-6) and JARA Institute Brain Structure-Function Relationships (INM-10), Jülich Research Centre, Jülich, Germany"
  26. id: "0000-0002-8012-3056"
  27. -
  28. firstname: "Sonja"
  29. lastname: "Grün"
  30. affiliation: "Institute of Neuroscience and Medicine (INM-6) and Institute for Advanced Simulation (IAS-6) and JARA Institute Brain Structure-Function Relationships (INM-10), Jülich Research Centre, Jülich, Germany; Theoretical Systems Neurobiology, RWTH Aachen University, Aachen, Germany"
  31. id: "0000-0003-2829-2220"
  32. -
  33. firstname: "Michael"
  34. lastname: "Denker"
  35. affiliation: "Institute of Neuroscience and Medicine (INM-6) and Institute for Advanced Simulation (IAS-6) and JARA Institute Brain Structure-Function Relationships (INM-10), Jülich Research Centre, Jülich, Germany"
  36. id: "0000-0003-1255-7300"
  37. # A name or title to describe the published resource.
  38. title: "Resources for the article 'Reproducible neural network simulations: statistical methods for model validation on the level of network activity data'"
  39. # Any additional information. It is best practice to supply a description for the resource.
  40. description: |
  41. This repository hosts code and data to reproduce the findings of the article 'Reproducible neural network simulations: statistical methods for model validation on the level of network activity data'. In addition, the repository hosts an additional example for the use of the tool "NetworkUnit".
  42. # List of keywords the resource should be associated with.
  43. keywords:
  44. - Neuroscience
  45. - Electrophysiology
  46. - Validation
  47. - Brain Simulation
  48. - Spikes
  49. - Data Analysis
  50. # Any rights information for this resource. Please provide both a license name and a link to the license.
  51. # Please add also a LICENSE file to the repository
  52. license:
  53. name: "BSD-3-Clause"
  54. url: "https://opensource.org/licenses/BSD-3-Clause"
  55. ## Optional Fields
  56. # Any funding reference for this resource. Separate funder name and grant number by comma
  57. funding:
  58. - "Helmholtz, ZT-I-0003"
  59. - "EU, EU.720270"
  60. - "EU, EU.785907"
  61. # Related publications. reftype might be: IsCitedBy, IsSupplementTo, IsReferencedBy, IsPartOf
  62. # for further valid types see https://schema.datacite.org/meta/kernel-4
  63. # Please provide digital identifier (e.g., DOI) if possible.
  64. references:
  65. -
  66. #doi: "10.xxx/zzzz"
  67. reftype: "IsSupplementTo"
  68. name: "Gutzen et al. Reproducible neural network simulations: statistical methods for model validation on the level of network activity data."
  69. -
  70. reftype: "IsDocumentedBy"
  71. name: "Trensch et al. Rigorous neural network simulations: a model substantiation methodology for increasing the correctness of simulation results in the absence of experimental validation data"
  72. # Type of the data in this repository (Dataset, Model, Software, Other see
  73. # https://schema.datacite.org/meta/kernel-4.1/doc/DataCite-MetadataKernel_v4.1.pdf
  74. # for examples
  75. dtype:
  76. - Dataset
  77. - Software