https://github.com/aramis-lab/now-2023

Repository for the 2023 NeuroScience Open Workshop

https://github.com/aramis-lab/now-2023

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (10.7%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Repository for the 2023 NeuroScience Open Workshop

Basic Info
Statistics
  • Stars: 1
  • Watchers: 5
  • Forks: 1
  • Open Issues: 0
  • Releases: 0
Created over 2 years ago · Last pushed over 2 years ago
Metadata Files
Readme License

README.md

NOW-2023

Repository for the 2023 NeuroScience Open Workshop.

The online version, published as a Jupyter book can be browsed here.

The notebooks rely on the now-2023 library.

Quick start

If you want to follow the tutorial online, there is nothing to do, just go the jupyter book and run the interactive notebooks on Collab.

If you want to follow on your local machine, we strongly encourage you to build a virtual environment (for example with conda). You can then install the requirements:

bash $ conda env create -f environment.yml $ conda activate now $ pip install -r requirements.txt $ pip install -r ./jupyter-book/requirements.txt

Schedule

| Morning | Afternoon | Section | | ------- | --------- | ------- | | 09:00-09:30 | 13:30-14:00 | Introduction and setup | | 09:30-09:45 | 14:00-14:15 | Introduction to Git | | 09:45-10:30 | 14:15-15:00 | Version your code with Git | | 10:30-10:45 | 15:00-15:15 | Break | | 10:45-11:00 | 15:15-15:30 | Introduction to DVC | | 11:00-11:30 | 15:30-16:00 | Version code and data with DVC | | 11:30-12:00 | 16:00-16:30 | Version your experiments as data pipelines |

Contributing

Build all the notebooks

Once your changes are done in the scripts (the src files) run at the root folder:

make

This command will recreate automatically the notebooks and clean the outputs.

Build the jupyter-book

You need to install the requirements:

$ pip install -r jupyter-book/requirements.txt

Then:

$ cd jupyter-book $ make

The HTML files are then in jupyter-book/_build/html/.

External ressources

Owner

  • Name: ARAMIS Lab
  • Login: aramis-lab
  • Kind: organization
  • Location: Paris, France

The Aramis Lab is a joint research team between CNRS, Inria, Inserm and Sorbonne University and belongs to the Paris Brain Institute (ICM).

GitHub Events

Total
Last Year

Issues and Pull Requests

Last synced: 11 months ago