Skip to content

Commit

Permalink
Merge pull request #2 from cmil/issue-1-citation-note
Browse files Browse the repository at this point in the history
Add citation note to startpage
  • Loading branch information
cmil authored May 2, 2020
2 parents 4590232 + 9ff68fd commit ac3f239
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@
<head>
<title>Vorlesungsverzeichnisse als Quellen disziplinär organisierter
Wissenschaft</title>

<style type="text/css">
.citation-note {
border-top-color: #41524a;
border-top-style: solid;
border-top-width: 1px;
border-bottom-color: #41524a;
border-bottom-style: solid;
border-bottom-width: 1px;
padding: 0 1em;
}
</style>
</head>

<body>
Expand All @@ -13,6 +25,22 @@ <h1>Vorlesungsverzeichnisse als Quellen disziplinär organisierter

<h4>Die Ausdifferenzierung wissenschaftlicher Fächer an der Universität
Leipzig 1814/15–1914</h4>

<div class="citation-note">
<p>
<b>Zitationsempfehlung:</b> Falls Sie Daten aus HistVV verwenden, zitieren
Sie bitte diese Publikation:
</p>

<p>
Frank Fischer, Tobias Grave, Carsten Milling, Jörg Ossenkopp: <i>HistVV:
Die Leipziger Vorlesungsdatenbank 1814/15–1914</i>. In: Ulf Morgenstern,
Thomas Riechert (Hg.): <i>Catalogus Professorum Lipsiensis. Konzeption,
technische Umsetzung und Anwendungen für Professorenkataloge im Semantic
Web.</i> Leipzig: LIV 2010, S. 131–135.
(<a href="https://hal.archives-ouvertes.fr/hal-01876835">hal-01876835</a>)
</p>
</div>

<p>Auf diesem Internetportal werden die Vorlesungsverzeichnisse der
Leipziger Universität für den Zeitraum 1815 bis 1914 erfasst und allgemein
Expand Down

0 comments on commit ac3f239

Please sign in to comment.