Browse Source

업데이트 'README.md'

Hio-Been Han 4 years ago
parent
commit
1873703e7b
1 changed files with 11 additions and 0 deletions
  1. 11 0
      README.md

+ 11 - 0
README.md

@@ -1,4 +1,7 @@
+<br>
+<br>
 # 1. Dataset information
+<br>
 
 A set of high-density EEG (electroencephalogram) recording obtained from awake, freely-moving mice (*mus musculus*) (n = 6). Details of experimental method are described in the original research article using the same dataset [Hwang et al., 2019, *Brain Structure and Function*].
 
@@ -8,8 +11,11 @@ A set of high-density EEG (electroencephalogram) recording obtained from awake,
 * Related publication: [Hwang et al., 2019, *Brain Structure and Function*](https://link.springer.com/article/10.1007/s00429-019-01845-5). 
 
 **Step-by-step tutorial is included, fully functioning with _Google Colaboratory_ environment. [Open in COLAB [*data_description.ipynb*]](http://colab.research.google.com)**
+<br>
+<br>
 
 # 2. File organization
+<br>
 
 Raw EEG data are saved in EEGLAB dataset format (*.set). Below are the list of files included in the database.
 
@@ -35,14 +41,19 @@ Raw EEG data are saved in EEGLAB dataset format (*.set). Below are the list of f
     [Data_Description_gin-Mouse_hdEEG_ASSR_Hwang_et_al.ipynb]
      * written and tested on Google COLAB - Python 3 environment
     
+<br>
+<br>
 
 # 3. How to get started (Python 3 without _gin_)
+<br>
 As the data are saved in EEGLAB format, you need to install appropriate module to access the data in Python3 environment. The fastest way would be to use <code>read_epochs_eeglab()</code> function in *MNE-python* module. You can download the toolbox from the link below (or use <code>pip install mne</code> in terminal shell).
 
 
 *[MNE-python]* https://martinos.org/mne/stable/index.html
+<br>
 
 ## Part 1. Accessing dataset
+<br>
 
 ### 1-1. Download dataset and MNE-python module