-
Notifications
You must be signed in to change notification settings - Fork 0
/
papers.html
126 lines (106 loc) · 3.89 KB
/
papers.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
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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>jost-berthold.de</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script src="javascripts/respond.js"></script>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!--[if lt IE 8]>
<link rel="stylesheet" href="stylesheets/ie.css">
<![endif]-->
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
</head>
<body>
<div id="header">
<nav>
<li class="fork"><a href="https://github.com/jberthold">View On GitHub</a></li>
</nav>
<h1> jost-berthold.de</h1>
</div><!-- end header -->
<div class="wrapper">
<section>
<!-- <div id="title">
<h1>jost-berthold.de</h1>
<p></p>
<hr>
<span class="credits left">Project maintained by <a href="https://github.com/jberthold">jberthold</a></span>
<span class="credits right">Hosted on GitHub Pages — Theme by <a href="http://twitter.com/#!/michigangraham">mattgraham</a></span>
</div>
-->
<h3>
<a name="jost-bertholdde" class="anchor" href="#jost-bertholdde"><span class="octicon octicon-link"></span></a>jost-berthold.de</h3>
<!-- BEGIN CONTENT -->
<!--#echo var="LAST_MODIFIED" -->
<H1 >Publications
<span style="font-size:xx-small">(2016-07)</span></H1>
<p>
</p>
<style type="text/css">
#paperlines { font-size: smaller; }
.wordle { width:300px; float:right; margin:10px; }
</style>
<div id="paperlines">
<!-- filled by javascript -->
This should be replaced by javascript
</div>
<script type="text/javascript" src="papers.json"></script>
<script type="text/javascript">
// accumulate all html in array,
var r = new Array();
var j = -1, k, l;
r[++j] = '<ul>';
paperdata.forEach(function(p) {
r[++j] = "<li>";
// wordle link, if present, with paper link if present
if (p.pWordle != null) { // add image with link
// link!
if (p.pPdf == null) {
r[++j] = '<img class="wordle" src="' + p.pWordle + '"/>';
} else {
r[++j] = '<a href="' + p.pPdf
+ '"><img class="wordle" src="' + p.pWordle + '"/></a>';
}
} else { // consume some space
r[++j] = '<div class="wordle" style="height:80px"> </div>';
}
// authors <br/> title in a link if present <br/>
r[++j] = p.pAuthors + "<br/>";
if (p.pPdf == null) {
r[++j] = p.pTitle + "<br/>";
} else {
r[++j] = '<a href="' + p.pPdf + '">' + p.pTitle + '</a><br/>';
}
// additional text
r[++j] = p.pInfo;
r[++j] = "<hr style='clear:both'/></li>\n";
});
document.getElementById("paperlines").innerHTML = (r.join('') + '</ul>');
</script>
<div style="font-size:xx-small">
<!-- latex2html acknoledgement -->
<H3><A NAME="SECTION00020000000000000000">
About this document ...</A>
</H3>
The initial version of this document was generated using the
<A HREF="http://www.latex2html.org/"><STRONG>LaTeX</STRONG>2<tt>HTML</tt></A> translator Version 2002-2-1 (1.70)
<P>
Copyright © 1993, 1994, 1995, 1996,
<A HREF="http://cbl.leeds.ac.uk/nikos/personal.html">Nikos Drakos</A>,
Computer Based Learning Unit, University of Leeds.
<BR>
Copyright © 1997, 1998, 1999,
<A HREF="http://www.maths.mq.edu.au/~ross/">Ross Moore</A>,
Mathematics Department, Macquarie University, Sydney.
</div>
<!-- END CONTENT -->
</section>
</div>
<!--[if !IE]><script>fixScale(document);</script><![endif]-->
</body>
</html>