agahkarakuzu / template

Template repository for NeuroLibre preprint submissions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Preprint template

Template repository for NeuroLibre reproducibe preprint submissions.

Step 1: Click Use this template button and name your new repository

Step 2: Do the following changes in _config.yml

title                       : "NeuroLibre preprint template"  # Add your title
author                      : John Doe, Jane Doe  # Add author names
repository:
  url: https://github.com/neurolibre/template  # The URL to your new repository

At this stage, you are ready to use RoboNeuro preview service to get your first book build.


Step 3: Add your executable content under the content directory

  • ✅ You can add a mixture of Jupyter Notebooks, MyST formatted markdown and plain text markdown files.
  • ✅ You can organize your content in subfolders.
  • ❌ We don't accept (non-executable) plain text markdown files alone.

Step 4: Edit _toc.yml according to your new content

Step 5: Define your execution environment under the binder directory

You can use any BinderHub configuration files that you need.

About

Template repository for NeuroLibre preprint submissions.

License:GNU General Public License v3.0


Languages

Language:Jupyter Notebook 87.9%Language:TeX 12.1%