Skip to content

oriern/BIU-NLP.github.io

 
 

Repository files navigation

How to compile the website locally:

Install prerequisites:

sudo gem install jekyll
sudo gem install github-pages

Activate locally:

cd biu-nlp-site
jekyll build --watch &
jekyll serve

Preview on browser:

Visit http://localhost:4000/

Other How-to's:

Add a new student:

Edit _data/phd_students.yaml or _data/master_students.yaml

The photos should be under assets/img/students/

Add a new publication:

Edit _data/publications.yaml

Add a new resource:

Fork your personal github repository to this repository (ask Yoav or Dudi to add you as a member).

For more tutorial materials on jekyll see: http://jekyllrb.com/docs/usage/

Based on this website by Chris Callison-Burch.

About

BIU NLP Lab website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 71.9%
  • HTML 19.6%
  • CSS 6.5%
  • Python 1.5%
  • Other 0.5%