-
Notifications
You must be signed in to change notification settings - Fork 0
/
resume.html
278 lines (245 loc) · 6.74 KB
/
resume.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
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>Lucien's Resume</title>
<style>
root {
font-size: 14px;
}
body {
background-color: rgb(216, 216, 216);
line-height: 1.5;
margin: 10px auto;
max-width: 1200px;
}
.download-link {
float: right;
border: none;
font-family: "Source Serif Pro", "Cambria", "Charter", "Georgia", sans-serif;
font-size: 1.5rem;
box-shadow: -2px 2px 4px 0px rgba(0,0,0,0.5);
cursor: pointer;
position: sticky;
top: 10px;
background-color: white;
color: hsl(0, 0%, 20%);
padding: 5px;
border-radius: 4px;
margin-right: 10px;
}
main {
margin: 0 auto;
box-sizing: border-box;
padding: 0.5in;
width: 8.5in;
height: 11in;
background-color: white;
box-shadow: 0 3px 8px -3px rgba(0, 0, 0, 0.7);
font-family: "Source Serif Pro", "Cambria", "Charter", "Georgia", sans-serif;
color: hsl(0, 0%, 20%);
}
h1,
h2,
p,
ul {
margin: 0;
}
ul {
padding-left: 12px;
}
/*
.contact-info {
display: grid;
grid-template-columns: 1fr 1fr;
color: hsl(0, 0%, 40%);
font-size: 1.25rem;
}
*/
.content-section {
margin-top: 1.75rem;
grid-template-columns: 1fr 1fr;
}
.content-section h1 {
font-size: 1rem;
text-transform: uppercase;
color: #944BE8;
}
.content-section p {
color: #434343;
grid-template-columns: 1fr 1fr;
}
.columns {
column-count: 2;
column-gap: 40px;
column-rule-style: solid;
}
.grid-container {
display: grid;
grid-template-columns: .25fr 1fr 1fr;
padding: 10px;
}
.grid-item h1{
padding: 20px;
font-size: 30px;
text-align: center;
}
.multicolumn {
display: grid;
gap: 2rem;
grid-template-columns: .25fr 1fr;
grid-template-rows: 100px 200px;
}
.multicolumn h1{
font-size: 1rem;
text-transform: uppercase;
color: #944BE8;
}
.multicolumn p{
color: #434343;
grid-template-columns: 1fr 1fr;
}
.experience-container h2 {
font-weight: normal;
font-size: 1rem;
}
.heavy-text {
font-weight: bold;
}
.italic-text {
font-style: italic;
}
@media print {
html {
height: 11in;
width: 8.5in;
overflow: hidden;
}
body {
margin: 0;
}
main {
width: 100%;
box-shadow: none;
}
button {
display: none;
}
.download-link {
display: none;
}
}
</style>
</head>
<body>
<a
class="download-link"
download="Lucien_Mensah_Resume.pdf"
href="../../doc/resume2020.pdf"
>Download</a
>
<main>
<header>
<center><h1>Lucien Mensah</h1></center>
<p>luciendmensah@gmail.com | lucienmensah.github.io |727-310-8480 | St. Petersburg, FL</p>
</header>
<div class="grid-container">
<section class="grid-item">
<h1><center>About</center></h1>
<p>
Emerging Computational Linguist with professional interest in Data Science, Machine Learning, and Natural Language Processing.
</p>
</section class="grid-item">
</div class="grid-container">
<section class="multicolumn">
<h1>Education</h1>
<h2>Tulane University</h2>
<h3><i>Bachelor of Arts in Linguistics</i></h3>
<ul>
<li>Arranged a case study exploring differences in target language translation between native and non-Native speech from Twi to English</li>
<li>Conducted collaborative research of New Orleans Yat dialect to track non-rhoticity and th-stopping</li>
<li>As part of a 5-person team, produced a Python program to lemmatize affirmative words</li>
</section>
<section class="content-section">
<h1>Work Experience</h1>
<div class="multicolumn">
<div class="experience-container">
<h2>
DIGITAL RESEARCH TECHNOLOGY INTERN
</h2>
<div>
<span class="italic-text"> Newcomb Institute | August 2020 - Present
</div>
<ul>
<li>
Employing Agile software development methodologies to
compose products for about 6 clients
</li>
<li>
Use analytical assessments to create technical solutions for
non-technical clients to increase in faculty online presence
</li>
<li>
Create comprehensive weekly reports on project progress,
presenting them to clients and product manager
</li>
</ul>
</div>
<div class="experience-container">
<h2>
STUDENT ADVOCACY INTERN
</h2>
<div><span class="italic-text">Tulane Office of Gender and Sexual Diversity | March 2020 - Present</span>
<ul>
<li>
Secured $23,500 of funding to bring a guest speaker and
moderated our conversation to over 300 people
</li>
<li>
Created and presented organization budget information with
Excel, resulting in a 40% budget increase
</li>
<li>
Worked on a team of 5 faculty and students to redesign student
housing portal UX, utilized by over 5000 students
</li>
<li>
Conducting qualitative research to discover 3 insufficient areas
of university-wide policies
</li>
</ul>
</div>
</section>
<section class="content-section">
<div class="multicolumn">
<section>
<h1>Organizations</h1>
<p>Tulane University Marching Band, 3 years</p>
<p>Gender and Sexuality Advisory Council, Council Chair and Treasurer, 2 years</p>
<ul>
<li>Directed 5 student leaders through event planning, boosting event attendance by 60 students</li>
<li>Provided support for legislation created to increase Black student retention by 40%</li>
</ul>
</section>
<div class="grid-container">
<section class= "grid-item">
<div><h1>Skills</h1></div>
<h2>Professional Skills</h2>
<p>Python, SQL, HTML, CSS</p>
<p>Leadership and management</p>
<p>TESL Certified</p>
<h2>Personal Skills</h2>
<p>Problem-solving</p>
<p>Strategic thinking</p>
<p>Versatile communicator</p>
<p>Fast learner</p>
<p>Presentation & demonstration</p>
<p>Collaboration</p>
</section class= "grid-item">
<div class="grid-container">
</section>
</main>
</body>
</html>