Cyclops Mountains

The Cyclops Mountains (Indonesian: Pegunungan Cyclops) are located to the west of Jayapura in Papua, Indonesia, and north of Lake Sentani.

Cyclops Mountains
Pegunungan Cyclops
Highest point
Elevation2,160 m (7,090 ft)
Geography
Cyclops Mountains
Location in Western New Guinea
LocationPapua, Western New Guinea  Indonesia

In Papua, it is also known as Dafonsoro or Dabonsolo mountain, and is the namesake for football club Persidafon.

Geography

The highest point is Gunung Ifar at 2,160 m (7,090 ft)[1] or 2,158 m (7,080 ft).[2]

History

The Cyclops Mountains were given this name by Louis de Bougainville, who saw them from a distance while sailing along the north coast of New Guinea.

In the 1930s Evelyn Cheesman spent time in this area studying the insects.[3]

Ecology

The portions of the range above 1000 meters are part of the Northern New Guinea montane rain forests ecoregion. The lower slopes and surrounding lowlands are in the Northern New Guinea lowland rain and freshwater swamp forests ecoregion.

The Cyclops long-beaked echidna (Zaglossus attenboroughi) was discovered living in the mountains. It is named for naturalist David Attenborough.

Cyclops Mountains Nature Reserve
Pegunungan Cyclops Nature Reserve
LocationPapua, Western New Guinea
Nearest cityJayapura
Area225 km2 (87 sq mi)
Established1978[4]/1995[5]

Cyclops Mountains Nature Reserve

The Cyclops Mountains were designated as a nature reserve in 1978/1995.[4][5]

Eponyms

A species of lizard, Emoia cyclops (Cyclops emo skink), is named for the Cyclops Mountains.[6]

Notes

  1. Vaisutis, Justine (2007). Indonesia. Lonely Planet. p. 835. ISBN 978-1-74104-435-5.
  2. "Cyclop Mountains". Papua Insects Foundation. Retrieved 9 February 2017.
  3. Tuzin, Donald F. (1997) 'The Cassowary's Revenge: the life and death of masculinity in a New Guinea society' University of Chicago Press, p. 86
  4. "Pegunungan Cyclops". ProtectedPlanet. 2014–2016. Retrieved 9 February 2017.
  5. "Papua: Cyclops Landscape". LESTARI/USAID. Retrieved 9 February 2017.
  6. Beolens, Bo; Watkins, Michael; Grayson, Michael (2011). The Eponym Dictionary of Reptiles. Baltimore: Johns Hopkins University Press. xiii + 296 pp. ISBN 978-1-4214-0135-5. ("Cyclops", p. 63).


gollark: The upshot of this is that you can press "s", type a query, have relevant pages semifuzzily matched, and press "enter" to navigate to the one you want (assuming the one you want is also at the top). HIGHLY productive.
gollark: Also, when the search query box comes into existence it's focused using javascriptoids™, *and* when you press enter in it it goes to the first matching page you aren't already on.
gollark: ```javascriptdocument.body.addEventListener("keydown", e => { if (e.target === document.body) { // maybe use alt instead? or right shift or something - this just detects unfocused keypresses if (e.key === "e") { location.pathname = urlForPage(currentPage, "edit") } else if (e.key === "v") { location.pathname = urlForPage(currentPage) } else if (e.key === "r") { location.pathname = rlForPage(currentPage, "revisions") } else if (e.key === "s") { state.showingSearchDialog = !state.showingSearchDialog m.redraw() } }})```
gollark: Minoteaur just got keyboard navigation! You can press "v" to switch to "view", "e" to switch to "edit", or "s" to open search.
gollark: https://github.com/osmarks/random-stuff
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.