Skip to content

Commit

Permalink
Merge pull request #100 from SpiNNakerManchester/https
Browse files Browse the repository at this point in the history
Https
  • Loading branch information
Christian-B authored Mar 10, 2023
2 parents 7b12773 + f18d68d commit ca1eb61
Show file tree
Hide file tree
Showing 11 changed files with 16 additions and 16 deletions.
5 changes: 2 additions & 3 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ preferred-citation:
family-names: Stokes
affiliation: University Of Manchester
orcid: https://orcid.org/0000-0002-6110-1484
website: http://www.cs.man.ac.uk/~stokesa6/
- given-names: Steve B.
family-names: Furber
affiliation: University Of Manchester
Expand All @@ -90,14 +89,14 @@ preferred-citation:
title: This repository holds miscellaneous examples of using sPyNNaker for PyNN
authors:
- name: SpiNNaker Software Team
alias: For a list of contributors see https://github.com/SpiNNakerManchester/PyNN8Examples/graphs/contributors or for a combined list see http://spinnakermanchester.github.io/latest/LicenseAgreement.html#contributors
alias: For a list of contributors see https://github.com/SpiNNakerManchester/PyNN8Examples/graphs/contributors or for a combined list see https://spinnakermanchester.github.io/latest/LicenseAgreement.html#contributors
address: University of Manchester, Oxford Road
city: Manchester
country: GB
email: spinnakerusers@googlegroups.com
post-code: M13 9PL
website: https://apt.cs.manchester.ac.uk/projects/SpiNNaker/
url: http://spinnakermanchester.github.io/
url: https://spinnakermanchester.github.io/
contact:
- address: University of Manchester, Oxford Road
city: Manchester
Expand Down
8 changes: 4 additions & 4 deletions LICENSE_POLICY.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
# License Agreement

Up to date information for the whole [SpiNNakerManchester Projects](https://github.com/SpiNNakerManchester) can be found [here](http://spinnakermanchester.github.io/latest/LicenseAgreement.html)
Up to date information for the whole [SpiNNakerManchester Projects](https://github.com/SpiNNakerManchester) can be found [here](https://spinnakermanchester.github.io/latest/LicenseAgreement.html)

As shown there the software is currently being released under the Apache License 2.0 listed [here](https://www.apache.org/licenses/LICENSE-2.0)


# Paper Authorship

See: [here](http://spinnakermanchester.github.io/latest/LicenseAgreement.html#paper-authorship)
See: [here](https://spinnakermanchester.github.io/latest/LicenseAgreement.html#paper-authorship)

# Modifications

See: [here](http://spinnakermanchester.github.io/latest/LicenseAgreement.html#modifications)
See: [here](https://spinnakermanchester.github.io/latest/LicenseAgreement.html#modifications)

# Contributors

For up to date information on Contributors see the graphs/contributors pages on each project.

For example [https://github.com/SpiNNakerManchester/PyNN8Examples/graphs/contributors](https://github.com/SpiNNakerManchester/PyNN8Examples/graphs/contributors)

[Combined list](http://spinnakermanchester.github.io/latest/LicenseAgreement.html#contributors)
[Combined list](https://spinnakermanchester.github.io/latest/LicenseAgreement.html#contributors)

3 changes: 2 additions & 1 deletion examples/current_injection_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
Any other current waveforms could be implemented using StepCurrentSource.
Script from http://neuralensemble.org/docs/PyNN/examples/current_injection.html
Script from
https://neuralensemble.org/docs/PyNN/examples/current_injection.html
"""

Expand Down
2 changes: 1 addition & 1 deletion examples/extra_models_examples/LGN_Izhikevich.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
SpiNNaker machine", Frontiers in Neuroscience, vol. 11 (454), 2017.
Free online access:
http://journal.frontiersin.org/article/10.3389/fnins.2017.00454/abstract
https://journal.frontiersin.org/article/10.3389/fnins.2017.00454/abstract
"""

import pyNN.spiNNaker as p
Expand Down
2 changes: 1 addition & 1 deletion examples/extra_models_examples/stdp_example_izk_cond.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
$ ./stdp_example
This example requires that the NeuroTools package is installed
(http://neuralensemble.org/trac/NeuroTools)
(https://neuralensemble.org/trac/NeuroTools)
Authors : Catherine Wacongne < catherine.waco@gmail.com >
Xavier Lagorce < Xavier.Lagorce@crans.org >
Expand Down
2 changes: 1 addition & 1 deletion examples/extra_models_examples/vogel_2011/vogels_2011.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class Vogels2011(object):
This example uses the sPyNNaker implementation of the inhibitory
Plasticity rule developed by Vogels, Sprekeler, Zenke et al (2011)
https://www.ncbi.nlm.nih.gov/pubmed/22075724
http://www.opensourcebrain.org/projects/vogelsetal2011/wiki
https://www.opensourcebrain.org/projects/vogelsetal2011/wiki
To reproduce the experiment from their paper
"""

Expand Down
2 changes: 1 addition & 1 deletion examples/simple_STDP.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
We plot the amount of potentiation or depression of each synapse as a
function of the time difference.
Adapted from http://neuralensemble.org/docs/PyNN/examples/simple_STDP.html
Adapted from https://neuralensemble.org/docs/PyNN/examples/simple_STDP.html
to run on SpiNNaker, but with alpha-synapses rather than conductance neurons;
the weights involved are too low to be resolved using fixed-point arithmetic,
so some alteration of parameters is necessary to get a similar effect.
Expand Down
2 changes: 1 addition & 1 deletion examples/stdp_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
$ ./stdp_example
This example requires that the NeuroTools package is installed
(http://neuralensemble.org/trac/NeuroTools)
(https://neuralensemble.org/trac/NeuroTools)
Authors : Catherine Wacongne < catherine.waco@gmail.com >
Xavier Lagorce < Xavier.Lagorce@crans.org >
Expand Down
2 changes: 1 addition & 1 deletion examples/stdp_example_cond.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
$ ./stdp_example
This example requires that the NeuroTools package is installed
(http://neuralensemble.org/trac/NeuroTools)
(https://neuralensemble.org/trac/NeuroTools)
Authors : Catherine Wacongne < catherine.waco@gmail.com >
Xavier Lagorce < Xavier.Lagorce@crans.org >
Expand Down
2 changes: 1 addition & 1 deletion examples/stdp_example_get_plastic_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
$ ./stdp_example
This example requires that the NeuroTools package is installed
(http://neuralensemble.org/trac/NeuroTools)
(https://neuralensemble.org/trac/NeuroTools)
Authors : Catherine Wacongne < catherine.waco@gmail.com >
Xavier Lagorce < Xavier.Lagorce@crans.org >
Expand Down
2 changes: 1 addition & 1 deletion examples/stdp_example_izk.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
$ ./stdp_example
This example requires that the NeuroTools package is installed
(http://neuralensemble.org/trac/NeuroTools)
(https://neuralensemble.org/trac/NeuroTools)
Authors : Catherine Wacongne < catherine.waco@gmail.com >
Xavier Lagorce < Xavier.Lagorce@crans.org >
Expand Down

0 comments on commit ca1eb61

Please sign in to comment.