Callimoxys
Callimoxys is a genus of long-horned beetles in the family Cerambycidae. There are about eight described species in Callimoxys.[1][2][3][4]
Callimoxys | |
---|---|
Callimoxys gracilis | |
Scientific classification | |
Kingdom: | Animalia |
Phylum: | Arthropoda |
Class: | Insecta |
Order: | Coleoptera |
Family: | Cerambycidae |
Subfamily: | Cerambycinae |
Tribe: | Stenopterini |
Genus: | Callimoxys Kraatz, 1863 |
Species
These eight species belong to the genus Callimoxys:
- Callimoxys fuscipennis LeConte, 1861
- Callimoxys gracilis (Brullé, 1832)
- Callimoxys nigrinus Hammond & Williams, 2011
- Callimoxys ocularis Hammond & Williams, 2011
- Callimoxys pinorum Casey, 1924
- Callimoxys retusifer Holzschuh, 1999
- Callimoxys sanguinicollis (Olivier, 1795) (blood-necked longhorn)
- † Callimoxys primordialis Wickham, 1911
gollark: Better fix this then compile to brpy.
gollark: UNOPTIMIZATION
gollark: OH NO
gollark: As always, the lack of newlines creates optimization.
gollark: ```python#!/usr/bin/env python3import subprocess, os, os.path, sys, argparse, datetimetimestamp = datetime.datetime.now().strftime("%Y-%m-%d_%H-%M-%S")print(timestamp)parser = argparse.ArgumentParser(description="do backups, probably")parser.add_argument("name", help="name of backup item")parser.add_argument("dir", help="directory to backup")args = parser.parse_args()print(args)srcdir = os.path.abspath(args.dir)outdir = os.path.join(os.path.dirname(os.path.abspath(sys.argv[0])), "encrypted/backups")outpath = os.path.join(outdir, f"{args.name}_{timestamp}.sqlar")print(srcdir, outdir, outpath)subprocess.run(["sqlite3", outpath, "-A", "--verbose", "--create", "--directory", srcdir, "."])```muahahahaha, backups.
References
- "Callimoxys Report". Integrated Taxonomic Information System. Retrieved 2020-01-25.
- "Callimoxys". GBIF. Retrieved 2020-01-25.
- "Callimoxys genus Information". BugGuide.net. Retrieved 2020-01-25.
- Bezark, Larry G. "A Photographic Catalog of the Cerambycidae of the New World". Archived from the original on 2019-07-19. Retrieved 2019-07-02.
Further reading
- Bezark, L. G.; Monné, M. A. (2016). Checklist of the Oxypeltidae, Vesperidae, Disteniidae and Cerambycidae (Coleoptera) of the Western Hemisphere (PDF) (Report). Archived from the original (PDF) on 2019-07-24. Retrieved 2020-01-26.
- Hammond, H. E. J.; Williams, D. J. (2011). "A revision of the genus Callimoxys Kraatz (Coleoptera: Cerambycidae) in America north of Mexico and review of world species". The Coleopterists Bulletin. 65 (3): 246–289. doi:10.1649/072.065.0307. JSTOR 41316660.
- Lobl, I.; Smetana, A., eds. (2013). Catalogue of Palaearctic Coleoptera, Volume 6: Chrysomeloidea. Apollo Books. ISBN 978-90-04-26091-7.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.