You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Oliver Kennedy 1bb9ecd13f
Merge branch 'master' of git.odin.cse.buffalo.edu:ODIn/Website
2 weeks ago
assets Slides for tomorrow 5 months ago
db New pubs 3 weeks ago
lib added arxiv of bag-pdb paper 3 months ago
old Finishing off the other sections 7 years ago
slides Removing Lisa's deets by request 2 years ago
src CornellDB Talk 1 month ago
subsites Update about.html 4 years ago
templates Updated wiki link 2 weeks ago
.gitignore Updated courses and short cv for teaching award 2 years ago
.rake_tasks~ Slides 2 years ago
CONTRIBUTING.md Add contribution guide 7 years ago
README.md Improving Short CV 5 years ago
Rakefile Data Thread and CV updates 10 months ago

README.md

The ODIn Lab Website

Hosted at https://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.

Installing Rake & Dependencies

$> sudo gem install rake redcarpet prawn