Sandbox: Difference between revisions

From bradwiki
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 1: Line 1:


A [[connectome]] is a comprehensive map of the neural networks within the [[brain]]. It details the efferent and afferent pathways within and between [[brain]] regions. Functional Connectivity refers to the function of a particular [[brain]] region and its information processing role within a distributed neural network. The goal of this project is to create a platform where users can jump into the [[connectome]] at any given [[brain]] region and visually navigate to upstream and downstream regions; along the way, users can learn about the functional role of each [[brain]] region. All information has been collected from empirical sources and scientific databases, in particular, the Allan [[Brain]] Atlas.


<pre>
<html>
<html>
<script src="http://www.java.com/js/deployJava.js"></script>
<script src="http://www.java.com/js/deployJava.js"></script>
Line 10: Line 14:
     </script>
     </script>
</html>
</html>
</pre>
{{NoLink}}

Revision as of 17:49, 9 July 2013

A connectome is a comprehensive map of the neural networks within the brain. It details the efferent and afferent pathways within and between brain regions. Functional Connectivity refers to the function of a particular brain region and its information processing role within a distributed neural network. The goal of this project is to create a platform where users can jump into the connectome at any given brain region and visually navigate to upstream and downstream regions; along the way, users can learn about the functional role of each brain region. All information has been collected from empirical sources and scientific databases, in particular, the Allan Brain Atlas.


<html>
<script src="http://www.java.com/js/deployJava.js"></script>
    <script> 
        var attributes = {
            code:'components.pathvisio',  width:300, height:300} ; 
        var parameters = {jnlp_href: 'pathvisio.jnlp'} ; 
        deployJava.runApplet(attributes, parameters, '1.6'); 
    </script>
</html>


__NOAUTOLINKS__