Machine Learning research group at TU Wien (Technical University of Vienna, Austria)
- install ruby
sudo apt-get install ruby-full build-essential zlib1g-dev
- setup ruby by filling your bashrc
echo '# Install Ruby Gems to ~/gems' >> ~/.bashrc
echo 'export GEM_HOME="$HOME/gems"' >> ~/.bashrc
echo 'export PATH="$HOME/gems/bin:$PATH"' >> ~/.bashrc
source ~/.bashrc
-
install bundler and jekyll
gem install bundler
gem install jekyll
-
install the local stuff (from this directory)
gem install
-
start jekyll server
bundle exec jekyll serve
Our publications are extracted from repositum.tuwien.ac.at. If you want them to appear on our webpage, add them to repositum first and get them accepted ;)
Then, from the main directory, run (locally)
bash update_bibliography.sh