datacite.yml 3.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  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: "Bin"
  9. lastname: "Ren"
  10. affiliation: "School of Mechatronic Engineering and Automation, Shanghai Key Laboratory of intelligent Manufacturing and Robotics, Shanghai University"
  11. id: "ORCID:0000-0002-2551-4839"
  12. -
  13. firstname: "Yunjie"
  14. lastname: "Pan"
  15. affiliation: "School of Mechatronic Engineering and Automation, Shanghai Key Laboratory of intelligent Manufacturing and Robotics, Shanghai University"
  16. id: "ORCID:0000-0002-3807-1555"
  17. # A title to describe the published resource.
  18. title: "Left and right hand motion imagination experiment data set"
  19. # Additional information about the resource, e.g., a brief abstract.
  20. description: |
  21. Data Set Description
  22. This data set consists of EEG data from 9 subjects. Respectively S1, S2, S3 and S4.
  23. The experiment's content is to imagine using the left and right hands to press the prompt lights. The experiment interface has two reminders on the left and right. When the reminder on one side is on, imagine using that side hand to press the lit reminder. A complete experiment is a block, and each experimenter completes six blocks in three days. Each block contains continuously collected EEG data and contains 20 left and right hands random motion imagination tasks. Each imagination is a trial, and each trial has a duration of 7.5 seconds. In a single block, there are left and right hands imagination task 10 times each. At the beginning of the experiment, the experimenter will enter the target reminder stage. At this stage, one of the reminders will flash on the screen to remind the experimenter that this trial's motor imagination task is left-hand or right-hand, and the duration is 1.5 seconds. Then it is the motor imagination stage. During the motor imagination process, the indicator light will remain on, and the experimenter will start to imagine the left or right-hand motor. After the motor imagination phase, the experimenter will have a rest period of 2 seconds. A Trigger signal will be recorded at the beginning and end of a single trial of motor imagery, which serves as an indicator for the sorting of experimental data.
  24. Data recording
  25. The experiment uses NeuSen W Wireless EEG Acquisition System of Neuracle Company.
  26. All data sets are stored in the “.mat” file and can be loaded with Matlab. The data sampling rate is 250Hz.
  27. Each “.mat” file represents a trial, containing 20 blocks. The 20 blocks contain 10 left-hand tasks and 10 right-hand tasks. Each participant completed 6 trials.
  28. The label of the data is on line 65 of each “.mat” file.
  29. The label “252” represents the beginning of the block, “253” represents the end of the block, “1” represents the beginning of left-hand motor imagination, “2” represents the beginning of right-hand motor imagination, and “251” represents the end of trial.
  30. # Lit of keywords the resource should be associated with.
  31. # Give as many keywords as possible, to make the resource findable.
  32. keywords:
  33. - EEG
  34. - motion imagination
  35. # License information for this resource. Please provide the license name and/or a link to the license.
  36. # Please add also a corresponding LICENSE file to the repository.
  37. license:
  38. name: "Creative Commons CC0 1.0 Public Domain Dedication"
  39. url: "https://creativecommons.org/publicdomain/zero/1.0/"
  40. # Resource type. Default is Dataset, other possible values are Software, DataPaper, Image, Text.
  41. resourcetype: Dataset
  42. # Do not edit or remove the following line
  43. templateversion: 1.2