zhugez / research

Research notes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chat Support

research.openanalysis.net

Research Notes

This is our research notes repository, formerly known as "Lab-Notes". We use Jupyter Notbooks for all of our notes so we can directy include code. The raw notes can be found in this repository in the _notebooks directory and our full blog is available online at research.openanalysis.net.

How To Add Notes

Adding a new note is as simple as cloning out repository and launching juptyer-lab from the _notebooks directory. You can then edit notes, or add new ones.

The note filename must start with the date in the format yyyy-mm-dd- for example 2022-02-22-my_note.ipynb.

Each note must include a special markdown cell as the first cell in the notebook. The cell contains the markdown used to generate our blog posts.

# Blog Title
> Blog Subtitle

- toc: true 
- badges: true
- categories: [tagone,tag two]

The blog is generated using fastpages. Full documentation can be found on the fastpages GitHub.

About

Research notes

License:Apache License 2.0


Languages

Language:Jupyter Notebook 97.5%Language:HTML 0.9%Language:SCSS 0.5%Language:JavaScript 0.5%Language:Shell 0.2%Language:Python 0.1%Language:Smarty 0.1%Language:Ruby 0.1%Language:Makefile 0.1%Language:Dockerfile 0.0%