-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
73 lines (63 loc) · 3.68 KB
/
Copy pathindex.html
File metadata and controls
73 lines (63 loc) · 3.68 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" xmlns="http://www.w3.org/1999/html" xmlns="http://www.w3.org/1999/html">
<head>
<meta charset="utf-8"/>
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
<title>Elizabeth Akinyi Ondula</title>
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.1/dist/css/bootstrap.min.css" rel="stylesheet"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css">
<link href="css/style.css" rel="stylesheet"/>
<link href="https://fonts.googleapis.com/css2?family=Inconsolata:wght@400&display=swap" rel="stylesheet">
</head>
<body>
<div class="container" style=" padding-left: 15%; padding-right: 15%; padding-top: 5%">
<div class="row align-items-center">
<!-- Profile Picture -->
<div class="col-md-8" style="padding-top: 5%">
<h3>Elizabeth A. Ondula, Ph.D </h3>
<!-- <h5>Ph.D. Student @ <a href="https://www.usc.edu/" target="_blank">University of Southern California</a></h5>-->
<br>
<a href="https://linkedin.com/in/elizabeth-ondula" target="_blank"><i class="fab fa-linkedin fa-lg me-3"></i></a>
<a href="https://instagram.com/e.ondula" target="_blank"><i class="fab fa-instagram fa-lg me-3"></i></a>
<!-- <a href="https://facebook.com/your_username" target="_blank"><i class="fab fa-facebook fa-lg me-3"></i></a>-->
<a href="https://twitter.com/eondula" target="_blank"><i class="fab fa-x-twitter fa-lg me-3"></i></a>
<a href="https://github.com/eondula" target="_blank"><i class="fab fa-github fa-lg me-3"></i></a>
<a href="https://scholar.google.com/citations?user=QI91XeMAAAAJ&hl" target="_blank"><i class="fas fa-graduation-cap fa-lg me-3"></i></a>
<a href="https://substack.com/@eondula" target="_blank" title="Substack">
<img src="images/substack.svg"
alt="Substack" style="width: 20px; height: 20px; margin-right: 10px;">
</a>
<a href="https://drive.google.com/file/d/136Xijd4cUvdplWeY_MCTfmG9CQXBRulC/view?usp=sharing" target="_blank" style="font-size: large">CV</a>
<br>
</div>
<div class="col-md-4">
<div class="profile-image-container text-end">
<img alt="Your Name" class="rounded-circle" src="images/IMG_4455.jpg" style="width: 100%; height: auto;"/>
</div>
</div>
</div>
<!-- Short Bio -->
<div class="row mt-4">
<div class="text-start" id="contentContainer">
<p>
Elizabeth Ondula is currently an Assistant Professor of Computer Science at Winthrop University.
She received her Ph.D. in Computer Science from the University of Southern California and Bachelor of Engineering in Electrical and Electronics Engineering from Technical University of Kenya.
Her research spans language models, reinforcement learning, and multi-agent systems, with a focus on safety, reliability,
and emergent behavior in complex physical and social environments. Her teaching emphasizes software engineering and
applied computing, including courses in software engineering, web application design and development
with a strong focus on hands-on system building and real-world engineering practices.
</p>
</div>
</div>
</div>
<!-- Footer -->
<footer class="mt-5 text-center">
<p>
Last updated December 2025.
</p>
</footer>
<!-- Bootstrap JS (optional) -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.1/dist/js/bootstrap.bundle.min.js"></script>
</body>
</html>