-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpublications.html
More file actions
73 lines (51 loc) · 1.93 KB
/
publications.html
File metadata and controls
73 lines (51 loc) · 1.93 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
67
68
69
70
71
72
73
<!DOCTYPE HTML>
<html>
<head>
<title>CVMLMU publications</title>
<meta charset="utf-8" />
<meta name="viewport"
content="width=device-width, initial-scale=1, user-scalable=yes" />
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="stylesheet" href="academicons-1.9.2/css/academicons.min.css">
<!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]-->
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
<link rel="icon" type="image/x-icon"
href="favicon.ico">
</head>
<body>
<!-- Wrapper -->
<div id="wrapper">
<!-- Main -->
<div id="main">
<div class="inner">
<!-- header -->
<header id="header">
<a href="https://cvmlmu.github.io/" class="logo">cvmlmu.github.io</a>
<ul class="icons">
<li>
<a href="https://github.com/cvmlmu" class="icon fa-github" target="_blank"><span class="label">Github</span></a>
</li>
</ul>
</header>
<!-- content -->
<section id="publications">
<div class="main">
<header>
<h2>Publications</h2>
</header>
<script src="https://bibbase.org/show?bib=https://github.com/CVMLmu/cvmlmu.github.io/raw/main/cvmlmu.bib&jsonp=1&showSearch=1"
></script>
</div>
</section >
</div>
</div>
</div>
<!-- Scripts -->
<script src="https://roznn.github.io/assets/js/jquery.min.js"></script>
<script src="https://roznn.github.io/assets/js/skel.min.js"></script>
<script src="https://roznn.github.io/assets/js/util.js"></script>
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
<script src="https://roznn.github.io/assets/js/main.js"></script>
</body>
</html>