Overton Peak
Overton Peak is a peak in the Desko Mountains, rising to about 550 metres (1,800 ft) at the southeast end of Rothschild Island. It was named by the Advisory Committee on Antarctic Names after Commander Robert H. Overton, U.S. Coast Guard, Executive Officer, USCGC Westwind, U.S. Navy Operation Deep Freeze, 1971.[1]
Further reading
• J.L. SMELLIE, Lithostratigraphy of Miocene-Recent, alkaline volcanic fields in the Antarctic Peninsula and eastern Ellsworth Land, Antarctic Science 71 (3): 362-378 (1999)
gollark: ```phpHello, World!```PHP.
gollark: `document.write`, really?
gollark: Not sure what you were asking about, but erlang.
gollark: Ooh, erlang, we should use that.
gollark: ```javascriptimport { app } from "hyperapp"import { h } from 'ijk'interface Thing { name: String, children: () => Array<Thing> | Array<Thing>}const state = { count: 0} const actions = { down: value => state => ({ count: state.count - value }), up: value => state => ({ count: state.count + value })} const viewThing = ["div", ]const view = (state, actions) => h("nodeName", "attributes", "children")(["main", [ ["button", { onclick: () => actions.up(1) }, "Increase"], ["button", { onclick: () => actions.down(1) }, "Decrease"], state.count.toString(16)]]) app(state, actions, view, document.body)```Not related but hey it's <#348702212110680064>.
External links
References
- "Overton Peak". Geographic Names Information System. United States Geological Survey. Retrieved 2012-01-13.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.