Resume

 

 

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800);
@charset “utf-8”;
@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }

body{
font-family: ‘Open Sans’, Arial, Tahoma;
font-weight: 400;
color: #363636;
background: #334960;
}
blockquote {
font-size: 1em;
}

.container{
margin-top: 80px;
margin-bottom: 15px;
background: #fff;
}

#photo-header{
margin-top: -75px;
}
#photo{
width: 160px;
height: 160px;
border-radius: 50%;
overflow: hidden;
padding: 5px;
background: #334960;
display: inline-block;
}
#photo img{
width: 150px;
height: 150px;
border-radius: 50%;
}
#text-header h1{
margin: 0;
padding: 0;
font-size: 1.5em;
font-weight: 700;
text-transform: uppercase;
letter-spacing: -1px;
}
#text-header h1::first-line{
font-size: 1.5em;
font-weight: 800;
line-height: 1.5em;
}
#text-header h1 span{
color: #334960;
opacity: 0.7;
}
#text-header h1 sup{
opacity: 0.5;
}
#text-header:after{
width: 100%;
height: 3px;
border-bottom: 1px solid #ddd;
margin-top: 15px;
content: ”;
display: block;
}

.box{
padding-bottom: 10px;
margin-bottom: 25px;
}
.box h2{
color: #227c74;
font-size: 1.5em;
font-weight: 700;
text-transform: uppercase;
}

#awards,
#education{
margin-top: 20px;
margin-bottom: 0;
position: relative;
padding: 1em 0;
list-style: none;
}
#awards:before,
#education:before {
width: 5px;
height: 100%;
position: absolute;
left: 35px;
top: 0;
content: ‘ ‘;
display: block;
background: #32475c;
background: -moz-linear-gradient(top, #ffffff 0%, #32475c 7%, #32475c 89%, #ffffff 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(7%,#32475c), color-stop(89%,#32475c), color-stop(100%,#ffffff));
background: -webkit-linear-gradient(top, #ffffff 0%,#32475c 7%,#32475c 89%,#ffffff 100%);
background: -o-linear-gradient(top, #ffffff 0%,#32475c 7%,#32475c 89%,#ffffff 100%);
background: -ms-linear-gradient(top, #ffffff 0%,#32475c 7%,#32475c 89%,#ffffff 100%);
background: linear-gradient(to bottom, #ffffff 0%,#32475c 7%,#32475c 89%,#ffffff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=’#ffffff’, endColorstr=’#ffffff’,GradientType=0 );
}
#awards li,
#education li{
width: 100%;
z-index: 2;
position: relative;
float: left;
}
#awards .year,
#education .year{
width: 14%;
background: #fff;
padding: 10px;
font-weight: 700;
display: inline-block;
}
#awards .description,
#education .description{
width: 83%;
display: inline-block;
background: #eee;
margin-bottom: 10px;
position: relative;
padding: 10px;
border-bottom: 1px solid #ccc;
border-right: 1px solid #ccc;
}
#awards .description:after,
#education .description:after {
content: ”;
position: absolute;
top: 15px;
right: 0;
left: -16px;
height: 0;
width: 0;
border: solid transparent;
border-right-color: #eee;
border-width: 8px;
pointer-events: none;
}
#awards .description h3,
#education .description h3{
font-size: 1.2em;
margin: 0;
padding: 0;
font-weight: 700;
}
#awards .description p,
#education .description p{
margin-top: 5px;
padding: 0;
}

.job{
margin-bottom: 15px;
}
.job .details {
margin-left: 3%;
width: 95%;
padding: 10px;
margin-bottom: 10px;
background: #eee;
border-bottom: 1px solid #ccc;
border-right: 1px solid #ccc;
}
.job .where{
font-size: 1.2em;
font-weight: bold;
}
.job .year{
opacity: 0.7;
}
.job .profession{
font-size: 1.2em;
font-weight: bold;
}
.job .description{
line-height: 1.5em;
}
.job .highlights{
padding: 5px 0;
font-weight: bold;
}
.job .job-details {
padding-left: 5%;
width: 100%;
}
.publication {
margin-bottom: 0;
}
.publication .name{
font-size: 1em;
font-weight: bold;
}
.publication .year{
opacity: 0.7;
}
.publication p{
margin: 0;
padding-top: 10px;
}

.contact-item{
width: 100%;
float: left;
}
.contact-item .icon{
padding: 10px;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
color: #32475c;
background: #eee;
}
.contact-item:last-child .icon{
border-bottom: none;
}
.contact-item .title{
width: 80%;
width: calc(100% – 55px);
font-weight: 700;
opacity: 0.9;
}
.contact-item .title.only{
margin-top: 10px;
}
.contact-item .description{
width: 80%;
width: calc(100% – 55px);
color: #334960;
}

.item-interests,
.item-skills{
height: 30px;
color: #334960;
padding: 5px 10px;
margin-bottom: 5px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
font-size: 1.1em;
font-weight: 600;
}
.interest,
.skill{
color: #fff;
display: inline-block;
margin-right: 5px;
margin-bottom: 5px;
padding: 5px 10px;
background: #32475c;
position: relative;
font-size: .85em;
}
.skill-level {
background-color: #227c74;
border-radius: 4px;
color: #fff;
padding: 1px 8px;
font-size: .75em;
position: absolute;
margin: 1px 10px;
}

#language-skills .skill{
margin: 10px 0;
padding-bottom: 10px;
border-bottom: 1px solid #eee;
}

body {
font-size: .95em;
-webkit-print-color-adjust: exact;
}

a[href]:after {
content: none !important;
}

#photo{
display: none;
}

.box {
margin-bottom: -10px;
}

blockquote,
#education,
#awards,
.contact-item,
.publication,
.skills,
.interests {
page-break-inside: avoid;
}

.col-sm-5{
width: 40%;
padding: 0 15px;
}

.col-sm-7{
width: 60%;
padding: 0 15px;
}

.skills .col-sm-offset-1,
.interests .col-sm-offset-1{
margin-top: -10px;
margin-bottom: 5px;
}

#education {
margin: 0;
margin-bottom: -20px;
}
#awards:before,
#education:before {
background: none;
}

#awards .description,
#education .description,
.job .details {
border: 1px solid #eee;
}
.publication,
.publication .panel-heading,
.publication .name{
margin: 0;
padding: 0 5px;
border: none;
}
.publication .panel-body {
padding: 0 10px;
margin: 0;
}

.badge {
margin: 0;
}

.list-group-item{
border: none;
margin: 0;
padding: 5px 15px;
}
.list-group-item:after{
content: ”;
position: absolute;
top: 8px;
right: 0;
left: -1px;
height: 0;
width: 0;
border: solid transparent;
border-right-color: #999;
border-width: 4px;
pointer-events: none;
}

 

 

avatar

Julia Matveeva
Psychology Student

About

Motivated, responsible and teamwork oriented with good leadership skills.
A strong believer that a good research benefits from both quantitative
and qualitative methods in order to build a better society, therefore my
research, computer and communication skills. Passionate about other cultures,
politics and psychology as a natural science. Education mode on, always.
Currently studying Psychology and Statistics as minors at the University
of Turku.

Work Experience

MindaNow, The Philippines, Davao
December 2015 – January 2016
Research Assistant
The purpose of the project I worked on was to educate people with lower
income on financial literacy. In the beggining of the project a qualitative
research was conducted to compare how Phillipino citizen with different
earnings distribute their finances.

Highlights
  • Co-developed a structured interview questionnaire in collaboration with
    senior researchers.
Institute of Migration, Finland, Turku
September 2015 – November 2016
Research Intern
The task of the Migration Institute of Finland is to carry out and to
promote migration research (international and internal migration including
immigrants and refugees.)

Highlights
  • Compiled complex data in presentable Excel charts.
  • Conducted full analysis of semi-structured interviews using qualitative
    content analysis.
  • Assisted in administrative and executive support related tasks.
Sol Palvelut Oy, Finland, Turku
October 2013 – December 2016
Part-time custodian
Highlights
  • Delivered excellent customer service .
  • Developed an ability to build rapport with a diverse workforce in multicultural
    settings.
AIESEC, Finland, Turku
September 2013 – January 2014
HR-specialist
AIESEC Turku was created in 2013, I was one of the first nine members
at the time. In AIESEC, we believe that youth are the key to shaping a
better future. We provide opportunities for cross-cultural experience all
over the wolrd by outsending people abroad and inviting them to Finland.

Highlights
  • Led a team of outgoing-exchange, which sends local students abroad for
    professional training or volunteer project.
  • Build and maintained a dynamic personal information database in Excel.
  • Carried out interviewing and communication with partners abroad.
  • Learned how to maintain long-distance professional relationships by using
    email and phone.
Karelia ENPI Programme Mining Road
February 2013 – December 2013
Translator
Karelia European Neighbourhood and Partnership Instrument Cross-Border
Cooperation was initiated to create new tourist attractions in Finland
and Karelia. As a result of the project there are outcomes on both sides
of the border. New destinations were prepared in Outokumpu Mining Museum
and in Tulmozero Mining Park.

Highlights
  • Performed written translations of history articles from English and Finnish
    to Russian.
Military Commissariat of Petrozavodsk, Russia
October 2012 – December 2012
Assistant

Duties were performed during autumn enlistment period.

Highlights
  • Provided paperwork assistance during interviews.
  • Handled correspondence between commissariat and families of army recruits.
  • Exhibited promptness by completing all assignments on-time by staying
    organized and prioritizing tasks.

Volunteer

Finnish Red Cross
January 2019 – May 2019
Family club volunteer at Turku Refugee Reception
Family club is organized to help parents to look after their children
while they learn Finnish language in a Language club. Volunteers organize
activities for kids of different age and nationalities.

Highlights
  • Building up multicultural competencies and cultural sensitivity.
International Educational Forum Seliger
July 2010 – July 2010
Group Coordinator (20 people)
The Forum provides an opportunity for innovators and investors to meet.
People come from different regions and countries and form groups for smoothness
of the process.

Highlights
  • Kept group members on task and on schedule.
  • Organized brainstorming session to maintain motivation of the group.

Contact

Pispalantie 20A 334
Turku 20540 FI
+358466216788

Education

  • 2013 2016

    University of Turku, Finland

    Master of Arts

    Baltic Sea Region Studies

  • 2008 2013

    University of Petrozavodsk, Russia

    Master of Arts

    Political History

Skills

Microsoft Office Advanced

Excel
WordPowerPoint

Social Media Advanced

Facebook
InstagramVkontakte Twitter
YouTube etc.

Python Beginner

Jupyter

SPSS Beginner

Languages

  • RussianNative speaker
  • EnglishFluent (completed master’s degree)
  • FinnishFluent (B2 level, YKI-test certificate)
  • SwedishBeginner

Interests

Sport

PWR training by Kelsey Wells

Yoga

Vipassana as taught by Goenkaj
three 10-day courses
one serving period

References

As Julia’s master thesis supervisor, I can say that Julia is eager
to explore new ideas, quick to learn and excellent in collaborating with
others.

 

 

 

 

Hello world!

Julia Matveeva

body, html {
padding-top:2.5em;
margin:0;
background-color:#fafafa;
}

.note {
display:block;
position: absolute;
top:10px;
left:10px;

font-family: "Open Sans";
font-size: 0.6em;
}

.new {
background-color: #81C784;

border: 1px solid #757575;
padding: 1px;
border-radius: 4px;

}

/* Header */

header {
width:100%;
vertical-align: middle;
text-align: center;

}

.header-content {
display: inline-block;
}

.pic {
margin: 0 auto;
margin-top:-2.5em;

border-radius:10em;
height:4em;
width:4em;

border: 2px solid #e0e0e0;
transition : all 0.5s linear;

}

@-webkit-keyframes wiggle {
0% {
transform: rotate(0deg);
}
25% {
transform: rotate(-30deg);
}
50% {
transform: rotate(15deg);
}
100% {
transform: rotate(0deg);
}
}

.pic:hover {
/*Webkit fix*/
-webkit-transform: translateZ(0);

cursor:pointer;

-webkit-animation: wiggle 0.7s cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

.header-text {
margin-top:0.5em;
margin-left:1em;
}

header p {
text-align:center;
font-family: "Merriweather";

margin:0;

color: #212121;
}

.first-name {
font-size: 1.05em;
}

.subtitle {
font-family: "Merriweather";
padding-top:.3em;
font-size:0.55em;
font-weight:500;
color: #424242;
}

/* Information */

.paper {
margin: 0 auto;
margin-bottom:1em;

background-color:white;
width:60%;

padding:0.5em 0 0.5em 0;

border-top: 1px solid #e0e0e0;
border-left: 1px solid #e0e0e0;
border-right: 1px solid #e0e0e0;
border-bottom: 3px solid #e0e0e0;
border-radius:3px;
}

@media(max-width:992px) {
.paper {
width:80%;
}
}

/* Content Part */

.content-wrapper {
padding-right:7.25%;
}

.content {
display:table;
width:100%;

padding-top:1.5em;

/*border-top: 1px solid #eeeeee;*/
}

.content:last-child {
margin-bottom: 2em;
}

body > div > article > div > section:last-child {
padding-bottom:1.5em;
}

.row {
display:table-row;
}
.row div {
display:table-cell;
}

.content-cat {
font-family: "Merriweather";
font-variant:small-caps;
font-weight:300;
letter-spacing: 1px;

color: #212121;

font-size:0.975em;

text-align:center;
vertical-align:middle;

padding-left:6.66%;
width:30%;
}

.content-cat p {
font-size:0.55em;
font-weight:600;

margin-bottom:0;
}

.content-text {
border-left:1px solid #e0e0e0;
transition: border 0.66s ease-in;
}

.big-text {
vertical-align:top;
}

.content-text ul {
padding:0;
margin:0;
margin-top:0.15em;

width:85%;
margin-left:1.5em;
}

.content-text ul:last-child {
margin-bottom:0.5em;
}

.content-text ul li {
font-family: "Open Sans";
font-size:0.7em;

display:inline-block;

}

.content-text ul li:first-child {
width:35%;

color: #424242;

font-weight:600;
}

.content-text ul li a, div.content-text.work-listing.education-listing > p > strong > a {
text-decoration: none;
color: #0277bd;
}

.content-text ul li a:hover {
color:#4fc3f7;
}

.work-listing p {
font-family: "Open Sans";
font-size:0.7em;

color: #424242;

margin-left:2em;
margin-top:0.45em;
margin-bottom: 0.45em;
}

div.content-text.work-listing.education-listing > p:nth-child(2) {
margin-top:0.25em;
}

.work-listing .highlight {
font-family: "Open Sans";
font-size:0.7em;
font-weight:400;

color: #424242;

margin-left:3.25em;
padding-left:0.5em;

border-left:1px solid #e0e0e0;

}

.education-listing > .heading {
font-weight:600;

margin-top:0.75em;
margin-left:2em;
}

.education-listing > .highlight {
margin-left:3.25em;
}

.highlight {
transition: border .33s ease-in;
}

.profiles-listing ul li, .profiles-listing ul li:first-child {
width:32%;
font-weight: normal;
}

.work-content, .education-content {
padding-top: .75em;
}

section.content.education-content > div > div.content-cat {
vertical-align: top;
}

div.content-text.skills-listing > p {
font-family: "Open Sans";
font-size:0.7em;
font-weight:400;

margin-left: 2em;
margin-top: 0.45em;
margin-bottom: 0.45em;
}

div.content-text.skills-listing > p > {
color:#212121;
}

@media screen and (max-width: 600px) {
body, html {
padding-top: 30px;
}

.paper {
width:95%;
}

.row div {
display: block;
}

.content-cat {
width: 100%;
}

.content-text ul li {
width: 100%;
}

.content-text ul li:first-child {
width: 100%;
}

.education-listing > .highlight {
margin-left: 30px;
}
}

body, html {
background-color: white;
padding-top: 1.5em;
}

.paper {
width:100%;
border: 0;

padding-top: 0;
}

header p {
font-size: 1.3em;
}

.subtitle {
font-size: 0.7em;
}

.header-pic {
float:left;
}

.profiles {
display:none;
}

.content {
page-break-inside:avoid;
page-break-after:auto;
}

.header-text {
float:left;
margin-top: -1.6em;
}

.content-wrapper > .content:first-child {
padding-top: 2em;
}

.content:last-child {
padding-bottom: 0;
}

.content-cat {
width:33%;
color:black;
text-align: left;
}

.content-cat p {
font-size:0.6em;
font-weight: 600;
}

header p, .content-text, .work-listing p, .content-text ul li:first-child, .work-listing .highlight, .content-text.skills-listing > ul > li > .highlight {
color:black;
}

.content-text.skills-listing > ul > li span, .subtitle {
color:#212121;
}

.content-text ul:last-child {
margin-bottom: 0.25em;
}

.content-text ul li:first-child {
width:50%;
}

.profiles-listing ul li:first-child {
width:32%;
}

div.content-text.skills-listing > ul > li {
width:33%;
}

.work-listing p {
margin-bottom: 0.1em;
}

div.content-text.skills-listing > ul > li > p {
margin-top: 0.4em;
margin-bottom: 0.5em;
}

div.content-text.skills-listing > ul > li {
padding-left: 1.5em;
}

div.content-text.skills-listing > ul > li:first-child {
padding-left: 2em;
}

.note {
display:none;
}

.content-text:hover {
border-left:1px solid #eeeeee;
}

.content-text ul li a:hover {
color:#4fc3f7;
}

.highlight:hover, .content-text.skills-listing > ul > li > .highlight:hover {
border-left:1px solid #eeeeee;
}

.big-text {
padding-top: 0;
}

Julia Matveeva

Psychology Student

Contact
  • Email
  • j.i.matveeva@gmail.com
  • Phone
  • +358466216788

Location
  • Address
  • Pispalantie 20A 334
  • Postal Code & City
  • 20540 Turku

Work Experience

2015-12-01 till 2016-01-31

Research Assistant
at MindaNow, The Philippines, Davao:

The purpose of the project I worked on was to educate people with lower
income on financial literacy. In the beggining of the project a qualitative
research was conducted to compare how Phillipino citizen with different
earnings distribute their finances.

Co-developed a structured interview questionnaire in collaboration with
senior researchers.

2015-09-01 till 2016-11-30

Research Intern
at Institute of Migration, Finland, Turku:

The task of the Migration Institute of Finland is to carry out and to
promote migration research (international and internal migration including
immigrants and refugees.)

Compiled complex data in presentable Excel charts.

Conducted full analysis of semi-structured interviews using qualitative
content analysis.

Assisted in administrative and executive support related tasks.

2013-10-28 till 2016-12-27

Part-time custodian
at Sol Palvelut Oy, Finland, Turku:

Delivered excellent customer service .

Developed an ability to build rapport with a diverse workforce in multicultural
settings.

2013-09-01 till 2014-01-31

HR-specialist
at AIESEC, Finland, Turku:

AIESEC Turku was created in 2013, I was one of the first nine members
at the time. In AIESEC, we believe that youth are the key to shaping a
better future. We provide opportunities for cross-cultural experience all
over the wolrd by outsending people abroad and inviting them to Finland.

Led a team of outgoing-exchange, which sends local students abroad for
professional training or volunteer project.

Build and maintained a dynamic personal information database in Excel.

Carried out interviewing and communication with partners abroad.

Learned how to maintain long-distance professional relationships by using
email and phone.

2013-02-01 till 2013-12-31

Translator
at Karelia ENPI Programme Mining Road:

Karelia European Neighbourhood and Partnership Instrument Cross-Border
Cooperation was initiated to create new tourist attractions in Finland
and Karelia. As a result of the project there are outcomes on both sides
of the border. New destinations were prepared in Outokumpu Mining Museum
and in Tulmozero Mining Park.

Performed written translations of history articles from English and Finnish
to Russian.

2012-10-01 till 2012-12-15

Assistant
at Military Commissariat of Petrozavodsk, Russia:

Duties were performed during autumn enlistment period.

Provided paperwork assistance during interviews.

Handled correspondence between commissariat and families of army recruits.

Exhibited promptness by completing all assignments on-time by staying
organized and prioritizing tasks.

Finnish Red Cross

2019-01-01 till 2019-05-31

Family club is organized to help parents to look after their children
while they learn Finnish language in a Language club. Volunteers organize
activities for kids of different age and nationalities.

Building up multicultural competencies and cultural sensitivity.

International Educational Forum Seliger

2010-07-01 till 2010-07-30

The Forum provides an opportunity for innovators and investors to meet.
People come from different regions and countries and form groups for smoothness
of the process.

Kept group members on task and on schedule.

Organized brainstorming session to maintain motivation of the group.

Education

2013-09-01 till 2016-11-19

University of Turku, Finland

Master of Arts: Baltic Sea Region Studies

2008-09-01 till 2013-07-19

University of Petrozavodsk, Russia

Master of Arts: Political History

Skills



Microsoft Office


(Advanced):
Excel, Word, PowerPoint



Social Media


(Advanced):
Facebook, Instagram,
Vkontakte, Twitter, YouTube etc.



Python


(Beginner):
Jupyter



SPSS


(Beginner):

Languages
  • Russian
  • Native speaker
  • English
  • Fluent (completed master's degree)
  • Finnish
  • Fluent (B2 level, YKI-test certificate)
  • Swedish
  • Beginner

Interests



Sport:


PWR training by Kelsey Wells, Yoga



Vipassana as taught by Goenkaj:


three 10-day courses, one serving period