-
Notifications
You must be signed in to change notification settings - Fork 13
/
index.jade
176 lines (170 loc) · 7.99 KB
/
index.jade
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
// Port of the awesome xetex resume template by Debarghya Das
// Jade Template
// Author: Ankit Sultana
// Original Repo: https://github.com/bk2dcradle/jade-resume
// LICENSE: GNU GPL v3
doctype html
html(lang="en")
head
title= 'Jade Resume'
link(href="includes/css/style.css", rel="stylesheet")
// Link to the corresponding fonts
// Font: Raleway | https://github.com/mrkelly/lato.git
link(href="includes/fonts/raleway/raleway.css" rel="stylesheet")
// Font: Lato | https://github.com/softwaymedical/raleway.git
link(href="includes/fonts/lato/css/lato.min.css" rel="stylesheet")
body
#update-status
p.
Last updated on March 21, 2016
.heading
h1 #[span #{firstName}] #{lastName}
h3 #[a(href="#") debarghyadas.com] | #[a(href="#") fb.co/dd]
h3 #[a(href="#") [email protected] | 607.379.5733 | [email protected]]
hr
.content
////////////////////////
// Left Column begins //
////////////////////////
.left-column
///////// Begin Section: Education /////////
h1 Education
// Begin Subsection
h2 Cornell University
h3 MEng in Computer Science
h4 Dec 2014 | Ithaca, NY
// Space between two subsections
br
// Begin Subsection
h2 Cornell University
h3 BS in Computer Science
h4 May 2014 | Ithaca, NY
p College of Engineering
p Magna Cum Laude
p.lead Cum. GPA: 3.83/4.0
p.lead Major GPA: 3.9/4.0
br
// Begin Subsection
h2 La Martiniere for Boys
h4 Grad. May 2011| Kolkata, India
///////// Begin Section: Links /////////
h1 Links
// List follows
ul.nostyle
- for (var i = 0; i < links.length; i++)
li #{links[i][0]}://#[a(href="#{links[i][1]}") #{links[i][2]}]
///////// Begin Section: Coursework /////////
h1 Coursework
// Begin Subsection
h2 Graduate
- for (var i = 0; i < graduateCourses.length; i++)
p= graduateCourses[i]
// Begin Subsection
h2 Undergraduate
- for (var i = 0; i < undergradCourses.length; i++)
p= undergradCourses[i]
- if (i == 4)
p.italic.bold (Research Asst. & Teaching Asst 2x)
///////// Begin Section: Skills /////////
h1 Skills
// Begin Subsection
h2 Programming
// Use no-overlap if inline list overlaps with any element
// above it
h4.no-overlap Over 5000 lines
// Note: Use span with li elements so the bullets can be closer
// than the browser default value. Refer:
// http://stackoverflow.com/questions/4373046/css-control-space-between-bullet-and-li
ul.inline
- for (var i = 0; i < languagesStrong.length; i++)
li
span= languagesStrong[i]
.clearfix
h4.no-overlap Familiar
ul.inline
- for (var i = 0; i < languagesFamiliar.length; i++)
li
span= languagesFamiliar[i]
////////////////////////
/// Left Column ends ///
////////////////////////
// Right Column Begins//
////////////////////////
.right-column
///////// Begin Section: Experience /////////
h1 Experience
// Begin Subsection
h2 Facebook | #[span Software Engineer]
h3 Jan 2015 - Present | New York, NY
// Space between subsections, in case if they are too close
br
// Begin Subsection
h2 Coursera | #[span KPCB Fellow + Software Engineering Intern]
h3 June 2014 - Sep 2014 | Mountain View, CA
ul
li 52 out of 2500 applicants chosen to be a #[a(href="#") KPCB] Fellow 2014
li Led and shipped Yoda - the admin interface for the new Phoenix platform
li.
Full-stack developer - Wrote and reviewed code for JS
using Backbone, Jade, Stylus and Require and Scala using Play
// Begin Subsection
h2 Google | #[span Software Engineering Intern]
h3 May 2013 - Aug 2013 | Mountain View, CA
ul
li.
Worked on the YouTube Captions team, in Javascript and Python to plan
design and develop the full stack to add and edit Automatic Speech
Recognition captions. In Production.
li.
Created a backbone.js-like framework for the Captions editor.
// Begin Subsection
h2 Phabricator | #[span Open Source Contributor & Team Leader]
h3 Jan 2013 - May 2013 | Palo Alto, CA & Ithaca, NY
ul
li.
Phabricator is used daily by Facebook, Dropbox, Quora, Asana
and more
li.
I created the Meme Generator and more in PHP and Shell
li.
Led a team from MIT, Cornell, IC London and UHelsinki for the
project
///////// Begin Section: Research /////////
h1 Research
// Begin Subsection
h2 Cornell Robot Learning Lab | #[span Researcher]
h3 Jan 2014 - Jan 2015 | Ithaca, NY
p.
Worked with #[a(href="#") Ashesh Jain] and #[a(href="#") Prof Ashutosh Saxena] to create PlanIt,
a tool which learns from large scale preference feedback to plan
robot trajectories in human environments
br
// Begin Subsection
h2 Cornell Phonetics Lab | #[span Head Undergraduate Researcher]
h3 May 2012 - May 2013 | Ithace, NY
p.
Led the development of QuickTongue, the first ever breakthrough
tongue-controlled game with Prof Sam Tilsen to aid in Linguistics
research
///////// Begin Section: Awards /////////
h1 Awards
table(cellspacing="0", cellpadding="0")
tbody
- for (var i = 0; i < table.length; i++)
tr
- for (var j = 0; j < table[i].length; j++)
td!= table[i][j]
///////// Begin Section: Publications /////////
h1 Publications
ol.publications-list
li.
#[a(href="#") A. Jain], #[a(href="#") D.Das] and #[a(href="#") A.Saxena]. Planit: A crowdsourcing approach
for learning to plan paths from large scale preference
feedback. #[span.italic Tech Report, ICRA, in press]
li.
S. TIlsen, D.Das, and B.McKee. Real-time articulatory
biofeedback with electromagnetic articulography.
#[span.italic Linguistics Vanguard, in press.]
////////////////////////
/// Right Column Ends //
////////////////////////