-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresume.html
70 lines (65 loc) · 2.75 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title> Mikayla Toffler's Resume </title>
<link rel="stylesheet" href="stylesheet.css">
</head>
<body>
<h1> Mikayla Toffler's Resume </h1>
<h2> Education </h2>
<p> Tufts University Class of 2019 <br/>
Major in Cognitive and Brain Sciences.
Minor in Computer Science </p>
<h2> Professional Experience </h2>
<ul>
<li> September 2018 - current: Research Assistant at Tufts University
Cognitve Aging and Memory Lab <br/>
The "CAM" Lab does research on cognitive and
memory processes in people aged 18+. In my time at the lab, I
have worked on an ongoing study called "Misinformation and Stress
studies." As a Research Assistant, I run participants, organize
and score data in Excel, and present the findings to the rest of
the lab at the end of each semester.</li>
<li> May 2017 - January 2018: Social Media and Editorial intern
at Plan3000 <br/>
Plan3000 is a web-based youth activism storytelling
platform. As the Social Media intern, I was ran the company's Facebook,
Instagram and Twitter pages. My editorial duties included researching and publishing my own content on the company's webpage.
</li>
<li> May 2016 - August 2016: Hostess at The Greydog Cafe <br/>
Responsible for welcoming and seating guests
and assisting with bus duties when necessary.
</li>
</ul>
<h2> Skills </h2>
<ul>
<li> Strong leadership capability </li>
<li> Experienced C++ programming </li>
<li> Creative Writing and Poetry </li>
<li> Social Media </li>
</ul>
<h2> Related Activities </h2>
<ul>
<li> January 2017 - May 2017: Key Organizer of Tufts University
Action for Sexual Assault Prevention club <br/>
Action for Sexual Assault Prevention is a student-run
organization at Tufts University that aims to raise awareness about
sexual assault on and off campus, as well as provide resources for
on-campus survivors of sexual assault. As Key Organizer, I worked with
my co-leaders to organize an annual campus event centered around
publicly sharing experiences of sexual assault, and providing small-group
settings after the event for those who needed to decompress. Action
for Sexual Assault Prevention also held other, smaller-scale events
with a similar purpose throughout the course of the semester.
</li>
<li> August 2016 - May 2017: Peer Leader at Tufts University
Women's Center <br/>
Responsible for welcoming first-year students
to Tufts University and running a week-long orientation program.
Assisted in weekly discussions held at the Women's Center and
organized year-long events hosted by the Women's Center on campus.
</li>
</ul>
</body>
</html>