Wolf Ridge Environmental Learning Center

Wolf Ridge Environmental Learning Center is an accredited learning center located in Finland, Minnesota. It is a learning center that focuses on k-12 environmental education.[1]

History

In 1969, Jack Pichotta created a program for students in a high school in Cloquet, Minnesota. The program replaces a week of normal classes and instead teaches about environmental topics. These environmental topics are taught by over 100 environmental specialists. Pichotta joined a group of concerned educators to discuss environmental education in Minnesota.[2] Pichotta and his team decided to use a closed down U.S. Forest Service camp as a school to teach about the environment. The camp was named Isabella Environmental Learning center after the camp's previous name, Isabella Job Corps Camp.

In 1974 Pichotta and his team decided that the program would need a new permanent location. Between 1975 and 1985 the program moved to Finland, Minnesota and eventually evolved into Wolf Ridge.

Campus

Wolf Ridge's main campus was built in the Sawtooth Mountains on a precipice overlooking Lake Superior. The campus contains about 2000 acres of mixed conifer-hardwood forest. Wolf Ridge has 2 small lakes- Raven Lake and Wolf Lake, as well as several streams. The Baptism River also flows through the property. Hills on campus include the tallest, Mystical Mountain, which stands at ~1500 feet and Marshal Mountain, which stands at 1405 feet. The main campus consists of a Dining Hall, an Energy Center, an Education Building, and a Science Center, as well as both the East Dorm and the West Dorm.

gollark: Heavpoot is to be declared SCP-3125-A with immediate effect.
gollark: My tape download program now supports downloading big files without splitting them, via range requests, assuming they're served from a server which supports it: https://pastebin.com/LW9RFpmY (do `web2tape https://url.whatever range`)
gollark: Here is a similar thing for JSON. Note that it delegates out to an external JSON library for string escaping.```luafunction safe_json_serialize(x, prev) local t = type(x) if t == "number" then if x ~= x or x <= -math.huge or x >= math.huge then return tostring(x) end return string.format("%.14g", x) elseif t == "string" then return json.encode(x) elseif t == "table" then prev = prev or {} local as_array = true local max = 0 for k in pairs(x) do if type(k) ~= "number" then as_array = false break end if k > max then max = k end end if as_array then for i = 1, max do if x[i] == nil then as_array = false break end end end if as_array then local res = {} for i, v in ipairs(x) do table.insert(res, safe_json_serialize(v)) end return "["..table.concat(res, ",").."]" else local res = {} for k, v in pairs(x) do table.insert(res, json.encode(tostring(k)) .. ":" .. safe_json_serialize(v)) end return "{"..table.concat(res, ",").."}" end elseif t == "boolean" then return tostring(x) elseif x == nil then return "null" else return json.encode(tostring(x)) endend```
gollark: My tape shuffler thing from a while ago got changed round a bit. Apparently there's some demand for it, so I've improved the metadata format and written some documentation for it, and made the encoder work better by using file metadata instead of filenames and running tasks in parallel so it's much faster. The slightly updated code and docs are here: https://pastebin.com/SPyr8jrh. There are also people working on alternative playback/encoding software for the format for some reason.
gollark: Are you less utilitarian with your names than <@125217743170568192> but don't really want to name your cool shiny robot with the sort of names used by *foolish organic lifeforms*? Care somewhat about storage space and have HTTP enabled to download name lists? Try OC Robot Name Thing! It uses the OpenComputers robot name list for your... CC computer? https://pastebin.com/PgqwZkn5

References

  1. "About Us". Retrieved 23 October 2013.
  2. "Our Story". Wolf-Ridge.org. Retrieved 10 December 2013.

47°22′55.06″N 91°11′45.86″W


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