commit c8560047421ae928b9f557fa7c41a29cecadaeac
parent 89b986e56f5939fec5bdf4a786ca185568c6de9a
Author: Janis Pagel <janis.pagel@ims.uni-stuttgart.de>
Date: Fri, 7 Dec 2018 12:43:23 +0100
Add bibtex entries
Diffstat:
7 files changed, 57 insertions(+), 3 deletions(-)
diff --git a/.htaccess b/.htaccess
@@ -3,6 +3,6 @@ RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
Header set Strict-Transport-Security: "max-age=63072000; includeSubDomains; preload"
-AddType text/plain ".asc"
+AddType text/plain .asc .bib
-AddCharset utf-8 .html .txt
+AddCharset utf-8 .html .txt .bib
diff --git a/data/bibtex/krautter2018a.bib b/data/bibtex/krautter2018a.bib
@@ -0,0 +1,9 @@
+@article{krautter2018a,
+ author = "Krautter, Benjamin and Pagel, Janis and Reiter, Nils and Willand, Marcus",
+ journal = "LitLab Pamphlets",
+ month = "November",
+ title = "Titelhelden und Protagonisten -- Interpretierbare Figurenklassifikation in deutschsprachigen Dramen",
+ url = "https://www.digitalhumanitiescooperation.de/wp-content/uploads/2018/12/p07_krautter_et_al.pdf",
+ volume = "7",
+ year = "2018",
+}
diff --git a/data/bibtex/pagel2018a.bib b/data/bibtex/pagel2018a.bib
@@ -0,0 +1,11 @@
+@inproceedings{pagel2018a,
+ address = "New Orleans, US",
+ author = "Pagel, Janis and R{\"o}siger, Ina",
+ booktitle = "Proceedings of the Workshop on Computational Models of Reference, Anaphora, and Coreference (CRAC)",
+ editor = "Poesio, Massimo and Ng, Vincent and Ogrodniczuk, Maciej",
+ month = "June",
+ pages = "50--60",
+ title = "Towards bridging resolution in German: Data analysis and rule-based experiments",
+ url = "http://aclweb.org/anthology/W18-0706",
+ year = "2018",
+}
diff --git a/data/bibtex/pagel2018b.bib b/data/bibtex/pagel2018b.bib
@@ -0,0 +1,8 @@
+@mastersthesis{pagel2018b,
+ address = "Stuttgart, Germany",
+ author = "Pagel, Janis",
+ month = "April",
+ school = "University of Stuttgart",
+ title = "Rule-based and Learning-based Approaches for Automatic Bridging Detection and Resolution in German",
+ year = "2018",
+}
diff --git a/data/bibtex/pagel2018c.bib b/data/bibtex/pagel2018c.bib
@@ -0,0 +1,11 @@
+@inproceedings{pagel2018c,
+ address = "Sofia, Bulgaria",
+ author = "Pagel, Janis and Reiter, Nils and R{\"o}siger, Ina and Schulz, Sarah",
+ booktitle = "Proceedings of the Workshop for Annotation in Digital Humantities (annDH)",
+ editor = "K{\"u}bler, Sandra and Zinsmeister, Heike",
+ month = "August",
+ pages = "31--36",
+ title = "A Unified Text Annotation Workflow for Diverse Goals",
+ url = "http://ceur-ws.org/Vol-2155/pagel.pdf",
+ year = "2018",
+}
diff --git a/data/bibtex/reiter2018a.bib b/data/bibtex/reiter2018a.bib
@@ -0,0 +1,10 @@
+@inproceedings{reiter2018a,
+ address = "Galway, Ireland",
+ author = "Reiter, Nils and Krautter, Benjamin and Pagel, Janis and Willand, Marcus",
+ booktitle = "Proceedings of the European Association for Digital Humantities",
+ month = "December",
+ series = "EADH",
+ title = "Detecting Protagonists in German Plays around 1800 as a Classification Task",
+ url = "https://eadh2018.exordo.com/files/papers/65/final_draft/article.pdf",
+ year = "2018",
+}
diff --git a/publications.html b/publications.html
@@ -42,6 +42,7 @@
<span class="year">2018</span>.<br />
<a title="Titelhelden und Protagonisten - Interpretierbare Figurenklassifikation in deutschsprachigen Dramen" href="https://www.digitalhumanitiescooperation.de/wp-content/uploads/2018/12/p07_krautter_et_al.pdf">[paper]</a>
<a title="Abstract" href="data/abstracts/krautter2018a.txt">[abstract]</a>
+ <a title="BibTeX" href="data/bibtex/krautter2018a.bib">[bibtex]</a>
</p>
<p class="tab" id="Pagel2018c"><span class="author">Janis Pagel, Nils Reiter, Ina Rösiger, Sarah Schulz</span>.
@@ -54,6 +55,7 @@
<span class="year">2018</span>.<br />
<a title="A Unified Text Annotation Workflow for Diverse Goals" href="http://ceur-ws.org/Vol-2155/pagel.pdf">[paper]</a>
<a title="Abstract" href="data/abstracts/pagel2018c.txt">[abstract]</a>
+ <a title="BibTeX" href="data/bibtex/pagel2018c.bib">[bibtex]</a>
</p>
<p class="tab" id="Pagel2018a"><span class="author">Janis Pagel, Ina Rösiger</span>.
@@ -66,6 +68,7 @@
<span class="year">2018</span>.<br />
<a title="Towards Bridging Resolution in German: Data Analysis and Rule-based Experiments" href="http://aclweb.org/anthology/W18-0706">[paper]</a>
<a title="Abstract" href="data/abstracts/pagel2018a.txt">[abstract]</a>
+ <a title="BibTeX" href="data/bibtex/pagel2018a.bib">[bibtex]</a>
<a title="Supplementary Material" href="http://www.ims.uni-stuttgart.de/institut/mitarbeiter/roesigia/bridging-resolution-german-supplementary.pdf">[supp]</a>
<a title="DIRNDL" href="http://www.ims.uni-stuttgart.de/forschung/ressourcen/korpora/dirndl.en.html">[data1]</a>
<a title="GRAIN" href="http://hdl.handle.net/11022/1007-0000-0007-C632-1">[data2]</a>
@@ -81,6 +84,7 @@
<span class="year">2018</span>.<br />
<a title="Detecting Protagonists in German Plays around 1800 as a Classification Task" href="https://eadh2018.exordo.com/files/papers/65/final_draft/article.pdf">[paper]</a>
<a title="Abstract" href="data/abstracts/reiter2018a.txt">[abstract]</a>
+ <a title="BibTeX" href="data/bibtex/reiter2018a.bib">[bibtex]</a>
</p>
@@ -105,6 +109,7 @@
<span class="notes">unpublished</span>.<br/>
<a title="Rule-based and Learning-based Approaches for Automatic Bridging Detection and Resolution in German" href="/data/papers/masters-thesis.pdf">[thesis]</a>
<a title="Abstract" href="data/abstracts/pagel2018b.txt">[abstract]</a>
+ <a title="BibTeX" href="data/bibtex/pagel2018b.bib">[bibtex]</a>
<a title="DIRNDL" href="http://www.ims.uni-stuttgart.de/forschung/ressourcen/korpora/dirndl.en.html">[data1]</a>
<a title="GRAIN" href="http://hdl.handle.net/11022/1007-0000-0007-C632-1">[data2]</a>
<a title="Source Code" href="https://github.com/pagelj/pub-2018-bridging-resolution-german">[code]</a>
@@ -126,7 +131,7 @@
<div id="footer">
<span class="right">
-<div id="date">Last update: 2018-12-06</div>
+<div id="date">Last update: 2018-12-07</div>
</span>
</div>
</body>