-
Notifications
You must be signed in to change notification settings - Fork 0
/
About.html
34 lines (33 loc) · 2.22 KB
/
About.html
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
<!DOCTYPE html>
<html lang='en'>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js"></script>
<link type="text/css" rel="stylesheet" href="style.css" />
<title>About</title>
<script>
$(function(){
$("#header").load("header.html");
$("#footer").load("footer.html");
});
</script>
</head>
<body>
<div id="header"></div>
<p> I am an assistant professor of Remote Sensing at Soran University. I use Python, R, and Javascript programming languages,
remote sensing and GIS methods and techniques to study LST, urban environment, earth observation, and natural disasters.
Driven by a passion for understanding global and local environmental issues, I bring over 16 years of experience in remote sensing, GIS, and programming to my research and teaching. I hold a PhD in Geography from University of Leicester and have published over 50 peer-reviewed articles in journals like The Lancet and The Lancet Infectious Diseases.</p>
<p>
At Soran University, I serve as an Assistant Professor, specializing in teaching and mentoring students in remote sensing and GIS. Additionally, I collaborate on research with the Global Burden of Disease at IHME (UW). I hold certifications in forest mapping and air pollution monitoring from NASA. Moreover, I instruct e-learning courses in Python and R programming.</p>
<p> Seeking new opportunities in academia or industry that align with my expertise and mission to advance environmental knowledge and solutions.</p>
<p> Prospective collaborators could <a href = "mailto: [email protected]">send email</a> to me.
See <a href="https://www.linkedin.com/in/azad-rasul-1860abb1/">my LinkedIn</a> Profile and
my <a href="https://orcid.org/0000-0001-5141-0577">ORCID</a> record to learn more about my work.
</p>
<div id="footer"></div>
</body>
</html>