mwhittaker / papers

:page_facing_up: Paper Summaries
https://mwhittaker.github.io/papers/
55 stars 8 forks source link

Papers

This repository is a compendium of notes on papers I've read.

Getting Started

If you want to read the paper summaries, simply go here. If you want to add a paper summary, or clone this repo and create summaries of your own, here's how everything works.

It's as simple as that. Oh, and if you want to include MathJax in your summary, add the following to the bottom of the markdown file:

<script type="text/javascript" async
  src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-MML-AM_CHTML">
</script>

If you want to add syntax highlighting, add this:

<link href='../css/default_highlight.css' rel='stylesheet'>
<script src="https://github.com/mwhittaker/papers/raw/master/./js/highlight.pack.js"></script>
<script>hljs.initHighlightingOnLoad();</script>