christopher commited on
Commit
474ac9e
1 Parent(s): 062fe01

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +49 -4
README.md CHANGED
@@ -7,13 +7,58 @@ sdk: static
7
  pinned: false
8
  ---
9
 
 
10
  <div class="grid lg:grid-cols-3 gap-x-4 gap-y-7">
11
  <div class="lg:col-span-3">
12
  <p class="mb-4">
13
- 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.
14
- <br /><br />
15
-
16
- TODO
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
17
  </p>
 
18
  </div>
19
  </div>
 
7
  pinned: false
8
  ---
9
 
10
+
11
  <div class="grid lg:grid-cols-3 gap-x-4 gap-y-7">
12
  <div class="lg:col-span-3">
13
  <p class="mb-4">
14
+ 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. <br /><br />
15
+ TODO<br />
16
+ TODO
17
+ </p>
18
+ </div>
19
+ <a href="https://pan.webis.de/shared-tasks.html" class="block overflow-hidden group">
20
+ <div
21
+ class="w-full h-40 object-cover mb-2 rounded-lg flex items-center justify-center bg-[#FA8072]"
22
+ >
23
+ <img alt="" src="https://huggingface.co/spaces/webis/README/resolve/main/pan.png" class="w-40" />
24
+ </div>
25
+ <div class="underline">Shared Tasks</div>
26
+ </a>
27
+ <a
28
+ href="https://webis.de/research.html#information-retrieval-and-search"
29
+ class="block overflow-hidden group"
30
+ >
31
+ <div
32
+ class="w-full h-40 mb-2 bg-gray-900 group-hover:bg-gray-850 rounded-lg flex items-start justify-start overflow-hidden"
33
+ >
34
+ <img
35
+ alt=""
36
+ src="https://huggingface.co/spaces/webis/README/resolve/main/searchengines.png"
37
+ class="w-full h-40 object-cover overflow-hidden"
38
+ />
39
+ </div>
40
+ <div class="underline">Search Engines</div>
41
+ </a>
42
+ <a
43
+ href="https://webis.de"
44
+ class="block overflow-hidden group"
45
+ >
46
+ <div
47
+ class="w-full h-40 mb-2 bg-gray-900 group-hover:bg-gray-850 rounded-lg flex items-start justify-start overflow-hidden"
48
+ >
49
+ <img
50
+ alt=""
51
+ src="https://huggingface.co/spaces/webis/README/resolve/main/searchengines.png"
52
+ class="w-full h-40 object-cover overflow-hidden"
53
+ />
54
+ </div>
55
+ <div class="underline">TODO</div>
56
+ </a>
57
+
58
+ <div class="lg:col-span-3">
59
+ <p class="mb-4">
60
+ TODO.
61
  </p>
62
+
63
  </div>
64
  </div>