Go to file
Oliver Kennedy 8e9b799d99
Minor hilda talk edit
2023-06-18 14:50:11 -07:00
assets Slides for tomorrow 2022-10-13 16:48:23 -04:00
db HILDA Accept 2023-05-02 15:44:00 -04:00
lib added arxiv of bag-pdb paper 2022-12-17 20:48:11 -05:00
old Finishing off the other sections 2016-05-25 20:57:21 -04:00
slides HILDA talk 2023-06-13 17:53:12 -04:00
src Minor hilda talk edit 2023-06-18 14:50:11 -07:00
subsites Update about.html 2018-12-14 23:36:08 -05:00
templates HILDA talk 2023-06-13 17:53:12 -04:00
.gitignore Updated courses and short cv for teaching award 2020-11-30 18:32:53 -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 HILDA talk in progress 2023-06-08 21:18:28 -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