Skip to content

Commit ef8c747

Browse files
committedMay 11, 2016
reorganized data files and models section
1 parent 791cb39 commit ef8c747

File tree

2 files changed

+17
-19
lines changed

2 files changed

+17
-19
lines changed
 

‎_config.yml

+4-9
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,11 @@
1-
# Welcome to Jekyll!
1+
# Jekyll configuration for bic-mni.github.io site
22
#
3-
# This config file is meant for settings that affect your whole blog, values
4-
# which you are expected to set up once and rarely need to edit after that.
5-
# For technical reasons, this file is *NOT* reloaded automatically when you use
6-
# 'jekyll serve'. If you change this file, please restart the server process.
7-
83
# Site settings
94
title: BIC-MNI Software tools
105
email: vladimir.fonov@gmail.com
116
description: > # this means to ignore newlines until "baseurl:"
127
Collection of software tools released by the BIC-MNI.
13-
baseurl: "" # the subpath of your site, e.g. /blog
8+
baseurl: "" # the subpath of the site, e.g. /blog
149
url: "http://bic-mni.github.io/" # the base hostname & protocol for your site
1510
twitter_username: vfonov
1611
github_username: vfonov
@@ -19,7 +14,7 @@ author_gravatar: e42cb21337ad4c2484538fe8a301d9a0 # Gravatar md5 hash
1914
gems:
2015
- jekyll-sitemap
2116
- jekyll-mentions
22-
17+
2318
# Build settings
2419
markdown: kramdown
2520

@@ -30,7 +25,7 @@ compress_html:
3025
clippings: all
3126
ingore:
3227
envs: [ "test" ]
33-
28+
3429
defaults:
3530
-
3631
scope:

‎index.md

+13-10
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ title: BIC-MNI Software repository
77
* [MINC Toolkit versions](#notes-about-versions)
88
* Version 1 [Version 1.0.08](#version-10081008-currently-stable)
99
* Version 2 [Version 1.9.11](#v2-version-19111911)
10+
* [Data files and models](#data-files-and-models)
1011
* [Previous versions](#previous-versions)
1112
* [Installing](#installing)
1213
* [On Debian/Ubuntu](#on-debianubuntu)
@@ -68,16 +69,7 @@ project (standard_pipeline.pl) Everything is currently installed in /opt/minc ,
6869
- Source code
6970
* minc-toolkit complete source archive
7071
* [1.0.08 tar.gz archive](http://packages.bic.mni.mcgill.ca/minc-toolkit/minc-toolkit-1.0.08-20160205.tar.bz2)
71-
- Data files and scripts
72-
* BEaST segmentation library, needed to run mincbeast software for brain extraction
73-
* [1.1.0 Debian/Ubuntu](http://packages.bic.mni.mcgill.ca/minc-toolkit/Debian/beast-library-1.1.0-20121212.deb)
74-
* [1.1.0 CentOS](http://packages.bic.mni.mcgill.ca/minc-toolkit/RPM/beast-library-1.1.0-20121212.rpm)
75-
* [1.1.0 MacOS X](http://packages.bic.mni.mcgill.ca/minc-toolkit/MacOSX/beast-library-1.1.0-20121212.dmg)
76-
* bic-mni-models anatomical template library, includes models from [ICBM 2009 template](http://www.bic.mni.mcgill.ca/ServicesAtlases/ICBM152NLin2009)
77-
* [0.1.1 Debian/Ubuntu](http://packages.bic.mni.mcgill.ca/minc-toolkit/Debian/bic-mni-models-0.1.1-20120421.deb)
78-
* [0.1.1 CentOS 6.4](http://packages.bic.mni.mcgill.ca/minc-toolkit/RPM/bic-mni-models-0.1.1-20120421.rpm)
79-
* [0.1.1 MacOS X 10.7](http://packages.bic.mni.mcgill.ca/minc-toolkit/MacOSX/bic-mni-models-0.1.1-20120421.dmg)
80-
* minc-toolkit-testsuite,
72+
- Testsuite (under development)
8173
* [0.1.3 Debian/Ubuntu](http://packages.bic.mni.mcgill.ca/minc-toolkit/Debian/minc-toolkit-testsuite-0.1.3-20131212.deb)
8274
* [0.1.3 CentOS 6.4](http://packages.bic.mni.mcgill.ca/minc-toolkit/RPM/minc-toolkit-testsuite-0.1.3-20131212.rpm)
8375
* [0.1.3 MacOS X 10.7](http://packages.bic.mni.mcgill.ca/minc-toolkit/MacOSX/minc-toolkit-testsuite-0.1.3-20131212.dmg)
@@ -112,6 +104,17 @@ All files will be installed into /opt/minc-itk4 in order to co-exist with versio
112104
* minc-toolkit complete source archive
113105
* [1.9.11 tar.bz2 archive](http://packages.bic.mni.mcgill.ca/minc-toolkit/minc-toolkit-v2-1.9.11-20160202.tar.bz2)
114106

107+
### Data files and models
108+
These packages contain anatomical models needed for standard pipeline, all files are installed into `/opt/minc/share`
109+
* BEaST segmentation library, needed to run mincbeast software for brain extraction
110+
* [1.1.0 Debian/Ubuntu](http://packages.bic.mni.mcgill.ca/minc-toolkit/Debian/beast-library-1.1.0-20121212.deb)
111+
* [1.1.0 CentOS](http://packages.bic.mni.mcgill.ca/minc-toolkit/RPM/beast-library-1.1.0-20121212.rpm)
112+
* [1.1.0 MacOS X](http://packages.bic.mni.mcgill.ca/minc-toolkit/MacOSX/beast-library-1.1.0-20121212.dmg)
113+
* bic-mni-models anatomical template library, includes models from [ICBM 2009 template](http://www.bic.mni.mcgill.ca/ServicesAtlases/ICBM152NLin2009)
114+
* [0.1.1 Debian/Ubuntu](http://packages.bic.mni.mcgill.ca/minc-toolkit/Debian/bic-mni-models-0.1.1-20120421.deb)
115+
* [0.1.1 CentOS 6.4](http://packages.bic.mni.mcgill.ca/minc-toolkit/RPM/bic-mni-models-0.1.1-20120421.rpm)
116+
* [0.1.1 MacOS X 10.7](http://packages.bic.mni.mcgill.ca/minc-toolkit/MacOSX/bic-mni-models-0.1.1-20120421.dmg)
117+
115118
### Previous versions
116119

117120
Previous versions are archived in [http://packages.bic.mni.mcgill.ca/minc-toolkit/](http://packages.bic.mni.mcgill.ca/minc-toolkit/)

0 commit comments

Comments
 (0)
Please sign in to comment.