-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
444 lines (383 loc) · 23.8 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
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
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="Cache-Control" content="public">
<meta http-equiv="Cache-Control" content="max-age=3600">
<meta http-equiv="Cache-Control" content="must-revalidate">
<meta http-equiv="Last-Modified" content="fri, 19 november 2017 14:00:00 GMT">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta property="og:site_name" content="Ines Coelho"/>
<meta property="og:title" content="Ines Coelho"/>
<meta property="og:description" content="Ines Coelho, web developer - personal site and portfolio"/>
<meta property="og:image" content="resources/">
<meta property="og:type" content="site"/>
<title>Ines Coelho</title>
<link href="data:image/x-icon;base64, AAABAAEAEBAQAAEABAAoAQAAFgAAACgAAAAQAAAAIAAAAAEABAAAAAAAgAAAAAAAAAAAAAAAEAAA
AAAAAAAAAAAAWAdpAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABEREAAAAAAAEREQAAAAAAARAAAAAAAAAB
EAAAABEREQEQAAAAERERARAAAAAAEQABEREAAAARAAEREQAAABEAAAAAAAAAEQAAAAAAABEREQAA
AAAAERERAAAAAAAAAAAAAAAAAAAAAAAAAAD//wAA//8AAP+DAAD/gwAA/58AAP+fAADAnwAAwJ8A
APODAADzgwAA8/8AAPP/AADA/wAAwP8AAP//AAD//wAA" rel="icon" type="image/x-icon" />
<!-- Bootstrap Core CSS -->
<link href="libraries/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="libraries/font-awesome-4.7.0/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<!-- Plugin CSS -->
<link href="libraries/magnific-popup/magnific-popup.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="libraries/slick-1.8.0/slick/slick.css"/>
<link rel="stylesheet" type="text/css" href="libraries/slick-1.8.0/slick/slick-theme.css"/>
<!-- Theme CSS -->
<link href="style/profile.css" rel="stylesheet" type="text/css">
</head>
<body data-spy="scroll" data-target=".navbar" data-offset="50">
<!--NAVIGATION-->
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" id="navOption" href="#Home">
<span class="navbar-brand-text">Inês Coelho</span>
</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li><a href="#About">About me</a></li>
<li><a href="#Portfolio">Portfolio</a></li>
<li><a href="#Talks">Talks</a></li>
<li><a href="#Publications">Publications</a></li>
<li><a href="#Contact">Contacts</a></li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav>
<!--COVER-->
<header id="Home">
<div class="header-content container">
<div class="header-row row">
<div class="header-text">
<h1>Hi, my name is Inês<br>
and I'm a Software Developer!</h1>
</div>
</div>
</div>
</header>
<!--About-->
<div id="About" class="textBox">
<div class="container-fluid">
<div class="row">
<div class="col-xs-10 col-xs-offset-1 col-sm-8 col-sm-offset-2">
<h1>About Me</h1>
<hr />
<div class = "row vertical-align">
<div class="col-sm-8">
<p>I'm a Software Developer and Biochemist, working with React JS.</p>
<p>I support several initiatives to promote Diversity in Tech, Gender Equality and Women Empowerment. Currently, I'm an organizer of the <a href="https://teams.railsgirlssummerofcode.org/users/227" target="_blank">Rails Girls Summer of Code</a>, being an alumna of the 2015 edition and a supervisor of the 2016 and 2017 editions.</p>
<p>I’m a book lover, occasional writer and runner. I love furry animals and, for eight years, I've slaved to <a href="resources/gp.jpg" target="_blank">these cute guinea pigs.</a> The first time I’ve played Dungeons & Dragons, my character unleashed a plague that destroyed an entire continent. But don’t worry, now I only occasionally destroy a city. Some time ago, I was <a href="http://edition.cnn.com/2015/12/30/entertainment/carrie-fisher-star-wars-aging-response-twitter/index.html" target="_blank">featured on CNN</a>, alongside Carrie Fisher (scroll down a bit and you'll find me :P). By the way, Han shot first. And Firefly should be watched in the correct order.</p>
</div>
<div class="col-sm-4 col-sm-offset-0 col-xs-offset-3 col-xs-6 center-block">
<img src="resources/me.jpg" class="img-responsive" >
</div>
</div>
</div>
</div>
</div>
</div>
<!--Portfolio-->
<div id="Portfolio" class="textBox">
<div class="container-fluid">
<div class="row">
<div class="col-xs-10 col-xs-offset-1 col-sm-8 col-sm-offset-2">
<h1>Portfolio</h1>
<hr />
<p>Click on a project to see more information.</p>
<div id="portfolio-carousel">
<div class='slider center'>
<div class="thumbnail">
<a href="portfolio.html#thankyouheart" class="" target="_blank">
<img src="resources/projects/rgsoc_ty/ty1.png" alt="" class="portfolioLink">
<div class="caption">
<h4 class="">Thank You Heart</h4>
<p class="">Heart shapped interactive photo collage</p>
</div>
</a>
</div>
<div class="thumbnail">
<a href="portfolio.html#apiaggregator" class="" target="_blank">
<img src="resources/projects/apis/api1.png" alt="" class="portfolioLink">
<div class="caption">
<h4 class="">APIs Aggregator</h4>
<p class="">Aggregate different services that interact with public APIs</p>
</div>
</a>
</div>
<div class="thumbnail">
<a href="portfolio.html#gowalks" target="_blank">
<img src="resources/projects/gw.jpg" alt="Go Walks" class="portfolioLink">
<div class="caption">
<h4 class="">Go Walks</h4>
<p class="">Website in Ruby on Rails</p>
</div>
</a>
</div>
<div class="thumbnail">
<a href="portfolio.html#daquiparali" class="" target="_blank">
<img src="resources/projects/daquiparali/dqpl1.png" alt="" class="portfolioLink">
<div class="caption">
<h4 class="">Daqui para Li</h4>
<p class="">Landing page</p>
</div>
</a>
</div>
<div class="thumbnail">
<a href="portfolio.html#securis" class="" target="_blank">
<img src="resources/projects/securis/securis2.png" alt="" class="portfolioLink">
<div class="caption">
<h4 class="">SECURIS: Fatima</h4>
<p class="">Landing page and website</p>
</div>
</a>
</div>
<div class="thumbnail">
<a href="portfolio.html#weather" target="_blank">
<img src="resources/projects/weather.jpg" alt="Local Weather" class="portfolioLink">
<div class="caption">
<h4 class="">Local Weather</h4>
<p class="">Local weather based on IP address</p>
</div>
</a>
</div>
<div class="thumbnail">
<a href="portfolio.html#HIMYMquotes" target="_blank">
<img src="resources/projects/quote.jpg" alt="HIMYM random quote generator" class="portfolioLink">
<div class="caption">
<h4 class="">Random Quote Generator</h4>
<p class="">How I Met Your Mother random quote generator</p>
</div>
</a>
</div>
<div class="thumbnail">
<a href="portfolio.html#dataviz" class="" target="_blank">
<img src="resources/projects/dv.png" alt="" class="portfolioLink">
<div class="caption">
<h4 class="">Entity Linking for fraud detection</h4>
<p class="">Data Visualizations for Entity Linking in eCommerce</p>
</div>
</a>
</div>
<div class="thumbnail">
<a href="portfolio.html#hanamiMailerGem" class="" target="_blank">
<img src="resources/projects/hanami/hanami1.png" alt="" class="portfolioLink">
<div class="caption">
<h4 class="">Hanami's mailer gem</h4>
<p class="">Development of a mailer gem for framework Hanami</p>
</div>
</a>
</div>
<div class="thumbnail">
<a href="portfolio.html#TVseries" class="" target="_blank">
<img src="resources/projects/tv.png" alt="Tv Series" class="portfolioLink">
<div class="caption">
<h4 class="">Tv Series</h4>
<p class="">Ontology IMDB TV Series Crawler</p>
</div>
</a>
</div>
<div class="thumbnail">
<a href="portfolio.html#insulinDoseCalculator" class="" target="_blank">
<img src="resources/projects/insulinecalculator/idc1.png" alt="" class="portfolioLink">
<div class="caption">
<h4 class="Insulin dose calculator"></h4>
<p class="">Web service N‐Version programming based</p>
</div>
</a>
</div>
<div class="thumbnail">
<a href="portfolio.html#ijavacompiler" class="" target="_blank">
<img src="resources/projects/iJavacompiler.png" alt="" class="portfolioLink">
<div class="caption">
<h4 class="">iJava Compiler</h4>
<p class="">Compiler for the iJava language</p>
</div>
</a>
</div>
<div class="thumbnail">
<a href="portfolio.html#bejeweled" target="_blank">
<img src="resources/projects/bj.jpg" class="portfolioLink">
<div class="caption">
<h4 class="">Bejeweled Star Wars</h4>
<p class="">3D Java implementation</p>
</div>
</a>
</div>
<div class="thumbnail">
<a href="portfolio.html#gameoflife" class="" target="_blank">
<img src="resources/projects/gameOfLife.png" alt="" class="portfolioLink">
<div class="caption">
<h4 class="">Game of Life</h4>
<p class="">C implementation with processes and threads</p>
</div>
</a>
</div>
<div class="thumbnail">
<a href="portfolio.html#lovesickbox" target="_blank">
<img src="resources/projects/lovesickbox/lovesickbox.jpg" alt="LoveSick Box" class="portfolioLink">
<div class="caption">
<h4 class="">LoveSick Box</h4>
<p class="">Puzzle Box Game in Flash. What if you could erase those memories you can no longer bear? </p>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!--Talks-->
<div id="Talks" class="textBox">
<div class="container-fluid">
<div class="row">
<div class="col-xs-10 col-xs-offset-1 col-sm-8 col-sm-offset-2">
<h1>Talks</h1>
<hr />
<div id="talks-carousel">
<div class='slider center'>
<div class="thumbnail">
<a href="https://osseu17.sched.com/event/ByKR/bof-bringing-more-women-into-tech-one-summer-at-a-time-rgsoc-vaishali-thakkar-oracle-ines-coelho-securis" target="_blank">
<img src="resources/oss.gif" alt="Bringing more women into tech - one summer at a time">
<div class="caption">
<h4 class="">Bringing more women into tech - one summer at a time</h4>
<p class="">OSSummit 2017</p>
</div>
</a>
</div>
<div class="thumbnail">
<a href="https://www.youtube.com/watch?v=YWbSmkC-kpY" target="_blank">
<img src="resources/wit.jpg" alt="Why we need more women in Tech">
<div class="caption">
<h4 class="">Why we need more women in Tech?</h4>
<p class="">PixelsCamp 2016</p>
</div>
</a>
</div>
</div>
</div>
<div id="talks-list">
<div class="col-md-4 col-sm-4 col-xs-6 thumbnailScreen">
<div class="thumbnail">
<a href="https://osseu17.sched.com/event/ByKR/bof-bringing-more-women-into-tech-one-summer-at-a-time-rgsoc-vaishali-thakkar-oracle-ines-coelho-securis" target="_blank">
<img src="resources/oss.gif" alt="Why we need more women in Tech" class="talksLink">
<div class="caption">
<h4 class="">Bringing more women into tech - one summer at a time</h4>
<p class="">OSSummit 2017</p>
</div>
</a>
</div>
</div>
<div class="col-md-4 col-sm-4 col-xs-6 thumbnailScreen">
<div class="thumbnail">
<a href="https://www.youtube.com/watch?v=YWbSmkC-kpY" target="_blank">
<img src="resources/wit.jpg" alt="Why we need more women in Tech" class="talksLink">
<div class="caption">
<h4 class="">Why we need more women in Tech?</h4>
<p class="">PixelsCamp 2016</p>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!--Publications-->
<div id="Publications" class="textBox">
<div class="container-fluid">
<div class="row">
<div class="col-xs-10 col-xs-offset-1 col-sm-8 col-sm-offset-2">
<h1>Publications</h1>
<hr/>
<ul style="list-style-type:none">
<li>
<span class="label label-danger" data-toggle="tooltip" data-placement="bottom" title="Bioscience">BS</span>
<a href='http://www.tandfonline.com/doi/abs/10.1080/15287394.2015.1028301?journalCode=uteh20' target='_blank'>
Effects of Tributyltin and Other Retinoid Receptor Agonists in Reproductive-Related Endpoints in the Zebrafish (Danio rerio).
<em>Journal of Toxicology and Environmental Health</em>
(June 2015)
</a>
</li>
<li>
<span class="label label-danger" data-toggle="tooltip" data-placement="bottom" title="Bioscience">BS</span>
<a href='http://www.sciencedirect.com/science/article/pii/S0166445X15000211' target='_blank'>
Chronic effects of clofibric acid in zebrafish (Danio rerio): A multigenerational study.
<em>Aquatic Toxicology</em>
(March 2015)
</a>
</li>
<li>
<span class="label label-primary" data-toggle="tooltip" data-placement="bottom" title="Computer Science">CS</span>
<a href='http://www.lrec-conf.org/proceedings/lrec2014/pdf/46_Paper.pdf' target='_blank'>
Exploiting Portuguese Lexical Knowledge Bases for Answering Open Domain Cloze Questions Automatically.
<em>Procediments of 9th Language Resources and Evaluation Conference LREC 2014</em>
(May 2014)
</a>
</li>
<li>
<span class="label label-danger" data-toggle="tooltip" data-placement="bottom" title="Bioscience">BS</span>
<a href='https://academic.oup.com/mollus/article/78/4/343/1056272/Molecular-characterization-of-Adh3-from-the' target='_blank'>
Molecular characterization of the ADH3 enzyme from the mollusk Nucella lapillus: tissue gene expression after tributyltin and retinol exposure.
<em>Journal of Molluscan Studies</em>
(September 2012)
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<!--Contact-->
<div id="Contact" class="textBox">
<div class="container-fluid">
<div class="row">
<div class="col-xs-10 col-xs-offset-1 col-sm-8 col-sm-offset-2">
<h1>Contacts</h1>
<hr />
<div class="col-md-4 col-sm-6 col-xs-7">
<ul style="list-style-type:none">
<li><a class="btn btn-default btn-lg twitter-btn" href="https://twitter.com/ines_opcoelho" role="button" target="_blank"><i class="fa fa-twitter"></i><span>Twitter</span></a></li>
<li><a class="btn btn-default btn-lg github-btn" href="https://github.com/inescoelho" role="button" target="_blank"><i class="fa fa-github"></i><span>Github</span></a></li>
<li><a class="btn btn-default btn-lg linkedin-btn" href="https://pt.linkedin.com/in/inesopcoelho" role="button" target="_blank"><i class="fa fa-linkedin"></i><span>LinkedIn</span></a></li>
</ul>
</div>
<div class="col-md-8 col-sm-6 col-xs-5 contactImage">
<img src="resources/contactme.png" alt="contactMe" width=100% height=100%>
</div>
</div>
</div>
</div>
</div>
<footer class="footer">
<div class="container">
<p class="text-muted text-right tx">Made by Inês Coelho (2017)</p>
</div>
</footer>
<!-- jQuery -->
<script src="libraries/jquery/jquery.min.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="libraries/bootstrap/js/bootstrap.min.js"></script>
<!-- Plugin JavaScript -->
<script src="libraries/scrollreveal/scrollreveal.min.js"></script>
<script src="libraries/magnific-popup/jquery.magnific-popup.min.js"></script>
<script type="text/javascript" src="libraries/slick-1.8.0/slick/slick.min.js"></script>
<!-- Theme JavaScript -->
<script src="js/profile.js"></script>
</body>