-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathindex.html
92 lines (77 loc) · 5.04 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
84
85
86
87
88
89
90
91
92
<!DOCTYPE html>
<html lang="en">
<head>
<link href="./dir.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet">
<link rel='shortcut icon' type='image/x-icon' href='favicon.png'/>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
<title>DIR 2019 ⚡ Lightning Talk Edition ⚡ November 29, 2019 ⚡ Amsterdam</title>
</head>
<body>
<script>$(function () {
$("#nav-placeholder").load("nav.html");
$("#logo-placeholder").load("logo.html");
});</script>
<div id="content">
<div id="nav-placeholder"></div>
<div class="main">
<div id="logo-placeholder"></div>
<div id="block">
<small>#DIR2019</small><br />
<a class="twitter-timeline" data-width="500" data-height="800" data-link-color="#FF0000" href="https://twitter.com/dir_2019?ref_src=twsrc%5Etfw">Tweets by dir_2019</a> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</div>
<div id="block" class="sponsors">
<small>Gold sponsors:</small>
<ul id="horizontal">
<li><a href="https://www.abnamro.com/en/about-abnamro/in-society/innovation/artificial-intelligence/"
target="_blank"><img src="img/sponsors/abn.png"/></a></li>
<li><a href="https://www.sooqr.com/?utm_source=sponsorship&utm_medium=referral&utm_campaign=dir2019"
target="_blank"><img src="img/sponsors/sooqr.png"/></a></li>
<li><a href="https://www.bol.com/nl/" target="_blank"><img src="img/sponsors/bol.jpg"/></a></li>
</ul>
<small>Silver sponsors:</small>
<ul id="horizontal">
<li><a href="https://www.bookarang.com/" target="_blank"><img src="img/sponsors/bookarang.png"/></a></li>
<li><a href="https://www.zeta-alpha.com/" target="_blank"><img src="img/sponsors/zeta-alpha.jpg"/></a></li>
<li><a href="https://www.textkernel.com/" target="_blank"><img src="img/sponsors/textkernel.png"/></a></li>
<li><a href="https://xite.nl/" target="_blank"><img src="img/sponsors/XITE.png"/></a></li>
<li><a href="https://mytomorrows.com/en/" target="_blank"><img src="img/sponsors/mytomorrows.jpg"/></a></li>
<li><a href="https://www.froomle.ai/" target="_blank"><img src="img/sponsors/Froomle.png"/></a></li>
<li><a href="https://www.elsevier.com/about/careers/technology-careers/amsterdam-tech-hub" target="_blank"><img src="img/sponsors/elsevier-tech.png"/></a></li>
<li><a href="https://www.ogd.nl/" target="_blank"><img src="img/sponsors/ogd.png"/></a></li>
</ul>
<small>In cooperation with:</small>
<ul id="horizontal">
<li><a href="https://www.sigir.org/" target="_blank"><img src="img/sponsors/sigir.png"/></a></li>
<li><a href="http://www.siks.nl/" target="_blank"><img src="img/sponsors/siks.jpg"/></a></li>
</ul>
</div>
<div id="block" class="text">
<p>DIR 2019 will try something new.</p>
<p>Top ranked IR papers from SIGIR, ICTIR, TheWebConf, WSDM, CIKM, NeurIPS, RecSys, CHI, CHIIR, KDD, ECIR,
ACL, EMNLP (in no particular order, open to suggestions) with authors in NL & BE will be invited to
present their work in a lightning talk.</p>
</div>
<div id="block" class="text">
<p>Download the DIR 2019 program booklet <a href="booklet.pdf">here</a></p>
<p><strong>DIR is sold out!</strong> We are fully booked and have closed registration. We are excited for welcoming 120 attendees to this year's DIR!</p>
<p>Our <a href="posters.html">poster program</a> is up!</p>
<p>We have published our program with 18 top IR/RecSys publications and 2 keynotes. Head on over to <a href="program.html">program</a> to check it out!</p>
<p>Our second keynote speaker is confirmed! <a href="https://people.cs.kuleuven.be/~sien.moens/" target="_blank">Prof. Marie-Francine Moens</a> (KU Leuven)!</p>
<p>We are happy to announce our first keynote speaker: <a href="https://www.aau.at/en/ainf/research-groups/infsys/team/dietmar-jannach/" target="_blank">prof. Dietmar Jannach</a> (AAU)!</p>
<p>Registration is open!</p>
<p>DIR 2019 will be held at Lloyd Hotel, see our <a href="venue.html">Venue</a> page for more information</p>
<p>💰 See our call for sponsors: <a href="sponsor.html">Sponsor DIR 2019</a></p>
</div>
<div id="block" class="text">
<p>Follow us on Twitter: <a href="https://www.twitter.com/dir_2019">@DIR_2019</a></p>
</div>
<div id="block" class="text">
<p>Organized by:</p>
<p>Anne Schuth (DPG Media)<br/>Daan Odijk (RTL Nederland)<br/>David Graus (FD Mediagroep)</p>
</div>
</div>
</div>
</body>
</html>