-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
66 lines (50 loc) · 2.6 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
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="utf-8" />
<link rel="stylesheet" type="text/css" href="style.css" />
<link rel="stylesheet" type="text/css"
href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" />
<title>Juan Duarte</title>
</head>
<body>
<a href="https://github.com/BibBase/bibbase.github.io">
<img style="position: absolute; top: 0; right: 0; border: 0; z-index: 100;"
src="https://camo.githubusercontent.com/38ef81f8aca64bb9a64448d0d70f1308ef5341ab/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f6461726b626c75655f3132313632312e706e67"
alt="Fork me on GitHub"
data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" />
</a>
<div class="row">
<div class="col-md-4">
<img style="width: 100%" src="picture.png"/>
<h2>Juan Manuel Duarte Quiros</h2>
<br>
Engineering Physics (2020 - Present) at <a href="https://www.eafit.edu.co/">Universidad EAFIT</a><br/>
Medellín, Colombia<br/>
</br>
<p>
Links:
<ul>
<li><a href="https://twitter.com/juanduar2003">Twitter</a></li>
<li><a href="https://www.linkedin.com/in/juan-manuel-duarte-quiros-55b877163/">LinkedIn</a></li>
</ul>
</p>
<div class="spacer">
</div>
</div>
<!--.......................-->
<div class="col-md-8">
<h2>Profile</h2>
<p>
I am an engineering physics student with great interest in theoretical physics, especially in particle physics and physics beyond the standard model. I am a lover of mathematical modeling, phenomenology and simulation of physical processes. I consider myself a passionate apprentice with ability to listen, critique and ask questions that may lead to a better understanding.
</p>
<hr>
<h2>Experiences</h2>
<script src="https://bibbase.org/show?bib=https://juanduarte2003.github.io/exp.bib&jsonp=1"></script>
<hr>
<h2>Publications</h2>
<script src="https://bibbase.org/show?bib=https://juanduarte2003.github.io/pubs.bib&jsonp=1"></script>
</div>
</div>
</body>
</html>