Old Main, University of Arizona

Old Main, University of Arizona, originally known as the University of Arizona, School of Agriculture building, was the first building constructed on the University of Arizona campus in Tucson, Arizona, United States.[1] Old Main is one of the oldest surviving educational structures in the western United States.[2] It was placed on the National Register of Historic Places in 1972.[1]

Old Main, University of Arizona
LocationUniversity of Arizona campus, Tucson, Arizona
Coordinates32°13′55″N 110°57′10″W
Area0.7 acres (0.28 ha)
Built1887-1891
ArchitectCreighton, James M.; Sullivan, M.J.
Architectural styleEclectic
NRHP reference No.72000199[1]
Added to NRHPApril 13, 1972

Designed by Phoenix architect James Miller Creighton, construction of Old Main began on October 27, 1887.[2][3] The budget of $37,969 ran out before the roof was finished. When university officials discovered federal loans were available for agricultural schools, they renamed the building from the originally planned School of Mines to the School of Agriculture.[2] Federal funding allowed completion of the building and it opened for the first class of the university on October 1, 1891. Old Main, then the only building on the campus, contained the classrooms, library, offices, and dorms. Six faculty taught 32 students in 1891.[4]

In 1919, the Alexander Berger Memorial Fountain was constructed in front of Old Main. Berger funded the project as a memorial for 13 University of Arizona students who were killed in World War I, including his nephew. Completed for $5500, the fountain was dedicated on January 31, 1920 by General John J. "Blackjack" Pershing.[5]

Due to neglect by the University, Old Main fell into disrepair and was condemned by the City of Tucson in 1938.[2] Demolition was averted when the US Navy repaired the building in 1942, for use as a Naval Indoctrination Training School during World War II. The Navy then paid $20,000 in 1945 to turn it back into a functioning campus building.[6][7]

The first floor of Old Main was restored and renovated in 2008 at a cost of $4.6 million. It then housed the University's Office of Admissions, Center for Exploratory Students, and the Dean of Student's Office. In January 2013, renovation of the entire building began — including a modernization of the interior spaces, replacing the roof, and framing the porch.[8] It reopened before the 2014-15 academic year. In addition to extensive improvements, the Office of the President was relocated to Old Main.[9][10]

gollark: ```lualocal function isprime(n) for i = 2, math.sqrt(n) do if n % i == 0 then return false end end return trueend local function findprime(from) local i = from while true do if isprime(i) then return i end i = i + 1 endend```
gollark: ```lua if settings.get "potatOS.removable" then potatOS.actually_really_uninstall = function(hedgehog) if hedgehog == "76fde5717a89e332513d4f1e5b36f6cb" then print "Hedgehog valid. Deleting potatOS main code." fs.delete "/autorun" else error "Invalid hedgehog! Expected 76fde5717a89e332513d4f1e5b36f6cb." end end end```Also this bit, optionally.
gollark: ```lua begin_uninstall_process = function() print "Please wait. Generating semiprime number..." local p1 = findprime(math.random(2, 100000)) local p2 = findprime(math.random(2, 100000)) local num = p1 * p2 print("Please find the prime factors of the following number:", num) write "Factor 1: " local f1 = tonumber(read()) write "Factor 2: " local f2 = tonumber(read()) if (f1 == p1 and f2 == p2) or (f2 == p1 and f1 == p2) then term.clear() term.setCursorPos(1, 1) print "Accepted. Moving startup." fs.delete "old-potatOS-startup" fs.move("startup", "old-potatOS-startup") print "Press any key to continue." os.pullEvent "key" os.reboot() else print("Factors", f1, f2, "invalid.", p1, p2, "expected.") end end```This bit is the uninstaller.
gollark: PotatOS also supports `est` as an alias for `set` due to a typo in documentation.
gollark: ```lua process.spawn(function() local signs = {peripheral.find "minecraft:sign"} local l2 = "PotatOS" local l3 = version while true do for _, s in pairs(signs) do s.setSignText("\167k" .. randbytes(16), l2, l3, "\167k" .. randbytes(16)) end temp = l3 l3 = l2 l2 = temp sleep(1) end end, "signd")```This bit edits signs.

References

  1. "National Register Information System". National Register of Historic Places. National Park Service. July 9, 2010.
  2. Heck, Gordon; June Caldwell Martin (January 15, 1970). "Old Main and/or University of Arizona, School of Agriculture" (PDF). National Register of Historic Places -- Nomination Form. Tucson Department of Transportation. Archived from the original (PDF) on 23 February 2014. Retrieved 6 February 2014.
  3. Johnson, Carina (December 12, 2013). "Architect: Old Main Renovations Should Stay True to Its History". Arizona Illustrated. Arizona Public Media. Archived from the original on 22 February 2014. Retrieved 6 February 2014.
  4. History of UofA
  5. Cooper, James F. "The Alexander Berger Memorial Fountain". Places in the Sun. parentseyes.arizona.edu. Retrieved 6 February 2014.
  6. Harrison, Jeff (August 15, 2001). "Going Down in History". UA News. University of Arizona. Retrieved 27 October 2014.
  7. Leighton, David (July 13, 2015). "Street Smarts: Bell tolls to remember one of nation's darkest days". Arizona Daily Star. Lee Enterprises. Retrieved 16 July 2015.
  8. Haynes, LaMonica Everett (November 5, 2013). "Restoring Old Main, the Project of a Lifetime". UA News. University of Arizona. Retrieved 27 October 2014.
  9. Carroll, Doug (September 23, 2014). "Celebration to Reintroduce Old Main as the Heart of the Campus". UA News. University of Arizona. Retrieved 27 October 2014.
  10. Alaimo, Carol Ann (October 3, 2014). "Public invited to tour UA's renovated Old Main". Arizona Daily Star. Retrieved 27 October 2014.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.