-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
134 lines (111 loc) · 5.84 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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
<!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="Saied Mighani's Portfolio of Work -- this is a class sample site">
<meta name="author" content="Saied Mighani">
<title>Saied Mighani's Portfolio</title>
<!-- Bootstrap -->
<link href="bootstrap-3.3.7-dist/css/bootstrap.min.css" rel="stylesheet">
<style>
h2 {
color: rgba(200, 59, 191, 0.99);
}
.top-buffer {
margin-top: 30px;
}
.jumbotron h1 {
color: rgba(120, 59, 191, 0.99);
}
.jumbotron {
position: relative;
background: rgba(50, 50, 155, 0.1);
/* background: rgba(36, 31, 155, 0.28) url("resources/ph600.png") center center;*/
width: 100%;
height: 100%;
background-size: cover;
overflow: hidden;
}
</style>
</head>
<body>
<div class="jumbotron">
<div class="container">
<h1>Saied Mighani's Portfolio</h1>
<p>Welcome to my portfolio. I am a full-stack data scientist, with a passion towards Machine Learning algorithms. In this portfolio, I showcase a few of my recent projects and also academic and research background.</p>
</div>
</div>
<!-- This container holds the rest of the content -->
<div class="container">
<!-- First row of content -->
<div class="row">
<div class="col-md-6">
<h2>Saied Mighani</h2>
<p>
Welcome to my personal portfolio. My name is Saied (<i>Persian translation: happy!</i>). I finished my PhD studies in Geophysics and Seismology at MIT in 2019. I have a strong background in building statistical models, GeoAnalytics, data filtering and time-series analysis, feature engineering, discrete signal processing, and numerical algorithms. To solve real-world data-driven challenging problems, I have developed the following skillsets through my experience and education:<br><br>
<b>Programing Languages:</b> Python, MATLAB<br>
<b>Database:</b> MS SQL Server, MySQL, AWS<br>
<b>Machine Learning:</b> scikit-learn<br>
<b>Vectorized Computation:</b> MATLAB, NumPy<br>
<b>API and web-scraping:</b> NLP, DataFrame analysis<br>
<b>Visualization:</b> Matplotlib, Plotly, Seaborn, Tableau<br>
<b>Numerical Analysis:</b> Finite difference (MATLAB, Eclipse, CMG Inc.), Finite Element (Abaqus) <br><br>
In my free time, I enjoy playing my music instruments (Tar and Setar) and playing soccer (both on turf and indoor).
<h3>EDUCATION:</h3>
- <b>Ph.D.</b> in Geophysics and Seismology. Massachusetts Institute of Technology, 2019.<br>
- <b>M.Sc.</b> in Petroleum and Geosystems Engineering, 2014.<br>
- <b>B.Sc.</b> (Honors) Dual degree in Petroleum/Industrial and System Engineering, 2011.<br>
</p>
<p><a class="btn btn-default" href="https://medium.com/@saiedmighani" role="button">View Medium page »</a></p>
<p><a class="btn btn-default" href="https://github.com/saiedmighani" role="button">View Github portfolio »</a></p>
</div>
<div class="col-md-6">
<img class="img-responsive img-rounded" src="resources/headshot.png" width="400" height="200">
</div>
</div>
<!-- End of row 1 -->
<!-- Second row of content -->
<div class="row top-buffer">
<div class="col-md-6">
<h2>NLP analysis of Global Warming Reddit posts</h2>
<p><b>Problem statement:</b> The reddit users in [Globalwarming] subreddit were in genreal concerend, while the subreddit users in [Conspiracytheory] reddit were more interested in coming up with conspiracy theories. This contrasting viewopoint may be a good binary target for our NLP analysis, to develop a trained model.</p>
<p><a class="btn btn-default" href="https://towardsdatascience.com/global-warming-and-the-narrative-around-it-lessons-learned-from-nlp-exploration-of-reddit-posts-fb2918d500e9" role="button">View Blog post »</a></p>
</div>
<div class="col-md-6">
<img class="img-responsive img-rounded" src="resources/global_warming_blog_post.png" width="400" height="200>
</div>
</div>
<!-- End of row 2 -->
<!-- Fifth row of content - this time in 3 columns without screenshots -->
<div class="row top-buffer">
<div class="col-md-10">
<h2>Press highlight</h2>
<p><a class="btn btn-default" href="http://news.mit.edu/2019/when-lunar-dynamo-ended-0101" role="button">MIT News »</a></p>
<p><a class="btn btn-default" href="http://news.mit.edu/2019/when-lunar-dynamo-ended-0101" role="button">Universe Today »</a></p>
</div>
<!-- <div class="col-md-4">
<h2>Press highlight</h2>
<p>Under development...</p>
<p><a class="btn btn-default" href="https://github.com/profphillips/s2employeedb" role="button">View details »</a></p>
</div>
<div class="col-md-4">
<h2>Future Project</h2>
<p>Under development...</p>
<p><a class="btn btn-default" href="https://github.com/profphillips/s2employeedb" role="button">View details »</a></p>
</div>
</div> -->
<!-- End of row 5 -->
<hr>
<footer>
<p> © Saied Mighani. Special thanks to @profphillips</p>
</footer>
</div>
<!-- End of main content container -->
<!-- Put the Javascript at the bottom -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="bootstrap-3.3.7-dist/js/bootstrap.min.js"></script>
</body>
</html>