Browse Source

업데이트 'README.md'

Hio-Been Han 4 years ago
parent
commit
ddbb962b18
1 changed files with 2 additions and 2 deletions
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -8,7 +8,7 @@ A set of high-density EEG (electroencephalogram) recording obtained from awake,
 * Version: 1.0.0
 * 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)**
+**Step-by-step tutorial is included, fully functioning with _Google Colaboratory_ environment. [Open in COLAB [*Data_Description_gin-Mouse_hdEEG_ASSR_Hwang_et_al.ipynb*]](https://colab.research.google.com/drive/1LRmR0fxqWFvwxaNIJxMJkMQVblcuTazk)**
 
 <br>
 <br>
@@ -117,7 +117,7 @@ system('pip install mne');
 
 ### 1-2. Accessing meta-data table
 
-File *meta.csv* contains the demographic information of 6 mice. Using <code>read_csv()</code> of *pandas* module, meta-datat able can be visualized as follow. 
+File *meta.csv* contains the demographic information of 6 mice. Using <code>read_csv()</code> of *pandas* module, meta-data table can be visualized as follow. 
 
 
 ```python