Browse Source

made a draft of DOI request file

Ajayrama Kumaraswamy 6 years ago
parent
commit
d969b64b59
1 changed files with 74 additions and 0 deletions
  1. 74 0
      doiRequestFile.yml

+ 74 - 0
doiRequestFile.yml

@@ -0,0 +1,74 @@
+## Required fields
+# The main researchers involved working on the resource,
+# or the authors of the publication in priority order.
+# May be a corporate/institutional or personal name.
+authors:
+  -
+    firstname: "Ajayrama"
+    lastname: "Kumaraswamy"
+    affiliation: "Department of Biology II, Ludwig-Maximilians-Universität München, 82152 Planegg-Martinsried, Germany"
+    id: "0000-0001-7928-877X"
+  -
+    firstname: "Aynur"
+    lastname: "Maksutov"
+    affiliation: "Moscow Institute of Physics and Technology, 141701 Dolgoprudny, Russia"
+  -
+    firstname: "Kazuki"
+    lastname: "Kai"
+    affiliation: "Department of Earth System Science, Fukuoka University, 814-0180 Fukuoka, Japan"
+  -
+    firstname: "Hiroyuki"
+    lastname: "Ai"
+    affiliation: "Department of Earth System Science, Fukuoka University, 814-0180 Fukuoka, Japan"
+    id: "0000-0001-5748-3996"
+  -
+    firstname: "Hidetoshi"
+    lastname: "Ikeno"
+    affiliation: "School of Human Science and Environment, University of Hyogo, 670-0092 Himeji, Japan"
+  -
+    firstname: "Thomas"
+    lastname: "Wachtler"
+    affiliation: "Department of Biology II, Ludwig-Maximilians-Universität München, 82152 Planegg-Martinsried, Germany"
+    
+
+# A name or title to describe the published resource.
+title: "Network simulations of interneuron circuits in the honeybee primary auditory center"
+
+# Any additional information. It is best practice to supply a description for the resource 
+description: |
+  This repository contains code used to simulate DL-Int-1 and DL-Int-2 neurons as part of a network
+  in the honeybee primary auditory center. The implementation uses the simulator Brian 
+  version 2.0.1 (RRID:SCR_002998) in Python.
+
+# List of keywords the resource should be associated with.
+keywords:
+  - Neuroscience
+  - Honeybee
+  - Simulations
+  - AdExp Model
+  - Brain Simulator
+  - Python
+
+# Any rights information for this resource. Please provide both a license name and a link to the license.
+license:
+  name: "CC-BY"
+  url: "https://creativecommons.org/licenses/by/2.0/"
+
+## Optional Fields
+
+# Any funding reference for this resource.
+funding:
+  - "Japanese-German Collaborative Program on Computational Neuroscience (JST and BMBF grant 01GQ1611)"
+  - "Bernstein Center for Computational Neuroscience Munich (BMBF grant 01GQ1004A)"
+  - "Amgen Scholars Programme 2016"
+
+# refType might be: IsCitedBy, IsSupplementTo, IsReferencedBy, IsPartOf
+# for further valid types see https://schema.datacite.org/meta/kernel-4
+references:
+  -
+    doi: "10.1101/159533"
+    reftype: "IsPartOf"
+    name: "Network simulations of interneuron circuits in the honeybee primary auditory center"
+  -
+    reftype: "IsPartOf"
+    name: "Interneurons in the honeybee primary auditory center responding to waggle dance-like vibration pulses"