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

Get people pages ready for deployment

parent b206c24f
No related branches found
No related tags found
No related merge requests found
Showing with 209 additions and 114 deletions
...@@ -81,16 +81,16 @@ roles: ...@@ -81,16 +81,16 @@ roles:
name: Faculty name: Faculty
- -
id: postdoc id: postdoc
name: Postdocs name: Postdoc
- -
id: phd-student id: phd-student
name: "Phd Students" name: "Phd Student"
- -
id: master-student id: master-student
name: "Master Students" name: "Master Student"
- -
id: bachelor-student id: bachelor-student
name: "Bachelor Students" name: "Bachelor Student"
# default values -- the one for all **must** be first # default values -- the one for all **must** be first
......
...@@ -8,23 +8,24 @@ ...@@ -8,23 +8,24 @@
{% if rollers.size > 0 %} {% if rollers.size > 0 %}
<ul class="collection with-header"> <ul class="collection with-header">
<li class="collection-header"><h4>{{role.name}}</h4></li> <li class="collection-header"><h5>{{role.name}}(s)</h5></li>
{% for person in rollers %} {% for person in rollers %}
<li class="collection-item avatar"> <li class="collection-item avatar">
<img src="/{{person.pic}}" alt="" class="circle"/> <img src="/{{person.pic}}" alt="" class="circle"/>
<a href="{{person.url}}" class="title">{{person.fullname}}</a> <a href="{{person.url}}" class="title">{{person.fullname}}</a>
<p> <p>
{% if person.start_date %} {% if person.start_date %}
from {% unless person.end_date %}
since
{% endunless %}
{% assign date = person.start_date %} {% assign date = person.start_date %}
{% include date.html %} {% include date.html %}
<br/>
{% endif %} {% if person.end_date %}
{% if person.end_date %} &nbsp;-&nbsp;
until {% assign date = person.end_date %}
{% assign date = person.end_date %} {% include date.html %}
{% include date.html %} {% endif %}
<br/>
{% endif %} {% endif %}
</p> </p>
</li> </li>
......
...@@ -3,22 +3,55 @@ layout: default ...@@ -3,22 +3,55 @@ layout: default
--- ---
<div class="row"> <div class="row">
<div class="col s12 m5 right">
<div class="card"> <div class="col s12 m5 right">
<div class="card-image"> <div class="card">
<img src="/{{page.pic}}" width="300"/> <div class="card-image">
</div> <img src="/{{page.pic}}" width="300"/>
<div class="card-content"> </div>
<span class="card-title">{{ page.fullname }}</span> <div class="card-content">
{% if page.fulltitle %}{{ page.fulltitle }}{% endif %} <span class="card-title">{{ page.fullname }}</span>
</div>
<div class="card-action"> <hr />
<a href="https://kwarc.info/{{ page.account }}/publications.html">Publications</a>
{% if page.cv %}&nbsp;<a href="/{{page.cv}}">CV</a>{% endif %} {% assign role = site.roles | where: "id", page.role %}
</div> {% assign role = role[0] %}
{{role.name}}
{% if page.start_date %}
<br />
{% unless page.end_date %}
since
{% endunless %}
{% assign date = page.start_date %}
{% include date.html %}
{% if page.end_date %}
&nbsp;-&nbsp;
{% assign date = page.end_date %}
{% include date.html %}
{% endif %}
{% endif %}
{% if page.affiliation %}
<hr />
{{ page.affiliation }}
{% endif %}
</div>
<div class="card-action">
{% if page.website %}
<a target="_blank" href="{{page.website}}">Website</a>
&nbsp;
{% endif %}
<a href="https://kwarc.info/{{ page.account }}/publications.html">Publications</a>
</div>
</div>
</div> </div>
</div>
<p> <p>
{{content}} {{content}}
</p> </p>
</div> </div>
--- ---
layout: person layout: person
title: Andrea Kohlhase title: Andrea Kohlhase
fullname: Prof. Dr. Andrea Kohlhase fullname: Prof. Dr. Andrea Kohlhase
role: postdoc
pic: public/images/akohlhase.jpg pic: public/images/akohlhase.jpg
role: postdoc
start_date: 2005-12 start_date: 2005-12
end_date: 2014-08 end_date: 2014-08
affiliation: Hochschule Neu-Ulm
website: https://www.hs-neu-ulm.de/andrea-kohlhase/
--- ---
### Description
### Description
After having been associated with the KWARC research group at Jacobs University Bremen After having been associated with the KWARC research group at Jacobs University Bremen
under guidance of Prof.Dr. Michael Kohlhase (I know the name coincidence is amazing ...) under guidance of Prof.Dr. Michael Kohlhase (I know the name coincidence is amazing ...)
for a couple of years, since July 2011 I'm actually a working member of the group. Before for a couple of years, since July 2011 I'm actually a working member of the group. Before
...@@ -20,6 +25,7 @@ I am still very fond of my previous research group [dimeb](http://www.dimeb.de) ...@@ -20,6 +25,7 @@ I am still very fond of my previous research group [dimeb](http://www.dimeb.de)
(Digital Media in Education) at the University of Bremen under guidance of Prof. Dr. Heidi (Digital Media in Education) at the University of Bremen under guidance of Prof. Dr. Heidi
Schelhowe. Schelhowe.
### Research Focus
My research interest lies in the intersection between the fields of "Semantic My research interest lies in the intersection between the fields of "Semantic
Web" and "Human-Computer-Interaction", especially Interaction Design for semantic data Web" and "Human-Computer-Interaction", especially Interaction Design for semantic data
("Semantic Interaction Design"), with a focus on educational environments. I have ("Semantic Interaction Design"), with a focus on educational environments. I have
...@@ -38,8 +44,4 @@ human-spreadsheet interactions and decouple our semantic services from specific ...@@ -38,8 +44,4 @@ human-spreadsheet interactions and decouple our semantic services from specific
spreadsheet players like MS Excel. spreadsheet players like MS Excel.
At the end of last year I started to make use of Kelly's Repertory Grid Technique. The At the end of last year I started to make use of Kelly's Repertory Grid Technique. The
example data set for the MathUI'13 paper you can find [here](http://www.kwarc.info/ako/ProcrustesAnalysis). example data set for the MathUI'13 paper you can find [here](http://www.kwarc.info/ako/ProcrustesAnalysis).
\ No newline at end of file
### Current Affiliation
Hochschule Neu-Ulm [Current Home Page](https://www.hs-neu-ulm.de/andrea-kohlhase/)
--- ---
layout: person layout: person
title: Bastian Laubner title: Bastian Laubner
fullname: Bastian Laubner fullname: M.Sc. Bastian Laubner
role: master-student role: master-student
start_date: 2005-09 start_date: 2005-09
end_date: 2007-08 end_date: 2007-08
--- ---
### Research Focus: ### Research Focus
My interests are in the fields of logic, graph theory, computation theory, and the design of algorithms. My interests are in the fields of logic, graph theory, computation theory, and the design of algorithms.
### Thesis Title
### Thesis Title: Mapping Mathematics with Theory Graphs A Case Study and a Prototype
Mapping Mathematics with Theory Graphs A Case Study and a Prototype \ No newline at end of file
--- ---
layout: person layout: person
title: Catalin David title: Catalin David
fullname: Catalin David fullname: M.Sc. Catalin David
role: master-student
pic: public/images/cdavid.jpeg pic: public/images/cdavid.jpeg
role: master-student
start_date: 2008-09 start_date: 2008-09
end_date: 2012-02 end_date: 2012-02
--- ---
### Description ### Description
I have graduated in June 2012 with a thesis within the SiSsi project, regarding the I have graduated in June 2012 with a thesis within the SiSsi project, regarding the
software framework behind the project: Semantic Alliance Framework: Integrating Documents software framework behind the project: Semantic Alliance Framework: Integrating Documents
and Semantic Services. and Semantic Services.
...@@ -19,10 +20,9 @@ My work has started with projects regarding knowledge representation and underst ...@@ -19,10 +20,9 @@ My work has started with projects regarding knowledge representation and underst
mainly, user interaction and user experience in the field of semantic data (JOBAD and mainly, user interaction and user experience in the field of semantic data (JOBAD and
Planetary). Lately I have also had an interest in bridging the gap between desktop and web Planetary). Lately I have also had an interest in bridging the gap between desktop and web
systems, bringing semantic web concepts in everyday desktop software (SiSsi). systems, bringing semantic web concepts in everyday desktop software (SiSsi).
### Research Focus: ### Research Focus
I am interested in representation of mathematics on the Internet, as well as User Interaction (UI) and eXperience (UX). I am interested in representation of mathematics on the Internet, as well as User Interaction (UI) and eXperience (UX).
###Thesis Title: ### Thesis Title
Semantic Alliance Framework: Integrating Documents and Semantic Service Semantic Alliance Framework: Integrating Documents and Semantic Service
--- ---
layout: person layout: person
title: Constantin Jucovschi title: Constantin Jucovschi
fullname: Constantin Jucovschi fullname: M.Sc. Constantin Jucovschi
affiliation: Computer Science, FAU Erlangen-Nürnberg
account: cjucovschi
role: phd-student
pic: public/images/cjucovschi.jpeg pic: public/images/cjucovschi.jpeg
role: phd-student
start_date: 2007-10 start_date: 2007-10
---
### Description: affiliation: Computer Science, FAU Erlangen-Nürnberg
---
### Description
Constantin Jucovschi Ph.D. Student of Computer Science at FAU Erlangen supervised by Constantin Jucovschi Ph.D. Student of Computer Science at FAU Erlangen supervised by
Prof. Michael Kohlhase. Prof. Michael Kohlhase.
......
--- ---
layout: person layout: person
title: Christoph Lange title: Christoph Lange
fullname: Dr. Christoph Lange fullname: Dr. Christoph Lange
role: phd-student
pic: public/images/clange.jpg pic: public/images/clange.jpg
role: phd-student
start_date: 2008-07 start_date: 2008-07
end_date: 2012-08 end_date: 2012-08
website: https://langec.wordpress.com/about/
affiliation: Enterprise Information Systems, Fraunhofer IAIS Bonn
--- ---
### Thesis Title:
Enabling Collaboration on Semiformal Mathematical Knowledge by Semantic Web Integration ### Thesis Title
### Current Affiliation? Enabling Collaboration on Semiformal Mathematical Knowledge by Semantic Web Integration
Enterprise Information Systems, Fraunhofer IAIS Bonn
### Current Home Page
https://langec.wordpress.com/about/
--- ---
layout: person layout: person
title: Christine Müller title: Christine Müller
fullname: Dr. Christine Müller fullname: Dr. Christine Müller
role: phd-student
pic: public/images/cmueller.jpg pic: public/images/cmueller.jpg
role: phd-student
start_date: 2006-09 start_date: 2006-09
end_date: 2010-05 end_date: 2010-05
affiliation: ti&m Frankfurt
--- ---
### Description ### Description
In May 2010 I have received my PhD in computer science at the Jacobs University. In May 2010 I have received my PhD in computer science at the Jacobs University.
### Thesis Title:
Thesis Title: Adaptation of Mathematical Documents ### Thesis Title
### Current Affiliation? Adaptation of Mathematical Documents
ti&m Frankfurt \ No newline at end of file
--- ---
layout: person layout: person
title: Corneliu Claudiu Prodescu title: Corneliu Claudiu Prodescu
fullname: Corneliu Claudiu Prodescu fullname: M.Sc. Corneliu Claudiu Prodescu
role: master-student role: master-student
start_date: 2008-09 start_date: 2008-09
end_date: 2014-08 end_date: 2014-08
affiliation: Twitter
--- ---
### Thesis Title:
### Thesis Title
Text and Formula Search on arXiv Documents Text and Formula Search on arXiv Documents
--- ---
layout: person layout: person
title: Deyan Ginev title: Deyan Ginev
fullname: Deyan Ginev fullname: M.Sc. Deyan Ginev
affiliation: Computer Science, FAU Erlangen-Nürnberg pic: public/images/dginev.jpeg
account: dginev
role: phd-student role: phd-student
start_date: 2007-02 start_date: 2007-02
pic: public/images/dginev.jpeg
website: http://prodg.org
affiliation: Computer Science, FAU Erlangen-Nürnberg
--- ---
### Contact ### Contact
d D@T ginev A?T jacobs DASH university D0T ДЕ (Д is a cyrillic D in case you're wondering) d D@T ginev A?T jacobs DASH university D0T ДЕ (Д is a cyrillic D in case you're wondering)
...@@ -30,16 +34,9 @@ All of my research work is released as Free Libre Open Source Software, so feel ...@@ -30,16 +34,9 @@ All of my research work is released as Free Libre Open Source Software, so feel
My supervisor is Prof. [Michael Kohlhase](http://kwarc.info/kohlhase), head of the [KWARC](http://kwarc.info/) research group (Knowledge Adaptation and Reasoning for Content). My supervisor is Prof. [Michael Kohlhase](http://kwarc.info/kohlhase), head of the [KWARC](http://kwarc.info/) research group (Knowledge Adaptation and Reasoning for Content).
### Research Focus ### Research Focus
My primary interest lies in Mathematical Knowledge Management and Computational Semantics of Natural Language, with a focus on Underspecification and Ambiguity in the Math domain. My primary interest lies in Mathematical Knowledge Management and Computational Semantics of Natural Language, with a focus on Underspecification and Ambiguity in the Math domain.
I am also involved in and excited by the problems of Scalable Software Architectures, Data Mining, Processing in the Large and the Semantic Web. I am also involved in and excited by the problems of Scalable Software Architectures, Data Mining, Processing in the Large and the Semantic Web.
My current work is targeting large-scale Semantic Enrichment of informal mathematical documents, based on the [arXiv](https://arxiv.org) corpus. For a more detailed view, feel free to read my [PhD Proposal](https://svn.kwarc.info/repos/dginev/public/DeyanGinev_PhD_proposal.pdf). My current work is targeting large-scale Semantic Enrichment of informal mathematical documents, based on the [arXiv](https://arxiv.org) corpus. For a more detailed view, feel free to read my [PhD Proposal](https://svn.kwarc.info/repos/dginev/public/DeyanGinev_PhD_proposal.pdf).
###non-academic professional profile
please visit my [personal website](http://prodg.org).
--- ---
layout: person layout: person
title: Dennis Müller title: Dennis Müller
fullname: Dennis Müller fullname: M.Sc. Dennis Müller
affiliation: Computer Science, FAU Erlangen-Nürnberg pic: public/images/dmueller.jpg
account: dmueller
role: phd-student role: phd-student
start_date: 2015-04 start_date: 2015-04
pic: public/images/dmueller.jpg
---
Ph.D. Student at KWARC
### Contact Details: affiliation: Computer Science, FAU Erlangen-Nürnberg
Email: "d." + lastname.replace("ü","ue") + "@" + this.domain website: http://blog.logicalphalluses.net/
---
[My blog](http://blog.logicalphalluses.net/) ### Contact
Email: "d." + lastname.replace("ü","ue") + "@" + this.domain
\ No newline at end of file
--- ---
layout: person layout: person
title: Fulya Horozal title: Fulya Horozal
fullname: Dr. Fulya Horozal fullname: Dr. Fulya Horozal
role: phd-student
pic: public/images/fhorozal.jpg pic: public/images/fhorozal.jpg
role: phd-student
start_date: 2010-05 start_date: 2010-05
end_date: 2014-12 end_date: 2014-12
--- ---
### Thesis Title:
Framework for Defining Declarative Languages ### Thesis Title
### Current Affiliation? Framework for Defining Declarative Languages
\ No newline at end of file
--- ---
layout: person layout: person
title: Figen Fusun Horozal title: Figen Fusun Horozal
fullname: Figen Fusun Horozal fullname: M.Sc. Figen Fusun Horozal
role: master-student role: master-student
start_date: 2009-09 start_date: 2009-09
end_date: 2012-02 end_date: 2012-02
--- ---
###Thesis Title:
### Thesis Title
Management of Change in OWL Ontologies Management of Change in OWL Ontologies
--- ---
layout: person layout: person
title: Florian Rabe title: Florian Rabe
fullname: PD Dr. Florian Rabe fullname: PD Dr. Florian Rabe
account: frabe
role: postdoc role: postdoc
start_date: 2005-09 start_date: 2005-09
---
to be decided how to integrate his stuff affiliation: Jacobs University Bremen
---
\ No newline at end of file
--- ---
layout: person layout: person
title: Heinrich Stamerjohanns title: Heinrich Stamerjohanns
fullname: Dr. Heinrich Stamerjohanns fullname: Dr. Heinrich Stamerjohanns
role: postdoc
pic: public/images/hstamerjohanns.jpg pic: public/images/hstamerjohanns.jpg
role: postdoc
start_date: 2005-09 start_date: 2005-09
end_date: 2014-03 end_date: 2014-03
crossref: http://www.eecs.jacobs-university.de/wiki/index.php/Heinrich_Stamerjohanns
---
website: http://www.eecs.jacobs-university.de/wiki/index.php/Heinrich_Stamerjohanns
---
--- ---
layout: person layout: person
title: Immanuel Normann title: Immanuel Normann
fullname: Dr. Immanuel Normann fullname: Dr. Immanuel Normann
role: phd-student
pic: public/images/inormann.jpg pic: public/images/inormann.jpg
role: phd-student
start_date: 2004-01 start_date: 2004-01
end_date: 2008-12 end_date: 2008-12
affiliation: Pagina GmbH
--- ---
### Description ### Description
Immanuel Normann was a Ph.D. student at KWARC, Immanuel Normann was a Ph.D. student at KWARC.
### Thesis Title:
Automated Theory Interpretation ### Thesis Title
### Current Affiliation? Automated Theory Interpretation
Pagina GmbH. \ No newline at end of file
--- ---
layout: person layout: person
title: Jonas Betzendal title: Jonas Betzendal
fullname: B.Sc. Jonas Betzendal fullname: B.Sc. Jonas Betzendal
affiliation: Data Engineering, Jacobs University pic: public/images/jbetzendal.jpg
account: twiesing
role: master-student role: master-student
start_date: 2016-08 start_date: 2016-08
pic: public/images/jbetzendal.jpg
affiliation: University Bielefeld
--- ---
### Description: ### Description
Hi, my name is Jonas Betzendal and I am finishing my Master's degree at Bielefeld. Hi, my name is Jonas Betzendal and I am finishing my Master's degree at Bielefeld.
My topic is the transportation of the library of the IMPS theorem prover into OMDOC format. My topic is the transportation of the library of the IMPS theorem prover into OMDOC format.
--- ---
layout: person layout: person
title: Kristina Sojakova title: Kristina Sojakova
fullname: Kristina Sojakova fullname: M.Sc. Kristina Sojakova
role: master-student role: master-student
start_date: 2008-09 start_date: 2008-09
end_date: 2010-08 end_date: 2010-08
website: http://www.cs.cmu.edu/~ksojakov/
affiliation: Carnegie Mellon University
--- ---
### Thesis Title ### Thesis Title
Mechanically Verifying Logic Translations Mechanically Verifying Logic Translations
### Home Page
http://www.cs.cmu.edu/~ksojakov/
...@@ -2,22 +2,29 @@ Technical directions on adding a page ...@@ -2,22 +2,29 @@ Technical directions on adding a page
------------------------------------------ ------------------------------------------
To add a new page, create a file of the form `<first initial><surname>.md` in this To add a new page, create a file of the form `<first initial><surname>.md` in this
directory, taking the existing files as examples. Any auxiliary files (e.g. CV, ... should directory, taking the existing files as examples.
have form `<first initial><surname>-<aux>.<ext>`.
Each file needs some specific parameters: Each file needs some specific parameters:
* **layout** use *person* * **layout** use *person*
* **menu_title** (optional) the slot title in the menu, use your full name, leave out
for auxiliary pages. * **title** Name of the person, doubles as the page title
* **fullname** * **fullname** Full name of the person, to be used in references
* **fulltitle** * **pic** Relative link to a picture of the person
* **affiliation** the academic affiliation
* **account** (the base name of the file) * **role** one of *master-student*, *bachelor-student*, *phd-student*, *postdoc*, *faculty* or *guest*
* **cv** (optionall) ink to a CV.
* **start_date** (optional) a start date (YYYY-MM) * **start_date** (optional) a start date (YYYY-MM)
* **end_date** (optional) an end 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. * **website** (optional) the (current) website
* **affiliation** (optional) the (current) affiliation
A person is considered as 'active' (i.e. a current member) if and only if their `end_date` is unset. 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
By convention, section headings are:
1. Contact
2. Description
3. Research Focus
4. Thesis Title
**DO NOT put colons after section titles**
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