Skip to content

Commit ba85c4c

Browse files
author
Lucas Rebscher
authored
Merge pull request #363 from MetaCell/Feature/191_add_app_version
#191 add versions for NetPyNE, Neuron, NetPyNE-UI
2 parents fccbef7 + 28207e2 commit ba85c4c

1 file changed

Lines changed: 12 additions & 3 deletions

File tree

webapp/components/general/Dialog.js

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)