!! This page is under construction !!
#summary list of shared data and code for analyses
Shared projects
Presentation
This page contains a list of links to git repositories containing:
- data
- codes for data analyses using the toolbox
- documentation about the date and analyses
Content of projects
Each of the projects are organized as follows:
- data : a folder containing the data
- models : a folder containing the model descriptions used in the analysis
- inversion_scripts : a folder containing the scripts to perform the inversion and the model comparison a the group level.
- a documentation file describing both models and inversion
List of the projects
Help
How to use git & github?
Installation
Go to
windows.github.com and download and install the desktop client.
Go to
mac.github.com and download and install the desktop client.
- On Linux : Install git through terminal $ sudo apt-get install git-core
Cloning repositories - Using github client
- Click on github on the left panel
- search for repository (type author name in filter input field)
- select and clone
- Using command line
- browse to the desired location
- git clone link-to-repository.git (http link found on github page of the project)