Diff of /README.md [000000] .. [65098b]

Switch to unified view

a b/README.md
1
<h1>EEG During Mental Arithmetic Tasks</h1>
2
3
<h2>Creators</h2>
4
<ul>
5
<li>Igor Zyma</li>
6
<li>Ivan Seleznov</li>
7
<li>Anton Popov</li>
8
<li>Mariia Chernykh</li>
9
<li>Oleksii Shpenkov</li>
10
</ul>
11
12
<h2>Publication</h2>
13
<p><strong>Published:</strong> Dec. 17, 2018. <strong>Version:</strong> 1.0.0</p>
14
15
<h2>Citations</h2>
16
<p>Please cite the original publication:</p>
17
<p>Zyma I, Tukaev S, Seleznov I, Kiyono K, Popov A, Chernykh M, Shpenkov O. Electroencephalograms during Mental Arithmetic Task Performance. Data. 2019; 4(1):14. <a href="https://doi.org/10.3390/data4010014" target="_blank">https://doi.org/10.3390/data4010014</a></p>
18
19
<p>Also include the standard PhysioNet citation:</p>
20
<p>Goldberger, A., Amaral, L., Glass, L., Hausdorff, J., Ivanov, P. C., Mark, R., ... & Stanley, H. E. (2000). PhysioBank, PhysioToolkit, and PhysioNet: Components of a new research resource for complex physiologic signals. Circulation [Online]. 101 (23), pp. e215–e220.</p>
21
22
<h2>Introduction</h2>
23
<p>The database contains EEG recordings of subjects before and during the performance of mental arithmetic tasks.</p>
24
25
<h2>Study Methods</h2>
26
<ul>
27
<li>EEGs were recorded monopolarly using the Neurocom EEG 23-channel system (Ukraine, XAI-MEDICA).</li>
28
<li>Electrodes were placed according to the International 10/20 scheme, referenced to interconnected ear electrodes.</li>
29
<li>High-pass filter: 30 Hz cut-off. Power line notch filter: 50 Hz.</li>
30
<li>Recordings are 60 seconds long, artifact-free segments. Artifacts were removed using Independent Component Analysis (ICA).</li>
31
<li>The mental task was serial subtraction of two orally communicated numbers (4-digit minus 2-digit).</li>
32
<li>Participants had normal cognitive/visual status; exclusion criteria included psychiatric/neurological issues and substance abuse.</li>
33
</ul>
34
35
<h2>Data Description</h2>
36
<ul>
37
<li>Data provided in EDF format.</li>
38
<li>Each subject has two files:
39
  <ul>
40
    <li><code>_1</code>: Background EEG (before task).</li>
41
    <li><code>_2</code>: EEG during mental arithmetic task.</li>
42
  </ul>
43
</li>
44
<li>Datetime set to Jan 01 for all files.</li>
45
<li>Subjects divided into two groups:
46
  <ul>
47
    <li><strong>Group "G"</strong> (24 subjects): Good quality counting (Mean: 21 operations/4 min).</li>
48
    <li><strong>Group "B"</strong> (12 subjects): Poor quality counting (Mean: 7 operations/4 min).</li>
49
  </ul>
50
</li>
51
<li><code>subject-info.csv</code> contains:
52
  <ul>
53
    <li>Gender</li>
54
    <li>Age</li>
55
    <li>Occupation</li>
56
    <li>Date of recording</li>
57
    <li>Count quality (0: Poor, 1: Good)</li>
58
  </ul>
59
</li>
60
</ul>
61
62
<h2>File Access and Viewing</h2>
63
<p>EDF files can be viewed using:</p>
64
<ul>
65
<li>Polyman (Windows only)</li>
66
<li>EDFbrowser (Linux, macOS, Windows) — <a href="http://www.teuniz.net/edfbrowser/" target="_blank">www.teuniz.net</a></li>
67
<li>LightWAVE and PhysioBank ATM (web-based, platform-independent)</li>
68
<li>WAVE and other WFDB Software tools</li>
69
</ul>
70
<p>For Python users, recommended library: <a href="https://github.com/holgern/pyedflib/tree/master/pyedflib" target="_blank">PyEDFlib</a>.</p>
71
72
<h2>Contributors</h2>
73
<p>National Technical University of Ukraine "Igor Sikorsky Kyiv Polytechnic Institute", Department of Electronic Engineering:</p>
74
<ul>
75
<li>Igor Zyma</li>
76
<li>Sergii Tukaev</li>
77
<li>Ivan Seleznov</li>
78
</ul>
79
80
<h2>Contact</h2>
81
<p>For more information:</p>
82
<p><strong>Ivan Seleznov</strong><br/>
83
National Technical University of Ukraine "Igor Sikorsky Kyiv Polytechnic Institute", Department of Electronic Engineering.<br/>
84
Email: <a href="mailto:ivan.seleznov1@gmail.com">ivan.seleznov1@gmail.com</a></p>