Quercus laeta

Quercus laeta is an oak species in the white oak section, Quercus section Quercus, in the beech family. It is widespread across much of Mexico from Sinaloa and Nuevo León south as far as Oaxaca.[2][3]

Quercus laeta
Scientific classification
Kingdom: Plantae
Clade: Tracheophytes
Clade: Angiosperms
Clade: Eudicots
Clade: Rosids
Order: Fagales
Family: Fagaceae
Genus: Quercus
Subgenus: Quercus subg. Quercus
Section: Quercus sect. Quercus
Species:
Q. laeta
Binomial name
Quercus laeta
Synonyms[1]

Description

Quercus laeta is a tree up to 10 meters tall with a trunk up to 40 cm in diameter. Leaves are dark green, thick and leathery, up to 40 cm long with a few shallow teeth along the edges.[2]

gollark: It's very\* readable\*\*.
gollark: ```javascriptconst spaces = regex(/^ */)const whitespace = regex(/^[ \n\t]*/)const name = regex(/^[^ \n\t():]+/)const code = many(coroutine(function*() { yield spaces return yield choice([ coroutine(function*() { yield char("(") const x = yield code yield spaces yield char(")") return x }), name ])}))const program = sequenceOf([ many1(coroutine(function*() { yield whitespace const n = yield name yield whitespace yield str(":=") const c = yield code return { code: c, name: n } })), possibly(whitespace)]).map(([x, _]) => x)```parsing™
gollark: It was very elegant. I combinated™ it in a few lines of code.
gollark: It went nicely and I had a cool parser and all until it turned out that we were accidentally pushing to the wrong end of a list or something in a stupidly hard to debug way.
gollark: Fun times, that was. We were using JS to implement that weird stacky language.

References

  1. "Quercus laeta Liebm.". World Checklist of Selected Plant Families (WCSP). Royal Botanic Gardens, Kew via The Plant List.
  2. Romero Rangel, S.; Rojas Zenteno, E. C.; Aguilar Enríquez, M. L. (2002). "El género Quercus (Fagaceae) en el estado de México". Annals of the Missouri Botanical Garden. 89 (4): 551–593. doi:10.2307/3298595: in Spanish, with line drawings of each species.
  3. McVaugh, R. (1974). "Flora Novo-Galiciana: Fagaceae". Contributions from the University of Michigan Herbarium. 12 (1, 3): 50-53.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.