Phronima
Phronima is a genus of small, deep sea hyperiid amphipods of the family Phronimidae. It is found throughout the world's oceans, except in polar regions.[1] Phronima species live in the pelagic zone of the deep ocean. Their bodies are semitransparent. Although commonly known as parasites, they are more technically correctly called parasitoids.[2] Instead of constantly feeding on a live host, females attack salps, using their mouths and claws to eat the animal and hollow out its gelatinous shell.[3] Phronima females then enter the barrel and lay their eggs inside, and then propels the barrel through the water as the larvae develop, providing them with fresh food and water.[3]
Phronima | |
---|---|
Scientific classification | |
Kingdom: | |
Phylum: | |
Subphylum: | |
Class: | |
Order: | |
Suborder: | |
Superfamily: | |
Family: | |
Genus: | Phronima Latreille, 1802 |
Type species | |
Phronima sedentaria Forsskål, 1775 |
Classification
The genus Phronima contains these species:[4]
- Phronima atlantica [5]
- Phronima bowmani [5]
- Phronima bucephala [5]
- Phronima colletti Bovallius, 1887
- Phronima curvipes Vosseler, 1901
- Phronima dunbari [5]
- Phronima pacifica Streets, 1887
- Phronima sedentaria (Forsskål, 1775) (type species)[1]
- Phronima solitaria Guérin-Méneville, 1836
- Phronima stebbingi Vosseler, 1901
gollark: ```pythonimport syscode = input()l = len(code)acc = 0pos = 0incr = 1num_lookup = { "zero": 0, "one": 1, "two": 2, "three": 3, "four": 4, "five": 5, "six": 6, "seven": 7, "eight": 8, "nine": 9 }while pos < l: char = code[pos] if char == "i": h, g = list(range(pos + 1, l)), list(range(pos - 1, 0, -1)) for i in h + g if incr == 1 else g + h: if code[i] == "i": pos = (i + 1) % l break continue elif char == "p": pos += incr elif char == "a": acc += 1 elif char == "e": acc -= 1 elif char == "v": incr *= -1 elif char == "~": acc = 0 for x, n in enumerate(reversed(input().split(" "))): acc += 10**x * num_lookup[n] elif char == "`": sys.stdout.write(chr(acc)) elif char == "[": if acc != 0: acc = int(str(acc) + bin(acc)[2:]) else: print("wrong.") pos += incr```<@&731766254238433300> observe my highly amazing and golfed code.
gollark: Yes, JUSTICE FOR SOHNDAISFSPOUTIN!!!
gollark: Well, if I *am* allowed to post increasingly bad* versions, I might as well just submit my sort of vaguely working ish version?
gollark: <@332271551481118732> YOU COORDINATE EVENTS RIGHT
gollark: GIB TEST CASE AND ALSO ANSWERS
References
- James K. Lowry (2003). "Phronimidae". Peracarida : Amphipoda, Cumacea, Mysidacea. Volume 2, Part 2 of Crustacea: Malacostraca in Zoological catalogue of Australia. CSIRO Publishing. pp. 339–344. ISBN 978-0-643-06902-2.
- Katie O'Dwyer (February 3, 2014). "Meet Phronima, The Barrel-Riding Parasite That Inspired The Movie Alien". Live Science.
- Damond Benningfield (June 8, 2008). "Phronima". Science and the Sea. University of Texas Marine Science Institute. Retrieved October 11, 2010.
- WoRMS (2010). J. Lowry (ed.). "Phronima Latreille, 1802". World Amphipoda database. World Register of Marine Species. Retrieved October 11, 2010.
- "Animal Diversity Web". University of Michigan Museum of Zoology.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.