Skip to content

chrispycheng/practical-neuroimaging.github.com

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

practical-neuroimaging.github.com

Web pages for Practical neuroimaging course.

The website is built using Sphinx.

The built web-pages go in the master branch of this repo.

The Sphinx source for the website goes in the source branch.

Working on the site goes like:

git co source
# Edit the files
make html # Check what the pages look like
make gh-pages # Push back to the master branch
# Now on 'master' branch
git commit
git push # Push up web pages
git co source # Back to editing if you want

Adding references

Add reference to course.bib. Use bibtex citation key, as in [donoho2010invitation]_

Run bib4txt.py on file with references::

bib4txt.py -i day0.rst course.bib

Put output at end of rst file to define references.

About

Web pages for Practical neuroimaging course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 87.3%
  • JavaScript 9.5%
  • CSS 1.9%
  • Python 1.3%