File tree Expand file tree Collapse file tree
webapp/components/general Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,9 +25,15 @@ const AboutContent = withStyles(styles)(({ classes }) => (
2525 < Paper className = { classes . paper } >
2626 < img width = "250" src = { logoNetpyne } />
2727 < Box m = { 1 } >
28- < Typography variant = "h5" style = { { color : secondaryColor } } >
28+ < Link variant = "h5" style = { { display : 'block' } } href = "https://github.com/MetaCell/NetPyNE-UI" target = "_blank" >
2929 NetPyNE-UI v0.7.0
30- </ Typography >
30+ </ Link >
31+ < Link variant = "h5" style = { { display : 'block' } } href = "https://github.com/Neurosim-lab/netpyne" target = "_blank" >
32+ NetPyNE v01.0.0.2
33+ </ Link >
34+ < Link variant = "h5" style = { { display : 'block' } } href = "https://www.neuron.yale.edu/neuron/" target = "_blank" >
35+ NEURON v8.0.0
36+ </ Link >
3137 </ Box >
3238
3339 < Box m = { 1 } >
@@ -58,7 +64,10 @@ const AboutContent = withStyles(styles)(({ classes }) => (
5864
5965 < Box m = { 1 } >
6066 < Typography variant = "body2" color = { secondaryColor } >
61- NetPyNE-UI is being developed in collaboration with:
67+ NetPyNE-UI is being developed by the State University of New York Downstate (
68+ < Link href = "http://dura-bernal.org/" target = "_blank" > Dura-Bernal Lab</ Link >
69+ )
70+ in collaboration with:
6271 </ Typography >
6372 < Link href = "http://www.metacell.us" target = "_blank" >
6473 < img
You can’t perform that action at this time.
0 commit comments