Added category Computer Science
Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
@ -6,6 +6,8 @@ items:
|
|||||||
items:
|
items:
|
||||||
- link: /politics/g20/
|
- link: /politics/g20/
|
||||||
title: G20
|
title: G20
|
||||||
|
- link: /cs/
|
||||||
|
title: Computer Science
|
||||||
- link: /about/
|
- link: /about/
|
||||||
title: About
|
title: About
|
||||||
- link: /media/
|
- link: /media/
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
layout: post
|
layout: post
|
||||||
title: "Verwendete Unity3D-Plugins für die Bachelorarbeit oder Versteckte Studiengebühren"
|
title: "Verwendete Unity3D-Plugins für die Bachelorarbeit oder Versteckte Studiengebühren"
|
||||||
date: 2016-09-08 18:00:00 +0200
|
date: 2016-09-08 18:00:00 +0200
|
||||||
categories: hopo
|
categories: cs
|
||||||
---
|
---
|
||||||
|
|
||||||
Im Juli konnte ich nach monatelanger Arbeit die Bachelorarbeit beenden. Mit dem
|
Im Juli konnte ich nach monatelanger Arbeit die Bachelorarbeit beenden. Mit dem
|
||||||
|
|||||||
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