Giffen Hill

Giffen Hill is a highpoint on the campus of the University of Maryland, Baltimore County in Arbutus, Maryland, and is a historic site of the Manual Labor School for Indigent Boys. The hill is a gathering place near the UMBC Stadium, and will be adjacent to the future site of the UMBC Events Center, planned to open in 2017.[1]

University of Maryland
Baltimore County Campus
Giffen Hill
Dedicated1996
LocationHilltop Circle and Commons Drive
Baltimore, Maryland 21250

History

Originally, the site was the location of the brick residence for the Manual Labor School for Indigent Boys, constructed in 1860.[2] The school was also simply known as the Baltimore Farm School, due to agriculture being the main focus of curriculum. Numerous renowned Baltimoreans were involved with the school's operations, like Johns Hopkins, and Gustav W. Lurman Jr. who both served on the school's board of directors. The Farm School operated from 1839 to 1922, until it was absorbed by the Spring Grove Hospital Center, and then subsequently transferred to its present owner, the University of Maryland, Baltimore County.[2]

In May 1996, the Coalition for the Preservation of Southwestern Baltimore County, the Catonsville Historical Trust, and the Baltimore County Historical Trust dedicated the historical site.[3] UMBC named the hill for Vice President Sallie Giffen.[3] Historic white oak trees also occupy the historic hilltop.

gollark: It's not very efficient. It was, as I said, basically a port of EWO to Node with networking and multiplayer hacked on top.
gollark: If it had a list of "visible entities" the rendering would be much faster. There isn't one.
gollark: You can't just trust clients.
gollark: ```javascriptconst getEnemy = (x, y) => { for (let i = 0; i < enemies.length; i++) { let other = enemies[i] if (other.x == x && other.y == y) return i } return -1}const getPlayer = (x, y) => { for (let i = 0; i < active_players.length; i++) { if (active_players[i]) { if (players[i].x == x && players[i].y == y) return i } } return -1}const getBonus = (x, y) => { for (let i = 0; i < bonuses.length; i++) { if (x == bonuses[i].x && y == bonuses[i].y) return i } return -1}```
gollark: This is for rendering the area around a player.

References

  1. "Archived copy" (PDF). Archived from the original (PDF) on May 3, 2014. Retrieved May 3, 2014.CS1 maint: archived copy as title (link)
  2. "Image of bronze marker". Retrieved April 25, 2016.
  3. "UMBC Greenspaces map". Retrieved April 25, 2016.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.