UMM-CSci / senior-seminar

Public materials for senior seminar, including assignments, past papers/slides, templates, etc.
https://umm-csci.github.io/senior-seminar/
9 stars 10 forks source link

Add Charlot Shaw's paper #46

Closed UnwarySage closed 3 years ago

UnwarySage commented 3 years ago

I'm working on improving my resume, and would like an official spot to link to when I discuss my seminar. I don't have the Ruby toolchain installed, so can't verify that this builds, but I believe it should. Thanks in advance, Charlot

UnwarySage commented 3 years ago

Have done so

floogulinc commented 3 years ago

Oh also, even if you don't have all the Ruby stuff installed you can easily build and preview the site locally with Docker. This is from the README:

### Running with Docker If you have Docker you can run the site with docker using ```bash docker run -it --rm -v ${PWD}:/usr/src/app -p 4000:4000 starefossen/github-pages ``` This will serve the site on port 4000 (it should also automatically rebuild the site when changes are made to the files).
UnwarySage commented 3 years ago

Realized the index.md needed to be updated as well, unfortunately after pushing.

UnwarySage commented 3 years ago

I believe I've settled the outstanding issues. Do you see anything else on your end?