Skip to content

Commit fa8a9c8

Browse files
committed
update the information in download page
1 parent afc94e4 commit fa8a9c8

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

source/download.rst

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -50,16 +50,16 @@ Example Data and Test Script
5050

5151
.. toggle:: server in GitHub
5252

53-
* List File: `list.txt <https://github.com/brainnetome/diffusionkit/releases/download/v1.3-r160618/list.txt>`_ [12 Bytes]
54-
* Subject 01: `sub01.tar.gz <https://github.com/brainnetome/diffusionkit/releases/download/v1.3-r160618/sub01.tar.gz>`_ [87.1 MB]
55-
* Subject 02: `sub02.tar.gz <https://github.com/brainnetome/diffusionkit/releases/download/v1.3-r160618/sub02.tar.gz>`_ [85.5 MB]
56-
* Brain Atlas: `atlas.tar.gz <https://github.com/brainnetome/diffusionkit/releases/download/v1.3-r160618/atlas.tar.gz>`_ [1.57 MB]
53+
* List File: `list.txt <https://github.com/brainnetome/diffusionkit/releases/download/v1.3-r160923/list.txt>`_ [12 Bytes]
54+
* Subject 01: `sub01.tar.gz <https://github.com/brainnetome/diffusionkit/releases/download/v1.3-r160923/sub01.tar.gz>`_ [87.1 MB]
55+
* Subject 02: `sub02.tar.gz <https://github.com/brainnetome/diffusionkit/releases/download/v1.3-r160923/sub02.tar.gz>`_ [85.5 MB]
56+
* Brain Atlas: `atlas.tar.gz <https://github.com/brainnetome/diffusionkit/releases/download/v1.3-r160923/atlas.tar.gz>`_ [1.57 MB]
5757
* Test Script [ `process_advanced.sh <https://raw.githubusercontent.com/brainnetome/diffusionkit/master/source/static/process_advanced.sh>`_ ]
5858
[ `process_primary.sh <https://raw.githubusercontent.com/brainnetome/diffusionkit/master/source/static/process_primary.sh>`_ ]
5959

6060
.. toggle:: server in China
6161

62-
* List File: `list.txt <https://github.com/brainnetome/diffusionkit/releases/download/v1.3-r160618/list.txt>`_ [12 Bytes]
62+
* List File: `list.txt <https://github.com/brainnetome/diffusionkit/releases/download/v1.3-r160923/list.txt>`_ [12 Bytes]
6363
* Subject 01: `sub01.tar.gz <http://ddl.escience.cn/ff/emBl?func=download>`_ [87.1 MB]
6464
* Subject 02: `sub02.tar.gz <http://ddl.escience.cn/ff/emBm?func=download>`_ [85.5 MB]
6565
* Brain Atlas: `atlas.tar.gz <http://ddl.escience.cn/ff/emBo?func=download>`_ [1.57 MB]
@@ -108,17 +108,17 @@ IN A HURRY? Download all the data files (REQUIRED) above and run the Bash script
108108
.. code-block:: bash
109109
110110
# install DiffusionKit
111-
kitv='v1.3-r160618' ## This line should be changed according to the version you desired.
111+
kitv='v1.3-r160923' ## This line should be changed according to the version you desired.
112112
kitname='DiffusionKitSetup-x86_64-'${kitv}
113113
wget https://github.com/brainnetome/diffusionkit/releases/download/${kitv}/${kitname}'.tar.gz'
114114
tar zxvf ${kitname}'.tar.gz'
115115
export PATH=$PATH:$(pwd)/${kitname}/bin
116116
117117
# get the data and run!
118-
wget https://github.com/brainnetome/diffusionkit/releases/download/v1.3-r160618/list.txt
119-
wget https://github.com/brainnetome/diffusionkit/releases/download/v1.3-r160618/sub01.tar.gz
120-
wget https://github.com/brainnetome/diffusionkit/releases/download/v1.3-r160618/sub02.tar.gz
121-
wget https://github.com/brainnetome/diffusionkit/releases/download/v1.3-r160618/atlas.tar.gz
118+
wget https://github.com/brainnetome/diffusionkit/releases/download/v1.3-r160923/list.txt
119+
wget https://github.com/brainnetome/diffusionkit/releases/download/v1.3-r160923/sub01.tar.gz
120+
wget https://github.com/brainnetome/diffusionkit/releases/download/v1.3-r160923/sub02.tar.gz
121+
wget https://github.com/brainnetome/diffusionkit/releases/download/v1.3-r160923/atlas.tar.gz
122122
wget https://raw.githubusercontent.com/brainnetome/diffusionkit/master/source/static/process_advanced.sh
123123
chmod +x process_advanced.sh
124124
./process_advanced.sh
@@ -135,7 +135,7 @@ IN A HURRY? Download all the data files (REQUIRED) above and run the Bash script
135135
export PATH=$PATH:$(pwd)/${kitname}/bin
136136
137137
# get the data and run!
138-
wget https://github.com/brainnetome/diffusionkit/releases/download/v1.3-r160618/list.txt
138+
wget https://github.com/brainnetome/diffusionkit/releases/download/v1.3-r160923/list.txt
139139
wget http://ddl.escience.cn/ff/emBl?func=download -O sub01.tar.gz
140140
wget http://ddl.escience.cn/ff/emBm?func=download -O sub02.tar.gz
141141
wget http://ddl.escience.cn/ff/emBo?func=download -O atlas.tar.gz
@@ -151,7 +151,7 @@ and run to take a quick look how DiffusionKit can **BUILD A BRAIN NETWORK JUST A
151151
System requirement
152152
==================
153153

154-
Basically this software can run in any system, including 32/64-bit MS Windows/Linux OS,
154+
Basically this software can run in any system, including 64-bit MS Windows/Linux OS,
155155
although currently we only tested and released the binary packages for Windows/Linux OS.
156156
The software is developed based on C/C++, and some platform independent packages,
157157
including VTK, and OpenCV, etc.
@@ -171,20 +171,20 @@ If you encounter any dependency problem please DO `contact us <mailto:diffusion.
171171
For MS Windows OS
172172
-----------------
173173

174-
Double click the ``DiffusionKitSetup-WIN64-v1.3-r160618.exe`` file and then choose the destination path
174+
Double click the ``DiffusionKitSetup-WIN64-v1.3-r160923.exe`` file and then choose the destination path
175175
according to the wizard. You may need to provide administrator permission
176176
if you want to put the files into the system path.
177177
Similarly, to uninstall you only need to hit the menu of “uninstall” in the MS Windows start menu.
178178

179179
For Linux OS
180180
------------
181181

182-
:code:`Glibc>=2.2` is required. Download the ``DiffusionKitSetup-x86_64-v1.3-r160618.tar.gz``, and then
182+
:code:`Glibc>=2.2` is required. Download the ``DiffusionKitSetup-x86_64-v1.3-r160923.tar.gz``, and then
183183

184184
.. code-block:: bash
185185
186-
tar zxvf DiffusionKitSetup-x86_64-v1.3-r160618.tar.gz
187-
export PATH=$PATH:`pwd`/DiffusionKitSetup-x86_64-v1.3-r160618/bin
186+
tar zxvf DiffusionKitSetup-x86_64-v1.3-r160923.tar.gz
187+
export PATH=$PATH:`pwd`/DiffusionKitSetup-x86_64-v1.3-r160923/bin
188188
189189
You could add the path to the $PATH in the ~/.bashrc file, by adding the following line,
190190

0 commit comments

Comments
 (0)