commit 52c7c2ccfd807e0e8997180d0cc048a49c03c783
parent 3cff43e9702462a5cd1a9da33459772e60ed70f7
Author: Janis Pagel <janis.pagel@ims.uni-stuttgart.de>
Date: Wed, 20 May 2020 22:40:04 +0200
Separate start and end page for publications
Diffstat:
12 files changed, 27 insertions(+), 12 deletions(-)
diff --git a/_includes/pub/article.html b/_includes/pub/article.html
@@ -1 +1 @@
-<span class="author">{{ include.p.author | join: ", " }}</span>. <span class="title">{{ include.p.title }}</span>. <span class="journal">{{ include.p.journal }}</span>, <span class="volume">{{ include.p.volume }}</span>{% if include.p.number %}(<span class="number">{{ include.p.number }}</span>){% endif %}, {% if include.p.pages %}<span class="pages">pp. {{ include.p.pages }}</span>, {% endif %}<span class="year">{{ include.p.year }}</span>{% if include.p.status %}, (<span class="status">{{ include.p.status }}</span>){% endif %}.
+<span class="author">{{ include.p.author | join: ", " }}</span>. <span class="title">{{ include.p.title }}</span>. <span class="journal">{{ include.p.journal }}</span>, <span class="volume">{{ include.p.volume }}</span>{% if include.p.number %}(<span class="number">{{ include.p.number }}</span>){% endif %}, {% if include.p.spage %}<span class="pages">pp. {{ include.p.spage }}-{{ include.p.epage }}</span>, {% endif %}<span class="year">{{ include.p.year }}</span>{% if include.p.status %}, (<span class="status">{{ include.p.status }}</span>){% endif %}.
diff --git a/_includes/pub/bibtex.html b/_includes/pub/bibtex.html
@@ -4,7 +4,7 @@
{% endif %}{% if include.pub.author %} author = {%raw%}{{%endraw%}{{ include.pub.author | join: " and " }}{%raw%}}{%endraw%},
{% endif %}{% if include.pub.editor %} editor = {%raw%}{{%endraw%}{{ include.pub.editor | join: " and " }}{%raw%}}{%endraw%},
{% endif %}{% if include.pub.booktitle %} booktitle = {%raw%}{{{%endraw%}{{ include.pub.booktitle }}{%raw%}}}{%endraw%},
-{% endif %}{% if include.pub.pages %} pages = {%raw%}{{%endraw%}{{ include.pub.pages }}{%raw%}}{%endraw%},
+{% endif %}{% if include.pub.spage %} pages = {%raw%}{{%endraw%}{{ include.pub.spage }}--{{ include.pub.epage }}{%raw%}}{%endraw%},
{% endif %}{% if include.pub.journal %} journal = {%raw%}{{%endraw%}{{ include.pub.journal }}{%raw%}}{%endraw%},
{% endif %}{% if include.pub.volume %} volume = {%raw%}{{%endraw%}{{ include.pub.volume }}{%raw%}}{%endraw%},
{% endif %}{% if include.pub.publisher %} publisher = {%raw%}{{%endraw%}{{ include.pub.publisher }}{%raw%}}{%endraw%},
diff --git a/_includes/pub/incollection.html b/_includes/pub/incollection.html
@@ -1 +1 @@
-<span class="author">{{ include.p.author | join: ", " }}</span>. <span class="title">{{ include.p.title }}</span>. In {% include pub/editor.md e=include.p.editor end=": " %}<span class="booktitle">{{ include.p.booktitle }}</span>, {% if include.p.pages %}<span class="pages">pp. {{ include.p.pages }}</span>, {% endif %}<span class="address">{{ include.p.address }}</span> <span class="year">{{ include.p.year }}</span>{% if include.p.status %}, (<span class="status">{{ include.p.status }}</span>){% endif %}.
+<span class="author">{{ include.p.author | join: ", " }}</span>. <span class="title">{{ include.p.title }}</span>. In {% include pub/editor.md e=include.p.editor end=": " %}<span class="booktitle">{{ include.p.booktitle }}</span>, {% if include.p.spage %}<span class="pages">pp. {{ include.p.spage }}-{{ include.p.epage }}</span>, {% endif %}<span class="address">{{ include.p.address }}</span> <span class="year">{{ include.p.year }}</span>{% if include.p.status %}, (<span class="status">{{ include.p.status }}</span>){% endif %}.
diff --git a/_includes/pub/inproceedings.html b/_includes/pub/inproceedings.html
@@ -1 +1 @@
-<span class="author">{{ include.p.author | join: ", " }}</span>. <span class="title">{{ include.p.title }}</span>. In {% include pub/editor.md e=include.p.editor end=": " %}<span class="booktitle">{{ include.p.booktitle }}</span>, {% if include.p.series %}<span class="series">{{include.p.series}}, </span>{% if include.p.series %} <span class="volume">vol. {{include.p.volume}}, {% endif %}{% endif %}{% if include.p.pages %}<span class="pages">pp. {{ include.p.pages }}, {% endif %}{% if include.p.location %}<span class="location">{{ include.p.location }}</span>, {% endif %}{% include pub/month.html m=include.p.month %}<span class="year">{{ include.p.year }}</span>{% if include.p.status %}, (<span class="status">{{ include.p.status }}</span>){% endif %}.
+<span class="author">{{ include.p.author | join: ", " }}</span>. <span class="title">{{ include.p.title }}</span>. In {% include pub/editor.md e=include.p.editor end=": " %}<span class="booktitle">{{ include.p.booktitle }}</span>, {% if include.p.series %}<span class="series">{{include.p.series}}, </span>{% if include.p.series %} <span class="volume">vol. {{include.p.volume}}, {% endif %}{% endif %}{% if include.p.spage %}<span class="pages">pp. {{ include.p.spage }}-{{ include.p.epage }}, {% endif %}{% if include.p.location %}<span class="location">{{ include.p.location }}</span>, {% endif %}{% include pub/month.html m=include.p.month %}<span class="year">{{ include.p.year }}</span>{% if include.p.status %}, (<span class="status">{{ include.p.status }}</span>){% endif %}.
diff --git a/_includes/pub/ris.html b/_includes/pub/ris.html
@@ -11,6 +11,8 @@ TI - {{ include.pub.title }}
{% endif %}{% if include.pub.school %}PB - {{ include.pub.school }}
{% endif %}{% if include.pub.volume %}VL - {{ include.pub.volume }}
{% endif %}{% if include.pub.number %}M1 - {{ include.pub.number }}
+{% endif %}{% if include.pub.spage %}SP - {{ include.pub.spage }}
+{% endif %}{% if include.pub.epage %}EP - {{ include.pub.epage }}
{% endif %}{% if include.pub.language %}LA - {{ include.pub.language }}
{% endif %}{% if include.pub.journal %}T2 - {{ include.pub.journal }}
{% endif %}{% if include.pub.location %}CY - {{ include.pub.location }}
diff --git a/_publications/dhar2019a.md b/_publications/dhar2019a.md
@@ -4,7 +4,8 @@ type: inproceedings
title: "Measuring the compositionality of noun-noun compounds over time"
location: Florence, Italy
month: 08
-pages: 234-239
+spage: 234
+epage: 239
author:
- Prajit Dhar
- Janis Pagel
diff --git a/_publications/krautter2019a.md b/_publications/krautter2019a.md
@@ -8,7 +8,8 @@ author:
month: 3
location: Frankfurt am Main, Germany
doi: 10.18419/opus-10365
-pages: 160-164
+spage: 160
+epage: 164
booktitle: Book of Abstracts of DHd
year: 2019
iurl: https://elib.uni-stuttgart.de/bitstream/11682/10382/1/KRAUTTER_Benjamin_Klassifikation_von_Titelfiguren_in_deutsch.pdf
diff --git a/_publications/pagel2018a.md b/_publications/pagel2018a.md
@@ -20,7 +20,8 @@ downloads:
- desc: "code"
url: https://github.com/InaRoesiger/BridgingSystem/tree/master/German
booktitle: Proceedings of the Workshop on Computational Models of Reference, Anaphora, and Coreference (CRAC)
-pages: 50-60
+spage: 50
+epage: 60
year: 2018
---
diff --git a/_publications/pagel2018c.md b/_publications/pagel2018c.md
@@ -17,7 +17,8 @@ booktitle: Proceedings of the Workshop for Annotation in Digital Humanities (ann
editor:
- Sandra Kübler
- Heike Zinsmeister
-pages: 31-36
+spage: 31
+epage: 36
year: 2018
---
diff --git a/_publications/pagel2020a.md b/_publications/pagel2020a.md
@@ -7,8 +7,15 @@ author:
- Nils Reiter
location: "Marseille, France"
month: 5
+spage: 55
+epage: 64
booktitle: Proceedings of the Language Resources and Evaluation Conference (LREC)
year: 2020
-toappear: true
-status: to appear
+downloads:
+- desc: paper
+ url: http://www.lrec-conf.org/proceedings/lrec2020/pdf/2020.lrec-1.7.pdf
---
+
+## Abstract
+
+Dramatic texts are a highly structured literary text type. Their quantitative analysis so far has relied on analysing structural properties (e.g., in the form of networks). Resolving coreferences is crucial for an analysis of the content of the character speech, but developing automatic coreference resolution (CR) systems depends on the existence of annotated corpora. In this paper, we present an annotated corpus of German dramatic texts, a preliminary analysis of the corpus as well as some baseline experiments on automatic CR. The analysis shows that with respect to the reference structure, dramatic texts are very different from news texts, but more similar to other dialogical text types such as interviews. Baseline experiments show a performance of 28.8 CoNLL score achieved by the rule-based CR system CorZu. In the future, we plan to integrate the (partial) information given in the dramatis personae into the CR model.
diff --git a/_publications/wiedmer2020a.md b/_publications/wiedmer2020a.md
@@ -9,7 +9,8 @@ author:
month: 3
location: Paderborn, Germany
booktitle: Book of Abstracts of DHd
-pages: 194-200
+spage: 194
+epage: 200
editor: Christof Schöch
year: 2020
doi: 10.5281/zenodo.3666690
diff --git a/_publications/willand2020a.md b/_publications/willand2020a.md
@@ -10,7 +10,8 @@ author:
month: 3
location: Paderborn, Germany
booktitle: Book of Abstracts of DHd
-pages: 177-181
+spage: 177
+epage: 181
editor: Christof Schöch
year: 2020
doi: 10.5281/zenodo.3666690