Go to file
Oliver Kennedy 14173cb8b1 Update README.md 2016-07-09 20:41:54 -04:00
assets Improved seminar formatting 2016-06-20 09:55:42 -04:00
cvs HILDA presentation updates, and adding oracle presentation 2016-06-21 21:35:04 -04:00
db Update talks.json 2016-07-09 19:25:07 -04:00
lib Bibtex bugs 2016-06-17 22:53:03 -04:00
old Finishing off the other sections 2016-05-25 20:57:21 -04:00
slides HILDA presentation updates, and adding oracle presentation 2016-06-21 21:35:04 -04:00
software/jsqlparser bringing in static assets and MathJax 2016-05-25 23:08:33 -04:00
src Updating students, QDB pub 2016-07-09 11:31:41 -04:00
subsites Vizier subsite 2016-06-20 11:15:04 -04:00
templates Grants 2016-06-06 10:47:16 -04:00
.gitignore Support for CVs 2016-06-14 19:56:33 -04:00
.gitlab-ci.yml Update .gitlab-ci.yml 2016-07-09 16:19:50 -04:00
README.md Update README.md 2016-07-09 20:41:54 -04:00
Rakefile Updating students, QDB pub 2016-07-09 11:31:41 -04:00

README.md

The ODIn Lab Website

Hosted at http://odin.cse.buffalo.edu

Editing the Website

The lab page is automatically generated using a homebrew tool called GemSmith, which builds functionality similar to MetalSmith into Ruby's Rake build tool. To compile the repository, just invoke Rake

$> rake

You'll need at least Ruby 2.3. Generated files live in build/

$> open build/index.html