{"id":40857762,"url":"https://github.com/brainpy/brainpy-elife-reproducibility","last_synced_at":"2026-01-22T00:03:25.127Z","repository":{"id":70664992,"uuid":"531042489","full_name":"brainpy/brainpy-elife-reproducibility","owner":"brainpy","description":"Reproduce figures in BrainPy paper. ","archived":false,"fork":false,"pushed_at":"2024-03-20T02:53:14.000Z","size":3749,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-09T19:23:16.963Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/brainpy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2022-08-31T10:53:06.000Z","updated_at":"2023-12-27T03:09:00.000Z","dependencies_parsed_at":"2023-12-23T03:33:52.222Z","dependency_job_id":null,"html_url":"https://github.com/brainpy/brainpy-elife-reproducibility","commit_stats":null,"previous_names":["brainpy/brainpy-elife-reproducibility"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/brainpy/brainpy-elife-reproducibility","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brainpy%2Fbrainpy-elife-reproducibility","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brainpy%2Fbrainpy-elife-reproducibility/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brainpy%2Fbrainpy-elife-reproducibility/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brainpy%2Fbrainpy-elife-reproducibility/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/brainpy","download_url":"https://codeload.github.com/brainpy/brainpy-elife-reproducibility/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brainpy%2Fbrainpy-elife-reproducibility/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28647492,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-21T21:29:11.980Z","status":"ssl_error","status_checked_at":"2026-01-21T21:24:31.872Z","response_time":86,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-01-22T00:03:24.474Z","updated_at":"2026-01-22T00:03:25.120Z","avatar_url":"https://github.com/brainpy.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Codes for figures in BrainPy paper\n\nThese codes are used to reproduce figures in our [BrainPy eLife publication](https://doi.org/10.7554/eLife.86365). \n\n\n## Instructions\n\nFirst, please follow the official [installation](https://brainpy.readthedocs.io/en/latest/quickstart/installation.html) \nlink to install [BrainPy](https://github.com/brainpy/BrainPy) package. \n\n```bash\npip install brainpy \npip install brainpylib\npip install brainpy-datasets\n```\n\n\nSecond, to reproduce the figures, please use the command of \n\n```bash\npython figure-xxx.py\n```\n\n\n## Citation\n\nIf BrainPy has been significant in your research, and you would like to acknowledge the project in your academic publication, we suggest citing the following papers:\n\n\u003e Chaoming Wang, Tianqiu Zhang, Xiaoyu Chen, Sichao He, Shangyang Li, Si Wu (2023) BrainPy, a flexible, integrative, efficient, and extensible framework for general-purpose brain dynamics programming eLife 12:e86365\n\u003e https://doi.org/10.7554/eLife.86365\n\n\n```bibtex\n@article {10.7554/eLife.86365,\n    article_type = {journal},\n    title = {BrainPy, a flexible, integrative, efficient, and extensible framework for general-purpose brain dynamics programming},\n    author = {Wang, Chaoming and Zhang, Tianqiu and Chen, Xiaoyu and He, Sichao and Li, Shangyang and Wu, Si},\n    editor = {Stimberg, Marcel},\n    volume = 12,\n    year = 2023,\n    month = {dec},\n    pub_date = {2023-12-22},\n    pages = {e86365},\n    citation = {eLife 2023;12:e86365},\n    doi = {10.7554/eLife.86365},\n    url = {https://doi.org/10.7554/eLife.86365},\n    abstract = {Elucidating the intricate neural mechanisms underlying brain functions requires integrative brain dynamics modeling. To facilitate this process, it is crucial to develop a general-purpose programming framework that allows users to freely define neural models across multiple scales, efficiently simulate, train, and analyze model dynamics, and conveniently incorporate new modeling approaches. In response to this need, we present BrainPy. BrainPy leverages the advanced just-in-time (JIT) compilation capabilities of JAX and XLA to provide a powerful infrastructure tailored for brain dynamics programming. It offers an integrated platform for building, simulating, training, and analyzing brain dynamics models. Models defined in BrainPy can be JIT compiled into binary instructions for various devices, including Central Processing Unit (CPU), Graphics Processing Unit (GPU), and Tensor Processing Unit (TPU), which ensures high running performance comparable to native C or CUDA. Additionally, BrainPy features an extensible architecture that allows for easy expansion of new infrastructure, utilities, and machine-learning approaches. This flexibility enables researchers to incorporate cutting-edge techniques and adapt the framework to their specific needs},\n    journal = {eLife},\n    issn = {2050-084X},\n    publisher = {eLife Sciences Publications, Ltd},\n}\n```    \n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrainpy%2Fbrainpy-elife-reproducibility","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrainpy%2Fbrainpy-elife-reproducibility","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrainpy%2Fbrainpy-elife-reproducibility/lists"}