-
Notifications
You must be signed in to change notification settings - Fork 31
/
Copy pathindex.html
134 lines (130 loc) · 5.91 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">
<title>Jugal Manjeshwar - Resume</title>
<link rel="stylesheet" href="style.css">
<link href="https://fonts.googleapis.com/css?family=Merriweather:300,400,700|Source+Sans+Pro:400,400i"
rel="stylesheet">
<body>
<div class="page">
<div class="section row">
<h1 class="col"><span style="font-weight:700">Jugal</span> Manjeshwar</h1>
<div class="contact-info col-right">
<div>201 . 920 . 0729</div>
<div><a href="mailto:[email protected]">[email protected]</a></div>
<div><a href="http://jugalm.com">nuterian.github.io</a></div>
</div>
</div>
<div class="section row">
<h2 class="col">Interests</h2>
<div class="section-text col-right"><span class="key">Intelligent Systems</span> <span class="key">Human
Computer Interaction</span> <span class="key">Data Visualization</span> <span class="key">Computer
Vision</span> <span class="key">User Interaction Design</span> </div>
</div>
<div class="section row">
<h2 class="col">Skills</h2>
<div class="section-text col-right">
<span class="key">C++</span>
<span class="key">Javascript / Typescript</span>
<span class="key">Python</span>
<span class="key">Java</span>
<span class="key">HTML / CSS</span>
<span class="key">MySQL</span>
<span class="key">Photoshop / Figma</span>
</div>
</div>
<div class="section row">
<h2 class="col">Education</h2>
<div class="section-text col-right">
<h3><span class="emph">Master of Science</span> in Computer Science</h3>
<div>New York University, Courant Institute of Mathematical Science</div>
<div class="row">
<div class="col light">New York, USA</div>
<div class="col-right light">September 2013 - May 2015</div>
</div>
</div>
<div class="section-text col-right">
<h3><span class="emph">Bachelor of Engineering</span> in Computer Engineering</h3>
<div>University of Pune</div>
<div class="row">
<div class="col light">Pune, India</div>
<div class="col-right light ">September 2008 - July 2012 </div>
</div>
</div>
</div>
<div class="section row">
<h2 class="col">Experience</h2>
<div class="section-text col-right">
<div class="row">
<div class="col">
<h3>Google</h3>
</div>
</div>
<div class="row subsection">
<div class="emph col">Full stack engineer</div>
<div class="col-right light">July 2015 - Present</div>
</div>
<ul class="desc">
<li>YouTube Trust and Safety</li>
<li>YouTube TV</li>
</ul>
</div>
<div class="section-text col-right">
<div class="row">
<div class="col">
<h3>EmotionTracker - New York University</h3>
</div>
</div>
<div class="row subsection">
<div class="emph col">Research Assistant, Full Stack Engineer</div>
<div class="col-right light">June 2014 - August 2014</div>
</div>
<div>Started out as a tool to help collect data for a research project - <i>Lingering emotion in the
experience of beauty</i>, is now a comprehensive app that simulates every step of the experiment
and automates the entire data collection process.
</div>
</div>
</div>
<div class="section row">
<h2 class="col">Projects</h2>
<div class="section-text col-right">
<h3><a href="https://github.com/nuterian">github.com/nuterian</a></h3>
</div>
</div>
<div class="section row">
<h2 class="col">Honors</h2>
<div class="section-text col-right">
<div class="row">
<div class="col">
<h3>SEARCC International School's Software Competition</h3>
</div>
</div>
<div class="row subsection">
<div class="emph col">Algorithmic Programming Competition</div>
<div class="col-right light">Fall 2007</div>
</div>
<div class="desc">Organized by the Computer Society of India, was part of a team of three to represent
our region at
the national level finals. Finished <span class="emph">second</span> by solving the maximum number
of problems.
</div>
</div>
<div class="section-text col-right">
<div class="row">
<div class="col">
<h3>Codechef Gamer's Challenge</h3>
</div>
</div>
<div class="row subsection">
<div class="emph col">Actionscript/HTML5 Game Development Competition</div>
<div class="col-right light">Summer 2009</div>
</div>
<div class="desc">Developed a prototypical game using Actionscript on the Flash platform, in less than
48 hours. Received an honorable mention award for the <span class="emph">Best Looking Game</span>.
</div>
</div>
</div>
</div>
</body>
</html>