-
Notifications
You must be signed in to change notification settings - Fork 16
/
header.tpl
98 lines (92 loc) · 3.04 KB
/
header.tpl
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<title>Block chain bibliography</title>
<style type="text/css">
li {
margin-top: 1em;
margin-bottom: 1em;
}
.paper {
font-weight:bold;
}
.venue {
font-style:italic;
}
h1 {
font-size:25px;
}
h2 {
font-size:18px;
}
hr {
background-color:#aaa;
height:1px;
border:0 none;
}
ul {
border:3px solid #a65f00;
background:#ffc373;
margin-left:40px;
margin-right:40px;
}
a:link {
color:#033e6b;
text-decoration:none;
}
a:visited {
color:#0b61a4;
text-decoration:none;
}
a:hover {
text-decoration:underline;
}
.left {
float: left;
}
.right {
float: right;
}
#oalogo {
float: left;
padding-left: 20px;
}
</style>
</head>
<body>
<div style="margin-left:40px; margin-right:40px; ">
<div style="text-align:center">
<h1>Blocks & Chains Bibliography</h1>
</div>
<div style="overflow:auto; margin:0 auto">
<div style="float:left; width:40%; text-align:justify">
This is an html export of peer-reviewed papers as well as eprints and pre-prints
of this <b><a href="https://github.com/kernoelpanic/blockchainbib">github</a></b> archive,
containing publications and various online resources in the field of cryptocurrencies and distributed ledger technologies, commonly referred to as "blockchains".<br />
More information can be found on <a href="https://github.com/kernoelpanic/blockchainbib">github</a>.
Contributions to the project are welcome. <br /> <br />
<b>Rule I:</b> "Papers behind paywalls are of greatly
<a href="http://thecostofknowledge.com/">diminished</a>
<a href="http://www.researchwithoutwalls.org/">use</a>
because they are inaccessible to everyone who is not lucky enough
to be affiliated with a wealthy university. This is problematic from
both a scientific and a moral point of view. Therefore, all research
papers here are openly accessible."<a href="https://censorbib.nymity.ch/">[1]</a>
</div>
<div style="text-align:right">
Sort by: (<a href="year_reverse.html">reverse</a>) <a href="year.html">year</a>,
(<a href="author_reverse.html">reverse</a>) <a href="author.html">author</a> <br />
<!-- Last updated: <a href="Changelog.txt">2017-09-29</a> <br /> <br /> -->
<!-- Last updated: 2018-03-30 <br /> <br /> -->
Feedback: <br />
<a href="mailto:[email protected]">[email protected]</a> (<a
href="https://www.sba-research.org/pgp/ajudmayer_0xE687AADD_pub.txt">OpenPGP</a>) <br /><br />
<a href="https://censorbib.nymity.ch/">Template</a> and bibparser gladly provided by: <br />
<a href="mailto:[email protected]">[email protected]</a> (<a
href="https://nymity.ch/openpgp_public_key.txt">OpenPGP</a>) <br />
</div>
</div>
</div>
<body>