Skip to content
This repository has been archived by the owner on Dec 3, 2019. It is now read-only.

halk/msc-project-report

Repository files navigation

Creative Commons Lizenzvertrag

LaTeX source code of my MSc project

A Multi-Purpose Recommender Framework

Halil I. Köklü Supervised by Nigel Martin

Links

Build

  1. Install MacTeX.
  2. Clone this repository and browse to the created directory in a terminal.
  3. Run xelatex -shell-escape index.tex.
  4. You may want to run this two or three times (so that e.g. table of content are loaded after the first compilation).
  5. To re-compile bibliography, run bibtex index.aux. Repeat 3.

Built with source code listing

  1. Uncomment \input tags in sections/appendices.tex.
  2. Run
$ git submodule update --init
$ cd includes/source
$ git submodule init
$ git submodule update demo
$ git submodule update engines/inCommon
$ git submodule update engines/itemSimilarity
$ git submodule update framework
$ cd ../../scripts/parse_source
$ python parse.py
  1. Repeat step 3.

License

A Multi-Purpose Recommender Framework by Halil Köklü is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License.