Built upon Hyde, a brazen two-column Jekyll theme that pairs a prominent sidebar with uncomplicated content. It's based on Poole, the Jekyll butler.
-
Add pdf to bayesxl/website/public/pdf as [first author lastname][year][first word of title].pdf, all lowercase.
-
Add bibtex entry to bayesxl/website/_bibliography/[ConfJour | Preprints | Workshop | Theses]_bib.bib
The following format is for a conference:
@inproceedings{[first author lastname][year][first word of title],
title = {},
url = {},
abstract = {The whole thing},
language = {en},
urldate = {},
booktitle = {Conference Name},
author = {Lastname, Firstname and Lastname, Firstname and Lastname, Firstname and ...},
year = {},
note = {Link to github code, if there is code; if not, delete this line},
pages = {},
file = {[first author lastname][year][first word of title].pdf}
}
- Consider changing your sample paper (see below)
Add a picture of yourself to bayesxl/website/public/image
Go to bayesxl/website/people.md.
Add an entry under Current Members. Mike goes on top, then the later-to-graduate students go above the sooner-to-graduate students.
Format: (the curly braces are not part of the markdown syntax)
<img src="../public/image/{filename}" width="200">
[***{Your Name}***]({link to personal website, if you have one})
**Areas of interest** : {One or a few areas of interest}
**Sample paper** : [{Paper Title (ideally, a BXL paper)}]({link to paper})
**Here through** : {Expected Graduation Date}
**Favourite prior** : {Your Favorite Prior Distribution}
**Favourite {“terrain” | “cloud type” | “insectivore” | “racquet sport” | “quaint slang” | “kind of boat” | “celebrity hairstyle” | “capital city” | “seaside town” | “regular polyhedron” | “vitamin” | “noble gas” | “ancient ruin” | “tree” | “protein source” | “debunked scientific theory” | “scent” | “function f : R -> R” | “species in lepidoptera” | "20th century head of state" | "Shakespeare character" | “frequency” | “curated collection of objects” | “pickled vegetable”}** : {Your Favorite of That Thing; e.g. archipelago, bullocks, sycamore, rain, or yearly. “But Michael,” you say, “I don’t have a cached favorite of any of those things. Can’t I do a favorite movie or ice cream flavor?” No! Bonus points for choosing a category that no one has picked yet :)}
{email address} \| [Google Scholar]({link to your Google Scholar page}) \| [Github]({link to your Github page}) {any other links you'd like to add (e.g. LinkedIn, Twitter), separated by "\|"}
---
Having "../" at the front of the filepath to the image is wrong for viewing the image on github, but right for the website. To check the image on github, change it to "./", and click Preview Changes. (But then switch it back to "../" before committing the change.)
git clone https://github.com/bayesxl/website.git
cd website
brew install ruby
echo 'export PATH="/usr/local/opt/ruby/bin:$PATH"' >> ~/.bash_profile
Then relaunch terminal.
gem install --user-install bundler jekyll
gem install bundler:1.17.3
bundle install
bundle exec jekyll serve