Felicola
Felicola is a genus of parasitic lice in the family Trichodectidae. There are at least 50 described species in Felicola.[1][2][3][4]
Felicola | |
---|---|
Scientific classification | |
Kingdom: | Animalia |
Phylum: | Arthropoda |
Class: | Insecta |
Order: | Phthiraptera |
Family: | Trichodectidae |
Genus: | Felicola Ewing, 1929 |
Type species | |
Trichodectes subrostratus Burmeister, 1838 |
Species
These 56 species belong to the genus Felicola:
- Felicola acuticeps (Neumann, L. G., 1902) c g
- Felicola acutirostris (Stobbe, 1913) c g
- Felicola africanus (Emerson & R. D. Price, 1966) c g
- Felicola americanus Emerson & R. D. Price, 1983 c g
- Felicola aspidorhynchus (Werneck, 1948) c g
- Felicola bedfordi Hopkins, G. H. E., 1942 c g
- Felicola bengalensis (Werneck, 1948) c g
- Felicola braziliensis Emerson & R. D. Price, 1983 c g
- Felicola caffra (Bedford, G. A. H., 1919) c g
- Felicola calogaleus (Bedford, G. A. H., 1928) c g
- Felicola congoensis (Emerson & R. D. Price, 1967) c g
- Felicola cooleyi (Bedford, G. A. H., 1929) c g
- Felicola cynictis (Bedford, G. A. H., 1928) c g
- Felicola decipiens Hopkins, G. H. E., 1941 c g
- Felicola fahrenholzi (Werneck, 1948) c g
- Felicola felis (Werneck, 1934) c g
- Felicola fennecus (Emerson & R. D. Price, 1981) c g
- Felicola genettae (Fresca, 1924) c g
- Felicola guinlei (Werneck, 1948) c g
- Felicola helogale Bedford, G. A. H., 1932 c g
- Felicola helogaloidis (Werneck, 1948) c g
- Felicola hercynianus Kéler, 1957 c g
- Felicola hopkinsi Bedford, G. A. H., 1936 c g
- Felicola inaequalis (Piaget, 1880) c g
- Felicola isidoroi Perez & Palma, 2001 c g
- Felicola juccii (Conci, 1942) c g
- Felicola laticeps (Werneck, 1942) c g
- Felicola lenicornis (Werneck, 1948) c g
- Felicola liberiae Emerson & R. D. Price, 1972 c g
- Felicola macrurus Werneck, 1948 c g
- Felicola malaysianus (Werneck, 1948) c g
- Felicola minimus Werneck, 1948 c g
- Felicola mjoebergi (Stobbe, 1913) c g
- Felicola mungos (Stobbe, 1913) c g
- Felicola neoafricanus (Emerson & R. D. Price, 1968) c g
- Felicola neofelis Emerson & R. D. Price, 1983 c g
- Felicola occidentalis (Emerson, 1980) c g
- Felicola oncae Timm & R. D. Price, 1994 c g
- Felicola paralaticeps (Werneck, 1948) c g
- Felicola philippinensis (Emerson, 1965) c g
- Felicola pygidialis Werneck, 1948 c g
- Felicola quadraticeps (Chapman, B. L., 1897) c g
- Felicola rahmi Emerson & Stojanovich, 1966 c g
- Felicola robertsi Hopkins, G. H. E., 1944 c g
- Felicola rohani Werneck, 1956 c g
- Felicola setosus Bedford, G. A. H., 1932 c g
- Felicola siamensis Emerson, 1964 c g
- Felicola similis Emerson & R. D. Price, 1983 c g
- Felicola spenceri Hopkins, G. H. E., 1960 c g
- Felicola subrostratus (Burmeister, 1838) c g b (cat biting louse)
- Felicola sudamericanus Emerson & R. D. Price, 1983 c g
- Felicola sumatrensis (Werneck, 1948) c g
- Felicola viverriculae (Stobbe, 1913) c g
- Felicola vulpis (Denny, 1842) c g
- Felicola wernecki Hopkins, G. H. E., 1941 c g
- Felicola zeylonicus Bedford, G. A. H., 1936 c g
Data sources: i = ITIS,[5] c = Catalogue of Life,[1] g = GBIF,[2] b = Bugguide.net[3]
gollark: Interesting project idea: a thing which generates minified incomprehensible code in different languages.
gollark: It doesn't *do* anything. It just looks cool because of the syntax highlighting.
gollark: ```lualocal a="potato"local function b(c)return fs.combine(c,"")end;local function d(c)if b(c)==""then return{}end;local e,f={},c;repeat table.insert(e,1,fs.getName(f))f=fs.getDir(f)until f==""return e end;local function g(h,i,j)return{table.unpack(h,i,j)}end;local function k(l)local m=type(l)if m=="number"then return tostring(l)elseif m=="string"then return textutils.serialise(l)elseif m=="table"then local n="{"for o,p in pairs(l)do n=n..string.format("[%s]=%s,",k(o),k(p))end;return n.."}"elseif m=="boolean"then return tostring(l)else error("Unsupported type "..m)end end;local function q(m)local r=g(m)local s=#r;local p=r[s]r[s]=nil;return r,p end;local t=".crane-persistent/"..a;local function u(v,w)return string.sub(v,1,#w)==w end;local function x(v,w)return string.sub(v,-#w,-1)==w end;local function y(v,z)return string.find(v,z)~=nil end;local function A(B)return function(C)local D={}for E,F in pairs(B)do local l=C[F]if type(l)=="table"thenl=copy(l)end;D[F]=l end;return D end end;local function G(H,c)local I=H;local c=c;if type(c)=="string"then c=d(c)end;for E,J in pairs(c)do if type(I)~="table"then error("Path segment "..J.." is nonexistent or not a directory; full path "..k(c))end;I=I[J]end;return I end;local function K(H,c)local L,M=q(d(c))local N=G(H,L)or H;return N,M end;local function O(P)local m={}local function Q(R)table.insert(m,R)return""end;Q(P:gsub("(.-)\r?\n",Q))return m end;local function S(T,U)local O=O(T)local V={}local R=0;function V.close()end;if not U then function V.readLine()R=R+1;return O[R]end;function V.readAll()return T end else local W=T;function V.read()local X=string.byte(W:sub(1,1))W=W:sub(2)return X end end;return V end;local function Y(Z,U)local V={}function V.close()end;function V.flush()end;if not U then function V.write(m)return Z(m)end;function V.writeLine(m)return Z(m.."\n")end else function V.write(_)return Z(string.char(_))end end;return V end;local function a0(a1)local a2=a1.options;local H=a1.tree;local a3=A{"getName",```
gollark: Yep!
gollark: A fun idea is to either run what they want you to on Linux (and report faithfully the errors) or on a VM.
References
- "Browse Felicola". Catalogue of Life. Retrieved 2018-04-05.
- "Felicola". GBIF. Retrieved 2018-04-05.
- "Felicola Genus Information". BugGuide.net. Retrieved 2018-04-05.
- "Felicola Overview". Encyclopedia of Life. Retrieved 2018-04-05.
- "ITIS, Integrated Taxonomic Information System". Retrieved 2018-04-05.
Further reading
- Arnett, Ross H. Jr. (2000). American Insects: A Handbook of the Insects of America North of Mexico (2nd ed.). CRC Press. ISBN 978-0-8493-0212-1.
- Lyal, Ch H.C. (1985). "Phylogeny and classification of the Psocodea, with particular reference to the lice (Psocodea: Phthiraptera)". Systematic Entomology. 10 (2): 145–165. doi:10.1111/j.1365-3113.1985.tb00525.x.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.