Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions _reviews/2024/2024-09-25-dramainfo-botond.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ title: Measure Information Flow in Dramatic Texts
submitters: ["Botond Szemes (Institute for Literary Studies, HUN-REN Research Centre for the Humanities, Budapest, Hungary)"]
reviewers: ["Ben Schmidt (Nomic AI)", "Malte Vogl (Max Planck Institute of Geoanthropology)"]
facilitator: Julia Damerow (Arizona State University)
publications:
- publication:
title: "Repetition and Innovation in Dramatic Texts. An Attempt to Measure the Degree of Novelty in Character's Speech."
link: https://jcls.io/article/id/3923/
date: 2024-09-25
year: 2024
---
7 changes: 7 additions & 0 deletions recent-reviews.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@ <h2>{{ year.name }}</h2>
<br>Submitter: {{ review.submitters | join:", " }}
<br>Reviewer: {{ review.reviewers | join:", " }}
{% if review.facilitator %}<br>Facilitator: {{review.facilitator}}{% endif %}
{% if review.publications %}<br>Publications:
<ul>
{% for pub in review.publications %}
<li><a target="_blank" href="{{pub.publication.link}}">{{pub.publication.title}}</a></li>
{% endfor %}
</ul>
{% endif %}
</li>
{% endfor %}
</ul>
Expand Down