Cynodictis
Cynodictis, ("slender dog marten") is an extinct amphicyonid carnivoran which inhabited Eurasia from the Late Eocene subepoch to the Early Oligocene subepoch living from 37.2—28.4 million years ago, existing for approximately 8.8 million years.[1][2]
Cynodictis | |
---|---|
Scientific classification | |
Kingdom: | Animalia |
Phylum: | Chordata |
Class: | Mammalia |
Order: | Carnivora |
Family: | Canidae |
Genus: | †Cynodictis Bravard and Pomel, 1850 |
Species | |
|
Anatomy
Cynodictis had a long muzzle and a low-slung body. It had carnassial teeth for slicing chunks of meat off carcasses. It was about 30 cm at the shoulder.
Fossil distribution
Fossil specimens have been found from Mengjiapo, China to the Isle of Wight, Great Britain as well as Weisserburg, Germany and 3 sites in France.
gollark: This is really only useful if you want to actually resolve krist domains for HTTPoidal purposes or something.
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);```
References
Haines, Tim, and Paul Chambers. The Complete Guide to Prehistoric Life. Pg. 176. Canada: Firefly Books Ltd., 2006.
- Paleobiology Database: Cynodictis, age range and collections
- Egi, Naoko, Takehisa Tsubamoto, and Khishigjav Tsogtbaatar. "New amphicyonid (Mammalia: Carnivora) from the Upper Eocene Ergilin Dzo Formation, Mongolia." Paleontological research 13.3 (2009): 245-249.("...It is similar to Cynodictis, which is a primitive amphicyonid from the late Eocene to early Oligocene of Europe...")
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.