Browse Source

Update 'README.md'

Jürgen Dammers 3 years ago
parent
commit
036705faa0
1 changed files with 34 additions and 0 deletions
  1. 34 0
      README.md

+ 34 - 0
README.md

@@ -1,6 +1,40 @@
 # Conflict processing networks
 
 ## Summary
+
 We provide 14 datasets recorded using a whole-head magenetoencephalography system from 4D Neuroimaging (MAGNES®-3600WH MEG). We employed an adaptation of the Simon task during recordings of MEG (Simon JR, Small AM. Processing auditory information: Interference from an irrelevant cue. J Appl Psychol. 1969;53: 433–435. doi:10.1037/h0028034). The dataset consists of continuous neuromagnetic activity from regions of interests. For this the MEG data were continuously recorded with a sampling rate of 678.17 Hz and a bandwidth of 0 to 200 Hz. Environmental and power line noise as well as signal contributions due to eye movements or cardiac activity was removed from the data. The dynamics of predefined region of interests (ROI)are extracted on which Granger causality was applied to investigate the interconnections between the active brain regions, as well as their directionality. 
 The dataset can be exploited to address crucial issues in neurophysiology such as: 1) What are the underlying neural mechanisms of the fronto-parietal attention network (FPAN). 2) What are the principles of neural interactions and 3) What are the temporal characteristics and directional interconnections. It has been reported that the network is influenced by ageing and appears to be associated with mental illnesses such as schizophrenia and attention-deficit hyperactivity disorder.
 
+## Downloading the data
+
+### Using gin
+
+Create an account on gin and download the *gin* client as described [here](https://web.gin.g-node.org/G-Node/Info/wiki/gin-cli). On your computer, log in using
+```bash
+gin login
+```
+
+Clone the repository using:
+```bash
+gin get Conflict_Processing/stc
+```
+
+Large data files will not be downloaded automatically. To get them, use
+```bash
+gin get-content <filename>
+```
+
+Downloaded large files will be locked (read-only). You must unlock the files using
+```bash
+gin unlock <filename>
+```
+
+To remove the contents of a large file again, use
+```bash
+gin lock <filename>
+gin remove-content <filename>
+```
+
+See [here](https://web.gin.g-node.org/G-Node/Info/wiki/gin-cli+tutorial) for detailed information on how to use *gin*.
+
+