-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtalks.html
More file actions
73 lines (65 loc) · 2.85 KB
/
Copy pathtalks.html
File metadata and controls
73 lines (65 loc) · 2.85 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>Talks — Emile Djohi</title>
<link rel="stylesheet" href="css/style.css"/>
</head>
<body>
<nav>
<div class="nav-inner">
<a href="index.html" class="nav-brand">Emile <span>Djohi</span></a>
<ul class="nav-links">
<li><a href="index.html">Home</a></li>
<li><a href="research.html">Research</a></li>
<li><a href="talks.html" class="active">Talks</a></li>
<li><a href="teaching.html">Teaching</a></li>
<li><a href="athletics.html">Athletics</a></li>
<li><a href="cv.html">CV</a></li>
</ul>
<div class="hamburger"><span></span><span></span><span></span></div>
</div>
</nav>
<div class="page-hero">
<div class="page-hero-inner">
<div class="section-label">Presentations</div>
<h1>Talks & Workshops</h1>
<p>Conference presentations, research seminars, and invited talks.</p>
</div>
</div>
<section>
<div class="section-inner">
<div class="section-label">Presentations</div>
<h2 class="section-title">Academic <em>Talks</em></h2>
<p class="section-sub" style="margin-bottom:3rem">Selected presentations at academic workshops and research seminars.</p>
<div class="fade-up">
<div class="talk-item">
<div class="talk-year-col">2025</div>
<div class="talk-content">
<h3>University of Pennsylvania Research Seminar — Climate-Conflict Project</h3>
<p class="talk-venue">Penn Development Research Initiative (PDRI-DevLab) · Philadelphia, PA · Fall 2025</p>
<p style="font-size:0.85rem; color:var(--text-muted); line-height:1.6; margin-top:0.5rem;">
Presented ongoing empirical work on climate extremes, economic stressors, and conflict dynamics in Central America, including the 20-country monthly panel design and distributed-lag modeling strategy.
</p>
<span class="talk-type">Research Seminar</span>
</div>
</div>
<div class="talk-item">
<div class="talk-year-col">2023</div>
<div class="talk-content">
<h3>PRIO Research Workshop — Master Thesis Presentation</h3>
<p class="talk-venue">Peace Research Institute Oslo (PRIO) Workshop · 2023</p>
<p style="font-size:0.85rem; color:var(--text-muted); line-height:1.6; margin-top:0.5rem;">
Presented M.Sc. thesis research on the development of a web-based diagnostic tool for real-time classification and visualization of colposcopy images, conducted at the Central Hospital of Parakou, Benin.
</p>
<span class="talk-type">Workshop Presentation</span>
</div>
</div>
</div>
</div>
</section>
<footer>© 2026 Emile Honaminto Virgile Djohi · University of Pennsylvania</footer>
<script src="js/main.js"></script>
</body>
</html>