12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- # 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.
- # Include digital identifier (e.g., ORCID) if possible
- authors:
- -
- firstname: "xi"
- lastname: "chen"
- affiliation: "Zhengzhou University"
- # A name or title to describe the published resource.
- title: "Spike data of animals"
- # Any additional information. It is best practice to supply a description for the resource.
- description: |
- The warehouse mainly stores the original spikes of the animal's brain, especially the visual
- and auditory aspects of the animal's brain. These data help neuroscientists explore the mechanism
- of animal brain information processing.
-
- # List of keywords the resource should be associated with.
- keywords:
- - Neuroscience
- - Electrophysiology
- - spike
- - animal
- - vision
- - hearing
- # Any rights information for this resource. Please provide both a license name and a link to the license.
- # Please add also a LICENSE file to the repository
- license:
- name: "CC BY-SA 4.0"
- url: "https://creativecommons.org/licenses/by-sa/4.0/"
- ## Optional Fields
- # Any funding reference for this resource. Separate funder name and grant number by comma
- funding:
-
- # Related publications. reftype might be: IsCitedBy, IsSupplementTo, IsReferencedBy, IsPartOf
- # for further valid types see https://schema.datacite.org/meta/kernel-4
- # Please provide digital identifier (e.g., DOI) if possible.
- references:
- -
- reftype: "Reconstruction of visual information"
- name: "Computational Intelligence and Neuroscience"
|