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

List projects and systems on people pages

parent 756e6596
No related branches found
No related tags found
No related merge requests found
Pipeline #
Showing with 93 additions and 1 deletion
{% comment %}
This page creates a single 'chip' for linking to a project.
It expects the name of the project as the 'project' variable
{% endcomment %}
{% capture purl %}/projects/{{include.project}}/{% endcapture %}
{% assign pp = site.pages | where: "url", purl | first %}
{% if pp %}
<a href="{{ site.baseurl }}{{purl}}">
<div class="chip">
{% if pp.logo %}
<img src="{{ site.baseurl }}/{{pp.logo}}"/>
{% endif %}
{{pp.shorttitle}}
</div>
</a>
{% else %}
<div class="chip">
{{include.project}}
</div>
{% endif %}
{% comment %}
This page creates a single 'chip' for linking to a system.
It expects the name of the system as the 'system' variable
{% endcomment %}
{% capture surl %}/systems/{{include.system}}/{% endcapture %}
{% assign sp = site.pages | where: "url", surl | first %}
{% if sp %}
<a href="{{ site.baseurl }}{{surl}}">
<div class="chip">
{% if sp.logo %}
<img src="{{ site.baseurl }}/{{sp.logo}}"/>
{% endif %}
{{sp.shorttitle}}
</div>
</a>
{% else %}
<div class="chip">
{{include.system}}
</div>
{% endif %}
---
layout: compress
---
{% assign sorted_pages = site.pages | sort: "menu_order" %}
<!DOCTYPE html>
......
......@@ -2,6 +2,8 @@
layout: default
---
{% assign username = page.url | replace: '/people/', '' | replace: '/', '' %}
<div class="row">
<div class="col s12 m5 right">
......@@ -36,6 +38,30 @@ layout: default
<hr />
{{ page.affiliation }}
{% endif %}
<hr />
<!-- Projects -->
{% assign projects = site.pages | where: "layout", "project" | where: "active", true %}
{% for project in projects %}
{% if project.people contains username %}
{% assign pid = project.url | replace: '/projects/', '' | replace: '/', '' %}
{% include project_chip.html project=pid %}
{% endif %}
{% endfor %}
<hr />
<!-- Systems -->
{% assign systems = site.pages | where: "layout", "system" %}
{% for system in systems %}
{% unless system.end_date %}
{% if system.people contains username %}
{% assign sid = system.url | replace: '/systems/', '' | replace: '/', '' %}
{% include system_chip.html system=sid %}
{% endif %}
{% endunless %}
{% endfor %}
</div>
<div class="card-action">
{% if page.website %}
......@@ -44,7 +70,7 @@ layout: default
{% endif %}
{% if page.publink == "auto" %}
<a href="http://kwarc.github.io/bibs/{{ page.url | replace: '/people/', '' | replace: '/', '' }}/">Publications</a>
<a href="http://kwarc.github.io/bibs/{{ username }}/">Publications</a>
{% elsif page.publink %}
<a href="{{page.publink}}">Publications</a>
{% endif %}
......
......@@ -3,6 +3,7 @@ layout: project
title: "FormalCAD: Formal Methods and Semantic Technologies for Engineering Design
Processes"
shorttitle: FormalCAD
teaser: Towards a computer-supported, document-oriented process for systematic engineering design and a semantic help system for CAD systems.
active: false
......
......@@ -2,6 +2,7 @@
layout: project
title: "ALMANAC: Argumentation Logics Manager & Argument Context Graph"
shorttitle: "ALMANAC"
teaser: Decision situations require individuals and organizations to choose between a multitude of options based on facts, opinions, and arguments about the situation at hand or similar ones. There is already a large set of prior work on the representation of knowledge, inference, and argumentations; the ALMANAC aims to a) bring order into the zoo of proposed formalisms, b) categorize their inter-relations, and c) benchmark them on real-world corpora.
active: true
......
......@@ -2,6 +2,7 @@
layout: project
title: arXMLiv
shorttitle: arXMLiv
active: true
teaser: Translating the arXiv to XML/HTML5
start_date: '2006'
......
......@@ -2,6 +2,7 @@
layout: project
title: "CoMMa: Corpus Meta-Mathematics"
shorttitle: CoMMa
active: true
teaser: Representing and Extracting the Meaning of Mathematical/Technical Documents
start_date: '2006'
......
......@@ -2,6 +2,7 @@
layout: project
title: "JEM: Joining Educational Mathematics"
shorttitle: JEM
teaser: Coordination of European content enrichment activities in the area of mathematics
active: false
......
......@@ -2,6 +2,7 @@
layout: project
title: "LATIN: Logic Atlas & Integrator"
shorttitle: LATIN
teaser: Building a theory graph of logic represesentations.
active: false
......
......@@ -2,6 +2,7 @@
layout: project
title: "Logosphere: Formal Digital Libraries"
shorttitle: Logosphere
teaser: Integrating Theorem Prover Libraries through Meta-logical Frameworks
active: false
......
......@@ -2,6 +2,7 @@
layout: project
title: MaMoReD
shorttitle: MaMoReD
teaser: Flexiformalizing Mathematical Models as Research Data
active: true
......
......@@ -3,6 +3,7 @@ layout: project
title: "MathSearch: Analyse und Suche in mathematischen Formeln"
shorttitle: MathSearch
teaser: Methods for information extraction and information retrieval for mathematical documents with the aim of providing semantically enhanced interaction for Zentralblatt Math and the arXiv.
active: false
......
......@@ -9,8 +9,11 @@ Each post needs some specific parameters:
* **layout** use `project`
* **title** the title of the project
* **shorttitle** the short title of the project, used for project chips
* **teaser** (optional) a one-line description for the overview
* **logo** (optional) a (local) path to the logo of a project
* **active** boolean indicating if the project is active
* **start_date** the system start date (YYYY[-MM])
* **end_date** (optional) the system end date (YYYY[-MM])
......
......@@ -2,6 +2,7 @@
layout: project
title: "OAF: An Open Archive for Formalizations"
shorttitle: OAF
teaser: The OAF Project builds a theoretical framework for interoperability of theorem prover libraries and implements an information system that host and align multiple libraries in a joint semantic setting.
active: true
......
......@@ -2,6 +2,7 @@
layout: project
title: OpenDreamKit
shorttitle: ODK
teaser: Towards an Open Virtual Research Environment Framework for (Computational) Mathematics.
active: true
......
......@@ -2,6 +2,7 @@
layout: project
title: "OMoC: Ontology-based Management of Change"
shorttitle: OMoC
teaser: Using semantic features in document collections for better change management.
active: false
......
......@@ -2,6 +2,7 @@
layout: project
title: "ONCE-CS: Open Network of Centres of Excellence in Complex Systems"
shorttitle: ONCE-CS
teaser: Adding a Semantic Angle to Complex Systems
active: false
......
......@@ -2,6 +2,7 @@
layout: project
title: Thematic Netork "OpenMath"
shorttitle: TN "OpenMath"
teaser: Integrating Math Software Systems by content Markup for Formulae
active: false
......
......@@ -2,6 +2,7 @@
layout: project
title: "SiSsI: Software Engineering for Spreadsheet Interaction"
shorttitle: SiSsI
teaser: Methods and technologies to enhance spreadsheets semantically.
active: false
......
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