forked from wis-delft/wis-delft.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresearch-themes.html
94 lines (82 loc) · 5.35 KB
/
research-themes.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
---
layout: default_style
title: Research Themes
---
<section id="research-themes" class="services-section section-global-wrapper">
<div class="container">
<div class="row justify-content-center">
<div class="services-header">
<h2 class="services-header-title">Our {{page.title}}</h2>
</div>
</div>
<div class="row justify-content-left">
<p>Our approach towards our group's objectives follows three main research themes combining expertise in different research areas:</p>
<ul>
<li>
<p class="font-weight-bold">{{site.delta}}</p>
<p>are the cornerstone of modern Artificial Intelligence and
data-driven systems. We focus on Data Engineering, and research ways of preparing data for its
deployment or usage in a complex AI/data-driven system. In Scalable Data Management, the focus
is on how to cope with the ever-increasing demand for storage and processing power by scaling
data
operations.</p>
</li>
<li>
<p class="font-weight-bold">{{site.kappa}}</p>
<p> represent core areas which are instrumental in developing the
next generation of data-driven AI systems, which reply on Human-in-the-loop
computing, Human-AI interaction, User Modeling and Explainability. These areas consider the
computational role of humans for data-driven AI, i.e.,
AI augmented or supported by humans, and the interactional role of humans with AI systems, i.e.,
AI for humans.</p>
</li>
<li>
<p class="font-weight-bold">{{site.lambda}}</p>
<p>
is concerned with the development of algorithms and interface elements to enable people to satisfy their information needs
by retrieving and presenting results from large collections of mostly unstructured documents. Besides this system-oriented view,
this research field also has a user-oriented focus that explores how & why people search and reach decisiond based on
information accessed.
</p>
</li>
<li>
<p class="font-weight-bold">{{site.cel}}</p>
<p>
use datafication for building the basis for collecting traces about learning and teaching activities and making use of them in Learning Analytics and Artificial Intelligence for learning support.
</p>
</li>
</ul>
</div>
<div class="row services-row services-row-tail text-center">
<div class="col-lg-4 col-md-4 col-sm-4 col-xs-12 blockquote-people mt-3">
<div id="rt-dm" class="row square services-group animated justify-content-center">
<h4 class="services-title">{{site.delta}}</h4>
<p class="services-body">In WIS we focus on two core aspects of modern Data Management: a) Data Engineering, and b) Scalable Data Management.</p>
<p class="services-more"><a href="{{site.baseurl}}/data-management">Find Out More</a></p>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-4 col-xs-12 blockquote-people mt-3">
<div id="rt-cc" class="row square services-group animated justify-content-center">
<h4 class="services-title">{{site.kappa}}</h4>
<p class="services-body">We focus on areas instrumental in developing the next generation of AI systems: (1) Human-in-the-loop AI, (2) Human-AI interaction, (3) User Modeling and Explainability.</p>
<p class="services-more"><a href="{{site.baseurl}}/crowd-computing">Find Out More</a></p>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-4 col-xs-12 blockquote-people mt-3">
<div id="rt-ir" class="row square services-group animated justify-content-center">
<h4 class="services-title">{{site.lambda}}</h4>
<p class="services-body">We focus on core Information Retrieval topics such as conversational search, collaborative search, search as learning and data-hungry ranking models.</p>
<p class="services-more"><a href="{{site.baseurl}}/information-retrieval">Find Out More</a></p>
</div>
</div>
<div class="offset-md-4 col-lg-4 col-md-4 col-sm-4 col-xs-12 blockquote-people mt-3">
<div id="rt-cel" class="row square services-group animated justify-content-center">
<h4 class="services-title">{{site.cel}} @ CEL </h4>
<p class="services-body">LDE-CEL has focused its research activities around the following core topics:
data and AI enhanced learning, digital literacy, augmented and virtual reality.</p>
<p class="services-more"><a href="{{site.baseurl}}/digital-learning">Find Out More</a></p>
</div>
</div>
</div>
</div>
</section>