Clepsis peguncus

Clepsis peguncus is a species of moth of the family Tortricidae. It is found in Ecuador (Papallacta Province).

Clepsis peguncus
Scientific classification
Kingdom: Animalia
Phylum: Arthropoda
Class: Insecta
Order: Lepidoptera
Family: Tortricidae
Genus: Clepsis
Species:
C. peguncus
Binomial name
Clepsis peguncus

The wingspan is about 16 mm. The ground colour of the forewings is pale orange, preserved in the form of two costal blotches followed by three posterior spots. The remaining area is dark brown. The hindwings are dark brownish.

Etymology

The species name refers to the shape of the uncus and is derived from Greek pegos (meaning thick).[2]

gollark: You could stick them in the A record in some simple format (maybe the metadata one).
gollark: And probably AAAA/TXT/etc support.
gollark: <@129553195314839552> You want this with better input validation basically.
gollark: ```javascriptconst dns = require("dns2")const fetch = require("node-fetch")const { Packet } = dns;const server = dns.createServer(async (request, send, rinfo) => { const response = Packet.createResponseFromRequest(request); const [ question ] = request.questions; const { name } = question; if (name.endsWith(".kst")) { const nameWithoutExt = name.replace(/\.kst$/, "") const kstName = await (await fetch(`https://krist.ceriat.net/names/${encodeURIComponent(nameWithoutExt)}`)).json() console.log(kstName) if (kstName.name.a) { response.answers.push({ name, type: Packet.TYPE.A, class: Packet.CLASS.IN, ttl: 300, address: kstName.name.a }); } send(response) } else { // work out how to send NOAUTH here send(response) }});server.on('request', (request, response, rinfo) => { console.log(request.header.id, request.questions[0]);});server.listen(5333);```
gollark: Still working on it.

References

  1. tortricidae.com
  2. Razowski, J. & J. Wojtusiak, 2013: Accessions to the fauna of Neotropical Tortricidae (Lepidoptera). Acta Zoologica Cracoviensia, 56 (1): 9-40. Full article: .


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