-
Notifications
You must be signed in to change notification settings - Fork 0
/
publications.php
31 lines (31 loc) · 1.06 KB
/
publications.php
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<style type="text/css" media="screen">
h1 { text-align: center; margin-top: 40px }
h2 { text-align: center }
.source {
background-color: #d0e0d0;
border: 1px solid #00a000;
}
.citation_group { margin-bottom: 50px }
.citation .field_creators, .citation .field_editors { font-size: 66% }
.citation .person_name { font-size: 150% }
.citation {
border: 1px solid red;
}
.citation, .source {
padding: 5px;
margin-right: 30px;
margin-left: 30px;
margin-bottom: 10px;
}
</style>
<title>Publications of Arend Rensink</title>
<link rel="shortcut icon" href="ut-icon.ico">
</head>
<body>
<?php readfile("http://eprints.eemcs.utwente.nl/view/author/Rensink,_A.include"); ?>
</body>
</html>