Skip to content

Commit

Permalink
Update About.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Azad77 committed Jan 4, 2024
1 parent ab8ab4e commit ae98365
Showing 1 changed file with 19 additions and 22 deletions.
41 changes: 19 additions & 22 deletions About.html
Original file line number Diff line number Diff line change
@@ -1,37 +1,34 @@
<!doctype html>
<!DOCTYPE html>
<html lang='en'>
<head>
<meta charset="utf-8">
<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>
<script
src="https://code.jquery.com/jquery-3.3.1.js"
integrity="sha256-2Kok7MbOyxpgUVvAk/HJ2jigOSYS2auK4Pfzbm7uH60="
crossorigin="anonymous">
</script>
<link type="text/css" rel="stylesheet" href="style.css" />
<title>About</title>
<script>
$(function(){
$("#header").load("header.html");
$("#footer").load("footer.html");
});
</script>
<div id="header"></div>
<script>
$(function(){
$("#header").load("header.html");
$("#footer").load("footer.html");
});
</script>
</head>
<title>About</title>
<body>
<p>I am 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.
Prospective collaborators could <a href = "mailto: [email protected]">send email</a> to me.
<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>
</body>
<!--Footer-->
<div id="footer"></div>
<!--Footer-->
<div id="footer"></div>
</body>
</html>

0 comments on commit ae98365

Please sign in to comment.