blob: ffbad930da592585bfee9bdc6f17805bfcbf74cf [file] [log] [blame]
Nils Diewalda944fab2015-04-08 21:02:04 +00001 <!DOCTYPE html>
2<html>
3 <head>
Nils Diewald0e6992a2015-04-14 20:13:52 +00004 <title>Complete Demo</title>
Nils Diewalda944fab2015-04-08 21:02:04 +00005 <meta charset="utf-8" />
Nils Diewaldce328112015-04-08 22:48:18 +00006 <link type="text/css" rel="stylesheet" href="../css/kalamar.css" />
Akron3bb91bc2016-12-02 16:43:17 +01007 <link type="text/css" rel="stylesheet" href="../css/kwic.css" />
Akron179c8ac2015-06-30 19:30:50 +02008 <script>//<![CDATA[
9
10 window.KorAP = window.KorAP || {};
11 KorAP.URL = '';
12
13 //]]></script>
Nils Diewald7c8ced22015-04-15 19:21:00 +000014 <script data-main="alldemo.js" src="../js/lib/require.js" async="async"></script>
Nils Diewalda944fab2015-04-08 21:02:04 +000015 </head>
16 <body>
17 <div id="kalamar-bg"></div>
18 <header>
Akron6a535d42015-08-26 20:16:58 +020019 <a href="/" class="logo" tabindex="-1"><h1><span>KorAP - Corpus Analysis Platform</span></h1></a>
Nils Diewald0e6992a2015-04-14 20:13:52 +000020
Nils Diewald7c8ced22015-04-15 19:21:00 +000021 <div class="button top">
Akron6a535d42015-08-26 20:16:58 +020022 <a href="#" class="login" tabindex="-1"><span>Login</span></a>
Nils Diewald7c8ced22015-04-15 19:21:00 +000023 </div>
Nils Diewald0e6992a2015-04-14 20:13:52 +000024
Akronc1457bf2015-06-11 19:24:00 +020025 <form autocomplete="off" action="/kalamar" id="searchform">
Nils Diewalda944fab2015-04-08 21:02:04 +000026 <div id="searchbar">
27 <input type="search"
28 placeholder="Find ..."
29 name="q"
30 id="q-field"
Akron00cd4d12016-05-31 21:01:11 +020031 value="abcdefghijklmnopqrstuvwxyz"
Nils Diewalda944fab2015-04-08 21:02:04 +000032 autofocus="autofocus" />
33 <button type="submit"><span>Go</span></button>
34 <!-- <i class="fa fa-arrow-circle-down show-hint" onclick="hint.popUp()"></i> -->
35 </div>
Akronc1457bf2015-06-11 19:24:00 +020036
37 <!-- Search in the following virtual collection -->
38 <div id="vc-view"></div>
39 in
Akron7716f012015-07-01 20:38:32 +020040 <input id="show" name="show" type="hidden" />
Akron179c8ac2015-06-30 19:30:50 +020041 <input id="collection-name" name="collection-name" type="hidden">
Akronc1457bf2015-06-11 19:24:00 +020042 <input id="collection" name="collection" type="text" value="">
Akron6bb71582016-06-10 20:41:08 +020043 with <span class="menu select">
Nils Diewalda944fab2015-04-08 21:02:04 +000044 <select name="ql" id="ql-field">
45 <option value="poliqarp">Poliqarp</option>
46 <option value="cosmas2">Cosmas II</option>
47 <option value="annis">Annis</option>
48 <option value="cql">CQL v1.2</option>
49 </select>
50 </span>
Nils Diewald7c8ced22015-04-15 19:21:00 +000051 <div class="button right">
Nils Diewalda944fab2015-04-08 21:02:04 +000052 <input type="checkbox"
53 value="1"
54 name="cutoff"
55 class="checkbox"
56 id="q-cutoff-field" />
57 <label for="q-cutoff-field"><span></span>Glimpse</label>
58
59 <!-- Todo: open tutorial - like openTutorial() -->
Akron6a535d42015-08-26 20:16:58 +020060 <a href="doc/faq" tabindex="-1" class="question"><span>Question</span></a>
Nils Diewaldfccfbcb2015-04-29 20:48:19 +000061 <a href="tutorial.html" title="Tutorial" class="tutorial" id="view-tutorial"><span>Tutorial</span></a>
Nils Diewalda944fab2015-04-08 21:02:04 +000062 </div>
63 </form>
64 </header>
65
Nils Diewald7c8ced22015-04-15 19:21:00 +000066 <aside tabindex="0">
Nils Diewald0e6992a2015-04-14 20:13:52 +000067 <h2>Einstellungen</h2>
68 <p>Anzahl Treffer pro Seite</p>
69 <p>Kontext:</p>
70 <p>200 Zeichen/Token - 200 Zeichen/Token</p>
71 <p>1 Satz 1 Paragraph</p>
72 <a>Deutsch|Englisch</a>
Nils Diewald7c8ced22015-04-15 19:21:00 +000073 </aside>
Nils Diewalda944fab2015-04-08 21:02:04 +000074
75 <main>
Akronb917a7c2015-07-02 11:02:42 +020076 <div id="resultinfo" class="found">
Nils Diewalda944fab2015-04-08 21:02:04 +000077 <div id="pagination">
78 <a rel="prev"><span><span>&lt;</span></span></a>
79 <a rel="self"><span>1</span></a>
Akron6a535d42015-08-26 20:16:58 +020080 <a href="#2" tabindex="4"><span>2</span></a>
81 <a href="#3" tabindex="4"><span>3</span></a>
Nils Diewalda944fab2015-04-08 21:02:04 +000082 <a class="ellipsis"><span><span>...</span></span></a>
Akron6a535d42015-08-26 20:16:58 +020083 <a href="#52230" tabindex="4"><span>52230</span></a>
84 <a rel="next" href="#2" tabindex="4"><span><span>&gt;</span></span></a>
Nils Diewalda944fab2015-04-08 21:02:04 +000085 </div>
86 <p class="found">Found <span id="total-results">unknown amount of matches</span> in 59.93ms</p>
87 </div>
88
Akron179c8ac2015-06-30 19:30:50 +020089 <script>
Akron1f0d04c2016-11-18 22:51:20 +010090 /*
91 KorAP.koralQuery = {"matches":["..."],"errors":[[302,"Parantheses\/brackets unbalanced.","20"]],"query":{"wrap":{"layer":"orth","match":"match:eq","foundry":"opennlp","key":"Goethe","@type":"koral:term"},"@type":"koral:token"},"meta":{"serialQuery":"tokens:s:Goethe","startIndex":0,"version":"unknown","itemsPerPage":25,"context":"p","benchmark":"0.103553092 s","totalResults":-1}};
92 */
93 KorAP.koralQuery = {"matches":["..."],"query":{"wrap":{"layer":"orth","match":"match:eq","foundry":"opennlp","key":"Goethe","@type":"koral:term"},"@type":"koral:token"},"meta":{"serialQuery":"tokens:s:Goethe","startIndex":0,"version":"unknown","itemsPerPage":25,"context":"p","benchmark":"0.103553092 s","totalResults":-1}};
Akron179c8ac2015-06-30 19:30:50 +020094 </script>
95
Nils Diewalda944fab2015-04-08 21:02:04 +000096 <div id="search">
Akron6a535d42015-08-26 20:16:58 +020097 <ol class="align-left" tabindex="-8">
Nils Diewalda944fab2015-04-08 21:02:04 +000098 <li data-corpus-id="WPD"
99 data-doc-id="WWW"
100 data-text-id="03313"
101 data-match-id="p102-103"
102 data-available-info="base/s=spans corenlp/c=spans corenlp/ne=tokens corenlp/p=tokens corenlp/s=spans glemm/l=tokens mate/l=tokens mate/m=tokens mate/p=tokens opennlp/p=tokens opennlp/s=spans tt/l=tokens tt/p=tokens tt/s=spans xip/c=spans"
Akronebc8d932015-05-28 18:19:35 +0200103 id="WPD-WWW.03313-p102-103"
Akron6a535d42015-08-26 20:16:58 +0200104 tabindex="6">
Akron3bb91bc2016-12-02 16:43:17 +0100105 <div class="meta">WPD/WWW/03313</div>
106 <div class="match-main">
107 <div class="match-wrap">
108 <div class="snippet startMore endMore">
109 <div class="flag"></div>
110 <span class="context-left">In diesem Beispiel ist zu sehen, dass die beiden Variablen a und b lediglich ihre Werte an die Funktion </span><mark><mark class="class-2 level-1">Dies </mark><mark class="class-1 level-0"><mark class="class-2 level-1"><mark class="class-3 level-2">ist</mark> ein</mark> Test</mark></mark><span class="context-right"> übergeben, aber im Gegensatz zu einem Referenzparamter dabei unverändert bleiben.</span></div>
Akron1f0d04c2016-11-18 22:51:20 +0100111 </div>
Nils Diewalda944fab2015-04-08 21:02:04 +0000112 <!-- only inject via javascript! -->
113 </div>
114 <p class="ref"><strong>Wertparameter</strong> by Hubi,Zwobot,4; published on 2005-03-28 as WWW.03313 (WPD)</p>
115 <!-- only inject via javascript! -->
Nils Diewalda944fab2015-04-08 21:02:04 +0000116 </li>
117 <li data-corpus-id="WPD"
118 data-doc-id="FFF"
119 data-text-id="01460"
120 data-match-id="p119-120"
121 data-available-info="base/s=spans corenlp/c=spans corenlp/ne=tokens corenlp/p=tokens corenlp/s=spans glemm/l=tokens mate/l=tokens mate/m=tokens mate/p=tokens opennlp/p=tokens opennlp/s=spans tt/l=tokens tt/p=tokens tt/s=spans xip/c=spans"
Akron6a535d42015-08-26 20:16:58 +0200122 id="WPD-FFF.01460-p119-120"
123 tabindex="6">
Akron08b82d62016-12-05 15:06:05 +0100124 <div class="meta">WPD/III/78432</div>
Akron3bb91bc2016-12-02 16:43:17 +0100125 <div class="match-main">
126 <div class="match-wrap">
Akron1f0d04c2016-11-18 22:51:20 +0100127 <div class="snippet startMore endMore"><span class="context-left">Der Fehler unterläuft häufig bei der direkten Übersetzung aus dem Englischen, wenn im originalen Ausdruck die beiden Wortteile verschiedene Wörter sind und sich das Adjektiv wahlweise auf das erste oder zweite Wort bezieht. Ein Beispiel ist multiples Testproblem für multiple </span><span class="match">test</span><span class="context-right"> problem.</span></div>
128 <div class="tokenInfo"></div>
129 </div>
130 <p class="ref"><strong>Fehlbezogenes Adjektiv</strong> by Joni2,Peterlustig,BWBot; published on 2005-03-28 as FFF.01460 (WPD)</p>
131 </div>
Nils Diewalda944fab2015-04-08 21:02:04 +0000132 </li>
133
134 <li data-corpus-id="WPD"
135 data-doc-id="HHH"
136 data-text-id="06056"
137 data-match-id="p2564-2565"
138 data-available-info="base/s=spans corenlp/c=spans corenlp/ne=tokens corenlp/p=tokens corenlp/s=spans glemm/l=tokens mate/l=tokens mate/m=tokens mate/p=tokens opennlp/p=tokens opennlp/s=spans tt/l=tokens tt/p=tokens tt/s=spans xip/c=spans"
Akronebc8d932015-05-28 18:19:35 +0200139 id="WPD-HHH.06056-p2564-2565"
Akron6a535d42015-08-26 20:16:58 +0200140 tabindex="6">
Akron3bb91bc2016-12-02 16:43:17 +0100141 <div class="meta">WPD/HHH/06056</div>
142 <div class="match-main">
143 <div class="match-wrap">
144 <div class="snippet startMore endMore">
145 <div class="flag"></div>
146 <span class="context-left">HDTV Samples from European (and other) broadcasters and </span><span class="match">test</span><span class="context-right"> transmissions in Europe</span></div>
Nils Diewalda944fab2015-04-08 21:02:04 +0000147 <div class="tokenInfo"></div>
Akron1f0d04c2016-11-18 22:51:20 +0100148 </div>
149 </div>
Nils Diewalda944fab2015-04-08 21:02:04 +0000150 <p class="ref"><strong>High Definition Television</strong> by ArtMechanic,TheK,Andreas -horn- Hornig; published on 2005-03-28 as HHH.06056 (WPD)</p>
Nils Diewalda944fab2015-04-08 21:02:04 +0000151 </li>
152 </div>
153 <div id="menu"></div>
154
155 <div class="intro">
156 <p><strong>KorAP</strong> is a new Corpus Analysis Platform, suited for large, multiple annotated corpora and complex search queries independent of particular research questions.</p>
157 <p>This is the new frontend for KorAP, with currently no access to restricted corpora. For full access, please visit the <a href="http://korap.ids-mannheim.de/app">first frontend</a>.</p>
158
159 <p><strong>New to KorAP?</strong> Please check out our <a href="#">tutorial</a>!</p>
160
161 <p>KorAP is developed at the <a href="http://www.ids-mannheim.de">Institute for the German Language</a> and funded by the <a href="http://www.leibniz-gemeinschaft.de/en/about-us/leibniz-competition/projekte-2011/2011-funding-line-2/">Leibniz Association</a>. The separated modules are being published as open source at <a href="http://github.com/KorAP">GitHub</a>.</p>
162 </div>
163 <div id="logos">
164 <div>
165 <a href="http://www.ids-mannheim.de/" class="logo"><p id="ids-logo"><span>Developed at the Institute for the German Language (IDS)</span></p></a>
166 <a href="http://www.leibniz-gemeinschaft.de/" class="logo"><p id="leibniz-logo"><span>Member of the Leibniz Association</span></p></a>
167 </div>
168 </div>
169 </main>
Nils Diewald1c546922015-04-13 01:56:19 +0000170
171 <footer>
172 <a href="/doc/KorAP">About</a>
Nils Diewald0e6992a2015-04-14 20:13:52 +0000173 <a href="http://korap.ids-mannheim.de/">About</a>
174 <a href="#">V 0.14</a>
Nils Diewald1c546922015-04-13 01:56:19 +0000175 </footer>
176
Nils Diewalda944fab2015-04-08 21:02:04 +0000177 <script>
Nils Diewald0e6992a2015-04-14 20:13:52 +0000178 var KorAP = KorAP || {};
Nils Diewalda944fab2015-04-08 21:02:04 +0000179 KorAP.URL = 'http://localhost:3000';
180 </script>
Akronf55504a2015-06-18 16:42:55 +0200181 <script>//<![CDATA[
182KorAP.Notifications = [];
Akron1f0d04c2016-11-18 22:51:20 +0100183/*
Akronf55504a2015-06-18 16:42:55 +0200184KorAP.Notifications.push(["warn","767: Case insensitivity is currently not supported for this layer"]);
185KorAP.Notifications.push(["error","404: Not Found (remote)"]);
Akron1f0d04c2016-11-18 22:51:20 +0100186*/
Akronf55504a2015-06-18 16:42:55 +0200187//]]>
188 </script>
Nils Diewalda944fab2015-04-08 21:02:04 +0000189 </body>
190</html>