-
Notifications
You must be signed in to change notification settings - Fork 0
/
research.html
68 lines (62 loc) · 2.56 KB
/
research.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
<!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 class="active" href="research.html">Research</a>
<a href="about.html">About</a>
<a 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">
<p><i class="fas fa-address-card"></i> <b>Beatriz Costa-Gomes</b> <br/>
<a href="https://github.com/mooniean"> Github account </a> <br/>
<br/>
Some of the things I've been working on:<br/>
<a href="https://github.com/alan-turing-institute/odin"><b>odin</b></a>: <b>o</b>bject <b>d</b>etection in <b>i</b>mages with <b>n</b>oise, a FasterRCNN trained in noisy images.<br/>
<a href="https://github.com/alan-turing-institute/profet"><b>profet</b></a>: <b>pro</b>tein <b>fet</b>cher, fetches protein structure files from either PDB or AlphaFold.<br/>
<a href="https://github.com/alan-turing-institute/empiarreader"><b>EMPIARReader</b></a>: retrieves datasets from EMPIAR via one line of code.<br/>
<br/>
I am also a collaborator of:<br/>
<a href="https://github.com/alan-turing-institute/scivision"><b>scivision</b></a><br/>
<a href="https://github.com/alan-turing-institute/affinity-vae"><b>affinity-vae</b></a><br/>
<br/>
</p>
</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>