Added HKW sites

This commit is contained in:
Simon Martens
2022-10-28 03:01:08 +02:00
parent 8c8ad677af
commit 2bd41b943a
41 changed files with 377 additions and 271 deletions

View File

@@ -0,0 +1,40 @@
@{
ViewData["Title"] = "Johann Georg Hamann: Kommentierte Edition der Briefe und Werke";
}
<div class="ha-static">
<div class="border border-solid border-gray-300 px-12 py-6 unhyphenate mb-6 desktop:mb-10">
<p>Die Ausgabe ist ein Projekt der Theodor Springmann Stiftung in Kooperation mit dem Germanistischen Seminar der Universität Heidelberg.
<p><a asp-controller="Home" asp-action="Kontakt" class="dark:text-slate-50 text-hamannSlate-900">Kontakt</a>
</div>
<div class="desktop:flex desktop:flex-row desktop:items-stretch desktop:gap-x-10">
<div class="border border-solid border-gray-300 px-9 py-6 mb-6 desktop:mb-0 desktop:basis-1/2 desktop:grow-1 desktop:shrink-1">
<a asp-controller="Suche" asp-action="Index" class="!no-underline !hover:no-underline">
<div class="flex flex-row gap-x-3 pb-1">
<img src="/img/HKB.png" class="w-10 h-10 desktop:w-16 desktop:h-16 mr-2 border dark:border-none border-gray-300 shadow-sm" alt="HKB-Logo" />
<h2 class="!mt-0 !mb-0">Kommentierte Briefausgabe</h2>
</div>
</a>
<p>Die Online-Edition der Briefe Johann Georg Hamanns bietet dieselben als durchsuchbaren Volltext. Die Einteilung der Bände der gedruckten Briefausgabe ZH (J.G. Hamann, Briefwechsel. Hg. von Walther Ziesemer und Arthur Henkel. 7 Bde. [Frankfurt a. M. 19551979]) wird übernommen. Die derzeit hier veröffentlichten Briefe entsprechen im Umfang dem ersten Band von ZH und zusammen mit dem Stellenkommentar und den Registern unserem Editionsstand vom 27. Januar 2022.
<p><a asp-controller="Suche" asp-action="Index" class="dark:text-slate-50 text-hamannSlate-900">Startseite: Suche und Briefauswahl</a>
<p><a asp-controller="Edition" asp-action="Richtlinien" class="dark:text-slate-50 text-hamannSlate-900">Editionsrichtlinien</a>
<p><a asp-controller="Edition" asp-action="Editionsgeschichte" class="dark:text-slate-50 text-hamannSlate-900">Editionsgeschichte</a>
</div>
<div class="border border-solid border-gray-300 px-9 py-6 mb-10 desktop:mb-0 desktop:basis-1/2 desktop:grow-1 desktop:shrink-1">
<a asp-controller="HKW" asp-action="Index" class="!no-underline !hover:no-underline">
<div class="flex flex-row gap-x-3 pb-1">
<img src="/img/HKW.png" class="w-10 h-10 desktop:w-16 desktop:h-16 mr-2 border dark:border-none border-gray-300 shadow-sm" alt="HKW-Logo" />
<h2 class="!mt-0 !mb-0">Historisch-kritische und kommentierte Edition ausgewählter Werke</h2>
</div>
</a>
<p>Bereits erschienene Bände:
<p>Johann Georg Hamann, Fliegender Brief. Historisch-kritische Ausgabe. Mit einer Einführung, Kommentar und Dokumenten zur Entstehungsgeschichte hg. von Janina Reibold, 2 Bde. [=&nbsp;Philosophische Bibliothek&nbsp;707] (Hamburg: Meiner Verlag 2018)&nbsp;<a asp-controller="HKW" asp-action="FliegenderBrief">[‣]</a>
<p>Johann Georg Hamann, Sokratische Denkwürdigkeiten. Wolken. Historisch-kritische Ausgabe. Mit einer Einführung, einem Stellenkommentar und Dokumenten zur Entstehungs-geschichte hg. von Janina Reibold und Leonard Keidel. Unter Mitarbeit von Konrad Bucher. [=&nbsp;Philosophische Bibliothek&nbsp;748] (Hamburg: Meiner Verlag 2021)&nbsp;<a asp-controller="HKW" asp-action="SokratischeDenkwuerdigkeiten">[‣]</a>
<p><a asp-controller="HKW" asp-action="Index" class="dark:text-slate-50 text-hamannSlate-900">Startseite: Editionsplan</a>
</div>
</div>
</div>