-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathworkshops-overview.html
More file actions
344 lines (325 loc) · 18.7 KB
/
Copy pathworkshops-overview.html
File metadata and controls
344 lines (325 loc) · 18.7 KB
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
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
<?xml version="1.0"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-gb" xml:lang="en-gb" style="overflow-x:hidden;" onscroll = "myScroll()"; onresize="myResize()";>
<head>
<title>Camera Traps, AI, and Ecology - International Workshop Archive</title>
<base target="_top"></base>
<meta name="description" content="Camera Traps, AI, and Ecology - International Workshop Series"/>
<meta name="ROBOTS" content="INDEX, FOLLOW"/>
<meta name="Keywords" content="camera trap, ecology, animal biometrics, computer vision, wildlife, conservation"/>
<meta HTTP-EQUIV="Keywords" CONTENT="camera trap, ecology, animal biometrics, computer vision, wildlife, conservation"/>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
<meta content="en-GB" name="DCTERMS.language" />
<meta content="text/html" name="DCTERMS.format" />
<meta content="http://www.bristol.ac.uk/university/web/terms-conditions.html" name="DCTERMS.rights" />
<meta property="og:image" content="images/camtrapaiws_bw.png" />
<meta name="viewport" content="width=device-width, initial-scale=1;user-scalable=0;maximum-scale=1;">
<link rel="stylesheet" type="text/css" media="screen" href="uobcms_corporate.css" />
</head>
<style>
/* Position the image container (needed to position the left and right arrows) */
.container {
position: relative;
}
/* Hide the images by default */
.mySlides {
display: none;
left: -9px;
}
</style>
<style>
/* unvisited link */
a:link {
color: #2E5A88;
}
/* visited link */
a:visited {
color: #2E5A88;
}
/* mouse over link */
a:hover {
color: #2E5A88;
}
/* selected link */
a:active {
color: #2E5A88;
}
</style>
<script>
function goToUniBristol() { window.open("https://www.bristol.ac.uk"); }
function goToUniJena() { window.open("https://www.uni-jena.de/en"); }
function getTitle() { return "<b>CamTrapAI Workshop Series</b>"; }
function getHeader() { return "<b>INTERNATIONAL WORKSHOP SERIES</b><br/><b>ON CAMERA TRAPS, AI, & ECOLOGY</b><br/><br/><b> BRINGING PEOPLE, NATURE & AI TOGETHER</b><br/><br/><b><font color='#FFFFFF' size='5'>All workshops</font></b><br/><a href='https://camtrapai.github.io'><font color='#FFFFFF'>Back to home</font></a><br/>"}
function getSummary() { return "<b>About</b><hr/>This is the home of the international workshop series on camera traps and AI analysis for wildlife monitoring including associated ecological and data collection methods. It regularly runs as expert talks, tutorials, discussions, and follow-up sessions in a hybrid format. The workshops bring together three communities: camera trap data producers (e.g. nature parks and reserves), scientific practitioners (e.g. ecologists and conservationists), and AI analysis providers (e.g. computer scientists and engineers). The aim of the workshops is to promote exchange between these different communities, link wildlife data and AI methods, and initiate new interdisciplinary projects amongst attendees. The sessions target at field practitioners, academics, researchers, students, and subject enthusiasts."}
function getContact() { return "<b>Contact</b><hr/>You can email the workshop via the camtrapai [.at.] gmail.com address. To chat during or after the workshop, directly join our Slack chat via an email to aiforconservation [.at.] gmail.com and search for our channel called #camtrapai-workshops within Slack. See you there!<br/>"}
function getTermsOfUse() { return "<b>Website Terms of Use</b><hr/><table><tr><td>See <a href='https://www.bristol.ac.uk/style-guides/web/policies/legal/terms' target='_blank'>University of Bristol Website Terms of Use</a></td></tr></table>"}
</script>
<body onscroll = "myScroll()"; onresize="myResize()"; style="margin: 0; min-width: 1280px; max-width: 100%; background-color: #FFFFFF; background-size: cover; padding: 0px; overflow-x:hidden; width:100%;">
<!--NAVIGATION-->
<div class="uob-mainnav-container clearfix" id="top">
<div id="csnav">
<ul class="width-master uob-mainnav" role="navigation" id="csmenu" style="width:100%; margin-left:0;">
<li class="u-m-university"> <img style="cursor: pointer;" src="images/uni-bristol.png" height="35px" width="100px" onclick="javascript:goToUniBristol()"/></li>
<li class="u-m-university"> <img style="cursor: pointer;" src="images/uni-jena.png" height="35px" width="100px" onclick="javascript:goToUniJena()"/></li>
<li class="u-m-university"> <a class="u-m-link" href="https://camtrapai.github.io" tabindex="0"> Home </a></li>
<li class="u-m-university"> <a class="u-m-link" id="aboutLink" href="#about" tabindex="0"> About </a> </li>
<li class="u-m-university"> <a class="u-m-link" id="workshopsLink" href="#workshops" tabindex="0"> Workshops </a> </li>
<li class="u-m-university"> <a class="u-m-link" id="contactLink" href="#contact" tabindex="0"> Contact </a> </li>
<li class="u-m-university"> <a class="u-m-link" id="termsofuseLink" href="#termsofuse" tabindex="0"> Terms of Use </a> </li>
<li class="u-m-university"> <a class="u-m-link" id="organizersLink" href="#organizers" tabindex="0"> Organizers </a> </li>
<li class="u-m-university"> <a class="u-m-link" href="https://camtrapai.github.io/workshops-overview.html" tabindex="0"> Archive</a> </li>
</ul>
</div>
</div>
<div class="container">
<img id="topup" src="images/top.png" onclick="javascript:goToTop()" style="cursor: pointer; width:32px; height:32px; margin-left:7px; position: absolute">
<div class="mySlides">
<div class="myFlip">
<img src="images/introsimple.gif" style="width:100%; height:320px; position: absolute">
<img src="images/camtrapai.gif" style="width:100%; height:320px; position: absolute">
<div style="position: absolute">
<img src="images/camtrapaiws.gif" style="height:177px; margin-top:92px; margin-left:50px">
<div style="width:90%; margin-left:59px; margin-top:-254px; color: #FFFFFF; font-size: 27pt; font-family: 'Helvetica', serif;">
<script>document.write(getTitle());</script>
</div>
<div style="width:90%; margin-left:280px; margin-top:16px; color: #FFFFFF; font-size: 12pt; font-family: 'Helvetica', sans-serif;">
<script>document.write(getHeader());</script>
</div>
<a href="" z-index: 999; target="_blank" title="Go to Google Scholar Profile">
<img src="" alt="" id="myScholar" style="width:48px; position: absolute; margin-top:-48px;" />
</a>
<a href="" z-index: 999; target="_blank" title="Go to DBLP Profile">
<img src="" alt="" id="myDBLP" style="width:48px; position: absolute; margin-top:-118px;" />
</a>
<a href="" z-index: 999; target="_blank" title="Go to Papers with Code">
<img src="" alt="" id="myPWC" style="width:44px; position: absolute; margin-top:-188px;" />
</a>
</div>
</div>
<div class="myFlip">
<img src="images/introsimple.gif" style="width:100%; height:256px; position: absolute">
<img src="images/camtrapai.gif" style="width:100%; height:256px; position: absolute">
<div style="position: absolute">
<img src="images/camtrapaiws.gif" style="height:166px; margin-top:62px; margin-left:50px">
<div style="position: absolute; margin-left:50px; margin-top:-219px; color: #FFFFFF; font-size: 16pt; font-family: 'Helvetica', serif;">
<script>document.write(getTitle());</script>
</div>
<div style="margin-left:254px; margin-top:-176px; color: #FFFFFF; font-size: 11pt; font-family: 'Helvetica', sans-serif;">
<script>document.write(getHeader());</script>
</div>
</div>
</div>
</div>
</div>
<div class="myBlock" id="myPC" style="margin-left:49px; margin-top:345px; text-align: justify; font-size: 13pt; font-family: 'Helvetica', sans-serif;">
<table width="100%" border="0" cellspacing="14">
<tr>
<td valign="top" style="background-color: #FFFFFF;">
<div id="myLeft" width="70%" style="text-align: justify; font-size: 13pt; font-family: 'Helvetica', sans-serif;">
<div id="workshops">
<b>All workshops</b><hr/>
</div>
<br/>
<div id="about">
<script> document.write(getSummary()); </script>
</div>
<br/>
<div id="contact">
<script> document.write(getContact()); </script>
</div>
<br/>
<div id="termsofuse">
<script> document.write(getTermsOfUse()); </script>
</div>
<br/>
</div>
</td>
<td valign="top" style="background-color: #FFFFFF;">
<div id="myRight" width="30%" style="margin-top:-33px; text-align: justify; font-size: 13pt; font-family: 'Helvetica', sans-serif;">
<div id="organizers">
</div>
</div>
</td>
</tr>
</table>
</div>
<div class="myBlock" id="myMobile" style="margin-left:49px; margin-top:288px; text-align: justify; font-size: 13pt; font-family: 'Helvetica', sans-serif;">
<div id="workshopsMobile">
<b>All workshops</b><hr/>
</div>
<br/>
<div id="aboutMobile">
<script> document.write(getSummary()); </script>
</div>
<br/>
<div id="contactMobile">
<script> document.write(getContact()); </script>
</div>
<br/>
<div id="termsofuseMobile">
<script> document.write(getTermsOfUse()); </script>
</div>
<br/>
<div id="organizersMobile">
</div>
</div>
<script>
var slideIndex = 1;
var stopRotation = 1;
var firstRun = 1;
showSlides(slideIndex);
function getNWidth() { return window.innerWidth * 0.57 - 160;}
function getScroll() { return (document.documentElement.scrollTop || document.body.scrollTop) - 30;}
function getSMWidth() { return window.innerWidth - 92;}
function getRWidth() { return window.innerWidth - 122;}
function getWidth() { return window.innerWidth - 110;}
function getLWidth() { return window.innerWidth * 0.57 - 160;}
function goToTop() {
document.documentElement.scrollTop = "0px";
document.body.scrollTop = "0px";
}
function myScroll() {
document.getElementById("topup").style.marginTop = getScroll()+"px";
}
function myResize() {
var width = window.innerWidth || document.documentElement.clientWidth || document.body.clientWidth;
var i;
var slides = document.getElementsByClassName("myFlip");
var blocks = document.getElementsByClassName("myBlock");
for (i = 0; i < slides.length; i++) { slides[i].style.display = "none"; }
for (i = 0; i < blocks.length; i++) { blocks[i].style.display = "none"; }
myScroll();
if (width<1280) {
slides[1].style.display = "block";
blocks[1].style.display = "block";
document.getElementById("topup").style.marginLeft = "7px";
document.getElementById("aboutLink").href = "#aboutMobile";
document.getElementById("workshopsLink").href = "#workshopsMobile";
document.getElementById("contactLink").href = "#contactMobile";
document.getElementById("termsofuseLink").href = "#termsofuseMobile";
document.getElementById("organizersLink").href = "#organizersMobile";
document.getElementById("myMobile").style.width = getWidth()+"px";
}
else {
slides[0].style.display = "block";
blocks[0].style.display = "block";
document.getElementById("topup").style.marginLeft = "12px";
document.getElementById("aboutLink").href = "#about";
document.getElementById("workshopsLink").href = "#workshops";
document.getElementById("contactLink").href = "#contact";
document.getElementById("termsofuseLink").href = "#termsofuse";
document.getElementById("organizersLink").href = "#organizers";
document.getElementById("myPC").style.width = getWidth()+"px";
document.getElementById("myLeft").style.width = getLWidth()+"px";
}
if (firstRun>0) {
firstRun--;
var itm = document.getElementById("workshopsContent");
itm.style.display = "block";
var cln = itm.cloneNode(true);
document.getElementById("workshops").appendChild(cln);
cln = itm.cloneNode(true);
document.getElementById("workshopsMobile").appendChild(cln);
itm.remove();
itm = document.getElementById("organizersContent");
itm.style.display = "block";
cln = itm.cloneNode(true);
document.getElementById("organizers").appendChild(cln);
cln = itm.cloneNode(true);
document.getElementById("organizersMobile").appendChild(cln);
itm.remove();
}
}
function currentSlide(n) {
stopRotation = 1;
showSlides(slideIndex = n);
}
function showSlides(n) {
var i;
var slides = document.getElementsByClassName("mySlides");
if (n > slides.length) {slideIndex = 1}
if (n < 1) {slideIndex = slides.length}
for (i = 0; i < slides.length; i++) {
slides[i].style.display = "none";
}
slides[slideIndex-1].style.display = "block";
if (!stopRotation) slideIndex++;
if (slideIndex > slides.length) {slideIndex = 1}
if (slideIndex == 2) setTimeout(showSlides, 15000);
else setTimeout(showSlides, 10000);
}
</script>
<div id="workshopsContent" style="width:100%; display: none; vertical-align: top; margin-top: 32px; text-align: left; font-family: 'Helvetica', sans-serif;">
<!-- <a href="https://camtrapai.github.io/workshop-2025.html"><b>5th Workshop 2025 in Seattle, USA (hybrid)</b></a>
<br/><br/> -->
<a href="https://camtrapai.github.io/workshop-2024.html"><b>4th Workshop 2024 in Hagenberg, Austria (hybrid)</b></a>
<br/><br/>
<a href="https://camtrapai.github.io/workshop-2023-jena.html"><b>3rd Workshop 2023 in Jena, Germany (hybrid)</b></a>
<br/><br/>
<a href="https://camtrapai.github.io/workshop-2023-bristol.html"><b>2nd Workshop 2023 in Bristol, UK (hybrid)</b></a>
<br/><br/>
<a href="https://camtrapai.github.io/workshop-2022.html"><b>1st workshop 2022 (online only)</b></a>
<br/><br/>
</div>
<div id="organizersContent" style="width:100%; display: none; vertical-align: top; margin-top: 32px; text-align: left; font-family: 'Helvetica', sans-serif;">
<b>Workshop Series Organizers</b><hr/><br/>
<b>Team at University of Bristol</b><br/>
<table id="bristol-team" width="80%" border="0" cellspacing="0" style="text-align: justify; margin-top: 4px; font-family: 'Helvetica', sans-serif; font-size:12pt;" >
<tr>
<td>
<a href="https://tiloburghardt.github.io" target="_blank"><b>Tilo Burghardt</b></a><br/>
<a href="https://www.bristol.ac.uk/cdt/interactive-ai/current-students/2020-cohort/brookes" target="_blank"><b>Otto Brookes</b></a><br/>
<a href="https://majidmirmehdi.github.io/" target="_blank"><b>Majid Mirmehdi</b></a><br/>
</td>
<td style="text-align: right;">
<a href="http://bristol.ac.uk" alt="University of Bristol" target="_blank"><img src="images/uob.jpg" style="height:75px"></a>
</td>
<tr>
</table>
<b>Team at University of Jena</b><br/>
<table id="jena-team" width="80%" border="0" cellspacing="0" style="text-align: justify; margin-top: 4px; font-family: 'Helvetica', sans-serif; font-size:12pt;" >
<tr>
<td>
<a href="https://inf-cv.uni-jena.de/bodesheim" target="_blank"><b>Paul Bodesheim</b></a><br/>
<a href="https://inf-cv.uni-jena.de/korsch" target="_blank"><b>Dimitri Korsch</b></a><br/>
<a href="https://inf-cv.uni-jena.de/denzler" target="_blank"><b>Joachim Denzler</b></a><br/>
</td>
<td style="text-align: right;">
<a href="https://inf-cv.uni-jena.de" alt="Computer Vision Group Jena" target="_blank"><img src="images/cvg-jena.png" style="height:75px"></a>
   
<a href="https://uni-jena.de/en" alt="University of Jena" target="_blank"><img src="images/fsu-jena.png" style="height:75px"></a>
</td>
<tr>
</table>
<br/>
<b>Further Organizers / Programme Committee</b><hr/><br/>
<table id="furtherOrganizers" width="100%" border="0" cellspacing="0" style="text-align: justify; margin-top: -24px; font-family: 'Helvetica', sans-serif; font-size:12pt;" >
<tr>
<td>
<a href="https://www.senckenberg.de/de/institute/senckenberg-museum-fuer-naturkunde-goerlitz/abt-zoologie/sekt-mammalogie/mammalogie-team/" target="_blank"><b>Hjalmar S Kuehl</b> (Senckenberg and TU Dresden)</a><br/>
<a href="https://www.mathislab.org/" target="_blank"><b>Alexander Mathis</b> (EPFL, Mathis Group for Computational Neuroscience and AI)</a><br/>
<a href="https://www.wildlife.uni-freiburg.de/de/mitarbeiterinnen/fiderer" target="_blank"><b>Christian Fiderer</b> (Wildlife Ecology and Management, University of Freiburg)</a><br/>
<a href="https://www.wildlife.uni-freiburg.de/de/mitarbeiterinnen/henrich" target="_blank"><b>Maik Henrich</b> (Wildlife Ecology and Management, University of Freiburg)</a><br/>
<a href="https://www.wildlife.uni-freiburg.de/en/Staff/marco%20heurich" target="_blank"><b>Marco Heurich</b> (Wildlife Ecology and Management, University of Freiburg)</a><br/>
<a href="https://pure.fh-ooe.at/de/persons/david-christian-schedl" target="_blank"><b>David Schedl</b> (Upper Austrian University of Applied Sciences, Campus Hagenberg)</a><br/>
<a href="https://pure.fh-ooe.at/de/persons/christoph-praschl" target="_blank"><b>Christoph Praschl</b> (Upper Austrian University of Applied Sciences, Campus Hagenberg)</a><br/>
<a href="https://jsis.washington.edu/emis/people/ted-schmitt/" target="_blank"><b>Ted Schmitt</b> (Ai2, Allen Institute for Artificial intelligence)</a><br/>
<a href="https://allenai.org/" target="_blank"><b>Jes Lefcourt</b> (Ai2, Allen Institute for Artificial intelligence)</a><br/>
</td>
<tr>
</table>
<br/>
<table id="affiliations" width="100%" border="0" cellspacing="0" style="text-align: justify; margin-top: -24px; font-family: 'Helvetica', sans-serif; font-size:12pt;" >
<tr>
<td><a href="https://www.senckenberg.de/en/" alt="SENCKENBERG (world of biodiversity)" target="_blank"><img src="images/senckenberg.png" style="height:40px"></a></td><td> </td>
<td><a href="https://www.mathislab.org" alt="Mathis Group, EPFL" target="_blank"><img src="images/epfl.jpg" style="height:40px"></a></td><td> </td>
<td><a href="https://uni-freiburg.de/en" alt="University of Freiburg" target="_blank"><img src="images/freiburg.jpg" style="height:45px"></a></td><td> </td>
<td><a href="https://pure.fh-ooe.at/" alt="Upper Austrian University of Applied Sciences, Campus Hagenberg" target="_blank"><img src="images/fh-ooe.png" style="height:40px"></a></td><td> </td>
<td><a href="https://allenai.org/" alt="Ai2, Allen Institute for Artificial intelligence" target="_blank"><img src="images/logo-Ai2.jpeg" style="height:40px"></a></td><td> </td>
<br/>
</tr>
</table>
</div>
<script> myResize(); myResize(); myResize();</script>
</body>
</html>