Edward C. Elliott House

The Edward C. Elliott House is located in Madison, Wisconsin.[2]

Edward C. Elliott House
Edward C. Elliott House
Location137 N. Prospect Ave., Madison, Wisconsin
Coordinates43°04′15″N 89°25′07″W
Area0.1 acres (0.040 ha)
Built1910 (1910)
ArchitectGeorge W. Maher/Claude & Starck
Architectural stylePrairie School
NRHP reference No.78000087[1]
Added to NRHPAugust 11, 1978

History

Edward C. Elliott was a member of the faculty of what would become the University of Wisconsin–Madison. He was later Chancellor of a precursor of the Montana University System and President of Purdue University. The house was listed on the National Register of Historic Places in 1978 and on the State Register of Historic Places in 1989.[3]

gollark: I personally think that while less complexity is good, switching to sugarless lisp would be bad.
gollark: ```haskelltype PasteCapture a = Capture "username" Text :> Capture "pasteName" Text :> atype GetPasteAPI = PasteCapture (Get '[JSON] SanitizedPaste) :<|> "raw" :> PasteCapture (Get '[PlainText] Text)type RequiresAuth a = BasicAuth "pastecan" (Entity User) :> atype UpdatePasteAPI = RequiresAuth ( PasteCapture (Delete '[PlainText] NoContent) :<|> PasteCapture (ReqBody '[JSON] SanitizedPaste :> Put '[PlainText] NoContent))type AccountsAPI = "account" :> ( ReqBody '[JSON] User :> Post '[JSON] Bool :<|> RequiresAuth (Delete '[JSON] NoContent))type API = UpdatePasteAPI :<|> GetPasteAPI :<|> AccountsAPI```I defined the API as types. It was nice.
gollark: https://osmarks.tk/git/osmarks/pastecan
gollark: We're on the Haskell Discussion discord, what did you *expect*?
gollark: I wrote a Pastebin clone (though only the backend) in Haskell, it was fine.

References

  1. "National Register Information System". National Register of Historic Places. National Park Service. November 2, 2013.
  2. "Edward C. Elliott House". LandmarkHunter.com. Retrieved 2018-05-23.
  3. "137 N. Prospect Ave". Wisconsin Historical Society. January 2012. Retrieved 2018-05-23.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.