forked from BibBase/bibbase.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
51 lines (39 loc) · 1.39 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
<html>
<head>
<title>Ramon Dalmau's Publication Page</title>
<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" />
</head>
<body>
<div class="row">
<div class="col-md-3">
<img style="width: 60%" src="https://raw.githubusercontent.com/ramondalmau/ramondalmau.github.io/master/1615356124762.jpg"/>
<h2>Ramon Dalmau-Codina, PhD.</h2>
<br>
<font size="+2">
<a href="https://www.eurocontrol.int/">EUROCONTROL</a>,<br/>
Centre du Bois des CS 41 005<br/>
91220 Les Bordes<br/>
France<br/>
<br/>
<p>
Links:
<ul>
<li><a href="https://www.linkedin.com/in/ramondalmau/">@Linkedin</a></li>
<li><a href="https://github.com/ramondalmau">@Github</a></li>
</ul>
</font>
</p>
<div class="spacer">
</div>
</div>
<!-- .................................. -->
<div class="col-md-9">
<h2>Publications</h2>
<script src="https://bibbase.org/show?bib=https%3A%2F%2Fraw.githubusercontent.com%2Framondalmau%2Framondalmau.github.io%2Fmaster%2Fpubs.bib&jsonp=1"></script>
</div>
</div>
</body>
</html>