datacite.yml 4.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  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. -
  12. firstname: "Michael"
  13. lastname: "von Papen"
  14. 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"
  15. -
  16. firstname: "Guido"
  17. lastname: "Trensch"
  18. affiliation: "Simulation Lab Neuroscience, Jülich Supercomputing Centre (JSC), Institute for Advanced Simulation, JARA, Jülich Research Centre, Jülich, Germany"
  19. -
  20. firstname: "Pietro"
  21. lastname: "Quaglio"
  22. 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"
  23. id: "0000-0002-8012-3056"
  24. -
  25. firstname: "Sonja"
  26. lastname: "Grün"
  27. 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"
  28. id: "0000-0003-2829-2220"
  29. -
  30. firstname: "Michael"
  31. lastname: "Denker"
  32. 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"
  33. id: "0000-0003-1255-7300"
  34. # A name or title to describe the published resource.
  35. title: "Resources for the article 'Reproducible neural network simulations: statistical methods for model validation on the level of network activity data'"
  36. # Any additional information. It is best practice to supply a description for the resource.
  37. description: |
  38. 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".
  39. # List of keywords the resource should be associated with.
  40. keywords:
  41. - Neuroscience
  42. - Electrophysiology
  43. - Validation
  44. - Brain Simulation
  45. - Spikes
  46. - Data Analysis
  47. # Any rights information for this resource. Please provide both a license name and a link to the license.
  48. # Please add also a LICENSE file to the repository
  49. license:
  50. name: "BSD-3-Clause"
  51. url: "https://opensource.org/licenses/BSD-3-Clause"
  52. ## Optional Fields
  53. # Any funding reference for this resource. Separate funder name and grant number by comma
  54. funding:
  55. - "Helmholtz, ZT-I-0003"
  56. - "EU, EU.720270"
  57. - "EU, EU.785907"
  58. # Related publications. reftype might be: IsCitedBy, IsSupplementTo, IsReferencedBy, IsPartOf
  59. # for further valid types see https://schema.datacite.org/meta/kernel-4
  60. # Please provide digital identifier (e.g., DOI) if possible.
  61. references:
  62. -
  63. #doi: "10.xxx/zzzz"
  64. reftype: "IsSupplementTo"
  65. name: "Gutzen et al. Reproducible neural network simulations: statistical methods for model validation on the level of network activity data."
  66. -
  67. reftype: "IsDocumentedBy"
  68. 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"
  69. # Type of the data in this repository (Dataset, Model, Software, Other see
  70. # https://schema.datacite.org/meta/kernel-4.1/doc/DataCite-MetadataKernel_v4.1.pdf
  71. # for examples
  72. dtype:
  73. - Dataset
  74. - Software