-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
121 lines (107 loc) · 5.48 KB
/
Copy pathindex.html
File metadata and controls
121 lines (107 loc) · 5.48 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Mohamad Ali Khalil - Transportation Engineer</title>
<link rel="stylesheet" href="styles.css">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap" rel="stylesheet">
</head>
<body>
<header>
<div class="container">
<h1 class="logo">M.A. Khalil</h1>
<nav>
<ul>
<li><a href="#about">About</a></li>
<li><a href="#experience">Experience</a></li>
<li><a href="#publications">Publications</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
</div>
</header>
<main>
<section id="about" class="hero">
<div class="container">
<h2>Hello, I'm Mohamad Ali Khalil</h2>
<p class="subtitle">Post-doctoral Researcher & Transportation Engineer based in Kelowna, BC [cite: 2, 22]</p>
<p class="bio">
I specialize in <strong>Integrated Transportation & Urban Modelling</strong> and <strong>Spatio-temporal Data Analytics</strong>.
My work focuses on developing agent-based models and applying machine learning to optimize mobility policies and system resilience[cite: 4, 6].
</p>
<a href="#contact" class="btn">Get in Touch</a>
</div>
</section>
<section id="skills" class="section-gray">
<div class="container">
<h3 class="section-title">Technical Skills</h3>
<div class="skills-grid">
<div class="skill-card">Python & R-Statistics [cite: 205, 206]</div>
<div class="skill-card">ArcGIS Pro & QGIS [cite: 199]</div>
<div class="skill-card">Machine Learning (RL/MTL) [cite: 6, 7]</div>
<div class="skill-card">PTV Vissim [cite: 198]</div>
<div class="skill-card">Tableau & SQL [cite: 203]</div>
<div class="skill-card">Civil 3D [cite: 202]</div>
</div>
</div>
</section>
<section id="experience">
<div class="container">
<h3 class="section-title">Experience & Education</h3>
<div class="timeline-item">
<h4>Post-doctoral Researcher</h4>
<span class="date">Sept 2025 - Present</span>
<p class="institution">RESUME Group, University of Alberta [cite: 22, 24]</p>
<p>Analyzing EV owner behavior for Vehicle-to-Grid solutions and simulating transit system reliability during emergencies[cite: 25].</p>
</div>
<div class="timeline-item">
<h4>Ph.D. in Transportation Engineering</h4>
<span class="date">2020 - 2025</span>
<p class="institution">University of British Columbia (UBC) [cite: 9, 10]</p>
<p>Thesis: "Towards a Next-generation of Integrated Urban Model (IUM)". Developed Python-based digital twins for regional demographics and transport systems[cite: 11, 32].</p>
</div>
<div class="timeline-item">
<h4>Research Assistant</h4>
<span class="date">2016 - 2022</span>
<p class="institution">University of Sharjah, UAE [cite: 36, 37]</p>
<p>Conducted spatio-temporal analysis of traffic incidents and developed ML models for incident duration prediction[cite: 39].</p>
</div>
</div>
</section>
<section id="publications" class="section-gray">
<div class="container">
<h3 class="section-title">Selected Publications</h3>
<ul class="pub-list">
<li>
<strong>Khalil, M. A.</strong>, & Fatmi, M. R. (2025).
<em>How effective are discrete-continuous multi-task learning compared to single-output models?</em>
Expert Systems with Applications[cite: 48, 49].
</li>
<li>
<strong>Khalil, M. A.</strong>, Fatmi, M. R., & Orvin, M. (2025).
<em>Developing and microsimulating demographic dynamics for an integrated urban model.</em>
Transportation[cite: 50, 52].
</li>
<li>
Shanableh, A., <strong>Khalil, M.</strong>, et al. (2025).
<em>Spatio-Temporal Analysis of Air Pollution in Sharjah City.</em>
Environmental Forensics[cite: 56, 57].
</li>
</ul>
<p style="text-align: center; margin-top: 20px;">
<a href="https://scholar.google.com" target="_blank">View full list on Google Scholar</a>
</p>
</div>
</section>
</main>
<footer id="contact">
<div class="container">
<h3>Contact Me</h3>
<p>Email: <a href="mailto:mak.91@outlook.com" style="color: white;">mak.91@outlook.com</a> [cite: 2]</p>
<p>Phone: +1-778-583-9099 [cite: 2]</p>
<p>© 2025 Mohamad Ali Khalil</p>
</div>
</footer>
</body>
</html>