/cs523.github.io

Build a Jekyll blog in minutes, without touching the command line.

Primary LanguageCSSMIT LicenseMIT

Advanced Operating System (CS523) Paper Blog

Add a new post

  1. Fork this repo
  2. Add a new file to /_posts/. Use the following naming: YYYY-MM-DD-NETID.md
  3. Add the following header to the file:
---
layout: post
title: PAPER TITLE
---

replace PAPER TITLE with the paper titile.

  1. Write down your post in the file using Markdown.

  2. Send your changes to the main repository as a pull request.

  3. Add your slides to the /presentations folder and add a link to your write up.