Skip to content

neu-autonomy/lab_website

Repository files navigation

NEU Autonomy Lab

To add yourself to the Team page

  1. Clone the repository locally
  2. Create a new branch (e.g., git checkout -b add_person/<name>)
  3. Add a picture in images/members
  4. Add an entry to _data/students.yml
  5. Check that the site builds/looks ok in a browser locally (instructions below)
  6. Commit and push that to GitHub
  7. Open a Pull Request on GitHub and the webmaster will merge it in

To run locally (not on GitHub Pages, to serve on your own computer)

  1. Clone the repository and made updates as detailed above
  2. Make sure you have ruby-dev, bundler, and nodejs installed: sudo apt install ruby-dev ruby-bundler nodejs
  3. Run bundle clean to clean up the directory (no need to run --force)
  4. Run bundle install to install ruby dependencies. If you get errors, delete Gemfile.lock and try again.
  5. Run bundle exec jekyll serve -l to generate the HTML and serve it from localhost:4000 the local server will automatically rebuild and refresh the pages on change.

Update publications from MFE's webpage

rm -r ~/code/lab_website/_publications && cp -r ~/code/portfolio/_publications ~/code/lab_website && rm -r ~/code/lab_website/images/publications && cp -r ~/code/portfolio/images/publications ~/code/lab_website/images

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages