-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
66 lines (61 loc) · 2.94 KB
/
index.html
File metadata and controls
66 lines (61 loc) · 2.94 KB
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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Juan C. Arboleda R.</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>About me</h1>
<p><img src="images/photo.png" alt="My photo" align="left"> I am a
graduate student currently working in the <a target="_blank"
href="https://fenfisdi.home.blog/">Grupo de Fundamentos y Enseñanza
de la Física y los Sistemas Dinámicos</a> and the GenomeSeq research
hotbed at the <a target="_blank" href="https://www.udea.edu.co">
University of Antioquia (UdeA)</a>, Colombia. I've just obtained my
Master degree in Biology with emphasis on Systems Biology. I also
work as assistant professor of the course of Genetics in the
Institute of Biology at the UdeA.</p>
<h2>Interests</h2>
<p>I am mainly interested in the fields of Systems Biology, Molecular Biology,
Genetics and Bioinformatics. I am also an enthusiast of Linux and FOSS and would like to
learn more about programming and its applications to biology.</p>
<h2>Educational background</h2>
<ul>
<li>MSc. Biology (2020) Universidad de Antioquia, Medellín, Colombia</li>
<li>BSc. Biology (2017) Universidad de Antioquia, Medellín, Colombia</li>
</ul>
<a class="download" href="docs/cv-jcar.pdf" target="_blank"> <img src='images/pdf-file.png' alt='PDF file icon' width='20px'> Curriculum vitae</a>
<hr>
<footer>
<address class="mail">
Contact me: <a href="mailto:juan.arboleda2@udea.edu.co">juan.arboleda2@udea.edu.co</a>
</address>
<small>This website was written in HTML from scratch with the aim of learning HTML</small>
</footer>
</div>
</body>
</html>