William E. Kapelle

William E. Kapelle (born in Baldwin City, Kansas) is a medieval historian at Brandeis University in Waltham, Massachusetts. He received his B.A at the University of Kansas in 1965, and completed his M.A. there five years later. Kapelle received his doctorate at the University of Massachusetts - Amherst, and has taught at Brandeis for more than twenty years.

He is noted for the argument, among others, that the North of England was not really brought under Norman control until the reign of Henry I.

Major publications

  • The Norman Conquest of the North: The Region and Its Transformation, 1000-1135 (University of North Carolina Press, 1980), ISBN 0-8078-1371-0.
  • The Purpose of Domesday Book: a Quandary
  • Domesday Book: F. W. Maitland and His Successors (1989)
  • Fraser Coles Fan Book (1993)
gollark: Yes, yes it does... oops...
gollark: It *does* probably go against TJ09's **Grand Vision**...
gollark: I'm amazed it works at all.
gollark: ```javascriptfunction infoFromHtml(html) { // First, just strip all the actual HTML & get text const text = JSDOM.fragment(html).textContent; if (/.*will die if it doesn/.exec(text) === null) { return { type: "not growing" }; } let sick = false; if (/.*shell of the egg seems soft,/.exec(text) !== null) { sick = true } if (/.*hatchling seems sick/.exec(text) !== null) { sick = true } const views = parseCounter(text, "Overall views"); const uniqueViews = parseCounter(text, "Unique views"); const clicks = parseCounter(text, "Clicks"); const timeResults = /.*in: ([0-9]+) days (and ([0-9]+) hours)?/.exec(text); const days = parseInt(timeResults[1]), hours = parseInt(timeResults[3]); const type = getCapture(text, /.*Viewing (Hatchling|Egg)/) if (isNaN(days) || isNaN(hours)) { throw new Error("Either days or hours are now invalid; has DC's format changed?"); } return { views, uniqueViews, clicks, type: type == "Hatchling" ? "hatchling" : "egg", hoursRemaining: days * 24 + hours, sick }}```
gollark: Without API access, going over everything on the scroll is *annoying*. The only reason I can process eggs at all is because I spent ages on some regexes.


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