forked from aces/brainbrowser
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
45 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
<!-- | ||
BrainBrowser: Web-based Neurological Visualization Tools | ||
(https://brainbrowser.cbrain.mcgill.ca) | ||
Copyright (C) 2011 | ||
* The Royal Institution for the Advancement of Learning | ||
* McGill University | ||
This program is free software: you can redistribute it and/or modify | ||
it under the terms of the GNU Affero General Public License as | ||
published by the Free Software Foundation, either version 3 of the | ||
License, or (at your option) any later version. | ||
This program is distributed in the hope that it will be useful, | ||
but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
GNU Affero General Public License for more details. | ||
You should have received a copy of the GNU Affero General Public License | ||
along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
Author: Tarek Sherif <tsherif@gmail.com> (http://tareksherif.ca/) | ||
--> | ||
|
||
<div class="span12"> | ||
<h1>BrainBrowser API Documentation</h1> | ||
|
||
BrainBrowser is a set of web-based, 3D visualization tools primarily targetting neuroimaging. | ||
Using open web-standard technologies, such as WebGL and HTML5, it allows for real time | ||
manipulation and analysis of 3D imaging data whether it be precalculated maps, such as the | ||
<a href="http://www.sciencedirect.com/science?_ob=ArticleURL&_udi=B6WNP-4JS1MWF-1&_user=458507&_coverDate=07%2F01%2F2006&_rdoc=1&_fmt=high&_orig=gateway&_origin=gateway&_sort=d&_docanchor=&view=c&_searchStrId=1747460871&_rerunOrigin=google&_acct=C000022002&_version=1&_urlVersion=0&_userid=458507&md5=dc6bd372a8fee1ee776a3318d9966baf&searchtype=a">MACACC</a> | ||
Dataset (Mapping Anatomical Correlations Across Cerebral Cortex), or models provided by the user in | ||
<a href="http://www.bic.mni.mcgill.ca/users/mishkin/mni_obj_format.pdf" target="_blank">MNI object</a>, | ||
<a href="http://en.wikipedia.org/wiki/Wavefront_.obj_file" target="_blank">Wavefront object</a> or | ||
<a href="http://wideman-one.com/gw/brain/fs/surfacefileformats.htm" target="_blank">FreeSurfer ASCII surface</a> | ||
file formats, and data in one of the many currently supported formats (Minc, Nifti, object | ||
files, plain text). BrainBrowser also provides a Volume Viewer for exploring 3D | ||
<a href="http://www.bic.mni.mcgill.ca/ServicesSoftware/MINC">MINC</a> | ||
volume data. | ||
|
||
<h2 ng-show="docGroups.length > 0">BrainBrowser Modules</h2> | ||
<documentation-group-list></documentation-group-list> | ||
</div> |