Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove document not included in any toctree #55

Merged
merged 2 commits into from
Jul 26, 2022
Merged

Conversation

RignonNoel
Copy link
Contributor

fix #7

As proposed by @kousu I ran sphinx locally and I checked the warnings about toctree. It gives me all the dead pages and I deleted them.

I did some search for every files, it seems correct and it seems to work well in local.

@RignonNoel RignonNoel requested a review from kousu July 20, 2022 20:04
@kousu
Copy link
Member

kousu commented Jul 21, 2022

To measure this, I first estimated the baseline noise level:

p115628@joplin:~/src/intranet.neuro.polymtl.ca$ git checkout master
Switched to branch 'master'
Your branch is up to date with 'origin/master'.
_build1
p115628@joplin:~/src/intranet.neuro.polymtl.ca$ make html
Running Sphinx v4.2.0
myst v0.18.0: MdParserConfig(commonmark_only=False, gfm_only=False, enable_extensions=[], disable_syntax=[], all_links_external=False, url_schemes=('http', 'https', 'mailto', 'ftp'), ref_domains=None, highlight_code_blocks=True, number_code_blocks=[], title_to_header=False, heading_anchors=4, heading_slug_func=None, footnote_transition=True, words_per_minute=200, sub_delimiters=('{', '}'), linkify_fuzzy_links=True, dmath_allow_labels=True, dmath_allow_space=True, dmath_allow_digits=True, dmath_double_inline=False, update_mathjax=True, mathjax_classes='tex2jax_process|mathjax_process|math|output_area')
building [mo]: targets for 0 po files that are out of date
building [html]: targets for 113 source files that are out of date
updating environment: [new config] 113 added, 0 changed, 0 removed
reading sources... [100%] writing-articles                                                                                                            
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/computing-resources/neuropoly/gpus.md:1038: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/computing-resources/printer.md:10: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/courses.md:10: WARNING: Disallowed nested header found, converting to rubric [myst.nested_header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/courses.md:14: WARNING: Disallowed nested header found, converting to rubric [myst.nested_header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/courses.md:28: WARNING: Disallowed nested header found, converting to rubric [myst.nested_header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/courses.md:32: WARNING: Disallowed nested header found, converting to rubric [myst.nested_header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/geek-tips/deep-learning/README.md:22: WARNING: Non-consecutive header level increase; H1 to H3 [myst.header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/geek-tips/deep-learning/tensorflow.md:15: WARNING: Non-consecutive header level increase; H1 to H3 [myst.header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/geek-tips/deep-learning/tensorflow.md:75: WARNING: Non-consecutive header level increase; H1 to H3 [myst.header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/geek-tips/deep-learning/tensorflow.md:83: WARNING: Non-consecutive header level increase; H1 to H3 [myst.header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/geek-tips/deep-learning/tensorflow.md:90: WARNING: Non-consecutive header level increase; H1 to H3 [myst.header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/geek-tips/image-processing-software/diffusion-simulator.md:17: WARNING: Non-consecutive header level increase; H1 to H3 [myst.header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/geek-tips/image-processing-software/itk-snap.md:5: WARNING: Non-consecutive header level increase; H1 to H3 [myst.header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/geek-tips/misc/docker/README.md:20: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/geek-tips/misc/docker/README.md:28: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/geek-tips/misc/docker/README.md:36: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/geek-tips/misc/docker/README.md:42: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/geek-tips/misc/docker/README.md:52: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/geek-tips/misc/docker/README.md:60: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/geek-tips/misc/docker/README.md:78: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/geek-tips/misc/docker/README.md:108: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/geek-tips/misc/docker/README.md:120: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/geek-tips/misc/git-and-github.md:377: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/geek-tips/misc/git-and-github.md:395: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/geek-tips/misc/git-and-github.md:504: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/geek-tips/misc/git-and-github.md:514: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/geek-tips/misc/git-and-github.md:535: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/geek-tips/misc/git-and-github.md:555: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/geek-tips/misc/git-and-github.md:571: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/geek-tips/misc/git-and-github.md:579: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/geek-tips/misc/git-and-github.md:666: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/geek-tips/misc/git-and-github.md:730: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/geek-tips/misc/git-and-github.md:734: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/geek-tips/misc/microsoft-word.md:3: WARNING: Non-consecutive header level increase; H1 to H4 [myst.header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/geek-tips/misc/microsoft-word.md:10: WARNING: Non-consecutive header level increase; H1 to H4 [myst.header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/geek-tips/misc/virtual-machines/vagrant.md:7: WARNING: Non-consecutive header level increase; H1 to H3 [myst.header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/geek-tips/misc/virtual-machines/vagrant.md:12: WARNING: Non-consecutive header level increase; H1 to H3 [myst.header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/geek-tips/misc/virtual-machines/virtualbox.md:3: WARNING: Non-consecutive header level increase; H1 to H3 [myst.header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/geek-tips/misc/virtual-machines/virtualbox.md:13: WARNING: Non-consecutive header level increase; H1 to H3 [myst.header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/geek-tips/misc/virtual-machines/virtualbox.md:47: WARNING: Non-consecutive header level increase; H1 to H3 [myst.header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/geek-tips/misc/virtual-machines/virtualbox.md:55: WARNING: Non-consecutive header level increase; H1 to H3 [myst.header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/geek-tips/misc/virtual-machines/virtualbox.md:105: WARNING: Non-consecutive header level increase; H1 to H3 [myst.header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/geek-tips/os-guides/macosx.md:97: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/onboarding/campus-access.md:9: WARNING: Non-consecutive header level increase; H1 to H3 [myst.header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/onboarding/campus-access.md:11: WARNING: Non-consecutive header level increase; H1 to H3 [myst.header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/onboarding/campus-access.md:15: WARNING: Non-consecutive header level increase; H1 to H3 [myst.header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/onboarding/campus-access.md:24: WARNING: Non-consecutive header level increase; H1 to H3 [myst.header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/onboarding/campus-access.md:30: WARNING: Non-consecutive header level increase; H1 to H3 [myst.header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/onboarding/campus-access.md:34: WARNING: Non-consecutive header level increase; H1 to H3 [myst.header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/onboarding/infrastructure.md:3: WARNING: Non-consecutive header level increase; H1 to H3 [myst.header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/onboarding/infrastructure.md:8: WARNING: Non-consecutive header level increase; H1 to H3 [myst.header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/onboarding/infrastructure.md:16: WARNING: Non-consecutive header level increase; H1 to H3 [myst.header]
looking for now-outdated files... none found
pickling environment... done
checking consistency... /home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/computer-setup.md: WARNING: document isn't included in any toctree
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/dropbox-google-drive.md: WARNING: document isn't included in any toctree
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/learning-and-resources/deep-learning.md: WARNING: document isn't included in any toctree
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/learning-and-resources/histology.md: WARNING: document isn't included in any toctree
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/learning-and-resources/shared-paperpile-folder.md: WARNING: document isn't included in any toctree
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/learning-and-resources/untitled.md: WARNING: document isn't included in any toctree
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/purchasing-hardware-and-lab-supplies.md: WARNING: document isn't included in any toctree
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/rf-lab/3d-printing/octoprint.md: WARNING: document isn't included in any toctree
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/tips-and-tricks/README.md: WARNING: document isn't included in any toctree
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/tips-and-tricks/programming/README.md: WARNING: document isn't included in any toctree
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/tips-and-tricks/programming/c++.md: WARNING: document isn't included in any toctree
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/tips-and-tricks/programming/matlab.md: WARNING: document isn't included in any toctree
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/tips-and-tricks/programming/python.md: WARNING: document isn't included in any toctree
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/tips-and-tricks/programming/unix-shell-bash.md: WARNING: document isn't included in any toctree
done
preparing documents... done
writing output... [100%] writing-articles                                                                                                             
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/bibliography/mri.md:33: WARNING: 'myst' reference target not found: 
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/computing-resources/data/duke.md:23: WARNING: 'myst' reference target not found: ../../#ssh-command-line
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/computing-resources/data/duke.md:39: WARNING: 'myst' reference target not found: ../../#vpn
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/computing-resources/data/git-datasets.md:7: WARNING: 'myst' reference target not found: git-annex.branchable.com/
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/computing-resources/data/git-datasets.md:7: WARNING: 'myst' reference target not found: ../../#vpn
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/computing-resources/data/git-datasets.md:16: WARNING: 'myst' reference target not found: ./git-annex.md#installation
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/computing-resources/data/git-datasets.md:53: WARNING: 'myst' reference target not found: [email protected]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/computing-resources/data/git-datasets.md:81: WARNING: 'myst' reference target not found: ./git-annex.md#global-git-config
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/computing-resources/data/git-datasets.md:162: WARNING: 'myst' reference target not found: #Reviewing-Pull-Requests
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/computing-resources/data/git-datasets.md:235: WARNING: 'myst' reference target not found: ./git-annex.md#new-repo
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/computing-resources/neuropoly/README.md:28: WARNING: 'myst' reference target not found: ../#poly-grames
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/computing-resources/neuropoly/README.md:255: WARNING: 'myst' reference target not found: [url](https:/neuropoly/intranet.neuro.polymtl.ca/issues/57)
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/computing-resources/neuropoly/cpus.md:7: WARNING: 'myst' reference target not found: ./computing-resources-neuropoly.md#TODO
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/computing-resources/neuropoly/gpus.md:19: WARNING: 'myst' reference target not found: ./#connect
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/geek-tips/contributing.md:10: WARNING: 'myst' reference target not found: #developing
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/geek-tips/git-annex.md:3: WARNING: 'myst' reference target not found: git-annex.branchable.com/
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/geek-tips/git-annex.md:75: WARNING: 'myst' reference target not found: #hardlinks
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/geek-tips/git-annex.md:121: WARNING: 'myst' reference target not found: ./internal-server.md#new-repository
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/mri-scanning/mni-mcgill-7t-terra.md:15: WARNING: 'myst' reference target not found: ./
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/mri-scanning/unf-3t-prisma.md:11: WARNING: 'myst' reference target not found: [url](https://unf-montreal.ca/en/documentation/facility/reservation/)
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/mri-scanning/unf-3t-prisma.md:14: WARNING: 'myst' reference target not found: [url](https:/UNFmontreal/bids_configs/blob/master/studies.json)
generating indices... genindex done
writing additional pages... search done
copying images... [100%] .gitbook/assets/phd101212s.gif                                                                                               
copying static files... done
copying extra files... done
dumping search index in English (code: en)... done
dumping object inventory... done
build succeeded, 87 warnings.

The HTML pages are in _build/html.
p115628@joplin:~/src/intranet.neuro.polymtl.ca$ mv _build/ _build1
_build2
p115628@joplin:~/src/intranet.neuro.polymtl.ca$ make html
Running Sphinx v4.2.0
myst v0.18.0: MdParserConfig(commonmark_only=False, gfm_only=False, enable_extensions=[], disable_syntax=[], all_links_external=False, url_schemes=('http', 'https', 'mailto', 'ftp'), ref_domains=None, highlight_code_blocks=True, number_code_blocks=[], title_to_header=False, heading_anchors=4, heading_slug_func=None, footnote_transition=True, words_per_minute=200, sub_delimiters=('{', '}'), linkify_fuzzy_links=True, dmath_allow_labels=True, dmath_allow_space=True, dmath_allow_digits=True, dmath_double_inline=False, update_mathjax=True, mathjax_classes='tex2jax_process|mathjax_process|math|output_area')
building [mo]: targets for 0 po files that are out of date
building [html]: targets for 113 source files that are out of date
updating environment: [new config] 113 added, 0 changed, 0 removed
reading sources... [100%] writing-articles                                                                                                            
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/computing-resources/neuropoly/gpus.md:1038: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/computing-resources/printer.md:10: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/courses.md:10: WARNING: Disallowed nested header found, converting to rubric [myst.nested_header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/courses.md:14: WARNING: Disallowed nested header found, converting to rubric [myst.nested_header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/courses.md:28: WARNING: Disallowed nested header found, converting to rubric [myst.nested_header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/courses.md:32: WARNING: Disallowed nested header found, converting to rubric [myst.nested_header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/geek-tips/deep-learning/README.md:22: WARNING: Non-consecutive header level increase; H1 to H3 [myst.header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/geek-tips/deep-learning/tensorflow.md:15: WARNING: Non-consecutive header level increase; H1 to H3 [myst.header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/geek-tips/deep-learning/tensorflow.md:75: WARNING: Non-consecutive header level increase; H1 to H3 [myst.header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/geek-tips/deep-learning/tensorflow.md:83: WARNING: Non-consecutive header level increase; H1 to H3 [myst.header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/geek-tips/deep-learning/tensorflow.md:90: WARNING: Non-consecutive header level increase; H1 to H3 [myst.header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/geek-tips/image-processing-software/diffusion-simulator.md:17: WARNING: Non-consecutive header level increase; H1 to H3 [myst.header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/geek-tips/image-processing-software/itk-snap.md:5: WARNING: Non-consecutive header level increase; H1 to H3 [myst.header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/geek-tips/misc/docker/README.md:20: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/geek-tips/misc/docker/README.md:28: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/geek-tips/misc/docker/README.md:36: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/geek-tips/misc/docker/README.md:42: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/geek-tips/misc/docker/README.md:52: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/geek-tips/misc/docker/README.md:60: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/geek-tips/misc/docker/README.md:78: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/geek-tips/misc/docker/README.md:108: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/geek-tips/misc/docker/README.md:120: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/geek-tips/misc/git-and-github.md:377: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/geek-tips/misc/git-and-github.md:395: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/geek-tips/misc/git-and-github.md:504: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/geek-tips/misc/git-and-github.md:514: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/geek-tips/misc/git-and-github.md:535: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/geek-tips/misc/git-and-github.md:555: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/geek-tips/misc/git-and-github.md:571: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/geek-tips/misc/git-and-github.md:579: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/geek-tips/misc/git-and-github.md:666: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/geek-tips/misc/git-and-github.md:730: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/geek-tips/misc/git-and-github.md:734: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/geek-tips/misc/microsoft-word.md:3: WARNING: Non-consecutive header level increase; H1 to H4 [myst.header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/geek-tips/misc/microsoft-word.md:10: WARNING: Non-consecutive header level increase; H1 to H4 [myst.header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/geek-tips/misc/virtual-machines/vagrant.md:7: WARNING: Non-consecutive header level increase; H1 to H3 [myst.header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/geek-tips/misc/virtual-machines/vagrant.md:12: WARNING: Non-consecutive header level increase; H1 to H3 [myst.header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/geek-tips/misc/virtual-machines/virtualbox.md:3: WARNING: Non-consecutive header level increase; H1 to H3 [myst.header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/geek-tips/misc/virtual-machines/virtualbox.md:13: WARNING: Non-consecutive header level increase; H1 to H3 [myst.header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/geek-tips/misc/virtual-machines/virtualbox.md:47: WARNING: Non-consecutive header level increase; H1 to H3 [myst.header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/geek-tips/misc/virtual-machines/virtualbox.md:55: WARNING: Non-consecutive header level increase; H1 to H3 [myst.header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/geek-tips/misc/virtual-machines/virtualbox.md:105: WARNING: Non-consecutive header level increase; H1 to H3 [myst.header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/geek-tips/os-guides/macosx.md:97: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/onboarding/campus-access.md:9: WARNING: Non-consecutive header level increase; H1 to H3 [myst.header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/onboarding/campus-access.md:11: WARNING: Non-consecutive header level increase; H1 to H3 [myst.header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/onboarding/campus-access.md:15: WARNING: Non-consecutive header level increase; H1 to H3 [myst.header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/onboarding/campus-access.md:24: WARNING: Non-consecutive header level increase; H1 to H3 [myst.header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/onboarding/campus-access.md:30: WARNING: Non-consecutive header level increase; H1 to H3 [myst.header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/onboarding/campus-access.md:34: WARNING: Non-consecutive header level increase; H1 to H3 [myst.header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/onboarding/infrastructure.md:3: WARNING: Non-consecutive header level increase; H1 to H3 [myst.header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/onboarding/infrastructure.md:8: WARNING: Non-consecutive header level increase; H1 to H3 [myst.header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/onboarding/infrastructure.md:16: WARNING: Non-consecutive header level increase; H1 to H3 [myst.header]
looking for now-outdated files... none found
pickling environment... done
checking consistency... /home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/computer-setup.md: WARNING: document isn't included in any toctree
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/dropbox-google-drive.md: WARNING: document isn't included in any toctree
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/learning-and-resources/deep-learning.md: WARNING: document isn't included in any toctree
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/learning-and-resources/histology.md: WARNING: document isn't included in any toctree
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/learning-and-resources/shared-paperpile-folder.md: WARNING: document isn't included in any toctree
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/learning-and-resources/untitled.md: WARNING: document isn't included in any toctree
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/purchasing-hardware-and-lab-supplies.md: WARNING: document isn't included in any toctree
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/rf-lab/3d-printing/octoprint.md: WARNING: document isn't included in any toctree
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/tips-and-tricks/README.md: WARNING: document isn't included in any toctree
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/tips-and-tricks/programming/README.md: WARNING: document isn't included in any toctree
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/tips-and-tricks/programming/c++.md: WARNING: document isn't included in any toctree
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/tips-and-tricks/programming/matlab.md: WARNING: document isn't included in any toctree
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/tips-and-tricks/programming/python.md: WARNING: document isn't included in any toctree
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/tips-and-tricks/programming/unix-shell-bash.md: WARNING: document isn't included in any toctree
done
preparing documents... done
writing output... [100%] writing-articles                                                                                                             
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/bibliography/mri.md:33: WARNING: 'myst' reference target not found: 
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/computing-resources/data/duke.md:23: WARNING: 'myst' reference target not found: ../../#ssh-command-line
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/computing-resources/data/duke.md:39: WARNING: 'myst' reference target not found: ../../#vpn
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/computing-resources/data/git-datasets.md:7: WARNING: 'myst' reference target not found: git-annex.branchable.com/
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/computing-resources/data/git-datasets.md:7: WARNING: 'myst' reference target not found: ../../#vpn
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/computing-resources/data/git-datasets.md:16: WARNING: 'myst' reference target not found: ./git-annex.md#installation
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/computing-resources/data/git-datasets.md:53: WARNING: 'myst' reference target not found: [email protected]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/computing-resources/data/git-datasets.md:81: WARNING: 'myst' reference target not found: ./git-annex.md#global-git-config
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/computing-resources/data/git-datasets.md:162: WARNING: 'myst' reference target not found: #Reviewing-Pull-Requests
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/computing-resources/data/git-datasets.md:235: WARNING: 'myst' reference target not found: ./git-annex.md#new-repo
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/computing-resources/neuropoly/README.md:28: WARNING: 'myst' reference target not found: ../#poly-grames
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/computing-resources/neuropoly/README.md:255: WARNING: 'myst' reference target not found: [url](https:/neuropoly/intranet.neuro.polymtl.ca/issues/57)
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/computing-resources/neuropoly/cpus.md:7: WARNING: 'myst' reference target not found: ./computing-resources-neuropoly.md#TODO
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/computing-resources/neuropoly/gpus.md:19: WARNING: 'myst' reference target not found: ./#connect
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/geek-tips/contributing.md:10: WARNING: 'myst' reference target not found: #developing
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/geek-tips/git-annex.md:3: WARNING: 'myst' reference target not found: git-annex.branchable.com/
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/geek-tips/git-annex.md:75: WARNING: 'myst' reference target not found: #hardlinks
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/geek-tips/git-annex.md:121: WARNING: 'myst' reference target not found: ./internal-server.md#new-repository
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/mri-scanning/mni-mcgill-7t-terra.md:15: WARNING: 'myst' reference target not found: ./
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/mri-scanning/unf-3t-prisma.md:11: WARNING: 'myst' reference target not found: [url](https://unf-montreal.ca/en/documentation/facility/reservation/)
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/mri-scanning/unf-3t-prisma.md:14: WARNING: 'myst' reference target not found: [url](https:/UNFmontreal/bids_configs/blob/master/studies.json)
generating indices... genindex done
writing additional pages... search done
copying images... [100%] .gitbook/assets/phd101212s.gif                                                                                               
copying static files... done
copying extra files... done
dumping search index in English (code: en)... done
dumping object inventory... done
build succeeded, 87 warnings.

The HTML pages are in _build/html.
p115628@joplin:~/src/intranet.neuro.polymtl.ca$ mv _build _build2

</details>

<details><summary>diff</summary>

```diff
p115628@joplin:~/src/intranet.neuro.polymtl.ca$ diff -ru _build1/ _build2/
Binary files _build1/doctrees/environment.pickle and _build2/doctrees/environment.pickle differ
Only in _build2/html: _build1
diff -ru _build1/html/computer-setup.html _build2/html/computer-setup.html
--- _build1/html/computer-setup.html	2022-07-20 21:30:27.836199683 -0400
+++ _build2/html/computer-setup.html	2022-07-20 21:30:56.423764730 -0400
@@ -1016,8 +1016,8 @@
 <h2>Shell Profile <a id="bash_profile"></a><a class="headerlink" href="#shell-profile-a-id-bash-profile-a" title="Permalink to this headline">#</a></h2>
 <p>You can edit your shell profile (usually called <code class="docutils literal notranslate"><span class="pre">.bash_profile</span></code>, but some newer versions of Mac use <code class="docutils literal notranslate"><span class="pre">.zsh_profile</span></code> ) to create custom commands and make the colours in your terminal look nice.</p>
 <div class="tabbed-set docutils">
-<input checked="checked" id="72f177f8-e4f4-439f-9cfe-a9671ad5bcd6" name="a90422ea-3bc9-41e7-b30d-f34a92e13d9b" type="radio">
-</input><label class="tabbed-label" for="72f177f8-e4f4-439f-9cfe-a9671ad5bcd6">
+<input checked="checked" id="39b6cf21-42bd-48bf-a567-ebb2e958bb1c" name="270bb2da-f6b7-46bb-a0b5-444eac84f8c3" type="radio">
+</input><label class="tabbed-label" for="39b6cf21-42bd-48bf-a567-ebb2e958bb1c">
 .bash_profile</label><div class="tabbed-content docutils">
 <p>To edit, navigate to <code class="docutils literal notranslate"><span class="pre">$HOME/.bash_profile</span></code></p>
 <div class="highlight-bash notranslate"><div class="highlight"><pre><span></span><span class="c1"># Nice .bash_profile</span>
@@ -1076,8 +1076,8 @@
 </pre></div>
 </div>
 </div>
-<input id="7f502b90-74fa-4a1a-8dbb-327ff649c422" name="a90422ea-3bc9-41e7-b30d-f34a92e13d9b" type="radio">
-</input><label class="tabbed-label" for="7f502b90-74fa-4a1a-8dbb-327ff649c422">
+<input id="fbb83360-22d3-4931-ab24-b212b5ed0236" name="270bb2da-f6b7-46bb-a0b5-444eac84f8c3" type="radio">
+</input><label class="tabbed-label" for="fbb83360-22d3-4931-ab24-b212b5ed0236">
 .zsh_profile</label><div class="tabbed-content docutils">
 <p>To edit, navigate to <code class="docutils literal notranslate"><span class="pre">$HOME/.zsh_profile</span></code></p>
 <div class="highlight-bash notranslate"><div class="highlight"><pre><span></span><span class="c1"># COLOR</span>
diff -ru _build1/html/computing-resources/data/duke.html _build2/html/computing-resources/data/duke.html
--- _build1/html/computing-resources/data/duke.html	2022-07-20 21:30:28.560188668 -0400
+++ _build2/html/computing-resources/data/duke.html	2022-07-20 21:30:57.159753533 -0400
@@ -990,8 +990,8 @@
 <h2>Mount with GUI<a class="headerlink" href="#mount-with-gui" title="Permalink to this headline">#</a></h2>
 <p>When working on campus or <span class="xref myst">over the VPN</span>, you can connect your computer to <code class="docutils literal notranslate"><span class="pre">duke</span></code>:</p>
 <div class="tabbed-set docutils">
-<input checked="checked" id="44532e02-5cb0-4c85-9bd8-0aeca12c244e" name="a799f125-80b7-440e-a07b-68f38494f50d" type="radio">
-</input><label class="tabbed-label" for="44532e02-5cb0-4c85-9bd8-0aeca12c244e">
+<input checked="checked" id="9d482277-1469-4101-95b2-ca2bba18ffaf" name="c9f518b4-2d69-4eb3-8fba-c4d3db8552b5" type="radio">
+</input><label class="tabbed-label" for="9d482277-1469-4101-95b2-ca2bba18ffaf">
 macOS</label><div class="tabbed-content docutils">
 <ol class="arabic simple">
 <li><p>Open Finder</p></li>
@@ -999,8 +999,8 @@
 <li><p><code class="docutils literal notranslate"><span class="pre">afp://duke.neuro.polymtl.ca/</span></code></p></li>
 </ol>
 </div>
-<input id="6134cfcb-d1af-48a8-8e61-e301c2b1af7f" name="a799f125-80b7-440e-a07b-68f38494f50d" type="radio">
-</input><label class="tabbed-label" for="6134cfcb-d1af-48a8-8e61-e301c2b1af7f">
+<input id="945630fb-0228-4629-93ce-dd720201380e" name="c9f518b4-2d69-4eb3-8fba-c4d3db8552b5" type="radio">
+</input><label class="tabbed-label" for="945630fb-0228-4629-93ce-dd720201380e">
 Linux</label><div class="tabbed-content docutils">
 <ol class="arabic simple">
 <li><p>Open File Browser</p></li>
@@ -1008,8 +1008,8 @@
 <li><p><code class="docutils literal notranslate"><span class="pre">smb://duke.neuro.polymtl.ca/</span></code></p></li>
 </ol>
 </div>
-<input id="0cc590c1-fa8a-4362-9811-8fa916fb4a29" name="a799f125-80b7-440e-a07b-68f38494f50d" type="radio">
-</input><label class="tabbed-label" for="0cc590c1-fa8a-4362-9811-8fa916fb4a29">
+<input id="afbe085d-74c9-4642-bf4c-d63b3bc38ffd" name="c9f518b4-2d69-4eb3-8fba-c4d3db8552b5" type="radio">
+</input><label class="tabbed-label" for="afbe085d-74c9-4642-bf4c-d63b3bc38ffd">
 Windows 10</label><div class="tabbed-content docutils">
 <ol class="arabic simple">
 <li><p>Open Windows explorer</p></li>
@@ -1035,8 +1035,8 @@
 <h2>Mount with Terminal<a class="headerlink" href="#mount-with-terminal" title="Permalink to this headline">#</a></h2>
 <p>You can also connect your computer from the CLI, or with a script, which might be more efficient in the long run:</p>
 <div class="tabbed-set docutils">
-<input checked="checked" id="975d6619-3cbc-457f-b7da-cc7380f0060b" name="c7c9b7d4-1402-4d88-9621-76a0cf768b07" type="radio">
-</input><label class="tabbed-label" for="975d6619-3cbc-457f-b7da-cc7380f0060b">
+<input checked="checked" id="b0cb55c1-0b7f-4dab-b6ed-cde2777f7ffe" name="30e983a9-e1e3-4ec7-8efe-9032ac67e348" type="radio">
+</input><label class="tabbed-label" for="b0cb55c1-0b7f-4dab-b6ed-cde2777f7ffe">
 Mac OSX</label><div class="tabbed-content docutils">
 <p>Create folder for the mount point on a location (your home directory) where you have read and write access:</p>
 <div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>mkdir &lt;FOLDER_NAME&gt; <span class="c1"># (e.g. &lt;FOLDER_NAME&gt;=sct_testing)</span>
@@ -1047,8 +1047,8 @@
 </pre></div>
 </div>
 </div>
-<input id="9c1c1a59-5bc4-4690-ba2e-18d40bf81a44" name="c7c9b7d4-1402-4d88-9621-76a0cf768b07" type="radio">
-</input><label class="tabbed-label" for="9c1c1a59-5bc4-4690-ba2e-18d40bf81a44">
+<input id="a2937659-9233-4231-b1e4-a719a8cfb970" name="30e983a9-e1e3-4ec7-8efe-9032ac67e348" type="radio">
+</input><label class="tabbed-label" for="a2937659-9233-4231-b1e4-a719a8cfb970">
 Linux</label><div class="tabbed-content docutils">
 <p>To mount:</p>
 <div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>sudo mount -t cifs //duke.neuro.polymtl.ca/&lt;FOLDER_NAME&gt; /mnt/duke/&lt;FOLDER_NAME&gt; -o <span class="nv">username</span><span class="o">=</span>&lt;GRAMES_USERNAME&gt;,noexec
diff -ru _build1/html/computing-resources/neuropoly/gpus.html _build2/html/computing-resources/neuropoly/gpus.html
--- _build1/html/computing-resources/neuropoly/gpus.html	2022-07-20 21:30:29.316177166 -0400
+++ _build2/html/computing-resources/neuropoly/gpus.html	2022-07-20 21:30:57.919741969 -0400
@@ -2154,15 +2154,15 @@
 <span id="id1"></span><h2>SSH tunnelling<a class="headerlink" href="#ssh-tunnelling" title="Permalink to this headline">#</a></h2>
 <p>If you want to run a Jupyter notebook from a remote server, or monitor a model training using tensorboard, you will need to do an SSH tunnelling to be able to pass the display from the remote cluster to your local station.</p>
 <div class="tabbed-set docutils">
-<input checked="checked" id="f9db04c0-f5dc-498c-9d73-2789aa0e45f0" name="1c9fe8f2-9fcb-4bf8-84d8-8c27c8fe5813" type="radio">
-</input><label class="tabbed-label" for="f9db04c0-f5dc-498c-9d73-2789aa0e45f0">
+<input checked="checked" id="65655cf5-6401-4ed2-b0cf-9722b83444df" name="22501db3-e6f8-479f-bef6-3740e5c617fe" type="radio">
+</input><label class="tabbed-label" for="65655cf5-6401-4ed2-b0cf-9722b83444df">
 Secure pipes</label><div class="tabbed-content docutils">
 <p>Install secure pipes and configure it as follows:
 with port_rosenber as the “Port” of the screen session and port_local is a random number (see screenshot below):</p>
 <p><img alt="" src="../../_images/tunnelling_macos.png" /></p>
 </div>
-<input id="91fad940-5064-4a07-93db-14c978bda314" name="1c9fe8f2-9fcb-4bf8-84d8-8c27c8fe5813" type="radio">
-</input><label class="tabbed-label" for="91fad940-5064-4a07-93db-14c978bda314">
+<input id="049ae7f1-7e5a-41df-a22e-e2181b3c66cc" name="22501db3-e6f8-479f-bef6-3740e5c617fe" type="radio">
+</input><label class="tabbed-label" for="049ae7f1-7e5a-41df-a22e-e2181b3c66cc">
 Terminal</label><div class="tabbed-content docutils">
 <div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>ssh -N -f -L localhost:8080:localhost:PORTNUMBER [email protected]
 </pre></div>
diff -ru _build1/html/computing-resources/neuropoly/index.html _build2/html/computing-resources/neuropoly/index.html
--- _build1/html/computing-resources/neuropoly/index.html	2022-07-20 21:30:28.980182278 -0400
+++ _build2/html/computing-resources/neuropoly/index.html	2022-07-20 21:30:57.583747081 -0400
@@ -1311,8 +1311,8 @@
 <h3>Home folder<a class="headerlink" href="#home-folder" title="Permalink to this headline">#</a></h3>
 <p>Every <span class="xref myst">GRAMES</span> account has a school-wide personal home folder. It is backed-up nightly.</p>
 <div class="tabbed-set docutils">
-<input checked="checked" id="67790544-2bc6-4398-a1dd-48a07a5c8668" name="8ee9e1ad-5dfe-4255-9f29-9062f652c093" type="radio">
-</input><label class="tabbed-label" for="67790544-2bc6-4398-a1dd-48a07a5c8668">
+<input checked="checked" id="0902f23b-6b16-499f-8445-7b79aeed72d3" name="1f506159-d67e-4444-9477-c2a86dd586e8" type="radio">
+</input><label class="tabbed-label" for="0902f23b-6b16-499f-8445-7b79aeed72d3">
 macOS</label><div class="tabbed-content docutils">
 <ol class="arabic simple">
 <li><p>Open Finder</p></li>
@@ -1355,8 +1355,8 @@
 <p>You can change your password at <a class="reference external" href="https://codes.si.polymtl.ca/gestion/">Gestion des Codes</a>. Also, you can double-check you have VPN access by looking for <code class="docutils literal notranslate"><span class="pre">VPN_*</span> <span class="pre">=</span> <span class="pre">Actif</span></code> here.</p>
 <p>The VPN is a Cisco AnyConnect server. For Linux and macOS you can reach it by first installing a VPN client such as <code class="docutils literal notranslate"><span class="pre">openconnect</span></code> (recommended) or <code class="docutils literal notranslate"><span class="pre">Cisco</span> <span class="pre">AnyConnect</span> <span class="pre">Secure</span> <span class="pre">Mobility</span> <span class="pre">Client</span></code> (if <code class="docutils literal notranslate"><span class="pre">openconnect</span></code> is not available for your OS/distro):</p>
 <div class="tabbed-set docutils">
-<input checked="checked" id="6abc9987-79d7-4405-b373-3ffe9439037f" name="2b79a23d-6310-47e8-8319-252c676199d5" type="radio">
-</input><label class="tabbed-label" for="6abc9987-79d7-4405-b373-3ffe9439037f">
+<input checked="checked" id="c7b6da97-2109-4ae6-a247-75e194c26041" name="5e92b685-6851-4132-9c75-46b4c46f18f8" type="radio">
+</input><label class="tabbed-label" for="c7b6da97-2109-4ae6-a247-75e194c26041">
 MacOS</label><div class="tabbed-content docutils">
 <div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">brew</span> <span class="n">install</span> <span class="n">openconnect</span>
 </pre></div>
@@ -1384,8 +1384,8 @@
 </pre></div>
 </div>
 </div>
-<input id="9fa817b4-31d9-4086-a0de-2962be1bceb6" name="2b79a23d-6310-47e8-8319-252c676199d5" type="radio">
-</input><label class="tabbed-label" for="9fa817b4-31d9-4086-a0de-2962be1bceb6">
+<input id="e0f9f820-6f33-46af-acb6-c44c8462939e" name="5e92b685-6851-4132-9c75-46b4c46f18f8" type="radio">
+</input><label class="tabbed-label" for="e0f9f820-6f33-46af-acb6-c44c8462939e">
 Linux</label><div class="tabbed-content docutils">
 <div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">apt</span> <span class="n">install</span> <span class="n">openconnect</span>
 </pre></div>
@@ -1407,8 +1407,8 @@
 </pre></div>
 </div>
 </div>
-<input id="7c06cbda-95aa-4514-bec6-752f9acf82a4" name="2b79a23d-6310-47e8-8319-252c676199d5" type="radio">
-</input><label class="tabbed-label" for="7c06cbda-95aa-4514-bec6-752f9acf82a4">
+<input id="a147edf5-2e2a-420f-96f0-a30e6068a6da" name="5e92b685-6851-4132-9c75-46b4c46f18f8" type="radio">
+</input><label class="tabbed-label" for="a147edf5-2e2a-420f-96f0-a30e6068a6da">
 Windows</label><div class="tabbed-content docutils">
 <p>Please follow the official steps from PolyMTL (<a class="reference external" href="https://share.polymtl.ca/alfresco/service/api/path/content;cm:content/workspace/SpacesStore/Company%20Home/Sites/rentree/documentLibrary/Aide-m%C3%A9moire%20tutoriels%20A2020/Aide-Memoire_VPN.pdf?a=true&amp;guest=true">French</a> or <a class="reference external" href="https://share.polymtl.ca/alfresco/service/api/path/content;cm:content/workspace/SpacesStore/Company%20Home/Sites/rentree/documentLibrary/Aide-m%C3%A9moire%20tutoriels%20A2020/Checklist_VPN.pdf?a=true&amp;guest=true">English</a>.</p>
 <p>In case the above links ever break, the steps are:</p>
@@ -1489,15 +1489,15 @@
 <p>The best way to do this is <code class="docutils literal notranslate"><span class="pre">sshfs</span></code>, which makes them appear as if they were a drive on your computer:</p>
 <p>Install sshfs, if not yet installed:</p>
 <div class="tabbed-set docutils">
-<input checked="checked" id="cd39a24a-aee2-47c9-a2f6-90dad902a48f" name="320fadf1-d286-414c-a469-37bedb856b86" type="radio">
-</input><label class="tabbed-label" for="cd39a24a-aee2-47c9-a2f6-90dad902a48f">
+<input checked="checked" id="85de1c89-fb2a-498c-9ddf-9d0704e15668" name="8d51b9a6-fa4f-4d4b-a0e1-aaa9480b43e2" type="radio">
+</input><label class="tabbed-label" for="85de1c89-fb2a-498c-9ddf-9d0704e15668">
 Linux</label><div class="tabbed-content docutils">
 <div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">sudo</span> <span class="n">apt</span> <span class="n">install</span> <span class="o">-</span><span class="n">y</span> <span class="n">sshfs</span>
 </pre></div>
 </div>
 </div>
-<input id="00187d49-8ef5-486c-bbad-ce7b773a7910" name="320fadf1-d286-414c-a469-37bedb856b86" type="radio">
-</input><label class="tabbed-label" for="00187d49-8ef5-486c-bbad-ce7b773a7910">
+<input id="4a80bf60-a397-461f-87d6-76625895ac7e" name="8d51b9a6-fa4f-4d4b-a0e1-aaa9480b43e2" type="radio">
+</input><label class="tabbed-label" for="4a80bf60-a397-461f-87d6-76625895ac7e">
 mac</label><div class="tabbed-content docutils">
 <div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">brew</span> <span class="n">install</span> <span class="o">--</span><span class="n">cask</span> <span class="n">osxfuse</span>
 <span class="n">brew</span> <span class="n">install</span> <span class="n">sshfs</span>
@@ -1532,8 +1532,8 @@
 <section id="vnc-graphical-interface">
 <h3>VNC (graphical interface)<a class="headerlink" href="#vnc-graphical-interface" title="Permalink to this headline">#</a></h3>
 <div class="tabbed-set docutils">
-<input checked="checked" id="ec834ac2-d30b-4112-bef8-b062a12ac194" name="74edc958-f416-4ede-8a62-a0d7fd3e5bf3" type="radio">
-</input><label class="tabbed-label" for="ec834ac2-d30b-4112-bef8-b062a12ac194">
+<input checked="checked" id="b31709bb-8e33-4afc-bd5a-44e7dd5a28c1" name="137ed14c-84dc-47a2-838a-bf8b5b7498e1" type="radio">
+</input><label class="tabbed-label" for="b31709bb-8e33-4afc-bd5a-44e7dd5a28c1">
 macOS</label><div class="tabbed-content docutils">
 <ol class="arabic simple">
 <li><p>Open Finder</p></li>
@@ -1542,8 +1542,8 @@
 <li><p>You can use your local/network account information or the <a class="reference external" href="https://docs.google.com/document/d/13iNhiBKYZWT9ytsvYeeYV4FJn6Wn00q9Ctka7toMV08/edit#heading=h.ckseg5ldklsg">shared account credentials</a></p></li>
 </ol>
 </div>
-<input id="99b54016-3310-4d20-b3ce-d2d92e9e0f6c" name="74edc958-f416-4ede-8a62-a0d7fd3e5bf3" type="radio">
-</input><label class="tabbed-label" for="99b54016-3310-4d20-b3ce-d2d92e9e0f6c">
+<input id="51b29bb7-bd3a-438c-9fe6-c36323576bca" name="137ed14c-84dc-47a2-838a-bf8b5b7498e1" type="radio">
+</input><label class="tabbed-label" for="51b29bb7-bd3a-438c-9fe6-c36323576bca">
 PC/Linux</label><div class="tabbed-content docutils">
 <ol class="arabic simple">
 <li><p>Establish a VNC connection using <a class="reference external" href="https://wiki.gnome.org/Apps/Vinagre/">vinaigre</a>.</p></li>
diff -ru _build1/html/computing-resources/neuropoly/README.html _build2/html/computing-resources/neuropoly/README.html
--- _build1/html/computing-resources/neuropoly/README.html	2022-07-20 21:30:28.980182278 -0400
+++ _build2/html/computing-resources/neuropoly/README.html	2022-07-20 21:30:57.583747081 -0400
@@ -1311,8 +1311,8 @@
 <h3>Home folder<a class="headerlink" href="#home-folder" title="Permalink to this headline">#</a></h3>
 <p>Every <span class="xref myst">GRAMES</span> account has a school-wide personal home folder. It is backed-up nightly.</p>
 <div class="tabbed-set docutils">
-<input checked="checked" id="67790544-2bc6-4398-a1dd-48a07a5c8668" name="8ee9e1ad-5dfe-4255-9f29-9062f652c093" type="radio">
-</input><label class="tabbed-label" for="67790544-2bc6-4398-a1dd-48a07a5c8668">
+<input checked="checked" id="0902f23b-6b16-499f-8445-7b79aeed72d3" name="1f506159-d67e-4444-9477-c2a86dd586e8" type="radio">
+</input><label class="tabbed-label" for="0902f23b-6b16-499f-8445-7b79aeed72d3">
 macOS</label><div class="tabbed-content docutils">
 <ol class="arabic simple">
 <li><p>Open Finder</p></li>
@@ -1355,8 +1355,8 @@
 <p>You can change your password at <a class="reference external" href="https://codes.si.polymtl.ca/gestion/">Gestion des Codes</a>. Also, you can double-check you have VPN access by looking for <code class="docutils literal notranslate"><span class="pre">VPN_*</span> <span class="pre">=</span> <span class="pre">Actif</span></code> here.</p>
 <p>The VPN is a Cisco AnyConnect server. For Linux and macOS you can reach it by first installing a VPN client such as <code class="docutils literal notranslate"><span class="pre">openconnect</span></code> (recommended) or <code class="docutils literal notranslate"><span class="pre">Cisco</span> <span class="pre">AnyConnect</span> <span class="pre">Secure</span> <span class="pre">Mobility</span> <span class="pre">Client</span></code> (if <code class="docutils literal notranslate"><span class="pre">openconnect</span></code> is not available for your OS/distro):</p>
 <div class="tabbed-set docutils">
-<input checked="checked" id="6abc9987-79d7-4405-b373-3ffe9439037f" name="2b79a23d-6310-47e8-8319-252c676199d5" type="radio">
-</input><label class="tabbed-label" for="6abc9987-79d7-4405-b373-3ffe9439037f">
+<input checked="checked" id="c7b6da97-2109-4ae6-a247-75e194c26041" name="5e92b685-6851-4132-9c75-46b4c46f18f8" type="radio">
+</input><label class="tabbed-label" for="c7b6da97-2109-4ae6-a247-75e194c26041">
 MacOS</label><div class="tabbed-content docutils">
 <div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">brew</span> <span class="n">install</span> <span class="n">openconnect</span>
 </pre></div>
@@ -1384,8 +1384,8 @@
 </pre></div>
 </div>
 </div>
-<input id="9fa817b4-31d9-4086-a0de-2962be1bceb6" name="2b79a23d-6310-47e8-8319-252c676199d5" type="radio">
-</input><label class="tabbed-label" for="9fa817b4-31d9-4086-a0de-2962be1bceb6">
+<input id="e0f9f820-6f33-46af-acb6-c44c8462939e" name="5e92b685-6851-4132-9c75-46b4c46f18f8" type="radio">
+</input><label class="tabbed-label" for="e0f9f820-6f33-46af-acb6-c44c8462939e">
 Linux</label><div class="tabbed-content docutils">
 <div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">apt</span> <span class="n">install</span> <span class="n">openconnect</span>
 </pre></div>
@@ -1407,8 +1407,8 @@
 </pre></div>
 </div>
 </div>
-<input id="7c06cbda-95aa-4514-bec6-752f9acf82a4" name="2b79a23d-6310-47e8-8319-252c676199d5" type="radio">
-</input><label class="tabbed-label" for="7c06cbda-95aa-4514-bec6-752f9acf82a4">
+<input id="a147edf5-2e2a-420f-96f0-a30e6068a6da" name="5e92b685-6851-4132-9c75-46b4c46f18f8" type="radio">
+</input><label class="tabbed-label" for="a147edf5-2e2a-420f-96f0-a30e6068a6da">
 Windows</label><div class="tabbed-content docutils">
 <p>Please follow the official steps from PolyMTL (<a class="reference external" href="https://share.polymtl.ca/alfresco/service/api/path/content;cm:content/workspace/SpacesStore/Company%20Home/Sites/rentree/documentLibrary/Aide-m%C3%A9moire%20tutoriels%20A2020/Aide-Memoire_VPN.pdf?a=true&amp;guest=true">French</a> or <a class="reference external" href="https://share.polymtl.ca/alfresco/service/api/path/content;cm:content/workspace/SpacesStore/Company%20Home/Sites/rentree/documentLibrary/Aide-m%C3%A9moire%20tutoriels%20A2020/Checklist_VPN.pdf?a=true&amp;guest=true">English</a>.</p>
 <p>In case the above links ever break, the steps are:</p>
@@ -1489,15 +1489,15 @@
 <p>The best way to do this is <code class="docutils literal notranslate"><span class="pre">sshfs</span></code>, which makes them appear as if they were a drive on your computer:</p>
 <p>Install sshfs, if not yet installed:</p>
 <div class="tabbed-set docutils">
-<input checked="checked" id="cd39a24a-aee2-47c9-a2f6-90dad902a48f" name="320fadf1-d286-414c-a469-37bedb856b86" type="radio">
-</input><label class="tabbed-label" for="cd39a24a-aee2-47c9-a2f6-90dad902a48f">
+<input checked="checked" id="85de1c89-fb2a-498c-9ddf-9d0704e15668" name="8d51b9a6-fa4f-4d4b-a0e1-aaa9480b43e2" type="radio">
+</input><label class="tabbed-label" for="85de1c89-fb2a-498c-9ddf-9d0704e15668">
 Linux</label><div class="tabbed-content docutils">
 <div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">sudo</span> <span class="n">apt</span> <span class="n">install</span> <span class="o">-</span><span class="n">y</span> <span class="n">sshfs</span>
 </pre></div>
 </div>
 </div>
-<input id="00187d49-8ef5-486c-bbad-ce7b773a7910" name="320fadf1-d286-414c-a469-37bedb856b86" type="radio">
-</input><label class="tabbed-label" for="00187d49-8ef5-486c-bbad-ce7b773a7910">
+<input id="4a80bf60-a397-461f-87d6-76625895ac7e" name="8d51b9a6-fa4f-4d4b-a0e1-aaa9480b43e2" type="radio">
+</input><label class="tabbed-label" for="4a80bf60-a397-461f-87d6-76625895ac7e">
 mac</label><div class="tabbed-content docutils">
 <div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">brew</span> <span class="n">install</span> <span class="o">--</span><span class="n">cask</span> <span class="n">osxfuse</span>
 <span class="n">brew</span> <span class="n">install</span> <span class="n">sshfs</span>
@@ -1532,8 +1532,8 @@
 <section id="vnc-graphical-interface">
 <h3>VNC (graphical interface)<a class="headerlink" href="#vnc-graphical-interface" title="Permalink to this headline">#</a></h3>
 <div class="tabbed-set docutils">
-<input checked="checked" id="ec834ac2-d30b-4112-bef8-b062a12ac194" name="74edc958-f416-4ede-8a62-a0d7fd3e5bf3" type="radio">
-</input><label class="tabbed-label" for="ec834ac2-d30b-4112-bef8-b062a12ac194">
+<input checked="checked" id="b31709bb-8e33-4afc-bd5a-44e7dd5a28c1" name="137ed14c-84dc-47a2-838a-bf8b5b7498e1" type="radio">
+</input><label class="tabbed-label" for="b31709bb-8e33-4afc-bd5a-44e7dd5a28c1">
 macOS</label><div class="tabbed-content docutils">
 <ol class="arabic simple">
 <li><p>Open Finder</p></li>
@@ -1542,8 +1542,8 @@
 <li><p>You can use your local/network account information or the <a class="reference external" href="https://docs.google.com/document/d/13iNhiBKYZWT9ytsvYeeYV4FJn6Wn00q9Ctka7toMV08/edit#heading=h.ckseg5ldklsg">shared account credentials</a></p></li>
 </ol>
 </div>
-<input id="99b54016-3310-4d20-b3ce-d2d92e9e0f6c" name="74edc958-f416-4ede-8a62-a0d7fd3e5bf3" type="radio">
-</input><label class="tabbed-label" for="99b54016-3310-4d20-b3ce-d2d92e9e0f6c">
+<input id="51b29bb7-bd3a-438c-9fe6-c36323576bca" name="137ed14c-84dc-47a2-838a-bf8b5b7498e1" type="radio">
+</input><label class="tabbed-label" for="51b29bb7-bd3a-438c-9fe6-c36323576bca">
 PC/Linux</label><div class="tabbed-content docutils">
 <ol class="arabic simple">
 <li><p>Establish a VNC connection using <a class="reference external" href="https://wiki.gnome.org/Apps/Vinagre/">vinaigre</a>.</p></li>
diff -ru _build1/html/courses.html _build2/html/courses.html
--- _build1/html/courses.html	2022-07-20 21:30:29.960167368 -0400
+++ _build2/html/courses.html	2022-07-20 21:30:58.563732171 -0400
@@ -1182,8 +1182,8 @@
 <section id="requirements-for-polytechnique">
 <h2>Requirements for Polytechnique<a class="headerlink" href="#requirements-for-polytechnique" title="Permalink to this headline">#</a></h2>
 <div class="tabbed-set docutils">
-<input checked="checked" id="578f77d0-1362-4e64-9abe-5a33d70a6621" name="0f46fa32-4481-49f8-b03a-11a872bb16f5" type="radio">
-</input><label class="tabbed-label" for="578f77d0-1362-4e64-9abe-5a33d70a6621">
+<input checked="checked" id="7ad6d871-a780-48e5-ada7-2788f6a60880" name="47006dbb-be19-420b-8836-2614f2f5e3c4" type="radio">
+</input><label class="tabbed-label" for="7ad6d871-a780-48e5-ada7-2788f6a60880">
 MSc</label><div class="tabbed-content docutils">
 <ul class="simple">
 <li><p>Details of the program on the <a class="reference external" href="https://www.polymtl.ca/programmes/programmes/maitrise-professionnelle-ou-recherche-en-genie-biomedical-programme-conjoint">Polymtl website</a>.</p></li>
@@ -1195,8 +1195,8 @@
 <p class="rubric">Jury</p>
 <p>Please refer to the <a class="reference external" href="https://www.polymtl.ca/renseignements-generaux/documents-officiels/5-affaires-academiques-et-vie-etudiante">Règlements généraux des études supérieures </a> (53.4 COMPOSITION ET NOMINATION DU JURY).</p>
 </div>
-<input id="ba683392-65c7-4dd0-b6b4-608187471a05" name="0f46fa32-4481-49f8-b03a-11a872bb16f5" type="radio">
-</input><label class="tabbed-label" for="ba683392-65c7-4dd0-b6b4-608187471a05">
+<input id="3954e5a7-2778-4752-915c-ba060c3c6cf2" name="47006dbb-be19-420b-8836-2614f2f5e3c4" type="radio">
+</input><label class="tabbed-label" for="3954e5a7-2778-4752-915c-ba060c3c6cf2">
 PhD</label><div class="tabbed-content docutils">
 <ul class="simple">
 <li><p>Details of the program on the <a class="reference external" href="https://www.polymtl.ca/programmes/programmes/doctorat-en-genie-biomedical-programme-conjoint#">Polymtl website</a>.</p></li>
diff -ru _build1/html/geek-tips/bash-shell/index.html _build2/html/geek-tips/bash-shell/index.html
--- _build1/html/geek-tips/bash-shell/index.html	2022-07-20 21:30:30.400160674 -0400
+++ _build2/html/geek-tips/bash-shell/index.html	2022-07-20 21:30:58.987725720 -0400
@@ -1667,15 +1667,15 @@
 <h4>Checksum <a href="checksum" id="checksum"></a><a class="headerlink" href="#checksum-a-href-checksum-id-checksum-a" title="Permalink to this headline">#</a></h4>
 <p>This procedure creates a unique signature for your files and folders. It enables to check for integrity when you share data.</p>
 <div class="tabbed-set docutils">
-<input checked="checked" id="b9d55d9e-d574-40ee-b41d-2d073a829995" name="3aae08ec-4c36-4fe5-b986-3b4bed3d4aac" type="radio">
-</input><label class="tabbed-label" for="b9d55d9e-d574-40ee-b41d-2d073a829995">
+<input checked="checked" id="76880d19-14ff-4f1b-98af-c7a3c4e1d604" name="8db025a2-00bc-4143-9728-a1b29a1c7aeb" type="radio">
+</input><label class="tabbed-label" for="76880d19-14ff-4f1b-98af-c7a3c4e1d604">
 Linux</label><div class="tabbed-content docutils">
 <div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>find FOLDER -type f -exec md5sum <span class="o">{}</span> <span class="se">\;</span> <span class="p">|</span> md5sum
 </pre></div>
 </div>
 </div>
-<input id="3c98fcc0-0a73-4277-b9ff-b19583d26726" name="3aae08ec-4c36-4fe5-b986-3b4bed3d4aac" type="radio">
-</input><label class="tabbed-label" for="3c98fcc0-0a73-4277-b9ff-b19583d26726">
+<input id="45415b05-e299-4787-a6b9-99603f4c63e0" name="8db025a2-00bc-4143-9728-a1b29a1c7aeb" type="radio">
+</input><label class="tabbed-label" for="45415b05-e299-4787-a6b9-99603f4c63e0">
 Mac</label><div class="tabbed-content docutils">
 <div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>find -s FOLDER -type f -exec shasum <span class="o">{}</span> <span class="se">\;</span> <span class="p">|</span> shasum
 find -s FOLDER -type f -exec md5 <span class="o">{}</span> <span class="se">\;</span> <span class="p">|</span> md5
diff -ru _build1/html/geek-tips/bash-shell/README.html _build2/html/geek-tips/bash-shell/README.html
--- _build1/html/geek-tips/bash-shell/README.html	2022-07-20 21:30:30.400160674 -0400
+++ _build2/html/geek-tips/bash-shell/README.html	2022-07-20 21:30:58.987725720 -0400
@@ -1667,15 +1667,15 @@
 <h4>Checksum <a href="checksum" id="checksum"></a><a class="headerlink" href="#checksum-a-href-checksum-id-checksum-a" title="Permalink to this headline">#</a></h4>
 <p>This procedure creates a unique signature for your files and folders. It enables to check for integrity when you share data.</p>
 <div class="tabbed-set docutils">
-<input checked="checked" id="b9d55d9e-d574-40ee-b41d-2d073a829995" name="3aae08ec-4c36-4fe5-b986-3b4bed3d4aac" type="radio">
-</input><label class="tabbed-label" for="b9d55d9e-d574-40ee-b41d-2d073a829995">
+<input checked="checked" id="76880d19-14ff-4f1b-98af-c7a3c4e1d604" name="8db025a2-00bc-4143-9728-a1b29a1c7aeb" type="radio">
+</input><label class="tabbed-label" for="76880d19-14ff-4f1b-98af-c7a3c4e1d604">
 Linux</label><div class="tabbed-content docutils">
 <div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>find FOLDER -type f -exec md5sum <span class="o">{}</span> <span class="se">\;</span> <span class="p">|</span> md5sum
 </pre></div>
 </div>
 </div>
-<input id="3c98fcc0-0a73-4277-b9ff-b19583d26726" name="3aae08ec-4c36-4fe5-b986-3b4bed3d4aac" type="radio">
-</input><label class="tabbed-label" for="3c98fcc0-0a73-4277-b9ff-b19583d26726">
+<input id="45415b05-e299-4787-a6b9-99603f4c63e0" name="8db025a2-00bc-4143-9728-a1b29a1c7aeb" type="radio">
+</input><label class="tabbed-label" for="45415b05-e299-4787-a6b9-99603f4c63e0">
 Mac</label><div class="tabbed-content docutils">
 <div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>find -s FOLDER -type f -exec shasum <span class="o">{}</span> <span class="se">\;</span> <span class="p">|</span> shasum
 find -s FOLDER -type f -exec md5 <span class="o">{}</span> <span class="se">\;</span> <span class="p">|</span> md5
diff -ru _build1/html/geek-tips/git-annex.html _build2/html/geek-tips/git-annex.html
--- _build1/html/geek-tips/git-annex.html	2022-07-20 21:30:31.768139860 -0400
+++ _build2/html/geek-tips/git-annex.html	2022-07-20 21:31:00.363704784 -0400
@@ -1093,8 +1093,8 @@
 <h2>Installation<a class="headerlink" href="#installation" title="Permalink to this headline">#</a></h2>
 <p>You must have a unix OS. <code class="docutils literal notranslate"><span class="pre">git-annex</span></code> is simply not compatible with anything else.</p>
 <div class="tabbed-set docutils">
-<input checked="checked" id="c9747410-a674-4d8b-96c6-b4abbc094cc8" name="cdb92284-7fd8-4a2e-a208-5aaaa7037890" type="radio">
-</input><label class="tabbed-label" for="c9747410-a674-4d8b-96c6-b4abbc094cc8">
+<input checked="checked" id="5206a4f6-ed52-4aaa-847d-2223858f02a5" name="203b533e-279b-47d7-bbc2-8bc511deee8a" type="radio">
+</input><label class="tabbed-label" for="5206a4f6-ed52-4aaa-847d-2223858f02a5">
 Linux</label><div class="tabbed-content docutils">
 <ul class="simple">
 <li><p><strong>Arch</strong>: <code class="docutils literal notranslate"><span class="pre">pacman</span> <span class="pre">-Sy</span> <span class="pre">git-annex</span></code></p></li>
@@ -1104,15 +1104,15 @@
 <li><p>if on an older system and can’t upgrade, you can try <a class="reference external" href="https://docs.conda.io/en/latest/miniconda.html">installing <code class="docutils literal notranslate"><span class="pre">conda</span></code></a> (or <a class="reference external" href="https:/conda-forge/miniforge/">miniforge</a> and then using <code class="docutils literal notranslate"><span class="pre">conda</span> <span class="pre">install</span> <span class="pre">-f</span> <span class="pre">conda-forge</span> <span class="pre">git-annex</span></code>.</p></li>
 </ul>
 </div>
-<input id="2b850085-4e25-4a6f-9fdb-f9fcd0efbf8e" name="cdb92284-7fd8-4a2e-a208-5aaaa7037890" type="radio">
-</input><label class="tabbed-label" for="2b850085-4e25-4a6f-9fdb-f9fcd0efbf8e">
+<input id="e38c458d-2a1c-4c5d-8814-cf4c3370a498" name="203b533e-279b-47d7-bbc2-8bc511deee8a" type="radio">
+</input><label class="tabbed-label" for="e38c458d-2a1c-4c5d-8814-cf4c3370a498">
 macOS</label><div class="tabbed-content docutils">
 <div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">brew</span> <span class="n">install</span> <span class="n">git</span><span class="o">-</span><span class="n">annex</span>
 </pre></div>
 </div>
 </div>
-<input id="a72a0e33-97c5-438c-8cf3-22f3c7a99429" name="cdb92284-7fd8-4a2e-a208-5aaaa7037890" type="radio">
-</input><label class="tabbed-label" for="a72a0e33-97c5-438c-8cf3-22f3c7a99429">
+<input id="e79d8cfc-1c42-459d-89c1-09471eaa7dab" name="203b533e-279b-47d7-bbc2-8bc511deee8a" type="radio">
+</input><label class="tabbed-label" for="e79d8cfc-1c42-459d-89c1-09471eaa7dab">
 Windows 10 (via WSL)</label><div class="tabbed-content docutils">
 <p>Install <a class="reference external" href="https://docs.microsoft.com/en-us/windows/wsl/install-win10">WSL</a>, pick a distro, and then run one of:</p>
 <ul class="simple">
@@ -1121,8 +1121,8 @@
 <li><p>The <a class="reference external" href="https://docs.microsoft.com/en-us/windows/wsl/install-manual#downloading-distributions">other distros</a> are supported.</p></li>
 </ul>
 </div>
-<input id="692af85f-c259-4be6-9dd1-5652302c4d47" name="cdb92284-7fd8-4a2e-a208-5aaaa7037890" type="radio">
-</input><label class="tabbed-label" for="692af85f-c259-4be6-9dd1-5652302c4d47">
+<input id="7063fd13-2656-4706-8c5f-2bd92e2f298a" name="203b533e-279b-47d7-bbc2-8bc511deee8a" type="radio">
+</input><label class="tabbed-label" for="7063fd13-2656-4706-8c5f-2bd92e2f298a">
 Windows 10 (via VirtualBox)</label><div class="tabbed-content docutils">
 <p>Install <a class="reference external" href="https://virtualbox.org/">VirtualBox</a>, install a Linux distro inside of it, and then follow the Linux instructions.</p>
 </div>
diff -ru _build1/html/geek-tips/misc/git-and-github.html _build2/html/geek-tips/misc/git-and-github.html
--- _build1/html/geek-tips/misc/git-and-github.html	2022-07-20 21:30:33.952106632 -0400
+++ _build2/html/geek-tips/misc/git-and-github.html	2022-07-20 21:31:02.543671617 -0400
@@ -1696,24 +1696,24 @@
 <h2>Installation<a class="headerlink" href="#installation" title="Permalink to this headline">#</a></h2>
 <p>Full instructions to install <code class="docutils literal notranslate"><span class="pre">git</span></code> <a class="reference external" href="https://git-scm.com/book/en/v2/Getting-Started-Installing-Git">here</a>. We have a quick-start below:</p>
 <div class="tabbed-set docutils">
-<input checked="checked" id="4a08ef8f-5820-4c91-9409-f11b4c910c35" name="04b343f6-21a1-481d-8cd4-049950d39c2f" type="radio">
-</input><label class="tabbed-label" for="4a08ef8f-5820-4c91-9409-f11b4c910c35">
+<input checked="checked" id="b45f127b-c0a1-4aa7-81ee-9aff13192a40" name="be3b4046-cd9c-4674-af86-7b63387ce5c3" type="radio">
+</input><label class="tabbed-label" for="b45f127b-c0a1-4aa7-81ee-9aff13192a40">
 Linux</label><div class="tabbed-content docutils">
 <div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>sudo apt-get update
 apt-get install git-all
 </pre></div>
 </div>
 </div>
-<input id="b8a88b1f-16e6-4eaf-8f8f-af4419b5e8ad" name="04b343f6-21a1-481d-8cd4-049950d39c2f" type="radio">
-</input><label class="tabbed-label" for="b8a88b1f-16e6-4eaf-8f8f-af4419b5e8ad">
+<input id="7a78cf85-dc3c-44ca-801f-3b3418ea5b71" name="be3b4046-cd9c-4674-af86-7b63387ce5c3" type="radio">
+</input><label class="tabbed-label" for="7a78cf85-dc3c-44ca-801f-3b3418ea5b71">
 MacOSX</label><div class="tabbed-content docutils">
 <p>Probably the easiest way to install on MacOSX is to install via <a class="reference external" href="https://developer.apple.com/downloads/">XCode Command Line Tools</a>. To check if <code class="docutils literal notranslate"><span class="pre">git</span></code> is installed:</p>
 <div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>git --version
 </pre></div>
 </div>
 </div>
-<input id="c29b8c56-0d4b-4950-abfb-ef0baaaa9300" name="04b343f6-21a1-481d-8cd4-049950d39c2f" type="radio">
-</input><label class="tabbed-label" for="c29b8c56-0d4b-4950-abfb-ef0baaaa9300">
+<input id="b914dc2c-eae1-4dce-a305-bd76b10ccdff" name="be3b4046-cd9c-4674-af86-7b63387ce5c3" type="radio">
+</input><label class="tabbed-label" for="b914dc2c-eae1-4dce-a305-bd76b10ccdff">
 Windows</label><div class="tabbed-content docutils">
 <p>Recommended install: Go to <a class="reference external" href="https://git-scm.com/download/win">https://git-scm.com/download/win</a> and the download will start automatically.</p>
 </div>
diff -ru _build1/html/geek-tips/misc/openneuro.html _build2/html/geek-tips/misc/openneuro.html
--- _build1/html/geek-tips/misc/openneuro.html	2022-07-20 21:30:34.264101885 -0400
+++ _build2/html/geek-tips/misc/openneuro.html	2022-07-20 21:31:02.859666809 -0400
@@ -1014,8 +1014,8 @@
 <section id="installation">
 <h3>Installation<a class="headerlink" href="#installation" title="Permalink to this headline">#</a></h3>
 <div class="tabbed-set docutils">
-<input checked="checked" id="5ee4e7c7-cd29-4780-b0bd-35fae5d0cb5f" name="384667d3-7e56-445c-a616-09ae7299df1c" type="radio">
-</input><label class="tabbed-label" for="5ee4e7c7-cd29-4780-b0bd-35fae5d0cb5f">
+<input checked="checked" id="af3732e8-4f21-41db-a33d-37dbb267c2a1" name="72b6c401-0ef3-4533-80b8-6784c75d237f" type="radio">
+</input><label class="tabbed-label" for="af3732e8-4f21-41db-a33d-37dbb267c2a1">
 Debian/Ubuntu</label><div class="tabbed-content docutils">
 <p>Install <code class="docutils literal notranslate"><span class="pre">datalad</span></code> using <code class="docutils literal notranslate"><span class="pre">conda</span></code> :</p>
 <div class="highlight-bash notranslate"><div class="highlight"><pre><span></span><span class="nb">source</span> miniconda3/etc/profile.d/conda.sh
@@ -1035,8 +1035,8 @@
 </pre></div>
 </div>
 </div>
-<input id="079f48d7-f51e-45b8-93ed-52fd4f5cccdb" name="384667d3-7e56-445c-a616-09ae7299df1c" type="radio">
-</input><label class="tabbed-label" for="079f48d7-f51e-45b8-93ed-52fd4f5cccdb">
+<input id="9cc43b59-1e2f-4a4f-aa58-fedf9c873efb" name="72b6c401-0ef3-4533-80b8-6784c75d237f" type="radio">
+</input><label class="tabbed-label" for="9cc43b59-1e2f-4a4f-aa58-fedf9c873efb">
 MacOS</label><div class="tabbed-content docutils">
 <p>Install <code class="docutils literal notranslate"><span class="pre">datalad</span></code> using <code class="docutils literal notranslate"><span class="pre">conda</span></code> :</p>
 <div class="highlight-bash notranslate"><div class="highlight"><pre><span></span><span class="nb">source</span> miniconda3/etc/profile.d/conda.sh
@@ -1083,18 +1083,18 @@
 <section id="id1">
 <h3>Installation<a class="headerlink" href="#id1" title="Permalink to this headline">#</a></h3>
 <div class="tabbed-set docutils">
-<input checked="checked" id="6ecdb9e9-8306-49e9-b74a-666bb1dc16b5" name="4928587d-3148-4955-a92b-c6bf0d70d401" type="radio">
-</input><label class="tabbed-label" for="6ecdb9e9-8306-49e9-b74a-666bb1dc16b5">
+<input checked="checked" id="c8d4f80e-1523-47d7-a63c-0c80f649b263" name="65d230a9-d942-467e-818d-655f8ba4ffbf" type="radio">
+</input><label class="tabbed-label" for="c8d4f80e-1523-47d7-a63c-0c80f649b263">
 Linux</label><div class="tabbed-content docutils">
 <p>Follow the <a class="reference external" href="https://docs.aws.amazon.com/cli/latest/userguide/install-linux.html">AWS Installation Instructions for Linux</a>.</p>
 </div>
-<input id="d45327c5-af78-45d4-aa84-cd48993d2ea1" name="4928587d-3148-4955-a92b-c6bf0d70d401" type="radio">
-</input><label class="tabbed-label" for="d45327c5-af78-45d4-aa84-cd48993d2ea1">
+<input id="2382c0f6-1966-46b5-8f38-c5bb83dec90f" name="65d230a9-d942-467e-818d-655f8ba4ffbf" type="radio">
+</input><label class="tabbed-label" for="2382c0f6-1966-46b5-8f38-c5bb83dec90f">
 MacOS</label><div class="tabbed-content docutils">
 <p>Follow the <a class="reference external" href="https://docs.aws.amazon.com/cli/latest/userguide/install-macos.html">AWS Installation Instructions for MacOS</a>.</p>
 </div>
-<input id="abb27473-f515-4359-a578-f91a49c6a0b7" name="4928587d-3148-4955-a92b-c6bf0d70d401" type="radio">
-</input><label class="tabbed-label" for="abb27473-f515-4359-a578-f91a49c6a0b7">
+<input id="11d370ca-2709-4c9f-91a7-f26b27749d00" name="65d230a9-d942-467e-818d-655f8ba4ffbf" type="radio">
+</input><label class="tabbed-label" for="11d370ca-2709-4c9f-91a7-f26b27749d00">
 Windows</label><div class="tabbed-content docutils">
 <p>Follow the <a class="reference external" href="https://docs.aws.amazon.com/cli/latest/userguide/install-windows.html">AWS Installation Instructions for Windows</a>.</p>
 </div>
diff -ru _build1/html/geek-tips/os-guides/linux.html _build2/html/geek-tips/os-guides/linux.html
--- _build1/html/geek-tips/os-guides/linux.html	2022-07-20 21:30:35.180087948 -0400
+++ _build2/html/geek-tips/os-guides/linux.html	2022-07-20 21:31:03.779652812 -0400
@@ -1004,8 +1004,8 @@
 <p>2. Edit mount table, type : <code class="docutils literal notranslate"><span class="pre">sudo</span> <span class="pre">nano</span> <span class="pre">/etc/fstab</span></code></p>
 <p>3. For the following operating systems:</p>
 <div class="tabbed-set docutils">
-<input checked="checked" id="e02947ef-434a-4cb8-9847-03b2e4c550c6" name="deceee0a-8437-4d66-99f0-fd4919e24546" type="radio">
-</input><label class="tabbed-label" for="e02947ef-434a-4cb8-9847-03b2e4c550c6">
+<input checked="checked" id="bed339e3-d97e-435e-84e7-812a48e1d030" name="f28ae5e8-2ea8-4d6b-b6f2-ae8899fd8120" type="radio">
+</input><label class="tabbed-label" for="bed339e3-d97e-435e-84e7-812a48e1d030">
 Ubuntu 14.04 LTS</label><div class="tabbed-content docutils">
 <p>Add the following lines at the bottom of the file:</p>
 <div class="highlight-bash notranslate"><div class="highlight"><pre><span></span><span class="c1">#data_processing @SERVER</span>
@@ -1016,8 +1016,8 @@
 </pre></div>
 </div>
 </div>
-<input id="c0647df3-8275-443d-a658-95ad9966fb79" name="deceee0a-8437-4d66-99f0-fd4919e24546" type="radio">
-</input><label class="tabbed-label" for="c0647df3-8275-443d-a658-95ad9966fb79">
+<input id="2793e3b6-a80f-4d5d-8a87-c87bd5f7eea5" name="f28ae5e8-2ea8-4d6b-b6f2-ae8899fd8120" type="radio">
+</input><label class="tabbed-label" for="2793e3b6-a80f-4d5d-8a87-c87bd5f7eea5">
 Debian Wheezy 8</label><div class="tabbed-content docutils">
 <p>Add the following lines at the bottom of the file:</p>
 <div class="highlight-bash notranslate"><div class="highlight"><pre><span></span><span class="c1">#data_processing @SERVER</span>
diff -ru _build1/html/onboarding/computer-setup.html _build2/html/onboarding/computer-setup.html
--- _build1/html/onboarding/computer-setup.html	2022-07-20 21:30:37.672050034 -0400
+++ _build2/html/onboarding/computer-setup.html	2022-07-20 21:31:06.319614166 -0400
@@ -1018,8 +1018,8 @@
 <h2>Shell Profile <a href="bash_profile" id="bash_profile"></a><a class="headerlink" href="#shell-profile-a-href-bash-profile-id-bash-profile-a" title="Permalink to this headline">#</a></h2>
 <p>You can edit your shell profile (usually called <code class="docutils literal notranslate"><span class="pre">.bash_profile</span></code>, but some newer versions of Mac use <code class="docutils literal notranslate"><span class="pre">.zsh_profile</span></code> ) to create custom commands and make the colours in your terminal look nice.</p>
 <div class="tabbed-set docutils">
-<input checked="checked" id="5af69bfe-16bd-4d80-b01b-783afd28b142" name="e4f5f36c-9e95-4a78-b698-f90ff30b5d0a" type="radio">
-</input><label class="tabbed-label" for="5af69bfe-16bd-4d80-b01b-783afd28b142">
+<input checked="checked" id="84c8be58-3608-47b9-ad95-d5de5aee8251" name="0e54dcd7-961c-4e6a-ae9e-69961949edc6" type="radio">
+</input><label class="tabbed-label" for="84c8be58-3608-47b9-ad95-d5de5aee8251">
 .bash_profile</label><div class="tabbed-content docutils">
 <p>To edit, navigate to <code class="docutils literal notranslate"><span class="pre">$HOME/.bash_profile</span></code></p>
 <div class="highlight-bash notranslate"><div class="highlight"><pre><span></span><span class="c1"># Nice .bash_profile</span>
@@ -1078,8 +1078,8 @@
 </pre></div>
 </div>
 </div>
-<input id="2c315e70-8cec-4e18-a33a-5a3cfa089d8c" name="e4f5f36c-9e95-4a78-b698-f90ff30b5d0a" type="radio">
-</input><label class="tabbed-label" for="2c315e70-8cec-4e18-a33a-5a3cfa089d8c">
+<input id="e6cff1fc-a842-427d-b08a-4c4da4dfbb7a" name="0e54dcd7-961c-4e6a-ae9e-69961949edc6" type="radio">
+</input><label class="tabbed-label" for="e6cff1fc-a842-427d-b08a-4c4da4dfbb7a">
 .zsh_profile</label><div class="tabbed-content docutils">
 <p>To edit, navigate to <code class="docutils literal notranslate"><span class="pre">$HOME/.zsh_profile</span></code></p>
 <div class="highlight-bash notranslate"><div class="highlight"><pre><span></span><span class="c1"># COLOR</span>

There's a bit of noise that looks like it's due to the tabs plugin -- it generates UUIDs for each tab, so those are necessarily non-deterministic.
I think I can deal with eye-balling those issues.

@kousu
Copy link
Member

kousu commented Jul 21, 2022

Next I did the build on this branch:

_build-cleaner
p115628@joplin:~/src/intranet.neuro.polymtl.ca$ git checkout nr/clean-up-warnings 
Switched to branch 'nr/clean-up-warnings'
Your branch and 'origin/nr/clean-up-warnings' have diverged,
and have 18 and 1 different commits each, respectively.
  (use "git pull" to merge the remote branch into yours)
p115628@joplin:~/src/intranet.neuro.polymtl.ca$ git rebase master
Current branch nr/clean-up-warnings is up to date.
p115628@joplin:~/src/intranet.neuro.polymtl.ca$ make html
Running Sphinx v4.2.0
myst v0.18.0: MdParserConfig(commonmark_only=False, gfm_only=False, enable_extensions=[], disable_syntax=[], all_links_external=False, url_schemes=('http', 'https', 'mailto', 'ftp'), ref_domains=None, highlight_code_blocks=True, number_code_blocks=[], title_to_header=False, heading_anchors=4, heading_slug_func=None, footnote_transition=True, words_per_minute=200, sub_delimiters=('{', '}'), linkify_fuzzy_links=True, dmath_allow_labels=True, dmath_allow_space=True, dmath_allow_digits=True, dmath_double_inline=False, update_mathjax=True, mathjax_classes='tex2jax_process|mathjax_process|math|output_area')
building [mo]: targets for 0 po files that are out of date
building [html]: targets for 99 source files that are out of date
updating environment: [new config] 99 added, 0 changed, 0 removed
reading sources... [100%] writing-articles                                                                                                            
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/computing-resources/neuropoly/gpus.md:1038: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/computing-resources/printer.md:10: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/courses.md:10: WARNING: Disallowed nested header found, converting to rubric [myst.nested_header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/courses.md:14: WARNING: Disallowed nested header found, converting to rubric [myst.nested_header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/courses.md:28: WARNING: Disallowed nested header found, converting to rubric [myst.nested_header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/courses.md:32: WARNING: Disallowed nested header found, converting to rubric [myst.nested_header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/geek-tips/deep-learning/README.md:22: WARNING: Non-consecutive header level increase; H1 to H3 [myst.header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/geek-tips/deep-learning/tensorflow.md:15: WARNING: Non-consecutive header level increase; H1 to H3 [myst.header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/geek-tips/deep-learning/tensorflow.md:75: WARNING: Non-consecutive header level increase; H1 to H3 [myst.header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/geek-tips/deep-learning/tensorflow.md:83: WARNING: Non-consecutive header level increase; H1 to H3 [myst.header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/geek-tips/deep-learning/tensorflow.md:90: WARNING: Non-consecutive header level increase; H1 to H3 [myst.header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/geek-tips/image-processing-software/diffusion-simulator.md:17: WARNING: Non-consecutive header level increase; H1 to H3 [myst.header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/geek-tips/image-processing-software/itk-snap.md:5: WARNING: Non-consecutive header level increase; H1 to H3 [myst.header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/geek-tips/misc/docker/README.md:20: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/geek-tips/misc/docker/README.md:28: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/geek-tips/misc/docker/README.md:36: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/geek-tips/misc/docker/README.md:42: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/geek-tips/misc/docker/README.md:52: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/geek-tips/misc/docker/README.md:60: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/geek-tips/misc/docker/README.md:78: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/geek-tips/misc/docker/README.md:108: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/geek-tips/misc/docker/README.md:120: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/geek-tips/misc/git-and-github.md:377: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/geek-tips/misc/git-and-github.md:395: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/geek-tips/misc/git-and-github.md:504: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/geek-tips/misc/git-and-github.md:514: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/geek-tips/misc/git-and-github.md:535: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/geek-tips/misc/git-and-github.md:555: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/geek-tips/misc/git-and-github.md:571: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/geek-tips/misc/git-and-github.md:579: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/geek-tips/misc/git-and-github.md:666: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/geek-tips/misc/git-and-github.md:730: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/geek-tips/misc/git-and-github.md:734: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/geek-tips/misc/microsoft-word.md:3: WARNING: Non-consecutive header level increase; H1 to H4 [myst.header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/geek-tips/misc/microsoft-word.md:10: WARNING: Non-consecutive header level increase; H1 to H4 [myst.header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/geek-tips/misc/virtual-machines/vagrant.md:7: WARNING: Non-consecutive header level increase; H1 to H3 [myst.header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/geek-tips/misc/virtual-machines/vagrant.md:12: WARNING: Non-consecutive header level increase; H1 to H3 [myst.header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/geek-tips/misc/virtual-machines/virtualbox.md:3: WARNING: Non-consecutive header level increase; H1 to H3 [myst.header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/geek-tips/misc/virtual-machines/virtualbox.md:13: WARNING: Non-consecutive header level increase; H1 to H3 [myst.header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/geek-tips/misc/virtual-machines/virtualbox.md:47: WARNING: Non-consecutive header level increase; H1 to H3 [myst.header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/geek-tips/misc/virtual-machines/virtualbox.md:55: WARNING: Non-consecutive header level increase; H1 to H3 [myst.header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/geek-tips/misc/virtual-machines/virtualbox.md:105: WARNING: Non-consecutive header level increase; H1 to H3 [myst.header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/geek-tips/os-guides/macosx.md:97: WARNING: Non-consecutive header level increase; H2 to H4 [myst.header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/onboarding/campus-access.md:9: WARNING: Non-consecutive header level increase; H1 to H3 [myst.header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/onboarding/campus-access.md:11: WARNING: Non-consecutive header level increase; H1 to H3 [myst.header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/onboarding/campus-access.md:15: WARNING: Non-consecutive header level increase; H1 to H3 [myst.header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/onboarding/campus-access.md:24: WARNING: Non-consecutive header level increase; H1 to H3 [myst.header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/onboarding/campus-access.md:30: WARNING: Non-consecutive header level increase; H1 to H3 [myst.header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/onboarding/campus-access.md:34: WARNING: Non-consecutive header level increase; H1 to H3 [myst.header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/onboarding/infrastructure.md:3: WARNING: Non-consecutive header level increase; H1 to H3 [myst.header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/onboarding/infrastructure.md:8: WARNING: Non-consecutive header level increase; H1 to H3 [myst.header]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/onboarding/infrastructure.md:16: WARNING: Non-consecutive header level increase; H1 to H3 [myst.header]
looking for now-outdated files... none found
pickling environment... done
checking consistency... done
preparing documents... done
writing output... [100%] writing-articles                                                                                                             
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/bibliography/mri.md:33: WARNING: 'myst' reference target not found: 
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/computing-resources/data/duke.md:23: WARNING: 'myst' reference target not found: ../../#ssh-command-line
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/computing-resources/data/duke.md:39: WARNING: 'myst' reference target not found: ../../#vpn
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/computing-resources/data/git-datasets.md:7: WARNING: 'myst' reference target not found: git-annex.branchable.com/
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/computing-resources/data/git-datasets.md:7: WARNING: 'myst' reference target not found: ../../#vpn
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/computing-resources/data/git-datasets.md:16: WARNING: 'myst' reference target not found: ./git-annex.md#installation
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/computing-resources/data/git-datasets.md:53: WARNING: 'myst' reference target not found: [email protected]
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/computing-resources/data/git-datasets.md:81: WARNING: 'myst' reference target not found: ./git-annex.md#global-git-config
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/computing-resources/data/git-datasets.md:162: WARNING: 'myst' reference target not found: #Reviewing-Pull-Requests
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/computing-resources/data/git-datasets.md:235: WARNING: 'myst' reference target not found: ./git-annex.md#new-repo
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/computing-resources/neuropoly/README.md:28: WARNING: 'myst' reference target not found: ../#poly-grames
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/computing-resources/neuropoly/README.md:255: WARNING: 'myst' reference target not found: [url](https:/neuropoly/intranet.neuro.polymtl.ca/issues/57)
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/computing-resources/neuropoly/cpus.md:7: WARNING: 'myst' reference target not found: ./computing-resources-neuropoly.md#TODO
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/computing-resources/neuropoly/gpus.md:19: WARNING: 'myst' reference target not found: ./#connect
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/geek-tips/contributing.md:10: WARNING: 'myst' reference target not found: #developing
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/geek-tips/git-annex.md:3: WARNING: 'myst' reference target not found: git-annex.branchable.com/
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/geek-tips/git-annex.md:75: WARNING: 'myst' reference target not found: #hardlinks
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/geek-tips/git-annex.md:121: WARNING: 'myst' reference target not found: ./internal-server.md#new-repository
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/mri-scanning/mni-mcgill-7t-terra.md:15: WARNING: 'myst' reference target not found: ./
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/mri-scanning/unf-3t-prisma.md:11: WARNING: 'myst' reference target not found: [url](https://unf-montreal.ca/en/documentation/facility/reservation/)
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/mri-scanning/unf-3t-prisma.md:14: WARNING: 'myst' reference target not found: [url](https:/UNFmontreal/bids_configs/blob/master/studies.json)
/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/rf-lab/3d-printing/README.md:32: WARNING: unknown document: octoprint
generating indices... genindex done
writing additional pages... search done
copying images... [100%] .gitbook/assets/phd101212s.gif                                                                                               
copying static files... done
copying extra files... done
dumping search index in English (code: en)... done
dumping object inventory... done
build succeeded, 74 warnings.

The HTML pages are in _build/html.
p115628@joplin:~/src/intranet.neuro.polymtl.ca$ mv _build _build-cleaner

@kousu
Copy link
Member

kousu commented Jul 21, 2022

And diff'd again:

p115628@joplin:~/src/intranet.neuro.polymtl.ca$ diff -ru _build1 _build-cleaner/
Only in _build1/doctrees: computer-setup.doctree
Only in _build1/doctrees: dropbox-google-drive.doctree
Binary files _build1/doctrees/environment.pickle and _build-cleaner/doctrees/environment.pickle differ
Only in _build1/doctrees: learning-and-resources
Only in _build1/doctrees: purchasing-hardware-and-lab-supplies.doctree
Only in _build1/doctrees/rf-lab/3d-printing: octoprint.doctree
Only in _build1/doctrees: tips-and-tricks
Only in _build-cleaner/html: _build1
Only in _build-cleaner/html: _build2
Only in _build1/html: computer-setup.html
diff -ru _build1/html/computing-resources/data/duke.html _build-cleaner/html/computing-resources/data/duke.html
--- _build1/html/computing-resources/data/duke.html	2022-07-20 21:30:28.560188668 -0400
+++ _build-cleaner/html/computing-resources/data/duke.html	2022-07-20 23:41:45.476556841 -0400
@@ -990,8 +990,8 @@
 <h2>Mount with GUI<a class="headerlink" href="#mount-with-gui" title="Permalink to this headline">#</a></h2>
 <p>When working on campus or <span class="xref myst">over the VPN</span>, you can connect your computer to <code class="docutils literal notranslate"><span class="pre">duke</span></code>:</p>
 <div class="tabbed-set docutils">
-<input checked="checked" id="44532e02-5cb0-4c85-9bd8-0aeca12c244e" name="a799f125-80b7-440e-a07b-68f38494f50d" type="radio">
-</input><label class="tabbed-label" for="44532e02-5cb0-4c85-9bd8-0aeca12c244e">
+<input checked="checked" id="d59913e9-8620-4f7b-bf07-86aee8651629" name="8211bda7-a60f-41e2-9601-f878b70770eb" type="radio">
+</input><label class="tabbed-label" for="d59913e9-8620-4f7b-bf07-86aee8651629">
 macOS</label><div class="tabbed-content docutils">
 <ol class="arabic simple">
 <li><p>Open Finder</p></li>
@@ -999,8 +999,8 @@
 <li><p><code class="docutils literal notranslate"><span class="pre">afp://duke.neuro.polymtl.ca/</span></code></p></li>
 </ol>
 </div>
-<input id="6134cfcb-d1af-48a8-8e61-e301c2b1af7f" name="a799f125-80b7-440e-a07b-68f38494f50d" type="radio">
-</input><label class="tabbed-label" for="6134cfcb-d1af-48a8-8e61-e301c2b1af7f">
+<input id="3a4766b7-8703-48b6-b040-20d8275234db" name="8211bda7-a60f-41e2-9601-f878b70770eb" type="radio">
+</input><label class="tabbed-label" for="3a4766b7-8703-48b6-b040-20d8275234db">
 Linux</label><div class="tabbed-content docutils">
 <ol class="arabic simple">
 <li><p>Open File Browser</p></li>
@@ -1008,8 +1008,8 @@
 <li><p><code class="docutils literal notranslate"><span class="pre">smb://duke.neuro.polymtl.ca/</span></code></p></li>
 </ol>
 </div>
-<input id="0cc590c1-fa8a-4362-9811-8fa916fb4a29" name="a799f125-80b7-440e-a07b-68f38494f50d" type="radio">
-</input><label class="tabbed-label" for="0cc590c1-fa8a-4362-9811-8fa916fb4a29">
+<input id="9b3abd8f-4712-4f9e-810e-6619e67322fd" name="8211bda7-a60f-41e2-9601-f878b70770eb" type="radio">
+</input><label class="tabbed-label" for="9b3abd8f-4712-4f9e-810e-6619e67322fd">
 Windows 10</label><div class="tabbed-content docutils">
 <ol class="arabic simple">
 <li><p>Open Windows explorer</p></li>
@@ -1035,8 +1035,8 @@
 <h2>Mount with Terminal<a class="headerlink" href="#mount-with-terminal" title="Permalink to this headline">#</a></h2>
 <p>You can also connect your computer from the CLI, or with a script, which might be more efficient in the long run:</p>
 <div class="tabbed-set docutils">
-<input checked="checked" id="975d6619-3cbc-457f-b7da-cc7380f0060b" name="c7c9b7d4-1402-4d88-9621-76a0cf768b07" type="radio">
-</input><label class="tabbed-label" for="975d6619-3cbc-457f-b7da-cc7380f0060b">
+<input checked="checked" id="efcf97dc-0f34-4d81-b470-f25d4215ea07" name="4ada2661-3c49-411d-b3c9-e3a2e0e02ed3" type="radio">
+</input><label class="tabbed-label" for="efcf97dc-0f34-4d81-b470-f25d4215ea07">
 Mac OSX</label><div class="tabbed-content docutils">
 <p>Create folder for the mount point on a location (your home directory) where you have read and write access:</p>
 <div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>mkdir &lt;FOLDER_NAME&gt; <span class="c1"># (e.g. &lt;FOLDER_NAME&gt;=sct_testing)</span>
@@ -1047,8 +1047,8 @@
 </pre></div>
 </div>
 </div>
-<input id="9c1c1a59-5bc4-4690-ba2e-18d40bf81a44" name="c7c9b7d4-1402-4d88-9621-76a0cf768b07" type="radio">
-</input><label class="tabbed-label" for="9c1c1a59-5bc4-4690-ba2e-18d40bf81a44">
+<input id="3cb6a94d-7307-4c8c-9f6f-831d7710eb8b" name="4ada2661-3c49-411d-b3c9-e3a2e0e02ed3" type="radio">
+</input><label class="tabbed-label" for="3cb6a94d-7307-4c8c-9f6f-831d7710eb8b">
 Linux</label><div class="tabbed-content docutils">
 <p>To mount:</p>
 <div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>sudo mount -t cifs //duke.neuro.polymtl.ca/&lt;FOLDER_NAME&gt; /mnt/duke/&lt;FOLDER_NAME&gt; -o <span class="nv">username</span><span class="o">=</span>&lt;GRAMES_USERNAME&gt;,noexec
diff -ru _build1/html/computing-resources/neuropoly/gpus.html _build-cleaner/html/computing-resources/neuropoly/gpus.html
--- _build1/html/computing-resources/neuropoly/gpus.html	2022-07-20 21:30:29.316177166 -0400
+++ _build-cleaner/html/computing-resources/neuropoly/gpus.html	2022-07-20 23:41:46.196545888 -0400
@@ -2154,15 +2154,15 @@
 <span id="id1"></span><h2>SSH tunnelling<a class="headerlink" href="#ssh-tunnelling" title="Permalink to this headline">#</a></h2>
 <p>If you want to run a Jupyter notebook from a remote server, or monitor a model training using tensorboard, you will need to do an SSH tunnelling to be able to pass the display from the remote cluster to your local station.</p>
 <div class="tabbed-set docutils">
-<input checked="checked" id="f9db04c0-f5dc-498c-9d73-2789aa0e45f0" name="1c9fe8f2-9fcb-4bf8-84d8-8c27c8fe5813" type="radio">
-</input><label class="tabbed-label" for="f9db04c0-f5dc-498c-9d73-2789aa0e45f0">
+<input checked="checked" id="1c0947ab-2be2-4395-8544-fd2e80694f45" name="e2330008-7d8d-4f30-afc2-d04e44161f35" type="radio">
+</input><label class="tabbed-label" for="1c0947ab-2be2-4395-8544-fd2e80694f45">
 Secure pipes</label><div class="tabbed-content docutils">
 <p>Install secure pipes and configure it as follows:
 with port_rosenber as the “Port” of the screen session and port_local is a random number (see screenshot below):</p>
 <p><img alt="" src="../../_images/tunnelling_macos.png" /></p>
 </div>
-<input id="91fad940-5064-4a07-93db-14c978bda314" name="1c9fe8f2-9fcb-4bf8-84d8-8c27c8fe5813" type="radio">
-</input><label class="tabbed-label" for="91fad940-5064-4a07-93db-14c978bda314">
+<input id="1f52a9c7-5d63-4c24-b7ca-7a5fce0691a2" name="e2330008-7d8d-4f30-afc2-d04e44161f35" type="radio">
+</input><label class="tabbed-label" for="1f52a9c7-5d63-4c24-b7ca-7a5fce0691a2">
 Terminal</label><div class="tabbed-content docutils">
 <div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>ssh -N -f -L localhost:8080:localhost:PORTNUMBER [email protected]
 </pre></div>
diff -ru _build1/html/computing-resources/neuropoly/index.html _build-cleaner/html/computing-resources/neuropoly/index.html
--- _build1/html/computing-resources/neuropoly/index.html	2022-07-20 21:30:28.980182278 -0400
+++ _build-cleaner/html/computing-resources/neuropoly/index.html	2022-07-20 23:41:45.876550756 -0400
@@ -1311,8 +1311,8 @@
 <h3>Home folder<a class="headerlink" href="#home-folder" title="Permalink to this headline">#</a></h3>
 <p>Every <span class="xref myst">GRAMES</span> account has a school-wide personal home folder. It is backed-up nightly.</p>
 <div class="tabbed-set docutils">
-<input checked="checked" id="67790544-2bc6-4398-a1dd-48a07a5c8668" name="8ee9e1ad-5dfe-4255-9f29-9062f652c093" type="radio">
-</input><label class="tabbed-label" for="67790544-2bc6-4398-a1dd-48a07a5c8668">
+<input checked="checked" id="2004364a-fe24-452d-bb77-0d320df17486" name="4959f135-d914-4df7-9550-d399494e197e" type="radio">
+</input><label class="tabbed-label" for="2004364a-fe24-452d-bb77-0d320df17486">
 macOS</label><div class="tabbed-content docutils">
 <ol class="arabic simple">
 <li><p>Open Finder</p></li>
@@ -1355,8 +1355,8 @@
 <p>You can change your password at <a class="reference external" href="https://codes.si.polymtl.ca/gestion/">Gestion des Codes</a>. Also, you can double-check you have VPN access by looking for <code class="docutils literal notranslate"><span class="pre">VPN_*</span> <span class="pre">=</span> <span class="pre">Actif</span></code> here.</p>
 <p>The VPN is a Cisco AnyConnect server. For Linux and macOS you can reach it by first installing a VPN client such as <code class="docutils literal notranslate"><span class="pre">openconnect</span></code> (recommended) or <code class="docutils literal notranslate"><span class="pre">Cisco</span> <span class="pre">AnyConnect</span> <span class="pre">Secure</span> <span class="pre">Mobility</span> <span class="pre">Client</span></code> (if <code class="docutils literal notranslate"><span class="pre">openconnect</span></code> is not available for your OS/distro):</p>
 <div class="tabbed-set docutils">
-<input checked="checked" id="6abc9987-79d7-4405-b373-3ffe9439037f" name="2b79a23d-6310-47e8-8319-252c676199d5" type="radio">
-</input><label class="tabbed-label" for="6abc9987-79d7-4405-b373-3ffe9439037f">
+<input checked="checked" id="9e63f4cc-ff7a-40c0-a785-f5a0fce5ee86" name="326bc630-a8ad-4bdf-8aa8-f465e662c735" type="radio">
+</input><label class="tabbed-label" for="9e63f4cc-ff7a-40c0-a785-f5a0fce5ee86">
 MacOS</label><div class="tabbed-content docutils">
 <div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">brew</span> <span class="n">install</span> <span class="n">openconnect</span>
 </pre></div>
@@ -1384,8 +1384,8 @@
 </pre></div>
 </div>
 </div>
-<input id="9fa817b4-31d9-4086-a0de-2962be1bceb6" name="2b79a23d-6310-47e8-8319-252c676199d5" type="radio">
-</input><label class="tabbed-label" for="9fa817b4-31d9-4086-a0de-2962be1bceb6">
+<input id="3c36fd32-cb3e-4f0c-bc00-653112a7e50d" name="326bc630-a8ad-4bdf-8aa8-f465e662c735" type="radio">
+</input><label class="tabbed-label" for="3c36fd32-cb3e-4f0c-bc00-653112a7e50d">
 Linux</label><div class="tabbed-content docutils">
 <div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">apt</span> <span class="n">install</span> <span class="n">openconnect</span>
 </pre></div>
@@ -1407,8 +1407,8 @@
 </pre></div>
 </div>
 </div>
-<input id="7c06cbda-95aa-4514-bec6-752f9acf82a4" name="2b79a23d-6310-47e8-8319-252c676199d5" type="radio">
-</input><label class="tabbed-label" for="7c06cbda-95aa-4514-bec6-752f9acf82a4">
+<input id="33764a84-0c96-46d6-a011-11e582b90fbd" name="326bc630-a8ad-4bdf-8aa8-f465e662c735" type="radio">
+</input><label class="tabbed-label" for="33764a84-0c96-46d6-a011-11e582b90fbd">
 Windows</label><div class="tabbed-content docutils">
 <p>Please follow the official steps from PolyMTL (<a class="reference external" href="https://share.polymtl.ca/alfresco/service/api/path/content;cm:content/workspace/SpacesStore/Company%20Home/Sites/rentree/documentLibrary/Aide-m%C3%A9moire%20tutoriels%20A2020/Aide-Memoire_VPN.pdf?a=true&amp;guest=true">French</a> or <a class="reference external" href="https://share.polymtl.ca/alfresco/service/api/path/content;cm:content/workspace/SpacesStore/Company%20Home/Sites/rentree/documentLibrary/Aide-m%C3%A9moire%20tutoriels%20A2020/Checklist_VPN.pdf?a=true&amp;guest=true">English</a>.</p>
 <p>In case the above links ever break, the steps are:</p>
@@ -1489,15 +1489,15 @@
 <p>The best way to do this is <code class="docutils literal notranslate"><span class="pre">sshfs</span></code>, which makes them appear as if they were a drive on your computer:</p>
 <p>Install sshfs, if not yet installed:</p>
 <div class="tabbed-set docutils">
-<input checked="checked" id="cd39a24a-aee2-47c9-a2f6-90dad902a48f" name="320fadf1-d286-414c-a469-37bedb856b86" type="radio">
-</input><label class="tabbed-label" for="cd39a24a-aee2-47c9-a2f6-90dad902a48f">
+<input checked="checked" id="59831416-7012-4e18-9cca-24b11eaa4569" name="3839e355-3942-46e5-89c5-b41162231c7c" type="radio">
+</input><label class="tabbed-label" for="59831416-7012-4e18-9cca-24b11eaa4569">
 Linux</label><div class="tabbed-content docutils">
 <div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">sudo</span> <span class="n">apt</span> <span class="n">install</span> <span class="o">-</span><span class="n">y</span> <span class="n">sshfs</span>
 </pre></div>
 </div>
 </div>
-<input id="00187d49-8ef5-486c-bbad-ce7b773a7910" name="320fadf1-d286-414c-a469-37bedb856b86" type="radio">
-</input><label class="tabbed-label" for="00187d49-8ef5-486c-bbad-ce7b773a7910">
+<input id="946f9047-ca31-4102-8847-1ab9c3752262" name="3839e355-3942-46e5-89c5-b41162231c7c" type="radio">
+</input><label class="tabbed-label" for="946f9047-ca31-4102-8847-1ab9c3752262">
 mac</label><div class="tabbed-content docutils">
 <div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">brew</span> <span class="n">install</span> <span class="o">--</span><span class="n">cask</span> <span class="n">osxfuse</span>
 <span class="n">brew</span> <span class="n">install</span> <span class="n">sshfs</span>
@@ -1532,8 +1532,8 @@
 <section id="vnc-graphical-interface">
 <h3>VNC (graphical interface)<a class="headerlink" href="#vnc-graphical-interface" title="Permalink to this headline">#</a></h3>
 <div class="tabbed-set docutils">
-<input checked="checked" id="ec834ac2-d30b-4112-bef8-b062a12ac194" name="74edc958-f416-4ede-8a62-a0d7fd3e5bf3" type="radio">
-</input><label class="tabbed-label" for="ec834ac2-d30b-4112-bef8-b062a12ac194">
+<input checked="checked" id="7874fba6-4519-4d09-ad5a-da87a735360c" name="899678a5-7d8d-4d4f-95aa-fab280d80ef4" type="radio">
+</input><label class="tabbed-label" for="7874fba6-4519-4d09-ad5a-da87a735360c">
 macOS</label><div class="tabbed-content docutils">
 <ol class="arabic simple">
 <li><p>Open Finder</p></li>
@@ -1542,8 +1542,8 @@
 <li><p>You can use your local/network account information or the <a class="reference external" href="https://docs.google.com/document/d/13iNhiBKYZWT9ytsvYeeYV4FJn6Wn00q9Ctka7toMV08/edit#heading=h.ckseg5ldklsg">shared account credentials</a></p></li>
 </ol>
 </div>
-<input id="99b54016-3310-4d20-b3ce-d2d92e9e0f6c" name="74edc958-f416-4ede-8a62-a0d7fd3e5bf3" type="radio">
-</input><label class="tabbed-label" for="99b54016-3310-4d20-b3ce-d2d92e9e0f6c">
+<input id="c330a8d6-b6a7-40cb-b820-892b1710ac74" name="899678a5-7d8d-4d4f-95aa-fab280d80ef4" type="radio">
+</input><label class="tabbed-label" for="c330a8d6-b6a7-40cb-b820-892b1710ac74">
 PC/Linux</label><div class="tabbed-content docutils">
 <ol class="arabic simple">
 <li><p>Establish a VNC connection using <a class="reference external" href="https://wiki.gnome.org/Apps/Vinagre/">vinaigre</a>.</p></li>
diff -ru _build1/html/computing-resources/neuropoly/README.html _build-cleaner/html/computing-resources/neuropoly/README.html
--- _build1/html/computing-resources/neuropoly/README.html	2022-07-20 21:30:28.980182278 -0400
+++ _build-cleaner/html/computing-resources/neuropoly/README.html	2022-07-20 23:41:45.876550756 -0400
@@ -1311,8 +1311,8 @@
 <h3>Home folder<a class="headerlink" href="#home-folder" title="Permalink to this headline">#</a></h3>
 <p>Every <span class="xref myst">GRAMES</span> account has a school-wide personal home folder. It is backed-up nightly.</p>
 <div class="tabbed-set docutils">
-<input checked="checked" id="67790544-2bc6-4398-a1dd-48a07a5c8668" name="8ee9e1ad-5dfe-4255-9f29-9062f652c093" type="radio">
-</input><label class="tabbed-label" for="67790544-2bc6-4398-a1dd-48a07a5c8668">
+<input checked="checked" id="2004364a-fe24-452d-bb77-0d320df17486" name="4959f135-d914-4df7-9550-d399494e197e" type="radio">
+</input><label class="tabbed-label" for="2004364a-fe24-452d-bb77-0d320df17486">
 macOS</label><div class="tabbed-content docutils">
 <ol class="arabic simple">
 <li><p>Open Finder</p></li>
@@ -1355,8 +1355,8 @@
 <p>You can change your password at <a class="reference external" href="https://codes.si.polymtl.ca/gestion/">Gestion des Codes</a>. Also, you can double-check you have VPN access by looking for <code class="docutils literal notranslate"><span class="pre">VPN_*</span> <span class="pre">=</span> <span class="pre">Actif</span></code> here.</p>
 <p>The VPN is a Cisco AnyConnect server. For Linux and macOS you can reach it by first installing a VPN client such as <code class="docutils literal notranslate"><span class="pre">openconnect</span></code> (recommended) or <code class="docutils literal notranslate"><span class="pre">Cisco</span> <span class="pre">AnyConnect</span> <span class="pre">Secure</span> <span class="pre">Mobility</span> <span class="pre">Client</span></code> (if <code class="docutils literal notranslate"><span class="pre">openconnect</span></code> is not available for your OS/distro):</p>
 <div class="tabbed-set docutils">
-<input checked="checked" id="6abc9987-79d7-4405-b373-3ffe9439037f" name="2b79a23d-6310-47e8-8319-252c676199d5" type="radio">
-</input><label class="tabbed-label" for="6abc9987-79d7-4405-b373-3ffe9439037f">
+<input checked="checked" id="9e63f4cc-ff7a-40c0-a785-f5a0fce5ee86" name="326bc630-a8ad-4bdf-8aa8-f465e662c735" type="radio">
+</input><label class="tabbed-label" for="9e63f4cc-ff7a-40c0-a785-f5a0fce5ee86">
 MacOS</label><div class="tabbed-content docutils">
 <div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">brew</span> <span class="n">install</span> <span class="n">openconnect</span>
 </pre></div>
@@ -1384,8 +1384,8 @@
 </pre></div>
 </div>
 </div>
-<input id="9fa817b4-31d9-4086-a0de-2962be1bceb6" name="2b79a23d-6310-47e8-8319-252c676199d5" type="radio">
-</input><label class="tabbed-label" for="9fa817b4-31d9-4086-a0de-2962be1bceb6">
+<input id="3c36fd32-cb3e-4f0c-bc00-653112a7e50d" name="326bc630-a8ad-4bdf-8aa8-f465e662c735" type="radio">
+</input><label class="tabbed-label" for="3c36fd32-cb3e-4f0c-bc00-653112a7e50d">
 Linux</label><div class="tabbed-content docutils">
 <div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">apt</span> <span class="n">install</span> <span class="n">openconnect</span>
 </pre></div>
@@ -1407,8 +1407,8 @@
 </pre></div>
 </div>
 </div>
-<input id="7c06cbda-95aa-4514-bec6-752f9acf82a4" name="2b79a23d-6310-47e8-8319-252c676199d5" type="radio">
-</input><label class="tabbed-label" for="7c06cbda-95aa-4514-bec6-752f9acf82a4">
+<input id="33764a84-0c96-46d6-a011-11e582b90fbd" name="326bc630-a8ad-4bdf-8aa8-f465e662c735" type="radio">
+</input><label class="tabbed-label" for="33764a84-0c96-46d6-a011-11e582b90fbd">
 Windows</label><div class="tabbed-content docutils">
 <p>Please follow the official steps from PolyMTL (<a class="reference external" href="https://share.polymtl.ca/alfresco/service/api/path/content;cm:content/workspace/SpacesStore/Company%20Home/Sites/rentree/documentLibrary/Aide-m%C3%A9moire%20tutoriels%20A2020/Aide-Memoire_VPN.pdf?a=true&amp;guest=true">French</a> or <a class="reference external" href="https://share.polymtl.ca/alfresco/service/api/path/content;cm:content/workspace/SpacesStore/Company%20Home/Sites/rentree/documentLibrary/Aide-m%C3%A9moire%20tutoriels%20A2020/Checklist_VPN.pdf?a=true&amp;guest=true">English</a>.</p>
 <p>In case the above links ever break, the steps are:</p>
@@ -1489,15 +1489,15 @@
 <p>The best way to do this is <code class="docutils literal notranslate"><span class="pre">sshfs</span></code>, which makes them appear as if they were a drive on your computer:</p>
 <p>Install sshfs, if not yet installed:</p>
 <div class="tabbed-set docutils">
-<input checked="checked" id="cd39a24a-aee2-47c9-a2f6-90dad902a48f" name="320fadf1-d286-414c-a469-37bedb856b86" type="radio">
-</input><label class="tabbed-label" for="cd39a24a-aee2-47c9-a2f6-90dad902a48f">
+<input checked="checked" id="59831416-7012-4e18-9cca-24b11eaa4569" name="3839e355-3942-46e5-89c5-b41162231c7c" type="radio">
+</input><label class="tabbed-label" for="59831416-7012-4e18-9cca-24b11eaa4569">
 Linux</label><div class="tabbed-content docutils">
 <div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">sudo</span> <span class="n">apt</span> <span class="n">install</span> <span class="o">-</span><span class="n">y</span> <span class="n">sshfs</span>
 </pre></div>
 </div>
 </div>
-<input id="00187d49-8ef5-486c-bbad-ce7b773a7910" name="320fadf1-d286-414c-a469-37bedb856b86" type="radio">
-</input><label class="tabbed-label" for="00187d49-8ef5-486c-bbad-ce7b773a7910">
+<input id="946f9047-ca31-4102-8847-1ab9c3752262" name="3839e355-3942-46e5-89c5-b41162231c7c" type="radio">
+</input><label class="tabbed-label" for="946f9047-ca31-4102-8847-1ab9c3752262">
 mac</label><div class="tabbed-content docutils">
 <div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">brew</span> <span class="n">install</span> <span class="o">--</span><span class="n">cask</span> <span class="n">osxfuse</span>
 <span class="n">brew</span> <span class="n">install</span> <span class="n">sshfs</span>
@@ -1532,8 +1532,8 @@
 <section id="vnc-graphical-interface">
 <h3>VNC (graphical interface)<a class="headerlink" href="#vnc-graphical-interface" title="Permalink to this headline">#</a></h3>
 <div class="tabbed-set docutils">
-<input checked="checked" id="ec834ac2-d30b-4112-bef8-b062a12ac194" name="74edc958-f416-4ede-8a62-a0d7fd3e5bf3" type="radio">
-</input><label class="tabbed-label" for="ec834ac2-d30b-4112-bef8-b062a12ac194">
+<input checked="checked" id="7874fba6-4519-4d09-ad5a-da87a735360c" name="899678a5-7d8d-4d4f-95aa-fab280d80ef4" type="radio">
+</input><label class="tabbed-label" for="7874fba6-4519-4d09-ad5a-da87a735360c">
 macOS</label><div class="tabbed-content docutils">
 <ol class="arabic simple">
 <li><p>Open Finder</p></li>
@@ -1542,8 +1542,8 @@
 <li><p>You can use your local/network account information or the <a class="reference external" href="https://docs.google.com/document/d/13iNhiBKYZWT9ytsvYeeYV4FJn6Wn00q9Ctka7toMV08/edit#heading=h.ckseg5ldklsg">shared account credentials</a></p></li>
 </ol>
 </div>
-<input id="99b54016-3310-4d20-b3ce-d2d92e9e0f6c" name="74edc958-f416-4ede-8a62-a0d7fd3e5bf3" type="radio">
-</input><label class="tabbed-label" for="99b54016-3310-4d20-b3ce-d2d92e9e0f6c">
+<input id="c330a8d6-b6a7-40cb-b820-892b1710ac74" name="899678a5-7d8d-4d4f-95aa-fab280d80ef4" type="radio">
+</input><label class="tabbed-label" for="c330a8d6-b6a7-40cb-b820-892b1710ac74">
 PC/Linux</label><div class="tabbed-content docutils">
 <ol class="arabic simple">
 <li><p>Establish a VNC connection using <a class="reference external" href="https://wiki.gnome.org/Apps/Vinagre/">vinaigre</a>.</p></li>
diff -ru _build1/html/courses.html _build-cleaner/html/courses.html
--- _build1/html/courses.html	2022-07-20 21:30:29.960167368 -0400
+++ _build-cleaner/html/courses.html	2022-07-20 23:41:46.816536456 -0400
@@ -1182,8 +1182,8 @@
 <section id="requirements-for-polytechnique">
 <h2>Requirements for Polytechnique<a class="headerlink" href="#requirements-for-polytechnique" title="Permalink to this headline">#</a></h2>
 <div class="tabbed-set docutils">
-<input checked="checked" id="578f77d0-1362-4e64-9abe-5a33d70a6621" name="0f46fa32-4481-49f8-b03a-11a872bb16f5" type="radio">
-</input><label class="tabbed-label" for="578f77d0-1362-4e64-9abe-5a33d70a6621">
+<input checked="checked" id="da03497e-dc7b-45ee-ad0b-df3da950eec7" name="10311e4e-773f-43fe-ac39-0be0549a8885" type="radio">
+</input><label class="tabbed-label" for="da03497e-dc7b-45ee-ad0b-df3da950eec7">
 MSc</label><div class="tabbed-content docutils">
 <ul class="simple">
 <li><p>Details of the program on the <a class="reference external" href="https://www.polymtl.ca/programmes/programmes/maitrise-professionnelle-ou-recherche-en-genie-biomedical-programme-conjoint">Polymtl website</a>.</p></li>
@@ -1195,8 +1195,8 @@
 <p class="rubric">Jury</p>
 <p>Please refer to the <a class="reference external" href="https://www.polymtl.ca/renseignements-generaux/documents-officiels/5-affaires-academiques-et-vie-etudiante">Règlements généraux des études supérieures </a> (53.4 COMPOSITION ET NOMINATION DU JURY).</p>
 </div>
-<input id="ba683392-65c7-4dd0-b6b4-608187471a05" name="0f46fa32-4481-49f8-b03a-11a872bb16f5" type="radio">
-</input><label class="tabbed-label" for="ba683392-65c7-4dd0-b6b4-608187471a05">
+<input id="05708e60-dbef-421e-b9a4-532df8eaab28" name="10311e4e-773f-43fe-ac39-0be0549a8885" type="radio">
+</input><label class="tabbed-label" for="05708e60-dbef-421e-b9a4-532df8eaab28">
 PhD</label><div class="tabbed-content docutils">
 <ul class="simple">
 <li><p>Details of the program on the <a class="reference external" href="https://www.polymtl.ca/programmes/programmes/doctorat-en-genie-biomedical-programme-conjoint#">Polymtl website</a>.</p></li>
Only in _build1/html: dropbox-google-drive.html
diff -ru _build1/html/geek-tips/bash-shell/index.html _build-cleaner/html/geek-tips/bash-shell/index.html
--- _build1/html/geek-tips/bash-shell/index.html	2022-07-20 21:30:30.400160674 -0400
+++ _build-cleaner/html/geek-tips/bash-shell/index.html	2022-07-20 23:41:47.140531527 -0400
@@ -1667,15 +1667,15 @@
 <h4>Checksum <a href="checksum" id="checksum"></a><a class="headerlink" href="#checksum-a-href-checksum-id-checksum-a" title="Permalink to this headline">#</a></h4>
 <p>This procedure creates a unique signature for your files and folders. It enables to check for integrity when you share data.</p>
 <div class="tabbed-set docutils">
-<input checked="checked" id="b9d55d9e-d574-40ee-b41d-2d073a829995" name="3aae08ec-4c36-4fe5-b986-3b4bed3d4aac" type="radio">
-</input><label class="tabbed-label" for="b9d55d9e-d574-40ee-b41d-2d073a829995">
+<input checked="checked" id="650f7307-5c01-441a-9e52-8eb0ba5fa5d1" name="8408e13f-6f8a-4af0-b141-b68043e8d79f" type="radio">
+</input><label class="tabbed-label" for="650f7307-5c01-441a-9e52-8eb0ba5fa5d1">
 Linux</label><div class="tabbed-content docutils">
 <div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>find FOLDER -type f -exec md5sum <span class="o">{}</span> <span class="se">\;</span> <span class="p">|</span> md5sum
 </pre></div>
 </div>
 </div>
-<input id="3c98fcc0-0a73-4277-b9ff-b19583d26726" name="3aae08ec-4c36-4fe5-b986-3b4bed3d4aac" type="radio">
-</input><label class="tabbed-label" for="3c98fcc0-0a73-4277-b9ff-b19583d26726">
+<input id="3afbb5f0-0afe-4932-9187-5c4febecc5ea" name="8408e13f-6f8a-4af0-b141-b68043e8d79f" type="radio">
+</input><label class="tabbed-label" for="3afbb5f0-0afe-4932-9187-5c4febecc5ea">
 Mac</label><div class="tabbed-content docutils">
 <div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>find -s FOLDER -type f -exec shasum <span class="o">{}</span> <span class="se">\;</span> <span class="p">|</span> shasum
 find -s FOLDER -type f -exec md5 <span class="o">{}</span> <span class="se">\;</span> <span class="p">|</span> md5
diff -ru _build1/html/geek-tips/bash-shell/README.html _build-cleaner/html/geek-tips/bash-shell/README.html
--- _build1/html/geek-tips/bash-shell/README.html	2022-07-20 21:30:30.400160674 -0400
+++ _build-cleaner/html/geek-tips/bash-shell/README.html	2022-07-20 23:41:47.140531527 -0400
@@ -1667,15 +1667,15 @@
 <h4>Checksum <a href="checksum" id="checksum"></a><a class="headerlink" href="#checksum-a-href-checksum-id-checksum-a" title="Permalink to this headline">#</a></h4>
 <p>This procedure creates a unique signature for your files and folders. It enables to check for integrity when you share data.</p>
 <div class="tabbed-set docutils">
-<input checked="checked" id="b9d55d9e-d574-40ee-b41d-2d073a829995" name="3aae08ec-4c36-4fe5-b986-3b4bed3d4aac" type="radio">
-</input><label class="tabbed-label" for="b9d55d9e-d574-40ee-b41d-2d073a829995">
+<input checked="checked" id="650f7307-5c01-441a-9e52-8eb0ba5fa5d1" name="8408e13f-6f8a-4af0-b141-b68043e8d79f" type="radio">
+</input><label class="tabbed-label" for="650f7307-5c01-441a-9e52-8eb0ba5fa5d1">
 Linux</label><div class="tabbed-content docutils">
 <div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>find FOLDER -type f -exec md5sum <span class="o">{}</span> <span class="se">\;</span> <span class="p">|</span> md5sum
 </pre></div>
 </div>
 </div>
-<input id="3c98fcc0-0a73-4277-b9ff-b19583d26726" name="3aae08ec-4c36-4fe5-b986-3b4bed3d4aac" type="radio">
-</input><label class="tabbed-label" for="3c98fcc0-0a73-4277-b9ff-b19583d26726">
+<input id="3afbb5f0-0afe-4932-9187-5c4febecc5ea" name="8408e13f-6f8a-4af0-b141-b68043e8d79f" type="radio">
+</input><label class="tabbed-label" for="3afbb5f0-0afe-4932-9187-5c4febecc5ea">
 Mac</label><div class="tabbed-content docutils">
 <div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>find -s FOLDER -type f -exec shasum <span class="o">{}</span> <span class="se">\;</span> <span class="p">|</span> shasum
 find -s FOLDER -type f -exec md5 <span class="o">{}</span> <span class="se">\;</span> <span class="p">|</span> md5
diff -ru _build1/html/geek-tips/git-annex.html _build-cleaner/html/geek-tips/git-annex.html
--- _build1/html/geek-tips/git-annex.html	2022-07-20 21:30:31.768139860 -0400
+++ _build-cleaner/html/geek-tips/git-annex.html	2022-07-20 23:41:48.476511203 -0400
@@ -1093,8 +1093,8 @@
 <h2>Installation<a class="headerlink" href="#installation" title="Permalink to this headline">#</a></h2>
 <p>You must have a unix OS. <code class="docutils literal notranslate"><span class="pre">git-annex</span></code> is simply not compatible with anything else.</p>
 <div class="tabbed-set docutils">
-<input checked="checked" id="c9747410-a674-4d8b-96c6-b4abbc094cc8" name="cdb92284-7fd8-4a2e-a208-5aaaa7037890" type="radio">
-</input><label class="tabbed-label" for="c9747410-a674-4d8b-96c6-b4abbc094cc8">
+<input checked="checked" id="84e82020-5ae2-44e6-b836-09edaea2e377" name="97b016c6-58cb-4a4c-b613-400d0d628c67" type="radio">
+</input><label class="tabbed-label" for="84e82020-5ae2-44e6-b836-09edaea2e377">
 Linux</label><div class="tabbed-content docutils">
 <ul class="simple">
 <li><p><strong>Arch</strong>: <code class="docutils literal notranslate"><span class="pre">pacman</span> <span class="pre">-Sy</span> <span class="pre">git-annex</span></code></p></li>
@@ -1104,15 +1104,15 @@
 <li><p>if on an older system and can’t upgrade, you can try <a class="reference external" href="https://docs.conda.io/en/latest/miniconda.html">installing <code class="docutils literal notranslate"><span class="pre">conda</span></code></a> (or <a class="reference external" href="https:/conda-forge/miniforge/">miniforge</a> and then using <code class="docutils literal notranslate"><span class="pre">conda</span> <span class="pre">install</span> <span class="pre">-f</span> <span class="pre">conda-forge</span> <span class="pre">git-annex</span></code>.</p></li>
 </ul>
 </div>
-<input id="2b850085-4e25-4a6f-9fdb-f9fcd0efbf8e" name="cdb92284-7fd8-4a2e-a208-5aaaa7037890" type="radio">
-</input><label class="tabbed-label" for="2b850085-4e25-4a6f-9fdb-f9fcd0efbf8e">
+<input id="61a59bb9-f058-4c31-ba79-fe823269e20a" name="97b016c6-58cb-4a4c-b613-400d0d628c67" type="radio">
+</input><label class="tabbed-label" for="61a59bb9-f058-4c31-ba79-fe823269e20a">
 macOS</label><div class="tabbed-content docutils">
 <div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">brew</span> <span class="n">install</span> <span class="n">git</span><span class="o">-</span><span class="n">annex</span>
 </pre></div>
 </div>
 </div>
-<input id="a72a0e33-97c5-438c-8cf3-22f3c7a99429" name="cdb92284-7fd8-4a2e-a208-5aaaa7037890" type="radio">
-</input><label class="tabbed-label" for="a72a0e33-97c5-438c-8cf3-22f3c7a99429">
+<input id="7a12b14c-cdf1-48e2-9adf-f39f50ee8da7" name="97b016c6-58cb-4a4c-b613-400d0d628c67" type="radio">
+</input><label class="tabbed-label" for="7a12b14c-cdf1-48e2-9adf-f39f50ee8da7">
 Windows 10 (via WSL)</label><div class="tabbed-content docutils">
 <p>Install <a class="reference external" href="https://docs.microsoft.com/en-us/windows/wsl/install-win10">WSL</a>, pick a distro, and then run one of:</p>
 <ul class="simple">
@@ -1121,8 +1121,8 @@
 <li><p>The <a class="reference external" href="https://docs.microsoft.com/en-us/windows/wsl/install-manual#downloading-distributions">other distros</a> are supported.</p></li>
 </ul>
 </div>
-<input id="692af85f-c259-4be6-9dd1-5652302c4d47" name="cdb92284-7fd8-4a2e-a208-5aaaa7037890" type="radio">
-</input><label class="tabbed-label" for="692af85f-c259-4be6-9dd1-5652302c4d47">
+<input id="0717e08b-38e2-4d9a-88f2-e2da920c3833" name="97b016c6-58cb-4a4c-b613-400d0d628c67" type="radio">
+</input><label class="tabbed-label" for="0717e08b-38e2-4d9a-88f2-e2da920c3833">
 Windows 10 (via VirtualBox)</label><div class="tabbed-content docutils">
 <p>Install <a class="reference external" href="https://virtualbox.org/">VirtualBox</a>, install a Linux distro inside of it, and then follow the Linux instructions.</p>
 </div>
diff -ru _build1/html/geek-tips/misc/git-and-github.html _build-cleaner/html/geek-tips/misc/git-and-github.html
--- _build1/html/geek-tips/misc/git-and-github.html	2022-07-20 21:30:33.952106632 -0400
+++ _build-cleaner/html/geek-tips/misc/git-and-github.html	2022-07-20 23:41:50.516480169 -0400
@@ -1696,24 +1696,24 @@
 <h2>Installation<a class="headerlink" href="#installation" title="Permalink to this headline">#</a></h2>
 <p>Full instructions to install <code class="docutils literal notranslate"><span class="pre">git</span></code> <a class="reference external" href="https://git-scm.com/book/en/v2/Getting-Started-Installing-Git">here</a>. We have a quick-start below:</p>
 <div class="tabbed-set docutils">
-<input checked="checked" id="4a08ef8f-5820-4c91-9409-f11b4c910c35" name="04b343f6-21a1-481d-8cd4-049950d39c2f" type="radio">
-</input><label class="tabbed-label" for="4a08ef8f-5820-4c91-9409-f11b4c910c35">
+<input checked="checked" id="1f7f01c5-7e8d-4cc8-a1ff-8dcef5e559a1" name="558be54f-f3ca-4ec5-a5d6-f5869488fef5" type="radio">
+</input><label class="tabbed-label" for="1f7f01c5-7e8d-4cc8-a1ff-8dcef5e559a1">
 Linux</label><div class="tabbed-content docutils">
 <div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>sudo apt-get update
 apt-get install git-all
 </pre></div>
 </div>
 </div>
-<input id="b8a88b1f-16e6-4eaf-8f8f-af4419b5e8ad" name="04b343f6-21a1-481d-8cd4-049950d39c2f" type="radio">
-</input><label class="tabbed-label" for="b8a88b1f-16e6-4eaf-8f8f-af4419b5e8ad">
+<input id="1de0f148-0510-4498-abc9-1da25cac0af4" name="558be54f-f3ca-4ec5-a5d6-f5869488fef5" type="radio">
+</input><label class="tabbed-label" for="1de0f148-0510-4498-abc9-1da25cac0af4">
 MacOSX</label><div class="tabbed-content docutils">
 <p>Probably the easiest way to install on MacOSX is to install via <a class="reference external" href="https://developer.apple.com/downloads/">XCode Command Line Tools</a>. To check if <code class="docutils literal notranslate"><span class="pre">git</span></code> is installed:</p>
 <div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>git --version
 </pre></div>
 </div>
 </div>
-<input id="c29b8c56-0d4b-4950-abfb-ef0baaaa9300" name="04b343f6-21a1-481d-8cd4-049950d39c2f" type="radio">
-</input><label class="tabbed-label" for="c29b8c56-0d4b-4950-abfb-ef0baaaa9300">
+<input id="6a3e2a87-0dc7-4028-ab6b-c3c5be65187b" name="558be54f-f3ca-4ec5-a5d6-f5869488fef5" type="radio">
+</input><label class="tabbed-label" for="6a3e2a87-0dc7-4028-ab6b-c3c5be65187b">
 Windows</label><div class="tabbed-content docutils">
 <p>Recommended install: Go to <a class="reference external" href="https://git-scm.com/download/win">https://git-scm.com/download/win</a> and the download will start automatically.</p>
 </div>
diff -ru _build1/html/geek-tips/misc/openneuro.html _build-cleaner/html/geek-tips/misc/openneuro.html
--- _build1/html/geek-tips/misc/openneuro.html	2022-07-20 21:30:34.264101885 -0400
+++ _build-cleaner/html/geek-tips/misc/openneuro.html	2022-07-20 23:41:50.888474509 -0400
@@ -1014,8 +1014,8 @@
 <section id="installation">
 <h3>Installation<a class="headerlink" href="#installation" title="Permalink to this headline">#</a></h3>
 <div class="tabbed-set docutils">
-<input checked="checked" id="5ee4e7c7-cd29-4780-b0bd-35fae5d0cb5f" name="384667d3-7e56-445c-a616-09ae7299df1c" type="radio">
-</input><label class="tabbed-label" for="5ee4e7c7-cd29-4780-b0bd-35fae5d0cb5f">
+<input checked="checked" id="2c8a1fed-67b1-464e-b436-330049a23ccd" name="6e06221d-885b-4578-8653-d4a310236aed" type="radio">
+</input><label class="tabbed-label" for="2c8a1fed-67b1-464e-b436-330049a23ccd">
 Debian/Ubuntu</label><div class="tabbed-content docutils">
 <p>Install <code class="docutils literal notranslate"><span class="pre">datalad</span></code> using <code class="docutils literal notranslate"><span class="pre">conda</span></code> :</p>
 <div class="highlight-bash notranslate"><div class="highlight"><pre><span></span><span class="nb">source</span> miniconda3/etc/profile.d/conda.sh
@@ -1035,8 +1035,8 @@
 </pre></div>
 </div>
 </div>
-<input id="079f48d7-f51e-45b8-93ed-52fd4f5cccdb" name="384667d3-7e56-445c-a616-09ae7299df1c" type="radio">
-</input><label class="tabbed-label" for="079f48d7-f51e-45b8-93ed-52fd4f5cccdb">
+<input id="ede64ce3-a33f-4d85-ae62-86e7627dad36" name="6e06221d-885b-4578-8653-d4a310236aed" type="radio">
+</input><label class="tabbed-label" for="ede64ce3-a33f-4d85-ae62-86e7627dad36">
 MacOS</label><div class="tabbed-content docutils">
 <p>Install <code class="docutils literal notranslate"><span class="pre">datalad</span></code> using <code class="docutils literal notranslate"><span class="pre">conda</span></code> :</p>
 <div class="highlight-bash notranslate"><div class="highlight"><pre><span></span><span class="nb">source</span> miniconda3/etc/profile.d/conda.sh
@@ -1083,18 +1083,18 @@
 <section id="id1">
 <h3>Installation<a class="headerlink" href="#id1" title="Permalink to this headline">#</a></h3>
 <div class="tabbed-set docutils">
-<input checked="checked" id="6ecdb9e9-8306-49e9-b74a-666bb1dc16b5" name="4928587d-3148-4955-a92b-c6bf0d70d401" type="radio">
-</input><label class="tabbed-label" for="6ecdb9e9-8306-49e9-b74a-666bb1dc16b5">
+<input checked="checked" id="7a2f7a2f-08ca-40dd-aa85-c12926dfe85a" name="54e4ccf3-f206-401f-8f75-49dbac7711fa" type="radio">
+</input><label class="tabbed-label" for="7a2f7a2f-08ca-40dd-aa85-c12926dfe85a">
 Linux</label><div class="tabbed-content docutils">
 <p>Follow the <a class="reference external" href="https://docs.aws.amazon.com/cli/latest/userguide/install-linux.html">AWS Installation Instructions for Linux</a>.</p>
 </div>
-<input id="d45327c5-af78-45d4-aa84-cd48993d2ea1" name="4928587d-3148-4955-a92b-c6bf0d70d401" type="radio">
-</input><label class="tabbed-label" for="d45327c5-af78-45d4-aa84-cd48993d2ea1">
+<input id="81197e7f-8cf1-4d9c-b907-4412d65d533f" name="54e4ccf3-f206-401f-8f75-49dbac7711fa" type="radio">
+</input><label class="tabbed-label" for="81197e7f-8cf1-4d9c-b907-4412d65d533f">
 MacOS</label><div class="tabbed-content docutils">
 <p>Follow the <a class="reference external" href="https://docs.aws.amazon.com/cli/latest/userguide/install-macos.html">AWS Installation Instructions for MacOS</a>.</p>
 </div>
-<input id="abb27473-f515-4359-a578-f91a49c6a0b7" name="4928587d-3148-4955-a92b-c6bf0d70d401" type="radio">
-</input><label class="tabbed-label" for="abb27473-f515-4359-a578-f91a49c6a0b7">
+<input id="1d985525-1fef-4f18-8241-7bf15ffcf6b5" name="54e4ccf3-f206-401f-8f75-49dbac7711fa" type="radio">
+</input><label class="tabbed-label" for="1d985525-1fef-4f18-8241-7bf15ffcf6b5">
 Windows</label><div class="tabbed-content docutils">
 <p>Follow the <a class="reference external" href="https://docs.aws.amazon.com/cli/latest/userguide/install-windows.html">AWS Installation Instructions for Windows</a>.</p>
 </div>
diff -ru _build1/html/geek-tips/os-guides/linux.html _build-cleaner/html/geek-tips/os-guides/linux.html
--- _build1/html/geek-tips/os-guides/linux.html	2022-07-20 21:30:35.180087948 -0400
+++ _build-cleaner/html/geek-tips/os-guides/linux.html	2022-07-20 23:41:51.696462218 -0400
@@ -1004,8 +1004,8 @@
 <p>2. Edit mount table, type : <code class="docutils literal notranslate"><span class="pre">sudo</span> <span class="pre">nano</span> <span class="pre">/etc/fstab</span></code></p>
 <p>3. For the following operating systems:</p>
 <div class="tabbed-set docutils">
-<input checked="checked" id="e02947ef-434a-4cb8-9847-03b2e4c550c6" name="deceee0a-8437-4d66-99f0-fd4919e24546" type="radio">
-</input><label class="tabbed-label" for="e02947ef-434a-4cb8-9847-03b2e4c550c6">
+<input checked="checked" id="e43f72c1-e4cb-412f-b068-c636ec9988a4" name="4bf6a2ca-5b4d-4301-8d0b-84a1177d34c1" type="radio">
+</input><label class="tabbed-label" for="e43f72c1-e4cb-412f-b068-c636ec9988a4">
 Ubuntu 14.04 LTS</label><div class="tabbed-content docutils">
 <p>Add the following lines at the bottom of the file:</p>
 <div class="highlight-bash notranslate"><div class="highlight"><pre><span></span><span class="c1">#data_processing @SERVER</span>
@@ -1016,8 +1016,8 @@
 </pre></div>
 </div>
 </div>
-<input id="c0647df3-8275-443d-a658-95ad9966fb79" name="deceee0a-8437-4d66-99f0-fd4919e24546" type="radio">
-</input><label class="tabbed-label" for="c0647df3-8275-443d-a658-95ad9966fb79">
+<input id="d24384b4-627c-4b8b-9fe2-5644d96cd046" name="4bf6a2ca-5b4d-4301-8d0b-84a1177d34c1" type="radio">
+</input><label class="tabbed-label" for="d24384b4-627c-4b8b-9fe2-5644d96cd046">
 Debian Wheezy 8</label><div class="tabbed-content docutils">
 <p>Add the following lines at the bottom of the file:</p>
 <div class="highlight-bash notranslate"><div class="highlight"><pre><span></span><span class="c1">#data_processing @SERVER</span>
Only in _build1/html: learning-and-resources
Binary files _build1/html/objects.inv and _build-cleaner/html/objects.inv differ
diff -ru _build1/html/onboarding/computer-setup.html _build-cleaner/html/onboarding/computer-setup.html
--- _build1/html/onboarding/computer-setup.html	2022-07-20 21:30:37.672050034 -0400
+++ _build-cleaner/html/onboarding/computer-setup.html	2022-07-20 23:41:53.728431306 -0400
@@ -1018,8 +1018,8 @@
 <h2>Shell Profile <a href="bash_profile" id="bash_profile"></a><a class="headerlink" href="#shell-profile-a-href-bash-profile-id-bash-profile-a" title="Permalink to this headline">#</a></h2>
 <p>You can edit your shell profile (usually called <code class="docutils literal notranslate"><span class="pre">.bash_profile</span></code>, but some newer versions of Mac use <code class="docutils literal notranslate"><span class="pre">.zsh_profile</span></code> ) to create custom commands and make the colours in your terminal look nice.</p>
 <div class="tabbed-set docutils">
-<input checked="checked" id="5af69bfe-16bd-4d80-b01b-783afd28b142" name="e4f5f36c-9e95-4a78-b698-f90ff30b5d0a" type="radio">
-</input><label class="tabbed-label" for="5af69bfe-16bd-4d80-b01b-783afd28b142">
+<input checked="checked" id="78738875-0b3c-45cf-8b45-df3ecb134375" name="8acc8a49-cdac-44ae-b642-a97d10e2fe1c" type="radio">
+</input><label class="tabbed-label" for="78738875-0b3c-45cf-8b45-df3ecb134375">
 .bash_profile</label><div class="tabbed-content docutils">
 <p>To edit, navigate to <code class="docutils literal notranslate"><span class="pre">$HOME/.bash_profile</span></code></p>
 <div class="highlight-bash notranslate"><div class="highlight"><pre><span></span><span class="c1"># Nice .bash_profile</span>
@@ -1078,8 +1078,8 @@
 </pre></div>
 </div>
 </div>
-<input id="2c315e70-8cec-4e18-a33a-5a3cfa089d8c" name="e4f5f36c-9e95-4a78-b698-f90ff30b5d0a" type="radio">
-</input><label class="tabbed-label" for="2c315e70-8cec-4e18-a33a-5a3cfa089d8c">
+<input id="169d24de-3318-4d67-b776-50816278dc74" name="8acc8a49-cdac-44ae-b642-a97d10e2fe1c" type="radio">
+</input><label class="tabbed-label" for="169d24de-3318-4d67-b776-50816278dc74">
 .zsh_profile</label><div class="tabbed-content docutils">
 <p>To edit, navigate to <code class="docutils literal notranslate"><span class="pre">$HOME/.zsh_profile</span></code></p>
 <div class="highlight-bash notranslate"><div class="highlight"><pre><span></span><span class="c1"># COLOR</span>
Only in _build1/html: purchasing-hardware-and-lab-supplies.html
diff -ru _build1/html/rf-lab/3d-printing/index.html _build-cleaner/html/rf-lab/3d-printing/index.html
--- _build1/html/rf-lab/3d-printing/index.html	2022-07-20 21:30:39.268025751 -0400
+++ _build-cleaner/html/rf-lab/3d-printing/index.html	2022-07-20 23:41:55.180409217 -0400
@@ -1014,7 +1014,7 @@
 <p>The Modix 3D printer is remotely controlled using <a class="reference external" href="https://octoprint.org">OctoPrint</a>. To access the control interface go to the hostname and use the credentials provided above.</p>
 <ul class="simple">
 <li><p><a class="reference external" href="https://docs.google.com/document/d/1N1sCdYy1kLsIw_NDbPVM3fTg5EPaR50NNuACbf_dI6s/edit?usp=sharing">SOP Modix</a></p></li>
-<li><p><a class="reference internal" href="octoprint.html"><span class="doc">OctoPrint</span></a> configuration</p></li>
+<li><p><span class="xref std std-doc">octoprint</span> configuration</p></li>
 <li><p><a class="reference external" href="https://drive.google.com/file/d/1rtaKlBJ2HbZDDPxSDA0-g0miDM7aZjVB/view?usp=sharing">Modix adjustments</a></p></li>
 </ul>
 </section>
Only in _build1/html/rf-lab/3d-printing: octoprint.html
diff -ru _build1/html/rf-lab/3d-printing/README.html _build-cleaner/html/rf-lab/3d-printing/README.html
--- _build1/html/rf-lab/3d-printing/README.html	2022-07-20 21:30:39.268025751 -0400
+++ _build-cleaner/html/rf-lab/3d-printing/README.html	2022-07-20 23:41:55.180409217 -0400
@@ -1014,7 +1014,7 @@
 <p>The Modix 3D printer is remotely controlled using <a class="reference external" href="https://octoprint.org">OctoPrint</a>. To access the control interface go to the hostname and use the credentials provided above.</p>
 <ul class="simple">
 <li><p><a class="reference external" href="https://docs.google.com/document/d/1N1sCdYy1kLsIw_NDbPVM3fTg5EPaR50NNuACbf_dI6s/edit?usp=sharing">SOP Modix</a></p></li>
-<li><p><a class="reference internal" href="octoprint.html"><span class="doc">OctoPrint</span></a> configuration</p></li>
+<li><p><span class="xref std std-doc">octoprint</span> configuration</p></li>
 <li><p><a class="reference external" href="https://drive.google.com/file/d/1rtaKlBJ2HbZDDPxSDA0-g0miDM7aZjVB/view?usp=sharing">Modix adjustments</a></p></li>
 </ul>
 </section>

(continued:)

@kousu
Copy link
Member

kousu commented Jul 21, 2022

diff -ru _build1/html/searchindex.js _build-cleaner/html/searchindex.js
--- _build1/html/searchindex.js	2022-07-20 21:30:41.239995749 -0400
+++ _build-cleaner/html/searchindex.js	2022-07-20 23:41:56.304392118 -0400
@@ -1 +1 @@
-Search.setIndex({docnames:["README","agenda-and-calendar","bibliography/README","bibliography/deep-learning","bibliography/histology","bibliography/lab-theses","bibliography/mri","bibliography/shared-paperpile-folder","bibliography/spinal-cord-injury","computer-setup","computing-resources/README","computing-resources/clusters-at-criugm","computing-resources/compute-canada","computing-resources/data/README","computing-resources/data/django","computing-resources/data/duke","computing-resources/data/git-datasets","computing-resources/neuropoly/README","computing-resources/neuropoly/cpus","computing-resources/neuropoly/gpus","computing-resources/printer","computing-resources/youtube","conferences","contact","courses","dropbox-google-drive","geek-tips/README","geek-tips/bash-shell/README","geek-tips/bash-shell/script","geek-tips/contributing","geek-tips/deep-learning/README","geek-tips/deep-learning/conditional-random-fields-crf","geek-tips/deep-learning/cuda","geek-tips/deep-learning/misc","geek-tips/deep-learning/restricted-boltzmann-machines","geek-tips/deep-learning/tensorflow","geek-tips/git","geek-tips/git-annex","geek-tips/image-processing-software/README","geek-tips/image-processing-software/advanced-normalization-tools-ants","geek-tips/image-processing-software/anima","geek-tips/image-processing-software/diffusion-simulator","geek-tips/image-processing-software/freesurfer","geek-tips/image-processing-software/fsl/README","geek-tips/image-processing-software/fsl/fsleyes","geek-tips/image-processing-software/itk-snap","geek-tips/image-processing-software/nifti","geek-tips/image-processing-software/openneuro-cli","geek-tips/image-processing-software/osirix","geek-tips/misc/README","geek-tips/misc/bitbucket","geek-tips/misc/docker/README","geek-tips/misc/docker/docker-for-deep-learning","geek-tips/misc/dropbox","geek-tips/misc/git-and-github","geek-tips/misc/jekyll","geek-tips/misc/microsoft-word","geek-tips/misc/openneuro","geek-tips/misc/sketchup","geek-tips/misc/virtual-machines/README","geek-tips/misc/virtual-machines/vagrant","geek-tips/misc/virtual-machines/virtualbox","geek-tips/misc/xquartz","geek-tips/os-guides/README","geek-tips/os-guides/linux","geek-tips/os-guides/macosx","geek-tips/programming-languages/README","geek-tips/programming-languages/c++/README","geek-tips/programming-languages/c++/installation-of-vtk-and-itk-on-mac-os-x","geek-tips/programming-languages/c++/using-xcode","geek-tips/programming-languages/matlab","geek-tips/programming-languages/python","geek-tips/useful-links","ideas-for-cool-projects","learning-and-resources/deep-learning","learning-and-resources/histology","learning-and-resources/shared-paperpile-folder","learning-and-resources/untitled","mri-scanning/README","mri-scanning/mhi-7t-agilent","mri-scanning/mni-mcgill-7t-terra","mri-scanning/unf-3t-prisma","onboarding/README","onboarding/campus-access","onboarding/computer-setup","onboarding/consultants-ra","onboarding/developer-setup","onboarding/dropbox-google-drive","onboarding/getting-started","onboarding/infrastructure","onboarding/postdoc","practical-information/README","practical-information/moving-to-montreal","practical-information/purchasing-hardware-and-lab-supplies","practical-information/purchasing-weekly-lunch","practical-information/scholarships-and-bursaries","practical-information/visa","purchasing-hardware-and-lab-supplies","rf-lab/3d-printing/README","rf-lab/3d-printing/octoprint","rf-lab/README","rf-lab/cnc-machine","rf-lab/misc","rf-lab/mri-coils-at-neuropoly","rf-lab/mri-phantoms","rf-lab/pcb-manufacturing","tips-and-tricks/README","tips-and-tricks/programming/README","tips-and-tricks/programming/c++","tips-and-tricks/programming/matlab","tips-and-tricks/programming/python","tips-and-tricks/programming/unix-shell-bash","writing-articles"],envversion:{"sphinx.domains.c":2,"sphinx.domains.changeset":1,"sphinx.domains.citation":1,"sphinx.domains.cpp":4,"sphinx.domains.index":1,"sphinx.domains.javascript":2,"sphinx.domains.math":2,"sphinx.domains.python":3,"sphinx.domains.rst":2,"sphinx.domains.std":2,sphinx:56},filenames:["README.md","agenda-and-calendar.md","bibliography/README.md","bibliography/deep-learning.md","bibliography/histology.md","bibliography/lab-theses.md","bibliography/mri.md","bibliography/shared-paperpile-folder.md","bibliography/spinal-cord-injury.md","computer-setup.md","computing-resources/README.md","computing-resources/clusters-at-criugm.md","computing-resources/compute-canada.md","computing-resources/data/README.md","computing-resources/data/django.md","computing-resources/data/duke.md","computing-resources/data/git-datasets.md","computing-resources/neuropoly/README.md","computing-resources/neuropoly/cpus.md","computing-resources/neuropoly/gpus.md","computing-resources/printer.md","computing-resources/youtube.md","conferences.md","contact.md","courses.md","dropbox-google-drive.md","geek-tips/README.md","geek-tips/bash-shell/README.md","geek-tips/bash-shell/script.md","geek-tips/contributing.md","geek-tips/deep-learning/README.md","geek-tips/deep-learning/conditional-random-fields-crf.md","geek-tips/deep-learning/cuda.md","geek-tips/deep-learning/misc.md","geek-tips/deep-learning/restricted-boltzmann-machines.md","geek-tips/deep-learning/tensorflow.md","geek-tips/git.md","geek-tips/git-annex.md","geek-tips/image-processing-software/README.md","geek-tips/image-processing-software/advanced-normalization-tools-ants.md","geek-tips/image-processing-software/anima.md","geek-tips/image-processing-software/diffusion-simulator.md","geek-tips/image-processing-software/freesurfer.md","geek-tips/image-processing-software/fsl/README.md","geek-tips/image-processing-software/fsl/fsleyes.md","geek-tips/image-processing-software/itk-snap.md","geek-tips/image-processing-software/nifti.md","geek-tips/image-processing-software/openneuro-cli.md","geek-tips/image-processing-software/osirix.md","geek-tips/misc/README.md","geek-tips/misc/bitbucket.md","geek-tips/misc/docker/README.md","geek-tips/misc/docker/docker-for-deep-learning.md","geek-tips/misc/dropbox.md","geek-tips/misc/git-and-github.md","geek-tips/misc/jekyll.md","geek-tips/misc/microsoft-word.md","geek-tips/misc/openneuro.md","geek-tips/misc/sketchup.md","geek-tips/misc/virtual-machines/README.md","geek-tips/misc/virtual-machines/vagrant.md","geek-tips/misc/virtual-machines/virtualbox.md","geek-tips/misc/xquartz.md","geek-tips/os-guides/README.md","geek-tips/os-guides/linux.md","geek-tips/os-guides/macosx.md","geek-tips/programming-languages/README.md","geek-tips/programming-languages/c++/README.md","geek-tips/programming-languages/c++/installation-of-vtk-and-itk-on-mac-os-x.md","geek-tips/programming-languages/c++/using-xcode.md","geek-tips/programming-languages/matlab.md","geek-tips/programming-languages/python.md","geek-tips/useful-links.md","ideas-for-cool-projects.md","learning-and-resources/deep-learning.md","learning-and-resources/histology.md","learning-and-resources/shared-paperpile-folder.md","learning-and-resources/untitled.md","mri-scanning/README.md","mri-scanning/mhi-7t-agilent.md","mri-scanning/mni-mcgill-7t-terra.md","mri-scanning/unf-3t-prisma.md","onboarding/README.md","onboarding/campus-access.md","onboarding/computer-setup.md","onboarding/consultants-ra.md","onboarding/developer-setup.md","onboarding/dropbox-google-drive.md","onboarding/getting-started.md","onboarding/infrastructure.md","onboarding/postdoc.md","practical-information/README.md","practical-information/moving-to-montreal.md","practical-information/purchasing-hardware-and-lab-supplies.md","practical-information/purchasing-weekly-lunch.md","practical-information/scholarships-and-bursaries.md","practical-information/visa.md","purchasing-hardware-and-lab-supplies.md","rf-lab/3d-printing/README.md","rf-lab/3d-printing/octoprint.md","rf-lab/README.md","rf-lab/cnc-machine.md","rf-lab/misc.md","rf-lab/mri-coils-at-neuropoly.md","rf-lab/mri-phantoms.md","rf-lab/pcb-manufacturing.md","tips-and-tricks/README.md","tips-and-tricks/programming/README.md","tips-and-tricks/programming/c++.md","tips-and-tricks/programming/matlab.md","tips-and-tricks/programming/python.md","tips-and-tricks/programming/unix-shell-bash.md","writing-articles.md"],objects:{},objnames:{},objtypes:{},terms:{"0":[9,12,16,17,19,27,28,29,32,33,35,37,39,41,48,51,52,61,64,68,69,70,84,93,97,99,104,112],"00":[12,17,19,37,94],"000":41,"0000":19,"00000000":19,"0000000000000000":19,"00000000fee09000":19,"00000000fee0a000":19,"00000000fee1d000":19,"00000000fee24000":19,"0001":19,"000182":19,"000461":19,"000w":19,"0023":19,"005":39,"01":[19,104],"02":[3,61,68,74],"024":19,"03":[12,16,19,22],"031":102,"0312":19,"033":28,"04":[17,19,32,37,51,52,64,65],"0400":37,"042005":[93,97],"049703":39,"04lt":35,"05":[19,22,61],"06":[3,19,37,74],"06035":[93,97],"06038":[93,97],"0644":37,"07":22,"07244":112,"0781":19,"09":[19,22,40],"09412":[3,74],"0a":19,"0avgdata":19,"0avgtext":19,"0b2":35,"0bin":27,"0ee2b5d73xfpz2gvp81z":[93,97],"0input":19,"0m":28,"0ma":19,"0major":19,"0n":19,"0output":19,"0swap":19,"0u":19,"0ubuntu0":19,"0x0":39,"0x0x5vox":38,"1":[9,12,16,19,22,24,27,28,29,32,36,37,38,39,41,46,48,51,64,70,71,73,79,84,86,93,95,97,99,104,111,112],"10":[3,8,9,15,17,19,22,27,29,32,37,61,65,74,84,94,102,112],"100":[19,27,39,65,70,73,93,97],"1000":[22,61,79],"10000":[37,48],"100000":39,"10000x10000x10000":39,"1000ml":104,"1001":37,"1007":[3,74],"100mb":27,"100n":19,"100x10x5":39,"1023":12,"10235mib":19,"1024":12,"10243mib":19,"10245mib":19,"1024m":12,"10253mib":19,"103":19,"104":19,"105":19,"106":19,"107":19,"108":79,"10bittagcomp":19,"10bittagreq":19,"10de":19,"10gb":12,"10mib":19,"10u":19,"11":[15,16,19,22,32,37,39,68,112],"110":19,"111":71,"1111789minor":19,"1123":8,"114":[19,79],"1140317":37,"1140317_t1w_seg":37,"115":19,"1160":104,"117":19,"11782":8,"1179":[25,87],"1198440minor":19,"11user":19,"12":[8,17,18,19,32,35,47,79,93,94,97,112],"120":96,"12288":15,"124":92,"1250":19,"127":[19,51],"128":19,"128bitca":19,"128mb":19,"13":[12,15,19,22,32],"131":19,"1319996":37,"132":[98,105],"1328":19,"135":79,"13684mib":19,"139":19,"14":[15,19,22,32,35,37,41,52,64,70,79],"143263":112,"1445":19,"148":19,"15":[15,19,22,32,37,61],"150":[19,73],"150g":79,"151":19,"152":19,"153":19,"1532":19,"154":98,"1562":19,"157":19,"159":79,"15tb":15,"16":[12,15,17,19,22,32,37,41,48,51,52,79,93,97],"160":19,"1600x1200":17,"161":19,"161873978":37,"16280mib":19,"16364":[93,97],"165":79,"16gb":19,"16gt":19,"16k":19,"16m":19,"16mb":19,"16w":19,"17":[8,15,19,22,37,70,93,97],"17018":8,"1710":[3,74],"173":19,"17329258":68,"175":92,"1790":104,"17th":[36,54],"17w":19,"18":[8,15,17,19,22,70],"18000000000":19,"18010000000":19,"184":[19,79],"1875":19,"18g":19,"19":[19,37],"193":19,"194":19,"195":19,"198":27,"1e2265d2af1616fe7b5dc23":19,"1e3zcakkiyaa9ewduxihvaif5fy2iif27":73,"1gb":[12,19],"1l":[79,93,97],"1mib":19,"1pm":16,"1tb":[12,16],"1ubuntu1":19,"1vox":38,"1x":17,"1x1mm":39,"1x1x0":39,"2":[12,15,16,17,19,22,24,27,28,29,32,35,36,37,39,54,60,64,68,70,71,73,79,93,96,97,111,112],"20":[15,16,17,19,22,37,39,61,93,97],"200":41,"2000":[22,41],"20000":19,"2001":31,"2003":31,"20030000000":19,"20040000000":19,"20040724203315798":65,"2007":8,"2008":65,"2010":61,"2012":61,"2013":[24,36,54,61,68],"2014":[19,24,39,68,95],"2015":22,"20150120_dmri_nogs":[25,87],"20150314_frq":[25,87],"20150530_ismrm":[25,87],"2015_neuroimag":[25,87],"2016":[8,19,22],"2017":[8,19,22],"20170515_report":[25,87],"2017_mrm":112,"2018":[22,40,78],"2019":[3,8,16,22,74,78,112],"2020":[19,22,37,78],"2021":[3,16,19,22,37,74,78],"20210310":37,"2022":[19,22,78],"2023":22,"2041807":102,"2043b":24,"2048":60,"2050d":37,"206":92,"207":[98,105],"20explain":46,"21":[15,17,22,93,97],"210":98,"215990860603743":80,"2167":92,"2188":19,"22":[8,19,22,37],"222":19,"22764":[3,74],"229":102,"22c":19,"22w":19,"23":[15,93,97,98],"230815":112,"238":19,"239":19,"23c":19,"23w":19,"23x18":22,"24":[11,22,27,93,94,97],"240":19,"241":19,"2422":19,"24c":19,"24h":27,"25":[19,22,79],"2500":[19,94],"250ml":[93,97],"255":12,"255u":19,"256":[12,19],"256m":19,"256mb":19,"257":19,"258":19,"259":19,"25c":19,"25g":104,"25x28":22,"26":[19,22,93,97],"261893952":37,"2643384":102,"26c":19,"27":[8,16,19,93,97],"27c":19,"28":[19,22,37,95],"28060000000":19,"28070000000":19,"282":[8,80],"28305":37,"287db3a":35,"28_linux":32,"29":[19,22],"290a43b80da6f608e3d47107f3b6c05e98eebe56ed4eea633748c08bd1a7837a":37,"299":79,"29c":19,"2_threshold":19,"2a1e9307":39,"2d":[28,29,39,48,71,77],"2e":41,"2gb":19,"2l":[93,97],"2nd":[22,65,79],"2retim":19,"3":[3,8,12,16,17,19,24,27,28,32,35,37,39,56,57,60,64,68,71,74,93,96,97,104,112],"30":[19,22,28,68,93,94,97,112],"300":79,"3000":[19,41],"30000":19,"3003":[93,97],"3006":[93,97],"300mt":79,"300v":79,"300w":19,"30m":28,"30x20":22,"31":[22,28],"310":[8,79],"31700m":12,"318":79,"319":[3,74],"3195465":65,"31c":19,"31m":[9,28,84],"31system":19,"31w":19,"32":[19,28,39,93,97],"321874946":37,"32263":19,"32264":19,"322736":112,"32454":112,"3262ac5d6c5f573720c5e508da47608bd9fa49d6cd4dd547f75046c1a2f0d5b6":37,"32bit":19,"32c":19,"32gb":[17,19],"32m":19,"32mb":19,"32mtext":28,"33":[19,28],"33062":19,"33063":19,"3318major":19,"33w":19,"34":[19,28],"340c":[93,97],"3439mib":19,"34824":112,"3494785":65,"35":[8,15,19,28],"350":70,"35031":[93,97],"35147":19,"35450":112,"357":92,"36":[15,28],"367":35,"368g":19,"36m":[9,84],"37":[15,19,28],"3750":19,"3770":[93,97],"38":[15,16,19],"381":102,"3850":[93,97],"38c":19,"38m":[9,84],"3997":92,"3a":86,"3d":[3,24,39,41,44,45,48,65,68,71,72,73,74,77,100],"3daa207ea45c75722bd0e3bc914dce3a":27,"3dprinter4u":98,"3dverkstan":98,"3f309650bbc2d5146d9e1d1e24c7b17ee82c9da2fb609030ee83f3c1f2d74acb":37,"3g":104,"3kg":79,"3mib":19,"3rd":61,"3s":17,"3t":73,"3x2x1":39,"3y6aqecmkha9wwiffywwjea7egr":16,"4":[8,12,17,19,24,27,32,37,39,41,60,64,79,93,97,104,112],"40":[8,54],"400":70,"403":73,"404041":19,"404415":19,"404712":19,"405001":19,"405275":19,"405553":19,"405838":19,"406104":19,"406373":19,"406651":19,"4096":[15,37],"4096k":61,"40output":19,"41":[19,102],"419618":19,"419961":19,"41w":19,"42":19,"420":19,"420291":19,"420552":19,"420848":19,"420981":27,"421108":19,"424":24,"425mib":19,"428mib":19,"4326":102,"44":[8,15,19],"440":19,"440g":19,"443":[36,54],"45":[15,19,37],"453":53,"4589610":[93,97],"46":[93,97],"46720":19,"47":19,"47499mib":19,"47502mib":19,"48":[12,19],"4846888maxresid":19,"49140mib":19,"492":86,"495":19,"496":102,"49user":19,"4d":[39,44],"4gb":19,"4h2":92,"4mg6bgd9pv55thf9486t2miht8":17,"4u":19,"4x2x1vox":39,"5":[12,19,22,27,28,35,37,38,39,52,54,60,73,79,93,97,104,112],"50":[19,54,73,79],"500":[24,70],"5000":19,"50000":41,"50g":19,"50m":19,"50mm":98,"50u":19,"50x50x50":39,"51":[19,27],"510":19,"512":19,"512k":19,"512mb":19,"512n":19,"514":92,"5198356maxresid":19,"51w":19,"52":19,"520":24,"521":92,"525022":19,"525362":19,"525648":19,"525931":19,"527":92,"529":24,"52w":19,"53":[19,24],"54":16,"5405":22,"54elaps":19,"55":[79,104],"5500":20,"551":24,"5555":92,"558":24,"56":[19,37],"560336":19,"560681":19,"560964":19,"561247":19,"5613":83,"561525":19,"561798":19,"5619":[20,83],"562070":19,"562342":19,"5625":19,"5626":83,"5655":92,"57":[19,79],"570":24,"573495":19,"57887":19,"58":19,"58390":19,"5883":92,"5886":112,"5_sampl":32,"5cm":22,"5d":39,"5db":19,"5fl":[93,97],"5g":104,"5gt":19,"5h2o":104,"6":[12,16,19,24,27,32,37,39,41,52,60,65,69,71,73,79,86,93,97,112],"60":[19,22],"600":[19,79],"6008":19,"6009":19,"600mt":79,"602":24,"603":24,"607":24,"6094":19,"610":24,"612":24,"62":19,"6250":19,"626":24,"63":19,"638":79,"64":[11,17,18,19],"640x480":29,"6433mib":19,"6436mib":19,"644":27,"64bit":19,"64gb":19,"64mb":19,"64u":19,"65":[19,105],"650":24,"65w":19,"66":19,"660":24,"66179":[3,74],"66mhz":19,"6719":19,"68":19,"683":24,"6875":19,"68w":19,"69w":19,"6db":19,"6v":37,"7":[12,15,17,19,22,35,37,52,57,68,71,79,86,112],"70":19,"700":39,"7000":19,"701":27,"70237":[93,97],"70240":[93,97],"707424input":19,"71system":19,"72":54,"73":[19,24,93,97],"735":92,"737":8,"75":[19,79],"750":12,"7500":19,"755":27,"75g":104,"76":24,"7656":19,"766":24,"76jkx":27,"77":[19,93,97],"775":53,"78":[19,104],"7812":19,"79":37,"7944":83,"7_48":[3,74],"7d3e45f0d4c67f31883b76eafc6cfdca1c1591590e2243dc8d443b07616b3609":37,"7t":[6,73,77],"8":[12,15,16,17,19,22,24,27,32,35,37,39,52,64,68,79,93,96,97,112],"80":[19,29,79,92],"800":[65,70],"801500":112,"802h":37,"8080":19,"81":19,"811":92,"8125":19,"8192":15,"81g":37,"82":[93,97],"82w":19,"8363576":[3,74],"8363652":[3,74],"840261":39,"85":19,"855":92,"86":19,"8653423":[3,74],"8750":19,"878117":32,"8888":52,"89":19,"8906":19,"89elaps":19,"8a":19,"8gb":19,"8th":[16,73],"9":[19,22,27,32,39,93,97,112],"90":[17,19],"900":19,"9062":19,"91":[19,98],"92":[8,19],"92w":19,"9375":19,"938165":19,"938506":19,"938794":19,"939082":19,"94":19,"94mhz":79,"95":[93,97],"950":112,"9577":[93,97],"95g":104,"9688":19,"973280":19,"975":19,"978":[3,74,112],"98":[19,79],"98320":92,"984221":19,"984542":19,"984816":19,"985088":19,"985364":19,"985628":19,"985890":19,"986153":19,"986416":19,"986679":19,"986945":19,"987207":19,"99":19,"994256":19,"994898":19,"995":39,"995454":19,"996001":19,"999064":19,"99design":72,"9g":104,"\u00b2":112,"\u00e0":[24,73],"\u00e9cole":17,"\u00e9galement":73,"\u00e9lectriqu":24,"\u00e9mergent":24,"\u00e9pini\u00e8r":95,"\u00e9tat":24,"\u00e9thiqu":24,"\u00e9tude":[24,95],"\u00e9vident":73,"\u00eele":92,"abstract":[3,74,112],"andr\u00e9ann":24,"appliqu\u00e9":24,"automatis\u00e9":24,"biom\u00e9dic":24,"biom\u00e9dical":24,"biom\u00e9dicaux":24,"biomicrosyst\u00e8m":24,"boolean":65,"break":[17,29,54,99],"byte":19,"case":[16,17,19,27,29,36,37,39,52,53,54,68,94,96],"chah\u00e9":24,"char":19,"class":[3,29,68,69,74],"cp\u00e9":24,"d\u00e9cari":17,"default":[12,16,17,19,29,32,37,39,54,55,68,99,111],"do":[3,9,12,14,16,17,19,20,22,27,28,29,32,36,37,39,40,44,50,52,54,57,60,61,65,68,74,78,84,87,98,99,100,112],"donn\u00e9":24,"exp\u00e9rienc":96,"export":[9,12,19,22,32,35,45,47,48,64,68,69,84,105,112],"f\u00e9d\u00e9ral":96,"facult\u00e9":95,"final":[16,65,94,112],"float":41,"fran\u00e7ai":24,"fran\u00e7ais":92,"function":[3,24,29,65,74,112],"g\u00e9n\u00e9ral":92,"g\u00e9n\u00e9raux":24,"g\u00e9nie":24,"h\u00f4pital":92,"h\u00f4tel":92,"import":[1,17,19,22,24,29,48,54,58,68,71,80,99,112],"int":19,"j\u00fclich":[6,77],"long":[15,27,28,37,54,68,73],"m\u00e9decin":24,"m\u00e9dical":24,"m\u00e9dico":92,"m\u00e9lani":73,"m\u00e9thode":24,"ma\u00eetr":94,"maryh\u00f4pit":92,"montr\u00e9al":[92,94,112],"motricit\u00e9":95,"nanom\u00e9decin":24,"new":[3,9,12,14,17,22,27,29,36,48,51,54,56,65,68,74,84,111,112],"num\u00e9riqu":24,"orient\u00e9":24,"probabilit\u00e9":24,"public":[12,15,16,21,22,39,40,50],"qu\u00e9bec":[24,95,112],"r\u00e8glement":24,"r\u00e9g\u00e9n\u00e9ratric":24,"radiofr\u00e9qu":24,"return":[19,65,83],"s\u00e9bastien":[17,24],"s\u00f8rensen":[3,74],"sacr\u00e9":92,"sant\u00e9":[92,112],"short":[54,73,104],"sp\u00e9c":24,"static":[6,55,68,73],"sup\u00e9rieur":[24,95],"switch":[16,32,65,73],"syst\u00e8m":24,"th\u00e9oriqu":24,"tr\u00e9":24,"true":[19,37,39,65],"try":[15,27,29,36,37,39,54,65,73,94],"universit\u00e9":112,"v\u00e9rifier":73,"var":[28,99],"while":[14,19,27,28,29,36,37,54,65],A:[3,4,6,8,12,16,17,19,21,22,24,29,34,36,37,39,51,54,56,65,68,74,75,78,79,83,102,112],AND:[36,61,79],AT:[36,65],And:[16,19,37,65],As:[16,19,52,54,83],At:[24,32,65,68,94,111],Be:41,By:[17,36,54],For:[3,11,12,14,16,17,18,19,22,24,25,27,29,36,37,39,54,60,61,64,65,74,80,86,87,94,95,96,112],IFS:28,IN:[25,87],IT:[23,36],If:[1,12,15,16,17,19,20,22,27,29,32,33,36,37,44,47,48,50,51,52,53,54,60,61,64,65,68,69,71,78,82,83,88,89,92,93,94,102,112],In:[1,9,16,17,29,36,38,39,47,50,51,52,54,60,61,65,68,69,83,84,100],Is:[6,19,65,77],It:[4,16,17,22,27,28,36,37,38,39,44,54,60,61,68,75,94,96],NO:[9,32,84],NOT:14,Near:24,No:[19,28,32,48,68],Not:[19,65],OF:36,ON:[22,39,68],ONE:112,OR:[25,65,87],On:[3,17,19,27,36,51,54,61,65,74],One:[12,65],Or:[36,38,54,61,65],THE:[9,84],TO:[9,12,57,65,84],That:[54,88,93],The:[1,3,12,14,15,16,17,22,24,27,28,29,32,35,36,37,38,39,40,44,47,50,51,52,54,60,68,69,71,74,78,79,92,93,94,96,97,98,112],Then:[12,16,17,19,25,32,36,39,54,61,64,65,69,111,112],There:[12,15,16,24,39,65,83],These:[16,53],To:[0,1,9,11,12,14,15,16,17,19,21,22,27,28,29,36,37,38,39,44,47,48,51,53,54,60,61,62,65,68,69,71,83,84,94,96,98,104,111,112],WITH:[9,36,84],With:[61,69],_:[27,80],__version__:19,_brain:28,_develop:69,_fxshowposixpathintitl:65,_mean:65,_myfil:53,_reg_diffeo:39,_you:80,a1:19,a6000:[17,19],a7b20f20:19,a9539pi:104,aaaab3nzac1yc2eaaaadaqabaaabaqd:16,aaaac3nzac1lzdi1nte5aaaaid11n3hqpjp4okivd5xo3n0cuo24iomwxyv:16,aaaac3nzac1lzdi1nte5aaaaijwsjlem:16,aapm:[6,77],aarep:85,aaron:24,ab:[19,28],abacu:112,abbei:[9,84],abbrevi:65,abdolrezae:8,abl:[19,29,32,33,52,54,69,70,73,83,112],about:[0,3,16,17,29,36,37,39,54,68,69,74,81,83,85,94,104],abov:[16,17,19,22,29,36,37,52,54,61,65,83,98,112],absolut:60,abwmgmt:19,ac:[46,65],academ:[22,24],academi:6,acceler:[35,68,95],accent:[25,87],accept:[17,22,24,29,32,36,54,96],access:[1,7,12,14,16,17,22,23,27,28,36,37,54,65,76,78,79,82,88,98,102],accommod:[29,96],accompani:[29,54],accord:[16,24,29],accordingli:29,account:[16,19,21,22,36,37,50,52,53,54,65,73,80,88,94,112],account_appl:12,accountchoos:112,accur:[93,97],acdc:102,acdc_spine_7t_033p:78,achiev:[29,54],acl:65,aclr8:65,acquaint:[3,74],acquir:[73,79],acquisit:[6,77,78,89],acronym:72,acronymifi:72,across:[19,24,28,37,73,92],acsviol:19,actif:[17,24],action:[27,28,29,56,65,71],activ:[3,11,12,16,19,23,44,57,65,71,73,74,79,83],activewindow:56,actual:[16,36,39,51],acut:8,acutozgynqkjyi7kje9ulkhzo7n04qfc:16,ad:[1,14,16,24,25,27,29,36,37,44,47,54,60,65,69,73,87,93,94,99,112],adad:[3,8,12,24,74,112],adapt:[19,29],adb:37,adblock:65,add:[1,11,17,21,22,27,28,29,35,37,39,47,51,56,61,62,64,65,68,71,73,78,80,94,104,112],add_subplot:71,addison:[93,97],addit:[7,12,16,24,29,38,76,83],addpath:11,address:[14,15,16,17,19,20,29,36,50,54,65,71],addunlock:37,adjust:98,admin:[23,25,52,61,64,87],administr:[17,24,25,52,65,87],adrienn:73,advanc:[19,22,24,71,93,97],advant:39,advantag:[19,29,65,112],adversari:[3,74],advnonfatalerr:19,aercap:19,affect:[16,29,73],affili:22,affinetransform_double_2_2:39,affinetransform_double_3_3:39,afi:73,afp:[14,15,53],afraid:[6,77],after:[1,11,12,14,15,16,17,27,29,38,44,50,52,65,73,96,112],afterward:22,again:[16,32,37,65,94],agenda:1,agent:[99,104],agil:[24,104],agnost:73,ago:27,agreement:[3,24,74],ahuja:8,ahunts:92,ai:[3,74,112],aiff:65,aim:54,air:102,airdrop:65,aj:8,ajnr:[8,112],akyel:24,al:[31,73,77,95],aldina:[93,97],aldrich:[93,97,104],aleator:[3,74],alex:16,alexand:95,alexandru:[73,78,80],alexandrufoia:19,algorithm:[4,24,29,38,54,71,75],alia:[9,14,19,36,54,84],alizadeh:8,all:[1,9,11,12,16,17,19,22,24,25,27,28,29,36,37,39,48,51,52,54,57,61,65,68,69,84,87,88,99,111,112],allan:73,alloc:[12,19],allow:[16,17,19,22,24,29,36,38,45,47,51,52,54,60,62,65,68,69,79,96],alois:24,alon:52,along:[38,48,54,73],alonso:16,alphanumer:54,alreadi:[12,16,17,19,24,29,36,54,65,73,80],also:[12,15,16,17,19,24,28,29,36,37,41,47,52,54,60,65,68,69,83,98],alt:[14,32,56,65],alter:29,altern:[27,28,39,54,65,80],although:53,altium:105,alwai:[25,29,37,53,87],am:[8,29],amazon:[93,97],amd64:19,amend:36,american:[93,97,112],amir:24,among:16,amount:[19,22,73,95],amphenol:102,amri:104,an:[1,3,8,12,14,16,19,22,24,27,28,32,36,37,38,39,42,44,48,51,52,53,54,62,65,70,73,74,77,78,79,80,85,87,92,93,94,96,99,112],analys:24,analysi:[4,24,39,43,75,83,112],analyz:[29,42,104],analyzehead:41,anat:37,anatom:45,anchor376728:[93,97],andreann:73,android:94,angl:73,anglai:24,anglophon:95,ani:[0,1,4,16,19,22,27,29,32,36,37,41,52,53,54,65,68,75,83,93,94,99],anim:79,anima_data:40,annal:112,annex:[16,19,26,57,89],annoi:[53,68],annot:[16,17,65],announc:12,anonym:[3,74,99],anonymous_ident:99,anoth:[16,17,27,37,51,68,80,83,112],anova:24,ansi:72,ansibl:17,answer:[6,39,65,77],ant:[9,12,17,84],antena:38,antenn:24,antenna:[73,112],anteriorli:73,antsbin:39,antspath:12,antsr:39,antsuselandmarkimagestogetaffinetransform:39,antsuselandmarkimagestogetbsplinedisplacementfield:39,anyconnect:17,anymor:[9,20,84],anyon:27,anyth:[12,25,37,68,87,92,100,112],anytim:37,anywai:29,ap229997:[3,74],ap:27,apache2:60,apart:92,apertur:112,api:29,app:[6,12,17,61,65,68,77],appear:[16,17,36,37,54,68,70],append:[69,111],appl:[9,65,68,69,84],appledoubl:53,applescript:65,appleshowallfil:65,appli:[22,24,29,38,39,48,65,73,96],applianc:61,applic:[3,9,19,21,24,29,35,51,61,68,69,73,74,79,84,91],appoint:92,apprentissag:24,approach:[3,29,36,71,74],approch:24,appropri:[19,21,29],approv:[21,24],approxim:[3,74],apr:[8,19,22],april:22,apt:[17,19,32,35,36,37,51,54,57,60,61],ar:[1,12,13,14,15,16,17,19,22,24,25,27,29,32,37,38,39,47,48,51,52,53,61,64,65,68,69,71,73,78,79,81,83,87,92,93,94,96,97,99,104],arb:19,arbel:24,arbitrari:29,arbour:95,arbselect:19,arch:37,architectur:[3,68,74],archiv:[27,35,40,69,80],area:[29,48,73],arf1681:102,arfx1905:102,arg:[9,28,84],argument:[12,27,28,39,61,65,69],arial:70,arlocarreon:[36,54],around:[65,96],arrai:[71,73],arrang:73,arriv:[91,94],art:[3,39,72,74],articl:[7,24,29,65,76,98,101],artif:24,artifici:[24,112],artificiel:24,arxiv:[3,74],ascii:72,ask:[6,16,17,21,22,36,54,65,69,77,78,80,94,95,98],askubuntu:27,asl:57,asp:[93,95,96,97],aspm:19,aspm_l1:19,aspmoptcomp:19,aspx:102,assep:[90,96],assess:8,assign:[12,24,61],assimil:[3,74],assist:37,associ:[0,17,90,96,112],assum:[32,36,39,54],assumpt:73,assur:69,asymmetri:39,atext:65,athen:22,atla:73,atlas:[3,74],atlassian:[36,54],atom:[55,65,99],atomicopscap:19,atomicopsctl:19,atroph:73,atrophi:73,attach:[16,17,27,93],attend:[22,24,80],attent:[3,29,74,92],attnbtn:19,attnind:19,attribut:37,au:[22,24,93,97],audio:[19,65],augment:[3,73,74],august:95,aurora:[93,97],australia:22,austria:112,autbwint:19,auth:[3,74,99],auth_alg:99,authent:[16,17],authgroup:17,author:[3,16,21,29,36,54,68,73,74,83,112],authoris:80,auto:[17,37,70,98],autof:[36,54],autom:[3,4,8,9,29,54,74,75,84],automat:[3,16,17,18,19,29,36,54,73,74,79],autoopen:56,autoseq:[3,74],autwiddi:19,aux:27,auxcurr:19,auxpwr:19,av:92,avail:[1,4,12,15,16,17,18,19,22,29,51,52,68,69,70,75,78,91,105],avansp:68,averag:[3,73,74],avi:65,avoid:[25,27,29,65,68],avt:12,avx2:19,aw:37,awai:65,awar:53,awesom:[30,65],awesome_study_manuscript_r0:112,awesome_study_manuscript_r1:112,awesome_study_responses_to_review:112,awesome_study_reviewer_suggest:112,awg:[93,97],ax:[70,71],axi:70,axial:[39,48],axon:73,axondeepseg:[1,21,29,44,73],azp:27,b0000000:19,b000:19,b0089ryn5i:[93,97],b0:73,b1000000:19,b1080000:19,b1:73,b4:19,b5vj:16,b:[9,16,19,22,36,38,39,54,65,70,84,92,112],baa493:20,back:[14,15,17,19,32,54,65],backend:[37,71],backend_agg:71,background:[51,73],backpropag:[3,74],backup:65,backward:[3,29,36,54,74],baddllp:19,badtlp:19,baehr:65,bahsrc:12,ball:41,ballpark:112,band:22,bandwidthtest:32,bank:22,bant:95,banting_eng:95,bar:[19,36,54,65,68],barcelona:22,barrier:41,base:[3,4,8,22,28,29,39,61,73,74,75,96],baselin:29,basenam:[27,65],bash:[11,12,17,26,28,32,51,61,64,106],bash_profil:[12,36,40,54,64,68,69],bashrc:[12,35,47,64],basi:[51,83],basic:[6,16,36,41,54,55,69,77],batch:[3,19,28,37,74],bate:112,bayesian:[3,74],bazel:35,bazelbuild:35,bb0:19,bc03sc00i00:19,bc03sc02i00:19,bc06sc80i00:19,bc:22,bdist_wheel:71,beatti:8,beaudoin:24,becaus:[12,16,25,29,37,61,65,68,80,86,87,93,97,112],bed:98,bede251a0f67:[3,74],been:[5,11,12,16,27,29,37,54,65,79,83],befor:[16,17,22,36,38,53,54,65,68,69,92,94,96,98],begin:[12,71,86],beginn:[3,34,74],behaviour:37,behind:[16,17],being:[16,17,19,36,54,73,83],bell:95,bellandpostgrad:95,belletsuperieures_eng:95,below:[9,17,19,28,29,37,51,52,54,57,65,78,84],ben:[3,74],benchmark:[3,74],benefit:[19,38],benjamin:[24,73],berlin:22,bernard:24,bernhard:65,bernoullirbm:34,best:[0,3,16,17,52,73,74,112],bet:[28,73],beta:29,better:[16,29,54,73],betterpost:22,between:[3,12,15,16,19,24,29,61,65,68,73,74,77,79,112],bia:[3,73,74],biascorr:38,biblio:[25,87],bibliographi:[7,76,112],bic:80,bid:16,big:[41,112],big_dataset:12,bigemptyfil:61,bigger:12,bin:[9,11,12,17,19,27,28,32,35,39,40,47,51,57,64,65,68,71,79,84,104],binari:[15,19,29,39,64,68,69],bind:19,bio:24,biobank:[16,37],biobas:[93,97],bioimag:112,biolog:24,biologi:112,biomark:8,biomed:[3,22,74,78,94,95,112],biomedicin:112,biophotoniqu:24,birdcag:[6,77],bire:[9,19,84,112],birth:37,bit:[19,24,48,65,94,96],bitbucket:[36,54],bittorr:37,biz:72,black:28,blacklist:32,blake2b160:37,blake2b224:37,blake2b256:37,blake2b384:37,blake2b512:37,blake2bp512:37,blake2s160:37,blake2s224:37,blake2s256:37,blake2sp224:37,blake2sp256:37,blank:54,blob:[3,46,71,74],bloch:[6,77],block:[27,29,37,65,111],blog:[36,54],blogspot:[22,65,68],bloomfilt:37,blue:[28,65,68],blueprint:51,bluetooth:99,bmc:[8,38],bmcwiki:38,bmde501:24,bmde503:24,bmde:24,bmi:73,bnc:[79,93,97,102],board:[22,29,65],bodi:[22,73],bold:[36,54,73],bone:73,book:[1,3,6,7,36,37,54,71,74,76,89,112],bool:65,border:73,borg:37,borrow:29,boston:73,both:[19,25,29,32,48,65],bottl:[93,97],bottom:[1,29,45,64,65,104],boudoux:24,bound:[17,65],boundari:[39,73],boundarypointsonli:39,bours:95,box:48,box_nam:60,bracket:73,brain:[3,24,42,43,70,73,74,98,112],brainhackmtl:24,brainsight:65,brainvisa:71,branch:[9,16,28,37,84],branch_nam:[36,54],branch_prefix:28,branchnam:16,brand:21,brandonb927:65,breakspear:112,bresnahan:8,brett:[36,54],brew:[17,37,57],brianav:39,brianlinklett:61,briare:12,bridg:[4,75],bright:65,bring:[37,60,98,104],broad:[3,74],broken:23,brown:28,browser:[1,15,19,47,50,52,65,112],bruce:73,bs:[61,70],bsfd:95,bspline:39,bsplinesyn:39,bu:19,buchmann:24,budget:[19,94,96],bug:[15,16,29,54,65],buggi:72,bui:92,build:[12,22,32,35,37,40,41,55,71,73,100],build_ants_sct:39,build_document:68,build_exampl:68,build_pip_packag:35,build_shared_lib:68,build_templ:12,build_test:68,builder:[6,51,77],buildtemplateparallel:12,built:[4,68,69,75],buld:35,bulk:16,bup:37,bureaux:96,bursari:91,busi:[92,93,97],busmast:19,buster:[9,84],butnotic:16,button:[22,36,54,65],bvalu:73,bvec:41,bw:48,bwfund:95,bwint:19,bwmgmt:19,bwnot:19,by_group:[11,81],bypass:73,bzdok:24,bzip2:51,c0000000:19,c1:[19,70],c1c:19,c2:[70,73],c3:[65,70],c3d:[38,39,48],c4:[70,73],c5:70,c6:[70,73],c7:70,c:[8,12,16,19,24,27,35,36,39,44,50,54,61,65,68,69,80,112],ca:[5,9,11,12,14,15,16,17,18,19,22,23,24,37,38,65,68,72,78,79,80,81,83,84,85,92,93,94,95,96,97,98,99,102],ca_cert:99,cabrini:92,cach:[19,27,52,65],cad:58,caffein:65,cal:78,calcul:[17,65,73],calculquebec:12,calendar:[17,19,80,89],calibr:[3,74,104],call:[9,24,33,36,54,65,69,78,84,92,112],callaghan:[6,77],caloz:73,campbel:73,campu:[15,16,17,82],camtasia:65,can:[0,7,9,11,12,15,16,17,19,22,24,25,27,28,29,32,33,36,37,38,39,41,47,51,52,53,54,60,61,64,65,68,69,71,73,76,78,79,80,83,84,87,92,94,98,99,104,112],canada:[10,22,24,89,92,95,96,112],canadian:[95,96,112],cancel:[20,29,36,54],candid:24,candor:[93,97],candorind:[93,97],cannot:[16,19,23,36,39,54],canopi:71,cap:19,capabl:[19,29,54],capit:54,capitan:65,caq:96,car:73,card:[22,23,32,83,99],cardiac:[3,73,74],cardiologi:92,care:[41,92,111],carlo:[3,41,74],carr:[93,97],cart:102,cartridg:20,cash:[22,78],cask:17,cat:[16,17,19,27,32,37],catalog:[93,97],categori:[29,92,93,97],caus:[29,36,53,54,70,73],cc:[19,39,94],ccdb:12,ccmake:68,ccmp:99,cd:[11,12,16,27,35,36,37,51,54,61,71,99],cdeep3m:[4,75],cdr:65,cdrom:61,cedar:[9,84],cemsk:19,center:[39,72,92,112],cento:[9,37,51,84],centr:[22,92,112],cer:99,ceram:[93,97],cereza:6,cert:99,certain:29,certif:[17,99],certificat:96,cest:73,cesta:19,cevdet:24,cfg1:19,cgi:[79,104],cgsession:65,ch04:61,chain:17,chair:112,challeng:[3,74],chandar:24,chang:[9,16,17,21,22,32,37,39,45,48,50,53,56,61,68,69,73,83,84,98,112],changelog:29,channel:[19,21,79,83],channel_setup_fwd_listener_tcpip:19,chapter:[3,74],charact:[28,29,54],character:112,charg:[36,54],charlei:73,charp:19,cheap:[93,97],cheaper:65,cheat:[36,54,70,71],cheatsheet:[27,28,111],check:[15,16,17,19,28,29,32,48,51,65,71,73,78,81,83,86,92,98],checkjob:12,checkout:[16,37],chem3:[93,97],chemical_html:[93,97],chemin:94,cheriet:24,chest:73,children:73,china:22,chmod:[12,17,27,32,37,53,65],choic:[22,52],choos:[16,17,29,38,41,69],chose:68,chown:[27,53],chri:24,christin:24,christoph:24,chrome:[17,112],chu:112,chum:92,chwazi:94,ci:19,cic:96,cif:[15,64],cihr:[95,112],circuit:[24,73,93,97],circuiteri:22,cis522:[3,74],cisco:17,citat:112,cite:29,citi:22,claim:[22,83],clang:68,clang_cxx_librari:69,clariti:29,classif:[3,4,73,74,75],classifi:[4,75,92],classitk_1_1n4biasfieldcorrectionimagefilt:38,claud:22,clbin:27,clean:[11,14,16,17,29,51,55,65,98],cleanup:16,clear:[27,60,93,97],clearli:29,cli:[15,27],click:[0,1,5,9,15,17,29,36,45,48,50,54,61,68,69,84],clicolor:[9,84],client:[17,27,37,51,73],clientsopt:51,clinic:[3,8,74,92],cliniqu:92,cliniqueenrout:92,clip:[21,65],clockpm:19,clone:[16,19,27,35,50,51],close:[20,27,29,48,65,104],cloud:[4,39,75,94],clumeq:12,cluster:[1,12,36,54,73],cluster_fold:17,cm:[71,79,93,97,104,112],cmake:[9,12,68,84],cmake_c_compil:68,cmake_cxx_compil:68,cmake_cxx_flag:68,cmake_install_prefix:68,cmake_osx_architectur:68,cmake_osx_deployment_target:68,cmake_osx_sysroot:68,cmakecach:68,cmap:71,cmd:[14,15,17,48,65,112],cmder:17,cmpltabrt:19,cmpltto:19,cnc:100,co:[22,65,73,93,95,97,112],coauthor:112,coax:[93,97],coaxial:[93,97],cocoa:68,cocoa_vtk:68,code:[3,9,16,17,22,24,36,39,48,54,65,72,74,83,84,103],codebas:29,codeblock:68,coder:54,coeur:92,cohen:[3,8,12,24,74,112],coil:[6,77,100],col1:28,col2:28,col3:28,col4:28,col5:28,colder:[93,97],cole_parmer_narrow_mouth_hdpe_bottle_2_l_64_oz_1_pk:[93,97],coleparm:[93,97],colinpurrington:22,collab:73,collabor:[16,22,95],collaps:[29,39],colleagu:15,collect:[4,68,75],colleg:[3,74],collin:24,color:[9,84],colorbar:71,colorsync:65,coloss:12,colour:[9,27,29,84],columbia:[6,77,112],column:[29,65],com:[3,6,12,16,17,19,22,25,27,30,32,35,36,39,40,46,50,51,54,55,57,60,61,65,68,71,72,73,74,77,86,87,90,92,93,95,96,97,98,101,102,104,112],combin:[4,37,65,73,75],combo:65,come:[54,83],comma:19,command:[9,11,12,16,19,29,36,38,39,41,50,51,52,54,56,57,61,65,68,69,71,80,84],commclk:19,comment:[9,17,22,25,29,36,54,56,84,87],commit:[9,27,37,51,84,86],commit_id:54,commit_numb:54,commit_xx:[36,54],commmand:56,common:[12,19,35,36,54,65],common_runtim:19,commonli:44,commun:[24,37,112],comp:24,compact:61,compani:[93,97],compar:[4,37,72,73,75],comparison:73,compat:[16,19,29,37,79],compens:[73,78],competit:95,compil:[12,19,35,39,68,69],complaint:68,complet:[3,19,24,32,36,37,39,54,68,73,74,78,83],complex:[3,16,29,39,74],complianc:19,complianceso:19,complic:27,compon:[39,112],composit:24,comprehens:[3,43,74],compress:[11,65,73],compressor:102,comput:[1,3,15,16,19,21,23,32,39,53,60,61,65,68,73,74,80,82,112],computationnel:24,computecanada:[9,12,37,84],computeoffset:39,computer:112,concept:112,concern:85,concis:29,conda:[9,19,37,44,57,64,84],condit:[3,32,74],condo:92,conduct:104,cone:[3,74],conf:[16,27,32,99],confer:[1,25,87],config:[17,29,35,36,40,50,54,60],config_neuropoli:17,configur:[16,17,19,27,32,35,37,40,60,64,68,79,98,99],confirm:[37,94],confus:[36,54],connect:[11,15,18,27,51,62,71,73,99,112],connectom:[36,54,71],connector:79,consid:39,consist:[3,54,74],consol:[6,77,78],constraint:[3,74],construct:45,consul:96,consulat:95,consult:[17,82,83,92,93,94,95],consum:24,contact:[14,16,17,19,24,73,83,89,90,94,96,112],contactez:92,contain:[15,16,19,37,68,69,85,88,99],container_id:51,content:[9,16,17,27,36,37,54,61,65,68,84,104,112],contest:95,context:[29,54,73],continu:[27,37,61],contrari:38,contrast:[73,77],contrib:[3,74],contribut:[26,39,86],contributor:29,control:[16,19,39,54,65,73,98],controlmast:17,controlpath:17,controlpersist:17,contus:8,conveni:[65,112],convent:[16,29],convers:[17,39,55,69],convert:[29,39,65,72],convolut:[3,8,74],cool:[36,54,65,72,79],cooper:19,coordin:[39,70],coordonne:83,copi:[11,16,29,36,37,39,50,54,69,93,94,112],copper:[93,97,104],cord:[22,29,44,95],core:[11,12,17,18,19,29,36,54,68],coreservic:[65,80],coretemp:19,corner:[36,54,65],corpor:[19,112],correct:[12,36,54,68,73],correctli:[29,32,68],correl:[8,24,73],correrr:19,correspond:[17,19,29,37,93,94,97,112],cost:[22,94],could:[19,24,36,37,54,61],council:112,count:[4,19,27,37,75],countri:[96,99],coupl:[48,73,79],cour:24,cours:[3,6,52,53,74,77],coursera:[36,54],coursesoff:24,courtesi:78,courtoi:112,courvil:24,cov:73,cover:[6,20,29,37,94],cover_letter_r0:112,cp27:35,cp:[11,27,35,51],cpnchalleng:95,cpp:69,cpu:[1,12,19,35],cpu_feature_guard:19,cq:12,craig:112,craigslist:92,crash:[29,65],creat:[9,15,16,17,19,25,27,29,32,37,44,48,51,53,56,57,60,62,64,68,71,72,73,78,84,87,88,111,112],creation:[6,27,53,112],creativ:94,creator:16,credenti:[15,17,18,71,78,81,98,99,112],credit:[22,24],creer51:[17,105],creer52:[17,105],creer53:17,crepuq:24,crit:19,criteria:[21,92],critic:19,criugm:[10,112],crop:[29,112],cross:[29,41,48,112],crosslink:19,crosslinkr:19,crsng:95,crucial:40,cryptograph:54,cryptonit:37,crysol:61,cs231n:[3,74],cs:[8,95],csa:73,csf:73,csrutil:60,csss:92,cst:17,ctime:27,ctrl:[16,19,27,32,65],ctrl_interfac:99,cu113:19,cu17130:[6,77],cu:112,cuda11:19,cuda:[12,19,52],cuda_7:32,cuda_gpu_executor:19,cuda_hom:35,cuda_visible_devic:[19,33],cudnn5:52,cudnn:[12,19,35,52],cup:12,cupboard:94,cura:98,curat:16,curi:95,curiou:54,curl:[19,27,35,37,51],current:[4,11,16,19,24,37,48,51,72,73,75],curriculum:24,curt:8,curv:[48,70],cushion:73,cusm:92,cuso4:104,custom:[9,84],cut:[21,65,93,97],cut_buffer0:62,cv:[25,87],cx:65,cyan:[9,28,84],cyberduck:65,cycl:[73,79],cylind:[41,93,97],cylinderrad:41,cylindersep:41,czf:27,d0000000:19,d00:19,d0:19,d1:19,d2:19,d3cold:19,d3hot:19,d:[8,9,12,16,17,24,27,28,32,35,36,39,52,54,57,65,84,92,94,96],daemon:[51,65],dai:[15,22,27,28,65,96],daili:[16,79],dam:104,dame:92,daniel:24,danilo:24,daphn:31,dark:29,data2d:71,data:[6,10,12,14,15,17,24,27,28,29,31,37,39,40,41,43,57,60,71,73,112],data_extrassd_:19,data_extrassd_u108545:19,data_nvme_:[18,19],data_nvme_xxx:17,data_path:12,data_process:[14,64],data_shar:[14,64],databas:[17,29,37,73,89],datadim:41,datalad:[16,37],dataset:[3,6,16,19,29,37,39,47,74],datasynth:41,datatyp:41,date:[1,11,21,25,27,68,83,87,96,112],dav:37,davi:[9,17,84,92],david:24,db:8,dbu:37,dbus_session_bus_address:17,dc:73,dcm2nii:[9,17,48,84],dd:[12,25,27,61,87],ddar:37,de000000:19,de:[17,19,22,27,37,65,92,93,94,95,97,112],deactiv:[12,71,99],dead:37,deadlin:[22,25,87,95],dear:22,deb:35,debian:[16,37,51,57,64],debit:22,debug:[29,65,69,71],debugg:71,debut:69,dec:8,decid:[16,37,94],decis:[3,74],decod:[3,19,74],decor:[9,36,54,84],dedic:65,dedupl:37,deem:29,deep:[4,8,19,24,26,75,83,95],deeplearning4j:34,def:12,defin:[12,17,29,36,39,54],definit:[16,19,69],deform:[73,93,97],defrag:61,degre:24,delai:65,delet:[15,28,36,54,60,65],deliv:94,deliveri:94,demand:[16,22,23,93,95,96],demo:[27,32,65,72],deni:[36,37,54],densiti:[93,97],depart:[12,23,95],depend:[3,17,19,22,31,32,37,39,65,68,69,74,83,94],depsc:70,depth:[16,36,54],deriv:37,desc:16,describ:[12,29,36,54,57],descript:[17,18,21,25,29,36,54,78,79,87,98],design:[6,16,29,48,72,77,79,104],desir:[29,111],desk:17,desktop:[14,17,68,83,98],desktopnotifi:37,despit:[16,37],destin:[15,39],destroi:60,detach:[27,36,52],detail:[16,17,24,36,39,54,78,81,102],detect:[3,4,19,73,74,75,79,102],dev:[1,11,19,29,32,35,61,72,86,102,111],devcap2:19,devcap:19,devctl2:19,devctl:19,devel:52,develop:[0,6,17,35,36,39,54,65,68,69,73,77,80,82],deviat:[38,39],devic:[19,27,32,37,61,65,111],devicequeri:32,devsel:19,devsta:19,devtalk:32,df000000:19,df080000:19,df:[19,27,111],dge:[22,23,78,93,94],dhall:8,di:8,diagnosi:[3,74],diagram:[65,72],dialog:[36,54],diamet:[41,79,93,97],dice:[3,74],dicom:[11,48,65,80,81],did:65,didn:61,dielectr:73,dieu:92,diff:[9,16,36,54,73,84],diffeomorph:39,differ:[15,19,22,29,37,44,52,53,61,68,73,92],differenti:[3,74],difficult:[24,68,73],diffus:[17,71,73,77],dig:[36,54],digikei:102,digit:94,dilat:[3,74],dim3:28,dim:39,dimanch:92,dimens:[38,39,48,79,93,97],dimension:[3,74],dipi:71,dir:99,direct:[12,38,80],directli:[16,22,28,29,36,54,68,69],directori:[11,15,17,27,32,36,37,51,52,54,65,68],dirnam:[27,65],disabl:[18,19,48,99],disable_ipv6:99,disadvantag:65,discoveri:[3,74],discrep:112,discret:39,discrimin:[3,31,74],discuss:[21,29,39],disentangl:[3,74],dish:94,disintx:19,disk:[11,12,19,36,37,54,61],disord:8,disp:19,displai:[19,27,28,29,54,55,62,70,71,73],dispositif:24,disroot:27,dissect:[3,74],dist:[19,35,41,71],distanc:[73,79],distil:104,distort:[39,73],distrib:51,distribut:71,distro:[17,37],divis:102,divx:65,django:[9,13,41,65,84],dkm:19,dlactiv:19,dlp:19,dnf:37,doabl:16,doc:[12,16,29,35,36,46,54,55,65,101,102,104],docker:[36,60],docu:40,document:[3,6,12,14,17,18,19,20,25,27,36,39,44,46,54,65,68,74,78,81,82,83,85,87,94,96,98,99,101,112],docx:[9,25,65,84,112],doe:[17,23,27,28,29,36,39,53,54,65,68,71,94],doesn:[3,12,16,20,37,68,74],doina:24,doku:[38,65],domain:[15,17,27,39],domainadapt:[3,74],don:[0,12,16,17,19,22,29,32,36,39,50,52,54,61,65,68,69,96,112],donat:112,done:[21,27,28,36,39,44,52,54,61,71],doom:72,door:[36,54,83,102],dorval:92,dossier:92,dot:[12,22,56,73,112],dot_clean:53,doubl:[16,17,36,54,61,73],down:[17,29,60,65],downgrad:[19,65],download:[11,12,17,19,21,22,32,35,37,40,47,52,60,61,62,65,68,73,99],download_data:81,doxygen:[38,68],dp:[93,97],dpuf:35,dq:27,dr:[19,112],draft:[29,71],draftabl:72,drag:[14,65,69],draw:[29,71],drawback:29,drive:[14,15,17,18,22,39,64,73,82,89,99,112],driven:[3,74],driver:[19,32,52,102],drm:19,drone:[3,74],drop:[14,17,27,65,69],dropbox:[17,37,98],dropout:[3,74],druschel:8,drvier:35,drwxr:15,ds001919:57,ds:27,ds_store:37,dscale:19,dscl:69,dsel:19,dsi:19,dsim:73,dsv:79,dti:[27,43,73],dtitk:65,dtitk_quicklookplugin:65,dtype:19,du:[17,19,24,27,37,92,96,112],dual:[3,74],dudler:[36,54],due:[36,54,70,93,97],duke:[13,17,19,23,80],duo:17,duong:8,duplic:[25,37,112],dupont:[8,93,97],dupr:[36,54],dure:[16,17,19,29,32,37,38,39,68,69,78,79,89,112],duti:79,dw:73,dwi:73,dwld:57,dyck:8,dyld_library_path:68,dylib:[68,69],dynam:[29,38,48,61,68,73],dynamicaqua:[93,97],dynload:19,e00:19,e2ef822c744357a4ed16ec0c885100a3:19,e:[9,11,12,14,15,16,17,21,22,25,27,28,29,32,36,37,39,48,50,51,53,54,56,61,65,68,73,83,84,87,104],each:[12,16,19,22,25,29,36,38,39,40,48,54,73,87,92,94,112],eap:99,earli:[22,94],earlier:96,earthlink:[93,97],easi:22,easier:[29,48,54,65,68,94],easiest:54,easili:[25,65,87],easywma:65,ec:24,ecc:19,ecg:73,echo:[3,11,17,27,28,35,65,73,74],ecog:57,ecol:96,ecommerc:55,ecrc:19,ecrcchkcap:19,ecrcchken:19,ecrcgencap:19,ecrcgenen:19,ecs7sx9uvtfcj2q9jxcmb3br5hyplotgjmoimt:16,ecs:24,ed25519:16,edg:38,edit:[0,9,16,19,21,22,27,36,54,61,62,64,65,68,71,78,82,84,99,112],editor:[17,29,54,55,65,99,112],edu:[6,36,54,77,112],educ:[6,77],eduroam:99,edward:[93,97],ee4a6455:39,ee:95,eeg:57,eetlpprefix:19,ef:17,effect:[3,36,54,73,74,112],effici:[3,15,19,74,78],eg:[19,23,78,112],egl:19,either:[16,29,79],eject:65,el:65,ele1600a:24,ele4501a:24,ele6502:24,ele6503:24,ele6506:24,ele8812:24,electr:[12,23,24],electron:[4,22,75,112],electroniqu:[93,97],element1:28,element2:28,element3:28,element:[28,73,79],elif:112,elig:[22,92,96],elizabeth:[36,54],elm:81,els:[17,19,28,36,37,54,68],elsevi:112,elsewher:37,em:17,emachineshop:[93,97],email:[12,16,22,23,36,54,65,73,80,94],emb:[17,29],emerg:39,emergencypowerreduct:19,emergencypowerreductioninit:19,emoji:94,emphasi:19,emplac:69,employe:[85,93],empti:19,empty_cach:68,emul:19,emuls:73,en:[24,27,36,38,54,55,65,79,81,83,86,92,95,102],enabl:[16,19,27,65,69,112],encod:[3,19,73,74],encount:65,end:[9,11,17,20,21,22,35,37,39,56,60,65,84,86,94,96,111],endnot:[17,65],endpoint:19,enforc:[3,74],engin:[11,12,22,23,24,73,112],english:[9,17,24,84,92],enhanc:[29,65],enlarg:[3,74],enough:[39,94,99],ensembl:[3,74],ensur:[12,24,29,36,37,54],enter:[16,17,36,50,54,61,65,69,78,81,102,111],entercompli:19,entermodifiedcompli:19,enthough:71,entir:[16,92],entr:73,entranc:94,entri:78,entrust_g2_ca:99,env:[19,27,51,54,73],env_nam:12,environ:[6,11,14,17,19,27,32,33,44,68,69,77,86],environemnt:19,eo:17,eof:[17,37],epistem:[3,74],epoch:19,epoxi:[93,97],equalizationcomplet:19,equalizationphase1:19,equalizationphase2:19,equalizationphase3:19,equat:[3,74],equip:83,equival:[12,65],eras:[36,37,54],erod:73,error:[12,17,19,27,29,32,36,37,39,44,54,68,73],escienc:72,especi:86,essent:35,essenti:32,est:17,establish:[17,19],esthet:72,estim:[3,22,39,73,74],et:[22,24,31,73,77,92,95],etc:[9,14,16,17,19,24,25,27,29,32,35,37,57,61,64,65,73,78,83,84,91,96,99,100,111,112],etcher:99,ethanjperez:[3,74],ethernet:[23,73,99],ethic:16,ethnic:73,etudi:[17,95],etuvisi:96,eu:[6,77],eula:32,europ:95,eva:[16,80],evalu:[3,74,104],evan:54,even:[17,27,37,52,65,68,78,99],event:[1,17,25,65,78,87],ever:[17,88],everi:[6,17,28,36,37,38,54,77],evernot:65,everybodi:[36,54],everyon:[27,36,37,54,112],everyth:[12,16,54,65,94,112],everytim:71,everywher:27,evolv:83,ex:61,exact:17,exampl:[3,11,12,15,16,19,22,24,25,27,28,29,36,37,50,51,52,53,54,55,60,65,70,71,74,87,94,96,112],excel:[36,61,65,71,92,112],excellemd:92,except:[16,65],exchang:[25,73,87],excit:73,exclud:27,exclus:29,exec:[17,27],execut:[12,27,33,39,51,52,68,69],exempt:[24,96],exercis:24,exist:[16,24,27,28,29,32,65,80,112],exit:[19,51,52,61],expand:[37,68],expandr:65,expans:19,expect:37,expens:22,experi:[1,19,25,29,78,79,87,89],experienc:17,expf:70,expir:70,explain:[3,6,29,37,74,77,94],explan:[3,36,54,74],explicitli:32,explor:[3,15,16,73,74],exponenti:39,express:[19,112],ext4:111,ext4f:111,ext:[27,39],ext_anat:39,extens:[6,28,37,60,61,77,80,112],extern:[19,29,37,46,65],extfmt:19,extra:[19,37,40,65,79],extract:[39,48,65],extradisk1:111,extrassd:19,extrem:[54,73],extrud:98,extsynch:19,exttag:19,exttphcomp:19,ezyfit:70,f0000000:19,f000:19,f1000000:19,f1080000:19,f1:[32,65],f9000000:19,f9tcxbzm1430400825724:95,f:[9,12,19,27,36,37,39,51,54,80,84],fa000000:19,fa080000:19,fabric:105,face:79,facebook:65,facil:[81,89],factor:[39,73,80,112],faculti:[0,95],fahmiesalleh:65,fail:[29,99],failur:29,fall:[19,24],fals:[36,54],familiar:[29,37],fan:19,far:65,fashion:[3,74],fast:[3,17,18,19,39,65,74],fastb2b:19,faster:[11,12,17],fatal:[36,54],fatalerr:19,favicon:72,fbc1:19,fbirn:104,fchollet:30,fcp:19,fdisk:[27,111],fdn:112,featur:[4,19,27,29,36,54,55,65,68,73,75],feb:15,fedora:37,fee:[22,24],feed:37,feedback:25,feel:[1,82,88],fehl:8,fellow:82,fellowship:[25,87,95,112],femal:102,fepegar:73,ferguson:[8,17],fernandez:8,ferri:24,fetch:[36,51,54],few:[16,29,65],ff:16,fi:28,fiberglass:[93,97],fibr:73,fichier:27,field:[6,24,38,44,46,70,73,80,81,104],fieldprob:73,fig:[71,73,112],fignum:71,figur:[22,25,65,71],figurecanva:71,figurecanvasagg:71,fiji:[4,75],file:[9,11,14,15,16,17,19,21,25,29,32,35,40,41,48,53,58,60,62,64,68,70,71,81,84,87,98,99,105,111,112],file_dest:[27,39],file_nam:[28,36,54],file_src:[27,39],filemanag:[79,99],filemod:[36,54],filenam:[16,19,27,28,36,37,54],filesystem:19,filetyp:37,filezilla:[11,80],fill:[17,78,96],film:55,film_lay:[3,74],filter:37,fin41:[93,97],final_data_t2:12,financ:80,find:[0,12,17,28,36,37,39,52,54,61,64,65,69,72,83,94,98,100],finder:[14,15,17],findsmb:27,finer:16,fingerprint:[3,74],finish:17,fink:102,firefox:65,firmwar:19,first:[16,17,19,21,22,24,25,28,29,37,39,57,60,65,80,87,111,112],firstnam:16,fist:111,fit:[22,38,70,73],five:[28,65],fix:[16,19,29,37,39,53,65,70,73],fixed_imag:39,fixedcenterofrotationaffinetransform:39,fixedimag:39,fixedparamet:39,fixedpoint:39,fizzylog:19,flag:[17,19,32,37,51,52,54,68],flake8:29,flash:99,fleuri:92,float16:19,float32:19,float64:19,floor:22,flow:[3,16,36,54,74],flreset:19,fluid:[3,74],fma:19,fmedian:38,fmri:43,fmrib:[43,44,46,65],foam:73,fobjc:68,focu:[16,29,83],focus:[3,29,73,74],foia:78,fold:65,folder:[12,14,15,16,19,22,25,28,29,32,36,39,40,47,50,53,54,64,68,69,73,87],folder_dest:27,folder_nam:15,folder_shar:14,folder_sourc:27,foldernam:65,foldershar:61,follow:[1,7,9,11,12,13,16,17,19,20,25,28,29,35,36,37,38,39,42,43,44,48,51,52,54,57,61,64,65,68,69,70,76,79,80,83,84,87,94,98,99,111,112],fomblin:[93,97],fond:112,fondat:95,font:[29,70],fontnam:70,fontsiz:70,fontweed:65,foot:[93,97],forc:[68,71],foreign:[24,95],forerunn:27,forg:[37,44],forget:[40,112],form:[22,24,51,78,96],format:[6,19,22,24,25,29,37,39,45,48,87,99],fortun:54,forum:[3,73,74,80],forward:[3,19,21,29,44,52,62,74],fossdaili:27,found:[7,17,19,28,38,39,53,65,76,83],foundat:[24,95,112],four:68,fov:73,fr4:[93,97],fr:[19,24,40,92],fragil:16,framadrop:27,frame:73,framework:[3,4,6,52,65,73,74,75,77],franc:[22,95],francai:96,francoeur:24,frank:24,free:[1,3,17,57,58,61,65,74,82,88,93,97],freepdfconvert:[65,72],freesurf:17,freez:[53,65,71],french:[6,17,24],frequenc:[39,79],fresh:[32,37,68],freund:8,freundcontain:[93,97],fri:19,fridai:93,friend:[93,97],friendli:[4,65,75],friston:8,from:[3,6,8,12,16,17,19,24,25,28,29,35,37,39,40,44,45,52,57,60,68,71,72,73,74,77,79,86,92,93,94,95,96,97,99,105,112],front:[8,79],frontier:112,frq:95,frqnt:95,frsq:95,fsl:[9,17,39,44,46,84],fslchfiletyp:41,fslconf:[9,64,65,84],fsldir:[9,64,65,84],fsley:[9,84],fslhd:28,fslinstal:64,fslmath:[38,65],fslview:[9,17,64,84],fslwiki:46,fstab:[64,111],ftp:65,fulfil:22,full:[14,16,29,37,39,40,52,54,65],fulli:[3,65,74,79],fun:[72,94],functor:73,fund:[94,112],fundament:[24,77],fundu:[3,74],funni:65,further:[27,29,96],furthermor:69,fusion:24,futur:112,fxt8sj831osqfo0:98,fywj:16,g10:[93,97],g6:37,g:[12,14,15,16,17,22,25,27,28,29,32,36,37,39,47,53,54,61,65,68,73,83,87,104],ga102:19,ga102gl:19,ga343ea76c8:37,gadgetron:[6,73,77],gain:37,gamma:41,ganderso:112,gang:[36,54],gantt:72,ganttproject:72,garbag:68,gaspard:6,gauss:39,gave:94,gb:[9,36,54,73,84],gbm2330:24,gbm3100:73,gbm3318:24,gbm6103a:24,gbm6330:24,gbm6700:24,gbm8605:24,gbm8770:24,gbm8802:24,gbm8871:24,gc:[9,36,54,68,84,95,96],gcal:78,gcc:[12,19,51],gcc_preprocessor_definit:69,gcr:52,gcrypt:37,gd:[9,36,54,84],gdrive:[9,84],geda:102,geeksforgeek:71,geforc:19,gener:[1,3,16,17,19,21,25,29,34,48,68,72,73,74,80,87,92,94],geneva:22,genie06:17,genpath:11,geometri:17,gerbv:102,germani:22,gervai:24,gestion:17,get:[3,9,15,16,17,19,22,25,27,28,32,35,36,37,51,54,57,61,62,64,65,73,74,80,82,84,89,92,94,96,99,112],getent:[17,61],getopt:28,ghc:37,ghost:73,gi:19,gid:[37,61],gif:65,gifmak:71,gist:[19,27,65,72],git:[9,12,16,17,19,26,27,28,29,35,50,51,57,60,65,71,84,89],git_rul:[36,54],gitattribut:37,github:[0,3,6,12,16,17,19,26,27,30,35,40,46,51,55,57,61,65,68,71,72,73,74,77,81,82,86,88,112],gitignor:[37,54],gitk:[36,54],gitolit:16,gitolite3:16,gitolot:16,gitref:[36,54],give:[12,17,22,27,36,37,54,61,69,73,96],given:[3,22,24,28,39,51,54,74,78,83,93,112],gl:[9,19,36,54,64,65,81,84],glacier:37,glass:[65,93,97],glaucoma:[3,74],glg:[9,36,54,84],glia:73,glitch:37,global:[36,47,54,71],glocker:[3,74],gluta:[93,97],gmail:[19,65,90,96,112],gmf:92,gmfqe:92,gnu:[19,68],go:[1,9,11,15,17,19,20,22,29,32,36,39,50,53,54,61,65,68,69,84,92,94,98,102,112],goal:29,gone:65,goo:[64,81],good:[16,24,29,55,65,68,72,93,97],goodi:65,goodresearch:72,googl:[1,3,17,21,22,29,73,74,81,82,89,94,98,102],googleapi:35,googlebrain:73,googlecalendar:1,got:[36,54],goussard:24,gouv:[92,95],gov:[46,73,104,112],gp:[9,36,54,84,92],gpg:35,gpu:[1,12,32,35,52,112],gpu_devic:19,grad:24,grade:[25,87],gradient:[3,74],gradientstep:39,graduat:[24,95],gradut:24,graham:[9,12,84],grai:[3,71,74],grain:16,grame:15,grames_account:17,grames_password:17,grames_usernam:[11,15,17],grammarli:112,granada:22,grant:16,graph:[9,36,54,84],graphic:[24,31,32,35,68,112],graphviz:65,grappelli:17,grayscal:45,gre:77,great:[27,36,54,65],greec:22,green:[28,48],grei:[17,28],grep:[16,17,19,27,28],grid:[11,70],griffintown:92,gro:8,ground:[3,74],group:[12,16,22,29,61,69,81,95,99],groupenam:61,groupmembership:69,groupnam:61,grova:24,grsnc:95,gs:[9,12,36,54,84],gsp:19,gt:19,gtx1080:35,gtx:19,guai:16,guenther:16,guerin:73,gui:[4,32,51,65,68,75],guid:[3,26,34,36,54,55,68,69,72,74,79,83,98],guidelin:[26,94],guillimin:[9,12,84],guitton:24,guzman:112,gv:37,gxfxcxdxbxegedabagac:[9,84],gz:[11,12,16,27,28,35,37,38,39,68],h2v:92,h:[9,16,17,19,27,39,46,69,84,111,112],h_ax:70,h_fig:70,ha:[4,5,11,12,15,16,17,19,28,29,36,37,38,39,44,52,54,61,65,75,79,83,94,96,100],hack:68,had:[19,65],half:[61,94],hand:[36,54,65],handbook:37,handbrak:65,handl:37,handler:65,hang:[16,50],hansen:95,happen:[17,19,36,38,54],hard:[17,18,24,35,36,37,54,61,65],hardwar:83,harvard:[36,54],hash:[54,99],hashicorp:60,have:[12,15,16,17,19,21,22,25,27,29,32,36,37,39,41,44,48,50,52,53,54,60,61,65,68,69,73,78,81,83,93,94,96,97,99,102,112],haven:[36,53,65],hawaii:22,hayashi:8,hd:65,hdf5matrix:19,hdiutil:65,hdpe:[93,97],hdr:41,hdrlogcap:19,he:52,head:[16,36,37,54,79,112],header:[36,54,68,93,97],header_search_path:69,headerlog:19,health:[92,112],healthi:73,heart:112,heatertimeout:99,heather:112,heavi:24,heed:99,held:[21,24],helen:73,helio:12,hello:16,help:[16,17,19,29,36,54,65,94],hemi:29,henc:73,her:80,here:[0,1,5,7,12,14,16,17,19,22,28,29,36,37,39,41,44,50,52,54,60,61,65,68,70,76,78,79,81,89,92,93,94,97,99,101,104,112],hereaft:68,hesit:[29,39,65],hetero:[3,74],hex:41,hh:[12,27],hidden:[3,16,53,68,74],high:[3,12,19,29,39,41,74,79,93,97],higher:[17,37,39,47,93,97],highli:95,hint:65,hippocamp:[3,74],hiren:16,histolog:15,histori:[36,54],hit:65,hofmann:54,hola:[28,65],hold:[24,65,70],holidai:[1,17],holist:[3,74],home:[9,11,12,15,16,19,27,41,53,61,65,79,84,96,98],homefold:40,homepag:[92,93,97],homogen:38,hong:22,honolulu:22,hook:[37,86],hope:65,horo:65,hospit:92,hospitali:92,host:[12,14,16,17,19,27,44,51,52,61,87,112],host_nam:27,hostnam:[17,18,27,36,54,98],hot:[19,73],hour:[27,36,54,94],hous:[22,79,92,104],how:[3,9,12,16,17,19,22,27,29,37,39,50,51,52,57,65,68,70,73,74,80,81,84,89,92,98,112],howev:[11,16,17,37,39,41,52,54,73,96],howto:80,howtologin:80,hp:20,hpc:[9,12,84],hs:[19,37],ht203129:65,ht5856:65,ht:[36,54],htm:[93,97],html:[22,28,29,34,35,36,38,39,46,54,55,61,64,65,68,72,73,86,92,93,95,97,112],htmlcomponentfactori:65,htmlrender:65,htop:19,http:[3,6,9,12,16,17,19,22,24,25,27,28,30,32,34,35,36,37,38,39,40,46,50,51,52,54,55,57,58,60,61,64,65,68,71,72,73,74,77,79,80,81,83,84,85,86,87,90,92,93,95,96,97,98,99,101,102,104,105,112],httpalso:37,htwtoc:112,hub:[51,52],huge:[39,65],huie:8,human:[3,24,42,74,112],hup:27,hvclusterf:17,hwil2tmaw:16,hxx:39,hyperlink:65,hypothet:29,hz:70,i386:68,i:[3,11,12,16,17,18,19,21,23,24,27,28,29,32,36,38,39,48,51,52,53,54,65,68,70,73,74,93,96,97,99],ianlunn:65,ic:73,icm:73,icml:22,icmmri:79,icon:[0,17,48],icv:73,id:[12,17,19,69,93,97],id_ed25519:16,id_rsa:[16,36,50,54],idea:[16,17,29],ideal:[29,112],ident:[48,99],identifi:[12,16,17,21,29,36,54,73],idp91444064:61,ie:[93,97],ieee:[3,74,112],ieeexplor:[3,74],ieeg:57,ift6135:24,ift6145:24,ift6167:24,ift6268:24,ift6269:24,ift6760:24,ig:58,ih:16,ii:[3,74],ilana:80,ilastik:[4,75],illustr:65,im1:28,im2:28,im3:28,imac:83,imag:[1,4,6,8,16,22,26,29,31,39,42,43,44,45,48,52,61,68,69,71,75,77,79,83,99,104,112],image_captur:65,image_id:51,imagecaptureextension2:65,imagedimens:39,imagej:73,imagemagick:65,imageregistr:39,imageri:24,imagesedit:27,imagin:29,imaging_processing_softwar:38,img:[41,99],immedi:[16,65,94],impact:[3,39,73,74,112],impair:8,imper:54,imperi:[3,74],imperialcollege4slsh2feb2018:73,implement:[29,38,73],impli:29,impregn:79,improv:[3,29,38,74],inam:27,inch:[22,79,93,97],incl:95,includ:[7,15,16,17,19,25,29,37,39,54,68,69,76,82,87,94,112],inclus:[12,29,68],incompat:29,incorpor:112,increas:[3,74],increment:29,incur:22,inde:70,independ:73,index:[37,60,72,96],indic:[1,17,21,28,29,45,73,80,112],individu:71,individual_plots_subj:70,induc:73,industri:[93,95,97],inf1010:24,inf6141:24,inf6953h:24,inf8215:24,inf8225:24,inf8245:24,inf8250:24,infer:[3,74],inflamm:73,influenc:39,info:[1,9,12,16,22,28,36,37,54,65,68,73,81,83,84,92],inform:[0,12,17,19,22,29,37,38,39,52,54,80,82,85,96,98],informatiqu:23,infrastructur:[19,82],ingenieur:24,inhomogen:73,init:[36,37,54,60],initi:[9,29,36,37,41,54,84],initramf:32,injuri:95,ink:20,inkscap:65,inlin:60,inner:73,innocu:37,innov:[6,77,112],inod:37,inotifi:37,inprogress:19,input:[9,29,65,84],input_imag:38,inputfilenam:48,inria:40,inscrib:16,insensit:27,insert:[61,62,79,112],insid:[25,27,29,37,48,51,52,62,65,73,87],insight:39,insighttoolkit:68,inspect:[16,19],inspector:65,inspf:70,inspir:[68,70,73,112],instal:[12,16,19,27,29,52,55,64,65,69,70,73,86,99,102],install_java:35,install_sct:51,installing_vtk_on_mac_os_x:68,instanc:12,instead:[9,12,15,16,19,29,36,37,50,65,68,69,73,83,84,99],institut:[12,24,92,95,112],instruct:[7,17,19,29,37,42,43,44,54,57,61,70,76,79,80,98,112],instructions_3dprint:98,integ:12,integr:[25,27,44,57,71,73],intel:17,intellig:[24,112],intend:[0,16,37],intens:[17,24,39],intent:29,inter:[24,96],interac:78,interact:[4,12,36,51,54,60,71,72,75,77],interest:[24,25,36,54,87],interfac:[12,65,98],intern:[1,6,17,18,20,25,29,37,51,68,78,79,81,83,89,94,96,98,99],international:96,internet:[3,12,16,65,74,93,97],internship:[29,87],interpol:[39,48],interpret:39,interrupt:[19,37],intramedullari:[3,74],introduc:[29,65],introduct:[3,6,24,36,54,55,74,77],intx:19,inum:37,invari:73,invers:[54,73],investig:[8,16,73],invit:[78,96],inviti:78,invoic:[85,93,94],involv:[25,29,87,112],inxquartz:51,io:[6,12,27,30,35,37,48,52,55,61,68,72,77,94],ioff:71,ion:71,ip:[20,27,36,54],ip_address:27,ip_serv:64,iphon:65,ipv6:99,ipython:71,irina:24,irmf:24,irq:19,is_avail:19,isa:19,ismrm:[6,77],isn:[12,16,37,69],iso:61,isocent:79,isol:[29,52],isrt:95,issu:[16,17,19,23,36,37,53,54,65,86,88],issue_numb:29,ital:73,itali:22,item:[51,65],iter:39,itk:38,itk_build_all_modul:68,itk_has_stltr1_tr1_type_trait:68,itk_has_stltr1_type_trait:68,itk_use_64bits_id:68,itkbuild:68,itkdebug:68,itkmatrixoffsettransformbas:39,itksnap:[17,65],itksoftwareguid:39,itkvtk:68,itkvtkglu:68,its:[16,27,29,37,71,93,97],itself:[29,54,65,112],iv:24,ivado:[1,95,112],ivadom:[1,19,29,73],j:[8,12,68,95],jacqu:24,jalbert:24,jame:24,jammi:19,januari:39,jar:[93,97],jason:73,java8:35,java:[35,70],jc:8,jca:112,jcohen:[9,12,16,36,54,84,98],jdk1:35,jean:[17,24,92],jekyllbootstrap:55,jekyllrb:55,jemri:[6,77],jetbrain:[36,54],jeton:95,jf:8,jfsanto:19,jmcglone:55,jmlr:[3,74,112],jmri:112,jmrui:[6,77],job:[19,37],jobid:12,joell:24,johan:[93,97],join:[16,78,88],joint:[3,74],joliet:65,jonathan:24,joplin:[9,15,16,44,84],joshua:88,journal:[25,87],jpg:65,jr:8,js:47,json:81,jsp:[93,97],juif:92,jul:8,juli:[36,54,73],julia:54,julien:[3,9,11,12,14,16,20,24,25,73,74,80,84,98,112],jun:[15,19],june:22,jupyt:[6,19,52],jurajsplayground:61,juri:24,just:[0,16,17,19,28,37,48,51,52,54,61,64,69,94,99,104,112],justin:112,jvn:36,k:[8,14,15,17,19,39,73],kahoot:72,kaleem:24,kapton:[93,97],karimi:8,karo:16,karthik:24,kb:65,ke:24,keep:[19,22,29,36,48,53,61,78,89,93,112],kei:[14,15,16,20,35,37,50,65,112],kendal:24,kept:16,kera:[3,19,30,74],kernel:[19,38],key_mgmt:99,keyboard:[56,83],keychain:[17,65],keydir:16,keygen:[16,27,36,50,54],keynot:[22,25,87,112],keypress:62,kickstart:37,kijjji:92,kill:[17,19,65],killal:[27,65],kind:[22,29,36,41,54],kingdom:22,kit:[17,73,79],kitwar:39,kjw0612:30,klausschmier:73,knee:[3,74],kneighborhood:39,know:[1,3,6,16,17,20,25,29,36,54,74,77,81,83],knowledg:[3,74],known:[16,36,54,65,99,112],ko:19,koller:31,kong:22,korea:22,kotter:8,kousu:16,kqj3jimatpwzowc1a:81,kumar:[8,31],kyritsi:8,l0:19,l1:19,l1_pm_substat:19,l1subcap:19,l1subctl1:19,l1subctl2:19,l5626:94,l:[8,12,15,16,19,20,24,27,39,83,92,104,111],la:[9,22,24,84,95],lab:[1,12,16,21,22,36,44,54,73,82,88,91,94,112],label:[3,31,37,39,65,74],laboratoir:24,laboratori:17,lacadi:92,lachin:92,lacost:24,lafferti:31,lakeshor:92,lancet:8,landri:[93,97],lane:19,laneerrstat:19,lang:24,languag:[3,26,69,74],lapierr:24,laptop:[16,17,27,83],larg:[16,27,29,37,39,73],largefil:37,larger:[39,48],larmor:79,larri:72,lasagn:30,lasal:92,laserjet:20,lassond:94,last:[16,22,24,28,39,40,54],lastnam:16,late:22,latenc:19,later:[22,27,52,96,112],latest:[12,16,22,27,29,40,51,52,54,68,86,99],latter:94,launch:[11,17,19,27,51,69],launchag:65,launchctl:65,launcher:29,launchservic:65,laurin:24,laval:12,law:24,layer:[3,19,73,74,93,97],ld_library_path:[32,35],ldp:28,ldpe:[93,97],le:[27,92,95],lead:[39,94],learn:[4,8,19,22,26,36,54,60,71,75,83,95],least:[16,19,22,24,41,65,73,94,99],leav:[17,37,52,65],lectur:[3,71,74],leener:24,left:[12,36,48,52,54,65],legaci:19,legend:70,lemai:24,lempc2xt7jucmuwdaqvwovmnz7ur3dgxqetptlmpmxpgd2hk9:16,len:19,length:[29,73,79,93,97],leopard:65,leppert:80,lesion:73,less:[27,39,95],lesson:55,let:[17,20,25,27,29,33,36,37,54,94],letter:[48,96],level:[3,4,19,48,70,71,73,74,75],levesqu:24,levin:24,lf:37,lh:8,lib64:[32,35],lib:[12,19,32,35,39,68,69],libc:[68,69],libcubla:19,libcublaslt:19,libcuda:19,libcudart:19,libcudnn:19,libcufft:19,libcurand:19,libcusolv:19,libcuspars:19,libgl:51,libicudata:19,libitkcommon:69,libitkdoubl:69,libitkioimagebas:69,libitkionifti:69,libitkniftiio:69,libitkoptim:69,libitksi:69,libitkstatist:69,libitkv3p:69,libitkv3p_lsqr:69,libitkvcl:69,libitkvnl:69,libitkvnl_algo:69,libitkvnlinstanti:69,libmng:64,libnvidia:19,libpng12:64,librari:[9,19,39,43,44,65,69,84],library_search_path:69,libstdc:[68,69],licenc:105,licens:[17,19,68,112],lid:65,life:[65,95,112],lift:65,light:[4,28,29,75],lightdm:32,lign:24,like:[1,16,17,19,22,25,27,36,37,39,52,54,65,68,80,83,94,99],lima:22,limimt:70,limit:[3,29,74,93,97],line:[19,29,32,37,39,48,51,54,61,62,64,65,68,69,71,72,99],linear:[36,54,73,79],linewidth:70,linjieyangsc:[3,74],link:[3,12,17,19,21,24,26,29,35,36,37,54,68,74,77,78,81,85,90,99,112],linkequalizationrequest:19,linux:[15,18,19,27,35,37,39,54,57,61],linux_x86_64:35,linuxconfig:28,liom2:79,lion:[28,65],list:[1,6,7,19,23,24,27,28,35,52,55,65,69,76,77,78,80,81,83,92,96,103,111],listen:19,live:[53,65,91,94],liver:[3,74],ll:[9,12,52,61,64,65,69,84,99],llactrep:19,llvm:[68,69],lnkcap2:19,lnkcap:19,lnkctl2:19,lnkctl3:19,lnkctl:19,lnkequintrrupten:19,lnksta2:19,lnksta:19,load:[11,12,19,27,32,37,45,48,73,98],loader:29,local:[9,15,19,32,35,37,39,57,60,61,64,65,68,69,71,80,84],localhost:[16,19,52],locat:[11,15,17,20,27,60,65,68,78,80,81,93,97],lock:[16,112],log:[9,16,17,21,27,36,37,54,80,84,89,112],log_file_name_:28,logbook:78,logdir:19,logedit:28,logfil:28,logic:29,login:[12,15,32,69,80,112],login_desktop:80,logo:72,london:[3,22,74],longer:[12,16,54,68],longu:92,look:[9,16,17,19,36,37,39,54,65,73,81,84,94],lookup:27,loop:32,lose:37,lost:[38,65],lot:[37,39,41,60],louer:92,loui:24,loung:94,low:[29,73],lpevc:19,lproj:[9,84],lr:16,ls:[9,12,15,16,19,27,28,80,84],lsblk:[27,111],lscolor:[9,84],lso:112,lsof:19,lspci:19,lsregist:65,lt:[9,64,84],ltr1:19,ltr:19,luc:92,luck:16,luessi:71,lufi:27,lunch:91,lung:73,m4a:65,m:[8,9,12,19,22,28,36,37,39,53,54,64,65,79,84],mabort:19,mac:[9,15,17,27,53,61,70,84],machin:[3,4,14,16,17,19,22,37,60,65,73,74,75,94,100,104,112],macintosh:65,macmillan:55,maco:[9,15,17,37,48,57,61,62,84,99],macosforg:65,macosx10:68,macosx:[54,68],macresearch:68,macro:56,mactheripp:65,macworld:65,made:[16,54,68,73,79],magic:27,magicmim:37,magmedix:73,magnet:[3,6,8,73,74,112],mai:[15,19,22,24,27,29,48,50,53,54,60,61,68,69],mailplan:65,mailx:27,main:[1,12,19,22,79,83],main_pag:104,maintain:[14,29],maisonneuv:92,major:[19,29,83],make:[9,12,14,16,17,19,22,27,29,32,36,37,40,47,53,54,55,61,64,68,69,84,86,92,93,94,99,104,112],makefil:68,makehybrid:65,makesign:22,maketecheasi:61,male:102,malftlp:19,mammoth:12,manag:[16,17,19,21,29,36,39,50,51,54,65,89],mandatori:[17,53,83],mandel:[93,97],mangl:99,mani:[16,27,36,37,52,54,92,94],manipul:[3,28,74],manner:29,manual:[17,29,37,39,65,68,69,79,98],manufactur:100,manuscript:[25,87,112],manuscript_r0:112,manuscript_templatespinalcord_r0_v00:25,manuscript_templatespinalcord_r0_v01:25,map:[15,73,81,94,112],mar:[8,15],margin:19,mari:[22,73,95],mark:[37,54],markdown:[0,29,112],marker:39,markup:65,martin:[24,71],martino:[73,104],mask:[39,45,73],mask_destin:39,mask_sourc:39,maskabl:19,master:[3,16,29,35,36,40,46,54,65,71,74],mat:[93,97],match:[3,17,27,28,37,74],mate:1,materi:[39,93,97,112],math:24,mathieu:[16,89],mathwork:[65,70],matlab:[6,9,11,14,17,71,77,84],matlab_r2020a:[9,84],matlab_shar:14,matlplotlib:71,matricul:[17,93],matrix:39,matshow:71,matter:[3,74],matthew:[36,54],maverick:[27,65],max:[15,16,79],maxdepth:27,maximum:79,maxiter:39,maxpayload:19,maxreadreq:19,maxtimeslot:19,mayavi:71,mayb:[29,36,54,68,73],mayonnais:73,mb:[19,27],mc:39,mccoi:8,mcgill:[9,12,22,84],mcmaster:[93,97],md5:[27,37],md5e:37,md5sum:27,md:[29,92],mdnsrespond:27,mdph:24,me:65,meal:94,mean:[21,22,29,36,39,54,68,73],meaning:29,meant:29,meantim:72,measur:[3,19,73,74,112],meat:94,mecalab:[93,97],mechan:[3,8,74,79],med:38,medecinegeneral:92,media:61,medic:[1,6,16,22,39,45,73,77,104,112],medicin:[80,112],medicocentremontroy:92,mediti:112,medium:[3,29,74,79],meet:[6,21,94],meg:57,megabyt:12,melba:112,melbourn:22,mem:[12,19],member:[0,12,16,22,78,83],memori:[12,19,48,61],memwinv:19,menisci:[3,74],mental:54,mentimet:72,mention:[29,93,112],menu:[15,20,32,36,48,54,65,69,94],menu_nvidia_smi_submenu_gpu0_rtx_a6000:19,menu_nvidia_smi_submenu_gpu1_rtx_a6000:19,menu_nvidia_smi_submenu_gpu2_rtx_a6000:19,menu_nvidia_smi_submenu_gpu3_rtx_a6000:19,menumet:65,merg:[16,29,57,62],merit:95,mesa:51,mesh:41,meshlab:65,messag:[15,16,19,27,65,68,83],mesur:24,meta:62,metadata:16,metal:94,metamateri:73,metasurfac:73,method:[3,12,19,24,36,54,73,74,112],metr:[93,97],metric:[19,29],metrictyp:39,mf:37,mg:8,mgh:[36,54],mgs4u:[93,97],mhz:[79,104],mi:39,mic:16,michael:112,micro:24,microscopi:[4,13,16,29,75,112],microscropi:29,microsecond:79,microsoft:[17,112],microwav:112,midl:22,mig:19,might:[15,17,19,22,36,54,60,65,73,112],migrat:16,miguel:22,mil:[93,97],mila:[3,12,22,74,112],mileston:29,milk:73,minc:38,mindepth:27,mini:17,minicircuit:[93,97],miniconda3:[9,19,57,84],miniconda:[9,71,84],miniforg:37,minim:[55,79],minima:55,minor:29,minus_on:22,minut:[1,22,61],misc:[25,87,100],miscellan:48,miss:[48,65,82],mistak:[36,54,55],mit:[3,74],mitac:95,mitk:65,mitkworkbench:17,mix:[68,104],mixmatch:[3,74],mkdir:[15,17,19,36,37,54,64,99,111],mkf:111,ml:19,mlexplain:[3,74],mlwidget:65,mm:[12,25,27,79,87],mni:[38,78],mnt:[15,17,19,61,64,111],moab:12,mobil:17,mod_unload:19,modal:[3,29,73,74],mode:[22,27,29,51,52,65,69,71,112],model:[3,8,16,17,18,19,24,29,31,73,74,98],modern:[93,97],modeset:32,modfic:36,modif:[22,27,36,54],modifi:[16,27,29,36,37,54,55,112],modifyhd:61,modinfo:19,modprob:32,modul:[11,19,29,34,37,65],modular:[4,73,75],module_itkv3compat:68,module_itkvtkglu:68,module_nam:12,modvers:19,moell:95,mojav:65,moment:71,monei:19,monitor:[65,83],monitorcontrol:65,monospac:29,mont:[3,41,74,92],month:[22,73,94],montreal:[12,22,24,81,91,96,112],mood:[3,74],more:[0,1,14,15,19,22,23,27,28,29,35,36,39,50,52,54,61,65,73,78,81,85,94,104],morn:94,mortim:92,most:[24,27,39,54,65,68,83,94,112],mostli:[16,29,95],motion:73,motor:8,mount:[14,19,52,53,61,98,111],mountain:[28,65],mous:[65,83],mouth:94,mov:65,move:[5,8,11,16,17,36,39,54,73,91],movement:[65,73],moving_imag:39,movingimag:39,movingpoint:39,mozilla:99,mp2:12,mp3:65,mp4:[65,98],mpi:12,mpmri:73,mpr:48,mr:[3,24,74],mrd:73,mrhub:[6,77],mri:[1,13,14,15,16,38,42,43,57,65,73,79,80,100,104],mri_nu_correct:38,mricron:[9,17,84],mrilab:[6,77],mrm:112,mrn:8,mrshub:[6,77],mrtech:80,ms:[8,73,95,104],msc:[6,24],mschapv2:99,msfhr:95,msi:19,msub:12,mt:[27,79],mth3302:24,mth6305a:24,mth6312:24,mtime:27,mtv:73,much:[11,12,16,19,39],multhdrreccap:19,multhdrrecen:19,multi:[3,27,29,73,74],multiclutch:65,multidimension:39,multimod:[3,39,74],multipl:[3,16,17,19,24,25,28,29,37,38,65,68,74,78,87,93,97,112],multislic:77,multitask:[3,74],munich:22,musculoskelet:8,must:[0,12,16,19,24,37,41,48,54,65,69,93,96],mustn:41,mutual:[29,39],mv:[16,27,36,54,65,99],mvp:65,my:[3,16,22,23,28,29,36,37,54,65,68,74],my_fil:[36,54],my_job:[11,12],my_project:71,my_project_fold:71,my_repo:[36,54],my_script:33,my_sct_script:12,my_str:28,mycommand:28,myelin_06_rescan:11,myelin_map:11,myfig:71,myst:0,n:[8,9,12,17,19,22,36,37,39,54,57,62,65,84,111,112],nacl:104,nadeau:22,naga:[24,73],name:[12,16,17,19,22,25,27,28,29,37,40,44,48,61,65,68,69,70,78,80,81,83,87],name_branch:36,name_of_sess:27,nameofyourprogram:69,namespac:16,nano:[64,99],narvid:8,naryanan:24,nat:8,nativ:65,natur:[29,31,112],navbartemp:99,navier:[3,74],navig:[9,68,69,84],nb:[12,17],nbbin:39,nc:28,ncbi:112,nd:102,ndp:17,necessari:[12,16,32,68,69,73,83,98],necessit:29,neck:73,need:[3,9,12,15,16,17,19,21,24,25,27,29,32,36,37,41,51,52,54,60,61,64,65,68,69,71,73,74,80,81,83,84,87,88,93,95,96,97,98,102,112],neg:19,negopend:19,neighbour:39,neighbourhood:94,neilsen:112,nerguizian:24,net:[6,27,39,58,73,77,99],netdev:99,netherland:72,netlib:69,netlifi:[6,77],network:[3,8,9,15,16,19,29,51,53,74,84,99,112],neur:24,neural:[8,19,22,24,112],neural_network:34,neurip:22,neuro:[5,9,14,15,16,17,18,19,24,37,65,80,84],neuroadiolog:112,neuroimag:[8,22,24,37,44],neuroinformat:[73,112],neurol:8,neurolog:112,neuromod:112,neuronal:24,neuropatholog:73,neuropoli:[0,1,3,7,9,10,11,12,16,18,19,20,21,22,23,25,29,36,51,54,61,65,71,74,76,78,79,81,82,83,84,86,87,89,91,98,99,100,112],neuropolylab:112,neuroradiol:8,neurorx:73,neurosci:[8,24,95,112],neurowir:22,never:[16,25,36,54,87],new_file_nam:27,new_nam:16,newer:[9,27,84],newli:[17,91],newton:88,next:[28,29,61,65,93,94],nf:53,nguenther:37,nia:24,niagara:[9,12,84],nibabel:46,nibardo:73,nice:[9,55,84],nick:[16,89],nicl2:104,nifti1:46,nifti1field:46,nifti1fields_pag:46,nifti:[9,17,41,48,65,84],night:94,nightli:[14,15,17],nightmar:53,nih:[24,46,73,104,112],nii:[9,12,16,27,28,37,38,39,84],nikola:[20,24,25,73,112],nilearn:[30,71],nimag:41,nimh:46,nind:104,nipi:46,nipyp:71,niso4x6h2o:104,nitrc:[65,104],nix:16,nl:[19,98],nlm:112,nmr:[6,36,54,77,112],nn:[3,74],nnu:[3,74],node:[12,19,32,47],noel:[16,88],noexec:15,nofich:92,noir:[93,97],nois:[73,79],nomin:[22,24],nomul:65,non:[15,19,37,73,95],none:[35,65,112],nonfatalerr:19,nonlinear:[3,74],nord:92,nori:8,normal:[3,17,19,37,56,69,73,74],north:[93,97],nosnoop:19,nosoftrst:19,notabl:6,note:[1,3,11,16,17,19,24,25,27,29,32,36,39,52,54,62,65,71,72,74,78],notebook:[19,52],notepad:99,noth:[17,32,37,40],notic:[32,93],notifi:29,notificationcent:65,notificationcenterui:65,notr:92,nou:92,nounix:64,nouveau:[19,32],now:[14,17,19,32,36,54,61,65,68,69,73,112],np:95,npm:47,nr:27,nroprprp:19,nsc6084:24,nserc:95,nsnavpanelexpandedstateforsavemod:65,nsw:22,ntask:12,ntlmssp:64,nullifi:61,num2str:70,numa:19,number:[12,16,17,19,28,29,36,37,39,54,70,111,112],numer:[68,92],numpi:[35,70,71],nvcc:32,nvidia:[17,19,32,33,35,95,112],nvidia_cuda:32,nvidia_drm:19,nvidiafb:19,nvme:[17,18],nvreg_devicefilegid:19,nvreg_devicefilemod:19,nvreg_devicefileuid:19,nvreg_dmaremappeermmio:19,nvreg_dynamicpowermanag:19,nvreg_dynamicpowermanagementvideomemorythreshold:19,nvreg_enabledbgbreakpoint:19,nvreg_enablegpufirmwar:19,nvreg_enablemsi:19,nvreg_enablepciegen3:19,nvreg_enablepcierelaxedorderingmod:19,nvreg_enables0ixpowermanag:19,nvreg_enablestreammemop:19,nvreg_enableusernumamanag:19,nvreg_excludedgpu:19,nvreg_gpublacklist:19,nvreg_ignoremmiocheck:19,nvreg_initializesystemmemoryalloc:19,nvreg_kmallocheapmaxs:19,nvreg_memorypools:19,nvreg_modifydevicefil:19,nvreg_nvlinkdis:19,nvreg_preservevideomemoryalloc:19,nvreg_registerforacpiev:19,nvreg_registerpcidriv:19,nvreg_registrydword:19,nvreg_registrydwordsperdevic:19,nvreg_resmandebuglevel:19,nvreg_restrictprofilingtoadminus:19,nvreg_rmlogonrc:19,nvreg_rmmsg:19,nvreg_s0ixpowermanagementvideomemorythreshold:19,nvreg_tcebypassmod:19,nvreg_temporaryfilepath:19,nvreg_usepageattributet:19,nvreg_vmallocheapmaxs:19,nvswitch:19,nvswitchblacklist:19,nvswitchregdword:19,nvtop:19,nvverifi:19,nyu:[6,77],o2:73,o:[12,15,17,18,19,27,28,38,39,48,61,65],obff:19,obj:65,object:[3,4,35,37,41,65,71,74,75,79,104],objet:24,observ:[3,74],obsproject:65,obtain:[24,102],occur:65,ocra:[6,77],oct:22,octob:[68,95],octolaps:99,octopi:99,octoprint:98,octoslack:99,od:79,off:[16,17,19,29,56,68,71],offer:[24,37,93,97],offic:22,offici:[16,17,36,54,60,68,104],offlin:73,offset:39,often:54,oftentim:54,oh:27,oil:[73,93,97],ok:[19,48],old:[14,112],older:[36,37,54,65],olivi:73,omc:39,omit:54,omnicompet:95,omnigraffl:65,onboard:[0,17,21,83,88],onc:[11,12,16,17,19,21,22,25,27,28,29,32,36,39,52,54,57,61,65,68,69,78,81,83],ond:24,one:[12,16,17,19,22,25,27,29,32,36,37,39,41,50,51,52,54,57,62,65,69,73,80,94,112],oneapi:19,onednn:19,onelin:[9,36,54,84],ones:[16,19,54,68,69,72],onli:[11,12,14,16,22,25,27,29,33,36,37,38,52,54,57,61,62,65,69,87,95,112],onlin:[6,29,77],onto:[19,94],oo:39,open:[6,9,11,12,15,16,17,19,20,21,24,27,28,36,37,42,45,50,51,52,54,57,61,62,68,77,80,82,84,99,111,112],opencl:19,openconnect:17,opengl:32,openneurodataset:57,oper:[19,32,36,37,51,54,64,99],opera:65,opinion:54,opt:[16,35],optic:112,optim:[19,79],option:[12,16,17,22,28,32,36,37,39,41,44,52,54,61,68,69,94],oracl:[35,60,61],oral:22,orang:28,ord:80,order:[1,12,16,17,22,27,51,52,60,61,65,73,79,80,112],ordinari:[3,74],org:[3,6,24,27,28,30,34,36,38,39,47,54,55,57,60,61,64,65,68,71,72,73,74,77,86,90,95,99,102,104],organ:[0,16,17,21,25,36,54,71,87,94],organigram:65,orient:[39,46,48,71,92],origin:[3,16,22,29,36,38,39,54,74],ortiz:16,os:[15,16,17,18,26,29,32,37,65,69,98],osf:27,osirix:[17,65],osmium:[93,97],osprei:[6,77],osx:[15,27,39,44,51,53,55,65,70],osxfus:17,other:[6,12,13,16,19,21,24,29,37,39,51,52,65,68,69,73,77,78,80,94,112],otherrepositori:[36,54],otherwis:[18,39,53,54],ottawa:22,ou:96,ouest:92,oui:73,oumayma:73,ount:64,our:[16,22,44,51,52,68,73,78,81,88,92,94],out:[9,16,17,19,21,22,28,36,37,54,84,88,96],outcom:29,outer:[73,79],outlet:23,outlin:65,outprefix:39,output:[12,16,27,29,32,35,39,73],output_imag:38,outputfil:41,outputfilenam:48,outsid:[29,48],ouvert:92,ouvrir:92,over:[15,19,22,36,54,69,79,83,99],overal:[16,22,29],overlap:[41,94,111],overnight:65,overrid:[37,62],overview:[3,6,8,50,74],ow:73,own:[16,19,51,61,112],owner:[16,53,65],ownership:53,ox:[46,65,73],oxsa:[6,77],oxsatoolbox:[6,77],oz:[93,97],p0:19,p100:[17,19],p101317:[9,84],p123123:17,p2:19,p2p:37,p8:19,p:[8,12,16,17,19,25,37,39,41,52,65,80,87,93,97,111],p_id:102,pac:92,pacif:[93,97],pack:[24,41,60],packag:[17,19,29,35,42,44,45,60,65],pacman:37,pad:73,page:[0,5,17,29,36,39,52,54,55,65,69,86,93,97,112],pagefault:19,pagefit:56,pai:[22,93,94],paid:[93,112],painfulli:54,pair:[37,39,65],pairwis:99,pal:24,pam50:73,pandem:83,panel:[36,54,93,97],paper:[3,29,74,83,93,94,98,112],paperpil:[3,74],paperpositionmod:70,paquet:16,paragraph:[29,54],param:[36,39,54],paramagnet:104,paramat:39,paramet:[3,9,52,73,74,84],paranoid:65,parc:92,parerr:19,pari:[22,73],parkerplast:[93,97],parm:19,part:[3,21,24,29,37,44,47,54,65,69,73,74,86,112],parti:29,partial:[3,73,74],partialmatchingiter:39,particip:96,particular:[17,29],particularli:[29,37],partir:24,partit:[27,70,111],partner:112,partnership:[95,96],partovi:24,parzen:39,pascual:8,pass:[17,19,28,29,32,39,52,65,69],passphras:16,passwd:17,password:[15,17,50,61,64,69,72,80,98,99],past:[16,27,29,36,50,54,62,65,69,112],pastebin:29,pasternack:[93,97],patch:[29,70,72],patel:16,patentrybit:19,path:[9,11,12,16,19,27,32,35,36,40,47,51,52,54,60,61,64,65,68,69,80,84,93,97],path_dest:51,path_output:39,path_to_fil:27,path_to_file_1:[36,54],path_to_file_2:[36,54],path_to_model:19,path_to_my_repo:[36,54],path_to_plugin:65,patienc:[16,112],patient:73,patient_1:41,patoffset:19,patorjk:72,patrick:24,pattern:[27,28],paul:[6,73,77],pavillion:94,pavillon:94,paychequ:[93,94],payment:[22,78,94],pb:[11,12,27,93,97],pbeee:95,pc:[15,17],pcb:100,pcc:68,pchemlab:[93,97],pci:19,pcid:102,pcie:17,pd:[73,95],pd_sim_sbs_121_1:[93,97],pdf:[3,22,25,39,54,65,72,74,87,93,104,105,112],pdfshrink:65,peak:[73,79],peap:99,peaplabel:99,pearson:24,pem:99,pennstat:[6,77],peopl:[12,16,19,29,65,68,78,94],pep8:29,per:[12,27,69,73,104,112],percentag:39,perf:19,perform:[3,4,12,16,19,36,39,47,54,65,74,75],performequ:19,perhap:94,period:73,perm:16,perman:[19,36,54,60,61],permeabl:41,permiss:[12,14,15,17,19,36,37,53,54,61,64],permit:91,perr:19,persist:[19,37],person:[16,17,29,36,54,78,80,81,83,89,94,112],personnel:17,perspect:37,pertin:80,peru:22,pet:57,pfa:[93,97],pfpe:[93,97],pg:95,phalang:29,phantfunc:19,phantom:[73,80,100,112],phantomrecip:104,phase1:99,phase2:99,phase:[68,73],phd:24,phone:65,phosphor:73,photo:[93,94],php:[38,65,83,92,96],phs3210:24,phy2300:24,phy6985:24,phy6990:24,physic:[6,19,37,77,112],physician:[6,77],physiqu:24,pi:[12,21,93,94,97,98,99],pick:[16,17,19,37,83,94],pictori:8,pictur:65,pid:[19,93,97],piec:37,pierr:54,pike:73,pin:[19,29,83],pineau:24,ping:16,pip:[12,35,57,71],pip_packag:35,pipe:19,pipefail:17,pipelin:73,pipermail:39,pitfal:[36,54],pixel:[3,4,48,74,75],pixelm:65,pkill:27,pla:98,place:[21,37,65,69,80,94,104],placehold:112,plai:[4,75],plain:37,plan:[1,17,24,29,83],plastic:[93,97],plate:94,plateau:92,platform:[19,57,68],player:[21,65],playlist:21,pleae:16,pleas:[1,7,12,14,16,17,19,20,21,22,24,25,29,36,37,44,52,54,73,76,78,82,85,87,89,92,98,112],pleasur:22,plist:65,plist__old:65,plo:112,plot:[19,70,71],plt:71,plu:94,plug:[4,23,65,75],plugin:[4,17,60,65,75],ply:41,pm:19,pm_l1:19,pmc3178846:112,pmc:112,pme:19,pmeclk:19,pmem:12,pmj:73,pmprintingexpandedstateforprint:65,png:[27,29,71],poem:73,point:[14,15,17,29,32,36,40,48,54,68,73,99,111,112],pointer:[19,29,37],pointsetpercentag:39,pointsetsigma:39,polar:79,poli:16,polici:22,polydata:45,polyethylen:[93,97],polygon:48,polygram:[17,18,19,93,97],polygrames_password:15,polygrames_usernam:[15,17],polyinvit:17,polymid:[93,97],polymtl:[5,9,14,15,16,17,18,19,22,23,24,37,65,78,79,83,84,85,93,94,96,98,99],polyssl:17,polystyren:[93,97],polytechinqu:95,polytechniqu:[12,22,25,85,87,90,92,94,95,96,112],polyvpn:16,popular:37,popularli:39,poq:12,port:19,port_loc:19,port_numb:17,port_rosenb:19,portcommonmoderestoretim:19,portion:16,portnumb:19,porttpowerontim:19,posit:[39,70,79],posix:[9,84],possibl:[12,16,17,22,29,36,54,65,96,112],post2:35,post:[17,19,29],postdoc:90,postdoctor:82,poster:112,posterdesign:22,posteriori:22,potenti:[53,73],pour:[24,92,95],power:[19,23,28,37,55,65,68,79,112],powerbook:65,powerpoint:22,ppa:35,ppl:73,ppn:12,pptx:[25,87,112],pr:[36,95],practic:[0,3,74,96],prado:[9,84],pratiqu:24,pre:[12,86],preamp:73,preceed:93,preconfigur:52,precup:24,predefin:28,predict:[3,73,74],prefer:[17,19,25,29,36,48,51,54,65,71,87,112],preferredauthent:17,prefetch:19,prefix:[25,28,29,87],preheat:98,prepar:[98,104],preparatif:96,prepend:37,preprocess:69,present:[3,21,22,32,54,69,71,74,112],preserv:38,press:[14,20,65,68],pretti:[9,36,54,84],prevent:[27,36,37,53,54],preview:112,previou:[29,54,65,111],previous:39,prgibx5odo8voaj2i38gprugjgznnkvvo:16,pri:24,price:94,primari:62,primarili:83,primer:8,princip:[24,94],prinicp:94,print0:27,print:[19,20,22,27,28,70,73,100],printer:[10,17,83],printf:28,priori:22,prioriti:[12,29,73,99],prisma:17,privaci:65,privat:[1,16,37],privatebin:27,prive:92,privileg:52,privnot:72,prix:[93,97],proactive_key_cach:99,probabilist:[3,24,31,74],probabl:[53,54,60,65,68],probe:73,problem:[16,27,29,32,36,38,48,54,65,71,73,102],problemat:[20,53,65],proc:32,procedur:[10,12,14,24,27,29,68,83,89,104],proceed:[7,76],process:[4,11,12,14,15,16,17,19,24,26,33,37,39,42,48,51,54,65,68,71,73,75,94,105,112],process_data:[36,54],produc:[4,75],product:[69,93,97,102],product_id:[93,97],product_information_sheet:104,prof:24,professor:31,profil:[17,19,57],prog:19,program:[6,14,22,26,61,65,69,77,95,96,112],programm:[24,95,96],programminghistorian:55,progress:[25,73,87,88],project1:[16,17],project:[1,12,14,15,17,19,25,44,58,65,68,71,83,86,87,102,112],project_hom:[9,84],project_nam:[36,54],projectnam:80,projet:24,prolif:102,promis:[3,74],prompt:[9,80,84,99],proof:24,propag:[24,112],properli:69,properti:35,proport:[22,38],propos:[6,29,39],propseg:12,prospa:14,prostat:[3,74],protect:16,proto:99,protobuf:35,protocol:[29,50,65,112],provid:[4,19,22,29,44,52,60,68,69,75,77,83,91,98],provinc:92,provinci:96,proxim:38,ps1:[9,84],ps:[17,27,51],psacnn:[3,74],pstree:27,psy6983:24,pub:[16,35,36,50,54],pubkei:16,publickei:[17,36,54],publicli:29,publish:[21,71],pubm:[3,74],pui:73,pull:[50,51,82],puls:[3,14,17,74,79],pulseox:73,pulseq:[6,77],punctuat:54,purchas:91,pure:32,purpl:[28,29],purpos:[17,32,72,112],push:[9,16,19,27,37,84],put:[12,28,36,40,54,60,65,68,80,83,94,96],putti:17,pve:73,pwr:19,pwrind:19,pxxxxxx:17,py:[3,9,33,35,64,71,74,84],pycharm:[17,29,65,71],pydata:64,pyflak:29,pylab:71,pylint:29,pymvpa:71,pypi:71,pyplot:71,pyralux:[93,97],pyrolit:73,pysurf:71,pytest:71,pytestedit:71,python2:35,python310:19,python3:19,python:[17,19,29,33,35,39,57,64,65,70,86],pytorch:[3,19,74,86],q:[12,27,37,39,41,51,54],qa:104,qbin:95,qc:[11,22,92,95,112],qdel:12,qform:46,qlgener:65,qlmanag:65,qlsc:24,qmrlab:[1,29,73],qmrlab_gener:1,qmt:73,qmtlab:73,qr:22,qsform:46,qstat:[11,12],qsub:[11,12],qt:[68,92],quad:17,quadratur:79,qualiti:[21,112],quantit:[3,74,112],quantiti:104,quartz:17,quebec:[12,22,24,92,95,96,112],queen_elizabeth_urgent_car:92,queri:65,question:[6,27,68,77],queue:12,qui:24,quick:[3,54,65,68,74],quickli:[65,104],quicklook:17,quicksilv:65,quicktim:21,quit:[12,27,51,53,68],quiz:72,r0:[25,112],r1:[25,112],r1c4:112,r20190908:16,r:[11,12,14,16,17,19,27,28,37,39,53,57,65,70,80,92],ra:82,raamana:[6,77],rabbit:79,rad6005:24,radiolog:112,radiologist:[6,77],radiu:39,rai:[4,75],rais:29,rajiv:73,ram:[19,61],ramp:[36,54],ran:61,random:19,randomli:39,rang:[19,73,79,94],rank:112,raoul:104,rapi:12,raspberri:[98,99],rat:79,rate:80,rather:[12,19],ratio:22,raw:[6,15],rbe:19,rbiq:95,rc1:68,rc:61,rcb:19,re:[16,17,29,36,52,60,65],reach:[16,17,36,54,88],read:[14,15,19,27,28,29,36,37,54,65,68,69,83,86,98,104,112],readabl:[27,39,112],reader:29,readi:[29,112],readm:[16,37,54,70,112],readthedoc:27,real:[6,73,77],realist:[3,73,74],realli:[20,24,37],realtim:102,reason:[3,65,74],rebas:29,reboot:[32,60,61],rebuild:[19,32],receipt:[22,93,94],receiv:[3,19,24,39,65,73,74,79,93,96],recent:[27,54,68],recherch:[22,112],recip:[16,37,61],recogn:[65,69],recognit:[3,74],recommend:[12,17,36,54,65,93,94,97,112],recon:[6,73,77,81],reconnaiss:24,reconnect:17,reconsid:16,reconstruct:[3,6,24,73,74,77],record:[21,37,45,65,72],recov:16,recoveri:73,rectangular:112,recurs:[27,28,65],red:[9,28,48,84],redhat:[17,37],redirect:5,reduc:[16,22,73,80,98],redund:[16,68],reev:95,ref:[36,54,93,97],refactor:29,refclk:19,refer:[3,19,24,29,36,54,73,74],referenc:112,refin:[3,74],reflog:[36,54],refresh:37,refrid:[93,97],refund:22,regaffin:39,regard:22,regina:29,region:[19,73],regist:[12,22,65,73,92,96],registr:[22,39,68,73],registri:51,regkei:19,regress:[24,29],regul:24,regular:[37,72],reimburs:78,reinforc:24,reinstal:[53,60,102],reject:16,rejsnooptran:19,rel:[17,39,40,60],relat:[23,29,50,65,73],relationship:[3,74],relax:[24,104],relaxometri:[3,74],releas:[19,29,32,40,68,69,70,71],relev:[1,24,32,37],reli:16,reliabl:[3,74],relink:53,reload:[60,61,65],rememb:[36,54],remind:78,remot:[16,19,37,98],remote_repo:[36,54],remotehost:44,remount:64,remov:[16,17,28,29,32,39,53,60,65,68],remplir:95,ren:73,renam:[36,54,65],render:[29,32],rensgen:83,rent:92,rental:92,reopen:[19,83],repair:48,repeat:[22,29],repertoir:92,replac:[36,54,65],replica:19,repo:[16,29,36,54,64,71],report:[16,19,25,29,37,87,112],repositori:[17,29,35,37,50,65,88,112],repository_nam:36,repres:[29,73],represent:[3,24,74],reproduc:[16,29,112],reprographi:22,reqen:19,request:[17,19,23,24,57,80,82,93,94,112],requir:[12,17,22,29,44,51,52,64,68,69,70,78,81,112],requri:17,resampl:65,rescan:73,research:[0,13,16,17,71,72,95,112],researcher2:16,reseau:99,reset:[20,35,65],resetpassword:65,resid:[6,77],resist:[93,97],resiz:19,reslic:48,resolut:[3,17,38,70,74],resolv:[27,65],reson:[3,8,74,79,112],resourc:[1,12,17,19,54,65,68,83,112],resp:73,respect:[22,29,61,86,104],respir:73,respiratori:73,respons:[12,29,54,112],responses_to_review:112,ressourc:92,rest:54,restart:[51,60,65],restrict:15,restrictedboltzmannmachin:34,restructur:29,result:[25,36,39,54,87,112],resum:60,retim:19,retpolin:19,retriev:[3,74],retyp:17,rev1a:35,rev:[8,19],revers:[3,27,74],review:[3,8,36,74],revis:25,revisit:[3,74],revok:16,reward:24,rf:[3,27,37,61,65,74,79,83,102],rf_circuit_fabrication_rul:105,rfov:73,rfxg1:102,rg174u:[93,97],rg316u:[93,97],rg58u:[93,97],rg6:[93,97],rg:[93,97],rgpin:112,richard:95,rick:95,rid:[16,37],right:[1,9,15,17,19,22,36,48,54,61,69,84,85],rigid:[39,93,97],rignon:[16,88],ring:[93,97],rioux:54,rise:79,rish:24,risk:16,rj:8,rk:[93,97],rlxdord:19,rm:[16,27,32,36,51,54,61,65],rm_firmware_act:19,rmi:51,rn:65,robot:24,rocklandmd:92,rod:79,roger:[36,54,93,97],roi:[24,48],roken:73,role:8,rollov:19,rom:[19,61],roman:[17,19],rome:22,romeo:73,room:79,root:[12,15,16,17,19,40,51,52,61,73,99],rosemont:92,rosenberg:[9,16,19,44,84],rosetwig:16,rosin:[3,74],rossignol:8,rotat:39,roughli:37,round:[93,97],rout:19,routin:38,royal:92,rp:29,rsa:[16,27,36,50,54],rsn:99,rsna:[6,77],rst:29,rsync:37,rsync_:80,rthe:78,rtx:[17,19],rudko:24,rule:[16,21,24,25,29,87,105,112],run:[9,11,12,15,16,17,19,27,29,32,35,36,37,39,52,54,57,61,62,64,65,68,69,70,84,99,111],rupa:27,rw:37,rxcy:112,rxerr:19,rxof:19,ryyyymmdd:16,s1082687:37,s15564390:37,s1:28,s28305:37,s2:28,s3:[37,57],s7183853:37,s:[3,6,8,9,12,14,16,17,19,21,22,25,27,28,29,33,34,36,37,38,39,48,50,54,61,65,68,69,73,74,80,83,84,87,93,94,97],safari:65,safe:[9,37,84,93,94],sai:[20,24,27,32,33,36,37,53,54,65,93,97],sainsmart:101,saint:[92,112],salari:94,salloc:12,same:[12,16,17,19,20,29,37,39,40,48,68,78],sametmax:27,sampl:[3,32,39,74,79,93,97],san:22,sant:92,santa:92,sarath:24,sat:73,satellit:[3,74],satisfi:21,save:[12,16,21,27,37,39,48,54,69,93,94,112],savefig:71,sbatch:12,sc:73,scale:[12,24,39,73],scan:[11,73,80,89,93,112],scanner:[65,73],scenario:29,scheme:[41,69],schemefil:41,schmeelk:95,scholarship:91,school:[17,24,96],schwab:8,schwartz:8,schweinhardt:24,sci:8,scienc:[3,19,24,65,74,95,112],scientif:22,scientifica:22,scikit:[30,34],scipi:71,sclerosi:[3,74],scm:[36,54],scope:[29,65,71],scott:55,scp:[11,12,19,80],scratch:[11,12,17],screen:[17,19,29,32,48,70],screencaptur:65,screenflow:65,screenshot:[16,19,29],scribl:99,script:[9,14,15,16,17,19,27,33,35,39,40,51,64,65,71,84,111],scripts_data:40,sct:[1,12,15,16,17,29,39,44,51,64,73],sct_dev:1,sct_dir:[39,64],sct_gener:1,sct_orient:48,sct_pipelin:12,sct_propseg:12,sct_test:[11,15,17],sct_test_us:17,sct_testing_manag:17,sd:[19,99],sda1:111,sda:111,sdb1:19,sde:19,sdelet:61,sdist:71,sdk:68,se:98,search:[27,29,37,65,68,69],seashor:65,seat:83,sebastien:24,sebsauvag:27,sec:[22,64,78,94],second:[22,29,65],secondari:[16,19],secret:71,section:[12,17,29,39,40,48,61,78,82,91,100,112],secur:[17,19,20,65],sed:[28,37],sediment:104,see:[9,11,12,16,17,19,20,22,24,25,28,29,32,33,35,36,37,39,44,52,54,65,73,78,80,81,84,87,92],seed:65,seem:[39,53,68,73],seen:[51,52],segment:[4,29,31,39,45,73,75],seif:8,select:[4,9,14,19,20,21,24,33,48,50,54,61,62,68,73,75,84,111,112],self:[3,24,29,74],sell:92,seller:[93,97],sem:112,semant:[3,74],semi:[3,4,74,75,93,97],seminar:[21,22,24],send:[12,16,21,22,27,65,72,73,78],sens:73,sensor:19,sent:[36,54,94],seoul:22,separ:[40,60,83],sept:22,septemb:16,seq:[6,77],sequenc:[3,14,17,31,74],seri:[6,28,48],serr:19,serv:[54,83],server2:16,server:[11,13,14,15,16,19,27,36,37,51,54,64,80,83,105],serveur:12,servic:[17,29,32,51,80,88,112],session:[12,17,19,27,32,37,69,78,80,81,112],session_manag:17,sessionnam:80,set:[4,9,12,16,17,19,22,27,29,32,33,36,37,48,51,54,61,64,68,70,71,75,79,84,98,111],setdefaulttyp:65,setfil:27,setget:16,settl:96,setup:[11,71,82],sever:[19,22,27,28,29,37,44,61,71,73],sex:73,sform:46,sftp:[11,65],sg3vifzk:35,sh:[9,12,17,19,27,28,35,39,57,60,64,65,84],sha1:[36,37,54],sha1e:37,sha224:37,sha256:[16,37],sha2:[36,54],sha384:37,sha3_224:37,sha3_256:37,sha3_384:37,sha3_512:37,sha512:37,shape:[19,24,41,65],shapeony:65,share:[1,7,9,12,14,15,16,17,27,36,37,54,57,68,72,84,92],shasum:27,sheet:[36,54,70,71,83,93,97,98],shell:[16,26,28,60,64,65,71],sherbrook:12,shield:[79,93,97],shift:[56,65,73,98],shim:[1,29,44,79,83],shmuel:24,shop:[93,97,98],shortcut:[3,17,65,74],shot:73,should:[16,17,19,22,25,27,29,32,36,37,39,40,52,54,64,69,71,87,93,94,96,112],shouldn:37,show:[16,37,51,61,65,71,73],showhid:65,showhidden:65,shown:[17,65],showproduct:102,showq:12,showterm:72,shrink:[39,61,73],shut:60,shutdown:[61,65],shy:[0,16],si:[73,99],sica:27,siddiqi:24,side:[16,22,36,54],sidebar:65,siemen:[14,17,73,81],sienax:73,sigma:[93,97,104],sigmaaldrich:104,sign:[17,22,57],signal:112,signalis:22,signatur:[27,65],signaux:24,similar:60,simon:24,simpl:[4,24,27,29,36,37,54,55,75,112],simpleemergencystop:99,simpler:65,simpli:[36,37,39,54,68],simul:[6,17,24],simultan:[3,74],sinc:[16,36,54,68],singapor:22,singh:8,singl:[16,19,28,37,73,112],sink:94,sir:92,site:[55,65],situat:83,six:35,size:[3,15,16,19,22,37,70,73,74,79,111],sk:[93,97],skein256:37,skein512:37,sketchup:17,sklearn:34,skype:65,slack:[1,17,19,65,83,88],slant:72,slash:29,sleepwatch:65,slic3r:98,slice:[48,73,112],slice_axi:29,slide:[21,25,87,112],slideshar:73,slot:[80,81],slotclk:19,slotpowerlimit:19,slow:37,slower:[19,39],slurm:12,sm:[8,27],sma:[93,97],small:[3,12,29,37,39,65,73,74,95],smaller:[12,22,39,48],smart:[36,54],smb:[14,15,17,93,97],smi:19,smith:73,smooth:37,smp:19,snap:39,snapshot:[25,36,54,87],snc:22,snd_hda_intel:19,snopyta:27,snow:65,so:[1,12,15,16,17,19,22,24,27,29,36,37,52,53,54,61,65,68,83,94,99,112],sober:72,social:91,societi:95,socratica:71,soft:[36,54],softseg:73,softwar:[0,4,12,14,15,26,33,35,42,43,44,45,62,68,73,75],software_al:[6,77],sold:[93,97],solid:17,solut:[3,17,36,54,74,104],solv:[16,32,71],some:[3,9,12,14,15,16,17,25,29,39,53,54,65,68,69,70,74,82,83,84,87,94],somedomain:[36,54],someon:[16,17,25,27,94],someth:[12,16,22,27,28,37,39,54,99],sometim:[37,48,65,94,112],somewhat:37,somewher:83,soon:86,sop:[79,98,102],sop_add_linux_station_gram:[9,84],sort:[17,27,65],sound:37,sourc:[6,9,11,12,17,19,27,29,35,37,39,42,46,51,55,57,61,65,68,69,71,77,84],source_branch:[36,54],source_reg:39,sourceforg:[6,22,39,58,77],sourcetre:65,south:22,space:[3,12,16,19,25,27,37,39,61,65,73,74,87],spain:22,spare:[19,94],spatial:31,spec:[17,18,32,98],speccycl:19,special:[28,29,104],specif:[12,16,17,19,24,27,37,78,83,96,105,112],specifi:[12,16,24,54,65],spectroscopi:24,spectrum:[93,97],speed:[19,98],speeddi:19,spend:22,spent:[19,83],sphinx:29,spinal:[22,29,44,95,112],spinalcordmri:[12,73],spinalcordtoolbox:[9,21,36,51,54,84,86],spinalcordtoolbox_dev:[36,54],spinbench:[6,77],spine:73,spiral:73,spline:38,splineord:39,spoil:77,sponsor:12,spot:[48,73],spotlight:65,spread:37,springer:[3,74],sprung:27,sqlite:37,squar:73,squash:[16,36,54],squeue:12,sr:[36,54],src:[11,17],src_pad_reg:39,srcversion:19,ss:27,ssh3351:24,ssh3352:24,ssh5503:24,ssh:[9,11,15,16,18,44,50,80,84,99],ssh_exchange_identif:[36,54],sshf:17,ssid:99,ssl:17,st:92,stabil:104,stabl:[29,34,35,39],stackoverflow:68,staff:94,stage:[73,96],stagiar:96,stai:40,stand:22,standard:[6,12,32,38,39,51,93,97],stanford:104,start:[11,14,17,21,25,28,29,32,36,52,54,61,68,81,82,87,96,98,99,112],startxfce4:17,stat:[16,37,99],state:[3,18,19,29,36,39,65,74],state_old:65,statement:22,station:[19,36,54,73],statist:65,statistiqu:24,statu:[9,17,19,29,36,51,54,65,84],stavisi:96,std:[20,68,73],std_dim1:38,std_dim2:38,std_dim3:38,stdenv:37,stdin:[16,17],stdlib:68,step:[16,17,19,27,29,32,35,36,41,54,61,64,65,69,83,88,98],sthash:35,stick:98,stikov:[24,77,112],still:[16,17,36,52,54,65,68],stipend:22,stl:[65,98],stochast:[3,74],stockholm:22,stoke:[3,74],stop:[17,27,32,52],storag:[35,61],store:[13,16,19,28,37,48,65,93,97],stori:65,stp:58,strang:16,strategi:[36,54],stream:65,stream_executor:19,strength:[79,94],string:[27,37,39],strong:79,strongli:[29,54],structur:[3,45,68,71,73,74,112],student:[0,3,17,22,24,25,74,87,93,95,96],studi:[24,80,81,96],studio:21,stuf:36,stuff:[25,54,65,87],style:54,su:[57,60,61],sub:[16,27,37,56,57,73,78,112],subcatagoryb:[93,97],subfield:[3,74],subfold:[11,15,25,87],subfoldertoexclud:27,subject:[12,27,28,29,37,54,57,70,73],subject_a:28,subject_b:28,subject_list:28,sublet:92,sublim:17,submiss:[25,87],submit:[11,12,22,36,93,94],submodul:[36,54],subscrib:1,subscript:22,substat:19,substr:28,substrat:[41,93,97],subsystem:19,subvent:95,success:[16,19],sud:92,sudo:[15,16,17,27,32,35,36,47,53,54,60,61,64,65,68,69,99],suffici:54,suffix:81,sugar:71,suggest:[22,29,39,68,71,96,112],suit:[16,17,29,92],suitabl:79,sulfat:104,summar:29,summari:[39,54],sun:11,supercomput:37,supervis:[3,4,24,74,75],supervisor:[22,83,112],suppli:[16,91],supplic:99,supplier:105,support:[3,4,16,19,28,35,37,39,52,65,68,74,75,98],suppress:53,sur:22,sure:[12,16,22,29,36,37,47,54,64,65,68,86,92,93,94],surfac:[45,73],surfact:104,surgic:73,surpris:19,surround:73,survei:[3,74],suscept:73,suspend:[60,65],sv:19,sven:54,sweden:22,swift:79,swig:35,switzerland:22,sxm2:19,sy:[19,37],sydnei:22,symmetri:39,symptom:37,symr:22,syn:39,sync:[16,57,65],synced_fold:60,syndicat:90,syntax:[27,29],synthesi:[3,74],synthet:73,sysadmin:16,sysctl:99,sysf:19,syslog:65,system76:[93,97],system:[9,12,17,19,37,51,52,53,61,64,65,68,79,81,84,99,102,112],t0e0ormq1432652171008:95,t1:[70,73,104],t1w:28,t2:[12,38,70,73,104],t2_seg:27,t2_seg_manu:27,t2_smooth:38,t2_z_smooth:38,t2d:39,t3:70,t3d:39,t4:70,t5:70,t6:70,t7:70,t8:70,t:[0,3,12,15,16,17,19,20,22,27,29,32,37,39,41,50,51,52,53,61,65,68,69,70,73,74,96,104,112],t_commonmod:19,t_pwron:19,ta:16,taag:72,tabl:[64,111,112],tabort:19,tacki:65,tag1:[36,54],tag2:[36,54],tag:[16,37,112],tag_xx:[36,54],tagnam:[36,54],taho:37,taill:73,take:[19,29,36,54,61,93,94,96],taken:32,tal:24,talbott:8,talk:[3,6,51,74],tall:73,talon:92,tangui:[17,41],taniarascia:55,tank:23,taowa:16,tape:98,tar:[11,35,37,68],tardif:24,target:[3,17,19,35,48,68,74],targetfilenam:48,task:[19,29],tbd:22,tc:19,te:112,tea:22,teacher:[3,74],team:[19,29,40],teamview:[17,18],tech:[24,80,112],technic:[3,17,74,93,97],techniqu:[3,74],technolog:[6,24,38,77],tedpella:[93,97],tee:[28,35],tell:[16,52,65,69],temp:[11,15,19],temper:29,temperatur:[19,79,98],templat:[22,56,69,71],temporari:15,temporarili:[25,36,54,87],ten:112,tens:54,tensor:19,tensorflow:[12,19,52],tensorflow_pkg:35,term:54,termin:[9,11,12,19,27,28,29,32,36,47,50,51,54,60,61,68,69,72,80,84],terra:17,terranova:14,tesla:[17,19],test:[9,12,15,16,19,28,32,35,37,62,84,93,97],test_al:[9,84],test_sct:[9,84],test_tensorflow:35,testsuit:37,text:[9,17,29,37,39,54,55,65,84,112],textedit:[9,84,99],textpand:65,tf:19,tfevent:19,tfu1uw:64,than:[11,12,19,22,27,29,39,48,53,61,65,93,96,97],thank:[25,29,82,87],thedisk:61,thei:[12,16,17,22,29,32,36,37,54,69,73,79,92,93,94,97,104],thelinuxdaili:61,them:[12,16,17,19,21,22,29,37,39,40,51,53,54,60,69,78,80,94,104,112],theme:[29,55],themselv:16,theoret:29,therefor:[28,39,52,69,112],thermo_scientific_nalgene_narrow_mouth_economy_bottle_hdpe_1000_ml_6_pk:[93,97],thesi:[6,24],thi:[0,1,3,5,12,14,15,16,17,19,22,24,25,27,29,32,33,35,36,37,38,39,40,41,44,48,50,51,52,53,54,57,60,61,65,68,69,70,72,73,74,78,79,80,81,82,85,86,87,91,93,96,97,99,100,104,112],thick:[41,93,97],thing:[9,29,37,84],think:51,thinli:37,third:[29,38],thoma:[8,24,104],thompson:8,those:[29,61,62,83,99,112],though:[37,68],thought:73,thoughtbot:54,thousand:37,thread:[29,39],three:[29,39,48,65,94],through:[3,16,29,32,37,44,65,74],thu:[48,68],thumb:99,thumbnail:21,thursdai:[93,94],ti:[19,51],tif:37,tild:40,tildevers:27,time:[3,6,8,12,16,19,20,21,22,24,29,41,65,73,74,77,78,79,80,96,104],timeout:[17,19],timeoutdi:19,timer:29,timetrack:65,tip:[11,22,36,54,65],tips_and_trick:65,tissu:[73,104],titan:[19,32,35,112],titl:[21,22,24,36,40,54,70],title_of_your_abstract:22,tk:68,tkip:99,tldp:28,tlp:19,tlppfxpre:19,tmax:41,tmean:65,tmp:[17,19,35,39,51],tmp_reg:39,tmpdir:19,tmtqaxtkdawca:16,toc_0:55,todai:16,todo:[1,6,16,39,94],togeth:[37,52],token:71,told:68,too:[27,37,53,94],took:[21,24,65],tool:[4,6,17,19,26,35,36,38,43,48,51,54,65,68,69,75,112],toolbox:[1,3,6,22,29,44,74],toolkit:[17,19,32,39,52,71],top:[22,27,28,32,36,48,54,65,73,93,97],topic:[24,32],topolog:[3,74],torch:19,torchcontrib:[3,74],torchio:73,toronto:[22,93,97],torrent:[37,65],torrentpars:37,total:15,totalfieldmeshsizeatbaselevel:39,totalfieldvarianceinvoxelspac:39,touch:[27,37,51,65],touchpad:65,toward:[3,74],tphcomp:19,tr1:68,tr:73,trace:37,track:[4,8,19,56,65,75,88,112],trackvi:17,tradit:22,trail:54,train:[3,73,74,83],trainabl:[4,75],trait:68,traitement:24,transact:112,transfer:[3,24,61,73,74,78,79,80,112],transferr:[3,74],transfo:39,transform:[3,48,73,74],transistor:73,translat:[62,73],transmedtech:[95,112],transmiss:65,transmit:[3,19,73,74,79],transpend:19,transport:22,transvers:48,trap:[93,97],trash:16,trauma:8,traumat:8,travel:[22,98],travisci:29,treatment:69,tree:[17,36,54],trerr:19,tri:37,triag:29,trick:[11,65],tridimensionnel:24,trigger:65,trim:21,tripl:16,trivial:29,troubleshoot:98,truncat:54,trusti:51,trusty64:60,truth:[3,74],ts_audio:65,ts_video:65,ttm:27,tunabl:79,tune:79,turn:[56,71],tutel:95,tutori:[6,12,17,22,29,34,39,41,55,60,61,68,77],tw:102,twice:41,twine:71,two:[15,17,22,29,32,37,39,44,52,65,80,83,94],twrr128:19,txt:[12,28,29,39,40,53,68,99],type:[11,14,17,19,27,29,32,36,37,47,50,53,54,56,64,65,68,69,73,80,111],type_trait:68,typic:[17,19,22,29,54,69],u108545:[15,19],u12345:19,u8lwqy1dukg:61,u918374:19,u932945:15,u:[12,16,17,27,32,36,54,61],ubuntu:[9,17,32,35,37,47,51,52,57,60,64,84],udem:[12,22,24],udf:19,uemsk:19,uesta:19,uesvrt:19,ug:112,uhf:6,ui:65,uid:[12,37,61],uk:[16,22,37,46,65,112],ultid:[93,97],ultimak:98,ultrashort:[3,74],um:[41,93,97],umcu:[6,77],umf:102,uml:72,umlet:72,umletino:72,umount:15,un:[27,95],unarchiv:65,unblock:16,unbound:[6,77],uncom:17,uncorr:19,under:[14,16,17,22,25,36,37,40,50,54,65,80,81,87,102,112],undergradu:24,understand:[3,6,29,37,74,77],undo:54,unf01:57,unf:[11,15,16,78],unfix:73,unfortun:16,unfriendli:[25,87],uni:24,unif:[3,74],uniform:41,uninit:37,uninstal:[35,60],uniqu:[27,95],unit:[12,22,29,112],univers:[6,93,97],unix:[25,37,51,65,68,71,87],unless:[18,37],unlimit:[19,39],unlink:53,unlist:21,unload:65,unlock:[16,37],unmaintain:27,unmount:[15,65],unnecessari:[16,17,36,54],unpack:68,unpublish:[36,54],unset:[17,37],unstag:[36,54],unsupervis:[3,74],unsupport:19,unsupreq:19,until:68,untrack:54,unwrap:[54,73],unxcmplt:19,unzip:[27,40,51,99],up:[12,14,15,16,17,19,20,22,29,32,60,65,68,83,104,112],upcom:29,updat:[17,19,27,29,32,35,37,45,51,53,54,57,60,61,70,111,112],update_config:99,updatefieldmeshsizeatbaselevel:39,updatefieldvarianceinvoxelspac:39,upenn:[3,74],upgrad:[9,35,37,65,84],upload:[21,22,27,29,37,47],upon:[22,29],upper:94,upstream:[29,36,54],urgenc:29,url:[15,21,27,29,36,37,54,62,72],url_to_google_doc:22,url_to_repositori:[36,54],us:[0,1,3,4,9,12,14,15,16,17,18,19,21,22,25,26,27,28,29,32,33,37,38,39,40,41,44,45,47,48,50,52,53,57,60,62,70,73,74,75,78,83,84,87,88,89,91,93,94,97,98,99,102,105,111,112],usa:[22,93,97,112],usabl:69,usag:[17,19,29,65],usb:98,use_:80,user:[4,12,15,17,18,19,29,32,34,36,39,40,47,51,54,61,64,65,75,79,99],usernam:[11,12,15,16,17,19,27,36,44,53,54,61,64,69,80,98,99],usherbrook:12,usi:104,usplast:[93,97],usr:[9,19,32,35,39,57,64,65,68,69,84],usual:[9,16,22,27,37,69,84,94],utf8:[93,97],util:[19,35,39],utilis:17,utoronto:38,uuid:[19,37],uzai:73,v000010ded:19,v100:17,v10:17,v1:[19,39],v2:19,v3:68,v8:[17,37],v:[8,11,12,28,32,36,39,51,52,54,60,62,65],vacat:1,vacuum:[79,102],vahid:24,valid:[17,19,21,29,69,80],valosek:73,valu:[3,17,19,37,39,41,48,69,73,74,104],vancouv:22,vanier:95,vari:[29,73],variabl:[3,11,27,28,32,36,40,54,68,69,74],varian:79,variant:37,variat:[3,38,73,74],varieti:15,variou:[14,17,19,23,26,65,85,88],vb:60,vbguest:60,vboxguestaddit:61,vboxlinuxaddit:61,vboxmanag:61,vboxsf:61,vbrexjkizgo:60,vbshare:61,vc0:19,vc:[3,19,74],vdi:61,ve11c:17,ve12u:17,ve:[36,39,54],vector:39,vectori:65,vegetarian:94,veloc:73,vendor:19,vendu:[93,97],venv3:57,venv:19,venv_nam:12,verdun:92,veri:[24,29,37,41,65,68,80,93,97,99,112],verifi:[16,29,32,69,71],vermag:19,versa:37,version:[9,12,16,19,22,27,32,47,52,54,65,68,69,72,84,92,112],version_numb:12,vertebr:[48,70,73],vertebra:73,vestigi:29,vf:37,vga:19,vgasnoop:19,vi:[16,27,37,61,111],via:[3,12,16,17,19,29,37,41,54,71,73,74,78,88,99,102,105],vibrat:79,vice:37,victoria:92,video:[3,17,19,21,36,54,65,74,98],video_seg:[3,74],vie:24,view:[16,17,48,65,73,93,97],viewer:[17,44,48,65,71],vim:[35,36,50,54],vimrc:27,vinaigr:17,virtual:[12,19,22,27,44,60,65],virtual_box:14,virtual_env_config:[9,84],virtualbox:[17,37,60],virtualenv:[9,12,19,71,84],visa:91,visag:40,visibl:[21,22,33],vision:[3,30,74],visual:[3,68,74,98],visualis:17,visualqc:[6,77],vlc:65,vm:60,vm_share:61,vmdk:61,vncconfig:17,vncserver:17,volatil:19,voltron:[93,97],volum:[48,73],volumetri:[3,74],vop:6,vote:94,vox:38,voxel:[22,38,41],voxeldim:41,vpn:[15,16],vpn_:17,vq:37,vqg907lodrcqm9j0:16,vr78v5ll72zamxzuxvsvudgy2grjnlreyheiqg1f3xtud68uwinx8zwa7ndtkpoz7aat063vd79wbrticfvambm8qhc3294zxqajjy9fx:16,vs:73,vscode:99,vt100:62,vtk:[39,45],vtk_dir:68,vtk_group_qt:68,vtk_group_rend:68,vtk_group_standalon:68,vtk_required_objcxx_flag:68,vtk_use_64bits_id:68,vtkbuild:68,vvd:19,vwr:[93,97],vx:[36,54],w:[8,9,12,14,16,17,27,28,37,65,84,111],wa:[29,36,54,65,68],wai:[16,17,22,37,54,68,69,73],wait:[12,36,54],wakaba:65,wake:65,wakeup:65,walker:41,walltim:12,want:[6,14,16,17,19,22,25,27,32,33,36,38,52,53,54,60,61,68,69,77,87],warn:[36,37,51,54,71,99],warp:73,warp_comp:39,warp_veci:39,warp_vecx:39,warp_vecz:39,warpimagemultitransform:39,watch:60,water:[23,79,104],watt:79,wav:65,wave:73,wayland1:19,wc:27,wdpagefitbestfit:56,we:[3,12,16,17,19,25,28,29,36,37,44,52,54,57,68,73,74,83,87,94,112],web:[37,50,54,68],webapp:37,webdav:37,webpag:[17,39,94],websit:[12,22,24,29,55,68,81,93,97,112],webupd8team:35,wed:19,week:[16,22,28,93,94,96],weight:[3,39,73,74,93,97],weiskopf:8,weka:[4,75],welcom:[0,82],well:[16,27,37,64,65,86],were:[16,17,29,35,36,54],westgrid:12,wget:[19,27,35,37,51,99],what:[1,3,6,16,19,22,23,29,36,37,54,61,74,77,94,104],whatev:[19,27,52],wheelhous:12,wheezi:[9,64,84],when:[1,11,12,15,16,17,21,22,27,29,36,37,44,53,54,60,69,80,88,94,99,104,112],whenev:29,where:[11,12,15,16,19,22,24,28,29,32,33,36,37,38,39,52,54,60,61,65,68,69,94],wherea:73,wherei:[16,37],wherev:37,whetston:8,which:[3,4,12,15,16,17,18,19,21,25,29,33,37,38,39,44,51,53,65,68,69,73,74,75,79,81,94,96,104,112],white:[3,9,22,28,29,74,84],whl:35,who:[16,17,24,81],whoami:61,whole:[3,19,74],wide:[16,17,39,65],width:[19,29],wifi:[36,54,99],wiki:[0,12,29,36,38,39,40,54,60,61,68,86],wikibook:38,wikipedia:104,wildrepo:16,wilson:8,win:54,window:[15,17,29,36,37,39,45,51,54,57,61,65,73,79,99],wing:[95,112],winsor:39,winter:24,winxp_idea:14,winxp_terranova:14,wire:[93,97],wireless:112,wish:[22,27,36,65,83],within:[15,17,27],without:[3,4,16,17,19,29,32,37,39,47,53,65,69,71,73,74,75,96,104],wl:48,wma:65,won:[16,29,65,68,70],wontfix:29,word:[39,54,94,112],wordpad:99,wordpress:[39,55],work:[3,12,15,16,17,23,27,37,39,53,61,62,64,65,68,71,73,74,83,91,112],workaround:[53,65],workbench:65,workdir:12,worker:12,workflow:[3,4,16,71,74,75],working_dir:[36,54],workon_hom:[9,84],workshop:1,workstat:[17,83],world:39,worm:37,wormhol:27,worri:65,worrisom:[3,74],worth:16,would:[1,16,22,29,39,73,80,94],wpa:99,wpa_supplic:99,wq:27,wrap:[29,54],wrapper:[60,68],writabl:[16,27],write:[12,15,16,17,19,24,29,37,51,54,65,69,72,78,111],writer:16,written:0,wrr128:19,wrr256:19,wrr32:19,wrr64:19,wsl:[17,37],wu:24,wvs5l6j56nf:16,ww:48,www:[3,6,9,22,24,35,36,38,39,54,55,60,61,65,68,71,72,73,74,77,80,83,84,92,93,95,96,97,98,102,104,112],x11:[17,32,51,65],x16:19,x3:37,x6sr565m5g:101,x86_64:[19,32,37,68],x:[4,8,15,17,19,27,29,32,35,36,37,38,39,44,54,61,62,65,69,70,73,75,79,93,97,99,104,112],xarg:[19,27,37],xclock:62,xcode:[17,54,68],xdefault:62,xdisp:62,xeon:[17,18],xey:62,xgestur:65,xhost:51,xkcd:[25,87],xlabel:70,xlim:70,xometri:102,xorg:[19,32],xquartz:[44,51,65],xr:15,xrdb:[17,62],xresourc:17,xserver:[19,32],xsetroot:17,xstartup:17,xtick:70,xticklabel:70,xvzf:35,xx:[36,54],xxx:[17,36,54,64],xxxx:29,xxyxz:39,xy:16,xyz:27,y:[8,11,17,19,28,36,39,51,54,57,60,73,79,112],yaman:[3,74],yarn:47,ybit:27,ye:[32,51,65,112],year:[25,87],yellow:28,yesod:37,yet:[16,17,29,36,50,54],ylabel:70,ylim:70,yml:71,yomayra:112,yosemit:65,you:[0,1,9,11,12,14,15,16,17,19,21,22,24,25,27,29,32,33,37,38,39,41,44,45,47,48,50,51,52,53,60,61,64,65,68,69,70,71,78,80,81,82,83,84,87,88,89,92,93,94,96,97,98,99,100,102,104,112],your:[1,9,11,12,14,15,16,17,18,19,21,22,24,25,27,28,29,32,33,37,39,40,47,50,51,52,53,60,61,64,65,68,69,70,78,80,81,83,84,85,87,88,89,93,94,96,98,99,112],your_branch:[36,54],your_cas_password:17,your_cas_usernam:17,your_code_her:99,your_data:81,your_email:[36,50,54],your_env:44,your_hash_her:99,your_login:[36,54],your_nam:[51,54],your_path:11,your_polygrames_password:17,your_polygrames_usernam:17,yournam:16,yourself:[12,16,17,36,52,54,69],yourusernam:16,youtub:[3,10,60,65,74,77],yum:[51,64],yyyi:[25,27,29,87],yyyymmdd:[25,87],yyyymmdd_:[25,87],yyyymmddhhmm:27,z:[12,16,27,28,36,39,54,61,73,79,102],zamboni:[16,37],zcvhf:11,zero:[3,12,19,33,61,74],zerobin:27,zfzxo2kyot9o4lhq0qqsklumtyuieyje26wl1zililmtgvgmxxkxvinf:16,zhuoqiong:73,zip:[19,29,40,80],zoom:[48,56,73],zsh_profil:[9,84],zulli:[93,97],zumbal:73,zxvf:27},titles:["<span>\u2697\ufe0f</span> Lab Manual","<span>\ud83d\udcc5</span> Calendar &amp; Meetings","<span>\ud83d\udcda</span> Bibliography","Deep Learning","Histology","Theses","MRI","Paperpile Folder","Spinal Cord Injury","Computer Setup","<span>\ud83d\udda5</span> Computing Resources","<code class=\"docutils literal notranslate\"><span class=\"pre\">\ud83d\udda5</span></code> Computers &#64;CRIUGM","<code class=\"docutils literal notranslate\"><span class=\"pre\">\ud83d\udda5</span></code> Compute Canada","<code class=\"docutils literal notranslate\"><span class=\"pre\">\ud83d\udcbe</span></code> Data","<code class=\"docutils literal notranslate\"><span class=\"pre\">django</span></code>","<code class=\"docutils literal notranslate\"><span class=\"pre\">duke</span></code>","<code class=\"docutils literal notranslate\"><span class=\"pre\">data</span></code>","<code class=\"docutils literal notranslate\"><span class=\"pre\">\ud83d\udda5</span></code> Computers &#64;NeuroPoly","CPU Clusters","GPU Clusters","<code class=\"docutils literal notranslate\"><span class=\"pre\">\ud83d\udda8</span></code> Printer","YouTube Procedure","<span>\u2708\ufe0f</span> Conferences","<span>\ud83d\udcde</span> Contact","<code class=\"docutils literal notranslate\"><span class=\"pre\">\ud83c\udf93</span></code> University Courses","Dropbox/Google Drive","<span>\ud83e\udd13</span> Geek tips","Bash/Shell","Script","Contributing Guidelines","Deep Learning","Conditional Random Fields (CRF)","CUDA","Misc","Restricted Boltzmann Machines (RBM)","Tensorflow","git &amp; Github","git-annex","Image Processing Software","Advanced Normalization Tools (ANTs)","Anima","Diffusion Simulator","FreeSurfer","FSL","FSLeyes","ITK-SNAP","NIfTI","OpenNeuro CLI","OsiriX","Various Software &amp; Tools","BitBucket","Docker","Docker for Deep Learning","Dropbox","Git &amp; GitHub","Jekyll","Microsoft Word","OpenNeuro","Sketchup","Virtual Machines","Vagrant","VirtualBox","XQuartz","OS Guides","Linux","MacOSX","Programming Languages","C++","Installation of VTK and ITK on Mac OS X","Using XCode","MATLAB","Python","Useful links \ud83d\udd17","<span>\ud83d\udca1</span> Ideas for Cool Projects","Deep Learning","Histology","Shared Paperpile folder","MRI","<code class=\"docutils literal notranslate\"><span class=\"pre\">\ud83e\uddf2</span></code> MRI Scanning","MHI (7T Agilent)","MNI/McGill (7T Terra)","UNF (3T Prisma)","<span>\ud83d\udc4b</span> Onboarding","Campus Access","Computer Setup","Consultants and RA","Developer Setup","Google Drive","Getting Started","Infrastructure","Postdoctoral fellows","<span>\ud83d\udcce</span> Practical Information","<code class=\"docutils literal notranslate\"><span class=\"pre\">\ud83c\udde8\ud83c\udde6</span></code> Living in Montreal","Purchasing Supplies","<code class=\"docutils literal notranslate\"><span class=\"pre\">\ud83c\udf71</span></code> Social Lunch","Scholarships &amp; Bursaries","VISAs and Work Permits","Purchasing Hardware &amp; Lab Supplies","3D Printing","OctoPrint","<code class=\"docutils literal notranslate\"><span class=\"pre\">\ud83d\udd27</span></code> RF Lab","CNC machine","Misc","NeuroPoly Coils","Phantoms","PCB Manufacturing","<span>\ud83d\ude0e</span> Tips and Tricks","Programming","C++","Matlab","Python","Unix Shell (bash)","<span>\u270d\ufe0f</span>     Academic Writing"],titleterms:{"04":61,"1":[54,65,68,69],"10":68,"108mm":79,"120":79,"14":61,"140":79,"184mm":79,"19":83,"1h":79,"2":[65,69],"205":79,"210":79,"22":[36,54],"2d":65,"3":[65,69],"300mhz":79,"3018":101,"305":79,"3170cdw":20,"3170cdw_":20,"38":79,"3d":98,"3t":81,"4":[54,68,69],"5":[32,68],"6":68,"60":98,"7":[9,32,84],"7t":[79,80],"8":[9,84],"9":68,"abstract":22,"default":[36,65],"import":[35,61],"long":19,"montr\u00e9al":24,"new":[16,37,69],"public":[17,27,92],"short":19,"switch":[36,54],"universit\u00e9":24,AND:28,As:65,Be:68,FOR:28,IF:28,OR:28,TO:[36,54],The:65,Theses:5,_brother_hl:20,_errorlow_ton:20,abbei:[17,18],academ:112,access:[15,19,52,81,83],accommod:92,account:[12,17],acknowledg:112,acquisit:73,adapt:[3,74,102],add:[9,16,36,54,69,84],add_linux_machine_to_gram:[9,84],add_ssh_kei:54,addit:61,address:112,admin:[16,17,69],advanc:39,advic:41,advis:83,affect:37,affili:112,affin:39,after:[36,54],agil:79,agnost:19,alias:[36,54],alwai:56,amend:54,an:[17,29,69],analysi:[3,74],anatom:[3,74],anima:40,annex:37,announc:94,anoth:[36,54,65],ansi:28,ant:[39,64],antsregistr:39,app:[9,84],appli:[3,74],applic:65,ar:[36,54],archiv:65,arrai:28,arriv:83,articl:112,associ:85,author:22,autom:65,automat:64,aw:57,awesom:[27,111],axondeepseg:86,b0:6,b1:6,back:36,background:27,backup:[16,17,19],base:27,bash:[27,111],bash_profil:[9,27,84],basic:60,befor:83,being:65,between:[27,36,54],bibliographi:2,big:98,binari:45,biomed:24,birdcag:79,bire:17,bitbucket:50,bodi:29,boltzmann:34,book:[19,78,80,81],boot:65,box:[60,65],branch:[29,36,54],brother:20,build:[51,68,69],build_docker_container_from_dockerfil:51,builder:98,bunch:27,bursari:95,c3d:64,c:[67,108],cabl:[93,97],calendar:[1,78],campu:83,canada:12,cannot:[37,65],capacitor:[93,97],capitan:102,captur:65,cc:12,cd:65,cedar:12,center:65,cento:64,chang:[27,29,36,54,65],change_folder_icon:65,characterist:79,check:[12,27,36,37,54,112],check_which_branch_you_are_currently_working_on:54,checkout:[36,54],checkout_existing_branch:54,checkout_specific_tag_or_commit:54,checksum:27,choos:94,chrome:65,cli:47,click:65,clinic:112,clone:[36,54],clone_specific_branch:54,close:[36,54],cloud:12,cluster:[11,17,18,19],cnc:101,cnn:[3,74],code:[19,28,29,71],coil:[24,73,79,102,103,112],collect:79,color:28,colour:28,come:36,come_back_to_previous_commit_ignore_latest_on:54,command:[17,28,60,111],comment:112,commit:[16,29,36,54],commit_message_convent:54,compar:[36,54],compare_commitsbranchestag:54,compress:27,comput:[9,10,11,12,17,24,27,83,84,89,93,97],condit:31,confer:22,config:[37,65],configur:[9,36,54,84],configure_git:54,configure_virtualenvwrapper_under_linux:[9,84],conflict:[29,36,54],connect:[16,17,19,36,54],connection_closed_by_remote_host:54,connector:[93,97,102],consult:85,contact:23,contain:[51,52],continu:[3,29,74],contribut:[29,36,54],control:[6,77],convent:36,converg:39,cool:73,copi:[27,51,65],copy_file_into_contain:51,copymake_a_disk_image_from_cddvd_iso_format:65,cord:[3,8,48,73,74],correct:38,cosmet:37,cours:[24,31,36,54,71],cover:112,covid:83,cpu:[11,17,18,60],creat:[11,12,22,28,36,45,52,54,61,65,69],create_a_branch:54,create_a_mesh_out_of_a_binary_fil:45,create_a_virtual_machine_vm_with_debian:61,create_recovery_partit:65,create_repository_inside_repositori:54,create_your_draft:22,creation:69,credenti:79,crf:31,criugm:11,csv:28,cuda:[32,35],current:[36,54],daili:92,data:[3,11,13,16,19,74,79,80,81,89],datalad:57,dataset:[52,57],date:[28,36,54],de:24,debian:[9,61,84],deep:[3,30,52,73,74,112],deform:39,delet:[16,27,51],design:105,desir:65,desk:83,develop:[29,86],devic:16,diagnosi:8,dialog:65,dialog_boxselect_option_with_tab:65,dialogu:65,diffus:[6,41],disabl:65,disable_notification_cent:65,discard:[36,54],discard_local_changes_if_pull_doesn_t_work:54,disk:[17,27,65,111],displai:[51,65],distil:102,distribut:[3,51,69,74],divers_lien:96,django:14,dn:27,doc:112,dock:65,dock_in_2d:65,docker:[33,51,52],docker_environ:52,dockerfil:51,docstr:29,doctor:[92,95],document:[29,34,79],doesn:[36,54],domain:[3,74],doubl:65,download:[16,27,36,54,57,80,81],draft:22,drive:[25,65,87],driver:35,dropbox:[25,53,65],dual:98,duke:15,dure:[36,54],dvd:65,dwi_mean:65,dyld_library_path:69,each:17,ectrim:22,edit:69,editor:27,el:102,elig:81,elm:11,email:27,emb:22,emerg:92,empti:[27,65],end:92,environ:[12,52,71],epic:29,error:[20,35,65],escap:28,ethic:[24,78],exampl:[38,39,68],exceed:65,exist:[36,54],expand:65,expect:39,expos:52,extens:27,extern:52,extra:16,extract:27,facil:78,famili:92,featur:[3,74],fedora:64,feed:98,fellow:90,few:[3,74],field:[31,39],figur:[70,112],file:[12,27,28,36,37,39,45,51,54,61,65,69],fill:81,film:[3,74],filter:38,find:[27,81,92],finder:65,first:[36,54,83],fitzgerald:17,fix:[35,36,54,68,93,97],fix_cuda_driver_vers:35,fix_module_tensorflow_import_error:35,folder:[7,17,27,60,61,65,76,112],forc:51,fork:[36,54],form:81,format:[65,111,112],framework:30,frameworkslibrari:30,freder:98,freesurf:42,from:[11,15,22,27,36,51,54,65,104],fsl:[43,64,65],fsley:[44,65],fslview:65,fundament:6,gan:[3,74],gaussian:38,geek:26,gener:[6,28,36,54,65,112],general_usag:54,generate_log_fil:28,genmitsu:101,gerber:102,get:[12,60,79,88],git:[36,37,54],github:[29,36,54],given:27,global:[37,65],global_default_config:65,good:[19,73],googl:[25,65,78,87,112],gpu:[17,19,33],gradient:[39,79],grame:[9,17,84,105],grammar:112,grant:95,graphic:17,group:[17,27],guest:61,gui:15,guid:[16,63],guidanc:29,guidelin:29,h_140184mm_300mhz_quad_birdcage_coil:79,h_38108mm_300mhz_quad_birdcage_coil:79,habit:19,hard:111,hardlink:37,hardwar:[6,19,77,97],hat:64,hd:79,hd_gradient_coil1:79,hd_gradient_coil:79,hdd:[27,111],help:88,hidden:65,histolog:[4,73,75],hl:20,home:17,host:[36,54],how:[36,54,56,69,105],how_to_always_open_a_page_with_page_width_view:56,how_to_design_pcb_for_pcbwai:105,how_to_merge_specific_files_from_another_branch:54,href:[27,29,54,60,61,84,92],icm:[79,104],icon:65,id:[9,20,22,27,28,29,30,31,33,34,35,37,41,44,45,48,51,52,54,56,60,61,65,70,71,79,84,92,96,105],idea3t:17,idea7t:17,idea:73,ieee:22,ieee_embs_isc:22,ignor:[36,54],ignore_file_mod:54,imag:[3,24,38,51,65,73,74],import_a_ova_fil:61,incl:92,inform:[3,74,91],infrastructur:89,initi:16,injuri:8,input:28,inscript:16,insid:[36,54],instal:[17,32,35,36,37,39,40,42,43,44,47,51,54,57,60,61,68,71,112],install_fsley:44,install_guest_addit:61,install_run_linux_distribut:51,install_tensorflow:35,instrument:24,integr:29,intens:38,inter:[3,74],interfac:17,internet:27,internship:[73,96],introduct:[29,44],isbi:22,isc:22,ismrm:22,iso:65,isol:33,isolating_gpus_without_dock:33,issu:[29,68,70],itk:[39,45,68,69],ivadom:86,jacaranda:11,jekyl:55,job:[11,12],joplin:[17,18],journal:112,keep:54,kei:[27,36,54],keyboard:65,keynot:65,kill:[12,27],kit:34,lab:[0,83,93,97,98,100],label:29,languag:[24,66],latest:36,launch:65,learn:[3,24,30,34,52,73,74,112],lesag:98,lesion:[3,74],let:65,letter:112,librari:[30,68],licens:29,life:92,line:[17,28],linear:[3,74],link:[27,28,69,72,96,104,111],linux:[9,17,32,51,64,84,111],liom:104,list:[12,16,17,22,36,51,54],list_local_docker_imag:51,list_of_confer:22,live:92,load:65,local:[17,36,51,54],locat:37,lock:65,lock_screen:65,lock_screen_upon_sleep:65,log:[28,65,78],logist:83,longitudin:[3,74],look:27,loop:28,lost:[36,54],low:20,lunch:94,mac:[65,68],machin:[9,24,34,59,61,84,101],maco:60,macosx:65,magnet:102,maintain:36,maintain_your_branch_up:54,mainten:65,make:65,make_hidden_applications_icons_transpar:65,manag:112,mandatori:29,manual:[0,38,48,61],manual_method:61,manual_segmentation_of_the_spinal_cord:48,manufactur:[102,105],map:83,master:95,match:39,materi:77,matlab:[65,70,109],matplotlib:71,mcgill:[24,80],median:38,medic:[3,24,74,92],meet:1,memori:60,merg:[36,54],mesh:45,messag:[36,54],meta:[3,74],method:61,metric:39,mhi:79,miccai:22,microsoft:[56,65],mid:19,miniconda:64,misc:[17,28,33,65,102],misc_:20,miscellan:[93,97],mixup:[3,74],mni:80,mode:[36,54],modifi:[9,84],modix:98,modul:[3,12,35,74],monitor:19,montreal:92,mount:[15,17,64],mr:[6,77],mri:[3,6,8,17,74,77,78,81,89,112],ms:[3,74],msc:95,myelin:73,n3:38,n4:38,name:[36,54],need:92,net:[3,74],network:[17,27],neural:[3,74],neuroimag:[71,112],neuropoli:[17,103],nibardo:104,nice:[65,71],nifti:46,niftiview:[9,84],niftiviewerapp:[9,84],node006:17,node007:17,nomin:94,non:[27,38,39,69,102],normal:[38,39],notif:65,number:27,number_of_fil:27,nvidia:52,octoprint:99,od:[3,74],offic:98,ohbm:22,old:17,onboard:82,one:83,ones:36,onli:39,onlin:[22,31],online_confer:22,ood:[3,74],open:[29,56,65],openneuro:[47,57],oper:79,option:[29,65],order:[83,94],organ:[83,112],os:[63,68],osirix:48,osx:[56,68,102],other:[95,96],out:[3,45,65,74],ova:61,overleaf:112,overview:57,owner:27,packag:71,page:56,pai:78,paper:[31,65],paperpil:[7,76,112],paramet:[27,39,111],parametr:38,pars:28,part:102,particip:[78,81],partit:65,password:65,pathophysiolog:8,pcb:[93,97,105],pcbwai:105,perman:65,permiss:[16,27,65],permit:96,peterson:17,phantom:[93,97,104],phase:69,phd:95,physic:[3,74],pi:83,pid:27,pipe:[93,97],platform:112,pleas:83,plugin:[44,99],point:39,poli:[17,105],polytechniqu:[17,24,83],port:[36,52,54,65],port_22connection_refus:54,postdoc:96,postdoctor:[90,95],poster:[22,93,97],pr:29,practic:91,prepar:68,prerequisit:16,preview:65,previou:36,print:[65,98],printer:[20,98],prior:[3,74],prisma:81,privat:92,problem:37,procedur:[21,79],process:[27,38],profil:[9,84],program:[17,24,66,73,107],progress:29,project:[29,36,54,69,73],prompt:65,protocol:83,prover:101,provis:60,pse:39,pull:[16,29,36,54],puls:[6,73,77],purchas:[93,97],push:[36,54],push_to_remot:54,pycharm:[36,54],python:[12,71,110],qc:[6,77],quad:79,qualiti:[6,77],quicklook:65,quota:65,ra:85,random:31,rapid:19,rater:[3,74],raw:[79,81],rbm:34,rebas:[36,54],reboot:65,reboot_station_with_termin:65,recip:104,recommend:[29,41,61],reconstruct:[79,81],recov:[36,54],recoveri:65,red:64,redirect:51,reduc:61,reduce_the_size_of_the_vm:61,refer:[16,32,35,112],refus:[36,54],reimburs:[22,93,94],releas:16,remot:[17,27,36,44,51,54],remov:[27,36,37,51,54],remove_a_branch:54,remove_docker_image_or_containers_force_delet:51,remove_files_from_tmp:27,renam:[16,27],repair:65,repo:37,repositori:[16,36,54],request:[16,29,36,54],requir:[24,83],research:85,reset:[36,37,54],reset_your_branch_revert_your_local_commit:54,resourc:[3,4,10,70,71,74,75],restaur:94,restrict:[34,39],retriev:17,revert:[36,54],review:[16,29,112],rf:[24,73,77,93,97,98,100],right:[16,65],rm:37,rod:[93,97],rollback:54,room:83,rosenberg:17,rsync:27,run:[44,51,60],run_docker_imag:51,run_with_display_redirect:51,s:98,same:65,save:[51,65],save_a_docker_imag:51,scan:78,scanner:[78,79,80,81],scholarship:95,sci:34,scientif:112,scp:27,screen:[27,65],screenshot:65,screenshot_in_desired_format:65,script:[11,12,28],sct:86,search:[36,51,54],search_file_nam:54,segment:[3,8,38,48,74],select:[36,65],send:36,sequenc:[6,29,73,77],serial:102,server:[12,17,65],servic:[65,72],set:[39,60,65,69],set_the_expanded_print_dialogue_as_default:65,set_the_expanded_save_dialogue_as_default:65,setup:[9,16,84,86],sftp:17,share:[22,61,65,76],share_with_author:22,shared_fold:61,shell:[9,27,84,111],shim:[6,73,86,102],shortcut:56,shot:[3,74],show:[36,54],show_changed_files_between_two_commit:54,sigma:39,simul:[41,73,77],size:[27,61],size_of_a_diskfold:27,sketchup:58,sleep:65,slide:77,slow:19,small:98,smooth:[38,39],snap:45,social:94,softwar:[6,17,19,24,36,38,49,54,65,72,77,112],solut:65,sourcetre:[36,54],span:[0,1,2,10,22,23,26,73,82,91,106,112],specif:[29,36,54,65,79],spectroscopi:[6,77],spinal:[3,8,48,73,74],spine:102,ssh:[17,19,27,36,54,60,62],standard:79,start:[12,60,88],startup:[60,64],statement:28,station:[15,17,27,65,79],statist:24,statu:37,stderr:27,stdout:27,stdoutstderr:27,storag:19,straighten:48,straighten_spinal_cord:48,string:28,stuck:65,style:29,submit:[29,54],suppli:[93,97],switch_local_repository_to_another_branch:54,synchron:27,synthet:[3,74],t:[36,54],tab:65,tag:[36,54],talk:[22,65],tar:27,teach:77,technic:79,technician:98,templat:[9,84],tensorboard:19,tensorflow:35,term:19,termin:[15,62,65],terminolog:51,terra:80,test:29,text:27,textmat:65,thin:37,time:[36,54,83],tip:[12,26,71,106,112],titl:29,tmp:27,todo:54,togeth:83,toner:20,tool:[34,39,49],toolbox:[70,73,86],toolchain:69,track:[36,54],track_remote_branch:54,train:19,transfer:[11,12],transform:39,translat:39,transpar:65,trash:65,travel:95,trick:[12,71,106],tristano:17,troubleshoot:[16,20,36,37,48,65,69],tube:[93,97],tunnel:19,tutori:[28,36,54,71],two:[36,54],u:[3,74],ubuntu:61,ubuntu_1404:61,uncertainti:[3,74],under:[9,84],unf:[81,104],uniform:38,uninstal:47,univers:[22,24],unix:111,up:[36,54,94],updat:[9,16,36,84],update_debian_7_to_8:[9,84],upload:[16,36,54],upload_local_repository_for_the_first_tim:54,upon:65,us:[11,36,51,54,56,61,65,68,69,71,72,104],usag:[16,36,48,54,57],usb:102,useful_shortcuts_for_osx:56,user:[9,16,27,69,84],using_guest_additions_recommend:61,utensil:94,util:65,v2:98,vagrant:60,vagrantfil:60,variabl:12,variou:[22,49],vectori:112,veri:[19,98],version:[29,35,37],via:[27,65],video:77,view:56,viewer:102,vim:27,virtual:[59,61,71],virtualbox:[14,61],virtualenvwrapp:[9,84],visa:96,vision:24,visual:[39,71],vm:61,vnc:17,vnmrj:[17,79],volum:52,vpn:17,vtk:[68,69],walk:92,want:65,warp:39,wash:94,water:102,websit:72,week:92,wet:[93,97],when:65,which:[36,54],width:56,wiki:79,wiki_7t_scanner_icm:79,wise:[3,74],without:33,word:[56,65],work:[29,36,54,96],write:112,x:68,xcode:69,xquartz:62,yosemit:70,yosemite_issu:70,you:[36,54],your:[36,54],youtub:21,zip:27}})
\ No newline at end of file
+Search.setIndex({docnames:["README","agenda-and-calendar","bibliography/README","bibliography/deep-learning","bibliography/histology","bibliography/lab-theses","bibliography/mri","bibliography/shared-paperpile-folder","bibliography/spinal-cord-injury","computing-resources/README","computing-resources/clusters-at-criugm","computing-resources/compute-canada","computing-resources/data/README","computing-resources/data/django","computing-resources/data/duke","computing-resources/data/git-datasets","computing-resources/neuropoly/README","computing-resources/neuropoly/cpus","computing-resources/neuropoly/gpus","computing-resources/printer","computing-resources/youtube","conferences","contact","courses","geek-tips/README","geek-tips/bash-shell/README","geek-tips/bash-shell/script","geek-tips/contributing","geek-tips/deep-learning/README","geek-tips/deep-learning/conditional-random-fields-crf","geek-tips/deep-learning/cuda","geek-tips/deep-learning/misc","geek-tips/deep-learning/restricted-boltzmann-machines","geek-tips/deep-learning/tensorflow","geek-tips/git","geek-tips/git-annex","geek-tips/image-processing-software/README","geek-tips/image-processing-software/advanced-normalization-tools-ants","geek-tips/image-processing-software/anima","geek-tips/image-processing-software/diffusion-simulator","geek-tips/image-processing-software/freesurfer","geek-tips/image-processing-software/fsl/README","geek-tips/image-processing-software/fsl/fsleyes","geek-tips/image-processing-software/itk-snap","geek-tips/image-processing-software/nifti","geek-tips/image-processing-software/openneuro-cli","geek-tips/image-processing-software/osirix","geek-tips/misc/README","geek-tips/misc/bitbucket","geek-tips/misc/docker/README","geek-tips/misc/docker/docker-for-deep-learning","geek-tips/misc/dropbox","geek-tips/misc/git-and-github","geek-tips/misc/jekyll","geek-tips/misc/microsoft-word","geek-tips/misc/openneuro","geek-tips/misc/sketchup","geek-tips/misc/virtual-machines/README","geek-tips/misc/virtual-machines/vagrant","geek-tips/misc/virtual-machines/virtualbox","geek-tips/misc/xquartz","geek-tips/os-guides/README","geek-tips/os-guides/linux","geek-tips/os-guides/macosx","geek-tips/programming-languages/README","geek-tips/programming-languages/c++/README","geek-tips/programming-languages/c++/installation-of-vtk-and-itk-on-mac-os-x","geek-tips/programming-languages/c++/using-xcode","geek-tips/programming-languages/matlab","geek-tips/programming-languages/python","geek-tips/useful-links","ideas-for-cool-projects","mri-scanning/README","mri-scanning/mhi-7t-agilent","mri-scanning/mni-mcgill-7t-terra","mri-scanning/unf-3t-prisma","onboarding/README","onboarding/campus-access","onboarding/computer-setup","onboarding/consultants-ra","onboarding/developer-setup","onboarding/dropbox-google-drive","onboarding/getting-started","onboarding/infrastructure","onboarding/postdoc","practical-information/README","practical-information/moving-to-montreal","practical-information/purchasing-hardware-and-lab-supplies","practical-information/purchasing-weekly-lunch","practical-information/scholarships-and-bursaries","practical-information/visa","rf-lab/3d-printing/README","rf-lab/README","rf-lab/cnc-machine","rf-lab/misc","rf-lab/mri-coils-at-neuropoly","rf-lab/mri-phantoms","rf-lab/pcb-manufacturing","writing-articles"],envversion:{"sphinx.domains.c":2,"sphinx.domains.changeset":1,"sphinx.domains.citation":1,"sphinx.domains.cpp":4,"sphinx.domains.index":1,"sphinx.domains.javascript":2,"sphinx.domains.math":2,"sphinx.domains.python":3,"sphinx.domains.rst":2,"sphinx.domains.std":2,sphinx:56},filenames:["README.md","agenda-and-calendar.md","bibliography/README.md","bibliography/deep-learning.md","bibliography/histology.md","bibliography/lab-theses.md","bibliography/mri.md","bibliography/shared-paperpile-folder.md","bibliography/spinal-cord-injury.md","computing-resources/README.md","computing-resources/clusters-at-criugm.md","computing-resources/compute-canada.md","computing-resources/data/README.md","computing-resources/data/django.md","computing-resources/data/duke.md","computing-resources/data/git-datasets.md","computing-resources/neuropoly/README.md","computing-resources/neuropoly/cpus.md","computing-resources/neuropoly/gpus.md","computing-resources/printer.md","computing-resources/youtube.md","conferences.md","contact.md","courses.md","geek-tips/README.md","geek-tips/bash-shell/README.md","geek-tips/bash-shell/script.md","geek-tips/contributing.md","geek-tips/deep-learning/README.md","geek-tips/deep-learning/conditional-random-fields-crf.md","geek-tips/deep-learning/cuda.md","geek-tips/deep-learning/misc.md","geek-tips/deep-learning/restricted-boltzmann-machines.md","geek-tips/deep-learning/tensorflow.md","geek-tips/git.md","geek-tips/git-annex.md","geek-tips/image-processing-software/README.md","geek-tips/image-processing-software/advanced-normalization-tools-ants.md","geek-tips/image-processing-software/anima.md","geek-tips/image-processing-software/diffusion-simulator.md","geek-tips/image-processing-software/freesurfer.md","geek-tips/image-processing-software/fsl/README.md","geek-tips/image-processing-software/fsl/fsleyes.md","geek-tips/image-processing-software/itk-snap.md","geek-tips/image-processing-software/nifti.md","geek-tips/image-processing-software/openneuro-cli.md","geek-tips/image-processing-software/osirix.md","geek-tips/misc/README.md","geek-tips/misc/bitbucket.md","geek-tips/misc/docker/README.md","geek-tips/misc/docker/docker-for-deep-learning.md","geek-tips/misc/dropbox.md","geek-tips/misc/git-and-github.md","geek-tips/misc/jekyll.md","geek-tips/misc/microsoft-word.md","geek-tips/misc/openneuro.md","geek-tips/misc/sketchup.md","geek-tips/misc/virtual-machines/README.md","geek-tips/misc/virtual-machines/vagrant.md","geek-tips/misc/virtual-machines/virtualbox.md","geek-tips/misc/xquartz.md","geek-tips/os-guides/README.md","geek-tips/os-guides/linux.md","geek-tips/os-guides/macosx.md","geek-tips/programming-languages/README.md","geek-tips/programming-languages/c++/README.md","geek-tips/programming-languages/c++/installation-of-vtk-and-itk-on-mac-os-x.md","geek-tips/programming-languages/c++/using-xcode.md","geek-tips/programming-languages/matlab.md","geek-tips/programming-languages/python.md","geek-tips/useful-links.md","ideas-for-cool-projects.md","mri-scanning/README.md","mri-scanning/mhi-7t-agilent.md","mri-scanning/mni-mcgill-7t-terra.md","mri-scanning/unf-3t-prisma.md","onboarding/README.md","onboarding/campus-access.md","onboarding/computer-setup.md","onboarding/consultants-ra.md","onboarding/developer-setup.md","onboarding/dropbox-google-drive.md","onboarding/getting-started.md","onboarding/infrastructure.md","onboarding/postdoc.md","practical-information/README.md","practical-information/moving-to-montreal.md","practical-information/purchasing-hardware-and-lab-supplies.md","practical-information/purchasing-weekly-lunch.md","practical-information/scholarships-and-bursaries.md","practical-information/visa.md","rf-lab/3d-printing/README.md","rf-lab/README.md","rf-lab/cnc-machine.md","rf-lab/misc.md","rf-lab/mri-coils-at-neuropoly.md","rf-lab/mri-phantoms.md","rf-lab/pcb-manufacturing.md","writing-articles.md"],objects:{},objnames:{},objtypes:{},terms:{"0":[11,15,16,18,25,26,27,30,31,33,35,37,39,46,49,50,59,62,66,67,68,78,87,96,98],"00":[11,16,18,35,88],"000":39,"0000":18,"00000000":18,"0000000000000000":18,"00000000fee09000":18,"00000000fee0a000":18,"00000000fee1d000":18,"00000000fee24000":18,"0001":18,"000182":18,"000461":18,"000w":18,"0023":18,"005":37,"01":[18,96],"02":[3,59,66],"024":18,"03":[11,15,18,21],"031":94,"0312":18,"033":26,"04":[16,18,30,35,49,50,62,63],"0400":35,"042005":87,"049703":37,"04lt":33,"05":[18,21,59],"06":[3,18,35],"06035":87,"06038":87,"0644":35,"07":21,"07244":98,"0781":18,"09":[18,21,38],"09412":3,"0a":18,"0avgdata":18,"0avgtext":18,"0b2":33,"0bin":25,"0ee2b5d73xfpz2gvp81z":87,"0input":18,"0m":26,"0ma":18,"0major":18,"0n":18,"0output":18,"0swap":18,"0u":18,"0ubuntu0":18,"0x0":37,"0x0x5vox":36,"1":[11,15,18,21,23,25,26,27,30,34,35,36,37,39,44,46,49,62,68,69,71,73,78,80,87,89,96,98],"10":[3,8,14,16,18,21,25,27,30,35,59,63,78,88,94,98],"100":[18,25,37,63,68,71,87],"1000":[21,59,73],"10000":[35,46],"100000":37,"10000x10000x10000":37,"1000ml":96,"1001":35,"1007":3,"100mb":25,"100n":18,"100x10x5":37,"1023":11,"10235mib":18,"1024":11,"10243mib":18,"10245mib":18,"1024m":11,"10253mib":18,"103":18,"104":18,"105":18,"106":18,"107":18,"108":73,"10bittagcomp":18,"10bittagreq":18,"10de":18,"10gb":11,"10mib":18,"10u":18,"11":[14,15,18,21,30,35,37,66,98],"110":18,"111":69,"1111789minor":18,"1123":8,"114":[18,73],"1140317":35,"1140317_t1w_seg":35,"115":18,"1160":96,"117":18,"11782":8,"1179":81,"1198440minor":18,"11user":18,"12":[8,16,17,18,30,33,45,73,87,88,98],"120":90,"12288":14,"124":86,"1250":18,"127":[18,49],"128":18,"128bitca":18,"128mb":18,"13":[11,14,18,21,30],"131":18,"1319996":35,"132":[91,97],"1328":18,"135":73,"13684mib":18,"139":18,"14":[14,18,21,30,33,35,39,50,62,68,73],"143263":98,"1445":18,"148":18,"15":[14,18,21,30,35,59],"150":[18,71],"150g":73,"151":18,"152":18,"153":18,"1532":18,"154":91,"1562":18,"157":18,"159":73,"15tb":14,"16":[11,14,16,18,21,30,35,39,46,49,50,73,87],"160":18,"1600x1200":16,"161":18,"161873978":35,"16280mib":18,"16364":87,"165":73,"16gb":18,"16gt":18,"16k":18,"16m":18,"16mb":18,"16w":18,"17":[8,14,18,21,35,68,87],"17018":8,"1710":3,"173":18,"17329258":66,"175":86,"1790":96,"17th":[34,52],"17w":18,"18":[8,14,16,18,21,68],"18000000000":18,"18010000000":18,"184":[18,73],"1875":18,"18g":18,"19":[18,35],"193":18,"194":18,"195":18,"198":25,"1e2265d2af1616fe7b5dc23":18,"1e3zcakkiyaa9ewduxihvaif5fy2iif27":71,"1gb":[11,18],"1l":[73,87],"1mib":18,"1pm":15,"1tb":[11,15],"1ubuntu1":18,"1vox":36,"1x":16,"1x1mm":37,"1x1x0":37,"2":[11,14,15,16,18,21,23,25,26,27,30,33,34,35,37,52,58,62,66,68,69,71,73,87,90,98],"20":[14,15,16,18,21,35,37,59,87],"200":39,"2000":[21,39],"20000":18,"2001":29,"2003":29,"20030000000":18,"20040000000":18,"20040724203315798":63,"2007":8,"2008":63,"2010":59,"2012":59,"2013":[23,34,52,59,66],"2014":[18,23,37,66,89],"2015":21,"20150120_dmri_nogs":81,"20150314_frq":81,"20150530_ismrm":81,"2015_neuroimag":81,"2016":[8,18,21],"2017":[8,18,21],"20170515_report":81,"2017_mrm":98,"2018":[21,38,72],"2019":[3,8,15,21,72,98],"2020":[18,21,35,72],"2021":[3,15,18,21,35,72],"20210310":35,"2022":[18,21,72],"2023":21,"2041807":94,"2043b":23,"2048":58,"2050d":35,"206":86,"207":[91,97],"20explain":44,"21":[14,16,21,87],"210":91,"215990860603743":74,"2167":86,"2188":18,"22":[8,18,21,35],"222":18,"22764":3,"229":94,"22c":18,"22w":18,"23":[14,87,91],"230815":98,"238":18,"239":18,"23c":18,"23w":18,"23x18":21,"24":[10,21,25,87,88],"240":18,"241":18,"2422":18,"24c":18,"24h":25,"25":[18,21,73],"2500":[18,88],"250ml":87,"255":11,"255u":18,"256":[11,18],"256m":18,"256mb":18,"257":18,"258":18,"259":18,"25c":18,"25g":96,"25x28":21,"26":[18,21,87],"261893952":35,"2643384":94,"26c":18,"27":[8,15,18,87],"27c":18,"28":[18,21,35,89],"28060000000":18,"28070000000":18,"282":[8,74],"28305":35,"287db3a":33,"28_linux":30,"29":[18,21],"290a43b80da6f608e3d47107f3b6c05e98eebe56ed4eea633748c08bd1a7837a":35,"299":73,"29c":18,"2_threshold":18,"2a1e9307":37,"2d":[26,27,37,46,69],"2e":39,"2gb":18,"2l":87,"2nd":[21,63,73],"2retim":18,"3":[3,8,11,15,16,18,23,25,26,30,33,35,37,54,55,58,62,66,69,87,90,96,98],"30":[18,21,26,66,87,88,98],"300":73,"3000":[18,39],"30000":18,"3003":87,"3006":87,"300mt":73,"300v":73,"300w":18,"30m":26,"30x20":21,"31":[21,26],"310":[8,73],"31700m":11,"318":73,"319":3,"3195465":63,"31c":18,"31m":[26,78],"31system":18,"31w":18,"32":[18,26,37,87],"321874946":35,"32263":18,"32264":18,"322736":98,"32454":98,"3262ac5d6c5f573720c5e508da47608bd9fa49d6cd4dd547f75046c1a2f0d5b6":35,"32bit":18,"32c":18,"32gb":[16,18],"32m":18,"32mb":18,"32mtext":26,"33":[18,26],"33062":18,"33063":18,"3318major":18,"33w":18,"34":[18,26],"340c":87,"3439mib":18,"34824":98,"3494785":63,"35":[8,14,18,26],"350":68,"35031":87,"35147":18,"35450":98,"357":86,"36":[14,26],"367":33,"368g":18,"36m":78,"37":[14,18,26],"3750":18,"3770":87,"38":[14,15,18],"381":94,"3850":87,"38c":18,"38m":78,"3997":86,"3a":80,"3d":[3,23,37,39,42,43,46,63,66,69,70,71,92],"3daa207ea45c75722bd0e3bc914dce3a":25,"3dprinter4u":91,"3dverkstan":91,"3f309650bbc2d5146d9e1d1e24c7b17ee82c9da2fb609030ee83f3c1f2d74acb":35,"3g":96,"3kg":73,"3mib":18,"3rd":59,"3s":16,"3t":71,"3x2x1":37,"3y6aqecmkha9wwiffywwjea7egr":15,"4":[8,11,16,18,23,25,30,35,37,39,58,62,73,87,96,98],"40":[8,52],"400":68,"403":71,"404041":18,"404415":18,"404712":18,"405001":18,"405275":18,"405553":18,"405838":18,"406104":18,"406373":18,"406651":18,"4096":[14,35],"4096k":59,"40output":18,"41":[18,94],"419618":18,"419961":18,"41w":18,"42":18,"420":18,"420291":18,"420552":18,"420848":18,"420981":25,"421108":18,"424":23,"425mib":18,"428mib":18,"4326":94,"44":[8,14,18],"440":18,"440g":18,"443":[34,52],"45":[14,18,35],"453":51,"4589610":87,"46":87,"46720":18,"47":18,"47499mib":18,"47502mib":18,"48":[11,18],"4846888maxresid":18,"49140mib":18,"492":80,"495":18,"496":94,"49user":18,"4d":[37,42],"4gb":18,"4h2":86,"4mg6bgd9pv55thf9486t2miht8":16,"4u":18,"4x2x1vox":37,"5":[11,18,21,25,26,33,35,36,37,50,52,58,71,73,87,96,98],"50":[18,52,71,73],"500":[23,68],"5000":18,"50000":39,"50g":18,"50m":18,"50mm":91,"50u":18,"50x50x50":37,"51":[18,25],"510":18,"512":18,"512k":18,"512mb":18,"512n":18,"514":86,"5198356maxresid":18,"51w":18,"52":18,"520":23,"521":86,"525022":18,"525362":18,"525648":18,"525931":18,"527":86,"529":23,"52w":18,"53":[18,23],"54":15,"5405":21,"54elaps":18,"55":[73,96],"5500":19,"551":23,"5555":86,"558":23,"56":[18,35],"560336":18,"560681":18,"560964":18,"561247":18,"5613":77,"561525":18,"561798":18,"5619":[19,77],"562070":18,"562342":18,"5625":18,"5626":77,"5655":86,"57":[18,73],"570":23,"573495":18,"57887":18,"58":18,"58390":18,"5883":86,"5886":98,"5_sampl":30,"5cm":21,"5d":37,"5db":18,"5fl":87,"5g":96,"5gt":18,"5h2o":96,"6":[11,15,18,23,25,30,35,37,39,50,58,63,67,69,71,73,80,87,98],"60":[18,21],"600":[18,73],"6008":18,"6009":18,"600mt":73,"602":23,"603":23,"607":23,"6094":18,"610":23,"612":23,"62":18,"6250":18,"626":23,"63":18,"638":73,"64":[10,16,17,18],"640x480":27,"6433mib":18,"6436mib":18,"644":25,"64bit":18,"64gb":18,"64mb":18,"64u":18,"65":[18,97],"650":23,"65w":18,"66":18,"660":23,"66179":3,"66mhz":18,"6719":18,"68":18,"683":23,"6875":18,"68w":18,"69w":18,"6db":18,"6v":35,"7":[11,14,16,18,21,33,35,50,55,66,69,73,80,98],"70":18,"700":37,"7000":18,"701":25,"70237":87,"70240":87,"707424input":18,"71system":18,"72":52,"73":[18,23,87],"735":86,"737":8,"75":[18,73],"750":11,"7500":18,"755":25,"75g":96,"76":23,"7656":18,"766":23,"76jkx":25,"77":[18,87],"775":51,"78":[18,96],"7812":18,"79":35,"7944":77,"7_48":3,"7d3e45f0d4c67f31883b76eafc6cfdca1c1591590e2243dc8d443b07616b3609":35,"7t":[6,71],"8":[11,14,15,16,18,21,23,25,30,33,35,37,50,62,66,73,87,90,98],"80":[18,27,73,86],"800":[63,68],"801500":98,"802h":35,"8080":18,"81":18,"811":86,"8125":18,"8192":14,"81g":35,"82":87,"82w":18,"8363576":3,"8363652":3,"840261":37,"85":18,"855":86,"86":18,"8653423":3,"8750":18,"878117":30,"8888":50,"89":18,"8906":18,"89elaps":18,"8a":18,"8gb":18,"8th":[15,71],"9":[18,21,25,30,37,87,98],"90":[16,18],"900":18,"9062":18,"91":[18,91],"92":[8,18],"92w":18,"9375":18,"938165":18,"938506":18,"938794":18,"939082":18,"94":18,"94mhz":73,"95":87,"950":98,"9577":87,"95g":96,"9688":18,"973280":18,"975":18,"978":[3,98],"98":[18,73],"98320":86,"984221":18,"984542":18,"984816":18,"985088":18,"985364":18,"985628":18,"985890":18,"986153":18,"986416":18,"986679":18,"986945":18,"987207":18,"99":18,"994256":18,"994898":18,"995":37,"995454":18,"996001":18,"999064":18,"99design":70,"9g":96,"\u00b2":98,"\u00e0":[23,71],"\u00e9cole":16,"\u00e9galement":71,"\u00e9lectriqu":23,"\u00e9mergent":23,"\u00e9pini\u00e8r":89,"\u00e9tat":23,"\u00e9thiqu":23,"\u00e9tude":[23,89],"\u00e9vident":71,"\u00eele":86,"abstract":[3,98],"andr\u00e9ann":23,"appliqu\u00e9":23,"automatis\u00e9":23,"biom\u00e9dic":23,"biom\u00e9dical":23,"biom\u00e9dicaux":23,"biomicrosyst\u00e8m":23,"boolean":63,"break":[16,27,52],"byte":18,"case":[15,16,18,25,27,34,35,37,50,51,52,66,88,90],"chah\u00e9":23,"char":18,"class":[3,27,66,67],"cp\u00e9":23,"d\u00e9cari":16,"default":[11,15,16,18,27,30,35,37,52,53,66],"do":[3,11,13,15,16,18,19,21,25,26,27,30,34,35,37,38,42,48,50,52,55,58,59,63,66,72,78,81,91,92,98],"donn\u00e9":23,"exp\u00e9rienc":90,"export":[11,18,21,30,33,43,45,46,62,66,67,78,97,98],"f\u00e9d\u00e9ral":90,"facult\u00e9":89,"final":[15,63,88,98],"float":39,"fran\u00e7ai":23,"fran\u00e7ais":86,"function":[3,23,27,63,98],"g\u00e9n\u00e9ral":86,"g\u00e9n\u00e9raux":23,"g\u00e9nie":23,"h\u00f4pital":86,"h\u00f4tel":86,"import":[1,16,18,21,23,27,46,52,56,66,69,74,98],"int":18,"j\u00fclich":6,"long":[14,25,26,35,52,66,71],"m\u00e9decin":23,"m\u00e9dical":23,"m\u00e9dico":86,"m\u00e9lani":71,"m\u00e9thode":23,"ma\u00eetr":88,"maryh\u00f4pit":86,"montr\u00e9al":[86,88,98],"motricit\u00e9":89,"nanom\u00e9decin":23,"new":[3,11,13,16,21,25,27,34,46,49,52,54,63,66,78,98],"num\u00e9riqu":23,"orient\u00e9":23,"probabilit\u00e9":23,"public":[11,14,15,20,21,37,38,48],"qu\u00e9bec":[23,89,98],"r\u00e8glement":23,"r\u00e9g\u00e9n\u00e9ratric":23,"radiofr\u00e9qu":23,"return":[18,63,77],"s\u00e9bastien":[16,23],"s\u00f8rensen":3,"sacr\u00e9":86,"sant\u00e9":[86,98],"short":[52,71,96],"sp\u00e9c":23,"static":[6,53,66,71],"sup\u00e9rieur":[23,89],"switch":[15,30,63,71],"syst\u00e8m":23,"th\u00e9oriqu":23,"tr\u00e9":23,"true":[18,35,37,63],"try":[14,25,27,34,35,37,52,63,71,88],"universit\u00e9":98,"v\u00e9rifier":71,"var":26,"while":[13,18,25,26,27,34,35,52,63],A:[3,4,6,8,11,15,16,18,20,21,23,27,32,34,35,37,49,52,54,63,66,72,73,77,94,98],AND:[34,59,73],AT:[34,63],And:[15,18,35,63],As:[15,18,50,52,77],At:[23,30,63,66,88],Be:39,By:[16,34,52],For:[3,10,11,13,15,16,17,18,21,23,25,27,34,35,37,52,58,59,62,63,74,80,81,88,89,90,98],IFS:26,IN:81,IT:[22,34],If:[1,11,14,15,16,18,19,21,25,27,30,31,34,35,42,45,46,48,49,50,51,52,58,59,62,63,66,67,69,72,76,77,82,83,86,87,88,94,98],In:[1,15,16,27,34,36,37,45,48,49,50,52,58,59,63,66,67,77,78,92],Is:[6,18,63],It:[4,15,16,21,25,26,34,35,36,37,42,52,58,59,66,88,90],NO:[30,78],NOT:13,Near:23,No:[18,26,30,46,66],Not:[18,63],OF:34,ON:[21,37,66],ONE:98,OR:[63,81],On:[3,16,18,25,34,49,52,59,63],One:[11,63],Or:[34,36,52,59,63],THE:78,TO:[11,55,63,78],That:[52,82,87],The:[1,3,11,13,14,15,16,21,23,25,26,27,30,33,34,35,36,37,38,42,45,48,49,50,52,58,66,67,69,72,73,86,87,88,90,91,98],Then:[11,15,16,18,30,34,37,52,59,62,63,67,98],There:[11,14,15,23,37,63,77],These:[15,51],To:[0,1,10,11,13,14,15,16,18,20,21,25,26,27,34,35,36,37,42,45,46,49,51,52,58,59,60,63,66,67,69,77,78,88,90,91,96,98],WITH:[34,78],With:[59,67],_:[25,74],__version__:18,_brain:26,_develop:67,_fxshowposixpathintitl:63,_mean:63,_myfil:51,_reg_diffeo:37,_you:74,a1:18,a6000:[16,18],a7b20f20:18,a9539pi:96,aaaab3nzac1yc2eaaaadaqabaaabaqd:15,aaaac3nzac1lzdi1nte5aaaaid11n3hqpjp4okivd5xo3n0cuo24iomwxyv:15,aaaac3nzac1lzdi1nte5aaaaijwsjlem:15,aapm:6,aarep:79,aaron:23,ab:[18,26],abacu:98,abbei:78,abbrevi:63,abdolrezae:8,abl:[18,27,30,31,50,52,67,68,71,77,98],about:[0,3,15,16,27,34,35,37,52,66,67,75,77,79,88,96],abov:[15,16,18,21,27,34,35,50,52,59,63,77,91,98],absolut:58,abwmgmt:18,ac:[44,63],academ:[21,23],academi:6,acceler:[33,66,89],accent:81,accept:[16,21,23,27,30,34,52,90],access:[1,7,11,13,15,16,21,22,25,26,34,35,52,63,72,73,76,82,91,94],accommod:[27,90],accompani:[27,52],accord:[15,23,27],accordingli:27,account:[15,18,20,21,34,35,48,50,51,52,63,71,74,82,88,98],account_appl:11,accountchoos:98,accur:87,acdc:94,acdc_spine_7t_033p:72,achiev:[27,52],acl:63,aclr8:63,acquaint:3,acquir:[71,73],acquisit:[6,72,83],acronym:70,acronymifi:70,across:[18,23,26,35,71,86],acsviol:18,actif:[16,23],action:[25,26,27,54,63,69],activ:[3,10,11,15,18,22,42,55,63,69,71,73,77],activewindow:54,actual:[15,34,37,49],acut:8,acutozgynqkjyi7kje9ulkhzo7n04qfc:15,ad:[1,13,15,23,25,27,34,35,42,45,52,58,63,67,71,81,87,88,98],adad:[3,8,11,23,98],adapt:[18,27],adb:35,adblock:63,add:[1,10,16,20,21,25,26,27,33,35,37,45,49,54,59,60,62,63,66,69,71,72,74,88,96,98],add_subplot:69,addison:87,addit:[7,11,15,23,27,36,77],addpath:10,address:[13,14,15,16,18,19,27,34,48,52,63,69],addunlock:35,adjust:91,admin:[22,50,59,62,81],administr:[16,23,50,63,81],adrienn:71,advanc:[18,21,23,69,87],advant:37,advantag:[18,27,63,98],adversari:3,advnonfatalerr:18,aercap:18,affect:[15,27,71],affili:21,affinetransform_double_2_2:37,affinetransform_double_3_3:37,afi:71,afp:[13,14,51],afraid:6,after:[1,10,11,13,14,15,16,25,27,36,42,48,50,63,71,90,98],afterward:21,again:[15,30,35,63,88],agenda:1,agent:96,agil:[23,96],agnost:71,ago:25,agreement:[3,23],ahuja:8,ahunts:86,ai:[3,98],aiff:63,aim:52,air:94,airdrop:63,aj:8,ajnr:[8,98],akyel:23,al:[29,71,89],aldina:87,aldrich:[87,96],aleator:3,alex:15,alexand:89,alexandru:[71,72,74],alexandrufoia:18,algorithm:[4,23,27,36,52,69],alia:[13,18,34,52,78],alizadeh:8,all:[1,10,11,15,16,18,21,23,25,26,27,34,35,37,46,49,50,52,55,59,63,66,67,78,81,82,98],allan:71,alloc:[11,18],allow:[15,16,18,21,23,27,34,36,43,45,49,50,52,58,60,63,66,67,73,90],alois:23,alon:50,along:[36,46,52,71],alonso:15,alphanumer:52,alreadi:[11,15,16,18,23,27,34,52,63,71,74],also:[11,14,15,16,18,23,26,27,34,35,39,45,50,52,58,63,66,67,77,91],alt:[13,30,54,63],alter:27,altern:[25,26,37,52,63,74],although:51,altium:97,alwai:[27,35,51,81],am:[8,27],amazon:87,amd64:18,amend:34,american:[87,98],amir:23,among:15,amount:[18,21,71,89],amphenol:94,amri:96,an:[1,3,8,11,13,15,18,21,23,25,26,30,34,35,36,37,40,42,46,49,50,51,52,60,63,68,71,72,73,74,79,81,86,87,88,90,98],analys:23,analysi:[4,23,37,41,77,98],analyz:[27,40,96],analyzehead:39,anat:35,anatom:43,anchor376728:87,andreann:71,android:88,angl:71,anglai:23,anglophon:89,ani:[0,1,4,15,18,21,25,27,30,34,35,39,50,51,52,63,66,77,87,88],anim:73,anima_data:38,annal:98,annex:[15,18,24,55,83],annoi:[51,66],annot:[15,16,63],announc:11,anonym:3,anoth:[15,16,25,35,49,66,74,77,98],anova:23,ansi:70,ansibl:16,answer:[6,37,63],ant:[11,16,78],antena:36,antenn:23,antenna:[71,98],anteriorli:71,antsbin:37,antspath:11,antsr:37,antsuselandmarkimagestogetaffinetransform:37,antsuselandmarkimagestogetbsplinedisplacementfield:37,anyconnect:16,anymor:[19,78],anyon:25,anyth:[11,35,66,81,86,92,98],anytim:35,anywai:27,ap229997:3,ap:25,apache2:58,apart:86,apertur:98,api:27,app:[6,11,16,59,63,66],appear:[15,16,34,35,52,66,68],append:67,appl:[63,66,67,78],appledoubl:51,applescript:63,appleshowallfil:63,appli:[21,23,27,36,37,46,63,71,90],applianc:59,applic:[3,18,20,23,27,33,49,59,66,67,71,73,78,85],appoint:86,apprentissag:23,approach:[3,27,34,69],approch:23,appropri:[18,20,27],approv:[20,23],approxim:3,apr:[8,18,21],april:21,apt:[16,18,30,33,34,35,49,52,55,58,59],ar:[1,11,12,13,14,15,16,18,21,23,25,27,30,35,36,37,45,46,49,50,51,59,62,63,66,67,69,71,72,73,75,77,81,86,87,88,90,96],arb:18,arbel:23,arbitrari:27,arbour:89,arbselect:18,arch:35,architectur:[3,66],archiv:[25,33,38,67,74],area:[27,46,71],arf1681:94,arfx1905:94,arg:[26,78],argument:[11,25,26,37,59,63,67],arial:68,arlocarreon:[34,52],around:[63,90],arrai:[69,71],arrang:71,arriv:[85,88],art:[3,37,70],articl:[7,23,27,63,91,93],artif:23,artifici:[23,98],artificiel:23,arxiv:3,ascii:70,ask:[6,15,16,20,21,34,52,63,67,72,74,88,89,91],askubuntu:25,asl:55,asp:[87,89,90],aspm:18,aspm_l1:18,aspmoptcomp:18,aspx:94,assep:[84,90],assess:8,assign:[11,23,59],assimil:3,assist:35,associ:[0,16,84,90,98],assum:[30,34,37,52],assumpt:71,assur:67,asymmetri:37,atext:63,athen:21,atla:71,atlas:3,atlassian:[34,52],atom:[53,63],atomicopscap:18,atomicopsctl:18,atroph:71,atrophi:71,attach:[15,16,25,87],attend:[21,23,74],attent:[3,27,86],attnbtn:18,attnind:18,attribut:35,au:[21,23,87],audio:[18,63],augment:[3,71],august:89,aurora:87,australia:21,austria:98,autbwint:18,auth:3,authent:[15,16],authgroup:16,author:[3,15,20,27,34,52,66,71,77,98],authoris:74,auto:[16,35,68,91],autof:[34,52],autom:[3,4,8,27,52,78],automat:[3,15,16,17,18,27,34,52,71,73],autoopen:54,autoseq:3,autwiddi:18,aux:25,auxcurr:18,auxpwr:18,av:86,avail:[1,4,11,14,15,16,17,18,21,27,49,50,66,67,68,72,85,97],avansp:66,averag:[3,71],avi:63,avoid:[25,27,63,66],avt:11,avx2:18,aw:35,awai:63,awar:51,awesom:[28,63],awesome_study_manuscript_r0:98,awesome_study_manuscript_r1:98,awesome_study_responses_to_review:98,awesome_study_reviewer_suggest:98,awg:87,ax:[68,69],axi:68,axial:[37,46],axon:71,axondeepseg:[1,20,27,42,71],azp:25,b0000000:18,b000:18,b0089ryn5i:87,b0:71,b1000000:18,b1080000:18,b1:71,b4:18,b5vj:15,b:[15,18,21,34,36,37,52,63,68,78,86,98],baa493:19,back:[13,14,16,18,30,52,63],backend:[35,69],backend_agg:69,background:[49,71],backpropag:3,backup:63,backward:[3,27,34,52],baddllp:18,badtlp:18,baehr:63,bahsrc:11,ball:39,ballpark:98,band:21,bandwidthtest:30,bank:21,bant:89,banting_eng:89,bar:[18,34,52,63,66],barcelona:21,barrier:39,base:[3,4,8,21,26,27,37,59,71,90],baselin:27,basenam:[25,63],bash:[10,11,16,24,26,30,49,59,62],bash_profil:[11,34,38,52,62,66,67],bashrc:[11,33,45,62],basi:[49,77],basic:[6,15,34,39,52,53,67],batch:[3,18,26,35],bate:98,bayesian:3,bazel:33,bazelbuild:33,bb0:18,bc03sc00i00:18,bc03sc02i00:18,bc06sc80i00:18,bc:21,bdist_wheel:69,beatti:8,beaudoin:23,becaus:[11,15,27,35,59,63,66,74,80,81,87,98],bed:91,bede251a0f67:3,been:[5,10,11,15,25,27,35,52,63,73,77],befor:[15,16,21,34,36,51,52,63,66,67,86,88,90,91],begin:[11,69,80],beginn:[3,32],behaviour:35,behind:[15,16],being:[15,16,18,34,52,71,77],bell:89,bellandpostgrad:89,belletsuperieures_eng:89,below:[16,18,26,27,35,49,50,52,55,63,72,78],ben:3,benchmark:3,benefit:[18,36],benjamin:[23,71],berlin:21,bernard:23,bernhard:63,bernoullirbm:32,best:[0,3,15,16,50,71,98],bet:[26,71],beta:27,better:[15,27,52,71],betterpost:21,between:[3,11,14,15,18,23,27,59,63,66,71,73,98],bia:[3,71],biascorr:36,biblio:81,bibliographi:[7,98],bic:74,bid:15,big:[39,98],big_dataset:11,bigemptyfil:59,bigger:11,bin:[10,11,16,18,25,26,30,33,37,38,45,49,55,62,63,66,69,73,78,96],binari:[14,18,27,37,62,66,67],bind:18,bio:23,biobank:[15,35],biobas:87,bioimag:98,biolog:23,biologi:98,biomark:8,biomed:[3,21,72,88,89,98],biomedicin:98,biophotoniqu:23,birdcag:6,bire:[18,78,98],birth:35,bit:[18,23,46,63,88,90],bitbucket:[34,52],bittorr:35,biz:70,black:26,blacklist:30,blake2b160:35,blake2b224:35,blake2b256:35,blake2b384:35,blake2b512:35,blake2bp512:35,blake2s160:35,blake2s224:35,blake2s256:35,blake2sp224:35,blake2sp256:35,blank:52,blob:[3,44,69],bloch:6,block:[25,27,35,63],blog:[34,52],blogspot:[21,63,66],bloomfilt:35,blue:[26,63,66],blueprint:49,bmc:[8,36],bmcwiki:36,bmde501:23,bmde503:23,bmde:23,bmi:71,bnc:[73,87,94],board:[21,27,63],bodi:[21,71],bold:[34,52,71],bone:71,book:[1,3,6,7,34,35,52,69,83,98],bool:63,border:71,borg:35,borrow:27,boston:71,both:[18,27,30,46,63],bottl:87,bottom:[1,27,43,62,63,96],boudoux:23,bound:[16,63],boundari:[37,71],boundarypointsonli:37,bours:89,box:46,box_nam:58,bracket:71,brain:[3,23,40,41,68,71,91,98],brainhackmtl:23,brainsight:63,brainvisa:69,branch:[15,26,35,78],branch_nam:[34,52],branch_prefix:26,branchnam:15,brand:20,brandonb927:63,breakspear:98,bresnahan:8,brett:[34,52],brew:[16,35,55],brianav:37,brianlinklett:59,briare:11,bridg:4,bright:63,bring:[35,58,91,96],broad:3,broken:22,brown:26,browser:[1,14,18,45,48,50,63,98],bruce:71,bs:[59,68],bsfd:89,bspline:37,bsplinesyn:37,bu:18,buchmann:23,budget:[18,88,90],bug:[14,15,27,52,63],buggi:70,bui:86,build:[11,21,30,33,35,38,39,53,69,71,92],build_ants_sct:37,build_document:66,build_exampl:66,build_pip_packag:33,build_shared_lib:66,build_templ:11,build_test:66,builder:[6,49],buildtemplateparallel:11,built:[4,66,67],buld:33,bulk:15,bup:35,bureaux:90,bursari:85,busi:[86,87],busmast:18,buster:78,butnotic:15,button:[21,34,52,63],bvalu:71,bvec:39,bw:46,bwfund:89,bwint:18,bwmgmt:18,bwnot:18,by_group:[10,75],bypass:71,bzdok:23,bzip2:49,c0000000:18,c1:[18,68],c1c:18,c2:[68,71],c3:[63,68],c3d:[36,37,46],c4:[68,71],c5:68,c6:[68,71],c7:68,c:[8,11,15,18,23,25,33,34,37,42,48,52,59,63,66,67,74,98],ca:[5,10,11,13,14,15,16,17,18,21,22,23,35,36,63,66,70,72,73,74,75,77,78,79,86,87,88,89,90,91,94],cabrini:86,cach:[18,25,50,63],cad:56,caffein:63,cal:72,calcul:[16,63,71],calculquebec:11,calendar:[16,18,74,83],calibr:[3,96],call:[23,31,34,52,63,67,72,78,86,98],callaghan:6,caloz:71,campbel:71,campu:[14,15,16,76],camtasia:63,can:[0,7,10,11,14,15,16,18,21,23,25,26,27,30,31,34,35,36,37,39,45,49,50,51,52,58,59,62,63,66,67,69,71,72,73,74,77,78,81,86,88,91,96,98],canada:[9,21,23,83,86,89,90,98],canadian:[89,90,98],cancel:[19,27,34,52],candid:23,candor:87,candorind:87,cannot:[15,18,22,34,37,52],canopi:69,cap:18,capabl:[18,27,52],capit:52,capitan:63,caq:90,car:71,card:[21,22,30,77],cardiac:[3,71],cardiologi:86,care:[39,86],carlo:[3,39],carr:87,cart:94,cartridg:19,cash:[21,72],cask:16,cat:[15,16,18,25,30,35],catalog:87,categori:[27,86,87],caus:[27,34,51,52,68,71],cc:[18,37,88],ccdb:11,ccmake:66,cd:[10,11,15,25,33,34,35,49,52,59,69],cdeep3m:4,cdr:63,cdrom:59,cedar:78,cemsk:18,center:[37,70,86,98],cento:[35,49,78],centr:[21,86,98],ceram:87,cereza:6,certain:27,certif:16,certificat:90,cest:71,cesta:18,cevdet:23,cfg1:18,cgi:[73,96],cgsession:63,ch04:59,chain:16,chair:98,challeng:3,chandar:23,chang:[15,16,20,21,30,35,37,43,46,48,51,54,59,66,67,71,77,78,91,98],changelog:27,channel:[18,20,73,77],channel_setup_fwd_listener_tcpip:18,chapter:3,charact:[26,27,52],character:98,charg:[34,52],charlei:71,charp:18,cheap:87,cheaper:63,cheat:[34,52,68,69],cheatsheet:[25,26],check:[14,15,16,18,26,27,30,46,49,63,69,71,72,75,77,80,86,91],checkjob:11,checkout:[15,35],chem3:87,chemical_html:87,chemin:88,cheriet:23,chest:71,children:71,china:21,chmod:[11,16,25,30,35,51,63],choic:[21,50],choos:[15,16,27,36,39,67],chose:66,chown:[25,51],chri:23,christin:23,christoph:23,chrome:[16,98],chu:98,chum:86,chwazi:88,ci:18,cic:90,cif:[14,62],cihr:[89,98],circuit:[23,71,87],circuiteri:21,cis522:3,cisco:16,citat:98,cite:27,citi:21,claim:[21,77],clang:66,clang_cxx_librari:67,clariti:27,classif:[3,4,71],classifi:[4,86],classitk_1_1n4biasfieldcorrectionimagefilt:36,claud:21,clbin:25,clean:[10,13,15,16,27,49,53,63,91],cleanup:15,clear:[25,58,87],clearli:27,cli:[14,25],click:[0,1,5,14,16,27,34,43,46,48,52,59,66,67,78],clicolor:78,client:[16,25,35,49,71],clientsopt:49,clinic:[3,8,86],cliniqu:86,cliniqueenrout:86,clip:[20,63],clockpm:18,clone:[15,18,25,33,48,49],close:[19,25,27,46,63,96],cloud:[4,37,88],clumeq:11,cluster:[1,11,34,52,71],cluster_fold:16,cm:[69,73,87,96,98],cmake:[11,66,78],cmake_c_compil:66,cmake_cxx_compil:66,cmake_cxx_flag:66,cmake_install_prefix:66,cmake_osx_architectur:66,cmake_osx_deployment_target:66,cmake_osx_sysroot:66,cmakecach:66,cmap:69,cmd:[13,14,16,46,63,98],cmder:16,cmpltabrt:18,cmpltto:18,cnc:92,co:[21,63,71,87,89,98],coauthor:98,coax:87,coaxial:87,cocoa:66,cocoa_vtk:66,code:[3,15,16,21,23,34,37,46,52,63,70,77,78,95],codebas:27,codeblock:66,coder:52,coeur:86,cohen:[3,8,11,23,98],coil:[6,92],col1:26,col2:26,col3:26,col4:26,col5:26,colder:87,cole_parmer_narrow_mouth_hdpe_bottle_2_l_64_oz_1_pk:87,coleparm:87,colinpurrington:21,collab:71,collabor:[15,21,89],collaps:[27,37],colleagu:14,collect:[4,66],colleg:3,collin:23,color:78,colorbar:69,colorsync:63,coloss:11,colour:[25,27,78],columbia:[6,98],column:[27,63],com:[3,6,11,15,16,18,21,25,28,30,33,34,37,38,44,48,49,52,53,55,58,59,63,66,69,70,71,80,81,84,86,87,89,90,91,93,94,96,98],combin:[4,35,63,71],combo:63,come:[52,77],comma:18,command:[10,11,15,18,27,34,36,37,39,48,49,50,52,54,55,59,63,66,67,69,74,78],commclk:18,comment:[16,21,27,34,52,54,78,81],commit:[25,35,49,78,80],commit_id:52,commit_numb:52,commit_xx:[34,52],commmand:54,common:[11,18,33,34,52,63],common_runtim:18,commonli:42,commun:[23,35,98],comp:23,compact:59,compani:87,compar:[4,35,70,71],comparison:71,compat:[15,18,27,35,73],compens:[71,72],competit:89,compil:[11,18,33,37,66,67],complaint:66,complet:[3,18,23,30,34,35,37,52,66,71,72,77],complex:[3,15,27,37],complianc:18,complianceso:18,complic:25,compon:[37,98],composit:23,comprehens:[3,41],compress:[10,63,71],compressor:94,comput:[1,3,14,15,18,20,22,30,37,51,58,59,63,66,71,74,76,98],computationnel:23,computecanada:[11,35,78],computeoffset:37,computer:98,concept:98,concern:79,concis:27,conda:[18,35,42,55,62,78],condit:[3,30],condo:86,conduct:96,cone:3,conf:[15,25,30],confer:[1,81],config:[16,27,33,34,38,48,52,58],config_neuropoli:16,configur:[15,16,18,25,30,33,35,38,58,62,66,73,91],confirm:[35,88],confus:[34,52],connect:[10,14,17,25,49,60,69,71,98],connectom:[34,52,69],connector:73,consid:37,consist:[3,52],consol:[6,72],constraint:3,construct:43,consul:90,consulat:89,consult:[16,76,77,86,87,88,89],consum:23,contact:[13,15,16,18,23,71,77,83,84,88,90,98],contactez:86,contain:[14,15,18,35,66,67,79,82],container_id:49,content:[15,16,25,34,35,52,59,63,66,78,96,98],contest:89,context:[27,52,71],continu:[25,35,59],contrari:36,contrast:71,contrib:3,contribut:[24,37,80],contributor:27,control:[15,18,37,52,63,71,91],controlmast:16,controlpath:16,controlpersist:16,contus:8,conveni:[63,98],convent:[15,27],convers:[16,37,53,67],convert:[27,37,63,70],convolut:[3,8],cool:[34,52,63,70,73],cooper:18,coordin:[37,68],coordonne:77,copi:[10,15,27,34,35,37,48,52,67,87,88,98],copper:[87,96],cord:[21,27,42,89],core:[10,11,16,17,18,27,34,52,66],coreservic:[63,74],coretemp:18,corner:[34,52,63],corpor:[18,98],correct:[11,34,52,66,71],correctli:[27,30,66],correl:[8,23,71],correrr:18,correspond:[16,18,27,35,87,88,98],cost:[21,88],could:[18,23,34,35,52,59],council:98,count:[4,18,25,35],countri:90,coupl:[46,71,73],cour:23,cours:[3,6,50,51],coursera:[34,52],coursesoff:23,courtesi:72,courtoi:98,courvil:23,cov:71,cover:[6,19,27,35,88],cover_letter_r0:98,cp27:33,cp:[10,25,33,49],cpnchalleng:89,cpp:67,cpu:[1,11,18,33],cpu_feature_guard:18,cq:11,craig:98,craigslist:86,crash:[27,63],creat:[14,15,16,18,25,27,30,35,42,46,49,51,54,55,58,60,62,66,69,70,71,72,78,81,82,98],creation:[6,25,51,98],creativ:88,creator:15,credenti:[14,16,17,69,72,75,91,98],credit:[21,23],creer51:[16,97],creer52:[16,97],creer53:16,crepuq:23,crit:18,criteria:[20,86],critic:18,criugm:[9,98],crop:[27,98],cross:[27,39,46,98],crosslink:18,crosslinkr:18,crsng:89,crucial:38,cryptograph:52,cryptonit:35,crysol:59,cs231n:3,cs:[8,89],csa:71,csf:71,csrutil:58,csss:86,cst:16,ctime:25,ctrl:[15,18,25,30,63],cu113:18,cu17130:6,cu:98,cuda11:18,cuda:[11,18,50],cuda_7:30,cuda_gpu_executor:18,cuda_hom:33,cuda_visible_devic:[18,31],cudnn5:50,cudnn:[11,18,33,50],cup:11,cupboard:88,cura:91,curat:15,curi:89,curiou:52,curl:[18,25,33,35,49],current:[4,10,15,18,23,35,46,49,70,71],curriculum:23,curt:8,curv:[46,68],cushion:71,cusm:86,cuso4:96,custom:78,cut:[20,63,87],cut_buffer0:60,cv:81,cx:63,cyan:[26,78],cyberduck:63,cycl:[71,73],cylind:[39,87],cylinderrad:39,cylindersep:39,czf:25,d0000000:18,d00:18,d0:18,d1:18,d2:18,d3cold:18,d3hot:18,d:[8,11,15,16,23,25,26,30,33,34,37,50,52,55,63,78,86,88,90],daemon:[49,63],dai:[14,21,25,26,63,90],daili:[15,73],dam:96,dame:86,daniel:23,danilo:23,daphn:29,dark:27,data2d:69,data:[6,9,11,13,14,16,23,25,26,27,29,35,37,38,39,41,55,58,69,71,98],data_extrassd_:18,data_extrassd_u108545:18,data_nvme_:[17,18],data_nvme_xxx:16,data_path:11,data_process:[13,62],data_shar:[13,62],databas:[16,27,35,71,83],datadim:39,datalad:[15,35],dataset:[3,6,15,18,27,35,37,45],datasynth:39,datatyp:39,date:[1,10,20,25,66,77,81,90,98],dav:35,davi:[16,78,86],david:23,db:8,dbu:35,dbus_session_bus_address:16,dc:71,dcm2nii:[16,46,78],dd:[11,25,59,81],ddar:35,de000000:18,de:[16,18,21,25,35,63,86,87,88,89,98],deactiv:[11,69],dead:35,deadlin:[21,81,89],dear:21,deb:33,debian:[15,35,49,55,62],debit:21,debug:[27,63,67,69],debugg:69,debut:67,dec:8,decid:[15,35,88],decis:3,decod:[3,18],decor:[34,52,78],dedic:63,dedupl:35,deem:27,deep:[4,8,18,23,24,77,89],deeplearning4j:32,def:11,defin:[11,16,27,34,37,52],definit:[15,18,67],deform:[71,87],defrag:59,degre:23,delai:63,delet:[14,26,34,52,58,63],deliv:88,deliveri:88,demand:[15,21,22,87,89,90],demo:[25,30,63,70],deni:[34,35,52],densiti:87,depart:[11,22,89],depend:[3,16,18,21,29,30,35,37,63,66,67,77,88],depsc:68,depth:[15,34,52],deriv:35,desc:15,describ:[11,27,34,52,55],descript:[16,17,20,27,34,52,72,73,81,91],design:[6,15,27,46,70,73,96],desir:27,desk:16,desktop:[13,16,66,77,91],desktopnotifi:35,despit:[15,35],destin:[14,37],destroi:58,detach:[25,34,50],detail:[15,16,23,34,37,52,72,75,94],detect:[3,4,18,71,73,94],dev:[1,10,18,27,30,33,59,70,80,94],devcap2:18,devcap:18,devctl2:18,devctl:18,devel:50,develop:[0,6,16,33,34,37,52,63,66,67,71,74,76],deviat:[36,37],devic:[18,25,30,35,59,63],devicequeri:30,devsel:18,devsta:18,devtalk:30,df000000:18,df080000:18,df:[18,25],dge:[21,22,72,87,88],dhall:8,di:8,diagnosi:3,diagram:[63,70],dialog:[34,52],diamet:[39,73,87],dice:3,dicom:[10,46,63,74,75],did:63,didn:59,dielectr:71,dieu:86,diff:[15,34,52,71,78],diffeomorph:37,differ:[14,18,21,27,35,42,50,51,59,66,71,86],differenti:3,difficult:[23,66,71],diffus:[16,69,71],dig:[34,52],digikei:94,digit:88,dilat:3,dim3:26,dim:37,dimanch:86,dimens:[36,37,46,73,87],dimension:3,dipi:69,direct:[11,36,74],directli:[15,21,26,27,34,52,66,67],directori:[10,14,16,25,30,34,35,49,50,52,63,66],dirnam:[25,63],disabl:[17,18,46],disadvantag:63,discoveri:3,discrep:98,discret:37,discrimin:[3,29],discuss:[20,27,37],disentangl:3,dish:88,disintx:18,disk:[10,11,18,34,35,52,59],disord:8,disp:18,displai:[18,25,26,27,52,53,60,68,69,71],dispositif:23,disroot:25,dissect:3,dist:[18,33,39,69],distanc:[71,73],distil:96,distort:[37,71],distrib:49,distribut:69,distro:[16,35],divis:94,divx:63,django:[12,39,63,78],dkm:18,dlactiv:18,dlp:18,dnf:35,doabl:15,doc:[11,15,27,33,34,44,52,53,63,93,94,96],docker:[34,58],docu:38,document:[3,6,11,13,16,17,18,19,25,34,37,42,44,52,63,66,72,75,76,77,79,81,88,90,91,93,98],docx:[63,78,98],doe:[16,22,25,26,27,34,37,51,52,63,66,69,88],doesn:[3,11,15,19,35,66],doina:23,doku:[36,63],domain:[14,16,25,37],domainadapt:3,don:[0,11,15,16,18,21,27,30,34,37,48,50,52,59,63,66,67,90,98],donat:98,done:[20,25,26,34,37,42,50,52,59,69],doom:70,door:[34,52,77,94],dorval:86,dossier:86,dot:[11,21,54,71,98],dot_clean:51,doubl:[15,16,34,52,59,71],down:[16,27,58,63],downgrad:[18,63],download:[10,11,16,18,20,21,30,33,35,38,45,50,58,59,60,63,66,71],download_data:75,doxygen:[36,66],dp:87,dpuf:33,dq:25,dr:[18,98],draft:[27,69],draftabl:70,drag:[13,63,67],draw:[27,69],drawback:27,drive:[13,14,16,17,21,37,62,71,76,83,98],driven:3,driver:[18,30,50,94],drm:18,drone:3,drop:[13,16,25,63,67],dropbox:[16,35,91],dropout:3,druschel:8,drvier:33,drwxr:14,ds001919:55,ds:25,ds_store:35,dscale:18,dscl:67,dsel:18,dsi:18,dsim:71,dsv:73,dti:[25,41,71],dtitk:63,dtitk_quicklookplugin:63,dtype:18,du:[16,18,23,25,35,86,90,98],dual:3,dudler:[34,52],due:[34,52,68,87],duke:[12,16,18,22,74],duo:16,duong:8,duplic:[35,98],dupont:[8,87],dupr:[34,52],dure:[15,16,18,27,30,35,36,37,66,67,72,73,83,98],duti:73,dw:71,dwi:71,dwld:55,dyck:8,dyld_library_path:66,dylib:[66,67],dynam:[27,36,46,59,66,71],dynamicaqua:87,dynload:18,e00:18,e2ef822c744357a4ed16ec0c885100a3:18,e:[10,11,13,14,15,16,20,21,25,26,27,30,34,35,37,46,48,49,51,52,54,59,63,66,71,77,78,81,96],each:[11,15,18,21,27,34,36,37,38,46,52,71,81,86,88,98],earli:[21,88],earlier:90,earthlink:87,easi:21,easier:[27,46,52,63,66,88],easiest:52,easili:[63,81],easywma:63,ec:23,ecc:18,ecg:71,echo:[3,10,16,25,26,33,63,71],ecog:55,ecol:90,ecommerc:53,ecrc:18,ecrcchkcap:18,ecrcchken:18,ecrcgencap:18,ecrcgenen:18,ecs7sx9uvtfcj2q9jxcmb3br5hyplotgjmoimt:15,ecs:23,ed25519:15,edg:36,edit:[0,15,18,20,21,25,34,52,59,60,62,63,66,69,72,76,78,98],editor:[16,27,52,53,63,98],edu:[6,34,52,98],educ:6,edward:87,ee4a6455:37,ee:89,eeg:55,eetlpprefix:18,ef:16,effect:[3,34,52,71,98],effici:[3,14,18,72],eg:[18,22,72,98],egl:18,either:[15,27,73],eject:63,el:63,ele1600a:23,ele4501a:23,ele6502:23,ele6503:23,ele6506:23,ele8812:23,electr:[11,22,23],electron:[4,21,98],electroniqu:87,element1:26,element2:26,element3:26,element:[26,71,73],elif:98,elig:[21,86,90],elizabeth:[34,52],elm:75,els:[16,18,26,34,35,52,66],elsevi:98,elsewher:35,em:16,emachineshop:87,email:[11,15,21,22,34,52,63,71,74,88],emb:[16,27],emerg:37,emergencypowerreduct:18,emergencypowerreductioninit:18,emoji:88,emphasi:18,emplac:67,employe:[79,87],empti:18,empty_cach:66,emul:18,emuls:71,en:[23,25,34,36,52,53,63,73,75,77,80,86,89,94],enabl:[15,18,25,63,67,98],encod:[3,18,71],encount:63,end:[10,16,19,20,21,33,35,37,54,58,63,78,80,88,90],endnot:[16,63],endpoint:18,enforc:3,engin:[10,11,21,22,23,71,98],english:[16,23,78,86],enhanc:[27,63],enlarg:3,enough:[37,88],ensembl:3,ensur:[11,23,27,34,35,52],enter:[15,16,34,48,52,59,63,67,72,75,94],entercompli:18,entermodifiedcompli:18,enthough:69,entir:[15,86],entr:71,entranc:88,entri:72,env:[18,25,49,52,71],env_nam:11,environ:[6,10,13,16,18,25,30,31,42,66,67,80],environemnt:18,eo:16,eof:[16,35],epistem:3,epoch:18,epoxi:87,equalizationcomplet:18,equalizationphase1:18,equalizationphase2:18,equalizationphase3:18,equat:3,equip:77,equival:[11,63],eras:[34,35,52],erod:71,error:[11,16,18,25,27,30,34,35,37,42,52,66,71],escienc:70,especi:80,essent:33,essenti:30,est:16,establish:[16,18],esthet:70,estim:[3,21,37,71],et:[21,23,29,71,86,89],etc:[13,15,16,18,23,25,27,30,33,35,55,59,62,63,71,72,77,78,85,90,92,98],ethanjperez:3,ethernet:[22,71],ethic:15,ethnic:71,etudi:[16,89],etuvisi:90,eu:6,eula:30,europ:89,eva:[15,74],evalu:[3,96],evan:52,even:[16,25,35,50,63,66,72],event:[1,16,63,72,81],ever:[16,82],everi:[6,16,26,34,35,36,52],evernot:63,everybodi:[34,52],everyon:[25,34,35,52,98],everyth:[11,15,52,63,88,98],everytim:69,everywher:25,evolv:77,ex:59,exact:16,exampl:[3,10,11,14,15,18,21,23,25,26,27,34,35,48,49,50,51,52,53,58,63,68,69,81,88,90,98],excel:[34,59,63,69,86,98],excellemd:86,except:[15,63],exchang:[71,81],excit:71,exclud:25,exclus:27,exec:[16,25],execut:[11,25,31,37,49,50,66,67],exempt:[23,90],exercis:23,exist:[15,23,25,26,27,30,63,74,98],exit:[18,49,50,59],expand:[35,66],expandr:63,expans:18,expect:35,expens:21,experi:[1,18,27,72,73,81,83],experienc:16,expf:68,expir:68,explain:[3,6,27,35,88],explan:[3,34,52],explicitli:30,explor:[3,14,15,71],exponenti:37,express:[18,98],ext:[25,37],ext_anat:37,extens:[6,26,35,58,59,74,98],extern:[18,27,35,44,63],extfmt:18,extra:[18,35,38,63,73],extract:[37,46,63],extrassd:18,extrem:[52,71],extrud:91,extsynch:18,exttag:18,exttphcomp:18,ezyfit:68,f0000000:18,f000:18,f1000000:18,f1080000:18,f1:[30,63],f9000000:18,f9tcxbzm1430400825724:89,f:[11,18,25,34,35,37,49,52,74,78],fa000000:18,fa080000:18,fabric:97,face:73,facebook:63,facil:[75,83],factor:[37,71,74,98],faculti:[0,89],fahmiesalleh:63,fail:27,failur:27,fall:[18,23],fals:[34,52],familiar:[27,35],fan:18,far:63,fashion:3,fast:[3,16,17,18,37,63],fastb2b:18,faster:[10,11,16],fatal:[34,52],fatalerr:18,favicon:70,fbc1:18,fbirn:96,fchollet:28,fcp:18,fdisk:25,fdn:98,featur:[4,18,25,27,34,52,53,63,66,71],feb:14,fedora:35,fee:[21,23],feed:35,feel:[1,76,82],fehl:8,fellow:76,fellowship:[81,89,98],femal:94,fepegar:71,ferguson:[8,16],fernandez:8,ferri:23,fetch:[34,49,52],few:[15,27,63],ff:15,fi:26,fiberglass:87,fibr:71,fichier:25,field:[6,23,36,42,44,68,71,74,75,96],fieldprob:71,fig:[69,71,98],fignum:69,figur:[21,63,69],figurecanva:69,figurecanvasagg:69,fiji:4,file:[10,13,14,15,16,18,20,27,30,33,38,39,46,51,56,58,60,62,66,68,69,75,78,81,91,97,98],file_dest:[25,37],file_nam:[26,34,52],file_src:[25,37],filemanag:73,filemod:[34,52],filenam:[15,18,25,26,34,35,52],filesystem:18,filetyp:35,filezilla:[10,74],fill:[16,72,90],film:53,film_lay:3,filter:35,fin41:87,final_data_t2:11,financ:74,find:[0,11,16,26,34,35,37,50,52,59,62,63,67,70,77,88,91,92],finder:[13,14,16],findsmb:25,finer:15,fingerprint:3,finish:16,fink:94,firefox:63,firmwar:18,first:[15,16,18,20,21,23,26,27,35,37,55,58,63,74,81,98],firstnam:15,fit:[21,36,68,71],five:[26,63],fix:[15,18,27,35,37,51,63,68,71],fixed_imag:37,fixedcenterofrotationaffinetransform:37,fixedimag:37,fixedparamet:37,fixedpoint:37,fizzylog:18,flag:[16,18,30,35,49,50,52,66],flake8:27,fleuri:86,float16:18,float32:18,float64:18,floor:21,flow:[3,15,34,52],flreset:18,fluid:3,fma:18,fmedian:36,fmri:41,fmrib:[41,42,44,63],foam:71,fobjc:66,focu:[15,27,77],focus:[3,27,71],foia:72,fold:63,folder:[11,13,14,15,18,21,26,27,30,34,37,38,45,48,51,52,62,66,67,71,81],folder_dest:25,folder_nam:14,folder_shar:13,folder_sourc:25,foldernam:63,foldershar:59,follow:[1,7,10,11,12,15,16,18,19,26,27,33,34,35,36,37,40,41,42,46,49,50,52,55,59,62,63,66,67,68,73,74,77,78,81,88,91,98],fomblin:87,fond:98,fondat:89,font:[27,68],fontnam:68,fontsiz:68,fontweed:63,foot:87,forc:[66,69],foreign:[23,89],forerunn:25,forg:[35,42],forget:[38,98],form:[21,23,49,72,90],format:[6,18,21,23,27,35,37,43,46,81],fortun:52,forum:[3,71,74],forward:[3,18,20,27,42,50,60],fossdaili:25,found:[7,16,18,26,36,37,51,63,77],foundat:[23,89,98],four:66,fov:71,fr4:87,fr:[18,23,38,86],fragil:15,framadrop:25,frame:71,framework:[3,4,6,50,63,71],franc:[21,89],francai:90,francoeur:23,frank:23,free:[1,3,16,55,56,59,63,76,82,87],freepdfconvert:[63,70],freesurf:16,freez:[51,63,69],french:[6,16,23],frequenc:[37,73],fresh:[30,35,66],freund:8,freundcontain:87,fri:18,fridai:87,friend:87,friendli:[4,63],friston:8,from:[3,6,8,11,15,16,18,23,26,27,33,35,37,38,42,43,50,55,58,66,69,70,71,73,80,86,87,88,89,90,97,98],front:[8,73],frontier:98,frq:89,frqnt:89,frsq:89,fsl:[16,37,42,44,78],fslchfiletyp:39,fslconf:[62,63,78],fsldir:[62,63,78],fsley:78,fslhd:26,fslinstal:62,fslmath:[36,63],fslview:[16,62,78],fslwiki:44,fstab:62,ftp:63,fulfil:21,full:[13,15,27,35,37,38,50,52,63],fulli:[3,63,73],fun:[70,88],functor:71,fund:[88,98],fundament:23,fundu:3,funni:63,further:[25,27,90],furthermor:67,fusion:23,futur:98,fxt8sj831osqfo0:91,fywj:15,g10:87,g6:35,g:[11,13,14,15,16,21,25,26,27,30,34,35,37,45,51,52,59,63,66,71,77,81,96],ga102:18,ga102gl:18,ga343ea76c8:35,gadgetron:[6,71],gain:35,gamma:39,ganderso:98,gang:[34,52],gantt:70,ganttproject:70,garbag:66,gaspard:6,gauss:37,gave:88,gb:[34,52,71,78],gbm2330:23,gbm3100:71,gbm3318:23,gbm6103a:23,gbm6330:23,gbm6700:23,gbm8605:23,gbm8770:23,gbm8802:23,gbm8871:23,gc:[34,52,66,78,89,90],gcal:72,gcc:[11,18,49],gcc_preprocessor_definit:67,gcr:50,gcrypt:35,gd:[34,52,78],gdrive:78,geda:94,geeksforgeek:69,geforc:18,gener:[1,3,15,16,18,20,27,32,46,66,70,71,74,81,86,88],geneva:21,genie06:16,genpath:10,geometri:16,gerbv:94,germani:21,gervai:23,gestion:16,get:[3,14,15,16,18,21,25,26,30,33,34,35,49,52,55,59,60,62,63,71,74,76,78,83,86,88,90,98],getent:[16,59],getopt:26,ghc:35,ghost:71,gi:18,gid:[35,59],gif:63,gifmak:69,gist:[18,25,63,70],git:[11,15,16,18,24,25,26,27,33,48,49,55,58,63,69,78,83],git_rul:[34,52],gitattribut:35,github:[0,3,6,11,15,16,18,24,25,28,33,38,44,49,53,55,59,63,66,69,70,71,75,76,80,82,98],gitignor:[35,52],gitk:[34,52],gitolit:15,gitolite3:15,gitolot:15,gitref:[34,52],give:[11,16,21,25,34,35,52,59,67,71,90],given:[3,21,23,26,37,49,52,72,77,87,98],gl:[18,34,52,62,63,75,78],glacier:35,glass:[63,87],glaucoma:3,glg:[34,52,78],glia:71,glitch:35,global:[34,45,52,69],glocker:3,gluta:87,gmail:[18,63,84,90,98],gmf:86,gmfqe:86,gnu:[18,66],go:[1,10,14,16,18,19,21,27,30,34,37,48,51,52,59,63,66,67,78,86,88,91,94,98],goal:27,gone:63,goo:[62,75],good:[15,23,27,53,63,66,70,87],goodi:63,goodresearch:70,googl:[1,3,16,20,21,27,71,75,76,83,88,91,94],googleapi:33,googlebrain:71,googlecalendar:1,got:[34,52],goussard:23,gouv:[86,89],gov:[44,71,96,98],gp:[34,52,78,86],gpg:33,gpu:[1,11,30,33,50,98],gpu_devic:18,grad:23,grade:81,gradient:3,gradientstep:37,graduat:[23,89],gradut:23,graham:[11,78],grai:[3,69],grain:15,grame:14,grames_account:16,grames_password:16,grames_usernam:[10,14,16],grammarli:98,granada:21,grant:15,graph:[34,52,78],graphic:[23,29,30,33,66,98],graphviz:63,grappelli:16,grayscal:43,great:[25,34,52,63],greec:21,green:[26,46],grei:[16,26],grep:[15,16,18,25,26],grid:[10,68],griffintown:86,gro:8,ground:3,group:[11,15,21,27,59,67,75,89],groupenam:59,groupmembership:67,groupnam:59,grova:23,grsnc:89,gs:[11,34,52,78],gsp:18,gt:18,gtx1080:33,gtx:18,guai:15,guenther:15,guerin:71,gui:[4,30,49,63,66],guid:[3,24,32,34,52,53,66,67,70,73,77,91],guidelin:[24,88],guillimin:[11,78],guitton:23,guzman:98,gv:35,gxfxcxdxbxegedabagac:78,gz:[10,11,15,25,26,33,35,36,37,66],h2v:86,h:[15,16,18,25,37,44,67,78,98],h_ax:68,h_fig:68,ha:[4,5,10,11,14,15,16,18,26,27,34,35,36,37,42,50,52,59,63,73,77,88,90,92],hack:66,had:[18,63],half:[59,88],hand:[34,52,63],handbook:35,handbrak:63,handl:35,handler:63,hang:[15,48],hansen:89,happen:[16,18,34,36,52],hard:[16,17,23,33,34,35,52,59,63],hardwar:77,harvard:[34,52],hash:52,hashicorp:58,have:[11,14,15,16,18,20,21,25,27,30,34,35,37,39,42,46,48,50,51,52,58,59,63,66,67,71,72,75,77,87,88,90,94,98],haven:[34,51,63],hawaii:21,hayashi:8,hd:63,hdf5matrix:18,hdiutil:63,hdpe:87,hdr:39,hdrlogcap:18,he:50,head:[15,34,35,52,73,98],header:[34,52,66,87],header_search_path:67,headerlog:18,health:[86,98],healthi:71,heart:98,heather:98,heavi:23,held:[20,23],helen:71,helio:11,hello:15,help:[15,16,18,27,34,52,63,88],hemi:27,henc:71,her:74,here:[0,1,5,7,11,13,15,16,18,21,26,27,34,35,37,39,42,48,50,52,58,59,63,66,68,72,73,75,83,86,87,88,93,96,98],hereaft:66,hesit:[27,37,63],hetero:3,hex:39,hh:[11,25],hidden:[3,15,51,66],high:[3,11,18,27,37,39,73,87],higher:[16,35,37,45,87],highli:89,hint:63,hippocamp:3,hiren:15,histolog:14,histori:[34,52],hit:63,hofmann:52,hola:[26,63],hold:[23,63,68],holidai:[1,16],holist:3,home:[10,11,14,15,18,25,39,51,59,63,73,78,90,91],homefold:38,homepag:[86,87],homogen:36,hong:21,honolulu:21,hook:[35,80],hope:63,horo:63,hospit:86,hospitali:86,host:[11,13,15,16,18,25,42,49,50,59,81,98],host_nam:25,hostnam:[16,17,25,34,52,91],hot:[18,71],hour:[25,34,52,88],hous:[21,73,86,96],how:[3,11,15,16,18,21,25,27,35,37,48,49,50,55,63,66,68,71,74,75,78,83,86,91,98],howev:[10,15,16,35,37,39,50,52,71,90],howto:74,howtologin:74,hp:19,hpc:[11,78],hs:[18,35],ht203129:63,ht5856:63,ht:[34,52],htm:87,html:[21,26,27,32,33,34,36,37,44,52,53,59,62,63,66,70,71,80,86,87,89,98],htmlcomponentfactori:63,htmlrender:63,htop:18,http:[3,6,11,15,16,18,21,23,25,26,28,30,32,33,34,35,36,37,38,44,48,49,50,52,53,55,56,58,59,62,63,66,69,70,71,73,74,75,77,78,79,80,81,84,86,87,89,90,91,93,94,96,97,98],httpalso:35,htwtoc:98,hub:[49,50],huge:[37,63],huie:8,human:[3,23,40,98],hup:25,hvclusterf:16,hwil2tmaw:15,hxx:37,hyperlink:63,hypothet:27,hz:68,i386:66,i:[3,10,11,15,16,17,18,20,22,23,25,26,27,30,34,36,37,46,49,50,51,52,63,66,68,71,87,90],ianlunn:63,ic:71,icm:71,icml:21,icmmri:73,icon:[0,16,46],icv:71,id:[11,16,18,67,87],id_ed25519:15,id_rsa:[15,34,48,52],idea:[15,16,27],ideal:[27,98],ident:46,identifi:[11,15,16,20,27,34,52,71],idp91444064:59,ie:87,ieee:[3,98],ieeexplor:3,ieeg:55,ift6135:23,ift6145:23,ift6167:23,ift6268:23,ift6269:23,ift6760:23,ig:56,ih:15,ii:3,ilana:74,ilastik:4,illustr:63,im1:26,im2:26,im3:26,imac:77,imag:[1,4,6,8,15,21,24,27,29,37,40,41,42,43,46,50,59,66,67,69,73,77,96,98],image_captur:63,image_id:49,imagecaptureextension2:63,imagedimens:37,imagej:71,imagemagick:63,imageregistr:37,imageri:23,imagesedit:25,imagin:27,imaging_processing_softwar:36,img:39,immedi:[15,63,88],impact:[3,37,71,98],impair:8,imper:52,imperi:3,imperialcollege4slsh2feb2018:71,implement:[27,36,71],impli:27,impregn:73,improv:[3,27,36],inam:25,inch:[21,73,87],incl:89,includ:[7,14,15,16,18,27,35,37,52,66,67,76,81,88,98],inclus:[11,27,66],incompat:27,incorpor:98,increas:3,increment:27,incur:21,inde:68,independ:71,index:[35,58,70,90],indic:[1,16,20,26,27,43,71,74,98],individu:69,individual_plots_subj:68,induc:71,industri:[87,89],inf1010:23,inf6141:23,inf6953h:23,inf8215:23,inf8225:23,inf8245:23,inf8250:23,infer:3,inflamm:71,influenc:37,info:[1,11,15,21,26,34,35,52,63,66,71,75,77,78,86],inform:[0,11,16,18,21,27,35,36,37,50,52,74,76,79,90,91],informatiqu:22,infrastructur:[18,76],ingenieur:23,inhomogen:71,init:[34,35,52,58],initi:[27,34,35,39,52,78],initramf:30,injuri:89,ink:19,inkscap:63,inlin:58,inner:71,innocu:35,innov:[6,98],inod:35,inotifi:35,inprogress:18,input:[27,63,78],input_imag:36,inputfilenam:46,inria:38,inscrib:15,insensit:25,insert:[59,60,73,98],insid:[25,27,35,46,49,50,60,63,71,81],insight:37,insighttoolkit:66,inspect:[15,18],inspector:63,inspf:68,inspir:[66,68,71,98],instal:[11,15,18,25,27,50,53,62,63,67,68,71,80,94],install_java:33,install_sct:49,installing_vtk_on_mac_os_x:66,instanc:11,instead:[11,14,15,18,27,34,35,48,63,66,67,71,77,78],institut:[11,23,86,89,98],instruct:[7,16,18,27,35,40,41,42,52,55,59,68,73,74,91,98],instructions_3dprint:91,integ:11,integr:[25,42,55,69,71],intel:16,intellig:[23,98],intend:[0,15,35],intens:[16,23,37],intent:27,inter:[23,90],interac:72,interact:[4,11,34,49,52,58,69,70],interest:[23,34,52,81],interfac:[11,63,91],intern:[1,6,16,17,19,27,35,49,66,72,73,75,77,83,88,90,91],international:90,internet:[3,11,15,63,87],internship:[27,81],interpol:[37,46],interpret:37,interrupt:[18,35],intramedullari:3,introduc:[27,63],introduct:[3,6,23,34,52,53],intx:18,inum:35,invari:71,invers:[52,71],investig:[8,15,71],invit:[72,90],inviti:72,invoic:[79,87,88],involv:[27,81,98],inxquartz:49,io:[6,11,25,28,33,35,46,50,53,59,66,70,88],ioff:69,ion:69,ip:[19,25,34,52],ip_address:25,ip_serv:62,iphon:63,ipython:69,irina:23,irmf:23,irq:18,is_avail:18,isa:18,ismrm:6,isn:[11,15,35,67],iso:59,isocent:73,isol:[27,50],isrt:89,issu:[15,16,18,22,34,35,51,52,63,80,82],issue_numb:27,ital:71,itali:21,item:[49,63],iter:37,itk:36,itk_build_all_modul:66,itk_has_stltr1_tr1_type_trait:66,itk_has_stltr1_type_trait:66,itk_use_64bits_id:66,itkbuild:66,itkdebug:66,itkmatrixoffsettransformbas:37,itksnap:[16,63],itksoftwareguid:37,itkvtk:66,itkvtkglu:66,its:[15,25,27,35,69,87],itself:[27,52,63,98],iv:23,ivado:[1,89,98],ivadom:[1,18,27,71],j:[8,11,66,89],jacqu:23,jalbert:23,jame:23,jammi:18,januari:37,jar:87,jason:71,java8:33,java:[33,68],jc:8,jca:98,jcohen:[11,15,34,52,78,91],jdk1:33,jean:[16,23,86],jekyllbootstrap:53,jekyllrb:53,jemri:6,jetbrain:[34,52],jeton:89,jf:8,jfsanto:18,jmcglone:53,jmlr:[3,98],jmri:98,jmrui:6,job:[18,35],jobid:11,joell:23,johan:87,join:[15,72,82],joint:3,joliet:63,jonathan:23,joplin:[14,15,42,78],joshua:82,journal:81,jpg:63,jr:8,js:45,json:75,jsp:87,juif:86,jul:8,juli:[34,52,71],julia:52,julien:[3,10,11,13,15,19,23,71,74,78,91,98],jun:[14,18],june:21,jupyt:[6,18,50],jurajsplayground:59,juri:23,just:[0,15,16,18,26,35,46,49,50,52,59,62,67,88,96,98],justin:98,jvn:34,k:[8,13,14,16,18,37,71],kahoot:70,kaleem:23,kapton:87,karimi:8,karo:15,karthik:23,kb:63,ke:23,keep:[18,21,27,34,46,51,59,72,83,87,98],kei:[13,14,15,19,33,35,48,63,98],kendal:23,kept:15,kera:[3,18,28],kernel:[18,36],keyboard:[54,77],keychain:[16,63],keydir:15,keygen:[15,25,34,48,52],keynot:[21,81,98],keypress:60,kickstart:35,kijjji:86,kill:[16,18,63],killal:[25,63],kind:[21,27,34,39,52],kingdom:21,kit:[16,71,73],kitwar:37,kjw0612:28,klausschmier:71,knee:3,kneighborhood:37,know:[1,3,6,15,16,19,27,34,52,75,77],knowledg:3,known:[15,34,52,63,98],ko:18,koller:29,kong:21,korea:21,kotter:8,kousu:15,kqj3jimatpwzowc1a:75,kumar:[8,29],kyritsi:8,l0:18,l1:18,l1_pm_substat:18,l1subcap:18,l1subctl1:18,l1subctl2:18,l5626:88,l:[8,11,14,15,18,19,23,25,37,77,86,96],la:[21,23,78,89],lab:[1,11,15,20,21,34,42,52,71,76,82,85,88,98],label:[3,29,35,37,63],laboratoir:23,laboratori:16,lacadi:86,lachin:86,lacost:23,lafferti:29,lakeshor:86,lancet:8,landri:87,lane:18,laneerrstat:18,lang:23,languag:[3,24,67],lapierr:23,laptop:[15,16,25,77],larg:[15,25,27,35,37,71],largefil:35,larger:[37,46],larmor:73,larri:70,lasagn:28,lasal:86,laserjet:19,lassond:88,last:[15,21,23,26,37,38,52],lastnam:15,late:21,latenc:18,later:[21,25,50,90,98],latest:[11,15,21,25,27,38,49,50,52,66,80],latter:88,launch:[10,16,18,25,49,67],launchag:63,launchctl:63,launcher:27,launchservic:63,laurin:23,laval:11,law:23,layer:[3,18,71,87],ld_library_path:[30,33],ldp:26,ldpe:87,le:[25,86,89],lead:[37,88],learn:[4,8,18,21,24,34,52,58,69,77,89],least:[15,18,21,23,39,63,71,88],leav:[16,35,50,63],lectur:[3,69],leener:23,left:[11,34,46,50,52,63],legaci:18,legend:68,lemai:23,lempc2xt7jucmuwdaqvwovmnz7ur3dgxqetptlmpmxpgd2hk9:15,len:18,length:[27,71,73,87],leopard:63,leppert:74,lesion:71,less:[25,37,89],lesson:53,let:[16,19,25,27,31,34,35,52,88],letter:[46,90],level:[3,4,18,46,68,69,71],levesqu:23,levin:23,lf:35,lh:8,lib64:[30,33],lib:[11,18,30,33,37,66,67],libc:[66,67],libcubla:18,libcublaslt:18,libcuda:18,libcudart:18,libcudnn:18,libcufft:18,libcurand:18,libcusolv:18,libcuspars:18,libgl:49,libicudata:18,libitkcommon:67,libitkdoubl:67,libitkioimagebas:67,libitkionifti:67,libitkniftiio:67,libitkoptim:67,libitksi:67,libitkstatist:67,libitkv3p:67,libitkv3p_lsqr:67,libitkvcl:67,libitkvnl:67,libitkvnl_algo:67,libitkvnlinstanti:67,libmng:62,libnvidia:18,libpng12:62,librari:[18,37,41,42,63,67,78],library_search_path:67,libstdc:[66,67],licenc:97,licens:[16,18,66,98],lid:63,life:[63,89,98],lift:63,light:[4,26,27],lightdm:30,lign:23,like:[1,15,16,18,21,25,34,35,37,50,52,63,66,74,77,88],lima:21,limimt:68,limit:[3,27,87],line:[18,27,30,35,37,46,49,52,59,60,62,63,66,67,69,70],linear:[34,52,71,73],linewidth:68,linjieyangsc:3,link:[3,11,16,18,20,23,24,27,33,34,35,52,66,72,75,79,84,98],linkequalizationrequest:18,linux:[14,17,18,25,33,35,37,52,55,59],linux_x86_64:33,linuxconfig:26,liom2:73,lion:[26,63],list:[1,6,7,18,22,23,25,26,33,50,53,63,67,72,74,75,77,86,90,95],listen:18,live:[51,63,85,88],liver:3,ll:[11,50,59,62,63,67,78],llactrep:18,llvm:[66,67],lnkcap2:18,lnkcap:18,lnkctl2:18,lnkctl3:18,lnkctl:18,lnkequintrrupten:18,lnksta2:18,lnksta:18,load:[10,11,18,25,30,35,43,46,71,91],loader:27,local:[14,18,30,33,35,37,55,58,59,62,63,66,67,69,74,78],localhost:[15,18,50],locat:[10,14,16,19,25,58,63,66,72,74,75,87],lock:[15,98],log:[15,16,20,25,34,35,52,74,78,83,98],log_file_name_:26,logbook:72,logdir:18,logedit:26,logfil:26,logic:27,login:[11,14,30,67,74,98],login_desktop:74,logo:70,london:[3,21],longer:[11,15,52,66],longu:86,look:[15,16,18,34,35,37,52,63,71,75,78,88],lookup:25,loop:30,lose:35,lost:[36,63],lot:[35,37,39,58],louer:86,loui:23,loung:88,low:[27,71],lpevc:18,lproj:78,lr:15,ls:[11,14,15,18,25,26,74,78],lsblk:25,lscolor:78,lso:98,lsof:18,lspci:18,lsregist:63,lt:[62,78],ltr1:18,ltr:18,luc:86,luck:15,luessi:69,lufi:25,lunch:85,lung:71,m4a:63,m:[8,11,18,21,26,34,35,37,51,52,62,63,73,78],mabort:18,mac:[14,16,25,51,59,68,78],machin:[3,4,13,15,16,18,21,35,58,63,71,88,92,96,98],macintosh:63,macmillan:53,maco:[14,16,35,46,55,59,60,78],macosforg:63,macosx10:66,macosx:[52,66],macresearch:66,macro:54,mactheripp:63,macworld:63,made:[15,52,66,71,73],magic:25,magicmim:35,magmedix:71,magnet:[3,6,8,71,98],mai:[14,18,21,23,25,27,46,48,51,52,58,59,66,67],mailplan:63,mailx:25,main:[1,11,18,21,73,77],main_pag:96,maintain:[13,27],maisonneuv:86,major:[18,27,77],make:[11,13,15,16,18,21,25,27,30,34,35,38,45,51,52,53,59,62,66,67,78,80,86,87,88,96,98],makefil:66,makehybrid:63,makesign:21,maketecheasi:59,male:94,malftlp:18,mammoth:11,manag:[15,16,18,20,27,34,37,48,49,52,63,83],mandatori:[16,51,77],mandel:87,mani:[15,25,34,35,50,52,86,88],manipul:[3,26],manner:27,manual:[16,27,35,37,63,66,67,73,91],manufactur:92,manuscript:[81,98],manuscript_r0:98,map:[14,71,75,88,98],mar:[8,14],margin:18,mari:[21,71,89],mark:[35,52],markdown:[0,27,98],marker:37,markup:63,martin:[23,69],martino:[71,96],mask:[37,43,71],mask_destin:37,mask_sourc:37,maskabl:18,master:[3,15,27,33,34,38,44,52,63,69],mat:87,match:[3,16,25,26,35],mate:1,materi:[37,87,98],math:23,mathieu:[15,83],mathwork:[63,68],matlab:[6,10,13,16,69,78],matlab_r2020a:78,matlab_shar:13,matlplotlib:69,matricul:[16,87],matrix:37,matshow:69,matter:3,matthew:[34,52],maverick:[25,63],max:[14,15,73],maxdepth:25,maximum:73,maxiter:37,maxpayload:18,maxreadreq:18,maxtimeslot:18,mayavi:69,mayb:[27,34,52,66,71],mayonnais:71,mb:[18,25],mc:37,mccoi:8,mcgill:[11,21,78],mcmaster:87,md5:[25,35],md5e:35,md5sum:25,md:[27,86],mdnsrespond:25,mdph:23,me:63,meal:88,mean:[20,21,27,34,37,52,66,71],meaning:27,meant:27,meantim:70,measur:[3,18,71,98],meat:88,mecalab:87,mechan:[3,8,73],med:36,medecinegeneral:86,media:59,medic:[1,6,15,21,37,43,71,96,98],medicin:[74,98],medicocentremontroy:86,mediti:98,medium:[3,27,73],meet:[6,20,88],meg:55,megabyt:11,melba:98,melbourn:21,mem:[11,18],member:[0,11,15,21,72,77],memori:[11,18,46,59],memwinv:18,menisci:3,mental:52,mentimet:70,mention:[27,87,98],menu:[14,19,30,34,46,52,63,67,88],menu_nvidia_smi_submenu_gpu0_rtx_a6000:18,menu_nvidia_smi_submenu_gpu1_rtx_a6000:18,menu_nvidia_smi_submenu_gpu2_rtx_a6000:18,menu_nvidia_smi_submenu_gpu3_rtx_a6000:18,menumet:63,merg:[15,27,55,60],merit:89,mesa:49,mesh:39,meshlab:63,messag:[14,15,18,25,63,66,77],mesur:23,meta:60,metadata:15,metal:88,metamateri:71,metasurfac:71,method:[3,11,18,23,34,52,71,98],metr:87,metric:[18,27],metrictyp:37,mf:35,mg:8,mgh:[34,52],mgs4u:87,mhz:[73,96],mi:37,mic:15,michael:98,micro:23,microscopi:[4,12,15,27,98],microscropi:27,microsecond:73,microsoft:[16,98],microwav:98,midl:21,mig:18,might:[14,16,18,21,34,52,58,63,71,98],migrat:15,miguel:21,mil:87,mila:[3,11,21,98],mileston:27,milk:71,minc:36,mindepth:25,mini:16,minicircuit:87,miniconda3:[18,55,78],miniconda:[69,78],miniforg:35,minim:[53,73],minima:53,minor:27,minus_on:21,minut:[1,21,59],misc:[81,92],miscellan:46,miss:[46,63,76],mistak:[34,52,53],mit:3,mitac:89,mitk:63,mitkworkbench:16,mix:[66,96],mixmatch:3,mkdir:[14,16,18,34,35,52,62],ml:18,mlexplain:3,mlwidget:63,mm:[11,25,73,81],mni:[36,72],mnt:[14,16,18,59,62],moab:11,mobil:16,mod_unload:18,modal:[3,27,71],mode:[21,25,27,49,50,63,67,69,98],model:[3,8,15,16,17,18,23,27,29,71,91],modern:87,modeset:30,modfic:34,modif:[21,25,34,52],modifi:[15,25,27,34,35,52,53,98],modifyhd:59,modinfo:18,modprob:30,modul:[10,18,27,32,35,63],modular:[4,71],module_itkv3compat:66,module_itkvtkglu:66,module_nam:11,modvers:18,moell:89,mojav:63,moment:69,monei:18,monitor:[63,77],monitorcontrol:63,monospac:27,mont:[3,39,86],month:[21,71,88],montreal:[11,21,23,75,85,90,98],mood:3,more:[0,1,13,14,18,21,22,25,26,27,33,34,37,48,50,52,59,63,71,72,75,79,88,96],morn:88,mortim:86,most:[23,25,37,52,63,66,77,88,98],mostli:[15,27,89],motion:71,motor:8,mount:[13,18,50,51,59,91],mountain:[26,63],mous:[63,77],mouth:88,mov:63,move:[5,8,10,15,16,34,37,52,71,85],movement:[63,71],moving_imag:37,movingimag:37,movingpoint:37,mp2:11,mp3:63,mp4:[63,91],mpi:11,mpmri:71,mpr:46,mr:[3,23],mrd:71,mrhub:6,mri:[1,12,13,14,15,36,40,41,55,63,71,73,74,92,96],mri_nu_correct:36,mricron:[16,78],mrilab:6,mrm:98,mrn:8,mrshub:6,mrtech:74,ms:[8,71,89,96],msc:[6,23],msfhr:89,msi:18,msub:11,mt:[25,73],mth3302:23,mth6305a:23,mth6312:23,mtime:25,mtv:71,much:[10,11,15,18,37],multhdrreccap:18,multhdrrecen:18,multi:[3,25,27,71],multiclutch:63,multidimension:37,multimod:[3,37],multipl:[3,15,16,18,23,26,27,35,36,63,66,72,81,87,98],multitask:3,munich:21,musculoskelet:8,must:[0,11,15,18,23,35,39,46,52,63,67,87,90],mustn:39,mutual:[27,37],mv:[15,25,34,52,63],mvp:63,my:[3,15,21,22,26,27,34,35,52,63,66],my_fil:[34,52],my_job:[10,11],my_project:69,my_project_fold:69,my_repo:[34,52],my_script:31,my_sct_script:11,my_str:26,mycommand:26,myelin_06_rescan:10,myelin_map:10,myfig:69,myst:0,n:[8,11,16,18,21,34,35,37,52,55,60,63,78,98],nacl:96,nadeau:21,naga:[23,71],name:[11,15,16,18,21,25,26,27,35,38,42,46,59,63,66,67,68,72,74,75,77,81],name_branch:34,name_of_sess:25,nameofyourprogram:67,namespac:15,nano:62,narvid:8,naryanan:23,nat:8,nativ:63,natur:[27,29,98],navier:3,navig:[66,67,78],nb:[11,16],nbbin:37,nc:26,ncbi:98,nd:94,ndp:16,necessari:[11,15,30,66,67,71,77,91],necessit:27,neck:71,need:[3,11,14,15,16,18,20,23,25,27,30,34,35,39,49,50,52,58,59,62,63,66,67,69,71,74,75,77,78,81,82,87,89,90,91,94,98],neg:18,negopend:18,neighbour:37,neighbourhood:88,neilsen:98,nerguizian:23,net:[6,25,37,56,71],netherland:70,netlib:67,netlifi:6,network:[3,8,14,15,18,27,49,51,78,98],neur:23,neural:[8,18,21,23,98],neural_network:32,neurip:21,neuro:[5,13,14,15,16,17,18,23,35,63,74,78],neuroadiolog:98,neuroimag:[8,21,23,35,42],neuroinformat:[71,98],neurol:8,neurolog:98,neuromod:98,neuronal:23,neuropatholog:71,neuropoli:[0,1,3,7,9,10,11,15,17,18,19,20,21,22,27,34,49,52,59,63,69,72,73,75,76,77,78,80,81,83,85,91,92,98],neuropolylab:98,neuroradiol:8,neurorx:71,neurosci:[8,23,89,98],neurowir:21,never:[15,34,52,81],new_file_nam:25,new_nam:15,newer:[25,78],newli:[16,85],newton:82,next:[26,27,59,63,87,88],nf:51,nguenther:35,nia:23,niagara:[11,78],nibabel:44,nibardo:71,nice:[53,78],nick:[15,83],nicl2:96,nifti1:44,nifti1field:44,nifti1fields_pag:44,nifti:[16,39,46,63,78],night:88,nightli:[13,14,16],nightmar:51,nih:[23,44,71,96,98],nii:[11,15,25,26,35,36,37,78],nikola:[19,23,71,98],nilearn:[28,69],nimag:39,nimh:44,nind:96,nipi:44,nipyp:69,niso4x6h2o:96,nitrc:[63,96],nix:15,nl:[18,91],nlm:98,nmr:[6,34,52,98],nn:3,nnu:3,node:[11,18,30,45],noel:[15,82],noexec:14,nofich:86,noir:87,nois:[71,73],nomin:[21,23],nomul:63,non:[14,18,35,71,89],none:[33,63,98],nonfatalerr:18,nonlinear:3,nord:86,nori:8,normal:[3,16,18,35,54,67,71],north:87,nosnoop:18,nosoftrst:18,notabl:6,note:[1,3,10,15,16,18,23,25,27,30,34,37,50,52,60,63,69,70,72],notebook:[18,50],noth:[16,30,35,38],notic:[30,87],notifi:27,notificationcent:63,notificationcenterui:63,notr:86,nou:86,nounix:62,nouveau:[18,30],now:[13,16,18,30,34,52,59,63,66,67,71,98],np:89,npm:45,nr:25,nroprprp:18,nsc6084:23,nserc:89,nsnavpanelexpandedstateforsavemod:63,nsw:21,ntask:11,ntlmssp:62,nullifi:59,num2str:68,numa:18,number:[11,15,16,18,26,27,34,35,37,52,68,98],numer:[66,86],numpi:[33,68,69],nvcc:30,nvidia:[16,18,30,31,33,89,98],nvidia_cuda:30,nvidia_drm:18,nvidiafb:18,nvme:[16,17],nvreg_devicefilegid:18,nvreg_devicefilemod:18,nvreg_devicefileuid:18,nvreg_dmaremappeermmio:18,nvreg_dynamicpowermanag:18,nvreg_dynamicpowermanagementvideomemorythreshold:18,nvreg_enabledbgbreakpoint:18,nvreg_enablegpufirmwar:18,nvreg_enablemsi:18,nvreg_enablepciegen3:18,nvreg_enablepcierelaxedorderingmod:18,nvreg_enables0ixpowermanag:18,nvreg_enablestreammemop:18,nvreg_enableusernumamanag:18,nvreg_excludedgpu:18,nvreg_gpublacklist:18,nvreg_ignoremmiocheck:18,nvreg_initializesystemmemoryalloc:18,nvreg_kmallocheapmaxs:18,nvreg_memorypools:18,nvreg_modifydevicefil:18,nvreg_nvlinkdis:18,nvreg_preservevideomemoryalloc:18,nvreg_registerforacpiev:18,nvreg_registerpcidriv:18,nvreg_registrydword:18,nvreg_registrydwordsperdevic:18,nvreg_resmandebuglevel:18,nvreg_restrictprofilingtoadminus:18,nvreg_rmlogonrc:18,nvreg_rmmsg:18,nvreg_s0ixpowermanagementvideomemorythreshold:18,nvreg_tcebypassmod:18,nvreg_temporaryfilepath:18,nvreg_usepageattributet:18,nvreg_vmallocheapmaxs:18,nvswitch:18,nvswitchblacklist:18,nvswitchregdword:18,nvtop:18,nvverifi:18,nyu:6,o2:71,o:[11,14,16,17,18,25,26,36,37,46,59,63],obff:18,obj:63,object:[3,4,33,35,39,63,69,73,96],objet:23,observ:3,obsproject:63,obtain:[23,94],occur:63,ocra:6,oct:21,octob:[66,89],octoprint:91,od:73,off:[15,16,18,27,54,66,69],offer:[23,35,87],offic:21,offici:[15,16,34,52,58,66,96],offlin:71,offset:37,often:52,oftentim:52,oh:25,oil:[71,87],ok:[18,46],old:[13,98],older:[34,35,52,63],olivi:71,omc:37,omit:52,omnicompet:89,omnigraffl:63,onboard:[0,16,20,77,82],onc:[10,11,15,16,18,20,21,25,26,27,30,34,37,50,52,55,59,63,66,67,72,75,77],ond:23,one:[11,15,16,18,21,25,27,30,34,35,37,39,48,49,50,52,55,60,63,67,71,74,88,98],oneapi:18,onednn:18,onelin:[34,52,78],ones:[15,18,52,66,67,70],onli:[10,11,13,15,21,25,27,31,34,35,36,50,52,55,59,60,63,67,81,89,98],onlin:[6,27],onto:[18,88],oo:37,open:[6,10,11,14,15,16,18,19,20,23,25,26,34,35,40,43,48,49,50,52,55,59,60,66,74,76,78,98],opencl:18,openconnect:16,opengl:30,openneurodataset:55,oper:[18,30,34,35,49,52,62],opera:63,opinion:52,opt:[15,33],optic:98,optim:[18,73],option:[11,15,16,21,26,30,34,35,37,39,42,50,52,59,66,67,88],oracl:[33,58,59],oral:21,orang:26,ord:74,order:[1,11,15,16,21,25,49,50,58,59,63,71,73,74,98],ordinari:3,org:[3,6,23,25,26,28,32,34,36,37,45,52,53,55,58,59,62,63,66,69,70,71,80,84,89,94,96],organ:[0,15,16,20,34,52,69,81,88],organigram:63,orient:[37,44,46,69,86],origin:[3,15,21,27,34,36,37,52],ortiz:15,os:[14,15,16,17,24,27,30,35,63,67,91],osf:25,osirix:[16,63],osmium:87,osprei:6,osx:[14,25,37,42,49,51,53,63,68],osxfus:16,other:[6,11,12,15,18,20,23,27,35,37,49,50,63,66,67,71,72,74,88,98],otherrepositori:[34,52],otherwis:[17,37,51,52],ottawa:21,ou:90,ouest:86,oui:71,oumayma:71,ount:62,our:[15,21,42,49,50,66,71,72,75,82,86,88],out:[15,16,18,20,21,26,34,35,52,78,82,90],outcom:27,outer:[71,73],outlet:22,outlin:63,outprefix:37,output:[11,15,25,27,30,33,37,71],output_imag:36,outputfil:39,outputfilenam:46,outsid:[27,46],ouvert:86,ouvrir:86,over:[14,18,21,34,52,67,73,77],overal:[15,21,27],overlap:[39,88],overnight:63,overrid:[35,60],overview:[3,6,8,48],ow:71,own:[15,18,49,59,98],owner:[15,51,63],ownership:51,ox:[44,63,71],oxsa:6,oxsatoolbox:6,oz:87,p0:18,p100:[16,18],p101317:78,p123123:16,p2:18,p2p:35,p8:18,p:[8,11,15,16,18,35,37,39,50,63,74,81,87],p_id:94,pac:86,pacif:87,pack:[23,39,58],packag:[16,18,27,33,40,42,43,58,63],pacman:35,pad:71,page:[0,5,16,27,34,37,50,52,53,63,67,80,87,98],pagefault:18,pagefit:54,pai:[21,87,88],paid:[87,98],painfulli:52,pair:[35,37,63],pal:23,pam50:71,pandem:77,panel:[34,52,87],paper:[3,27,77,87,88,91,98],paperpil:3,paperpositionmod:68,paquet:15,paragraph:[27,52],param:[34,37,52],paramagnet:96,paramat:37,paramet:[3,50,71,78],paranoid:63,parc:86,parerr:18,pari:[21,71],parkerplast:87,parm:18,part:[3,20,23,27,35,42,45,52,63,67,71,80,98],parti:27,partial:[3,71],partialmatchingiter:37,particip:90,particular:[16,27],particularli:[27,35],partir:23,partit:[25,68],partner:98,partnership:[89,90],partovi:23,parzen:37,pascual:8,pass:[16,18,26,27,30,37,50,63,67],passphras:15,passwd:16,password:[14,16,48,59,62,67,70,74,91],past:[15,25,27,34,48,52,60,63,67,98],pastebin:27,pasternack:87,patch:[27,68,70],patel:15,patentrybit:18,path:[10,11,15,18,25,30,33,34,38,45,49,50,52,58,59,62,63,66,67,74,78,87],path_dest:49,path_output:37,path_to_fil:25,path_to_file_1:[34,52],path_to_file_2:[34,52],path_to_model:18,path_to_my_repo:[34,52],path_to_plugin:63,patienc:[15,98],patient:71,patient_1:39,patoffset:18,patorjk:70,patrick:23,pattern:[25,26],paul:[6,71],pavillion:88,pavillon:88,paychequ:[87,88],payment:[21,72,88],pb:[10,11,25,87],pbeee:89,pc:[14,16],pcb:92,pcc:66,pchemlab:87,pci:18,pcid:94,pcie:16,pd:[71,89],pd_sim_sbs_121_1:87,pdf:[3,21,37,52,63,70,81,87,96,97,98],pdfshrink:63,peak:[71,73],pearson:23,pennstat:6,peopl:[11,15,18,27,63,66,72,88],pep8:27,per:[11,25,67,71,96,98],percentag:37,perf:18,perform:[3,4,11,15,18,34,37,45,52,63],performequ:18,perhap:88,period:71,perm:15,perman:[18,34,52,58,59],permeabl:39,permiss:[11,13,14,16,18,34,35,51,52,59,62],permit:85,perr:18,persist:[18,35],person:[15,16,27,34,52,72,74,75,77,83,88,98],personnel:16,perspect:35,pertin:74,peru:21,pet:55,pfa:87,pfpe:87,pg:89,phalang:27,phantfunc:18,phantom:[71,74,92,98],phantomrecip:96,phase:[66,71],phd:23,phone:63,phosphor:71,photo:[87,88],php:[36,63,77,86,90],phs3210:23,phy2300:23,phy6985:23,phy6990:23,physic:[6,18,35,98],physician:6,physiqu:23,pi:[11,20,87,88,91],pick:[15,16,18,35,77,88],pictori:8,pictur:63,pid:[18,87],piec:35,pierr:52,pike:71,pin:[18,27,77],pineau:23,ping:15,pip:[11,33,55,69],pip_packag:33,pipe:18,pipefail:16,pipelin:71,pipermail:37,pitfal:[34,52],pixel:[3,4,46],pixelm:63,pkill:25,pla:91,place:[20,35,63,67,74,88,96],placehold:98,plai:4,plain:35,plan:[1,16,23,27,77],plastic:87,plate:88,plateau:86,platform:[18,55,66],player:[20,63],playlist:20,pleae:15,pleas:[1,7,11,13,15,16,18,19,20,21,23,27,34,35,42,50,52,71,72,76,79,81,83,86,91,98],pleasur:21,plist:63,plist__old:63,plo:98,plot:[18,68,69],plt:69,plu:88,plug:[4,22,63],plugin:[4,16,58,63],ply:39,pm:18,pm_l1:18,pmc3178846:98,pmc:98,pme:18,pmeclk:18,pmem:11,pmj:71,pmprintingexpandedstateforprint:63,png:[25,27,69],poem:71,point:[13,14,16,27,30,34,38,46,52,66,71,98],pointer:[18,27,35],pointsetpercentag:37,pointsetsigma:37,polar:73,poli:15,polici:21,polydata:43,polyethylen:87,polygon:46,polygram:[16,17,18,87],polygrames_password:14,polygrames_usernam:[14,16],polyinvit:16,polymid:87,polymtl:[5,13,14,15,16,17,18,21,22,23,35,63,72,73,77,78,79,87,88,90,91],polyssl:16,polystyren:87,polytechinqu:89,polytechniqu:[11,21,79,81,84,86,88,89,90,98],polyvpn:15,popular:35,popularli:37,poq:11,port:18,port_loc:18,port_numb:16,port_rosenb:18,portcommonmoderestoretim:18,portion:15,portnumb:18,porttpowerontim:18,posit:[37,68,73],posix:78,possibl:[11,15,16,21,27,34,52,63,90,98],post2:33,post:[16,18,27],postdoc:84,postdoctor:76,poster:98,posterdesign:21,posteriori:21,potenti:[51,71],pour:[23,86,89],power:[18,22,26,35,53,63,66,73,98],powerbook:63,powerpoint:21,ppa:33,ppl:71,ppn:11,pptx:[81,98],pr:[34,89],practic:[0,3,90],prado:78,pratiqu:23,pre:[11,80],preamp:71,preceed:87,preconfigur:50,precup:23,predefin:26,predict:[3,71],prefer:[16,18,27,34,46,49,52,63,69,81,98],preferredauthent:16,prefetch:18,prefix:[26,27,81],preheat:91,prepar:[91,96],preparatif:90,prepend:35,preprocess:67,present:[3,20,21,30,52,67,69,98],preserv:36,press:[13,19,63,66],pretti:[34,52,78],prevent:[25,34,35,51,52],preview:98,previou:[27,52,63],previous:37,prgibx5odo8voaj2i38gprugjgznnkvvo:15,pri:23,price:88,primari:60,primarili:77,primer:8,princip:[23,88],prinicp:88,print0:25,print:[18,19,21,25,26,68,71,92],printer:[9,16,77],printf:26,priori:21,prioriti:[11,27,71],prisma:16,privaci:63,privat:[1,15,35],privatebin:25,prive:86,privileg:50,privnot:70,prix:87,probabilist:[3,23,29],probabl:[51,52,58,63,66],probe:71,problem:[15,25,27,30,34,36,46,52,63,69,71,94],problemat:[19,51,63],proc:30,procedur:[9,11,13,23,25,27,66,77,83,96],proceed:7,process:[4,10,11,13,14,15,16,18,23,24,31,35,37,40,46,49,52,63,66,69,71,88,97,98],process_data:[34,52],produc:4,product:[67,87,94],product_id:87,product_information_sheet:96,prof:23,professor:29,profil:[16,18,55],prog:18,program:[6,13,21,24,59,63,67,89,90,98],programm:[23,89,90],programminghistorian:53,progress:[71,81,82],project1:[15,16],project:[1,11,13,14,16,18,42,56,63,66,69,77,80,81,94,98],project_hom:78,project_nam:[34,52],projectnam:74,projet:23,prolif:94,promis:3,prompt:[74,78],proof:23,propag:[23,98],properli:67,properti:33,proport:[21,36],propos:[6,27,37],propseg:11,prospa:13,prostat:3,protect:15,protobuf:33,protocol:[27,48,63,98],provid:[4,18,21,27,42,50,58,66,67,77,85,91],provinc:86,provinci:90,proxim:36,ps1:78,ps:[16,25,49],psacnn:3,pstree:25,psy6983:23,pub:[15,33,34,48,52],pubkei:15,publickei:[16,34,52],publicli:27,publish:[20,69],pubm:3,pui:71,pull:[48,49,76],puls:[3,13,16,73],pulseox:71,pulseq:6,punctuat:52,purchas:85,pure:30,purpl:[26,27],purpos:[16,30,70,98],push:[15,18,25,35,78],put:[11,26,34,38,52,58,63,66,74,77,88,90],putti:16,pve:71,pwr:18,pwrind:18,pxxxxxx:16,py:[3,31,33,62,69,78],pycharm:[16,27,63,69],pydata:62,pyflak:27,pylab:69,pylint:27,pymvpa:69,pypi:69,pyplot:69,pyralux:87,pyrolit:71,pysurf:69,pytest:69,pytestedit:69,python2:33,python310:18,python3:18,python:[16,18,27,31,33,37,55,62,63,68,80],pytorch:[3,18,80],q:[11,25,35,37,39,49,52],qa:96,qbin:89,qc:[10,21,86,89,98],qdel:11,qform:44,qlgener:63,qlmanag:63,qlsc:23,qmrlab:[1,27,71],qmrlab_gener:1,qmt:71,qmtlab:71,qr:21,qsform:44,qstat:[10,11],qsub:[10,11],qt:[66,86],quad:16,quadratur:73,qualiti:[20,98],quantit:[3,98],quantiti:96,quartz:16,quebec:[11,21,23,86,89,90,98],queen_elizabeth_urgent_car:86,queri:63,question:[6,25,66],queue:11,qui:23,quick:[3,52,63,66],quickli:[63,96],quicklook:16,quicksilv:63,quicktim:20,quit:[11,25,49,51,66],quiz:70,r0:98,r1:98,r1c4:98,r20190908:15,r:[10,11,13,15,16,18,25,26,35,37,51,55,63,68,74,86],ra:76,raamana:6,rabbit:73,rad6005:23,radiolog:98,radiologist:6,radiu:37,rai:4,rais:27,rajiv:71,ram:[18,59],ramp:[34,52],ran:59,random:18,randomli:37,rang:[18,71,73,88],rank:98,raoul:96,rapi:11,raspberri:91,rat:73,rate:74,rather:[11,18],ratio:21,raw:[6,14],rbe:18,rbiq:89,rc1:66,rc:59,rcb:18,re:[15,16,27,34,50,58,63],reach:[15,16,34,52,82],read:[13,14,18,25,26,27,34,35,52,63,66,67,77,80,91,96,98],readabl:[25,37,98],reader:27,readi:[27,98],readm:[15,35,52,68,98],readthedoc:25,real:[6,71],realist:[3,71],realli:[19,23,35],realtim:94,reason:[3,63],rebas:27,reboot:[30,58,59],rebuild:[18,30],receipt:[21,87,88],receiv:[3,18,23,37,63,71,73,87,90],recent:[25,52,66],recherch:[21,98],recip:[15,35,59],recogn:[63,67],recognit:3,recommend:[11,16,34,52,63,87,88,98],recon:[6,71,75],reconnaiss:23,reconnect:16,reconsid:15,reconstruct:[3,6,23,71],record:[20,35,43,63,70],recov:15,recoveri:71,rectangular:98,recurs:[25,26,63],red:[26,46,78],redhat:[16,35],redirect:5,reduc:[15,21,71,74,91],redund:[15,66],reev:89,ref:[34,52,87],refactor:27,refclk:18,refer:[3,18,23,27,34,52,71],referenc:98,refin:3,reflog:[34,52],refresh:35,refrid:87,refund:21,regaffin:37,regard:21,regina:27,region:[18,71],regist:[11,21,63,71,86,90],registr:[21,37,66,71],registri:49,regkei:18,regress:[23,27],regul:23,regular:[35,70],reimburs:72,reinforc:23,reinstal:[51,58,94],reject:15,rejsnooptran:18,rel:[16,37,38,58],relat:[22,27,48,63,71],relationship:3,relax:[23,96],relaxometri:3,releas:[18,27,30,38,66,67,68,69],relev:[1,23,30,35],reli:15,reliabl:3,relink:51,reload:[58,59,63],rememb:[34,52],remind:72,remot:[15,18,35,91],remote_repo:[34,52],remotehost:42,remount:62,remov:[15,16,26,27,30,37,51,58,63,66],remplir:89,ren:71,renam:[34,52,63],render:[27,30],rensgen:77,rent:86,rental:86,reopen:[18,77],repair:46,repeat:[21,27],repertoir:86,replac:[34,52,63],replica:18,repo:[15,27,34,52,62,69],report:[15,18,27,35,81,98],repositori:[16,27,33,35,48,63,82,98],repository_nam:34,repres:[27,71],represent:[3,23],reproduc:[15,27,98],reprographi:21,reqen:18,request:[16,18,22,23,55,74,76,87,88,98],requir:[11,16,21,27,42,49,50,62,66,67,68,72,75,98],requri:16,resampl:63,rescan:71,research:[0,12,15,16,69,70,89,98],researcher2:15,reset:[19,33,63],resetpassword:63,resid:6,resist:87,resiz:18,reslic:46,resolut:[3,16,36,68],resolv:[25,63],reson:[3,8,73,98],resourc:[1,11,16,18,52,63,66,77,98],resp:71,respect:[21,27,59,80,96],respir:71,respiratori:71,respons:[11,27,52,98],responses_to_review:98,ressourc:86,rest:52,restart:[49,58,63],restrict:14,restrictedboltzmannmachin:32,restructur:27,result:[34,37,52,81,98],resum:58,retim:18,retpolin:18,retriev:3,retyp:16,rev1a:33,rev:[8,18],revers:[3,25],review:[3,8,34],revisit:3,revok:15,reward:23,rf:[3,25,35,59,63,73,77,94],rf_circuit_fabrication_rul:97,rfov:71,rfxg1:94,rg174u:87,rg316u:87,rg58u:87,rg6:87,rg:87,rgpin:98,richard:89,rick:89,rid:[15,35],right:[1,14,16,18,21,34,46,52,59,67,78,79],rigid:[37,87],rignon:[15,82],ring:87,rioux:52,rise:73,rish:23,risk:15,rj:8,rk:87,rlxdord:18,rm:[15,25,30,34,49,52,59,63],rm_firmware_act:18,rmi:49,rn:63,robot:23,rocklandmd:86,rod:73,roger:[34,52,87],roi:[23,46],roken:71,role:8,rollov:18,rom:[18,59],roman:[16,18],rome:21,romeo:71,room:73,root:[11,14,15,16,18,38,49,50,59,71],rosemont:86,rosenberg:[15,18,42,78],rosetwig:15,rosin:3,rossignol:8,rotat:37,roughli:35,round:87,rout:18,routin:36,royal:86,rp:27,rsa:[15,25,34,48,52],rsna:6,rst:27,rsync:35,rsync_:74,rthe:72,rtx:[16,18],rudko:23,rule:[15,20,23,27,81,97,98],run:[10,11,14,15,16,18,25,27,30,33,34,35,37,50,52,55,59,60,62,63,66,67,68,78],rupa:25,rw:35,rxcy:98,rxerr:18,rxof:18,ryyyymmdd:15,s1082687:35,s15564390:35,s1:26,s28305:35,s2:26,s3:[35,55],s7183853:35,s:[3,6,8,11,13,15,16,18,20,21,25,26,27,31,32,34,35,36,37,46,48,52,59,63,66,67,71,74,77,78,81,87,88],safari:63,safe:[35,78,87,88],sai:[19,23,25,30,31,34,35,51,52,63,87],sainsmart:93,saint:[86,98],salari:88,salloc:11,same:[11,15,16,18,19,27,35,37,38,46,66,72],sametmax:25,sampl:[3,30,37,73,87],san:21,sant:86,santa:86,sarath:23,sat:71,satellit:3,satisfi:20,save:[11,15,20,25,35,37,46,52,67,87,88,98],savefig:69,sbatch:11,sc:71,scale:[11,23,37,71],scan:[10,71,74,83,87,98],scanner:[63,71],scenario:27,scheme:[39,67],schemefil:39,schmeelk:89,scholarship:85,school:[16,23,90],schwab:8,schwartz:8,schweinhardt:23,sci:8,scienc:[3,18,23,63,89,98],scientif:21,scientifica:21,scikit:[28,32],scipi:69,sclerosi:3,scm:[34,52],scope:[27,63,69],scott:53,scp:[10,11,18,74],scratch:[10,11,16],screen:[16,18,27,30,46,68],screencaptur:63,screenflow:63,screenshot:[15,18,27],script:[13,14,15,16,18,25,31,33,37,38,49,62,63,69,78],scripts_data:38,sct:[1,11,14,15,16,27,37,42,49,62,71],sct_dev:1,sct_dir:[37,62],sct_gener:1,sct_orient:46,sct_pipelin:11,sct_propseg:11,sct_test:[10,14,16],sct_test_us:16,sct_testing_manag:16,sd:18,sdb1:18,sde:18,sdelet:59,sdist:69,sdk:66,se:91,search:[25,27,35,63,66,67],seashor:63,seat:77,sebastien:23,sebsauvag:25,sec:[21,62,72,88],second:[21,27,63],secondari:[15,18],secret:69,section:[11,16,27,37,38,46,59,72,76,85,92,98],secur:[16,18,19,63],sed:[26,35],sediment:96,see:[10,11,15,16,18,19,21,23,26,27,30,31,33,34,35,37,42,50,52,63,71,72,74,75,78,81,86],seed:63,seem:[37,51,66,71],seen:[49,50],segment:[4,27,29,37,43,71],seif:8,select:[4,13,18,19,20,23,31,46,48,52,59,60,66,71,78,98],self:[3,23,27],sell:86,seller:87,sem:98,semant:3,semi:[3,4,87],seminar:[20,21,23],send:[11,15,20,21,25,63,70,71,72],sens:71,sensor:18,sent:[34,52,88],seoul:21,separ:[38,58,77],sept:21,septemb:15,seq:6,sequenc:[3,13,16,29],seri:[6,26,46],serr:18,serv:[52,77],server2:15,server:[10,12,13,14,15,18,25,34,35,49,52,62,74,77,97],serveur:11,servic:[16,27,30,49,74,82,98],session:[11,16,18,25,30,35,67,72,74,75,98],session_manag:16,sessionnam:74,set:[4,11,15,16,18,21,25,27,30,31,34,35,46,49,52,59,62,66,68,69,73,78,91],setdefaulttyp:63,setfil:25,setget:15,settl:90,setup:[10,69,76],sever:[18,21,25,26,27,35,42,59,69,71],sex:71,sform:44,sftp:[10,63],sg3vifzk:33,sh:[11,16,18,25,26,33,37,55,58,62,63,78],sha1:[34,35,52],sha1e:35,sha224:35,sha256:[15,35],sha2:[34,52],sha384:35,sha3_224:35,sha3_256:35,sha3_384:35,sha3_512:35,sha512:35,shape:[18,23,39,63],shapeony:63,share:[1,7,11,13,14,15,16,25,34,35,52,55,66,70,78,86],shasum:25,sheet:[34,52,68,69,77,87,91],shell:[15,24,26,58,62,63,69],sherbrook:11,shield:[73,87],shift:[54,63,71,91],shim:[1,27,42,73,77],shmuel:23,shop:[87,91],shortcut:[3,16,63],shot:71,should:[15,16,18,21,25,27,30,34,35,37,38,50,52,62,67,69,81,87,88,90,98],shouldn:35,show:[15,35,49,59,63,69,71],showhid:63,showhidden:63,shown:[16,63],showproduct:94,showq:11,showterm:70,shrink:[37,59,71],shut:58,shutdown:[59,63],shy:[0,15],si:71,sica:25,siddiqi:23,side:[15,21,34,52],sidebar:63,siemen:[13,16,71,75],sienax:71,sigma:[87,96],sigmaaldrich:96,sign:[16,21,55],signal:98,signalis:21,signatur:[25,63],signaux:23,similar:58,simon:23,simpl:[4,23,25,27,34,35,52,53,98],simpler:63,simpli:[34,35,37,52,66],simul:[6,16,23],simultan:3,sinc:[15,34,52,66],singapor:21,singh:8,singl:[15,18,26,35,71,98],sink:88,sir:86,site:[53,63],situat:77,six:33,size:[3,14,15,18,21,35,68,71,73],sk:87,skein256:35,skein512:35,sketchup:16,sklearn:32,skype:63,slack:[1,16,18,63,77,82],slant:70,slash:27,sleepwatch:63,slic3r:91,slice:[46,71,98],slice_axi:27,slide:[20,81,98],slideshar:71,slot:[74,75],slotclk:18,slotpowerlimit:18,slow:35,slower:[18,37],slurm:11,sm:[8,25],sma:87,small:[3,11,27,35,37,63,71,89],smaller:[11,21,37,46],smart:[34,52],smb:[13,14,16,87],smi:18,smith:71,smooth:35,smp:18,snap:37,snapshot:[34,52,81],snc:21,snd_hda_intel:18,snopyta:25,snow:63,so:[1,11,14,15,16,18,21,23,25,27,34,35,50,51,52,59,63,66,77,88,98],sober:70,social:85,societi:89,socratica:69,soft:[34,52],softseg:71,softwar:[0,4,11,13,14,24,31,33,40,41,42,43,60,66,71],software_al:6,sold:87,solid:16,solut:[3,16,34,52,96],solv:[15,30,69],some:[3,11,13,14,15,16,27,37,51,52,63,66,67,68,76,77,78,81,88],somedomain:[34,52],someon:[15,16,25,88],someth:[11,15,21,25,26,35,37,52],sometim:[35,46,63,88,98],somewhat:35,somewher:77,soon:80,sop:[73,91,94],sop_add_linux_station_gram:78,sort:[16,25,63],sound:35,sourc:[6,10,11,16,18,25,27,33,35,37,40,44,49,53,55,59,63,66,67,69,78],source_branch:[34,52],source_reg:37,sourceforg:[6,21,37,56],sourcetre:63,south:21,space:[3,11,15,18,25,35,37,59,63,71,81],spain:21,spare:[18,88],spatial:29,spec:[16,17,30,91],speccycl:18,special:[26,27,96],specif:[11,15,16,18,23,25,35,72,77,90,97,98],specifi:[11,15,23,52,63],spectroscopi:23,spectrum:87,speed:[18,91],speeddi:18,spend:21,spent:[18,77],sphinx:27,spinal:[21,27,42,89,98],spinalcordmri:[11,71],spinalcordtoolbox:[20,34,49,52,78,80],spinalcordtoolbox_dev:[34,52],spinbench:6,spine:71,spiral:71,spline:36,splineord:37,sponsor:11,spot:[46,71],spotlight:63,spread:35,springer:3,sprung:25,sqlite:35,squar:71,squash:[15,34,52],squeue:11,sr:[34,52],src:[10,16],src_pad_reg:37,srcversion:18,ss:25,ssh3351:23,ssh3352:23,ssh5503:23,ssh:[10,14,15,17,42,48,74,78],ssh_exchange_identif:[34,52],sshf:16,ssl:16,st:86,stabil:96,stabl:[27,32,33,37],stackoverflow:66,staff:88,stage:[71,90],stagiar:90,stai:38,stand:21,standard:[6,11,30,36,37,49,87],stanford:96,start:[10,13,16,20,26,27,30,34,50,52,59,66,75,76,81,90,91,98],startxfce4:16,stat:[15,35],state:[3,17,18,27,34,37,63],state_old:63,statement:21,station:[18,34,52,71],statist:63,statistiqu:23,statu:[16,18,27,34,49,52,63,78],stavisi:90,std:[19,66,71],std_dim1:36,std_dim2:36,std_dim3:36,stdenv:35,stdin:[15,16],stdlib:66,step:[15,16,18,25,27,30,33,34,39,52,59,62,63,67,77,82,91],sthash:33,stick:91,stikov:[23,98],still:[15,16,34,50,52,63,66],stipend:21,stl:[63,91],stochast:3,stockholm:21,stoke:3,stop:[16,25,30,50],storag:[33,59],store:[12,15,18,26,35,46,63,87],stori:63,stp:56,strang:15,strategi:[34,52],stream:63,stream_executor:18,strength:[73,88],string:[25,35,37],strong:73,strongli:[27,52],structur:[3,43,66,69,71,98],student:[0,3,16,21,23,81,87,89,90],studi:[23,74,75,90],studio:20,stuf:34,stuff:[52,63,81],style:52,su:[55,58,59],sub:[15,25,35,54,55,71,72,98],subcatagoryb:87,subfield:3,subfold:[10,14,81],subfoldertoexclud:25,subject:[11,25,26,27,35,52,55,68,71],subject_a:26,subject_b:26,subject_list:26,sublet:86,sublim:16,submiss:81,submit:[10,11,21,34,87,88],submodul:[34,52],subscrib:1,subscript:21,substat:18,substr:26,substrat:[39,87],subsystem:18,subvent:89,success:[15,18],sud:86,sudo:[14,15,16,25,30,33,34,45,51,52,58,59,62,63,66,67],suffici:52,suffix:75,sugar:69,suggest:[21,27,37,66,69,90,98],suit:[15,16,27,86],suitabl:73,sulfat:96,summar:27,summari:[37,52],sun:10,supercomput:35,supervis:[3,4,23],supervisor:[21,77,98],suppli:[15,85],supplier:97,support:[3,4,15,18,26,33,35,37,50,63,66,91],suppress:51,sur:21,sure:[11,15,21,27,34,35,45,52,62,63,66,80,86,87,88],surfac:[43,71],surfact:96,surgic:71,surpris:18,surround:71,survei:3,suscept:71,suspend:[58,63],sv:18,sven:52,sweden:21,swift:73,swig:33,switzerland:21,sxm2:18,sy:[18,35],sydnei:21,symmetri:37,symptom:35,symr:21,syn:37,sync:[15,55,63],synced_fold:58,syndicat:84,syntax:[25,27],synthesi:3,synthet:71,sysadmin:15,sysf:18,syslog:63,system76:87,system:[11,16,18,35,49,50,51,59,62,63,66,73,75,78,94,98],t0e0ormq1432652171008:89,t1:[68,71,96],t1w:26,t2:[11,36,68,71,96],t2_seg:25,t2_seg_manu:25,t2_smooth:36,t2_z_smooth:36,t2d:37,t3:68,t3d:37,t4:68,t5:68,t6:68,t7:68,t8:68,t:[0,3,11,14,15,16,18,19,21,25,27,30,35,37,39,48,49,50,51,59,63,66,67,68,71,90,96,98],t_commonmod:18,t_pwron:18,ta:15,taag:70,tabl:[62,98],tabort:18,tacki:63,tag1:[34,52],tag2:[34,52],tag:[15,35,98],tag_xx:[34,52],tagnam:[34,52],taho:35,taill:71,take:[18,27,34,52,59,87,88,90],taken:30,tal:23,talbott:8,talk:[3,6,49],tall:71,talon:86,tangui:[16,39],taniarascia:53,tank:22,taowa:15,tape:91,tar:[10,33,35,66],tardif:23,target:[3,16,18,33,46,66],targetfilenam:46,task:[18,27],tbd:21,tc:18,te:98,tea:21,teacher:3,team:[18,27,38],teamview:[16,17],tech:[23,74,98],technic:[3,16,87],techniqu:3,technolog:[6,23,36],tedpella:87,tee:[26,33],tell:[15,50,63,67],temp:[10,14,18],temper:27,temperatur:[18,73,91],templat:[21,54,67,69],temporari:14,temporarili:[34,52,81],ten:98,tens:52,tensor:18,tensorflow:[11,18,50],tensorflow_pkg:33,term:52,termin:[10,11,18,25,26,27,30,34,45,48,49,52,58,59,66,67,70,74,78],terra:16,terranova:13,tesla:[16,18],test:[11,14,15,18,26,30,33,35,60,78,87],test_al:78,test_sct:78,test_tensorflow:33,testsuit:35,text:[16,27,35,37,52,53,63,78,98],textedit:78,textpand:63,tf:18,tfevent:18,tfu1uw:62,than:[10,11,18,21,25,27,37,46,51,59,63,87,90],thank:[27,76,81],thedisk:59,thei:[11,15,16,21,27,30,34,35,52,67,71,73,86,87,88,96],thelinuxdaili:59,them:[11,15,16,18,20,21,27,35,37,38,49,51,52,58,67,72,74,88,96,98],theme:[27,53],themselv:15,theoret:27,therefor:[26,37,50,67,98],thermo_scientific_nalgene_narrow_mouth_economy_bottle_hdpe_1000_ml_6_pk:87,thesi:[6,23],thi:[0,1,3,5,11,13,14,15,16,18,21,23,25,27,30,31,33,34,35,36,37,38,39,42,46,48,49,50,51,52,55,58,59,63,66,67,68,70,71,72,73,74,75,76,79,80,81,85,87,90,92,96,98],thick:[39,87],thing:[27,35,78],think:49,thinli:35,third:[27,36],thoma:[8,23,96],thompson:8,those:[27,59,60,77,98],though:[35,66],thought:71,thoughtbot:52,thousand:35,thread:[27,37],three:[27,37,46,63,88],through:[3,15,27,30,35,42,63],thu:[46,66],thumbnail:20,thursdai:[87,88],ti:[18,49],tif:35,tild:38,tildevers:25,time:[3,6,8,11,15,18,19,20,21,23,27,39,63,71,72,73,74,90,96],timeout:[16,18],timeoutdi:18,timer:27,timetrack:63,tip:[10,21,34,52,63],tips_and_trick:63,tissu:[71,96],titan:[18,30,33,98],titl:[20,21,23,34,38,52,68],title_of_your_abstract:21,tk:66,tldp:26,tlp:18,tlppfxpre:18,tmax:39,tmean:63,tmp:[16,18,33,37,49],tmp_reg:37,tmpdir:18,tmtqaxtkdawca:15,toc_0:53,todai:15,todo:[1,6,15,37,88],togeth:[35,50],token:69,told:66,too:[25,35,51,88],took:[20,23,63],tool:[4,6,16,18,24,33,34,36,41,46,49,52,63,66,67,98],toolbox:[1,3,6,21,27,42],toolkit:[16,18,30,37,50,69],top:[21,25,26,30,34,46,52,63,71,87],topic:[23,30],topolog:3,torch:18,torchcontrib:3,torchio:71,toronto:[21,87],torrent:[35,63],torrentpars:35,total:14,totalfieldmeshsizeatbaselevel:37,totalfieldvarianceinvoxelspac:37,touch:[25,35,49,63],touchpad:63,toward:3,tphcomp:18,tr1:66,tr:71,trace:35,track:[4,8,18,54,63,82,98],trackvi:16,tradit:21,trail:52,train:[3,71,77],trainabl:4,trait:66,traitement:23,transact:98,transfer:[3,23,59,71,72,73,74,98],transferr:3,transfo:37,transform:[3,46,71],transistor:71,translat:[60,71],transmedtech:[89,98],transmiss:63,transmit:[3,18,71,73],transpend:18,transport:21,transvers:46,trap:87,trash:15,trauma:8,traumat:8,travel:[21,91],travisci:27,treatment:67,tree:[16,34,52],trerr:18,tri:35,triag:27,trick:[10,63],tridimensionnel:23,trigger:63,trim:20,tripl:15,trivial:27,troubleshoot:91,truncat:52,trusti:49,trusty64:58,truth:3,ts_audio:63,ts_video:63,ttm:25,tunabl:73,tune:73,turn:[54,69],tutel:89,tutori:[6,11,16,21,27,32,37,39,53,58,59,66],tw:94,twice:39,twine:69,two:[14,16,21,27,30,35,37,42,50,63,74,77,88],twrr128:18,txt:[11,26,27,37,38,51,66],type:[10,13,16,18,25,27,30,34,35,45,48,51,52,54,62,63,66,67,71,74],type_trait:66,typic:[16,18,21,27,52,67],u108545:[14,18],u12345:18,u8lwqy1dukg:59,u918374:18,u932945:14,u:[11,15,16,25,30,34,52,59],ubuntu:[16,30,33,35,45,49,50,55,58,62,78],udem:[11,21,23],udf:18,uemsk:18,uesta:18,uesvrt:18,ug:98,uhf:6,ui:63,uid:[11,35,59],uk:[15,21,35,44,63,98],ultid:87,ultimak:91,ultrashort:3,um:[39,87],umcu:6,umf:94,uml:70,umlet:70,umletino:70,umount:14,un:[25,89],unarchiv:63,unblock:15,unbound:6,uncom:16,uncorr:18,under:[13,15,16,21,34,35,38,48,52,63,74,75,81,94,98],undergradu:23,understand:[3,6,27,35],undo:52,unf01:55,unf:[10,14,15,72],unfix:71,unfortun:15,unfriendli:81,uni:23,unif:3,uniform:39,uninit:35,uninstal:[33,58],uniqu:[25,89],unit:[11,21,27,98],univers:[6,87],unix:[35,49,63,66,69,81],unless:[17,35],unlimit:[18,37],unlink:51,unlist:20,unload:63,unlock:[15,35],unmaintain:25,unmount:[14,63],unnecessari:[15,16,34,52],unpack:66,unpublish:[34,52],unset:[16,35],unstag:[34,52],unsupervis:3,unsupport:18,unsupreq:18,until:66,untrack:52,unwrap:[52,71],unxcmplt:18,unzip:[25,38,49],up:[11,13,14,15,16,18,19,21,27,30,58,63,66,77,96,98],upcom:27,updat:[16,18,25,27,30,33,35,43,49,51,52,55,58,59,68,98],updatefieldmeshsizeatbaselevel:37,updatefieldvarianceinvoxelspac:37,upenn:3,upgrad:[33,35,63,78],upload:[20,21,25,27,35,45],upon:[21,27],upper:88,upstream:[27,34,52],urgenc:27,url:[14,20,25,27,34,35,52,60,70],url_to_google_doc:21,url_to_repositori:[34,52],us:[0,1,3,4,11,13,14,15,16,17,18,20,21,24,25,26,27,30,31,35,36,37,38,39,42,43,45,46,48,50,51,55,58,60,68,71,72,77,78,81,82,83,85,87,88,91,94,97,98],usa:[21,87,98],usabl:67,usag:[16,18,27,63],usb:91,use_:74,user:[4,11,14,16,17,18,27,30,32,34,37,38,45,49,52,59,62,63,73],usernam:[10,11,14,15,16,18,25,34,42,51,52,59,62,67,74,91],usherbrook:11,usi:96,usplast:87,usr:[18,30,33,37,55,62,63,66,67,78],usual:[15,21,25,35,67,78,88],utf8:87,util:[18,33,37],utilis:16,utoronto:36,uuid:[18,35],uzai:71,v000010ded:18,v100:16,v10:16,v1:[18,37],v2:18,v3:66,v8:[16,35],v:[8,10,11,26,30,34,37,49,50,52,58,60,63],vacat:1,vacuum:[73,94],vahid:23,valid:[16,18,20,27,67,74],valosek:71,valu:[3,16,18,35,37,39,46,67,71,96],vancouv:21,vanier:89,vari:[27,71],variabl:[3,10,25,26,30,34,38,52,66,67],varian:73,variant:35,variat:[3,36,71],varieti:14,variou:[13,16,18,22,24,63,79,82],vb:58,vbguest:58,vboxguestaddit:59,vboxlinuxaddit:59,vboxmanag:59,vboxsf:59,vbrexjkizgo:58,vbshare:59,vc0:18,vc:[3,18],vdi:59,ve11c:16,ve12u:16,ve:[34,37,52],vector:37,vectori:63,vegetarian:88,veloc:71,vendor:18,vendu:87,venv3:55,venv:18,venv_nam:11,verdun:86,veri:[23,27,35,39,63,66,74,87,98],verifi:[15,27,30,67,69],vermag:18,versa:35,version:[11,15,18,21,25,30,45,50,52,63,66,67,70,78,86,98],version_numb:11,vertebr:[46,68,71],vertebra:71,vestigi:27,vf:35,vga:18,vgasnoop:18,vi:[15,25,35,59],via:[3,11,15,16,18,27,35,39,52,69,71,72,82,94,97],vibrat:73,vice:35,victoria:86,video:[3,16,18,20,34,52,63,91],video_seg:3,vie:23,view:[15,16,46,63,71,87],viewer:[16,42,46,63,69],vim:[33,34,48,52],vimrc:25,vinaigr:16,virtual:[11,18,21,25,42,58,63],virtual_box:13,virtual_env_config:78,virtualbox:[16,35,58],virtualenv:[11,18,69,78],visa:85,visag:38,visibl:[20,21,31],vision:[3,28],visual:[3,66,91],visualis:16,visualqc:6,vlc:63,vm:58,vm_share:59,vmdk:59,vncconfig:16,vncserver:16,volatil:18,voltron:87,volum:[46,71],volumetri:3,vop:6,vote:88,vox:36,voxel:[21,36,39],voxeldim:39,vpn:[14,15],vpn_:16,vq:35,vqg907lodrcqm9j0:15,vr78v5ll72zamxzuxvsvudgy2grjnlreyheiqg1f3xtud68uwinx8zwa7ndtkpoz7aat063vd79wbrticfvambm8qhc3294zxqajjy9fx:15,vs:71,vt100:60,vtk:[37,43],vtk_dir:66,vtk_group_qt:66,vtk_group_rend:66,vtk_group_standalon:66,vtk_required_objcxx_flag:66,vtk_use_64bits_id:66,vtkbuild:66,vvd:18,vwr:87,vx:[34,52],w:[8,11,13,15,16,25,26,35,63,78],wa:[27,34,52,63,66],wai:[15,16,21,35,52,66,67,71],wait:[11,34,52],wakaba:63,wake:63,wakeup:63,walker:39,walltim:11,want:[6,13,15,16,18,21,25,30,31,34,36,50,51,52,58,59,66,67,81],warn:[34,35,49,52,69],warp:71,warp_comp:37,warp_veci:37,warp_vecx:37,warp_vecz:37,warpimagemultitransform:37,watch:58,water:[22,73,96],watt:73,wav:63,wave:71,wayland1:18,wc:25,wdpagefitbestfit:54,we:[3,11,15,16,18,26,27,34,35,42,50,52,55,66,71,77,81,88,98],web:[35,48,52,66],webapp:35,webdav:35,webpag:[16,37,88],websit:[11,21,23,27,53,66,75,87,98],webupd8team:33,wed:18,week:[15,21,26,87,88,90],weight:[3,37,71,87],weiskopf:8,weka:4,welcom:[0,76],well:[15,25,35,62,63,80],were:[15,16,27,33,34,52],westgrid:11,wget:[18,25,33,35,49],what:[1,3,6,15,18,21,22,27,34,35,52,59,88,96],whatev:[18,25,50],wheelhous:11,wheezi:[62,78],when:[1,10,11,14,15,16,20,21,25,27,34,35,42,51,52,58,67,74,82,88,96,98],whenev:27,where:[10,11,14,15,18,21,23,26,27,30,31,34,35,36,37,50,52,58,59,63,66,67,88],wherea:71,wherei:[15,35],wherev:35,whetston:8,which:[3,4,11,14,15,16,17,18,20,27,31,35,36,37,42,49,51,63,66,67,71,73,75,88,90,96,98],white:[3,21,26,27,78],whl:33,who:[15,16,23,75],whoami:59,whole:[3,18],wide:[15,16,37,63],width:[18,27],wifi:[34,52],wiki:[0,11,27,34,36,37,38,52,58,59,66,80],wikibook:36,wikipedia:96,wildrepo:15,wilson:8,win:52,window:[14,16,27,34,35,37,43,49,52,55,59,63,71,73],wing:[89,98],winsor:37,winter:23,winxp_idea:13,winxp_terranova:13,wire:87,wireless:98,wish:[21,25,34,63,77],within:[14,16,25],without:[3,4,15,16,18,27,30,35,37,45,51,63,67,69,71,90,96],wl:46,wma:63,won:[15,27,63,66,68],wontfix:27,word:[37,52,88,98],wordpress:[37,53],work:[3,11,14,15,16,22,25,35,37,51,59,60,62,63,66,69,71,77,85,98],workaround:[51,63],workbench:63,workdir:11,worker:11,workflow:[3,4,15,69],working_dir:[34,52],workon_hom:78,workshop:1,workstat:[16,77],world:37,worm:35,wormhol:25,worri:63,worrisom:3,worth:15,would:[1,15,21,27,37,71,74,88],wq:25,wrap:[27,52],wrapper:[58,66],writabl:[15,25],write:[11,14,15,16,18,23,27,35,49,52,63,67,70,72],writer:15,written:0,wrr128:18,wrr256:18,wrr32:18,wrr64:18,wsl:[16,35],wu:23,wvs5l6j56nf:15,ww:46,www:[3,6,21,23,33,34,36,37,52,53,58,59,63,66,69,70,71,74,77,78,86,87,89,90,91,94,96,98],x11:[16,30,49,63],x16:18,x3:35,x6sr565m5g:93,x86_64:[18,30,35,66],x:[4,8,14,16,18,25,27,30,33,34,35,36,37,42,52,59,60,63,67,68,71,73,87,96,98],xarg:[18,25,35],xclock:60,xcode:[16,52,66],xdefault:60,xdisp:60,xeon:[16,17],xey:60,xgestur:63,xhost:49,xkcd:81,xlabel:68,xlim:68,xometri:94,xorg:[18,30],xquartz:[42,49,63],xr:14,xrdb:[16,60],xresourc:16,xserver:[18,30],xsetroot:16,xstartup:16,xtick:68,xticklabel:68,xvzf:33,xx:[34,52],xxx:[16,34,52,62],xxxx:27,xxyxz:37,xy:15,xyz:25,y:[8,10,16,18,26,34,37,49,52,55,58,71,73,98],yaman:3,yarn:45,ybit:25,ye:[30,49,63,98],year:81,yellow:26,yesod:35,yet:[15,16,27,34,48,52],ylabel:68,ylim:68,yml:69,yomayra:98,yosemit:63,you:[0,1,10,11,13,14,15,16,18,20,21,23,25,27,30,31,35,36,37,39,42,43,45,46,48,49,50,51,58,59,62,63,66,67,68,69,72,74,75,76,77,78,81,82,83,86,87,88,90,91,92,94,96,98],your:[1,10,11,13,14,15,16,17,18,20,21,23,25,26,27,30,31,35,37,38,45,48,49,50,51,58,59,62,63,66,67,68,72,74,75,77,78,79,81,82,83,87,88,90,91,98],your_branch:[34,52],your_cas_password:16,your_cas_usernam:16,your_data:75,your_email:[34,48,52],your_env:42,your_login:[34,52],your_nam:[49,52],your_path:10,your_polygrames_password:16,your_polygrames_usernam:16,yournam:15,yourself:[11,15,16,34,50,52,67],yourusernam:15,youtub:[3,9,58,63],yum:[49,62],yyyi:[25,27,81],yyyymmdd:81,yyyymmdd_:81,yyyymmddhhmm:25,z:[11,15,25,26,34,37,52,59,71,73,94],zamboni:[15,35],zcvhf:10,zero:[3,11,18,31,59],zerobin:25,zfzxo2kyot9o4lhq0qqsklumtyuieyje26wl1zililmtgvgmxxkxvinf:15,zhuoqiong:71,zip:[18,27,38,74],zoom:[46,54,71],zsh_profil:78,zulli:87,zumbal:71,zxvf:25},titles:["<span>\u2697\ufe0f</span> Lab Manual","<span>\ud83d\udcc5</span> Calendar &amp; Meetings","<span>\ud83d\udcda</span> Bibliography","Deep Learning","Histology","Theses","MRI","Paperpile Folder","Spinal Cord Injury","<span>\ud83d\udda5</span> Computing Resources","<code class=\"docutils literal notranslate\"><span class=\"pre\">\ud83d\udda5</span></code> Computers &#64;CRIUGM","<code class=\"docutils literal notranslate\"><span class=\"pre\">\ud83d\udda5</span></code> Compute Canada","<code class=\"docutils literal notranslate\"><span class=\"pre\">\ud83d\udcbe</span></code> Data","<code class=\"docutils literal notranslate\"><span class=\"pre\">django</span></code>","<code class=\"docutils literal notranslate\"><span class=\"pre\">duke</span></code>","<code class=\"docutils literal notranslate\"><span class=\"pre\">data</span></code>","<code class=\"docutils literal notranslate\"><span class=\"pre\">\ud83d\udda5</span></code> Computers &#64;NeuroPoly","CPU Clusters","GPU Clusters","<code class=\"docutils literal notranslate\"><span class=\"pre\">\ud83d\udda8</span></code> Printer","YouTube Procedure","<span>\u2708\ufe0f</span> Conferences","<span>\ud83d\udcde</span> Contact","<code class=\"docutils literal notranslate\"><span class=\"pre\">\ud83c\udf93</span></code> University Courses","<span>\ud83e\udd13</span> Geek tips","Bash/Shell","Script","Contributing Guidelines","Deep Learning","Conditional Random Fields (CRF)","CUDA","Misc","Restricted Boltzmann Machines (RBM)","Tensorflow","git &amp; Github","git-annex","Image Processing Software","Advanced Normalization Tools (ANTs)","Anima","Diffusion Simulator","FreeSurfer","FSL","FSLeyes","ITK-SNAP","NIfTI","OpenNeuro CLI","OsiriX","Various Software &amp; Tools","BitBucket","Docker","Docker for Deep Learning","Dropbox","Git &amp; GitHub","Jekyll","Microsoft Word","OpenNeuro","Sketchup","Virtual Machines","Vagrant","VirtualBox","XQuartz","OS Guides","Linux","MacOSX","Programming Languages","C++","Installation of VTK and ITK on Mac OS X","Using XCode","MATLAB","Python","Useful links \ud83d\udd17","<span>\ud83d\udca1</span> Ideas for Cool Projects","<code class=\"docutils literal notranslate\"><span class=\"pre\">\ud83e\uddf2</span></code> MRI Scanning","MHI (7T Agilent)","MNI/McGill (7T Terra)","UNF (3T Prisma)","<span>\ud83d\udc4b</span> Onboarding","Campus Access","Computer Setup","Consultants and RA","Developer Setup","Google Drive","Getting Started","Infrastructure","Postdoctoral fellows","<span>\ud83d\udcce</span> Practical Information","<code class=\"docutils literal notranslate\"><span class=\"pre\">\ud83c\udde8\ud83c\udde6</span></code> Living in Montreal","Purchasing Supplies","<code class=\"docutils literal notranslate\"><span class=\"pre\">\ud83c\udf71</span></code> Social Lunch","Scholarships &amp; Bursaries","VISAs and Work Permits","3D Printing","<code class=\"docutils literal notranslate\"><span class=\"pre\">\ud83d\udd27</span></code> RF Lab","CNC machine","Misc","NeuroPoly Coils","Phantoms","PCB Manufacturing","<span>\u270d\ufe0f</span>     Academic Writing"],titleterms:{"04":59,"1":[52,63,66,67],"10":66,"108mm":73,"120":73,"14":59,"140":73,"184mm":73,"19":77,"1h":73,"2":[63,67],"205":73,"210":73,"22":[34,52],"2d":63,"3":[63,67],"300mhz":73,"3018":93,"305":73,"3170cdw":19,"3170cdw_":19,"38":73,"3d":91,"3t":75,"4":[52,66,67],"5":[30,66],"6":66,"60":91,"7":[30,78],"7t":[73,74],"8":78,"9":66,"abstract":21,"default":[34,63],"import":[33,59],"long":18,"montr\u00e9al":23,"new":[15,35,67],"public":[16,25,86],"short":18,"switch":[34,52],"universit\u00e9":23,AND:26,As:63,Be:66,FOR:26,IF:26,OR:26,TO:[34,52],The:63,Theses:5,_brother_hl:19,_errorlow_ton:19,abbei:[16,17],academ:98,access:[14,18,50,75,77],accommod:86,account:[11,16],acknowledg:98,acquisit:71,adapt:[3,94],add:[15,34,52,67,78],add_linux_machine_to_gram:78,add_ssh_kei:52,addit:59,address:98,admin:[15,16,67],advanc:37,advic:39,advis:77,affect:35,affili:98,affin:37,after:[34,52],agil:73,agnost:18,alias:[34,52],alwai:54,amend:52,an:[16,27,67],analysi:3,anatom:3,anima:38,annex:35,announc:88,anoth:[34,52,63],ansi:26,ant:[37,62],antsregistr:37,app:78,appli:3,applic:63,ar:[34,52],archiv:63,arrai:26,arriv:77,articl:98,associ:79,author:21,autom:63,automat:62,aw:55,awesom:25,axondeepseg:80,b0:6,b1:6,back:34,background:25,backup:[15,16,18],base:25,bash:25,bash_profil:[25,78],basic:58,befor:77,being:63,between:[25,34,52],bibliographi:2,big:91,binari:43,biomed:23,birdcag:73,bire:16,bitbucket:48,bodi:27,boltzmann:32,book:[18,72,74,75],boot:63,box:[58,63],branch:[27,34,52],brother:19,build:[49,66,67],build_docker_container_from_dockerfil:49,builder:91,bunch:25,bursari:89,c3d:62,c:65,cabl:87,calendar:[1,72],campu:77,canada:11,cannot:[35,63],capacitor:87,capitan:94,captur:63,cc:11,cd:63,cedar:11,center:63,cento:62,chang:[25,27,34,52,63],change_folder_icon:63,characterist:73,check:[11,25,34,35,52,98],check_which_branch_you_are_currently_working_on:52,checkout:[34,52],checkout_existing_branch:52,checkout_specific_tag_or_commit:52,checksum:25,choos:88,chrome:63,cli:45,click:63,clinic:98,clone:[34,52],clone_specific_branch:52,close:[34,52],cloud:11,cluster:[10,16,17,18],cnc:93,cnn:3,code:[18,26,27,69],coil:[23,71,73,94,95,98],collect:73,color:26,colour:26,come:34,come_back_to_previous_commit_ignore_latest_on:52,command:[16,26,58],comment:98,commit:[15,27,34,52],commit_message_convent:52,compar:[34,52],compare_commitsbranchestag:52,compress:25,comput:[9,10,11,16,23,25,77,78,83,87],condit:29,confer:21,config:[35,63],configur:[34,52,78],configure_git:52,configure_virtualenvwrapper_under_linux:78,conflict:[27,34,52],connect:[15,16,18,34,52],connection_closed_by_remote_host:52,connector:[87,94],consult:79,contact:22,contain:[49,50],continu:[3,27],contribut:[27,34,52],control:6,convent:34,converg:37,cool:71,copi:[25,49,63],copy_file_into_contain:49,copymake_a_disk_image_from_cddvd_iso_format:63,cord:[3,8,46,71],correct:36,cosmet:35,cours:[23,29,34,52,69],cover:98,covid:77,cpu:[10,16,17,58],creat:[10,11,21,26,34,43,50,52,59,63,67],create_a_branch:52,create_a_mesh_out_of_a_binary_fil:43,create_a_virtual_machine_vm_with_debian:59,create_recovery_partit:63,create_repository_inside_repositori:52,create_your_draft:21,creation:67,credenti:73,crf:29,criugm:10,csv:26,cuda:[30,33],current:[34,52],daili:86,data:[3,10,12,15,18,73,74,75,83],datalad:55,dataset:[50,55],date:[26,34,52],de:23,debian:[59,78],deep:[3,28,50,71,98],deform:37,delet:[15,25,49],design:97,desir:63,desk:77,develop:[27,80],devic:15,diagnosi:8,dialog:63,dialog_boxselect_option_with_tab:63,dialogu:63,diffus:[6,39],disabl:63,disable_notification_cent:63,discard:[34,52],discard_local_changes_if_pull_doesn_t_work:52,disk:[16,25,63],displai:[49,63],distil:94,distribut:[3,49,67],divers_lien:90,django:13,dn:25,doc:98,dock:63,dock_in_2d:63,docker:[31,49,50],docker_environ:50,dockerfil:49,docstr:27,doctor:[86,89],document:[27,32,73],doesn:[34,52],domain:3,doubl:63,download:[15,25,34,52,55,74,75],draft:21,drive:[63,81],driver:33,dropbox:[51,63],dual:91,duke:14,dure:[34,52],dvd:63,dwi_mean:63,dyld_library_path:67,each:16,ectrim:21,edit:67,editor:25,el:94,elig:75,elm:10,email:25,emb:21,emerg:86,empti:[25,63],end:86,environ:[11,50,69],epic:27,error:[19,33,63],escap:26,ethic:[23,72],exampl:[36,37,66],exceed:63,exist:[34,52],expand:63,expect:37,expos:50,extens:25,extern:50,extra:15,extract:25,facil:72,famili:86,featur:3,fedora:62,feed:91,fellow:84,few:3,field:[29,37],figur:[68,98],file:[11,25,26,34,35,37,43,49,52,59,63,67],fill:75,film:3,filter:36,find:[25,75,86],finder:63,first:[34,52,77],fitzgerald:16,fix:[33,34,52,66,87],fix_cuda_driver_vers:33,fix_module_tensorflow_import_error:33,folder:[7,16,25,58,59,63,98],forc:49,fork:[34,52],form:75,format:[63,98],framework:28,frameworkslibrari:28,freder:91,freesurf:40,from:[10,14,21,25,34,49,52,63,96],fsl:[41,62,63],fsley:[42,63],fslview:63,fundament:6,gan:3,gaussian:36,geek:24,gener:[6,26,34,52,63,98],general_usag:52,generate_log_fil:26,genmitsu:93,gerber:94,get:[11,58,73,82],git:[34,35,52],github:[27,34,52],given:25,global:[35,63],global_default_config:63,good:[18,71],googl:[63,72,81,98],gpu:[16,18,31],gradient:[37,73],grame:[16,78,97],grammar:98,grant:89,graphic:16,group:[16,25],guest:59,gui:14,guid:[15,61],guidanc:27,guidelin:27,h_140184mm_300mhz_quad_birdcage_coil:73,h_38108mm_300mhz_quad_birdcage_coil:73,habit:18,hardlink:35,hardwar:[6,18],hat:62,hd:73,hd_gradient_coil1:73,hd_gradient_coil:73,hdd:25,help:82,hidden:63,histolog:[4,71],hl:19,home:16,host:[34,52],how:[34,52,54,67,97],how_to_always_open_a_page_with_page_width_view:54,how_to_design_pcb_for_pcbwai:97,how_to_merge_specific_files_from_another_branch:52,href:[25,27,52,58,59,78,86],icm:[73,96],icon:63,id:[19,21,25,26,27,28,29,31,32,33,35,39,42,43,46,49,50,52,54,58,59,63,68,69,73,78,86,90,97],idea3t:16,idea7t:16,idea:71,ieee:21,ieee_embs_isc:21,ignor:[34,52],ignore_file_mod:52,imag:[3,23,36,49,63,71],import_a_ova_fil:59,incl:86,inform:[3,85],infrastructur:83,initi:15,injuri:8,input:26,inscript:15,insid:[34,52],instal:[16,30,33,34,35,37,38,40,41,42,45,49,52,55,58,59,66,69,98],install_fsley:42,install_guest_addit:59,install_run_linux_distribut:49,install_tensorflow:33,instrument:23,integr:27,intens:36,inter:3,interfac:16,internet:25,internship:[71,90],introduct:[27,42],isbi:21,isc:21,ismrm:21,iso:63,isol:31,isolating_gpus_without_dock:31,issu:[27,66,68],itk:[37,43,66,67],ivadom:80,jacaranda:10,jekyl:53,job:[10,11],joplin:[16,17],journal:98,keep:52,kei:[25,34,52],keyboard:63,keynot:63,kill:[11,25],kit:32,lab:[0,77,87,91,92],label:27,languag:[23,64],latest:34,launch:63,learn:[3,23,28,32,50,71,98],lesag:91,lesion:3,let:63,letter:98,librari:[28,66],licens:27,life:86,line:[16,26],linear:3,link:[25,26,67,70,90,96],linux:[16,30,49,62,78],liom:96,list:[11,15,16,21,34,49,52],list_local_docker_imag:49,list_of_confer:21,live:86,load:63,local:[16,34,49,52],locat:35,lock:63,lock_screen:63,lock_screen_upon_sleep:63,log:[26,63,72],logist:77,longitudin:3,look:25,loop:26,lost:[34,52],low:19,lunch:88,mac:[63,66],machin:[23,32,57,59,78,93],maco:58,macosx:63,magnet:94,maintain:34,maintain_your_branch_up:52,mainten:63,make:63,make_hidden_applications_icons_transpar:63,manag:98,mandatori:27,manual:[0,36,46,59],manual_method:59,manual_segmentation_of_the_spinal_cord:46,manufactur:[94,97],map:77,master:89,match:37,matlab:[63,68],matplotlib:69,mcgill:[23,74],median:36,medic:[3,23,86],meet:1,memori:58,merg:[34,52],mesh:43,messag:[34,52],meta:3,method:59,metric:37,mhi:73,miccai:21,microsoft:[54,63],mid:18,miniconda:62,misc:[16,26,31,63,94],misc_:19,miscellan:87,mixup:3,mni:74,mode:[34,52],modifi:78,modix:91,modul:[3,11,33],monitor:18,montreal:86,mount:[14,16,62],mr:6,mri:[3,6,8,16,72,75,83,98],ms:3,msc:89,myelin:71,n3:36,n4:36,name:[34,52],need:86,net:3,network:[16,25],neural:3,neuroimag:[69,98],neuropoli:[16,95],nibardo:96,nice:[63,69],nifti:44,niftiview:78,niftiviewerapp:78,node006:16,node007:16,nomin:88,non:[25,36,37,67,94],normal:[36,37],notif:63,number:25,number_of_fil:25,nvidia:50,od:3,offic:91,ohbm:21,old:16,onboard:76,one:77,ones:34,onli:37,onlin:[21,29],online_confer:21,ood:3,open:[27,54,63],openneuro:[45,55],oper:73,option:[27,63],order:[77,88],organ:[77,98],os:[61,66],osirix:46,osx:[54,66,94],other:[89,90],out:[3,43,63],ova:59,overleaf:98,overview:55,owner:25,packag:69,page:54,pai:72,paper:[29,63],paperpil:[7,98],paramet:[25,37],parametr:36,pars:26,part:94,particip:[72,75],partit:63,password:63,pathophysiolog:8,pcb:[87,97],pcbwai:97,perman:63,permiss:[15,25,63],permit:90,peterson:16,phantom:[87,96],phase:67,phd:89,physic:3,pi:77,pid:25,pipe:87,platform:98,pleas:77,plugin:42,point:37,poli:[16,97],polytechniqu:[16,23,77],port:[34,50,52,63],port_22connection_refus:52,postdoc:90,postdoctor:[84,89],poster:[21,87],pr:27,practic:85,prepar:66,prerequisit:15,preview:63,previou:34,print:[63,91],printer:[19,91],prior:3,prisma:75,privat:86,problem:35,procedur:[20,73],process:[25,36],profil:78,program:[16,23,64,71],progress:27,project:[27,34,52,67,71],prompt:63,protocol:77,prover:93,provis:58,pse:37,pull:[15,27,34,52],puls:[6,71],purchas:87,push:[34,52],push_to_remot:52,pycharm:[34,52],python:[11,69],qc:6,quad:73,qualiti:6,quicklook:63,quota:63,ra:79,random:29,rapid:18,rater:3,raw:[73,75],rbm:32,rebas:[34,52],reboot:63,reboot_station_with_termin:63,recip:96,recommend:[27,39,59],reconstruct:[73,75],recov:[34,52],recoveri:63,red:62,redirect:49,reduc:59,reduce_the_size_of_the_vm:59,refer:[15,30,33,98],refus:[34,52],reimburs:[21,87,88],releas:15,remot:[16,25,34,42,49,52],remov:[25,34,35,49,52],remove_a_branch:52,remove_docker_image_or_containers_force_delet:49,remove_files_from_tmp:25,renam:[15,25],repair:63,repo:35,repositori:[15,34,52],request:[15,27,34,52],requir:[23,77],research:79,reset:[34,35,52],reset_your_branch_revert_your_local_commit:52,resourc:[3,4,9,68,69],restaur:88,restrict:[32,37],retriev:16,revert:[34,52],review:[15,27,98],rf:[23,71,87,91,92],right:[15,63],rm:35,rod:87,rollback:52,room:77,rosenberg:16,rsync:25,run:[42,49,58],run_docker_imag:49,run_with_display_redirect:49,s:91,same:63,save:[49,63],save_a_docker_imag:49,scan:72,scanner:[72,73,74,75],scholarship:89,sci:32,scientif:98,scp:25,screen:[25,63],screenshot:63,screenshot_in_desired_format:63,script:[10,11,26],sct:80,search:[34,49,52],search_file_nam:52,segment:[3,8,36,46],select:[34,63],send:34,sequenc:[6,27,71],serial:94,server:[11,16,63],servic:[63,70],set:[37,58,63,67],set_the_expanded_print_dialogue_as_default:63,set_the_expanded_save_dialogue_as_default:63,setup:[15,78,80],sftp:16,share:[21,59,63],share_with_author:21,shared_fold:59,shell:[25,78],shim:[6,71,80,94],shortcut:54,shot:3,show:[34,52],show_changed_files_between_two_commit:52,sigma:37,simul:[39,71],size:[25,59],size_of_a_diskfold:25,sketchup:56,sleep:63,slow:18,small:91,smooth:[36,37],snap:43,social:88,softwar:[6,16,18,23,34,36,47,52,63,70,98],solut:63,sourcetre:[34,52],span:[0,1,2,9,21,22,24,71,76,85,98],specif:[27,34,52,63,73],spectroscopi:6,spinal:[3,8,46,71],spine:94,ssh:[16,18,25,34,52,58,60],standard:73,start:[11,58,82],startup:[58,62],statement:26,station:[14,16,25,63,73],statist:23,statu:35,stderr:25,stdout:25,stdoutstderr:25,storag:18,straighten:46,straighten_spinal_cord:46,string:26,stuck:63,style:27,submit:[27,52],suppli:87,switch_local_repository_to_another_branch:52,synchron:25,synthet:3,t:[34,52],tab:63,tag:[34,52],talk:[21,63],tar:25,technic:73,technician:91,templat:78,tensorboard:18,tensorflow:33,term:18,termin:[14,60,63],terminolog:49,terra:74,test:27,text:25,textmat:63,thin:35,time:[34,52,77],tip:[11,24,69,98],titl:27,tmp:25,todo:52,togeth:77,toner:19,tool:[32,37,47],toolbox:[68,71,80],toolchain:67,track:[34,52],track_remote_branch:52,train:18,transfer:[10,11],transform:37,translat:37,transpar:63,trash:63,travel:89,trick:[11,69],tristano:16,troubleshoot:[15,19,34,35,46,63,67],tube:87,tunnel:18,tutori:[26,34,52,69],two:[34,52],u:3,ubuntu:59,ubuntu_1404:59,uncertainti:3,under:78,unf:[75,96],uniform:36,uninstal:45,univers:[21,23],up:[34,52,88],updat:[15,34,78],update_debian_7_to_8:78,upload:[15,34,52],upload_local_repository_for_the_first_tim:52,upon:63,us:[10,34,49,52,54,59,63,66,67,69,70,96],usag:[15,34,46,52,55],usb:94,useful_shortcuts_for_osx:54,user:[15,25,67,78],using_guest_additions_recommend:59,utensil:88,util:63,v2:91,vagrant:58,vagrantfil:58,variabl:11,variou:[21,47],vectori:98,veri:[18,91],version:[27,33,35],via:[25,63],view:54,viewer:94,vim:25,virtual:[57,59,69],virtualbox:[13,59],virtualenvwrapp:78,visa:90,vision:23,visual:[37,69],vm:59,vnc:16,vnmrj:[16,73],volum:50,vpn:16,vtk:[66,67],walk:86,want:63,warp:37,wash:88,water:94,websit:70,week:86,wet:87,when:63,which:[34,52],width:54,wiki:73,wiki_7t_scanner_icm:73,wise:3,without:31,word:[54,63],work:[27,34,52,90],write:98,x:66,xcode:67,xquartz:60,yosemit:68,yosemite_issu:68,you:[34,52],your:[34,52],youtub:20,zip:25}})
\ No newline at end of file
Only in _build1/html/_sources: computer-setup.md
Only in _build1/html/_sources: dropbox-google-drive.md
Only in _build1/html/_sources: learning-and-resources
Only in _build1/html/_sources: purchasing-hardware-and-lab-supplies.md
Only in _build1/html/_sources/rf-lab/3d-printing: octoprint.md
Only in _build1/html/_sources: tips-and-tricks
Only in _build1/html: tips-and-tricks

Copy link
Member

@kousu kousu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Almost there, but

diff -ru _build1/html/rf-lab/3d-printing/index.html _build-cleaner/html/rf-lab/3d-printing/index.html
--- _build1/html/rf-lab/3d-printing/index.html	2022-07-20 21:30:39.268025751 -0400
+++ _build-cleaner/html/rf-lab/3d-printing/index.html	2022-07-20 23:41:55.180409217 -0400
@@ -1014,7 +1014,7 @@
 <p>The Modix 3D printer is remotely controlled using <a class="reference external" href="https://octoprint.org">OctoPrint</a>. To access the control interface go to the hostname and use the credentials provided above.</p>
 <ul class="simple">
 <li><p><a class="reference external" href="https://docs.google.com/document/d/1N1sCdYy1kLsIw_NDbPVM3fTg5EPaR50NNuACbf_dI6s/edit?usp=sharing">SOP Modix</a></p></li>
-<li><p><a class="reference internal" href="octoprint.html"><span class="doc">OctoPrint</span></a> configuration</p></li>
+<li><p><span class="xref std std-doc">octoprint</span> configuration</p></li>
 <li><p><a class="reference external" href="https://drive.google.com/file/d/1rtaKlBJ2HbZDDPxSDA0-g0miDM7aZjVB/view?usp=sharing">Modix adjustments</a></p></li>
 </ul>
 </section>
Only in _build1/html/rf-lab/3d-printing: octoprint.html
diff -ru _build1/html/rf-lab/3d-printing/README.html _build-cleaner/html/rf-lab/3d-printing/README.html
--- _build1/html/rf-lab/3d-printing/README.html	2022-07-20 21:30:39.268025751 -0400
+++ _build-cleaner/html/rf-lab/3d-printing/README.html	2022-07-20 23:41:55.180409217 -0400
@@ -1014,7 +1014,7 @@
 <p>The Modix 3D printer is remotely controlled using <a class="reference external" href="https://octoprint.org">OctoPrint</a>. To access the control interface go to the hostname and use the credentials provided above.</p>
 <ul class="simple">
 <li><p><a class="reference external" href="https://docs.google.com/document/d/1N1sCdYy1kLsIw_NDbPVM3fTg5EPaR50NNuACbf_dI6s/edit?usp=sharing">SOP Modix</a></p></li>
-<li><p><a class="reference internal" href="octoprint.html"><span class="doc">OctoPrint</span></a> configuration</p></li>
+<li><p><span class="xref std std-doc">octoprint</span> configuration</p></li>
 <li><p><a class="reference external" href="https://drive.google.com/file/d/1rtaKlBJ2HbZDDPxSDA0-g0miDM7aZjVB/view?usp=sharing">Modix adjustments</a></p></li>
 </ul>
 </section>

revealed that octoprint.md should stay. It's a real file, it should be kept.

In fact, in its case, removing the toctree warning has just added this different warning:

/home/GRAMES.POLYMTL.CA/p115628/src/intranet.neuro.polymtl.ca/rf-lab/3d-printing/README.md:32: WARNING: unknown document: octoprint

So I think you need to put octoprint.md back and add it somewhere into the rf-lab toctree.

Otherwise, this seems to be correct. Thanks!

@RignonNoel
Copy link
Contributor Author

Good catch @kousu ! Fixed and added to rf-lab toctree just after the already existing README from the same folder.

@kousu
Copy link
Member

kousu commented Jul 26, 2022

Okay I've rebuilt the docs a couple times and diff'd them again. This looks for now. I'm merging.

@kousu kousu merged commit 6ed9496 into master Jul 26, 2022
@kousu kousu deleted the nr/clean-up-warnings branch July 26, 2022 18:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

"Deleted" and moved pages still exist
2 participants