-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
112 lines (97 loc) · 5.06 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="favicon.ico">
<title>Ahad Momin's Website</title>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="jumbotron.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Main jumbotron for a primary marketing message or call to action -->
<div class="jumbotron">
<div class="container">
<img = "displayed" src="files/Ahad_ALE.png" alt="..." class="img-circle">
<h6>Ahad Momin</h6>
<h4>The University of Texas at Austin,</h4>
<h4>B.S Petroleum Engineering, High Honors</h4>
<h4>Graduated Dec 2019</h4>
</div>
</div>
<div class="container">
<!-- Example row of columns -->
<div class="row">
<div class="col-md-3 col-sm-6">
<h1>Experience</h1>
<p>Deep Learning Research Engineer, UNSW</p>
<p>Completions Engineering Intern, EOG Resources</p>
<p>Production/Field Engineering Intern, EOG Resources</p>
<p>Undergraduate Research Assistant, UT RAPID Drilling Consortium</p>
<p>Undergraduate Research Assistant, Glue Research Program</p>
<p>Study Abroad, Iceland School of Energy (The Green Program)</p>
</div>
<div class="col-md-3 col-sm-6">
<h1>Project Files</h1>
<p><a href="files/Final Report- Ahad Momin.pdf" target="_blank">Image Segmentation Using Deep Learning</a></p>
<p><a href="files/Zipper Fracturing Paper by ahad.pdf" target="_blank">Zipper Fracing (Science and Strategies) </a></p>
<p><a href="files/Digital_Twins_for_the_Geothermal_Power_System.pdf" target="_blank"> Capstone Project (Geothermal Energy, Iceland)</a></p>
<p><a href="files/Production_Final_Project.pdf" target="_blank">Production and Completion Design-Bakken, North Dakota</a></p>
<p><a href="files/Drilling_Program_Gulf_of_Mexico.pdf" target="_blank">Offshore Drilling Design-Gulf of Mexico</a></p>
<p><a href="files/Drilling_Horizontally_in_Eagle_Ford.pdf" target="_blank"> Horizontal Drilling- Eagle Ford Texas</a></p>
<p><a href="files/Comp_Project.pdf" target="_blank">Computational MATLAB Project</a></p>
</div>
<div class="col-md-3 col-sm-6">
<h1>Research Files</h1>
<p><a href="files/FINAL Fracing Group Project.docx" target="_blank">Optimzing Hydraulic Fracture Design using Multi-Frac 3D</a></p>
<p><a href="files/Glue_Research_Presentation_AHAD_MOMIN.pdf" target="_blank">Estimating polarity-based distribution of bitumen using simplified chromatographic techniques</a></p>
<p><a href="files/Understanding_Well_completions.pdf" target="_blank">Understanding Well Completions</a></p>
<h1>Awards</h1>
<ul>
<Li>College Scholar Honors Award</Li>
<li>Unrestricted Endowed Presidential Scholarship</li>
<li>Whitinig Endowed Presidential Scholarship</li>
<li>Pioneer Natural Resources Scholarship</li>
<li>Apache Corporation Scholarship</li>
<li>Travel Abroad Scholarship</li>
</ul>
</div>
<div class="col-md-3 col-sm-6">
<h1>Skills</h1>
<ul>
<li>Python</li>
<li>SQL</li>
<li>VBA</li>
<li>SpotFire</li>
<li>CMG</li>
<li>MATLAB</li>
<li>Adobe Creative Suite</li>
</ul>
<h1>Links</h1>
<p><a href="files/AhadMomin_Resume-2019.pdf" target="_blank">Undergraduate Resume</a></p>
<p><a href="https://github.com/AhadMomin" target="_blank">GitHub</a></p>
<p><a href="https://thegreenprogram.com/blog/proactivity-is-the-key-to-progress" target="_blank">Feature Blog</a></p>
<p><a href="https://www.linkedin.com/in/ahad-momin/" target="_blank">LinkedIn</a></p>
<p>[email protected]</p>
<p> </p>
</div>
</div> <!-- /container -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery.min.js"><\/script>')</script>
<script src="js/bootstrap.min.js"></script>
</body>
</html>