-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
498 lines (467 loc) · 24.2 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
<!DOCTYPE HTML>
<!--
Paradigm Shift by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>HateFlow Deutschland</title>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no"/>
<meta name="description" content=""/>
<meta name="keywords" content=""/>
<link rel="stylesheet" href="assets/css/main.css"/>
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Intro -->
<section class="intro">
<header class="headxf">
<h1><img src="hf.png" style="height: 1.3em;"></h1>
<p>Erkennung und Klassifizierung von Hasskommentaren im Internet mittels künstlicher Intelligenz</p>
<div style="background-color: #00000000; padding-left: 50px;" class="button primary">
<a href="/en" class="button primary large ilb" style="margin-left: -50px;">🇬🇧 English</a><a
href="https://demo.hateflow.de" class="button primary large ilb">Live Testen</a>
</div>
<div style="height: 35px;"></div>
<ul class="actions">
<li><a href="#first" class="arrow scrolly"><span class="label">Next</span></a></li>
</ul>
</header>
<div class="content">
<span class="image fill" data-position="center"><img src="images/img2391.jpg"></span>
</div>
</section>
<!-- Section -->
<section id="first">
<header>
<h2>Was ist HateFlow?</h2>
</header>
<div class="content">
<video controls="" class="video-embed-item" title="HateFlow - Bundeswettbewerb Künstliche Intelligenz"
style="width: 100%">
<source src="/images/HateFlow%20-%20Bundeswettbewerb%20Künstliche%20Intelligenz.mp4" type="video/mp4">
</video>
<p>Urheber: <a href="https://bw-ki.de">Bundeswettbewerb Künstliche Intelligenz</a></p>
</div>
</section>
<!-- Section -->
<section>
<header>
<h2>motivation</h2>
</header>
<div class="content">
<p> Beleidigungen, Drohungen und obszöne Anspielungen für viele zur Normalität geworden.
Mit unserem Projekt wollen wir das Internet zu einem Ort ohne Hass und
Hetze verwandeln. Stattdessen sollen sachliche und objektive Diskussionen ermöglicht werden. Konkret
besteht das Ziel der entwickelten Softwarelösung in der Erkennung und Klassifizierung unangemessener
Kommentare sowie in der simplen Zugänglichkeit und Integrationsmöglichkeit in bereits bestehende
Systeme.</p>
<div class="gallery"
style="width: 100%; min-height: 20rem; text-align: center; padding-left: calc(50% - 10rem); padding-right: calc(50% - 10rem);">
<a href="images/instapost.jpg" style="line-height: 25px;"><img src="images/instapost.jpg" alt=""
style="width: 20rem; min-height: 20rem; height: 20rem; min-width: 20rem; border-radius: 0.5rem; box-shadow: 0px 8px 20px 5px #00000033; display: block;"/></a>
</div>
<br>
Bild: Vereinfachte Funktionsweise von HateFlow (klicken für mehr)
</div>
</section>
<!-- Section -->
<section>
<header>
<h2>Features</h2>
</header>
<div class="content">
<ul class="feature-icons">
<li class="icon solid fa-bolt">bis zu 50 Kommentare pro Sekunde</li>
<li class="icon solid fa-code">In jede beliebige Anwendung integrierbar</li>
<li class="icon solid fa-tag">Klassifizierung in 6 Labels:
<br><i class="icon solid fa-tag">Obszön</i><br><i class="icon solid fa-tag">Personenbez.
Hass</i><br><i class="icon solid fa-tag">Toxisch</i><br><i class="icon solid fa-tag">Drohung</i><br><i
class="icon solid fa-tag">Stark toxisch</i><br><i class="icon solid fa-tag">Beleidigung</i>
</li>
<li class="icon solid fa-lock">Datensicherheit: Verarbeitung auf deutschen Servern, keine Speicherung
von analysierten Daten o.Ä.
</li>
</ul>
</div>
</section>
<!-- Section -->
<section>
<header>
<h2>Anwendungsfälle & Implementierungen</h2>
</header>
<div class="content">
<p>Im Folgenden ist HateFlow in Aktion zu sehen. Wir entwickelten zusätzlich automatisierte
Social-Media-Bots, die mithilfe von HateFlow hasserfüllte Kommentare klassifizieren und gegebenenfalls
aussortieren.<br>Außerdem stellen wir eine Weboberfläche bereit, mithilfe derer jeder HateFlow mit
eigenen Texteingaben prüfen kann.</p>
<!-- Section -->
<section>
<header>
<h3>Weboberfläche</h3>
<p>Auf der Weboberfläche kann ein englischsprachiger Text eingegeben werden, woraufhin die entsprechende Klassifizierung angezeigt wird.</p>
</header>
<div class="content">
<p></p>
<div class="gallery"
style="width: 100%; min-height: 10rem; text-align: center; padding-left: calc(50% - 7.5rem); padding-right: calc(50% - 7.5rem);">
<a href="images/weboberflaeche.png" style="line-height: 25px;"><img
src="images/weboberflaeche.png" alt=""
style="width: 15rem; min-height: 10rem; height: 10rem; min-width: 15rem; border-radius: 0.5rem; box-shadow: 0px 8px 20px 5px #00000033; display: block;"/></a>
<p style="padding-left: 2rem;">(klicken für große Ansicht)</p>
</div>
<br>
<a href="https://demo.hateflow.de/" class="button primary large" style="width: 100%">Zur
Weboberfläche</a>
</div>
</section>
<!-- Section -->
<section>
<header>
<h3>Social-Media-Bots</h3>
<p>Unter Verwendung unserer API können Nutzer auf ihr
Fehlverhalten hingewiesen werden oder mit den nötigen Rechten nach mehrmaligen Ermahnungen auch
gesperrt werden. Somit ist ein Bot dazu fähig, Moderatoren stark zu entlasten und ein sachliches
Klima sicherzustellen.
</p>
</header>
<div class="content">
<p></p>
<div class="gallery"
style="width: 100%; min-height: 7.5rem; text-align: center; padding-left: calc(50% - 7.5rem); padding-right: calc(50% - 7.5rem);">
<a href="images/ExampleReddit.png" style="line-height: 25px;"><img
src="images/ExampleReddit.png" alt=""
style="width: 15rem; min-height: 7.5rem; height: 7.5rem; min-width: 15rem; border-radius: 0.5rem; box-shadow: 0px 8px 20px 5px #00000033; display: block;"/></a>
</div>
<br>
Bild: Reddit-Beispiel (klicken für mehr)
</div>
</section>
<!-- Section -->
<section style="margin-top: -2rem;">
<div class="content">
<p></p>
<div class="gallery"
style="width: 100%; min-height: 7.5rem; text-align: center; padding-left: calc(50% - 7.5rem); padding-right: calc(50% - 7.5rem);">
<a href="images/Twitch-Bot 2.jpg" style="line-height: 25px;"><img src="images/Twitch-Bot 2.jpg"
alt=""
style="width: 15rem; min-height: 7.5rem; height: 7.5rem; min-width: 15rem; border-radius: 0.5rem; box-shadow: 0px 8px 20px 5px #00000033; display: block;"/></a>
</div>
<br>
Bild: Twitch-Beispiel (klicken für mehr)
</div>
</section>
</div>
</section>
<!-- Section -->
<section>
<header>
<h2>API</h2>
</header>
<div class="content">
<p>Über unsere einfach zu verwendende REST-API lässt sich HateFlow in jede beliebige Anwendung einbinden um
Beiträge jeder Art zu prüfen.</p>
<ul class="actions">
<li><a href="https://demo.hateflow.de/" class="button primary large">online live testen</a></li>
<li><a href="https://docs.hateflow.de/" class="button large">API Docs</a></li>
</ul>
</div>
</section>
<!-- Elements -->
<!--
<section>
<header>
<h2>Elements</h2>
</header>
<div class="content">
<section>
<header>
<h3>Text</h3>
</header>
<div class="content">
<p>This is <b>bold</b> and this is <strong>strong</strong>. This is <i>italic</i> and this is <em>emphasized</em>.
This is <sup>superscript</sup> text and this is <sub>subscript</sub> text.
This is <u>underlined</u> and this is code: <code>for (;;) { ... }</code>. Finally, <a href="#">this is a link</a>.</p>
<hr />
<h2>Heading Level 2</h2>
<h3>Heading Level 3</h3>
<h4>Heading Level 4</h4>
<h5>Heading Level 5</h5>
<hr />
<h5>Blockquote</h5>
<blockquote>Fringilla nisl. Donec accumsan interdum nisi, quis tincidunt felis sagittis eget tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan faucibus. Vestibulum ante ipsum primis in faucibus lorem ipsum dolor sit amet nullam adipiscing eu felis.</blockquote>
<h5>Preformatted</h5>
<pre><code>i = 0;
while (!deck.isInOrder()) {
print 'Iteration ' + i;
deck.shuffle();
i++;
}
print 'Sorted in ' + i + ' iterations.';</code></pre>
</div>
</section>
<section>
<header>
<h3>Lists</h3>
</header>
<div class="content">
<h4>Unordered</h4>
<ul>
<li>Dolor pulvinar etiam.</li>
<li>Sagittis adipiscing.</li>
<li>Felis enim feugiat.</li>
</ul>
<h4>Alternate</h4>
<ul class="alt">
<li>Dolor pulvinar etiam.</li>
<li>Sagittis adipiscing.</li>
<li>Felis enim feugiat.</li>
</ul>
<h4>Ordered</h4>
<ol>
<li>Dolor pulvinar etiam.</li>
<li>Etiam vel felis viverra.</li>
<li>Felis enim feugiat.</li>
<li>Dolor pulvinar etiam.</li>
<li>Etiam vel felis lorem.</li>
<li>Felis enim et feugiat.</li>
</ol>
<h4>Icons</h4>
<ul class="icons">
<li><a href="#" class="icon brands fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="#" class="icon brands fa-facebook-f"><span class="label">Facebook</span></a></li>
<li><a href="#" class="icon brands fa-instagram"><span class="label">Instagram</span></a></li>
<li><a href="#" class="icon brands fa-github"><span class="label">Github</span></a></li>
</ul>
<h4>Actions</h4>
<ul class="actions">
<li><a href="#" class="button primary">Default</a></li>
<li><a href="#" class="button">Default</a></li>
</ul>
<ul class="actions stacked">
<li><a href="#" class="button primary">Default</a></li>
<li><a href="#" class="button">Default</a></li>
</ul>
</div>
</section>
<section>
<header>
<h3>Table</h3>
</header>
<div class="content">
<h4>Default</h4>
<div class="table-wrapper">
<table>
<thead>
<tr>
<th>Name</th>
<th>Description</th>
<th>Price</th>
</tr>
</thead>
<tbody>
<tr>
<td>Item One</td>
<td>Ante turpis integer aliquet porttitor.</td>
<td>29.99</td>
</tr>
<tr>
<td>Item Two</td>
<td>Vis ac commodo adipiscing arcu aliquet.</td>
<td>19.99</td>
</tr>
<tr>
<td>Item Three</td>
<td> Morbi faucibus arcu accumsan lorem.</td>
<td>29.99</td>
</tr>
<tr>
<td>Item Four</td>
<td>Vitae integer tempus condimentum.</td>
<td>19.99</td>
</tr>
<tr>
<td>Item Five</td>
<td>Ante turpis integer aliquet porttitor.</td>
<td>29.99</td>
</tr>
</tbody>
<tfoot>
<tr>
<td colspan="2"></td>
<td>100.00</td>
</tr>
</tfoot>
</table>
</div>
<h4>Alternate</h4>
<div class="table-wrapper">
<table class="alt">
<thead>
<tr>
<th>Name</th>
<th>Description</th>
<th>Price</th>
</tr>
</thead>
<tbody>
<tr>
<td>Item One</td>
<td>Ante turpis integer aliquet porttitor.</td>
<td>29.99</td>
</tr>
<tr>
<td>Item Two</td>
<td>Vis ac commodo adipiscing arcu aliquet.</td>
<td>19.99</td>
</tr>
<tr>
<td>Item Three</td>
<td> Morbi faucibus arcu accumsan lorem.</td>
<td>29.99</td>
</tr>
<tr>
<td>Item Four</td>
<td>Vitae integer tempus condimentum.</td>
<td>19.99</td>
</tr>
<tr>
<td>Item Five</td>
<td>Ante turpis integer aliquet porttitor.</td>
<td>29.99</td>
</tr>
</tbody>
<tfoot>
<tr>
<td colspan="2"></td>
<td>100.00</td>
</tr>
</tfoot>
</table>
</div>
</div>
</section>
<section>
<header>
<h3>Buttons</h3>
</header>
<div class="content">
<ul class="actions">
<li><a href="#" class="button primary">Primary</a></li>
<li><a href="#" class="button">Default</a></li>
</ul>
<ul class="actions">
<li><a href="#" class="button large">Large</a></li>
<li><a href="#" class="button">Default</a></li>
<li><a href="#" class="button small">Small</a></li>
</ul>
<ul class="actions">
<li><a href="#" class="button primary icon solid fa-download">Icon</a></li>
<li><a href="#" class="button icon solid fa-download">Icon</a></li>
</ul>
<ul class="actions">
<li><span class="button primary disabled">Disabled</span></li>
<li><span class="button disabled">Disabled</span></li>
</ul>
</div>
</section>
<section>
<header>
<h3>Form</h3>
</header>
<div class="content">
<form method="post" action="#">
<div class="fields">
<div class="field half">
<label for="demo-name">Name</label>
<input type="text" name="demo-name" id="demo-name" value="" placeholder="Jane Doe" />
</div>
<div class="field half">
<label for="demo-email">Email</label>
<input type="email" name="demo-email" id="demo-email" value="" placeholder="[email protected]" />
</div>
<div class="field">
<label for="demo-category">Category</label>
<select name="demo-category" id="demo-category">
<option value="">-</option>
<option value="1">Manufacturing</option>
<option value="1">Shipping</option>
<option value="1">Administration</option>
<option value="1">Human Resources</option>
</select>
</div>
<div class="field half">
<input type="radio" id="demo-priority-low" name="demo-priority" checked>
<label for="demo-priority-low">Low</label>
</div>
<div class="field half">
<input type="radio" id="demo-priority-high" name="demo-priority">
<label for="demo-priority-high">High</label>
</div>
<div class="field half">
<input type="checkbox" id="demo-copy" name="demo-copy">
<label for="demo-copy">Email me a copy</label>
</div>
<div class="field half">
<input type="checkbox" id="demo-human" name="demo-human" checked>
<label for="demo-human">Not a robot</label>
</div>
<div class="field">
<label for="demo-message">Message</label>
<textarea name="demo-message" id="demo-message" placeholder="Enter your message" rows="6"></textarea>
</div>
</div>
<ul class="actions">
<li><input type="submit" value="Send Message" class="primary" /></li>
<li><input type="reset" value="Reset" /></li>
</ul>
</form>
</div>
</section>
</div>
</section>
-->
<!-- Section -->
<section>
<header>
<h2>Kontakt</h2>
</header>
<div class="content">
<p>Sie haben Fragen oder Anregungen? Treten Sie mit uns in Kontakt:</p>
<ul class="items" style="color: #7A31AD;">
<li>
<h3>Email</h3>
<a href="mailto:[email protected]">[email protected]</a>
</li>
<li>
<h3>Instagram</h3>
<ul class="icons">
<li><a href="https://Instagram.com/hateflow.de" class="icon brands fa-instagram"><span
class="label">Instagram</span></a></li>
</ul>
</li>
</ul>
</div>
<footer>
<ul class="items" style="color: #7A31AD;">
<li>
<a href="datenschutz.html">Datenschutzerklärung</a>
</li>
</ul>
</footer>
</section>
<!-- Copyright -->
<div class="copyright">° HateFlow - All rights reserved. Design: <a href="https://html5up.net">HTML5 UP</a>.</div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>