Dicaelus furvus

Dicaelus furvus is a species of ground beetle in the family Carabidae. It is found in North America.[1][2][3][4]

Dicaelus furvus
Scientific classification
Kingdom: Animalia
Phylum: Arthropoda
Class: Insecta
Order: Coleoptera
Family: Carabidae
Genus: Dicaelus
Species:
D. furvus
Binomial name
Dicaelus furvus
Dejean, 1826

Subspecies

These two subspecies belong to the species Dicaelus furvus:

  • Dicaelus furvus carinatus Dejean, 1831
  • Dicaelus furvus furvus Dejean, 1826
gollark: This is why we need giant *cubes*.
gollark: <@151391317740486657>
gollark: ```luafunction _G.potatOS.potatoNET() local chan = "potatonet" print "Welcome to PotatoNET!" write "Username |> " local username = read() local w, h = term.getSize() local send_window = window.create(term.current(), 1, h, w, 1) local message_window = window.create(term.current(), 1, 1, w, h - 1) local function exec_in_window(w, f) local x, y = term.getCursorPos() local last = term.redirect(w) f() term.redirect(last) w.redraw() term.setCursorPos(x, y) end local function add_message(m, u) exec_in_window(message_window, function() local msg, usr = preproc(m), preproc(u) if msg == "" or usr == "" then return end print(usr .. " | " .. msg) end) end local function send() term.redirect(send_window) term.setBackgroundColor(colors.white) term.setTextColor(colors.black) term.clear() local hist = {} while true do local msg = read(nil, hist) table.insert(hist, msg) add_message(msg, username) skynet.send(chan, { username = username, message = msg }) potatOS.comment(username, msg) end end local function recv() while true do local channel, message = skynet.receive(chan) if channel == chan and type(message) == "table" and message.message and message.username then add_message(message.message, message.username) end end end skynet.send(chan, { username = username, message = "Connected" }) parallel.waitForAll(send, recv)end```
gollark: Yes.
gollark: Minecraft arguably does have four spatial dimensions if you treat the nether/end/overworld as stacked.

References

  1. "Dicaelus furvus Report". Integrated Taxonomic Information System. Retrieved 2019-09-24.
  2. "Dicaelus furvus". GBIF. Retrieved 2019-09-24.
  3. Bousquet, Yves (2012). "Catalogue of Geadephaga (Coleoptera, Adephaga) of America, north of Mexico". ZooKeys (245): 1–1722. doi:10.3897/zookeys.245.3416. PMC 3577090. PMID 23431087.

Further reading

  • Lobl, I.; Smetana, A., eds. (2017). Catalogue of Palaearctic Coleoptera, Volume 1: Archostemata - Myxophaga - Adephaga. Apollo Books. ISBN 978-90-04-33029-0.


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