-
Notifications
You must be signed in to change notification settings - Fork 0
/
research.html
67 lines (61 loc) · 3.09 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Juan C. Arboleda R. - Research</title>
<link rel="stylesheet" href="styles/main.css">
<link rel="shortcut icon" href="images/nea-onnim-g.svg">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<nav>
<img src="images/nea-onnim-nav.svg" alt="Nea onnim no sua, a ohu." width="50px">
<ul>
<li><a href="index.html">About me</a></li>
<li><a href="research.html">Research</a></li>
<li><a href="teaching.html">Teaching</a></li>
<li><a href="personal.html">Personal</a></li>
<li><a href="translations.html">Science in Spanish</a></li>
</ul>
<a href="https://fenfisdi.weebly.com/" target="_blank"><img src="images/fenfisdi.png" alt="FENFISDI logo"
width="100px" id="fenfisdi"></a>
<div class="nav-links">
<a class="social-net" href="https://twitter.com/Nesper94"
target="_blank"><img src="images/social-net/twitter.png"
width="30px" ></a>
<a class="social-net" href="https://github.com/Nesper94"
target="_blank"><img src="images/social-net/github.png"
width="30px" ></a>
</div>
</nav>
<div class="container">
<h1>Research</h1>
<p>I have broad research interests ranging from molecular biology and botany
to computer science and mathematics.</p>
<h2>Currently</h2>
<p>I am currently engaged in research projects related to systems biology,
soil microbiome and bioinformatics.</p>
<h2>As master student</h2>
<p>My master thesis consisted mainly in studying network motifs in gene regulatory
networks able to produce cell differentiation.</p>
<h2>As undergraduate student</h2>
<p>During my time as undergraduate student I worked in "wet lab" research related to
infectious diseases in the <strong>Biología y Control de Enfermedades Infecciosas (BCEI)</strong> lab.
I worked mainly with vector competence of the mosquito <i>Aedes aegypti</i> and its
interactions with Dengue Virus and Chikungunya Virus. I worked a lot with cell cultures and
plaque assays.</p>
<h2>Other stuff</h2>
<ul>
<li><a href="docs/fibmap.pdf" target="_blank">Another conection between phi and Fibonacci numbers</a></li>
<li><a href="docs/repressilator/" target="_blank">Simulation of the Repressilator in C++</a></li>
<li><a href="docs/coffee_tremors.pdf" target="_blank">Coffee tremors</a></li>
</ul>
<hr>
<footer>
<address class="mail">
Contact me: <a href="mailto:[email protected]">[email protected]</a>
</address>
</footer>
</div>
</body>
</html>