diff --git a/_data/author.yml b/_data/author.yml index 505081a..0928242 100644 --- a/_data/author.yml +++ b/_data/author.yml @@ -9,6 +9,11 @@ cv_link: /cv/ cv_pdf: /assets/pdf/cv.pdf github_username: 2martens twitter_username: 2martens +publications: + - link: /assets/pdf/bachelor-thesis.pdf + title: Face Detection and Head Tracking for perspective rendering (Bachelor Thesis) + author: Jim Martens + date: 2016-07-19 skills: - category: Languages items: diff --git a/cs/index.html b/cs/index.html index 5315518..61bd349 100644 --- a/cs/index.html +++ b/cs/index.html @@ -12,21 +12,27 @@ sidebarboxes: author Furthermore you will find here blog posts that cover topics related to the studies and Computer Science.

+{% if site.data.author.publications %}

Publications

-
- -
-
Face Detection and Head Tracking for perspective rendering (Bachelor Thesis)
- -
-
+ +{% endif %}

Blog posts

\ No newline at end of file