Skip to content
Snippets Groups Projects
Unverified Commit 8035d0e0 authored by Tom Wiesing's avatar Tom Wiesing
Browse files

Group people into active / inactive

parent 3c98be3c
No related branches found
No related tags found
No related merge requests found
Showing with 94 additions and 62 deletions
......@@ -45,10 +45,12 @@ menu:
- title: 'News'
url: '/news/'
- title: 'People'
folder: 'people'
items:
- title: 'Current Members'
url: '/people/'
- title: 'Former Members'
url: '/people/former/'
- title: 'Bibliography'
menu_order: 10000
external: true
url: 'https://kwarc.github.io/bibs/'
- title: 'Research'
......@@ -68,7 +70,25 @@ menu:
# Settings for compressing everything
compress_html:
clippings: []
comments: ["<!-- ", " -->"]
comments: ["<!-- ", " -->"]
# roles for people and their name
roles:
-
id: faculty
name: Faculty
-
id: postdoc
name: Postdocs
-
id: phd-student
name: "Phd Students"
-
id: master-student
name: "Master Students"
-
id: bachelor-student
name: "Bachelor Students"
# default values -- the one for all **must** be first
......
......@@ -48,7 +48,7 @@
<!-- if we have items, iterate over them -->
{% if item.items %}
{% for item in (item.items | sort: "menu_order") %}
{% for item in item.items %}
{% include menu_single.html %}
{% endfor %}
{% endif %}
......
{% comment %}
Generates a list of people.
Expects 'people' as an argument, representing the list of people to show.
{% endcomment %}
{% for role in site.roles %}
{% assign rollers = people | where: "role", role.id %}
{% if rollers.size > 0 %}
<ul class="collection with-header">
<li class="collection-header"><h4>{{role.name}}</h4></li>
{% for person in rollers %}
<li class="collection-item avatar">
<img src="/{{person.pic}}" alt="" class="circle">
<a href="{{person.url}}" class="title">{{person.fullname}}</a>
<p>
{% if person.start_date %}
from {{person.start_date}} <br/>
{% endif %}
{% if person.end_date %}
until {{person.end_date}} <br/>
{% endif %}
</p>
</li>
{% endfor %}
</ul>
{% endif %}
{% endfor %}
\ No newline at end of file
......@@ -15,9 +15,9 @@ Each file needs some specific parameters:
* **affiliation** the academic affiliation
* **account** (the base name of the file)
* **cv** (optionall) ink to a CV.
* **start-date** (optional) a start date (YYYY-MM)
* **end-date** (optional) an end date (YYYY-MM)
* **start_date** (optional) a start date (YYYY-MM)
* **end_date** (optional) an end date (YYYY-MM)
* **role** one of *master-student*, *bachelor-student*, *phd-student*, *postdoc*, *faculty* or *guest*
* **crossref** (optional) if the home page is outside this web site.
A person is considered as 'active' (i.e. a current member) if and only if their `end_date` is unset.
\ No newline at end of file
---
layout: person
title: Andrea Kohlhase
menu_order: 102
fullname: Prof. Dr. Andrea Kohlhase
role: postdoc
pic: public/images/akohlhase.jpg
start-date: 2005-12
end-date: 2014-08
start_date: 2005-12
end_date: 2014-08
---
### Description
......
---
layout: person
title: Constantin Jucovschi
menu_order: 101
fullname: Constantin Jucovschi
affiliation: Computer Science, FAU Erlangen-Nürnberg
account: cjucovschi
role: phd-student
pic: public/images/cjucovschi.jpeg
start-date: 2007-10
start_date: 2007-10
---
### Description:
......
---
layout: person
title: Christoph Lange
menu_order: 102
fullname: Dr. Christoph Lange
role: phd-student
pic: public/images/clange.jpg
start-date: 2008-07
end-date: 2012-08
start_date: 2008-07
end_date: 2012-08
---
### Thesis Title:
Enabling Collaboration on Semiformal Mathematical Knowledge by Semantic Web Integration
......
---
layout: person
title: Christine Müller
menu_order: 102
fullname: Dr. Christine Müller
role: phd-student
pic: public/images/cmueller.jpg
start-date: 2006-09
end-date: 2010-05
start_date: 2006-09
end_date: 2010-05
---
### Description
In May 2010 I have received my PhD in computer science at the Jacobs University.
......
---
layout: person
title: Deyan Ginev
menu_order: 101
title: Deyan Ginev
fullname: Deyan Ginev
affiliation: Computer Science, FAU Erlangen-Nürnberg
account: dginev
role: phd-student
start-date: 2007-02
start_date: 2007-02
pic: public/images/dginev.jpeg
---
### Contact
......
---
layout: person
title: Dennis Müller
menu_order: 101
title: Dennis Müller
fullname: Dennis Müller
affiliation: Computer Science, FAU Erlangen-Nürnberg
account: dmueller
role: phd-student
start-date: 2015-04
start_date: 2015-04
pic: public/images/dmueller.jpg
---
Ph.D. Student at KWARC
......
---
layout: person
title: Fulya Horozal
menu_order: 102
fullname: Dr. Fulya Horozal
role: phd-student
pic: public/images/fhorozal.jpg
start-date: 2010-05
end-date: 2014-12
start_date: 2010-05
end_date: 2014-12
---
### Thesis Title:
Framework for Defining Declarative Languages
......
---
layout: default
title: KWARC People
---
<h2>Former Members of the KWARC Group</h2>
{% assign people = site.pages | where: "layout", "person" | where_exp: "person", "person.end_date != null" | sort: "start_date" %}
{% include people_list.html %}
\ No newline at end of file
---
layout: person
title: Florian Rabe
menu_order: 102
fullname: PD Dr. Florian Rabe
account: frabe
role: postdoc
start-date: 2005-09
start_date: 2005-09
---
to be decided how to integrate his stuff
---
layout: person
title: Heinrich Stamerjohanns
menu_order: 102
fullname: Dr. Heinrich Stamerjohanns
role: postdoc
start-date: 2005-09
end-date: 2014-03
start_date: 2005-09
end_date: 2014-03
crossref: http://www.eecs.jacobs-university.de/wiki/index.php/Heinrich_Stamerjohanns
---
---
layout: default
title: KWARC People
---
<h2>Current Members of the KWARC Group</h2>
{% assign people = site.pages | where: "layout", "person" | where_exp: "person", "person.end_date == null" | sort: "start_date" %}
{% include people_list.html %}
\ No newline at end of file
---
layout: default
title: KWARC People
menu_title: Current
menu_order: 100
---
## Current Members of the KWARC Group([former members](/people/former))
listing to be generated here.
---
layout: person
title: Immanuel Normann
menu_order: 102
fullname: Dr. Immanuel Normann
role: phd-student
pic: public/images/inormann.jpg
start-date: 2004-01
end-date: 2008-12
start_date: 2004-01
end_date: 2008-12
---
### Description
Immanuel Normann was a Ph.D. student at KWARC,
......
---
layout: person
title: Jonas Betzendal
menu_order: 102
fullname: B.Sc. Jonas Betzendal
affiliation: Data Engineering, Jacobs University
account: twiesing
role: master-student
start-date: 2016-08
start_date: 2016-08
pic: public/images/jbetzendal.jpg
---
......
---
layout: person
title: Mihnea Iancu
menu_order: 101
fullname: Mihnea Iancu
affiliation: Computer Science, FAU Erlangen-Nürnberg
account: miancu
role: phd-student
start-date: 2012-04
start_date: 2012-04
end_date: 2017-01
---
Ph.D. Student at KWARC
working on various projects within the KWARC group in the direction of iMMT and OMDoc2.
......
---
layout: page
menu_hidden: true
---
## Academic Activities
just testing
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