-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy pathindex.html
83 lines (71 loc) · 3.74 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
---
layout: default_style
permalink: /
---
<div class="container">
<div class="row margin-top-4 margin-bottom-2">
<div class="col-md-4 d-flex align-items-center">
<img src="{{site.baseurl}}/assets/img/wis-circle.png" alt="WIS-Circle" width="100%">
</div>
<div class="col-md-8">
<!-- <h3 class="font-weight-light" id="anchor1"> Web Information Systems </h3> -->
<!-- <hr>-->
<p>
The Web Information Systems (WIS) group focuses on research & education in data-based information
systems on the Web and making them more effective in retrieving, processing and interpreting data
generated by humans and machines.
The overall mission of the WIS research group is:
</p>
<ul>
<li>to develop a deep understanding of the construction and use of web-based information systems,</li>
<li>to develop novel methods, techniques, and tools that advance the way in which web-based information
systems are constructed and used, and
</li>
<li>to offer students education that prepares them for a leading role in web-based information systems
science and technology.
</li>
</ul>
</div>
</div>
<div class="row">
<div class="side-left col-sm-4 col-md-4">
<h4 id="news">Latest news</h4>
<hr>
{% include news.html %}
</div>
<div class="col-sm-8 col-md-8">
<img src="{{site.baseurl}}/assets/img/wis.jpg" class="blog-post col-12" alt="Feature-img" width="100%">
<h4 class="font-weight-light">Focus</h4>
<p>In the Web Information Systems research group, we aim at making web information systems more effective in
retrieving, processing and interpreting data generated by humans and machines.</p>
<h4 class="font-weight-light">Objectives</h4>
<ul>
<li>To understand what human‐ and machine-generated web data represents in terms of people's actions,
interests, intents, and behaviors on the web.
</li>
<li>To develop new solutions to meet the fundamental challenges in how systems effectively attribute and
exploit semantics for human‐ and machine-generated data, given the size and dynamic nature of the
web.
</li>
</ul>
<h4 class="font-weight-light">Approach</h4>
Our approach towards our objectives of understanding and developing, combines four main research areas:
<ul>
<li>Data Management</li>
<li>Human Computing & Human-Centered AI</li>
<li>Information Retrieval</li>
<li>User Modeling & Learning Analytics</li>
</ul>
<h4 class="font-weight-light">Disciplines</h4>
<p>
As WIS researchers, together with our students, we strive to advance the state-of-the-art in relevant
disciplines like user modeling, Web science, information retrieval, natural language processing,
database systems, Web engineering, Web data management, user interaction, human computing, and human-AI
interaction. We contribute to and impact these scientific disciplines by publishing in the top venues in
these fields and by actively serving in the organization and program committees of relevant conferences
and in editorial boards of relevant journals.
</p>
</div>
</div>
</div>
<!--End Main Container -->