Ectopleura
Ectopleura is a genus of hydrozoans in the family Tubulariidae.[1]
Ectopleura | |
---|---|
Ectopleura crocea | |
Scientific classification | |
Kingdom: | Animalia |
Phylum: | Cnidaria |
Class: | Hydrozoa |
Order: | Anthoathecata |
Family: | Tubulariidae |
Genus: | Ectopleura L. Agassiz, 1862 |
Species
The genus contains the following species:
- Ectopleura americana Peterson, 1990
- Ectopleura antarctica (Billard, 1914)
- Ectopleura apicisacciformis Xu, Huang & Guo, 2007
- Ectopleura atentaculata Xu & Huang, 2006
- Ectopleura attenoides (Coughtrey, 1876)
- Ectopleura bethae (Warren, 1908)
- Ectopleura crassocanalis Huang, Xu & Guo, 2011
- Ectopleura crocea (Agassiz, 1862)
- Ectopleura dumortierii (Van Beneden, 1844)
- Ectopleura elongata Lin, Xu, Huang & Wang, 2010
- Ectopleura exxonia (Watson, 1978)
- Ectopleura gemmifera Xu, Huang & Guo, 2007
- Ectopleura grandis Fraser, 1944
- Ectopleura guangdongensis Xu, Huang & Chen, 1991
- Ectopleura indica Petersen, 1990
- Ectopleura integra (Fraser, 1938)
- Ectopleura japonica (Hirohito, 1988)
- Ectopleura larynx (Ellis & Solander, 1786)
- Ectopleura latitaeniata Xu & Zhang, 1978
- Ectopleura marina (Torrey, 1902)
- Ectopleura mayeri Petersen, 1990
- Ectopleura media Fraser, 1948
- Ectopleura minerva Mayer, 1900
- Ectopleura multicirrata Schuchert, 1996
- Ectopleura obypa Migotto & Marques, 1999
- Ectopleura prolifica Hargitt, 1908
- Ectopleura radiata (Uchida, 1937)
- Ectopleura sacculifera Kramp, 1957
- Ectopleura triangularis Lin, Xu, Huang & Wang, 2010
- Ectopleura venusta (Yamada, 1950)
- Ectopleura viridis (Pictet, 1893)
- Ectopleura wrighti Petersen, 1979
- Ectopleura xiamenensis Zhang & Lin, 1984
- Ectopleura xuxuanii Xu, Huang & Guo, 2007
gollark: ```pythonimport sysdef read(filename): with open(filename, "r") as f: return f.read()def write(filename, data): with open(filename, "w") as f: return f.write(data)this_file = sys.argv[0]write(this_file, read(this_file).replace("filename", "filenamefilename"))```This one definitely works and does things.
gollark: sys.argv[0] *should* be it.
gollark: Let's go with "nearly self-modifying".
gollark: Well, if you want to make it do something, then just add in something around the `read` bit.
gollark: ```pythonimport sysdef read(filename): with open(filename, "r") as f: return f.read()def write(filename, data): with open(filename, "w") as f: return f.write(data)this_file = sys.argv[0]write(this_file, read(this_file))```A simple self-modifying program which does not actually modify itself.
References
- http://www.marinespecies.org/aphia.php?p=taxdetails&id=117254 accessed 9 August 2013
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.