-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
158 lines (126 loc) · 7.72 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
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
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>Hafiz Amin - About</title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/fahidamin.css" rel="stylesheet">
</head>
<body>
<!-- Navigation -->
<nav class="navbar fixed-top navbar-expand-lg navbar-dark bg-dark fixed-top">
<div class="container">
<a class="navbar-brand" href="index.html">Dr Hafiz Muhammad Fahid Amin</a>
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item active">
<a class="nav-link" href="about.html">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="publications.html">Publications</a>
</li>
<li class="nav-item">
<a class="nav-link" href="CV.html">CV</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact</a>
</li>
<li class="nav-item">
<a class="nav-link" href="featured.html">Featured</a>
</li>
<li class="nav-item">
<a class="nav-link" href="blog-post.html">Blog Post</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Page Content -->
<div class="container">
<!-- Page Heading/Breadcrumbs -->
<h1 style="color:#00ac9e;" class="mt-4 mb-3">About
<small></small>
</h1>
<ol class="breadcrumb">
<li class="breadcrumb-item">
<a href="index.html">Home</a>
</li>
<li class="breadcrumb-item active">About</li>
</ol>
<!-- Intro Content -->
<div class="row">
<div class="col-lg-6">
<img class="img-fluid rounded mb-4" src="https://hafizmfamin.github.io//images/Fahid.JPG" style="position:relative; left:0px; top:0px;" alt=""><hr />
</div>
<div class="col-lg-6">
<h2 style="color:#00ac9e;">Research Areas</h2><hr />
<p> I have majored in mechanical engineering during my bachelors, masters, and doctoral degree programs. My research work has been focused on reducing the global burden of pollutants using optical diagnostics. </p>
<p> I am always fascinated by the interaction of light and matter. The response of interaction of light, with gaseous and particulate emissions, contain information about their concentration and size. For example, absorption spectroscopy can be used to detect numerous breath biomarkers and combustion generated emissions. Application of these diagnostics from engineering to medical science has always fascinated me.</p>
<p>Currently, I am a Lecturer in the Department of Mechanical and Aeroscpace Engineering at Teesside University.</p>
</div>
</div>
</div>
<div class="container">
<p>Before joining Teesside University, I have worked at Imperial College London as a postdoctoral research associate where my research was focused on understanding the smouldering combustion and its resulting emissions. I carried out sophisticated lab scale and field scale experiments using infrared diagnostics and fourier infrared spectroscopy to understand the smouldering combustion dynamics and gaseous emissions. </p>
<p>I completed my PhD studies at King Abdullah University of Science and Technology (KAUST) where I investigated the influence of pressure on combustion generated particulate emissions (soot) using intrusive and non-intrusive diagnostics. I used multi-angle light scattering, laser induced incandescence, PAH-PLIF and thermophoretic sampling followed by transmission electron microscopy in pressurised environment to study soot morphology.</p>
<p>My research has been published in prestigeous journals including Proceedings of Combustion Institute and Combustion and Flame.</p>
</div>
<!-- /.row -->
<!-- Intro Content -->
<div class="container">
<div >
<h2 style="color:#00ac9e;" class="mt-4 mb-3">Science Outreach</h2><hr />
</div>
<!-- Image Header -->
<img class="img-fluid rounded mb-4" src="https://hafizmfamin.github.io//images/outreach.jpg" alt="Demonstration of fire whirl experiment at New Scientist Live 2018 event" title="Demonstration of fire whirl experiment at New Scientist Live 2018 event" />
<p><center>Demonstration of fire whirl experiment at New Scientist Live event</center></p>
<p>I voluntarily participate in science outreach as I believe communicating science to a broader community is my responsiblity. Science outreach also provides opportunities to enage with society and can generate excitment and interest in science with the next generation of engineers and the public.I showcased my group's research activities at <strong>Imperial Festival 2018</strong>, <strong>New Scientist live 2018</strong>, <strong>Exhibition Road Festival 2019</strong> and <strong>New Scientist live 2019</strong>. I demonstrated the hollow structure of candle flame and fire whirl experiment and highlighted the damage fire whirls can cause to property and people during wildfires. Each event attracted more <strong>20,000 attendees</strong>.</p> </div>
<div style="text-align:center;">
<video width="140" height="280" controls autoplay loop>
<source src="https://hafizmfamin.github.io//images/whirl.mp4" type="video/mp4">
<!-- <source src="https://hafizmfamin.github.io//images/whirl.ogg" type="video/ogg"> -->
Your browser does not support the video tag.
</video>
<p><center>Showcased small pool fire turning into fire whirl at NSLive 2019 from Imperial Hazelab, Imperial College London </center></p>
</div>
</div>
<!-- /.row -->
</div>
<!-- Scientific Engagement -->
<div class="container">
<div >
<h2 style="color:#00ac9e;" class="mt-4 mb-3">Engagement with Scientific Community</h2><hr />
<p> I give significant importance to conference participation which helps to get feedback from the experts and is an important platform for networking. I have presented my work at several national and international conferences including International Combustion Symposium and US National Combustion Meeting.</p>
</div>
<div class="row">
<div class="col-lg-6">
<img class="img-fluid rounded mb-4" src="https://hafizmfamin.github.io//images/talkics.jpg" style="position:relative; left:0px; top:0px height="290" width="550";" alt="" >
<p><center>Presented at 37th International Symposium on Combustion. Work was sponsored by KAUST</center></p>
</div>
<div class="col-lg-6">
<img class="img-fluid rounded mb-4" src="https://hafizmfamin.github.io//images/icsccrc.jpg" style="position:relative; left:0px; top:0px height="270" width="550";" alt="" >
<p><center>Group photo with members of CCRC, KAUST</center></p>
</div>
</div>
</div>
<!-- /.container -->
<!-- Footer -->
<footer class="py-5 bg-dark">
<div class="container">
<p class="m-0 text-center text-white">Copyright © based on a design from <a href=https://getbootstrap.com/>Bootstrap</a></p>
</div>
<!-- /.container -->
</footer>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
</body>
</html>