Circuit simulation widget - #2117
Draft
clbarnes wants to merge 17 commits into
Draft
Conversation
clbarnes
force-pushed
the
feature/circuit-simulation2
branch
2 times, most recently
from
May 24, 2021 13:15
113c92a to
b79f233
Compare
clbarnes
force-pushed
the
feature/circuit-simulation2
branch
from
June 7, 2021 09:38
b79f233 to
e64c503
Compare
Contributor
Author
|
UI thoughts: global controls
TablesAll tables collapsible, otherwise the controls are going to be huge. Alternatively, tables could go into content.
|
Contributor
Author
Additional features
|
clbarnes
force-pushed
the
feature/circuit-simulation2
branch
2 times, most recently
from
July 20, 2021 17:00
cb74be4 to
db642bf
Compare
clbarnes
force-pushed
the
feature/circuit-simulation2
branch
from
August 10, 2021 08:30
db642bf to
423053a
Compare
clbarnes
force-pushed
the
feature/circuit-simulation2
branch
from
August 18, 2021 13:45
423053a to
6685da4
Compare
Contributor
Author
|
Current status
|
clbarnes
force-pushed
the
feature/circuit-simulation2
branch
2 times, most recently
from
September 3, 2021 12:39
ce58325 to
c5f3a99
Compare
clbarnes
force-pushed
the
feature/circuit-simulation2
branch
from
September 8, 2021 09:55
c5f3a99 to
61547fe
Compare
clbarnes
force-pushed
the
feature/circuit-simulation2
branch
from
September 23, 2021 15:22
61547fe to
5c4e049
Compare
clbarnes
force-pushed
the
feature/circuit-simulation2
branch
from
October 19, 2021 18:13
5c4e049 to
a2688ff
Compare
clbarnes
force-pushed
the
feature/circuit-simulation2
branch
from
November 4, 2021 11:40
a2688ff to
45e9ee5
Compare
clbarnes
force-pushed
the
feature/circuit-simulation2
branch
3 times, most recently
from
December 21, 2021 13:50
27cad8b to
df33ba7
Compare
When mouse is passed over a line, if the line has a name, show it in the title. Co-authored-by: Albert Cardona <sapristi@gmail.com> Co-authored-by: Laura Lungu <laura.lungum@gmail.com>
Co-authored-by: Albert Cardona <sapristi@gmail.com> Co-authored-by: Laura Lungu <laura.lungum@gmail.com>
Integration is defined as a logistic function. The activity of neurons is plotted as a function of time. Based completely on Casey Schneider-Mizell's conceptualization and code. Includes WIP on parameter UI. Co-authored-by: Albert Cardona <sapristi@gmail.com> Co-authored-by: Laura Lungu <laura.lungum@gmail.com>
Co-authored-by: Albert Cardona <sapristi@gmail.com> Co-authored-by: Laura Lungu <laura.lungum@gmail.com>
Prevents the asymptotic nature of logistic functions causing output where there is no input. Co-authored-by: Andre Ferreira Castro <acastro@mrc-lmb.cam.ac.uk>
Previously, the time series was assumed to be 0,1,2..., where the dopri solver actually uses dynamic time steps. This resulted in a weird-looking graph.
Also allow "Load JSON" to accept results-like JSON. Minor: set default time to 1000
* use ES6 class syntax * compose over skel source rather than inherit * prettify
clbarnes
force-pushed
the
feature/circuit-simulation2
branch
from
April 12, 2022 10:25
df33ba7 to
f0c8863
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Resurrected Albert's efforts from a few years ago, now as a draft PR to make it easier to find.
This implements Casey's rate models (I believe from https://www.sciencedirect.com/science/article/pii/S0092867416312429 , implemented in https://github.com/ceesem/fb_feedback_model ) in the frontend.
Example
unitshere: https://gist.github.com/clbarnes/7b22409a41f9272c201653937df63d1b