Browse Source

업데이트 'README.md'

Hio-Been Han 4 years ago
parent
commit
6914aa2076
1 changed files with 3 additions and 3 deletions
  1. 3 3
      README.md

+ 3 - 3
README.md

@@ -14,7 +14,7 @@ Raw EEG data are saved in EEGLAB dataset format (*.set). Below are the list of f
 
 
 **a) Meta data file (1 csv file)**
 **a) Meta data file (1 csv file)**
 
 
-    [metadata.csv]
+    >[metadata.csv]
     
     
 **b) Electrode montage file (1 csv file)**
 **b) Electrode montage file (1 csv file)**
 
 
@@ -49,7 +49,7 @@ As the data are saved in EEGLAB format, you need to install appropriate module t
 The dataset has been uploaded on G-Node and can be accessed by git command, by typing *git clone https://gin.g-node.org/hiobeen/Mouse_hdEEG_ASSR_Hwang_et_al*.
 The dataset has been uploaded on G-Node and can be accessed by git command, by typing *git clone https://gin.g-node.org/hiobeen/Mouse_hdEEG_ASSR_Hwang_et_al*.
 Implementation of scripts below will resulted in downloads of dataset files. In addition, you need to install *MNE-Python* module using *pip* command.
 Implementation of scripts below will resulted in downloads of dataset files. In addition, you need to install *MNE-Python* module using *pip* command.
 
 
-```python
+```{.python}
 # Demo 1-1. Setting an enviroment
 # Demo 1-1. Setting an enviroment
 dir_origin = '/content/' # <- Change this part in local machine
 dir_origin = '/content/' # <- Change this part in local machine
 dir_dataset= 'dataset/'
 dir_dataset= 'dataset/'
@@ -701,7 +701,7 @@ for periodIdx in range(len(period)):
 Applying the same routine above, power topography figures of five different experimental conditions can be drawn as below.
 Applying the same routine above, power topography figures of five different experimental conditions can be drawn as below.
 
 
 ```python
 ```python
-# Demo 13. Band-power topography: Summary comparison across various stimulus conditions
+# Demo 3-4. Band-power topography: Summary comparison across various stimulus conditions
 freq = 40 # Hz
 freq = 40 # Hz
 plt.figure(figsize=(17,4))
 plt.figure(figsize=(17,4))
 conditions = [6,4,1,3,2]
 conditions = [6,4,1,3,2]