-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
40 lines (26 loc) · 1.49 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
<!DOCTYPE html>
<html>
<head>
<title>Pranav's Website</title>
<link rel="stylesheet" type="text/css" media="all" href="stylesheet.css" />
</head>
<div>
<h2 style="margin-left:5%; margin-top:5%;">Pranav Rai</h2>
<table style="width:90%; margin-left:5%; margin-right:5%; "><tr><td><p><br>
Dept of Cognitive Sciences <br>
IIT Kanpur<br>
<em>rpranaviitk</em><em> AT </em><i>gmail</i><em> DOT </em><i>com</i> </p>
</td><td style="text-align:right"> <img width=150 height=150 id="_x0000_i1025"
src="Picture%20of%20me.jpg"></td>
</tr>
<table>
<div>
<p> My interests lie broadly in the domain of scientific computing. I like exploring and knowing about the general principles of how brain performs computation. </p>
<p> I am currently working as a Scientific Programmer at the <a href="https://www.epfl.ch/research/domains/bluebrain/"> Blue Brain Project </a> in Geneva, Switzerland in April,2022. </p>
<p> I have completed my Masters in 2021 from <a href="https://www.cgs.iitk.ac.in/">Cognitive Science Department</a> at the <a href="iitk.ac.in/">Indian Institute of Technology, Kanpur</a>. </p>
<p> I have also worked in Corporate Life for 3 years working at EXL Services where I worked as a Data Analytics Consultant for various banking clients( but majorly for American Express).</p>
<p> Before that I have graduated in 2016 with a Bachelor of Technology in Aerospace Engineering from IIT Kanpur.</p>
<p>My Resume can be found <a href='resume.pdf'>here.</a></p>
</div>
</body>
</html>