-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
30 lines (28 loc) · 1.11 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
---
layout: default
nav_active: index
title: Webis
description: Information is nothing without retrieval
---
<main class="uk-section uk-cover-container index-main-cover">
<div class="cover-background-fade"></div>
<div class="uk-position-bottom">
<div class="uk-container uk-light uk-padding">
<h1>Information is nothing without retrieval</h1>
<div>
<p>
The Webis Group addresses challenges of the information society by conducting basic research,
developing technology, and implementing and evaluating prototypes for future information
systems. Our research contributes to web mining and retrieval, machine learning,
computational linguistics, and symbolic AI.
</p>
<p><a href="{{ '/research.html' | relative_url }}" class="uk-button uk-button-primary">Learn More</a></p>
</div>
</div>
</div>
</main>
<div class="uk-section uk-section-default">
<div class="uk-container">
<!-- Space for imagination -->
</div>
</div>