commit 36121eecde895ae71d45dfb56c0e072345e7a0b0
parent 3207a9b09cd73021eb806363a2d5ef05724940ee
Author: Janis Pagel <janis.pagel@ims.uni-stuttgart.de>
Date: Sat, 18 Jan 2020 18:22:56 +0100
Add papers to talks
Diffstat:
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/_data/talks.yml b/_data/talks.yml
@@ -50,6 +50,7 @@ conference:
with:
- Prajit Dhar
- Lonneke van der Plas
+ paper: dhar2019a
- title: "Klassifikation von Titelfiguren in deutschsprachigen Dramen und Evaluation am Beispiel von Lessings Emilia Galotti"
date: 2019-03-29
@@ -62,6 +63,7 @@ conference:
slides: /assets/talks/2019-03-29/slides.pdf
with:
- Benjamin Krautter
+ paper: krautter2019a
- title: "Detecting Protagonists in German Plays around 1800 as a Classification Task"
date: 2018-12-08
@@ -72,6 +74,7 @@ conference:
country: Ireland
lang: en
slides: /assets/talks/2018-12-08/slides.pdf
+ paper: reiter2018a
- title: "A Unified Text Annotation Workflow for Diverse Goals"
date: 2018-08-06
@@ -82,6 +85,7 @@ conference:
country: Bulgaria
lang: en
slides: /assets/talks/2018-08-06/slides.pdf
+ paper: pagel2018c
- title: "Towards Bridging Resolution in German: Data Analysis and Rule-based Experiments"
date: 2018-06-06
@@ -92,6 +96,7 @@ conference:
country: USA
lang: en
slides: /assets/talks/2018-06-06/slides.pdf
+ paper: pagel2018a
- title: "Evaluation of Information Retrieval Systems"
date: 2017-05-15
@@ -114,6 +119,7 @@ conference:
lang: de
with:
- Prajit Dhar
+ paper: dhar2016a
- title: "Annotating Coreference and Information Status with RefLex"
date: 2016-05-05
diff --git a/_includes/talk.md b/_includes/talk.md
@@ -5,4 +5,4 @@
{% assign inst = talk.institution %}
{% endif %}
-- **{{ talk.title }}**{% if talk.type %}. {{ talk.type }}{% endif %}{% if talk.with %}. With {{ talk.with | join: ", " }}{% endif %}{% if talk.venue.link %}. [{{ talk.venue.label }}]({{talk.venue.link}}){% else %}. {{ talk.venue.label }}{% endif %}{% if inst %} at {{inst.name}}{% if inst.city %}, {{inst.city}}{%endif%}{% if inst.country %}, {{inst.country}}{%endif%}{%else%} in {{ talk.venue.city }}, {{ talk.venue.country }}{% endif %} on {{ talk.date | date: "%B %e, %Y" }}.{% if talk.comment %} {{ talk.comment }}.{% endif %}<br/>{% if talk.abstract %}[[abstract]]({{ talk.abstract }}) {% endif %}{% if talk.slides %}[[slides]]({{ talk.slides }}) {% endif %}{% if talk.poster %} [[poster]]({{ talk.poster }}){% endif %}
+- **{{ talk.title }}**{% if talk.type %}. {{ talk.type }}{% endif %}{% if talk.with %}. With {{ talk.with | join: ", " }}{% endif %}{% if talk.venue.link %}. [{{ talk.venue.label }}]({{talk.venue.link}}){% else %}. {{ talk.venue.label }}{% endif %}{% if inst %} at {{inst.name}}{% if inst.city %}, {{inst.city}}{%endif%}{% if inst.country %}, {{inst.country}}{%endif%}{%else%} in {{ talk.venue.city }}, {{ talk.venue.country }}{% endif %} on {{ talk.date | date: "%B %e, %Y" }}.{% if talk.comment %} {{ talk.comment }}.{% endif %}<br/>{% if talk.abstract %}[[abstract]]({{ talk.abstract }}) {% endif %}{% if talk.slides %}[[slides]]({{ talk.slides }}) {% endif %}{% if talk.poster %} [[poster]]({{ talk.poster }}){% endif %}{% if talk.paper %} [[paper]](/publications/{{ talk.paper}}.html){% endif %}