Squalodelphinidae
Squalodelphinidae is a family of primitive platanistoid river dolphins found in marine deposits in the eastern Pacific, western Atlantic, and Europe.[1]
Squalodelphinidae | |
---|---|
Scientific classification | |
Kingdom: | Animalia |
Phylum: | Chordata |
Class: | Mammalia |
Order: | Artiodactyla |
Infraorder: | Cetacea |
Superfamily: | Platanistoidea |
Family: | โ Squalodelphinidae Dal Piaz, 1917 |
Genera | |
|
Description
Distinguishing features of Squalodelphinidae include a moderately elongated and tapered rostrum, posterior cheek teeth being single-rooted but retaining accessory denticles, and marked skull asymmetry. Members of the family can be differentiated from the South Asian river dolphin by their shorter rostrum.[2]
gollark: ```nimimport optionsimport asyncdispatchimport httpximport tiny_sqliteimport macrosimport karax/[karaxdsl, vdom]import ./dbmacro includeFile(x: string): string = newStrLitNode(readFile(x.strVal))const css = includeFile("./src/style.css")let database = openDatabase("./monitoring.sqlite3")migrate(database)var threadDB {.threadvar.}: Option[DbConn]proc openDB(): DbConn = if isNone threadDB: threadDB = some openDatabase("./monitoring.sqlite3") get threadDBproc mainPage(): string = let vnode = buildHtml(html()): head: style: text css text "Bee deployed" $vnodeproc onRequest(req: Request) {.async.} = if req.httpMethod == some(HttpGet): case req.path.get() of "/": req.send(body=mainPage(), code=Http200, headers="Content-Type: text/html") else: req.send(Http404) else: req.send(Http404)echo "Starting up"run(onRequest, initSettings(Port(7800), "", 0))```This is what I have so far.
gollark: One per thread is likely sort of better ish slightly anyway.
gollark: Nope, this is probably fine.
gollark: I have a threadvar for each thread's DB connection and a function to get it.
gollark: Nope, I think I have a solution.
References
- "Fossilworks: Squalodelphinidae". fossilworks.org.
- O. Lambert, G. Bianucci, and M. Urbina. 2014. Huaridelphis raimondii, a new early Miocene Squalodelphinidae (Cetacea, Odontoceti) from the Chilcatay Formation, Peru. Journal of Vertebrate Paleontology 34(5):987-1004
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.