blob: ba0873861fddfc32e96ca3d1b592a0779a43adce [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">
Akron189b3592016-01-04 20:56:46 +010022<!--
Akron6a535d42015-08-26 20:16:58 +020023 <a href="#" class="login" tabindex="-1"><span>Login</span></a>
Akron189b3592016-01-04 20:56:46 +010024-->
Nils Diewald7c8ced22015-04-15 19:21:00 +000025 </div>
Nils Diewald0e6992a2015-04-14 20:13:52 +000026
Akronc1457bf2015-06-11 19:24:00 +020027 <form autocomplete="off" action="/kalamar" id="searchform">
Nils Diewalda944fab2015-04-08 21:02:04 +000028 <div id="searchbar">
29 <input type="search"
30 placeholder="Find ..."
31 name="q"
32 id="q-field"
Akron00cd4d12016-05-31 21:01:11 +020033 value="abcdefghijklmnopqrstuvwxyz"
Nils Diewalda944fab2015-04-08 21:02:04 +000034 autofocus="autofocus" />
35 <button type="submit"><span>Go</span></button>
36 <!-- <i class="fa fa-arrow-circle-down show-hint" onclick="hint.popUp()"></i> -->
37 </div>
Akronc1457bf2015-06-11 19:24:00 +020038
39 <!-- Search in the following virtual collection -->
40 <div id="vc-view"></div>
41 in
Akron7716f012015-07-01 20:38:32 +020042 <input id="show" name="show" type="hidden" />
Akron179c8ac2015-06-30 19:30:50 +020043 <input id="collection-name" name="collection-name" type="hidden">
Akronc1457bf2015-06-11 19:24:00 +020044 <input id="collection" name="collection" type="text" value="">
Akron6bb71582016-06-10 20:41:08 +020045 with <span class="menu select">
Nils Diewalda944fab2015-04-08 21:02:04 +000046 <select name="ql" id="ql-field">
47 <option value="poliqarp">Poliqarp</option>
48 <option value="cosmas2">Cosmas II</option>
49 <option value="annis">Annis</option>
50 <option value="cql">CQL v1.2</option>
51 </select>
52 </span>
Nils Diewald7c8ced22015-04-15 19:21:00 +000053 <div class="button right">
Nils Diewalda944fab2015-04-08 21:02:04 +000054 <input type="checkbox"
55 value="1"
56 name="cutoff"
57 class="checkbox"
58 id="q-cutoff-field" />
59 <label for="q-cutoff-field"><span></span>Glimpse</label>
60
61 <!-- Todo: open tutorial - like openTutorial() -->
Akron6a535d42015-08-26 20:16:58 +020062 <a href="doc/faq" tabindex="-1" class="question"><span>Question</span></a>
Nils Diewaldfccfbcb2015-04-29 20:48:19 +000063 <a href="tutorial.html" title="Tutorial" class="tutorial" id="view-tutorial"><span>Tutorial</span></a>
Nils Diewalda944fab2015-04-08 21:02:04 +000064 </div>
65 </form>
66 </header>
67
Akronb9cdb102017-04-25 00:52:31 +020068 <aside tabindex="0">
Akron189b3592016-01-04 20:56:46 +010069 <div>
70 <fieldset>
71 <form>
Akrone8235be2016-06-27 11:02:18 +020072 <legend><span>Anmelden</span></legend>
Akron189b3592016-01-04 20:56:46 +010073 <input type="text" name="handle_or_email" placeholder="Benutzername" />
74 <div>
75 <input type="password" name="pwd" placeholder="Passwort" />
76 <button type="submit"><span>Go</span></button>
77 </div>
Akrone8235be2016-06-27 11:02:18 +020078 </form>
79 <ul style="font-size: 80%">
80 <li><a href="#">Registrieren</a></li>
81 <li><a href="#">Passwort vergessen?</a></li>
82 </ul>
Akron189b3592016-01-04 20:56:46 +010083 </fieldset>
84 </div>
85
86<!--
Nils Diewald0e6992a2015-04-14 20:13:52 +000087 <h2>Einstellungen</h2>
Nils Diewald0e6992a2015-04-14 20:13:52 +000088 <a>Deutsch|Englisch</a>
Akron189b3592016-01-04 20:56:46 +010089-->
Nils Diewald7c8ced22015-04-15 19:21:00 +000090 </aside>
Nils Diewalda944fab2015-04-08 21:02:04 +000091
92 <main>
Akronb917a7c2015-07-02 11:02:42 +020093 <div id="resultinfo" class="found">
Nils Diewalda944fab2015-04-08 21:02:04 +000094 <div id="pagination">
95 <a rel="prev"><span><span>&lt;</span></span></a>
96 <a rel="self"><span>1</span></a>
Akron6a535d42015-08-26 20:16:58 +020097 <a href="#2" tabindex="4"><span>2</span></a>
98 <a href="#3" tabindex="4"><span>3</span></a>
Nils Diewalda944fab2015-04-08 21:02:04 +000099 <a class="ellipsis"><span><span>...</span></span></a>
Akron6a535d42015-08-26 20:16:58 +0200100 <a href="#52230" tabindex="4"><span>52230</span></a>
101 <a rel="next" href="#2" tabindex="4"><span><span>&gt;</span></span></a>
Nils Diewalda944fab2015-04-08 21:02:04 +0000102 </div>
103 <p class="found">Found <span id="total-results">unknown amount of matches</span> in 59.93ms</p>
104 </div>
105
Akron179c8ac2015-06-30 19:30:50 +0200106 <script>
Akron1f0d04c2016-11-18 22:51:20 +0100107 /*
108 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}};
109 */
Akron5c829e92017-05-12 18:10:00 +0200110
111KorAP.koralQuery = {
112 "matches":["..."],
113 "collection":{
114 "@type": "koral:docGroup",
115 "operation": "operation:or", "operands": [{
116 "@type": "koral:docGroup",
117 "operation": "operation:and",
118 "operands": [
119 {
120 "@type": "koral:doc",
121 "key": "title",
122 "match": "match:eq",
123 "value": "Der Birnbaum",
124 "type": "type:string"
125 },
126 {
127 "@type": "koral:doc",
128 "key": "pubPlace",
129 "match": "match:eq",
130 "value": "Mannheim",
131 "type": "type:string"
132 },
133 {
134 "@type": "koral:docGroup",
135 "operation": "operation:or",
136 "operands": [
137 {
138 "@type": "koral:doc",
139 "key": "subTitle",
140 "match": "match:eq",
141 "value": "Aufzucht und Pflege",
142 "type": "type:string"
143 },
144 {
145 "@type": "koral:doc",
146 "key": "subTitle",
147 "match": "match:eq",
148 "value": "Gedichte",
149 "type": "type:string"
150 }
151 ]
152 }
153 ]
154 },
155 {
156 "@type": "koral:doc",
157 "key": "pubDate",
158 "match": "match:geq",
159 "value": "2015-03-05",
160 "type": "type:date",
161 "rewrites" : [{
162 "@type" : "koral:rewrite",
163 "operation" : "operation:modification",
164 "src" : "querySerializer",
165 "scope" : "tree"
166 }]
167 }
168 ]
169}, "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 +0200170 </script>
171
Nils Diewalda944fab2015-04-08 21:02:04 +0000172 <div id="search">
Akron6a535d42015-08-26 20:16:58 +0200173 <ol class="align-left" tabindex="-8">
Nils Diewalda944fab2015-04-08 21:02:04 +0000174 <li data-corpus-id="WPD"
175 data-doc-id="WWW"
176 data-text-id="03313"
177 data-match-id="p102-103"
178 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 +0200179 id="WPD-WWW.03313-p102-103"
Akron6a535d42015-08-26 20:16:58 +0200180 tabindex="6">
Akron3bb91bc2016-12-02 16:43:17 +0100181 <div class="meta">WPD/WWW/03313</div>
182 <div class="match-main">
183 <div class="match-wrap">
184 <div class="snippet startMore endMore">
185 <div class="flag"></div>
186 <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 +0100187 </div>
Nils Diewalda944fab2015-04-08 21:02:04 +0000188 <!-- only inject via javascript! -->
189 </div>
190 <p class="ref"><strong>Wertparameter</strong> by Hubi,Zwobot,4; published on 2005-03-28 as WWW.03313 (WPD)</p>
191 <!-- only inject via javascript! -->
Nils Diewalda944fab2015-04-08 21:02:04 +0000192 </li>
193 <li data-corpus-id="WPD"
194 data-doc-id="FFF"
195 data-text-id="01460"
196 data-match-id="p119-120"
197 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 +0200198 id="WPD-FFF.01460-p119-120"
199 tabindex="6">
Akron08b82d62016-12-05 15:06:05 +0100200 <div class="meta">WPD/III/78432</div>
Akron3bb91bc2016-12-02 16:43:17 +0100201 <div class="match-main">
202 <div class="match-wrap">
Akron1f0d04c2016-11-18 22:51:20 +0100203 <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>
204 <div class="tokenInfo"></div>
205 </div>
206 <p class="ref"><strong>Fehlbezogenes Adjektiv</strong> by Joni2,Peterlustig,BWBot; published on 2005-03-28 as FFF.01460 (WPD)</p>
207 </div>
Nils Diewalda944fab2015-04-08 21:02:04 +0000208 </li>
209
210 <li data-corpus-id="WPD"
211 data-doc-id="HHH"
212 data-text-id="06056"
213 data-match-id="p2564-2565"
214 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 +0200215 id="WPD-HHH.06056-p2564-2565"
Akron6a535d42015-08-26 20:16:58 +0200216 tabindex="6">
Akron3bb91bc2016-12-02 16:43:17 +0100217 <div class="meta">WPD/HHH/06056</div>
218 <div class="match-main">
219 <div class="match-wrap">
220 <div class="snippet startMore endMore">
221 <div class="flag"></div>
222 <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 +0000223 <div class="tokenInfo"></div>
Akron1f0d04c2016-11-18 22:51:20 +0100224 </div>
225 </div>
Nils Diewalda944fab2015-04-08 21:02:04 +0000226 <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 +0000227 </li>
228 </div>
229 <div id="menu"></div>
230
231 <div class="intro">
232 <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>
233 <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>
234
235 <p><strong>New to KorAP?</strong> Please check out our <a href="#">tutorial</a>!</p>
236
237 <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>
238 </div>
239 <div id="logos">
240 <div>
241 <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>
242 <a href="http://www.leibniz-gemeinschaft.de/" class="logo"><p id="leibniz-logo"><span>Member of the Leibniz Association</span></p></a>
243 </div>
244 </div>
245 </main>
Nils Diewald1c546922015-04-13 01:56:19 +0000246
247 <footer>
248 <a href="/doc/KorAP">About</a>
Nils Diewald0e6992a2015-04-14 20:13:52 +0000249 <a href="http://korap.ids-mannheim.de/">About</a>
250 <a href="#">V 0.14</a>
Nils Diewald1c546922015-04-13 01:56:19 +0000251 </footer>
252
Nils Diewalda944fab2015-04-08 21:02:04 +0000253 <script>
Nils Diewald0e6992a2015-04-14 20:13:52 +0000254 var KorAP = KorAP || {};
Nils Diewalda944fab2015-04-08 21:02:04 +0000255 KorAP.URL = 'http://localhost:3000';
256 </script>
Akronf55504a2015-06-18 16:42:55 +0200257 <script>//<![CDATA[
258KorAP.Notifications = [];
259KorAP.Notifications.push(["warn","767: Case insensitivity is currently not supported for this layer"]);
260KorAP.Notifications.push(["error","404: Not Found (remote)"]);
261//]]>
262 </script>
Nils Diewalda944fab2015-04-08 21:02:04 +0000263 </body>
264</html>