Transtillaspis herospina

Transtillaspis herospina is a species of moth of the family Tortricidae. It is found in Loja Province, Ecuador.

Transtillaspis herospina
Scientific classification
Kingdom:
Phylum:
Class:
Order:
Family:
Genus:
Species:
T. herospina
Binomial name
Transtillaspis herospina
Razowski & Pelz, 2005[1]

The wingspan is 16.5 mm. The ground colour of the forewings is pale ochreous cream without strigulation (fine streaks) except at the terminal area. The hindwings are creamy, tinged with ochreous at the apex and with weak light brownish strigulation.

Etymology

The species name refers to the strong process of the sacculus and is derived from Greek heros (meaning strong) and Latin spina (meaning spine).[2]

gollark: ```javascriptimport m = require("mithril")import * as RPCTypes from "../common/rpc"export const sendMessage = (msg: RPCTypes.Message): Promise<RPCTypes.MessageResponse> => { return m.request( { method: "POST", url: "./rpc/", body: msg, }).then(res => { const [ type, p1, p2 ] = res if (type === "error") { throw new RPCTypes.RPCError(p2, p1) } else if (type === "ok") { return p1 } else { throw new Error("Invalid RPC response") } })}const handler = { get: (target, prop) => (...args) => sendMessage([prop, ...args])}export const serverProxy = new Proxy({}, handler)```
gollark: The RPC thing and some JS hax on the client mean I can basically just call any function the server provides as if it's a local one (except asynchronously).
gollark: minoteaur is just plain RPC - you do `POST /rpc` with a function and its arguments as JSON.
gollark: You're forced to try and map the data/functions your thing provides onto a structure which may not really fit them well.
gollark: To be honest I find REST kind of an uncool way to design APIs.

References

  1. tortricidae.com
  2. Razowski, J. & Pelz, V., 2005: New species of Gorytvesica Razowski, 1997 and Transtillaspis Razowski, 1987 (Lepidoptera: Tortricidae: Euliini) from Ecuador. Acta Zoologica Cracoviensia 48B (1-2): 57-94. 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.