Skip to content

Commit f0fe2c5

Browse files
authored
Update forum link to NEURON discussion board (#3724)
1 parent 0b52f38 commit f0fe2c5

7 files changed

Lines changed: 10 additions & 10 deletions

File tree

docs/changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,5 +526,5 @@ See the list of contributors on respective GitHub projects:
526526
# Feedback / Help
527527

528528
- Software related issues should be reported on GitHub : [https://github.com/neuronsimulator/nrn/issues/new/choose](https://github.com/neuronsimulator/nrn/issues/new/choose)
529-
- For developing models and any scientific questions, see NEURON forum : [https://www.neuron.yale.edu/phpBB/](https://www.neuron.yale.edu/phpBB/)
529+
- For developing models and any scientific questions, see the NEURON Discussion Board: [https://github.com/neuronsimulator/nrn/discussions](https://github.com/neuronsimulator/nrn/discussions)
530530
- If you want to participate / contribute to the development of NEURON, you can join monthly developers meeting : [https://github.com/neuronsimulator/nrn/wiki](https://github.com/neuronsimulator/nrn/wiki)

docs/guide/faq.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ To exit NEURON : type ``quit()`` or ``^D`` ("control D") at the ``oc>`` or ``>>>
3232

3333
What's the best way to learn how to use NEURON?
3434
-----------------------------------------------
35-
First be sure to join `The NEURON Forum <https://www.neuron.yale.edu/phpBB/index.php>`_.
35+
Ask any questions at the `NEURON Discussion Board <https://github.com/neuronsimulator/nrn/discussions>`_.
3636
If you have time, watch our course :ref:`videos <training_videos>`; the material in each course varies, but they generally include a mix of theory and applications.
3737
Then :ref:`read these suggestions <how_to_get_started>`.
3838

docs/guide/how_to_get_started.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ Installation
88

99
If you haven't already, install NEURON. Detailed instructions for special cases are available `here <../install/install_instructions.html>`_, but in brief, you'll probably want to install Python (there are many options; `Anaconda <https://www.anaconda.com/>`_ is one such option). On Linux and macOS, you can then install NEURON by typing ``pip install neuron``. On Windows, use the latest NEURON installer from `our GitHub site <https://github.com/neuronsimulator/nrn/releases>`_. For parallel simulation, you will also want to install a version of MPI.
1010

11-
Forum
12-
-----
11+
Discussion Board
12+
----------------
1313

14-
You'll likely have questions. Join `The NEURON Forum <https://www.neuron.yale.edu/phpBB/index.php>`_ to ask and answer questions.
14+
You'll likely have questions. Ask and answer questions at the `NEURON Discussion Board <https://github.com/neuronsimulator/nrn/discussions>`_
1515

1616
Basic NEURON Usage
1717
------------------

docs/guide/how_to_get_started_with_neuron.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ How to get started with NEURON
66
To learn the basics about using NEURON:
77
-------------
88

9-
Don't forget to join `The NEURON Forum <https://www.neuron.yale.edu/phpBB/index.php>`_.
9+
You'll likely have questions. Ask and answer questions at the `NEURON Discussion Board <https://github.com/neuronsimulator/nrn/discussions>`_
1010

1111
Then
1212

docs/guide/what_is_neuron.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ Complex models often require custom initialization and/or simulation flow contro
113113
Large user base
114114
---------------
115115

116-
As of February 2021, we know of `more than 2400 scientific articles and books have reported work that was done with NEURON <https://neuron.yale.edu/neuron/publications/neuron-bibliography>`_. The NEURON mailing list has about 500 subscribers, and `The NEURON Forum <https://www.neuron.yale.edu/phpBB/>`_, which was started in May 2005 and is gradually supplanting the old mailing list, has more than 1600 registered users and over 17,000 posted messages in greater than 4000 discussion threads.
116+
As of March 2026, we know of more than 3,000 scientific articles and books have reported work that was done with NEURON <https://nrn.readthedocs.io/en/9.0.1/publications-using-neuron.html>`_.
117117

118118
Development, support, and documentation
119119
---------------------------------------

docs/index.rst.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The NEURON Simulator
77
NEURON is a simulator for neurons and networks of neurons that runs efficiently on your local machine, in the cloud, or on an HPC.
88
Build and simulate models using Python, HOC, and/or NEURON's graphical interface. From this page you can watch :ref:`recorded NEURON classes <training_videos>`,
99
read the :ref:`Programmer's reference <prog_ref>`,
10-
`browse the NEURON forum <https://www.neuron.yale.edu/phpBB/>`_,
10+
`browse the NEURON Discussion Board <https://github.com/neuronsimulator/nrn/discussions>`_,
1111
explore the `source code for over 850 NEURON models on ModelDB <https://modeldb.science/modellist/1882?all_simu=true>`_,
1212
and more (use the links on the side or search).
1313

@@ -28,7 +28,7 @@ and more (use the links on the side or search).
2828
videos/index
2929
guide/index
3030
courses/exercises2018
31-
The NEURON forum <https://neuron.yale.edu/phpBB>
31+
NEURON Discussion Board <https://github.com/neuronsimulator/nrn/discussions>
3232
publications
3333
publications-using-neuron
3434

share/lib/hoc/stdrun.hoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ proc helpmenu() {
241241
if (nrnpython("import webbrowser")) {
242242
xbutton("Programmer's Reference", "nrnpython(\"webbrowser.open('https://nrn.readthedocs.io/en/latest/progref/index.html')\")")
243243
xbutton("Tutorials", "nrnpython(\"webbrowser.open('https://nrn.readthedocs.io/en/latest/tutorials/index.html')\")")
244-
xbutton("NEURON Forum", "nrnpython(\"webbrowser.open('https://neuron.yale.edu/phpBB/')\")")
244+
xbutton("NEURON Discussion Board", "nrnpython(\"webbrowser.open('https://github.com/neuronsimulator/nrn/discussions')\")")
245245
xbutton("NEURON Models on ModelDB", "nrnpython(\"webbrowser.open('https://modeldb.science/ModelList?id=1882')\")")
246246
}
247247
sprint(tstr, "continue_dialog(\"This is %s on %s.\")", nrnversion(1), nrnversion(8))

0 commit comments

Comments
 (0)