Proconsulidae

Proconsulidae is an early family of primates that lived during the Miocene epoch in Kenya, and was restricted to Africa. The family is split into two subfamilies.

Proconsulidae
Temporal range: Miocene 28.4–11.61 Ma
Proconsul skeleton reconstruction
Scientific classification
Kingdom: Animalia
Phylum: Chordata
Class: Mammalia
Order: Primates
Suborder: Haplorhini
Infraorder: Simiiformes
Parvorder: Catarrhini
Superfamily: Hominoidea
Family: Proconsulidae
Leakey, 1963
Subfamilies

See text

Members of the family have a mixture of Old World monkey and ape characteristics, so the placement in the ape superfamily Hominoidea is tentative; some scientists place Proconsulidae outside of Hominoidea in a separately superfamily Proconsuloidea, before the split of the apes and Old World monkeys.

Discovery and classification

Turkanapithecus kalakolensis fossil, Muséum national d'histoire naturelle, Paris

The first specimen, a partial jaw discovered in 1909 by a gold prospector at Koru, near Kisumu in western Kenya, was also the oldest fossil hominoid known until recently, and the first fossil mammal ever found in sub-Saharan Africa. The name, Proconsul, was devised by Arthur Hopwood in 1933 and means "before Consul"; the name of a famous captive chimp in London.[1] At the time Consul was being used as a circus name for performing chimpanzees. The Folies Bergère of 1903 in Paris had a popular performing chimpanzee named Consul, and so did the Belle Vue Zoo in Manchester, England, in 1894. On the latter's death in that year Ben Brierley wrote a commemorative poem wondering where the "Missing Link" between chimpanzees and men was.[2]

Hopwood in 1931 had discovered the fossils of three individuals while expeditioning with Louis Leakey in the vicinity of Lake Victoria. The Consul that he selected to use in the name was neither of the ones mentioned above, but another located in the London Zoo. Consul is being used Linnaean-style to symbolize the chimpanzee. Proconsul is therefore "ancestral to the Chimpanzee" in Hopwood's words. He also added africanus as the species name.[1]

Other fossils discovered later were initially classified as africanus and subsequently reclassified; that is, the total pool of fossils originally considered africanus was "split" and the fragments "lumped" with other finds to create a new species. For example, Mary Leakey's famous find of 1948 began as africanus and was split from it to be lumped with Thomas Whitworth's finds of 1951 as heseloni by Alan Walker in 1993.[1]

The family of Proconsulidae was first proposed by Louis Leakey,[3] eleven years after he and Wilfrid Le Gros Clark had defined africanus, nyanzae and major. It was not immediately accepted but ultimately prevailed.

The history of hominoid classification in the second half of the 20th century is sufficiently complex to warrant a few books itself. Most of the palaeoanthropologists have changed their minds at least once as new fossils have come to light and new observations have made, and will probably continue to do so. The classifications found in the literature of one decade are not generally the same as those of another.[4] For example, in 1987 Peter Andrews and Lawrence Martin, established palaeontologists, took the point of view that Proconsul is not a Hominoid, but is a sister taxon to it.[5]

Taxonomy

Recently it has been recognized that the Nyanzapithecinae are rather related to the Dendropithecidae (Dendropithecus, Simolius), a basal ape clade.[6]

Notes

  1. Morell 1996, p. 130
  2. Walker & Shipman 2005
  3. Leakey 1963
  4. A recapitulation of the changing classifications of fossils at some time regarded as Proconsul can be found in Tuttle 2006
  5. Andrews & Martin 1987
  6. Rossie, James B.; Hill, Andrew (2018-12-01). "A new species of Simiolus from the middle Miocene of the Tugen Hills, Kenya". Journal of Human Evolution. 125: 50–58. doi:10.1016/j.jhevol.2018.09.002. ISSN 0047-2484. PMID 30502897.
gollark: How do you know your password is the right one?
gollark: I should assign unique IDs to the other sandbox escape bugs.
gollark: My "fix" is this:```lua--[["Fix" for bug PS#E9DCC81BSummary: `pcall(getfenv, -1)` seemingly returned the environment outside the sandbox.Based on some testing, this seems like some bizarre optimization-type feature gone wrong.It seems that something is simplifying `pcall(getfenv)` to just directly calling `getfenv` and ignoring the environment... as well as, *somehow*, `function() return getfenv() end` and such.The initial attempt at making this work did `return (fn(...))` instead of `return fn(...)` in an attempt to make it not do this, but of course that somehow broke horribly. I don't know what's going on at this point.This is probably a bit of a performance hit, and more problematically liable to go away if this is actually some bizarre interpreter feature and the fix gets optimized away.Unfortunately I don't have any better ideas. Also, I haven't tried this with xpcall, but it's probably possible, so I'm attempting to fix that too.]]local real_pcall = pcallfunction _G.pcall(fn, ...) return real_pcall(function(...) local ret = {fn(...)} return unpack(ret) end, ...)end local real_xpcall = xpcallfunction _G.xpcall(fn, handler) return real_xpcall(function() local ret = {fn()} return unpack(ret) end, handler)end```which appears to work at least?
gollark: Fixed, but I don't really know how or why.
gollark: ... should I create a bug report?

References

  • Andrews, Peter; Martin, Lawrence (January 1987). "Cladistic relationships of extant and fossil hominoids". Journal of Human Evolution. 16 (1): 101–118. doi:10.1016/0047-2484(87)90062-5.CS1 maint: ref=harv (link)
  • Leakey, Louis (1963). "East African Hominoidea and the classification within this super-family". In Washburn, Sherwood Larned (ed.). Classification and Human Evolution. New York: Wenner-Gren. pp. 32–49.CS1 maint: ref=harv (link)
  • Morell, Virginia (1996). Ancestral Passions: The Leakey Family and the Quest for Humankind's Beginnings. Simon and Schuster. ISBN 9780684824703.CS1 maint: ref=harv (link)
  • Tuttle, Russel H. (2006). "Seven Decades of East African Miocene Anthropoid Studies" (PDF). In Ishida, Hidemi; Tuttle, Russell; Pickford, Martin; Ogihara, Naomichi; Nakatsukasa, Masato (eds.). Human Origins and Environmental Backgrounds. Springer. ISBN 0-387-29638-7.CS1 maint: ref=harv (link)
  • Walker, Alan; Shipman, Pat (2005). The Ape in the Tree: An Intellectual & Natural History of Proconsul. Cambridge, Massachusetts, London, England: The Belknap Press of Harvard University Press. ISBN 0-674-01675-0.CS1 maint: ref=harv (link)
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.