Academic Cheatsheet

Notes to myself on how to update my personal website

Installation

  • Install tool to automatically generate publication list for academic
  • Modified academic with author boldening repo

Useful Documentation

Examples

Commands

DescriptionCommand
Add new posthugo new --kind post post/my-article-name
Add new projecthugo new --kind project project/my-project-name
Generate publication from .bibacademic import --bibtex <path_to_your/publications.bib>

Embed pdf

<object data="/files/barfoot-ser/barfoot_ser_ch02_numbered.pdf" type="application/pdf" width="700px" height="700px">
    <embed src="/files/barfoot-ser/barfoot_ser_ch02_numbered.pdf">
        <p>This browser does not support PDFs. Please download the PDF to view it: <a href="/files/barfoot-ser/barfoot_ser_ch02_numbered.pdf">Download PDF</a>.</p>
    </embed>
</object>

Export slides to pdf

URL /slides/ieeeunswsb-exoarm-s01-2019/?print-pdf#/ then print pdf. If you want to include speaker notes in your export, you can append showNotes=true to the query string: http://localhost:8000/?print-pdf&showNotes=true

Avatar
Luke Sy
PhD Candidate

My research interests include state estimation, robotics, wearable sensors, machine learning, and biomedical engineering.

Next
Previous