Skip to content

Commit

Permalink
Add standard repos
Browse files Browse the repository at this point in the history
  • Loading branch information
pgleeson committed Feb 2, 2021
1 parent 831c9ce commit d94b86a
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions osb/checkOsb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,14 +73,14 @@ standardGHProject()
if [ ! -d $parent ]; then
mkdir $parent
echo "Making new directory: " $parent

fi
mkdir $2
echo "Making new directory: " $2

fi
tgtDir=$startDir/$2/$1


if [ ! -d $tgtDir ]; then
echo "Cloning to: "$tgtDir
Expand Down Expand Up @@ -155,8 +155,8 @@ standardGHProject 'NeuroMorpho' 'showcase'
standardGHProject 'NSGPortalShowcase' 'showcase'
standardGHProject 'NIFShowcase' 'showcase'
standardGHProject 'simulator-test-data' 'showcase' 'mikehulluk'
standardGHProject 'NEURONShowcase' 'showcase'
standardGHProject 'NESTShowcase' 'showcase'
standardGHProject 'NEURONShowcase' 'showcase'
standardGHProject 'NESTShowcase' 'showcase'
standardGHProject 'PyNNShowcase' 'showcase'
standardGHProject 'NetPyNEShowcase' 'showcase'
standardGHProject 'SBMLShowcase' 'showcase'
Expand All @@ -174,6 +174,9 @@ standardGHProject 'ConnectivityShowcase' 'showcase'
standardGHProject 'TheVirtualBrainShowcase' 'showcase'
standardGHProject 'PsyNeuLinkShowcase' 'showcase'
standardGHProject 'SinusoidalVoltageProtocols' 'showcase'
standardGHProject 'ONNXShowcase' 'showcase'
standardGHProject 'ArborShowcase' 'showcase'


standardGHProject 'FitzHugh-Nagumo' 'generic'
standardGHProject 'hodgkin_huxley_tutorial' 'generic' 'openworm'
Expand Down Expand Up @@ -266,8 +269,6 @@ standardGHProject 'PotjansDiesmann2014' 'cerebral_cortex/networks'
standardGHProject 'SadehEtAl2017-InhibitionStabilizedNetworks' 'cerebral_cortex/networks'
standardGHProject 'MultiscaleISN' 'cerebral_cortex/networks'
standardGHProject 'M1NetworkModel' 'cerebral_cortex/networks'
standardGHProject 'HNN' 'cerebral_cortex/networks'

cd $startDir



0 comments on commit d94b86a

Please sign in to comment.