Trypophloeus

Tyrpophloeus is a genus of bark beetles. About 12 species comprise the genus, ranging from North America to Europe and Asia.[1] The genus is little-known, but T. populi has recently become important as the causative agent of sudden aspen decline.

Trypophloeus
Scientific classification
Kingdom:
Phylum:
Class:
Order:
Family:
Subfamily:
Tribe:
Genus:
Trypophloeus

Fairmaine

Other species' host are mainly poplars, willows and alders.[2]

Partial species list

gollark: <@!341618941317349376>
gollark: Run with `python3 [filename] [input code] [output executable]`.
gollark: It's Turing-complete, and demonstrates the principle of compiled languages maybe being slow.
gollark: ```pythonimport sysimport subprocesstemplate = """int main() { long long i = 0; while (i < 10000000000) { i++; } @CODE@}"""input = sys.argv[1]output = sys.argv[2]temp = "ignore-this-please"with open(input, "r") as f: contents = f.read() code = template.replace("@CODE@", contents) with open(temp, "w") as out: out.write(code)subprocess.run(["gcc", "-x", "c", "-o", output, temp])```
gollark: I finished my super-slow compiler!

References

  1. Jerold L. Petty. "Bionomics of two aspen bark beetles, Trypophloeus populi and Procryphalus mucronatus (Coleoptera: Scolytidae)". 106 Great Basin Naturalist Vol. 37, No. 1 pp 105-127.
  2. Süda, I. Trypophloeus Fairmaine in Estonia and neighbouring countries, Eesti Metsamajanduse ja Looduskaitse Institut, Estonia


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