Give the citation help its own page and add an annotation-tools section

Move the citation help out of the FAQ into a dedicated documentation page
(doc/citation), add a "References / Citation Help" entry as the last
documentation menu item and repoint the footer, corpus-page and news
links to it; the FAQ keeps an anchor that links onward to the new page.

Add a third references section, "Annotation and classification tools",
listing the tools the ingestion pipeline uses -- TreeTagger (Schmid
1994), MaltParser (Nivre et al. 2006), OpenNLP (Apache Software
Foundation), CoreNLP (Manning et al. 2014), UDPipe (Straka 2018), spaCy
(Honnibal et al. 2020), the wiki-taxonomy classifier (Ecker & Kupietz
2026) and korapxmltool (Kupietz et al. 2026) -- moving the wiki-taxonomy
and korapxmltool entries here from the corpus/tool lists.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Change-Id: Ifdb833b886eaf8366c9145304d8c912720364e5e
diff --git a/kalamar.ids-mannheim.conf b/kalamar.ids-mannheim.conf
index 4969880..d11857c 100644
--- a/kalamar.ids-mannheim.conf
+++ b/kalamar.ids-mannheim.conf
@@ -64,6 +64,10 @@
         "title" => "News",
         "id" => "news"
       },
+      {
+        "title" => "citation",
+        "id" => "citation"
+      },
     ],
     defaults => {
       alignment => 'center' # or 'right' or 'center'
@@ -100,10 +104,10 @@
       en_Nav_corpora => 'Corpora',
       en_howToCite => 'Citation Help',
       de_howToCite => 'Zitierhilfe',
-      en_recentCorpusPub => 'Recent publications to refer to DeReKo as linguistic research data',
-      de_recentCorpusPub => 'Neuere Publikationen zu DeReKo als linguistische Forschungsdatengrundlage',
-      en_recentToolPub => 'Recent publications to refer to KorAP as a research tool',
-      de_recentToolPub => 'Neuere Publikationen zu KorAP als Forschungswerkzeug',
+      en_Nav_citation => 'References / Citation Help',
+      de_Nav_citation => 'Referenzen / Zitierhilfe',
+      en_corpusPub => 'DeReKo',
+      de_corpusPub => 'DeReKo',
       de_usefulvcs => 'Nützliche virtuelle Sub-Korpora',
       en_usefulvcs => 'Useful virtual sub-corpora',
       de_currentdb => 'Aktuelle Datengrundlage: virtuelles Korpus <%= t code => stash("vc") %>',
@@ -127,7 +131,7 @@
         position => 72
       },
       {
-        inline => '<%= link_to loc("howToCite") => url_for(doc => { page => "faq", scope => undef })->fragment("howToCite") %>',
+        inline => '<%= link_to loc("howToCite") => url_for(doc => { page => "citation", scope => undef }) %>',
         position => 75
       },
       {
@@ -145,7 +149,7 @@
         inline => <<'HOWTOCITE'
 <section>
   <h3 id="howToCite"><%= loc 'howToCite' %></h3>
-%= include 'custom/partial/citation'
+  <p><%= link_to loc('howToCite') => url_for(doc => { page => "citation", scope => undef })->query({ embedded => "true" }) %></p>
 </section>
 HOWTOCITE
       }