Skip to content

Commit 28207e2

Browse files
committed
#347 update netpyne version info
1 parent 28e8975 commit 28207e2

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

webapp/components/general/Dialog.js

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ const AboutContent = withStyles(styles)(({ classes }) => (
2525
<Paper className={classes.paper}>
2626
<img width="250" src={logoNetpyne} />
2727
<Box m={1}>
28-
<Link variant="h5" style={{ display: 'block'}} href="https://github.com/MetaCell/NetPyNE-UI" target="_blank">
28+
<Link variant="h5" style={{ display: 'block' }} href="https://github.com/MetaCell/NetPyNE-UI" target="_blank">
2929
NetPyNE-UI v0.7.0
3030
</Link>
31-
<Link variant="h5" style={{ display: 'block'}} href="https://github.com/Neurosim-lab/netpyne" target="_blank">
32-
NetPyNE v0.9.6
31+
<Link variant="h5" style={{ display: 'block' }} href="https://github.com/Neurosim-lab/netpyne" target="_blank">
32+
NetPyNE v01.0.0.2
3333
</Link>
34-
<Link variant="h5" style={{ display: 'block'}} href="https://www.neuron.yale.edu/neuron/" target="_blank">
34+
<Link variant="h5" style={{ display: 'block' }} href="https://www.neuron.yale.edu/neuron/" target="_blank">
3535
NEURON v8.0.0
3636
</Link>
3737
</Box>
@@ -64,7 +64,9 @@ const AboutContent = withStyles(styles)(({ classes }) => (
6464

6565
<Box m={1}>
6666
<Typography variant="body2" color={secondaryColor}>
67-
NetPyNE-UI is being developed by the State Univeristy of New York Downstate (<Link href="http://dura-bernal.org/" target="_blank">Dura-Bernal Lab</Link>)
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+
)
6870
in collaboration with:
6971
</Typography>
7072
<Link href="http://www.metacell.us" target="_blank">

0 commit comments

Comments
 (0)