Go to file
2016-07-26 07:57:23 +03:00
assets Improved seminar formatting 2016-06-20 09:55:42 -04:00
cvs Don't need to commit CVs any more. 2016-07-26 07:44:12 +03:00
db Don't need to commit CVs any more. 2016-07-26 07:44:12 +03: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 Publishing JITD Proposal 2016-07-22 21:29:16 +03: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 Rendering the DB 2016-07-26 07:57:23 +03:00
CONTRIBUTING.md Add contribution guide 2016-07-09 20:42:19 -04:00
Rakefile Rendering the DB 2016-07-26 07:57:23 +03:00
README.md Update README.md 2016-07-11 11:29:10 -04:00

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.