-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemplate.html
47 lines (47 loc) · 1.78 KB
/
template.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="css/normalize.3.0.2.css" rel="stylesheet" type="text/css">
<link href="css/styles.css" rel="stylesheet" type="text/css">
<title>Author X | Curriculum Vitae</title>
<script src="http://code.jquery.com/jquery-2.1.4.min.js"></script>
<script type='text/javascript' src='https://d1bxh8uas1mnw7.cloudfront.net/assets/embed.js'></script>
</head>
<body>
<div class="container">
<header>
<h1>Author X | Curriculum Vitae</h1>
</header>
<div class="main">
<ul class="papers-list">
<li>
<article>
<p class="paper-type">journal article</p>
<h3 class="paper-title">
<a href="http://openresearchsoftware.metajnl.com/article/view/jors.ad/">A Web-based modeling tool for the SEMAT Essence theory of software engineering</a>
</h3>
<div data-badge-popover="bottom" data-badge-type="donut" data-doi="10.5334/jors.ad" data-condensed="true" data-hide-no-mentions="true" class="altmetric-embed"></div>
<p class="paper-journal-year">Journal of Open Research Software | 2013</p>
<p class="paper-doi">DOI: 10.5334/jors.ad</p>
<p class="paper-arxiv">ARXIV: 1307.2075</p>
<div class="badge-container-18608322"></div>
</article>
</li>
</ul>
</div>
<aside class="sidebar">
<div>
<h2>Author X</h2>
</div>
</aside>
</div>
<script type="text/javascript" src="https://badges.mozillascience.org/widgets/paper-badger-widget.js"></script>
<!--<script type="text/javascript">
var conf={"article-doi": "10.5334/jors.ad", "container-class": "badge-container-18608322"};
showBadges(conf);
</script>-->
<script type="text/javascript" src="js/scripts.js"></script>
</body>
</html>