Added citation
diff --git a/kalamar.conf b/kalamar.conf
index 7c1dd5f..44cdade 100644
--- a/kalamar.conf
+++ b/kalamar.conf
@@ -35,7 +35,13 @@
dict => {
'en_title_addon' => 'DeLiKo@DNB',
'de_Template_intro' => 'custom/intro',
- 'en_Template_intro' => 'custom/intro'
+ 'en_Template_intro' => 'custom/intro',
+ 'en_howToCite' => 'Citation Help',
+ 'de_howToCite' => 'Zitierhilfe',
+ 'en_recentCorpusPub' => 'Recent publications to refer to DeLiKo@DNB as research data',
+ 'de_recentCorpusPub' => 'Neuere Publikationen zu DeLiKo@DNB als Forschungsdatengrundlage',
+ 'en_recentToolPub' => 'Recent publications to refer to KorAP as a research tool',
+ 'de_recentToolPub' => 'Neuere Publikationen zu KorAP als Forschungswerkzeug',
},
override => 1
},
@@ -46,8 +52,23 @@
position => 70
},
{
+ inline => '<%= link_to loc("howToCite") => url_for(doc => { page => "faq" })->fragment("howToCite") %>',
+ position => 75
+ },
+ {
inline => '<%= link_to loc("imprint") => "https://www.dnb.de/DE/Service/Impressum/impressum_node.html" %>',
position => 80
- }]
+ }],
+ faq => [
+ {
+ position => 50,
+ inline => <<'HOWTOCITE'
+<section>
+ <h3 id="howToCite"><%= loc 'howToCite' %></h3>
+%= include 'custom/partial/citation'
+</section>
+HOWTOCITE
+ }
+ ]
}
}