Pseudogarypidae

The Pseudogarypidae are a small family of pseudoscorpions. Most recent species are found in North America, while one species is endemic to Tasmania.

Pseudogarypidae
Temporal range: Palaeogene–present
Neopseudogarypus scutellatus
Scientific classification
Kingdom:
Phylum:
Class:
Order:
Superfamily:
Family:
Pseudogarypidae

Species

see text

Species

  • Neopseudogarypus J.C.H. Morris, 1948
  • Neopseudogarypus scutellatus J.C.H. Morris, 1948Tasmania
  • Pseudogarypus Ellingsen, 1909
  • Pseudogarypus banksi Jacot, 1938Quebec, northeastern United States
  • Pseudogarypus bicornis (Banks, 1895)
  • Pseudogarypus extensus Beier, 1937fossil; Baltic amber
  • Pseudogarypus hemprichii (C. L. Koch & Berendt, 1854) — fossil; Baltic amber
  • Pseudogarypus hesperus J.C. Chamberlin, 1931Oregon, Washington
  • Pseudogarypus hypogeus Muchmore, 1981 — Arizona
  • Pseudogarypus minor Beier, 1947 — fossil; Baltic amber
  • Pseudogarypus orpheus Muchmore, 1981California
  • Pseudogarypus spelaeus Benedict & Malcolm, 1978 — California
  • Pseudogarypus synchrotron Henderickx, Tafforeau & Soriano, 2012 - fossil; Baltic amber[1]
gollark: This seems like FRP or something, which could be neat but how does this even work.
gollark: It would take twice as long to program and have several times the security issues.
gollark: > entire gigantic complex application
gollark: > C
gollark: ```rustextern crate mogwai;use mogwai::prelude::*;let (tx, rx) = txrx_fold( 0, |n:&mut i32, _:&Event| -> String { *n += 1; if *n == 1 { "Clicked 1 time".to_string() } else { format!("Clicked {} times", *n) } } );button() .rx_text("Clicked 0 times", rx) .tx_on("click", tx) .run().unwrap_throw()```I do not understand how this is meant to work.

References

Notes
Bibliography


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