-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
209 lines (136 loc) · 5.81 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
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
<!DOCTYPE html>
<html lang=en>
<head>
<!-- so meta -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="HandheldFriendly" content="True">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=5" />
<meta property="og:type" content="website">
<meta property="og:title" content="Aliakbar Izadkhah">
<meta property="og:url" content="http://example.com/index.html">
<meta property="og:site_name" content="Aliakbar Izadkhah">
<meta property="og:locale" content="en_US">
<meta property="article:author" content="Aliakbar Izadkhah">
<meta name="twitter:card" content="summary">
<link rel="shortcut icon" href="/images/favicon.ico">
<link rel="icon" type="image/png" href="/images/favicon-192x192.png" sizes="192x192">
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png">
<!-- title -->
<title>Aliakbar Izadkhah</title>
<!-- styles -->
<link rel="stylesheet" href="/css/style.css">
<!-- persian styles -->
<!-- rss -->
<!-- mathjax -->
<meta name="generator" content="Hexo 6.0.0"></head>
<body class="max-width mx-auto px3 ltr">
<div class="content index py4">
<header id="header">
<a href="/">
<div id="logo" style="background-image: url(/images/logo.png);"></div>
<div id="title">
<h1>Aliakbar Izadkhah</h1>
</div>
</a>
<div id="nav">
<ul>
<li class="icon">
<a href="#" aria-label="Menu"><i class="fas fa-bars fa-2x"></i></a>
</li>
<!--
--><li><a href="/">Home</a></li><!--
--><!--
--><li><a href="/publication/">Publication</a></li><!--
--><!--
--><li><a href="/cproj/">Course Projects</a></li><!--
-->
</ul>
</div>
</header>
<section id="about">
<p>
<img src="/images/chubby.jpg" width="200" height="200" style="float: left; margin-right: 10px;">
Hello! I'm Aliakbar and I'm currently an optimization engineer at <a target="_blank" rel="noopener" href="https://us.qcells.com/">Qcells</a> . I got my Ph.D. from
<a target="_blank" rel="noopener" href="http://www.cmu.edu"> Carnegie Mellon University</a>, where I was
fortunate to be advised by <a target="_blank" rel="noopener" href="https://www.cheme.engineering.cmu.edu/directory/bios/gounaris-chrysanthos.html">Chrysanthos E. Gounaris</a>
and be part of the <a target="_blank" rel="noopener" href="http://capd.cheme.cmu.edu/">Center for Advanced Process Decision-making (CAPD)</a>.
</p>
<p>
Prior to CMU, I obtained my Master's and undergraduate degrees from
<a target="_blank" rel="noopener" href="https://www.ucdavis.edu/"> UC Davis</a>
and <a target="_blank" rel="noopener" href="https://en.sharif.edu/"> Sharif University of Technology</a>.
</p>
<p>
Find me on
<a class="icon" target="_blank" rel="noopener" href="https://www.linkedin.com/in/aliakbar-izadkhah" aria-label="linkedin">
<i class="fab fa-linkedin"></i><!--
---></a><!--
---><!--
---> and
<a class="icon" target="_blank" rel="noopener" href="mailto:izad@cmu.edu" aria-label="mail">
<i class="fas fa-envelope"></i><!--
---></a>
<!--
--->.
<!--<a target="_blank" rel="noopener" href="https://scholar.google.com/"><i class="fa fa-graduation-cap" aria-hidden="true"></i>
Google
Scholar</a> -->
</p>
<div style="background: White;
padding: 10px;
border: 2px solid #0b9692 ;
margin: 10px;
margin-right: 580px;
margin-left: 0px;">
<a href="/izad_short_CV.pdf" class="waves-effect waves-light btn-large"><i class="fas fa-arrow-alt-circle-right" style="font-size:24px;color: #0b9692 "></i> Curriculum Vitae</a>
</div>
<hr class="hr-small">
</section>
<section id="writing">
<span class="h1">Research Intrestes</span>
<div class="card-body">
<p>
My research was in the field of operations research and mathematical optimization, specifically on Mixed-Integer Linear Programs.
The primary focus of my work was on developing exact solution algorithms (Branch-Price-and-Cut) and mathematical models to better capture the complexities in the supply chain
operations and logistics, mainly in the area of <a target="_blank" rel="noopener" href="https://en.wikipedia.org/wiki/Vehicle_routing_problem">vehicle routing</a>.
I'm also very interested in the application of OR in the field of Energy, Machine Learning and Finance.
</p>
</div>
</section>
<footer id="footer">
<div class="footer-left">
Copyright ©
2021-2022
Aliakbar Izadkhah
</div>
<div class="footer-right">
<nav>
<ul>
<!--
--><li><a href="/">Home</a></li><!--
--><!--
--><li><a href="/publication/">Publication</a></li><!--
--><!--
--><li><a href="/cproj/">Course Projects</a></li><!--
-->
</ul>
</nav>
</div>
</footer>
</div>
<!-- styles -->
<link rel="preload" as="style" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css" crossorigin="anonymous" onload="this.onload=null;this.rel='stylesheet'"/>
<!-- jquery -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js" crossorigin="anonymous"></script>
<!-- clipboard -->
<script src="/js/main.js"></script>
<!-- search -->
<!-- Google Analytics -->
<!-- Baidu Analytics -->
<!-- Cloudflare Analytics -->
<!-- Umami Analytics -->
<!-- Disqus Comments -->
<!-- utterances Comments -->
</body>
</html>