Karl Peters (jurist)

Karl Albert Joseph Peters (23 January 1904 2 July 1998) was a German expert in criminal law, criminal pedagogy and miscarriages of justice.[1] He studied legal science in Königsberg, Leipzig and Münster.

Karl Peters
Born(1904-01-23)23 January 1904
Died2 July 1998(1998-07-02) (aged 94)
NationalityGerman
Occupationjurist
Known forworks on miscarriage of justice

Peters was awarded the Federal Cross of Merit and the Order of St. Sylvester.[1]

Publications

  • Peters, K. Strafprozess: ein Lehrbuch. Heidelberg: Müller, 1985. ISBN 3-8114-1185-3
  • Peters, K. Justiz als Schicksal: ein Plädoyer für ‚die andere Seite‘. Berlin: De Gruyter, 1979. ISBN 3-11-008084-2
  • Klaus Wasserburg (org.) et al.: Wahrheit und Gerechtigkeit im Strafverfahren: Festgabe für Karl Peters aus Anlass seines 80. Geburtstages, Heidelberg: Müller, 1984. ISBN 3-8114-3084-X
  • Jürgen Baumann, Klaus Tiedemann (editors). Einheit und Vielfalt des Strafrechts: Festschrift für Karl Peters zum 70. Geburtstag. Tübingen: Mohr, 1974. ISBN 3-16-635542-1
gollark: I did not. Does it work in Firefox™?
gollark: ... was? is.
gollark: Well, this was for ND research, and I didn't want to refresh random eggs constantly.
gollark: ```javascript// ==UserScript==// @name DC Egg Time Getter// @namespace http://tampermonkey.net/// @match https://dragcave.net/view/*// @grant none// ==/UserScript==function getCapture(text, regex, def) { const result = text.match(regex); if (result === null || result === undefined) { if (def === undefined) { throw new Error("Text did not match regex."); } else { return def; } } else { return result[1]; }}const text = document.body.textContent;const days = parseInt(getCapture(text, /in: (\d+) day/, 0));const hours = parseInt(getCapture(text, /and (\d+) hour/, 0));const allHours = (days * 24) + hours;const storage = window.localStorage;const lastTime = storage.remainingTime;console.log("Time Remaining:", allHours);// check for low-ER timesif (allHours < 72) { console.log("Egg/Hatchling in low ER!"); if (lastTime !== allHours.toString()) { const d = new Date(); localStorage.changeTime = d.getTime().toString(); console.log("WAS", lastTime, "NOW", allHours) console.log("Hour Change Time FOUND!"); } else { storage.remainingTime = allHours; setTimeout(() => window.location.reload(), 2000); }}```Probably suboptimal, but I was in a hurry.
gollark: It worked quite well, though I did have to manually narrow them down a bit.

References


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.