12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788 |
- # Metadata for DOI registration according to DataCite Metadata Schema 4.1.
- # For detailed schema description see https://doi.org/10.5438/0014
- ## Required fields
- # The main researchers involved. Include digital identifier (e.g., ORCID)
- # if possible, including the prefix to indicate its type.
- authors:
- -
- firstname: "Ioannis"
- lastname: "Vlachos"
- affiliation: "Wyss Center for Bio and Neuroengineering"
- id: "ORCID:0000-0002-3319-1486"
- -
- firstname: "Alessandro"
- lastname: "Tonin"
- affiliation: "Wyss Center for Bio and Neuroengineering; Institute of Medical Psychology and Behavioral Neurobiology, University of Tübingen, Germany"
- -
- firstname: "Arnau"
- lastname: "Espinosa"
- affiliation: "Wyss Center for Bio and Neuroengineering"
- id: "ORCID:0000-0002-3268-0907"
- -
- firstname: "Majid"
- lastname: "Khalili-Ardali"
- affiliation: "Institute of Medical Psychology and Behavioral Neurobiology, University of Tübingen, Germany"
- id: "ORCID:0000-0001-9154-6970"
- -
- firstname: "Jonas B"
- lastname: "Zimmermann"
- affiliation: "Wyss Center for Bio and Neuroengineering"
- id: "ORCID:0000-0001-9225-2595"
- # A title to describe the published resource.
- title: "KIAP BCI: a BCI framework for intracortical signals"
- # Additional information about the resource, e.g., a brief abstract.
- description: |
- KIAP BCI is a BCI framework mainly written in Python that receives electrophysiological data
- from Utah arrays and controls an auditory speller.
- # Lit of keywords the resource should be associated with.
- # Give as many keywords as possible, to make the resource findable.
- keywords:
- - Neuroscience
- - Human
- - Intracortical Array
- - Utah Array
- - Spikes
- - BCI
- - ALS
- - Python
- # License information for this resource. Please provide the license name and/or a link to the license.
- # Please add also a corresponding LICENSE file to the repository.
- license:
- name: "BSD-3-Clause"
- url: "https://opensource.org/licenses/BSD-3-Clause/"
- ## Optional Fields
- # Funding information for this resource.
- # Separate funder name and grant number by comma.
- funding:
- - "Wyss Center for Bio and Neuroengineering"
- # Related publications. reftype might be: IsSupplementTo, IsDescribedBy, IsReferencedBy.
- # Please provide digital identifier (e.g., DOI) if possible.
- # Add a prefix to the ID, separated by a colon, to indicate the source.
- # Supported sources are: DOI, arXiv, PMID
- # In the citation field, please provide the full reference, including title, authors, journal etc.
- references:
- -
- id: "doi:10.1101/2020.06.10.20122408"
- reftype: "IsSupplementTo"
- citation: "Ujwal Chaudhary, Ioannis Vlachos, Jonas B Zimmermann, Arnau Espinosa, Alessandro Tonin, Andres Jaramillo-Gonzalez, Majid Khalili-Ardali, Helge Topka, Jens Lehmberg, Gerhard M Friehs, Alain Woodtli, John P Donoghue, Niels Birbaumer: Verbal Communication using Intracortical Signals in a Completely Locked In-Patient. medRxiv 2020.06.10.20122408"
- # Resource type. Default is Dataset, other possible values are Software, DataPaper, Image, Text.
- resourcetype: Software
- # Do not edit or remove the following line
- templateversion: 1.2
|