Skip to content
Snippets Groups Projects
Commit dcee5d72 authored by Michael Kohlhase's avatar Michael Kohlhase
Browse files

adding a hiring page

parent 9bddc925
No related branches found
No related tags found
No related merge requests found
......@@ -121,7 +121,9 @@ menu:
url: '/courses/upcoming/'
- title: 'Theses & Projects'
url: '/courses/theses/'
- title: 'Hiring'
folder: '/hiring/'
- title: 'Contact'
url: '/contact/'
......
---
layout: default
---
<div class="row">
<div class="col s12 m5 left">
<div class="card">
<div class="card-content">
<span class="card-title">{{page.title}}</span>
<hr />
{% if page.requirements%}
<b>requirements: {{page.requirements}}</b><br/>
{% endif %}
{% if page.posted %}
<b>posted: {{page.posted}}</b>
{% if page.status %} ({{page.status}}) {% endif %}
<br/>
{% endif %}
</div>
</div>
</div>
<div class="caption">
{{content}}
</div>
</div>
---
layout: jobad
title: Drupal Developer (student)
posted: 2017-08-21
status: open
requirements: experience or interest in Drupal
---
We are looking for a Drupal developer (PHP, CSS) to help with front-end development of the [MathHub.info](http://mathhub.info) system.
---
layout: page
title: KWARC - Open Positions
---
The KWARC group is constantly looking for good developers and Ph.D. students.
{% assign jobads = site.pages | where: "layout", "jobad" | sort: "title" %}
<ul class="collection">
{% for item in jobads %}
{% if item.status contains 'open' %}
{% include jobad.html %}
{% endif %}
{% endfor %}
</ul>
---
layout: jobad
title: OAF Ph.D. Student (formalization)
posted: 2017-06-21
status: open
requirements: M.Sc (or equivalent)
---
We are looking for a Ph.D. student in the [OAF Project](/projects/oaf/).
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment