Go to file
Oliver Kennedy c940147a30 Fixing Vizier publication list 2016-10-11 20:47:57 -04:00
assets Ettu Logo 2016-09-06 12:27:52 -04:00
db Update publications.json 2016-10-11 20:36:57 -04:00
lib Adding alumi to mimir project 2016-10-05 11:17:40 -04:00
old Finishing off the other sections 2016-05-25 20:57:21 -04:00
slides Merge branch 'master' of gitlab.odin.cse.buffalo.edu:odin-lab/Website 2016-09-30 10:44:09 -04:00
software/jsqlparser bringing in static assets and MathJax 2016-05-25 23:08:33 -04:00
src Fixing Vizier publication list 2016-10-11 20:47:57 -04:00
subsites Vizier subsite 2016-06-20 11:15:04 -04:00
templates Update lab.erb 2016-09-07 14:06:30 -04:00
.gitignore Making it easier to generate short CVs 2016-09-18 18:45:09 -04:00
.gitlab-ci.yml Deploying db.json and other artifacts 2016-08-11 10:35:07 -04:00
CONTRIBUTING.md Add contribution guide 2016-07-09 20:42:19 -04:00
README.md Update README.md 2016-07-11 11:29:10 -04:00
Rakefile Formatting tweaks 2016-09-18 19:14:05 -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

Details of the repository's organization and how to upload files are in CONTRIBUTING.md.