-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
147 lines (128 loc) · 5.49 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
135
136
137
138
139
140
141
142
143
144
145
146
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Ana Santos - Resume</title>
<link rel="stylesheet" href="style.css">
<link href='https://fonts.googleapis.com/css?family=Lora:400,700,400italic|Open+Sans:300,400,500,700|Waiting+for+the+Sunrise|Shadows+Into+Light' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<body>
<div class="wrapper clearfix">
<div class="left">
<div class="name-hero">
<img class="me-img center" src="photo.jpeg" alt="photo">
<div class="name-text">
<h1>Ana <em>Santos</em></h1>
<p>Porto, Portugal</p>
<h1><em>
<a href="https://github.com/anaezes" class="fa fa-github"></a>
<a href="https://www.linkedin.com/in/ana-santos-556807130/" class="fa fa-linkedin-square"></a>
<a href="./Resume.pdf" download class="fa fa-download"></a>
</em></h1>
</div>
</div>
</div>
<div class="right">
<div class="inner">
<section>
<h1>Experience</h1>
<h4>December 2021 to present <em> Jscrambler | Software Engineer </em></h4>
<h5>Full Stack Developer in WebPage Integrity</h5>
<p>JavaScript Protection and Webpage Monitoring</p>
<br>
<h4>August 2020 to December 2021 <em> CEiiA | Software Engineer</em></h4>
<h5>Full Stack Developer in Electronics and Embedded Systems Engineer Unit</h5>
<h5>Backend Developer in Engineering Product & Service Development Unit</h5>
<p>Center of Engineering and Product Development</p>
<br>
<h4>March 2018 - August 2020 <em> LSTS - FEUP | Undergraduate Research Fellow </em></h4>
<h5>C++ Developer & Researcher </h5>
<p>Underwater Systems and Technology Laboratory</p>
<br>
<h4>July 2017 and July 2018 <em> University of Porto | Monitor </em></h4>
<p>Universidade Junior: 3D Modeling of objects in SketchUp </p>
</section>
<section>
<h1>Education</h1>
<h4>September 2015 - September 2020 <em> MSc in Informatics and Computing Engineering</em> | 15/20 </h4>
<h5>Dissertation:<em>"Visualization of marine data applied to the planning and supervision of autonomous vehicles" </em> | 18/20 </h5>
<p>Faculty of Engineering at University of Porto </p>
</section>
<section>
<h1>Scientific Activities</h1>
<h4>September 2018 <em> LSTS | Recognize Environmental Picture (REP) </em></h4>
<p> Annual exercise organized by USTL/LSTS, the Portuguese Navy and other entities.
Its focus is on demonstration and testing of networks of heterogeneous autonomous vehicles.
In 2018 it was organized at Sesimbra, Portugal. I developed and used planning software,
command and network control of heterogeneous vehicles, as well as operating USTL/LSTS's autonomous vehicles </p>
</section>
<section>
<h1>Technical Skills</h1>
<p><em> Software </em> C++, C#, C, JavaScript/Typescript, Java</p>
<p><em> Web </em> HTML5, CSS3, Vue.JS, React, OpenLayers, CesiumJS,</p>
<p><em> Databases </em> MSSQL, PostgreSQL, MongoDB</p>
<p><em> Tools </em> JetBrains, Git, Docker</p>
<p><em> Operating Systems </em> Linux </p>
<p><em> IT Methods </em> Agile/Scrum, Kanban</p>
</section>
<section>
<h1>Personal Skills</h1>
<ul class="skill-set">
<li>Goal-oriented</li>
<li>Critical thinking</li>
<li>Good communication</li>
<li>Team worker</li>
<li>Organized</li>
<li>Detail-oriented</li>
</ul>
</section>
<section>
<h1>Interests</h1>
<ul class="skill-set">
<li>Data visualization</li>
<li>Computer graphics</li>
<li>Computer vision</li>
<li>Robotics</li>
<li>Web</li>
<li>User experience / interaction design</li>
</ul>
</section>
<section>
<h1>Languages</h1>
<p><em> Portuguese </em> Native</p>
<p><em> English </em> B1 </p>
</section>
<!--section>
<h1>Personal skills</h1>
<p>William Grand | <em>Grand Interactive, llc. | CEO</em></p>
<p>(617) 448-0910 | [email protected]</p>
<p>Eric Chauvin | <em>PadMatcher Inc. | CEO</em></p>
<p>(617) 448-0910 | [email protected]</p>
<p>Chris Heller <em>Penrose Realty LLC. | Broker</em></p>
<p>(617) 794-4554 | [email protected]</p>
</section-->
<!--section>
<h1>References</h1>
<p>William Grand | <em>Grand Interactive, llc. | CEO</em></p>
<p>(617) 448-0910 | [email protected]</p>
<p>Eric Chauvin | <em>PadMatcher Inc. | CEO</em></p>
<p>(617) 448-0910 | [email protected]</p>
<p>Chris Heller <em>Penrose Realty LLC. | Broker</em></p>
<p>(617) 794-4554 | [email protected]</p>
</section>
<section>
<h1>Personal Interests</h1>
<ul class="skill-set">
<li>Faith</li>
<li>Biblical Studies</li>
<li>Playing Guitar</li>
<li>Song Writing</li>
<li>Health & Nutrition</li>
<li>Reading</li>
</ul>
</section-->
</div>
</div>
</div>
</body>
</html>