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:
name: Faculty
-
id: postdoc
name: Postdocs
name: Postdoc
-
id: phd-student
name: "Phd Students"
name: "Phd Student"
-
id: master-student
name: "Master Students"
name: "Master Student"
-
id: bachelor-student
name: "Bachelor Students"
name: "Bachelor Student"
# default values -- the one for all **must** be first
......
......@@ -8,23 +8,24 @@
{% if rollers.size > 0 %}
<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 %}
<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
{% unless person.end_date %}
since
{% endunless %}
{% assign date = person.start_date %}
{% include date.html %}
<br/>
{% endif %}
{% if person.end_date %}
until
{% assign date = person.end_date %}
{% include date.html %}
<br/>
{% if person.end_date %}
&nbsp;-&nbsp;
{% assign date = person.end_date %}
{% include date.html %}
{% endif %}
{% endif %}
</p>
</li>
......
......@@ -3,22 +3,55 @@ layout: default
---
<div class="row">
<div class="col s12 m5 right">
<div class="card">
<div class="card-image">
<img src="/{{page.pic}}" width="300"/>
</div>
<div class="card-content">
<span class="card-title">{{ page.fullname }}</span>
{% if page.fulltitle %}{{ page.fulltitle }}{% endif %}
</div>
<div class="card-action">
<a href="https://kwarc.info/{{ page.account }}/publications.html">Publications</a>
{% if page.cv %}&nbsp;<a href="/{{page.cv}}">CV</a>{% endif %}
</div>
<div class="col s12 m5 right">
<div class="card">
<div class="card-image">
<img src="/{{page.pic}}" width="300"/>
</div>
<div class="card-content">
<span class="card-title">{{ page.fullname }}</span>
<hr />
{% assign role = site.roles | where: "id", page.role %}
{% 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>
<p>
{{content}}
</p>
<p>
{{content}}
</p>
</div>
---
layout: person
title: Andrea Kohlhase
fullname: Prof. Dr. Andrea Kohlhase
role: postdoc
pic: public/images/akohlhase.jpg
role: postdoc
start_date: 2005-12
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
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
......@@ -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
Schelhowe.
### Research Focus
My research interest lies in the intersection between the fields of "Semantic
Web" and "Human-Computer-Interaction", especially Interaction Design for semantic data
("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
spreadsheet players like MS Excel.
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).
### Current Affiliation
Hochschule Neu-Ulm [Current Home Page](https://www.hs-neu-ulm.de/andrea-kohlhase/)
example data set for the MathUI'13 paper you can find [here](http://www.kwarc.info/ako/ProcrustesAnalysis).
\ No newline at end of file
---
layout: person
title: Bastian Laubner
fullname: Bastian Laubner
fullname: M.Sc. Bastian Laubner
role: master-student
start_date: 2005-09
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.
### Thesis Title:
Mapping Mathematics with Theory Graphs A Case Study and a Prototype
### Thesis Title
Mapping Mathematics with Theory Graphs A Case Study and a Prototype
\ No newline at end of file
---
layout: person
title: Catalin David
fullname: Catalin David
role: master-student
fullname: M.Sc. Catalin David
pic: public/images/cdavid.jpeg
role: master-student
start_date: 2008-09
end_date: 2012-02
---
### Description
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
and Semantic Services.
......@@ -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
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).
### Research Focus:
### Research Focus
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
---
layout: person
title: Constantin Jucovschi
fullname: Constantin Jucovschi
affiliation: Computer Science, FAU Erlangen-Nürnberg
account: cjucovschi
role: phd-student
fullname: M.Sc. Constantin Jucovschi
pic: public/images/cjucovschi.jpeg
role: phd-student
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
Prof. Michael Kohlhase.
......
---
layout: person
title: Christoph Lange
fullname: Dr. Christoph Lange
role: phd-student
pic: public/images/clange.jpg
role: phd-student
start_date: 2008-07
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
### Current Affiliation?
Enterprise Information Systems, Fraunhofer IAIS Bonn
### Current Home Page
https://langec.wordpress.com/about/
### Thesis Title
Enabling Collaboration on Semiformal Mathematical Knowledge by Semantic Web Integration
---
layout: person
title: Christine Müller
fullname: Dr. Christine Müller
role: phd-student
pic: public/images/cmueller.jpg
role: phd-student
start_date: 2006-09
end_date: 2010-05
affiliation: ti&m Frankfurt
---
### Description
In May 2010 I have received my PhD in computer science at the Jacobs University.
### Thesis Title:
Thesis Title: Adaptation of Mathematical Documents
### Current Affiliation?
ti&m Frankfurt
In May 2010 I have received my PhD in computer science at the Jacobs University.
### Thesis Title
Adaptation of Mathematical Documents
\ No newline at end of file
---
layout: person
title: Corneliu Claudiu Prodescu
fullname: Corneliu Claudiu Prodescu
fullname: M.Sc. Corneliu Claudiu Prodescu
role: master-student
start_date: 2008-09
end_date: 2014-08
affiliation: Twitter
---
### Thesis Title:
### Thesis Title
Text and Formula Search on arXiv Documents
---
layout: person
title: Deyan Ginev
fullname: Deyan Ginev
affiliation: Computer Science, FAU Erlangen-Nürnberg
account: dginev
fullname: M.Sc. Deyan Ginev
pic: public/images/dginev.jpeg
role: phd-student
start_date: 2007-02
pic: public/images/dginev.jpeg
website: http://prodg.org
affiliation: Computer Science, FAU Erlangen-Nürnberg
---
### Contact
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
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
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.
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
title: Dennis Müller
fullname: Dennis Müller
affiliation: Computer Science, FAU Erlangen-Nürnberg
account: dmueller
fullname: M.Sc. Dennis Müller
pic: public/images/dmueller.jpg
role: phd-student
start_date: 2015-04
pic: public/images/dmueller.jpg
---
Ph.D. Student at KWARC
### Contact Details:
Email: "d." + lastname.replace("ü","ue") + "@" + this.domain
affiliation: Computer Science, FAU Erlangen-Nürnberg
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
title: Fulya Horozal
fullname: Dr. Fulya Horozal
role: phd-student
pic: public/images/fhorozal.jpg
role: phd-student
start_date: 2010-05
end_date: 2014-12
---
### Thesis Title:
Framework for Defining Declarative Languages
### Current Affiliation?
### Thesis Title
Framework for Defining Declarative Languages
\ No newline at end of file
---
layout: person
title: Figen Fusun Horozal
fullname: Figen Fusun Horozal
fullname: M.Sc. Figen Fusun Horozal
role: master-student
start_date: 2009-09
end_date: 2012-02
---
###Thesis Title:
### Thesis Title
Management of Change in OWL Ontologies
---
layout: person
title: Florian Rabe
fullname: PD Dr. Florian Rabe
account: frabe
role: postdoc
start_date: 2005-09
---
to be decided how to integrate his stuff
affiliation: Jacobs University Bremen
---
\ No newline at end of file
---
layout: person
title: Heinrich Stamerjohanns
fullname: Dr. Heinrich Stamerjohanns
role: postdoc
pic: public/images/hstamerjohanns.jpg
role: postdoc
start_date: 2005-09
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
title: Immanuel Normann
fullname: Dr. Immanuel Normann
role: phd-student
pic: public/images/inormann.jpg
role: phd-student
start_date: 2004-01
end_date: 2008-12
affiliation: Pagina GmbH
---
### Description
Immanuel Normann was a Ph.D. student at KWARC,
### Thesis Title:
Automated Theory Interpretation
### Current Affiliation?
Pagina GmbH.
Immanuel Normann was a Ph.D. student at KWARC.
### Thesis Title
Automated Theory Interpretation
\ No newline at end of file
---
layout: person
title: Jonas Betzendal
fullname: B.Sc. Jonas Betzendal
affiliation: Data Engineering, Jacobs University
account: twiesing
pic: public/images/jbetzendal.jpg
role: master-student
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.
My topic is the transportation of the library of the IMPS theorem prover into OMDOC format.
---
layout: person
title: Kristina Sojakova
fullname: Kristina Sojakova
fullname: M.Sc. Kristina Sojakova
role: master-student
start_date: 2008-09
end_date: 2010-08
website: http://www.cs.cmu.edu/~ksojakov/
affiliation: Carnegie Mellon University
---
### Thesis Title
Mechanically Verifying Logic Translations
### Home Page
http://www.cs.cmu.edu/~ksojakov/
......@@ -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
directory, taking the existing files as examples. Any auxiliary files (e.g. CV, ... should
have form `<first initial><surname>-<aux>.<ext>`.
directory, taking the existing files as examples.
Each file needs some specific parameters:
Each file needs some specific parameters:
* **layout** use *person*
* **menu_title** (optional) the slot title in the menu, use your full name, leave out
for auxiliary pages.
* **fullname**
* **fulltitle**
* **affiliation** the academic affiliation
* **account** (the base name of the file)
* **cv** (optionall) ink to a CV.
* **layout** use *person*
* **title** Name of the person, doubles as the page title
* **fullname** Full name of the person, to be used in references
* **pic** Relative link to a picture of the person
* **role** one of *master-student*, *bachelor-student*, *phd-student*, *postdoc*, *faculty* or *guest*
* **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.
* **end_date** (optional) an end date (YYYY-MM)
* **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.
\ No newline at end of file
A person is considered as 'active' (i.e. a current member) if and only if their `end_date` is unset.
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