-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
140 lines (108 loc) · 4.81 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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>GENEA 2022</title>
<!-- Bootstrap core CSS -->
<link href="/2022/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom fonts for this template -->
<link href="https://fonts.googleapis.com/css?family=Saira+Extra+Condensed:500,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Muli:400,400i,800,800i" rel="stylesheet">
<link href="/2022/vendor/fontawesome-free/css/all.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="/2022/css/iva.min.css" rel="stylesheet">
</head>
<body id="page-top">
<div class="container-fluid p-0">
<section class="iva-section p-3 p-lg-5 d-flex align-items-center" id="home">
<div class="w-100">
<div class="row">
<div class="col-md-9 col-sm-12">
<h1 class="mb-2">GENEA 2022
</h1>
<div class="subheading mb-5">Generation and Evaluation of Non-verbal Behaviour for Embodied Agents</div>
<!-- -->
<p class="mb-5">
<div class="col-sm-12 col-md-12">
<div class="row">
<p style="color:red;font-size:150%;">NOTE: this is an archive site. If you're looking for the 2023 GENEA challenge, please <a
href="https://genea-workshop.github.io/2023/" target="_blank">follow this link</a>.</p>
</div>
<hr>
</div>
<div class="col-sm-12 col-md-12">
<div class="row">
<div class="col-4">
<img src="/2022/img/challenge.png" class="img-fluid rounded" alt="Challenge" width="400" height="400">
</div>
<div class="col-8">
<a href="https://genea-workshop.github.io/2022/challenge" target="_blank" style='font-size:4.2em'>Challenge</a>
<br>
Speech-driven gesture generation challenge
</div>
</div>
<hr>
</div>
<div class="col-sm-12 col-md-12">
<div class="row">
<div class="col-4">
<img src="/2022/img/workshop.png" class="img-fluid rounded" alt="Workshop" width="400" height="400">
</div>
<div class="col-8">
<a href="https://genea-workshop.github.io/2022/workshop" target="_blank" style='font-size:4.2em'>Workshop</a>
<br>
Official GENEA Workshop at ICMI 2022
</div>
</div>
<hr>
</div>
<div class="col-sm-12 col-md-12">
<div class="row">
<div class="col-4">
<img src="/2022/img/avatar.png" class="img-fluid rounded" class="mt-2" width=300 alt="">
</div>
<div class="col-8">
<h2> Links to previous years: </h2>
<br>
<ul>
<li> <a href="https://genea-workshop.github.io/2021/" target="_blank" style='font-size:2.2em'>2nd GENEA Workshop website (at ICMI 2021)</a></li>
<li> <a href="https://svito-zar.github.io/GENEAchallenge2020/" target="_blank" style='font-size:2.2em'>Results of the GENEA Challenge 2020</a></li>
<li> <a href="https://genea-workshop.github.io/2020/" target="_blank" style='font-size:2.2em'>1st GENEA Workshop and Challenge website (at IVA 2020)</a>
</li>
</ul>
</div>
</div>
<hr>
</div>
</p>
</div>
<div class="col-md-3 d-none d-md-block">
<a class="twitter-timeline" data-tweet-limit=3 href="https://twitter.com/WorkshopGenea?ref_src=twsrc%5Etfw" target="_blank">Follow us on twitter <i class="fab fa-twitter"></i></a>
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</div>
<div class="col-xs-12 d-md-none mt-4 text-center w-100">
<a href="https://twitter.com/WorkshopGenea" target="_blank">Follow us on Twitter <i class="fab fa-twitter"></i></a>
</div>
</div>
</div>
</section>
<hr class="m-0">
</div>
<!-- Bootstrap core JavaScript -->
<script src="/2022/vendor/jquery/jquery.min.js"></script>
<script src="/2022/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Plugin JavaScript -->
<script src="/2022/vendor/jquery-easing/jquery.easing.min.js"></script>
<!-- Custom scripts for this template -->
<script src="/2022/js/iva.min.js"></script>
</body>
<!-- Panelbear -->
<script async src="https://cdn.panelbear.com/analytics.js?site=9bGH0f0hxBy"></script>
<script>
window.panelbear = window.panelbear || function() { (window.panelbear.q = window.panelbear.q || []).push(arguments); };
panelbear('config', { site: '9bGH0f0hxBy' });
</script>
</html>