-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
72 lines (60 loc) · 3.82 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
<!DOCTYPE HTML>
<html lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Arnab Moitra</title>
<meta name="author" content="Arnab Moitra">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="stylesheet.css">
<link rel="icon" type="image/png" href="images/seal_icon.png">
<style>
a:hover {background-color: #ffffd0;}
body{font-family: Georgia;}
</style>
</head>
<body>
<!-- header -->
<header class="navbar-fixed-top" style = "text-align: center">
<nav>
<ul>
<a href="index.html" style="text-decoration: none">HOME</a> |
<a href="projects.html" style="text-decoration: none">PROJECTS</a> |
<a href="poems.html" style="text-decoration: none">MISCELLANEOUS</a>
</ul>
</nav>
</header>
<!-- ./header -->
<table style="width:100%;max-width:800px;border:0px;border-spacing:0px;border-collapse:separate;margin-right:auto;margin-left:auto;"><tbody>
<tr style="padding:0px">
<td style="padding:0px">
<table style="width:100%;border:0px;border-spacing:0px;border-collapse:separate;margin-right:auto;margin-left:auto;"><tbody>
<tr style="padding:0px">
<td style="padding:2.5%;width:63%;vertical-align:middle">
<p style="text-align:center">
<h3 style = "text-align: center"> <i> About me! </i> </h3>
</p>
<p>I am a final year dual-degree (5-year integrated bachelor's and master's program) student in the Department of Mining Engineering at <a href="http://www.iitkgp.ac.in/" target="_blank" style="text-decoration: none">IIT Kharagpur</a>. I am fortunate to have been advised by <a href="http://www.iitkgp.ac.in/department/MI/faculty/mi-ashisb" target="_blank" style="text-decoration: none">Prof. Ashis Bhattacherjee</a> and for my bachelor's and master's thesis.
</p>
<p>
I am interested in Numerical Optimization, Simulation Study and Analytics, and their specific applications in Mining Industry. I am fascinated by the interplay between Simulation and Optimization applied to solving practical problems.
</p>
<p>
As an Undergraduate, I did an internship at <a href="https://www.ixigo.com" target="_blank" style="text-decoration: none"> ixigo </a> , and <a href="https://www.ab-inbev.com" target="_blank" style="text-decoration: none"> AnheuserBusch InBev </a>. I like to explore things and believe that life is a sequence of events, often out of control - so be surprised!
</p>
<p>
Bachelor's Thesis: <br> <i> Optimum Truck Shovel Allocation in Surface Mines: A Simulation Modelling Approach </i>
</p>
<p>
Master's Thesis: <br> <i>Analysis of Various Factors leading to Injuries in Underground Coal Mines in the US</i>
</p>
<p style="text-align:center">
<a href="mailto:[email protected]" target="_blank" style="text-decoration: none">Email</a>  / 
<a href="docs/Arnab Moitra IITKGP Resume Updated 1.pdf" target="_blank" style="text-decoration: none">CV</a>  / 
<a href="https://github.com/AM1729" target="_blank" style="text-decoration: none">Github</a>  / 
<a href="https://www.linkedin.com/in/arnab-moitra/" target="_blank" style="text-decoration: none">LinkedIn</a>
</p>
</td>
<td style="padding:2.5%;width:40%;max-width:40%">
<a href="images/Arnab Moitra Photo.jpg" target="_blank"><img style="width:100%;max-width:100%" alt="profile photo" src="images/Arnab Moitra Photo.jpg" class="hoverZoomLink"></a>
</td>
</tr>
</body>
</html>