datacite.yml 3.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. # Metadata for DOI registration according to DataCite Metadata Schema 4.1.
  2. # For detailed schema description see https://doi.org/10.5438/0014
  3. ## Required fields
  4. # The main researchers involved. Include digital identifier (e.g., ORCID)
  5. # if possible, including the prefix to indicate its type.
  6. authors:
  7. -
  8. firstname: "Ioannis"
  9. lastname: "Vlachos"
  10. affiliation: "Wyss Center for Bio and Neuroengineering"
  11. id: "ORCID:0000-0002-3319-1486"
  12. -
  13. firstname: "Alessandro"
  14. lastname: "Tonin"
  15. affiliation: "Wyss Center for Bio and Neuroengineering; Institute of Medical Psychology and Behavioral Neurobiology, University of Tübingen, Germany"
  16. -
  17. firstname: "Arnau"
  18. lastname: "Espinosa"
  19. affiliation: "Wyss Center for Bio and Neuroengineering"
  20. id: "ORCID:0000-0002-3268-0907"
  21. -
  22. firstname: "Majid"
  23. lastname: "Khalili-Ardali"
  24. affiliation: "Institute of Medical Psychology and Behavioral Neurobiology, University of Tübingen, Germany"
  25. id: "ORCID:0000-0001-9154-6970"
  26. -
  27. firstname: "Jonas B"
  28. lastname: "Zimmermann"
  29. affiliation: "Wyss Center for Bio and Neuroengineering"
  30. id: "ORCID:0000-0001-9225-2595"
  31. # A title to describe the published resource.
  32. title: "KIAP BCI: a BCI framework for intracortical signals"
  33. # Additional information about the resource, e.g., a brief abstract.
  34. description: |
  35. KIAP BCI is a BCI framework mainly written in Python that receives electrophysiological data
  36. from Utah arrays and controls an auditory speller.
  37. # Lit of keywords the resource should be associated with.
  38. # Give as many keywords as possible, to make the resource findable.
  39. keywords:
  40. - Neuroscience
  41. - Human
  42. - Intracortical Array
  43. - Utah Array
  44. - Spikes
  45. - BCI
  46. - ALS
  47. - Python
  48. # License information for this resource. Please provide the license name and/or a link to the license.
  49. # Please add also a corresponding LICENSE file to the repository.
  50. license:
  51. name: "BSD-3-Clause"
  52. url: "https://opensource.org/licenses/BSD-3-Clause/"
  53. ## Optional Fields
  54. # Funding information for this resource.
  55. # Separate funder name and grant number by comma.
  56. funding:
  57. - "Wyss Center for Bio and Neuroengineering"
  58. # Related publications. reftype might be: IsSupplementTo, IsDescribedBy, IsReferencedBy.
  59. # Please provide digital identifier (e.g., DOI) if possible.
  60. # Add a prefix to the ID, separated by a colon, to indicate the source.
  61. # Supported sources are: DOI, arXiv, PMID
  62. # In the citation field, please provide the full reference, including title, authors, journal etc.
  63. references:
  64. -
  65. id: "doi:10.1101/2020.06.10.20122408"
  66. reftype: "IsSupplementTo"
  67. 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"
  68. # Resource type. Default is Dataset, other possible values are Software, DataPaper, Image, Text.
  69. resourcetype: Software
  70. # Do not edit or remove the following line
  71. templateversion: 1.2