-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhome.html
More file actions
57 lines (50 loc) · 1.58 KB
/
home.html
File metadata and controls
57 lines (50 loc) · 1.58 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
<!DOCTYPE html>
<html>
<head>
<title>Israel Gebresilasie Kimo - AAM & Micrometeorology</title>
<style>
body {
background-color: #f4f7f9; /* soft light background */
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
color: #333; /* dark gray text for readability */
line-height: 1.8; /* space between lines */
margin: 40px;
}
h1 {
color: #1a73e8; /* professional blue */
font-size: 2.5em;
text-align: center;
margin-bottom: 30px;
}
p {
font-size: 1.1em;
max-width: 800px;
margin: 20px auto; /* centers the paragraph */
padding: 10px 20px;
background-color: #ffffff; /* white background for contrast */
border-left: 5px solid #1a73e8; /* accent border for style */
border-radius: 5px;
box-shadow: 0 4px 8px rgba(0,0,0,0.05);
}
</style>
</head>
<body>
<h1>Welcome</h1>
<p>
I am Israel Gebresilasie Kimo, a lecturer and researcher in meteorology and
hydrology with research interests in urban microclimate, wind–structure
interaction, and Advanced Air Mobility (AAM).
</p>
<p>
My work focuses on understanding how urban wind fields, turbulence, and
pressure distributions influence low-altitude aerial operations such as
eVTOLs and unmanned aerial systems. I use computational fluid dynamics (CFD)
tools, including RWIND, to analyze micro-scale flow behavior around complex
urban structures.
</p>
<p>
This website presents my ongoing practice, simulations, and reflections
related to AAM safety, urban aerodynamics, and atmospheric flow modeling.
</p>
</body>
</html>