Escambia map turtle
The Escambia map turtle (Graptemys ernsti) is a species of turtle in the family Emydidae. The species is endemic to the United States.
Escambia map turtle | |
---|---|
Graptemys ernsti | |
Scientific classification ![]() | |
Kingdom: | Animalia |
Phylum: | Chordata |
Class: | Reptilia |
Order: | Testudines |
Suborder: | Cryptodira |
Superfamily: | Testudinoidea |
Family: | Emydidae |
Genus: | Graptemys |
Species: | G. ernsti |
Binomial name | |
Graptemys ernsti Lovich & McCoy, 1992 | |
![]() | |
Range map | |
Synonyms[2] | |
|
Geographic range
G. ernsti is found in southern Alabama and western Florida, in rivers which drain into Escambia Bay.[2]
Etymology
The specific name, ernsti, is in honor of American herpetologist Dr. Carl Henry Ernst (born 1938).[3][4]
gollark: `False`
gollark: `True`
gollark: ```pythonimport requestsimport randomimport fileinputdef weighted_choice(choices): total = sum(weight for choice, weight in choices) r = random.uniform(0, total) upto = 0 for choice, weight in choices: if upto + weight >= r: return choice upto += weight assert False, "Shouldn't get here"def get_rhymes(word, extra_params={}): default_params = { "rel_rhy": word, "max": 20, "md": "pf" } return requests.get("https://api.datamuse.com/words/", params={**default_params, **extra_params}).json()def get_frequency(word_object): for tag in word_object["tags"]: if tag.startswith("f:"): return float(tag[2:]) return 0def get_rhyme(word, params): options = get_rhymes(word, params) options = list(map(lambda word_object: (word_object["word"], get_frequency(word_object)), options)) if len(options) == 0: return word return weighted_choice(options)last = Nonefor line in fileinput.input(): line = line.replace("\n", "") if last != None: print(line + " " + get_rhyme(last, {})) last = None else: last = line.replace(".", "").split(" ")[-1] print(line)```
gollark: My automated rap generatorIs far superior to puny human rappers laterIt is backed by the entire resourcesOf this random online dictionary and word relation query API resource isTechnically it still relies on human interventionTo produce the input text to turn into rap intentionAnd due to the limitations of current natural language processingIt is unable to significantly transform the input text reprocessingThis is because spoken human languagesAre mostly not designed with machine-parseability language isor ease of understandingas major goals expandingand were we using better-designed languages, automated rapwould surely be much easier. app
gollark: Does that even rhyme?Um... BLIME!
References
- van Dijk PP (2011). "Graptemys ernsti ". IUCN Red List of Threatened Species. 2011: e.T9500A97418010. doi:10.2305/IUCN.UK.2013.RLTS.T9500A12997190.en.{{cite iucn}}: error: |doi= / |page= mismatch (help)
- Fritz, Uwe; Havaš, Peter (2007). "Checklist of Chelonians of the World" (PDF). Vertebrate Zoology. 57 (2). Archived from the original (PDF) on 17 December 2010. Retrieved 29 May 2012.
- "Graptemys ernsti ". The Reptile Database. www.reptile-database.org.
- Beolens, Bo; Watkins, Michael; Grayson, Michael (2011). The Eponym Dictionary of Reptiles. Baltimore: Johns Hopkins University Press. xiii + 296 pp. ISBN 978-1-4214-0135-5. (Graptemys ernsti, p. 85).
Further reading
Lovich JE, McCoy CJ (1992). "Review of the Graptemys pulchra Group (Reptilia: Testudines: Emydidae), with Descriptions of Two New Species". Annals of Carnegie Museum 61 (4): 293–315. ("Grapemys ernsti, new species", pp. 300–302, Figures 4-5).
External links
- Tortoise and Freshwater Turtle Specialist Group (1996). Graptemys ernsti. 2006 IUCN Red List of Threatened Species. Downloaded on 29 July 2007.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.