-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
74 lines (63 loc) · 2.86 KB
/
index.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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Ankit's Personal Site</title>
<link rel="stylesheet" href="css/styles.css">
<link href="https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@1,300&family=Montserrat:wght@100&family=Sacramento&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Dancing+Script:wght@500&display=swap" rel="stylesheet">
</head>
<body>
<div class="ankitProfile">
<img src="ankit_image.png" alt="ankit-profile-img">
</div>
<div class="aboutMe">
<h1 id="mainHeading">Ankit Awasthi</h1>
<p>Ph.D. in <em>Mechanical Engineering</em></p>
<p>Analytic professional with an interest in Web and App development.
Poised and dedicated to working hard and being a contributing team member.
Looking for a change in career. A quick learner with an ability to implent interdisiplinary skills.
</p>
</div>
<div class="contactDetals">
<a class="contacts" href="contacts.html">Contact details</a>
</div>
<hr>
<div class="education">
<h3>Education</h3>
<p>Ph.D. in Mechanical Engineering. <br><em>University of Texas at Dallas - 2018</em></p>
<p>Master of Science in Mechanical Engineering. <br><em>University of Texas at Dallas - 2016</em></p>
<p>Bachelor of Technology in Mechanical Engineering. <br><em>Indian Institute of Information Technology, Jabalpur - 2010</em></p>
</div>
<hr>
<div class="publications">
<h3>Publications</h3>
<p><em><a href="https://utd-ir.tdl.org/bitstream/handle/10735.1/6992/JECS-5767-260254.46.pdf?sequence=1">
Numerical study of turbulent channel flow perturbed by spanwise topographic heterogeneity: amplitude and frequency modulation within low-and high-momentum pathways, 2018.
</a></em></p>
<p><em><a href="https://www.researchgate.net/publication/276117827_Numerical_and_experimental_study_of_mechanisms_responsible_for_turbulent_secondary_flows_in_boundary_layer_flows_over_spanwise_heterogeneous_roughness">
Numerical and experimental study of mechanisms responsible for turbulent secondary flows in boundary layer flows over spanwise heterogeneous roughness, 2015.
</a></em></p>
<p><em>Turbulent secondary flows in wall turbulence: vortex forcing, scaling arguments, and similarity solution, 2018.</em></p>
</div>
<hr>
<div class="skills">
<h3>Skills</h3>
<p>
HTML <br>
CSS <br>
JavaScript <br>
MySQL <br>
Node.js <br>
MATLAB <br>
FORTRAN <br>
</p>
</div>
<hr>
<div class="experience">
<h3>Experience</h3>
<p>Postdoctoral Fellow, 2018-2020 <br> Queen's University <br> Kingston, ON </p>
<p>Research Assistant, 2015-2018 <br> University of Texas at Dallas <br> Richardson, TX </p>
</div>
</body>
</html>