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
- https://academic-demo.netlify.com
- https://www.dsquintana.com/
- https://alison.rbind.io/
- http://hughandbecky.us/Hugh-CV/
Commands
Description | Command |
---|---|
Add new post | hugo new --kind post post/my-article-name |
Add new project | hugo new --kind project project/my-project-name |
Generate publication from .bib | academic 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