-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
70 lines (66 loc) · 2.79 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
<!DOCTYPE html>
<html>
<head>
<!-- Font -->
<link href='https://fonts.googleapis.com/css?family=Raleway' rel='stylesheet'>
<!-- CSS made by me -->
<link rel="stylesheet" type="text/css" href="pageStyle.css">
<!-- Icons -->
<script src='https://kit.fontawesome.com/a076d05399.js'></script>
<title>Beatriz Costa-Gomes</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
body {
font-family: 'Raleway';font-weight: lighter;
}
</style>
</head>
<body>
<div class="navbar">
<a href="contact.html">Contact</a>
<div class="dropdown">
<button class="dropbtn">ALFRED</button>
<div class="dropdown-content">
<a href="ALFREDBackground.html">Background</a>
<a href="ALFRED.html">Software</a>
<a href="ALFREDDemo.html">Demo</a>
</div>
</div>
<a href="research.html">Research</a>
<a href="about.html">About</a>
<a class="active" href="index.html">Home</a>
</div>
<div class="container">
<div class="row">
<div class="column side left">
<img src="img/BeatrizCostaGomes_profilepic.jpg" class="profile visible" alt="Beatriz Costa-Gomes" width="200" height="200">
<div class="hidden">
<b>Gotcha!</b>
</div>
</div>
<div class="column middle">
<h1>Beatriz Costa-Gomes</h1>
<p>
Hi, welcome to my page. I'm Bea, and I'm a Research Associate at the Alan Turing Institute, in London, UK. <br/>
<br/>
I am a part of the Data Science for Science and Humanities programme at the Turing, particularly in the project for CryoEM imaging.<br/>
I'm developing a particle detection method that considers heterogeneous samples in the images. <br/>
Some of the packages I've been working on can be found in <a href="research.html">Research</a>.<br/>
<br/>
<br/>
I did my PhD at the School of Biological Sciences at the University of Manchester, UK.<br/>
The main goal was to analyse images of neuronal cell cultures, and for that I've developed a software, <a href="ALFRED.html">ALFRED</a>.<br/>
</p>
</div>
<div class="column side right">
<div id="twitter-widget-holder">
<a class="twitter-timeline" data-width="300" data-height="auto" href="https://twitter.com/mooniean?ref_src=twsrc%5Etfw" data-theme="dark" data-link-color="#F5F8FA" data-chrome="nofooter noborders noheaders transparent">Tweets by mooniean</a> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</div>
</div>
</div>
</div>
<div class="footer">
<p style="text-align:center;"><a href="https://instagram.com/mooniean" class="fab fa-instagram"></a> <a href="https://twitter.com/mooniean" class="fab fa-twitter"> </a> <a href="https://github.com/mooniean" class="fab fa-github"></a> <a href="mailto:bcostagomes@turing.ac.uk" class="fas fa-envelope"></a></p>
</div>
</body>
</html>