Skip to content

trahman8/ubc_cvrg

 
 

Repository files navigation

UBC Computer Vision Research Group Website

This github project is the development version of the webpage of Computer Vision research group at University of British Columbia (visit the webpage).

FAQs

Adding a new team member

  • Add yourself in the team XML file link and submit the pull request.
  • Add your headshot in the teampic folder link. Note that you may not be able to upload your picture directly. So you need to fork the repo, upload and then submit a pull request.

Adding a new publication

  • Add publication data in the publication XML file link and submit the pull request.
  • Optionally, you can add a “1” in the highlight field to feature it more prominently.
  • Optionally add a teaser/ poster in the publications pic folder link. Note that you may not be able to upload a picture directly. So you need to fork the repo, upload and then submit a pull request.

Adding a new news

  • Add the news item in the news XML file link.
  • Optionally, highlight the news item using (red, “news1”) or (blue, “news1”).

Changing homepage

  • Changing/ adding pics to slider: ./_pages/home.md
  • Changing layout of homepage: ./_layouts/homelay.html

Setting up the project locally

  • Install bundler and Jekyll link.
  • Git pull the source code
  • $bundle install
  • $bundle exec jekyll serve

Editing the website

  • Change information in the footer link.
  • Add a new option in the main menu link
  • Edit content in various pages link

Deploy on UBC server

  • ssh vision.cs.ubc.ca
  • Clone this repo
  • $bundle install --path vendor/bundle
  • run deploy.sh
  • for setting read and execute permission to images/ directory chmod 755 images/ -R

Todo list

  • Get full list of publications
  • Get full list of team members
  • Add the list of old students and visitors in the lab
  • Add a talks page (cvrg and visitors).

Credits

Copyright UBC Vision Research Group. Code released under the MIT License.
Originally forked from the Allan Lab Website.

About

UBC Computer Vision Research website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 44.8%
  • CSS 23.7%
  • Ruby 11.5%
  • Shell 10.8%
  • Python 4.7%
  • JavaScript 3.9%
  • Jupyter Notebook 0.6%