christopher commited on
Commit
b2f0ab2
1 Parent(s): e43fa26

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -31
README.md CHANGED
@@ -11,46 +11,24 @@ pinned: false
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-90 h-90 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">Universities</div>
56
  </a>
 
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.
 
 
15
  </p>
16
  </div>
17
  <a href="https://pan.webis.de/shared-tasks.html" class="block overflow-hidden group">
18
+ <div class="w-full h-40 object-cover mb-2 rounded-lg flex items-center justify-center bg-[#FA8072]">
19
+ <img alt="" src="https://huggingface.co/spaces/webis/README/resolve/main/pan.png" class="w-90 h-90 object-cover overflow-hidden" />
 
 
20
  </div>
21
  <div class="underline">Shared Tasks</div>
22
  </a>
23
+ <a href="https://webis.de/research.html#information-retrieval-and-search" class="block overflow-hidden group">
24
+ <div class="w-full h-40 mb-2 bg-gray-900 group-hover:bg-gray-850 rounded-lg flex items-start justify-start overflow-hidden">
25
+ <img alt="" src="https://huggingface.co/spaces/webis/README/resolve/main/searchengines.png" class="w-90 h-90 object-cover overflow-hidden"/>
 
 
 
 
 
 
 
 
 
26
  </div>
27
  <div class="underline">Search Engines</div>
28
  </a>
29
+ <a href="https://webis.de" class="block overflow-hidden group">
30
+ <div class="w-full h-40 mb-2 bg-gray-900 group-hover:bg-gray-850 rounded-lg flex items-start justify-start overflow-hidden">
31
+ <img alt="" src="https://huggingface.co/spaces/webis/README/resolve/main/searchengines.png" class="w-90 h-90 object-cover overflow-hidden"/>
 
 
 
 
 
 
 
 
 
32
  </div>
33
  <div class="underline">Universities</div>
34
  </a>