> For the complete documentation index, see [llms.txt](https://asail.gitbook.io/hogwarts/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://asail.gitbook.io/hogwarts/master.md).

# README

Let's learn alchemy together. See [roadmap](/hogwarts/roadmap.md) for papers we are currently interested in.

website: <https://asail.gitbook.io/hogwarts>

## Rules

* You could add/delete items in `roadmap.md` as you like in the master branch.
* Complete notes could be pushed/merged into the master branch.
* We encourage users to take notes in Markdown, Latex or jupyter notebook; a link to hackmd/overleaf is also fine.

## Format

File structure:

```
optimizations/
    neural-ode.md
    forward-backward-eular.md
    ...
graph/
    basic.md
    diffpool.md
    gcn.md
    ...
applications/
    ...
theory/
    ...
tutorials/
    how-to-write-kernel.md
    ...
README.md
roadmap.md
```

The format of reading list:

```
- [ ] [Paper](paper link) 
    - [Note](note link)
    - ...
    - tags: tag_1, tag_2, ...
```
