-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpub.html
More file actions
616 lines (559 loc) · 28.6 KB
/
pub.html
File metadata and controls
616 lines (559 loc) · 28.6 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
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
<!DOCTYPE HTML>
<!--
Stellar by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>John's publications</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript>
<link rel="stylesheet" href="assets/css/noscript.css" />
</noscript>
<!-- Google Tag Manager --
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-5WQ2QBTK');</script>
!-- End Google Tag Manager -->
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-4PGBBVECE0"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-4PGBBVECE0');
</script>
<!-- Google tag (gtag.js) -->
</head>
<body class="is-preload">
<!-- Google Tag Manager (noscript) --
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-5WQ2QBTK"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
!-- End Google Tag Manager (noscript) -->
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header">
<h1>Scientific achievements</h1>
<p></p>
</header>
<!-- Nav -->
<nav id="nav">
<ul>
<li class="sc1"><a href="index.html">Home</a></li>
<li class="sc1 sc2 sc3"><a href="pub.html" class="active">Publication</a></li>
<li class="sc1 sc2"><a href="teaching.html">Teaching</a></li>
<li class="sc1"><a href="portfolio.html">Portfolio</a></li>
</ul>
</nav>
<!-- Main -->
<div id="main">
<!-- First Section -->
<section class="main">
<header class="major">
<h2>Publication</h2>
</header>
<div class="table-wrapper">
<table>
<thead>
<tr>
<th>Year</th>
<th>Reference
<span class="publogo"><a href="https://dblp.org/pid/176/2594.html"
target="_blank"><img src="./images/DBLP_Logo.png" alt="DBLP" /></a></span>
<span class="publogo"><a
href="https://scholar.google.com/citations?user=SZWEYcsAAAAJ"
target="_blank"><img src="./images/Google_Scholar_logo.png"
alt="Google Scholar" /></a></span>
<span class="publogo"><a href="https://orcid.org/0000-0002-7213-146X"
target="_blank"><img src="./images/ORCID_logo.png" alt="ORCID" /></a></span>
<span class="publogo"><a
href="https://www.scopus.com/authid/detail.uri?authorId=57063265200"
target="_blank"><img src="./images/scopus_logo.webp"
alt="SCOPUS" /></a></span>
</th>
<th></th>
</tr>
</thead>
<tbody>
<tr class="yearrow">
<td colspan="3">2024</td>
</tr>
<tr class="rowpub conferencepub">
<td></td>
<td>Crochet, Christophe; Aoga, John O. R.; Legay, Axel:<br />
<b>Formally Discovering and Reproducing Network Protocols Vulnerabilities</b>. <i>NordSec 2024, Karlstad University,
Sweden, 6-7th November 2024</i> <em>(conference paper)</em>
</td>
<td class="pub"><a
href="https://nordsec2024.kau.se/accepted-papers/"
class="style1" target="_blank" download><strong
class="icon solid fa-file-code"></strong></a> </td>
</tr>
<tr class="rowpub conferencepub">
<td></td>
<td>Rousseaux, Tom; Crochet, Christophe; Aoga, John O. R.; Legay, Axel:<br />
<b>Network Simulator-centric Compositional Testing</b>. <i>DisCoTec 2024, Groningen,
The Netherlands, 17-21 Jun 2024, FORTE 2024</i> <em>(conference paper)</em>
</td>
<td class="pub"><a
href="https://www.discotec.org/2024/accepted-papers"
class="style1" target="_blank" download><strong
class="icon solid fa-file-code"></strong></a> </td>
</tr>
<tr class="rowpub journalpub">
<td></td>
<td>Aoga, John O. R.; Bae, Juhee; Veljanoska, Stefanija; Nijssen, Siegfried; Schaus,
Pierre:<br />
<b>Impact of weather factors on migration intention using machine learning
algorithms</b>.
<i>Operations Research Forum</i> <em>(journal paper)</em>
</td>
<td class="pub"><a href="https://link.springer.com/article/10.1007/s43069-023-00271-y"
class="style1" target="_blank" download><strong
class="icon solid fa-file-pdf"></strong></a>
</td>
</tr>
<tr class="yearrow">
<td colspan="3">2023</td>
</tr>
<tr class="rowpub journalpub">
<td></td>
<td>Zohou, Jérôme P.; Biao, Eliézer I.; Aoga, John O. R.; Houessou, Oscar; Alamou, Eric
A.; Ezin, Eugène C.:<br /> <b>Modeling River Discharge using Deep Learning in the
Ouémé catchment at Savè outlet (Benin, West Africa)</b>. <i>SSRG International
Journal of Geo-informatics and Geological Science</i> <em>(journal paper)</em>
</td>
<td class="pub"><a
href="https://www.internationaljournalssrg.org/IJGGS/2023/Volume10-Issue1/IJGGS-V10I1P103.pdf"
class="style1" target="_blank" download><strong
class="icon solid fa-file-pdf"></strong></a> </td>
</tr>
<tr class="rowpub journalpub">
<td></td>
<td>Zohou, Jérôme P.; Biao, Eliézer I.; Aoga, John O. R.; Alamou, Eric A.; Ezin, Eugène
C.:<br /> <b>Characterization of rainfall occurrences using a Markovian approach and
artificial neural networks in the Oueme River basin at Savè Outlet in
Benin.</b>. <i>International Journal of Water Resources and Environmental
Engineering</i> <em>(journal paper)</em> </td>
<td class="pub"><a
href="https://academicjournals.org/journal/IJWREE/article-full-text-pdf/40B6E2670615.pdf"
class="style1" target="_blank" download><strong
class="icon solid fa-file-pdf"></strong></a> </td>
</tr>
<tr class="yearrow">
<td colspan="3">2020</td>
</tr>
<tr class="rowpub conferencepub">
<td></td>
<td>Zohou, Jérôme P.; Alamou, Eric A.; Aoga, John O. R.; Ezin, Eugène C.:<br />
<b>Caractérisation des occurrences de précipitations dans le sous bassin
hydrologique de l’ouémé à Savè : Approche Markovienne et les Réseaux de Neurones
Artificiels (RNA)</b>. <i>IAHS-AISH Scientific Assembly 2022, Montpellier,
France, 29 May–3 Jun 2022, IAHS2022-468</i> <em>(conference paper)</em>
</td>
<td class="pub"><a
href="https://meetingorganizer.copernicus.org/IAHS2022/IAHS2022-468.html"
class="style1" target="_blank" download><strong
class="icon solid fa-file-pdf"></strong></a> </td>
</tr>
<tr class="rowpub conferencepub">
<td></td>
<td>Bae, Juhee; Aoga, John O. R.:<br /> <b>Forecasting Migration Intention Using
Multivariate Time Series</b>. <i>{ICVISP} 2020: 4th International Conference on
Vision, Image and Signal Processing, Bangkok, Thailand, December, 2020</i>
<em>(conference paper)</em>
</td>
<td class="pub"><a href="https://doi.org/10.1145/3448823.3448883" class="style1"
target="_blank" download><strong class="icon solid fa-file-pdf"></strong></a>
</td>
</tr>
<tr class="rowpub journalpub">
<td></td>
<td>Aoga, John O. R.; Bae, Juhee; Veljanoska, Stefanija; Nijssen, Siegfried; Schaus,
Pierre:<br /> <b>Impact of weather factors on migration intention using machine
learning algorithms</b>. <i>CoRR/arXiv</i> <em>(journal paper)</em> </td>
<td class="pub"><a href="https://arxiv.org/abs/2012.02794" class="style1"
target="_blank" download><strong class="icon solid fa-file-pdf"></strong></a>
</td>
</tr>
<tr class="yearrow">
<td colspan="3">2019</td>
</tr>
<tr class="rowpub conferencepub">
<td></td>
<td>Aoga, John O. R.; Nijssen, Siegfried; Schaus, Pierre:<br /> <b>Modeling Pattern Set
Mining Using Boolean Circuits</b>. <i>Principles and Practice of Constraint
Programming - 25th International Conference, {CP} 2019, Stamford, CT, USA,
September 30 - October 4, 2019, Proceedings</i> <em>(conference paper)</em>
</td>
<td class="pub"><a
href="https://info.ucl.ac.be/~pschaus/assets/publi/cp2019-booleancircuits.pdf"
class="style1" target="_blank" download><strong
class="icon solid fa-file-pdf"></strong></a> <a
href="./assets/docs/aoga_2019_3.pdf" class="style3" target="_blank"
download><span class="icon solid fa-file-powerpoint"></span></a> </td>
</tr>
<tr class="yearrow">
<td colspan="3">2018</td>
</tr>
<tr class="rowpub conferencepub">
<td></td>
<td>Cappart, Quentin; Aoga, John O. R.; Schaus, Pierre:<br /> <b>EpisodeSupport: A
Global Constraint for Mining Frequent Patterns in a Long Sequence of Events</b>.
<i>Integration of Constraint Programming, Artificial Intelligence, and Operations
Research - 15th International Conference, {CPAIOR} 2018, Delft, The Netherlands,
June 26-29, 2018, Proceedings</i> <em>(conference paper)</em>
</td>
<td class="pub"><a
href="https://info.ucl.ac.be/~pschaus/assets/publi/cpaior18_episodesupport.pdf"
class="style1" target="_blank" download><strong
class="icon solid fa-file-pdf"></strong></a> <a
href="./assets/docs/aoga_2018_1.pdf" class="style3" target="_blank"
download><span class="icon solid fa-file-powerpoint"></span></a> </td>
</tr>
<tr class="rowpub conferencepub">
<td></td>
<td>Aoga, John O. R.; Guns, Tias; Nijssen, Siegfried; Schaus, Pierre:<br /> <b>Finding
Probabilistic Rule Lists using the Minimum Description Length Principle</b>.
<i>Discovery Science - 21st International Conference, {DS} 2018, Limassol, Cyprus,
October 29-31, 2018, Proceedings</i> <em>(conference paper)</em>
</td>
<td class="pub"><a
href="https://info.ucl.ac.be/~pschaus/assets/publi/ds2018-rule-lists.pdf"
class="style1" target="_blank" download><strong
class="icon solid fa-file-pdf"></strong></a> <a
href="./assets/docs/aoga_2018_2.pdf" class="style3" target="_blank"
download><span class="icon solid fa-file-powerpoint"></span></a> </td>
</tr>
<tr class="yearrow">
<td colspan="3">2017</td>
</tr>
<tr class="rowpub journalpub">
<td></td>
<td>Aoga, John O. R.; Guns, Tias; Schaus, Pierre:<br /> <b>Mining Time-constrained
Sequential Patterns with Constraint Programming</b>. <i>Constraints An Int.
J.</i> <em>(journal paper)</em> </td>
<td class="pub"><a
href="https://link.springer.com/content/pdf/10.1007/s10601-017-9272-3.pdf"
class="style1" target="_blank" download><strong
class="icon solid fa-file-pdf"></strong></a> <a
href="./assets/docs/cpaior_2017.pdf" class="style3" target="_blank"
download><span class="icon solid fa-file-powerpoint"></span></a> </td>
</tr>
<tr class="rowpub conferencepub">
<td></td>
<td>Schaus, Pierre; Aoga, John O. R.; Guns, Tias:<br /> <b>CoverSize: A Global
Constraint for Frequency-Based Itemset Mining</b>. <i>Principles and Practice of
Constraint Programming - 23rd International Conference, {CP} 2017, Melbourne,
VIC, Australia, August 28 - September 1, 2017, Proceedings</i> <em>(conference
paper)</em> </td>
<td class="pub"><a
href="https://info.ucl.ac.be/~pschaus/assets/publi/cp2017-coversize.pdf"
class="style1" target="_blank" download><strong
class="icon solid fa-file-pdf"></strong></a> <a
href="https://sites.uclouvain.be/cp4dm/cp17aoga-slides.pdf" class="style3"
target="_blank" download><span class="icon solid fa-file-powerpoint"></span></a>
</td>
</tr>
<tr class="yearrow">
<td colspan="3">2016</td>
</tr>
<tr class="rowpub conferencepub">
<td></td>
<td>Aoga, John O. R.; Guns, Tias; Schaus, Pierre:<br /> <b>An Efficient Algorithm for
Mining Frequent Sequence with Constraint Programming</b>. <i>Machine Learning
and Knowledge Discovery in Databases - European Conference, {ECML} {PKDD} 2016,
Riva del Garda, Italy, September 19-23, 2016, Proceedings, Part {II}</i>
<em>(conference paper)</em>
</td>
<td class="pub"><a href="https://doi.org/10.1007/978-3-319-46227-1\_20" class="style1"
target="_blank" download><strong class="icon solid fa-file-pdf"></strong></a> <a
href="https://sites.uclouvain.be/cp4dm/pkdd17aoga-slides.pdf" class="style3"
target="_blank" download><span class="icon solid fa-file-powerpoint"></span></a>
<a href="https://sites.uclouvain.be/cp4dm/pkdd17aoga-video.m4v" class="style3"
target="_blank" download><span class="icon solid fa-file-video"></span></a>
</td>
</tr>
<tr class="rowpub journalpub">
<td></td>
<td>Aoga, John O. R.; Dagba, Théophile K.; Fanou, Codjo C.:<br /> <b>Integration of
Yoruba language into MaryTTS</b>. <i>Int. J. Speech Technol.</i> <em>(journal
paper)</em> </td>
<td class="pub"><a href="https://doi.org/10.1007/s10772-016-9334-8" class="style1"
target="_blank" download><strong class="icon solid fa-file-pdf"></strong></a>
</td>
</tr>
<tr class="rowpub conferencepub">
<td></td>
<td>Dagba, Théophile K.; Aoga, John O. R.; Fanou, Codjo C.:<br /> <b>Design of a Yoruba
Language Speech Corpus for the Purposes of Text-to-Speech (TTS) Synthesis</b>.
<i>Intelligent Information and Database Systems - 8th Asian Conference, {ACIIDS}
2016, Da Nang, Vietnam, March 14-16, 2016, Proceedings, Part {I}</i>
<em>(conference paper)</em>
</td>
<td class="pub"><a href="https://doi.org/10.1007/978-3-662-49381-6\_16" class="style1"
target="_blank" download><strong class="icon solid fa-file-pdf"></strong></a>
</td>
</tr>
<tr class="yearrow">
<td colspan="3">2013</td>
</tr>
<tr class="rowpub journalpub">
<td></td>
<td>Adédjouma, Sèmiyou A.; Aoga, John O. R.; Igue, Mamoud A.:<br /> <b>Part-of-Speech
tagging of Yoruba Standard, Language of Niger-Congo family</b>. <i>Res. J.
Computer & IT Sci.</i> <em>(journal paper)</em> </td>
<td class="pub"><a
href="http://www.isca.me/COM_IT_SCI/Archive/v1/i1/1.ISCA-RJCITS-2013-003.pdf"
class="style1" target="_blank" download><strong
class="icon solid fa-file-pdf"></strong></a> </td>
</tr>
</tbody>
<tfoot>
<tr>
<td colspan="3"></td>
</tr>
</tfoot>
</table>
</div>
<!--footer class="major">
</footer-->
</section>
<!-- First Section -->
<section class="main">
<header class="major">
<h2>Other scientific activities</h2>
</header>
<h3><b>Abstract/Poster</b></h3>
<div class="table-wrapper">
<table>
<thead>
<tr>
<th>Year</th>
<th>Reference
</th>
<th></th>
</tr>
</thead>
<tbody>
<tr class="yearrow">
<td colspan="3">2023</td>
</tr>
<tr class="rowpub journalpub">
<td></td>
<td>Afouda, A. Abel; Obada, Ezechiel; Aoga John O. R.:<br /> <b>Origine et Nature de
l’Energie Noire</b>. <i>VIIIème Colloque des Sciences, Cultures et
Technologies</i> <em>(abstract)</em> </td>
<td class="pub"><a href="./assets/docs/darkenergy.pdf" class="style1" target="_blank"
download><strong class="icon solid fa-file-pdf"></strong></a> </td>
</tr>
<tr class="rowpub journalpub">
<td></td>
<td>Aoga John O. R.; Houkponou M. P. Ninette:<br /> <b>Evaluation du volume d’un caillot
sanguin après un AVC à partir des images de radiographie 2D</b>. <i>VIIIème
Colloque des Sciences, Cultures et Technologies</i> <em>(abstract)</em> </td>
<td class="pub"><a href="./assets/docs/2dimgs23d.pdf" class="style1" target="_blank"
download><strong class="icon solid fa-file-pdf"></strong></a> </td>
</tr>
<tr class="yearrow">
<td colspan="3">2022</td>
</tr>
<tr class="rowpub journalpub">
<td></td>
<td>Zohou, Jérôme P.; Biao, Eliézer I.; Aoga, John O. R.; Alamou, Eric A.; Ezin, Eugène
C.:<br /> <b>Modélisation pluie débit avec les Réseaux de Neurones Artificiels (RNA)
dans le bassin de l'Ouémé à Savè</b>. <i>Premier Colloque Scientifique
International – CSI- STIM/ UNSTIM</i> <em>(abstract)</em> </td>
<td class="pub"></td>
</tr>
<tr class="yearrow">
<td colspan="3">2016</td>
</tr>
<tr class="rowpub journalpub">
<td></td>
<td>Aoga, John O. R.; Schaus, Pierre; Guns, Tias:<br /> <b>Scalable Constraint
Programming approach for Mining Frequent Sequence with gap constraints</b>.
<i>BENELEARN'16</i> <em>(Short Paper + Poster)</em>
</td>
<td class="pub"><a
href="https://kulak.kuleuven.be/benelearn/papers/Benelearn_2016_paper_33.pdf"
class="style1" target="_blank" download><strong
class="icon solid fa-file-pdf"></strong></a> <a
href="./assets/docs/benelearn2016Poster.pdf" class="style1"
target="_blank"><strong class="icon solid fa-file-powerpoint"></strong></a></td>
</tr>
<tr class="yearrow">
<td colspan="3">2014</td>
</tr>
<tr class="rowpub conferencepub">
<td></td>
<td>Dagba, Théophile; Aoga, John O. R.:<br /> <b>Conception du corpus de parole pour la
synthese vocale text-to- speech (TTS) su yoruba standard et application a la
methode de selection d'unites</b>. <i>Journées Scientifiques Internationales de
Lomé (JSIL)</i> <em>(abstract)</em> </td>
<td class="pub"><a href="./assets/docs/jsil141.pdf" class="style1" target="_blank"
download><strong class="icon solid fa-file-pdf"></strong></a> </td>
</tr>
<tr class="rowpub conferencepub">
<td></td>
<td>Aoga, John O. R.; Gbadou Oscar; Igue A. Mamoud:<br /> <b>Conception d'un corpus
bilingue parallele du couple yoruba- anglais et Realisation d'un systeme de
traduction automatique par approche statistique basée sur la boite a outils
MOSES</b>. <i>Journées Scientifiques Internationales de Lomé (JSIL)</i>
<em>(abstract)</em>
</td>
<td class="pub"><a href="./assets/docs/jsil142.pdf" class="style1" target="_blank"
download><strong class="icon solid fa-file-pdf"></strong></a> </td>
</tr>
<tr class="rowpub conferencepub">
<td></td>
<td>Aoga, John O. R.; Gbadou Oscar:<br /> <b>Plateforme de traduction du yoruba vers
l'anglais et de l'anglais vers le yoruba intégrant un module d'amélioration
soumis à un système D'experts</b>. <i>Journées Scientifiques Internationales de
Lomé (JSIL)</i> <em>(abstract)</em> </td>
<td class="pub"><a href="./assets/docs/jsil143.pdf" class="style1" target="_blank"
download><strong class="icon solid fa-file-pdf"></strong></a> </td>
</tr>
</tbody>
<tfoot>
<tr>
<td colspan="3"></td>
</tr>
</tfoot>
</table>
</div>
<h3><b>Conference/Seminar</b></h3>
<ul>
<li><strong>May.2024</strong> Speaker at <i>"4th Edition du Benin Workshop
Artificial Intelligence"</i> -- UAC (Benin) on the topic <i>Adversarial search in AI</i> <a
href="./assets/docs/bwai24.pdf" class="style3" target="_blank" download><span
class="icon solid fa-file-powerpoint"></span></a></li>
<li><strong>Mar.2024</strong> Speaker at <i>"Fondation Ratheil pour une Intelligence Artificielle Responsable et Efficiente(<a
href="https://www.friare.org/en/"
target="_blank">FRIARE</a>)"</i> -- Cotonou (Benin) on the topic <i>AI Beyond Machine Learning (Adversarial search)</i> <a
href="./assets/docs/friare24.pdf" class="style3" target="_blank" download><span
class="icon solid fa-file-powerpoint"></span></a> <a
href="https://www.youtube.com/watch?v=kl281W_WpN4&t=31s&ab_channel=FRIARE" class="style3" target="_blank"><span
class="icon solid fa-file-video"></span></a>
</li>
<li><strong>Jan.2024</strong> Speaker at <i>"LRSIA Lunchtime Seminar(<a
href="https://lrsia.ifri-uac.bj/"
target="_blank">LRSIA/IFRI/UAC</a>)"</i> -- Cotonou (Benin) on the topic <i>AI as a Tool, Not a Crutch (Navigating the Use of ChatGPT in Education and Research)</i> <a
href="./assets/docs/lrsia124.pdf" class="style3" target="_blank" download><span
class="icon solid fa-file-powerpoint"></span></a></li>
<li><strong>Nov.2023</strong> Speaker at <i>"Data Science School(<a
href="https://www.fondationvallet.org/ecole-dete/eeia/"
target="_blank">DSS/CEA/IMSP</a>)"</i> -- Cotonou (Benin) <a
href="./assets/docs/dss23.pdf" class="style3" target="_blank" download><span
class="icon solid fa-file-powerpoint"></span></a></li>
<li><strong>Oct.2023</strong> Panelist at <i>"Deep Learning IndabaX Benin Republic 2023 (<a
href="https://indabaxbenin.github.io/" target="_blank">IndabaX Bénin</a>)"</i> --
Cotonou, Benin</li>
<li><strong>Aug.2023</strong> Panelist at <i>"Mini-conférence sur les questions éthiques et de
responsabilité de l'IA (<a href="https://friare.org/" target="_blank">FRIARE</a>)"</i> --
Cotonou, Benin <a href="https://www.youtube.com/watch?v=vwLeqil9T8Y&ab_channel=FRIARE"
class="style3" target="_blank"><span class="icon solid fa-file-video"></span></a></li>
<li><strong>Jul.2023</strong> Speaker at <i>"Ecole d'été sur l'IA (<a
href="https://www.fondationvallet.org/ecole-dete/eeia/" target="_blank">EEIA</a>)"</i>
-- Cotonou (Benin) <a href="./assets/docs/bejul23.pdf" class="style3" target="_blank"
download><span class="icon solid fa-file-powerpoint"></span></a></li>
<li><strong>Apr.2023</strong> Panelist at <i>"IoT for Sustainable Development in Benin
(IoT4SDB)"</i> -- UAC (Benin) <a
href="https://m.facebook.com/nikestd/videos/981897916197981/?locale=fr" class="style3"
target="_blank"><span class="icon solid fa-file-video"></span></a></li>
<li><strong>Dec.2021/2022</strong> Speaker and Session chair at <i>"3rd Edition du Benin Workshop
Artificial Intelligence"</i> -- UAC (Benin) <a href="./assets/docs/bwai22.pdf"
class="style3" target="_blank" download><span
class="icon solid fa-file-powerpoint"></span></a> <a href="./assets/docs/bwai22.pdf"
class="style3" target="_blank" download><span
class="icon solid fa-file-powerpoint"></span></a></li>
<li><strong>Apr.2021</strong> Speaker at <i>"African Higher Education Week & RUFORUM Triennial
Conference"</i> -- Cotonou (Benin) <a href="./assets/docs/ruforum.pdf" class="style3"
download><span class="icon solid fa-file-powerpoint"></span></a></li>
<li><strong>Nov.2022</strong> <i>"Premier Colloque Scientifique International – CSI-STIM/UNSTIM"</i>
-- UNSTIM (Benin)</li>
<li><strong>Dec.2020</strong> Paper at <i>"4th International Conference on Vision, Image and Signal
Processing"</i> -- Bankok (Thailand)</li>
<li><strong>Aug.2017/Sep.2019</strong> Speaker at <i>"International Conference on Principles and
Practice of Constraint Programming (CP)"</i> -- Melbourne (VIC, Australie)/Stamford (CT,
USA)</li>
<li><strong>Oct.2018</strong> Speaker at <i>"International Conference of Discovery Science (DS)"</i>
-- Limassol (Chipre)</li>
<li><strong>Jun.2017/2018</strong> Speaker at <i>"International Conference of Integration of
Constraint Programming, Artificial Intelligence, and Operations Research (CPAIOR)"</i> --
Padova (Italy)/Delft (The Netherlands)</li>
<li><strong>Jun.2018</strong> Speaker at <i>"journees francophones de la programmation par
contraintes (JFPC)"</i> -- Montreuil Sur Mer (France)</li>
<li><strong>May.2017</strong> <i>"ICTEAM Day (Ex Young Researchers’ Day)"</i> -- Namur, (Belgium)
</li>
<li><strong>Sep.2016</strong> Speaker at <i>"The European Conference On Machine Learning And
Principles And Practice Of Knowledge Discovery In Databases (ECML/PKDD)"</i> -- Riva Del
Garda (Italy)</li>
<li><strong>Sep.2016</strong> Speaker at <i>"Belgian-Dutch Conference On Machine Learning (<a
href="https://kulak.kuleuven.be/benelearn/index.html"
target="_blank">Benelearn</a>)"</i> -- Kortrijk (Belgium)</li>
<li><strong>Dec.2015</strong> <i>"Graduate School In Com. puter Science"</i> -- UNamur, (Belgium)
</li>
<li><strong>Oct.2015</strong> <i>"Ecole D’ete En Constraint Solving Technique"</i> -- Lille,
(France)</li>
<li><strong>Oct.2014</strong> Speaker at <i>"Journées Scientifiques Internationales de Lomé
(JSIL)"</i> -- Lomé, (Togo)</li>
<li><strong>Sep.2013</strong> Speaker at <i>"Colloque des sciences, cultures et technologies de
l'Université d'Abomey-Calavi"</i> -- UAC (Benin)</li>
</ul>
</section>
</div>
<!-- Footer -->
<footer id="footer">
<section>
<h2>John's Career profile</h2>
<p><b>Lecture and Researcher</b>, with more than 08 years experience working with data and optimization
(CP/MIP, ML/DL/DM), writing/teaching several related courses, also interested in building AI
solutions for sustainable development...<a href="bio.html">Learn more</a></p>
<ul class="actions">
<li><a href="pub.html" class="button">Publications</a></li>
<li><a href="teaching.html" class="button">Teaching</a></li>
</ul>
</section>
<section>
<h2>Contact</h2>
<dl class="alt">
<dt>Addresses</dt>
<dd>Abomey-Calavi (Benin/Africa) • Louvain-la-neuve (Belgium)</dd>
<!-- <dt>Phone</dt>
<dd>(+229) 97-999-277</dd>-->
<dt>Email</dt>
<dd><a href="#">john[dot]aoga[at]{gmail[dot]com or uclouvain[dot]be}</a></dd>
</dl>
<ul class="icons">
<li><a href="https://twitter.com/johnaoga" class="icon brands fa-twitter alt" target="_blank"><span
class="label">X (ex Twitter)</span></a></li>
<li><a href="https://www.facebook.com/john.aoga" class="icon brands fa-facebook-f alt"
target="_blank"><span class="label">Facebook</span></a></li>
<li><a href="https://www.linkedin.com/in/john-aoga-2ba6a862/" class="icon brands fa-linkedin alt"
target="_blank"><span class="label">LinkedIn</span></a></li>
<li><a href="https://github.com/johnaoga" class="icon brands fa-github alt" target="_blank"><span
class="label">GitHub</span></a></li>
<!--li><a href="#" class="icon brands fa-dribbble alt"><span class="label" target="_blank">Dribbble</span></a></li-->
</ul>
</section>
<p class="copyright">© John Aoga (last update: Jan. 2024). Design: <a href="https://html5up.net" target="_blank">HTML5 UP</a>.
</p>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>