forked from Edirom/ViFE-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpublikationen.html
127 lines (123 loc) · 6.89 KB
/
publikationen.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
127
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>Virtueller Forschungsverbund Edirom</title>
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet" />
<link href="css/main.css" rel="stylesheet" />
<link href="css/bibbase.css" rel="stylesheet" />
<!-- fontawesome icons needed for bibbase controls and info button in the header bar -->
<link rel="stylesheet"
href="https://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css"
type="text/css" media="screen" />
<link rel="stylesheet" href="https://bibbase.org/css/styles/default.css" />
<link rel="stylesheet" href="https://bibbase.org/css/styles/common.css" />
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<!-- Matomo -->
<script type="text/javascript">
var _paq = _paq || [];
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="//matomo.edirom.de/";
_paq.push(['setTrackerUrl', u+'piwik.php']);
_paq.push(['setSiteId', '1']);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'piwik.js'; s.parentNode.insertBefore(g,s);
})();
</script>
<!-- End Matomo Code -->
</head>
<body>
<div class="headerBar">
<span class="visible-xs visible-sm pull-right"><i class="fa fa-external-link"
style="margin-right:5px;" aria-hidden="true"></i><a
href="https://ess.uni-paderborn.de">Edirom-Summer-School</a></span>
<a href="impressum.html" class="visible-xs visible-sm"><i
class="fa fa-lg fa-info-circle" style="padding-top:3px;" aria-hidden="true"
></i></a>
<span class="hidden-xs hidden-sm">Musikwissenschaftliches Seminar Detmold/Paderborn –
Hornsche Str. 39 – 32756 Detmold – Tel: +49 5231 975667 | <a
href="mailto:[email protected]">[email protected]</a></span>
</div>
<div class="essLink hidden-xs hidden-sm">
<a href="https://ess.uni-paderborn.de" target="_blank"><img
src="img/ESS2016_logo-2_CS6-01.png" width="180" /></a>
</div>
<div class="container" style="margin-top: 50px;">
<div class="starter-template">
<h1>ViFE – Virtueller Forschungsverbund Edirom</h1>
</div>
<ul class="nav nav-pills vife_icons">
<li role="presentation">
<a class="navbar-brand vife_icon" href="index.html">
<span class="glyphicon glyphicon-comment" aria-hidden="true"></span>
<span class="vife_iconText">Was ist ViFE?</span>
</a>
</li>
<li role="presentation">
<a class="navbar-brand vife_icon" href="team.html">
<span class="glyphicon glyphicon-user" aria-hidden="true"></span>
<span class="vife_iconText">Team</span>
</a>
</li>
<li role="presentation">
<a class="navbar-brand vife_icon" href="projects.html">
<span class="glyphicon glyphicon-th" aria-hidden="true"></span>
<span class="vife_iconText">Projekte</span>
</a></li>
<li role="presentation">
<a class="navbar-brand vife_icon" href="paper.html">
<span class="glyphicon glyphicon-file" aria-hidden="true"></span>
<span class="vife_iconText">Positionspapier</span>
</a>
</li>
<li role="presentation" class="active">
<a class="navbar-brand vife_icon" href="#">
<span class="glyphicon glyphicon-book" aria-hidden="true"></span>
<span class="vife_iconText">Publikationen</span>
</a></li>
<li role="presentation">
<a class="navbar-brand vife_icon" href="termine.html">
<span class="glyphicon glyphicon-calendar" aria-hidden="true"></span>
<span class="vife_iconText">Termine</span>
</a></li>
<li role="presentation"><a class="navbar-brand vife_icon" href="werkzeuge.html">
<span class="glyphicon glyphicon-wrench" aria-hidden="true"></span>
<span class="vife_iconText">Werkzeuge</span>
</a></li>
<!--<li role="presentation"><a class="navbar-brand vife_icon" href="concepts">
<span class="glyphicon glyphicon-blackboard" aria-hidden="true"></span>
<span class="vife_iconText">Konzepte & Workflows</span>
</a></li>-->
</ul>
<!-- include bibliography via bibbase.org -->
<script src="https://bibbase.org/show?bib=https%3A%2F%2Fapi.zotero.org%2Fgroups%2F252662%2Fitems%3Fkey%3DHYbtvpavyNjUQPcqUPWX6wGz%26format%3Dbibtex%26limit%3D100&jsonp=1"></script>
</div><!-- /.container -->
<nav class="navbar navbar-inverse bottomNav">
<div class="container">
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="impressum.html">Kontakt | Impressum</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</nav>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<!-- needed for bibliography controls from bibbase -->
<script src="https://bibbase.org/js/bibbase.min.js"></script>
<script src="js/bootstrap.min.js"></script>
</body>
</html>