-
Notifications
You must be signed in to change notification settings - Fork 7
/
workingPapers.html
59 lines (59 loc) · 3.27 KB
/
workingPapers.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
<div xmlns:i18n="http://exist-db.org/xquery/i18n" data-template="templates:surround" data-template-with="templates/template_workingPapers.html" data-template-at="content">
<div data-template="i18n:translate" data-template-catalogues="data/i18n">
<div class="container">
<h2 style="margin-top: 3%" class="hidden-md hidden-sm hidden-xs">
<span class="text-muted">
<i class="fas fa-pencil-alt" aria-hidden="true"/>
<i18n:text key="WpIntroTitle">Salamanca Working Paper Series (ISSN 2509-5080)</i18n:text>
</span>
</h2>
<h2 style="margin-top: 2%" class="hidden-lg hidden-sm hidden-xs">
<span class="text-muted">
<i class="fas fa-pencil-alt" aria-hidden="true"/>
<i18n:text key="WpIntroTitle">Salamanca Working Paper Series (ISSN 2509-5080)</i18n:text>
</span>
</h2>
<h2 class="hidden-lg hidden-md">
<span class="text-muted">
<i class="fas fa-pencil-alt" aria-hidden="true"/>
<i18n:text key="WpIntroTitle">Salamanca Working Paper Series (ISSN 2509-5080)</i18n:text>
</span>
</h2>
<p>
<i18n:text key="WpIntro">Die Salamanca Working Papers Series ist eine interdisziplinäre
Reihe von Beiträgen, die Themen aus den philosophischen, juristischen und theologischen
Wissenschaften bearbeiten. Die Reihe begleitet die Projektarbeit, ist aber auch für
externe Beiträge offen. Eingereichte Beiträge durchlaufen ein double blind peer
review-Verfahren. Gern nehmen wir Vorschläge unter dieser Adresse entgegen:</i18n:text>
<a href="mailto:[email protected]">info.salamanca(at)adwmainz.de</a>
</p>
<hr/>
<span data-template="app:loadListOfWps">
<span data-template="templates:each" data-template-from="listOfWps" data-template-to="currentWp">
<div class="row-fluid">
<table class="table table-hover borderless">
<tr>
<td class="col-md-2 hidden-xs hidden-sm">
<span data-template="app:WPimg"/>
</td>
<td class="col-md-2 col-sm-3 col-xs-3">
<span data-template="app:WPvol"/>
</td>
<td class="col-md-8 xol-sm-9 col-xs-9">
<span data-template="app:WPauthor"/>
<br/>
<span class="lead">
<span data-template="app:WPtitle"/>
</span>
<br/>
<br/>
<span data-template="app:citation"/>
</td>
</tr>
</table>
</div>
</span>
</span>
</div>
</div>
</div>