Go to file
Oliver Kennedy 75f4e2d424
fixing out of order bug
2022-09-26 18:15:08 -04:00
assets updating information and assets for myself; 2022-06-21 11:38:37 -04:00
db IEEE Award 2022-09-20 09:49:19 -04:00
lib Talks 2022-02-22 11:09:41 -05:00
old Finishing off the other sections 2016-05-25 20:57:21 -04:00
slides Removing Lisa's deets by request 2021-03-03 20:16:35 -05:00
src fixing out of order bug 2022-09-26 18:15:08 -04:00
subsites Update about.html 2018-12-14 23:36:08 -05:00
templates Print button 2022-09-06 13:47:48 -04:00
.gitignore Updated courses and short cv for teaching award 2020-11-30 18:32:53 -05:00
.rake_tasks~ Slides 2021-03-11 18:24:19 -05:00
CONTRIBUTING.md Add contribution guide 2016-07-09 20:42:19 -04:00
README.md Improving Short CV 2017-10-24 18:24:55 -04:00
Rakefile Data Thread and CV updates 2022-06-10 16:10:30 -04:00

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