Added category Computer Science
Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
32
cs/index.html
Normal file
32
cs/index.html
Normal file
@ -0,0 +1,32 @@
|
||||
---
|
||||
layout: category
|
||||
title: Computer Science
|
||||
category: cs
|
||||
sidebarboxes: author
|
||||
---
|
||||
|
||||
<h1>Computer Science</h1>
|
||||
|
||||
<p>
|
||||
On this page you can find all my publications that were created as part of both the bachelor and master studies.
|
||||
Furthermore you will find here blog posts that cover topics related to the studies and Computer Science.
|
||||
</p>
|
||||
|
||||
<h2>Publications</h2>
|
||||
|
||||
<div class="media">
|
||||
<a href="{% link assets/pdf/bachelor-thesis.pdf %}"><span class="mr-3 far fa-file-pdf fa-5x"></span></a>
|
||||
<div class="media-body">
|
||||
<h5 class="mt-0">Face Detection and Head Tracking for perspective rendering (Bachelor Thesis)</h5>
|
||||
<ul class="list-unstyled">
|
||||
<li><span class="font-weight-bold">Author:</span> Jim Martens</li>
|
||||
<li><span class="font-weight-bold">Date:</span>
|
||||
<time datetime="{{ '2016-07-19' | date_to_xmlschema }}" itemprop="datePublished">
|
||||
{{ '2016-07-19' | date: "%b %-d, %Y" }}
|
||||
</time>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<h2>Blog posts</h2>
|
||||
Reference in New Issue
Block a user