blob: eb2610608529b3e1813ff5bac5a5390d28385cef [file] [log] [blame]
Marc Kupietz08095ef2026-08-10 11:52:03 +02001%# Citation help: how to cite this KorAP instance -- the corpus it serves,
2%# KorAP itself, and the tools its data was annotated and classified with.
3%#
4%# Each part can be replaced by an instance template, e.g. to cite the corpus
5%# the instance actually serves -- Kalamar ships no corpus of its own, so the
6%# corpus part is only a placeholder:
7%#
8%# %= include 'partial/citation', corpus_citation => 'custom/partial/citation/corpus'
9%#
10%# The korap and annotation parts describe KorAP and the standard
11%# KorAP-Ingestion pipeline and are normally used as they are.
12%# (%#-lines are comments and never reach the HTML.)
13<p class="citation-intro"><%== loc 'citationIntro' %></p>
14
15%== include stash('corpus_citation') // 'partial/citation/corpus'
16%== include stash('korap_citation') // 'partial/citation/korap'
17%== include stash('annotation_citation') // 'partial/citation/annotation'