Bembidion ephippium

Bembidion ephippium is a small, fast-moving water beetle in the Trechinae subfamily[1] that can be found in such Belgian cities as Nieuwpoort and Ostend. It can also be found in Wimereux, France.[2]

Bembidion ephippium
Scientific classification
Kingdom:
Phylum:
Class:
Order:
Family:
Subfamily:
Genus:
Species:
B. ephippium
Binomial name
Bembidion ephippium
(Marsham, 1802)

Threat status

The species is considered to be Critically Endangered in Belgium. It is under protection since September 22, 1980.[3]

gollark: And this doesn't even ACTUALLY WORK.
gollark: ```javascriptexport const enqueueCrawl = async (crawlURL, tier) => { // robotsPolicy will be filled in on first actual crawl for the domain // this has to be done as a fairly complex DB-side query to prevent race conditions console.log("running insert for", crawlURL.toString()) const [domain] = await DB`INSERT INTO domains (domain, enabled, robotsPolicy, tier) SELECT ${crawlURL.hostname}, FALSE, NULL, ${tier} WHERE NOT EXISTS (SELECT id, domain, enabled, robotsPolicy, tier FROM domains WHERE domain = ${crawlURL.hostname}) RETURNING id` console.log(crawlURL.toString(), domain) // Add entry to crawl queue await DB`INSERT INTO crawl_targets (url, domain) VALUES (${crawlURL.toString()}, ${domain.id}) ON CONFLICT (url) DO UPDATE SET added = NOW()`}```This should NOT be quite so bee.
gollark: I'm busy trying to work out exactly how horrible a PostgreSQL query I need to do this stupid thing under concurrent write load.
gollark: So surely YOU can do it, if ""deforming things"""" is so easy.
gollark: I can't really do art, in general.

References

  1. "Species Account for Bembidion ephippium". The Essex Field Club. Retrieved July 5, 2012.
  2. Haghebaert, G. (September 21, 2012). "Bembidion (Notaphemphanes) ephippium (Marsham, 1802)". WoRMS. World Register of Marine Species. Retrieved January 13, 2013.
  3. "Species: Bembidion ephippium (Marsh., 1802)". Belgian species list. Royal Belgian Institute of Natural Sciences. Retrieved March 31, 2014.


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