Skip to main content
  • Home
  • Development
  • Documentation
  • Donate
  • Operational login
  • Browse the archive

swh logo
SoftwareHeritage
Software
Heritage
Archive
Features
  • Search

  • Downloads

  • Save code now

  • Add forge now

  • Help

https://github.com/NikVard/memstim-hh
03 January 2024, 01:25:48 UTC
  • Code
  • Branches (12)
  • Releases (0)
  • Visits
    • Branches
    • Releases
    • HEAD
    • refs/heads/NewOpt_6Hz
    • refs/heads/PRC_new_params
    • refs/heads/backup_working_june_2022
    • refs/heads/cuda
    • refs/heads/master
    • refs/heads/minimodel
    • refs/heads/revision
    • refs/heads/working_on_figures
    • refs/tags/v1.0
    • refs/tags/v1.0a
    • refs/tags/v1.0b
    • refs/tags/v1.0c
    No releases to show
  • 11ddc3d
  • /
  • results
  • /
  • None
  • /
  • __WORKING__ 29-03-2022 14H55M34S
  • /
  • parameters_bak.json
Raw File Download Save again
Take a new snapshot of a software origin

If the archived software origin currently browsed is not synchronized with its upstream version (for instance when new commits have been issued), you can explicitly request Software Heritage to take a new snapshot of it.

Use the form below to proceed. Once a request has been submitted and accepted, it will be processed as soon as possible. You can then check its processing state by visiting this dedicated page.
swh spinner

Processing "take a new snapshot" request ...

To reference or cite the objects present in the Software Heritage archive, permalinks based on SoftWare Hash IDentifiers (SWHIDs) must be used.
Select below a type of object currently browsed in order to display its associated SWHID and permalink.

  • content
  • directory
  • revision
  • snapshot
origin badgecontent badge
swh:1:cnt:2aa596f7b962c19cd8b1d392dfb7a06ae0635cc1
origin badgedirectory badge
swh:1:dir:4f0e313ed5d0fc43b5d51b413041bcbbbd0ff705
origin badgerevision badge
swh:1:rev:a9587b15ce0481cda669b3fa312b378839d2a1be
origin badgesnapshot badge
swh:1:snp:c2e27ce82d59e51c3aa0d7aaece24f9f6f9a2889

This interface enables to generate software citations, provided that the root directory of browsed objects contains a citation.cff or codemeta.json file.
Select below a type of object currently browsed in order to generate citations for them.

  • content
  • directory
  • revision
  • snapshot
(requires biblatex-software package)
Generating citation ...
(requires biblatex-software package)
Generating citation ...
(requires biblatex-software package)
Generating citation ...
(requires biblatex-software package)
Generating citation ...
Tip revision: a9587b15ce0481cda669b3fa312b378839d2a1be authored by NikVard on 08 June 2022, 12:54:06 UTC
[CLEANUP] removed unnecessary results files
Tip revision: a9587b1
parameters_bak.json
{
    "seed_val": 42,
    "areas": {
        "EC": {
            "E": {
                "N": 10000,
                "type": "PyCAN",
                "noise": 0.0039
            },
            "I": {
                "N": 1000,
                "type": "Inh",
                "noise": 3.9e-05
            }
        },
        "DG": {
            "E": {
                "N": 10000,
                "type": "Py",
                "noise": 0.0042
            },
            "I": {
                "N": 100,
                "type": "Inh",
                "noise": 4.2e-05
            }
        },
        "CA3": {
            "E": {
                "N": 1000,
                "type": "PyCAN",
                "noise": 0.001
            },
            "I": {
                "N": 100,
                "type": "Inh",
                "noise": 1e-05
            }
        },
        "CA1": {
            "E": {
                "N": 10000,
                "type": "PyCAN",
                "noise": 0.0042
            },
            "I": {
                "N": 1000,
                "type": "Inh",
                "noise": 4.2e-05
            }
        }
    },
    "Kuramoto": {
        "N": 200,
        "f0": 6.0,
        "sigma": 0.5,
        "kN": 20,
        "gain_reset": 1.5,
        "gain_rhythm": 0.3,
        "offset": 0.0
    },
    "connectivity": {
        "intra": {
            "EC": [
                [
                    0.0,
                    0.37
                ],
                [
                    0.54,
                    0.0
                ]
            ],
            "DG": [
                [
                    0.0,
                    0.06
                ],
                [
                    0.14,
                    0.0
                ]
            ],
            "CA3": [
                [
                    0.56,
                    0.75
                ],
                [
                    0.75,
                    0.0
                ]
            ],
            "CA1": [
                [
                    0.0,
                    0.28
                ],
                [
                    0.3,
                    0.7
                ]
            ]
        },
        "inter": {
            "p_tri": 0.45,
            "p_mono": 0.3
        },
        "inter_custom": {
            "EC": {
                "E": [
                    [
                        0.0,
                        0.0
                    ],
                    [
                        4.0,
                        4.0
                    ],
                    [
                        0.1,
                        0.1
                    ],
                    [
                        1.5,
                        1.5
                    ]
                ],
                "I": [
                    [
                        0.0,
                        0.0
                    ],
                    [
                        0.0,
                        0.0
                    ],
                    [
                        0.0,
                        0.0
                    ],
                    [
                        0.0,
                        0.0
                    ]
                ]
            },
            "DG": {
                "E": [
                    [
                        0.0,
                        0.0
                    ],
                    [
                        0.0,
                        0.0
                    ],
                    [
                        0.25,
                        0.25
                    ],
                    [
                        0.0,
                        0.0
                    ]
                ],
                "I": [
                    [
                        0.0,
                        0.0
                    ],
                    [
                        0.0,
                        0.0
                    ],
                    [
                        0.0,
                        0.0
                    ],
                    [
                        0.0,
                        0.0
                    ]
                ]
            },
            "CA3": {
                "E": [
                    [
                        0.0,
                        0.0
                    ],
                    [
                        0.0,
                        0.0
                    ],
                    [
                        0.0,
                        0.0
                    ],
                    [
                        1.5,
                        1.5
                    ]
                ],
                "I": [
                    [
                        0.0,
                        0.0
                    ],
                    [
                        0.0,
                        0.0
                    ],
                    [
                        0.0,
                        0.0
                    ],
                    [
                        0.0,
                        0.0
                    ]
                ]
            },
            "CA1": {
                "E": [
                    [
                        0.2,
                        0.2
                    ],
                    [
                        0.0,
                        0.0
                    ],
                    [
                        0.0,
                        0.0
                    ],
                    [
                        0.0,
                        0.0
                    ]
                ],
                "I": [
                    [
                        0.0,
                        0.0
                    ],
                    [
                        0.0,
                        0.0
                    ],
                    [
                        0.0,
                        0.0
                    ],
                    [
                        0.0,
                        0.0
                    ]
                ]
            }
        }
    },
    "synapses": {
        "gmax_e": 600.0,
        "gmax_i": 60.0
    },
    "stimulation": {
        "target": "CA1",
        "coordinates": [
            5.0,
            -8.0,
            7.5
        ],
        "rho": 1.0,
        "duration": 2.0,
        "dt": 0.0001,
        "onset": 0.67,
        "I": [
            0.0
        ],
        "pulse_width": [
            0.001
        ],
        "stim_freq": 5,
        "pulse_freq": 100,
        "nr_of_trains": 1,
        "nr_of_pulses": 1,
        "ipi": 0.0001
    },
    "simulation": {
        "duration": 1.0,
        "dt": 0.0001,
        "debugging": false
    },
    "git_short_hash": "ef362ce",
    "timestamp": "Tue Mar 29 14:55:30 2022",
    "git_branch": "tuning_params",
    "git_hash": "ef362ce3920a16dfbc29250915a4fceb8caa4a0c"
}

back to top

Software Heritage — Copyright (C) 2015–2026, The Software Heritage developers. License: GNU AGPLv3+.
The source code of Software Heritage itself is available on our development forge.
The source code files archived by Software Heritage are available under their own copyright and licenses.
Terms of use: Archive access, API— Content policy— Contact— JavaScript license information— Web API