Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 967 Bytes

README.md

File metadata and controls

34 lines (27 loc) · 967 Bytes

Machine Learning for Science at Boston College

This is the website of an academic research group at Boston College.

Data Editing

  • Edit the .yml in _data/
  • Install ruby
    brew install rbenv
    rbenv install 3.0.0
    # if using Bash
    echo 'export PATH="/usr/local/opt/ruby/bin:/usr/local/lib/ruby/gems/3.0.0/bin:$PATH"' >> ~/.bash_profilebrew install ruby
    rbenv global 3.0.0
    
  • Install jekyll
    gem install --user-install bundler jekyll
    bundle update --bundler
    gem install -n /usr/local/bin jekyll
    bundle add webrick
    
cd PATH_TO_FOLDER/BC-ML4SCI/
bundle exec jekyll serve

Template from Allan Lab Copyright ML4SCI@BC. Code released under the MIT License.