Adinandra griffithii
Adinandra griffithii is a species of plant in the Pentaphylacaceae family.
Adinandra griffithii | |
---|---|
Scientific classification | |
Kingdom: | Plantae |
Clade: | Tracheophytes |
Clade: | Angiosperms |
Clade: | Eudicots |
Clade: | Asterids |
Order: | Ericales |
Family: | Pentaphylacaceae |
Genus: | Adinandra |
Species: | A. griffithii |
Binomial name | |
Adinandra griffithii Dyer | |
Description
The tree species is endemic to Meghalaya state in northeast India.
Adinandra griffithii is a small tree confined to Cherrapunji and Shongpung forests.
It is an IUCN Red List Endangered species, threatened by habitat loss. At Cherrapunji in the East Khasi Hills district a cement factory has caused the loss of habitat.
gollark: This lets me do this```javascriptconst getPage = name => SQL`SELECT * FROM pages WHERE name = ${name} ORDER BY updated DESC LIMIT 1`.get() || null```*without* the glaring SQL injection vulnerabilities!
gollark: ```javascriptexport const SQL = (strings, ...params) => { const sql = strings.join("?") let stmt const cachedValue = preparedStatements.get(sql) if (!cachedValue) { stmt = DB.prepare(sql) preparedStatements.set(sql, stmt) } else { stmt = cachedValue } return { get: () => stmt.get.apply(stmt, params), run: () => stmt.run.apply(stmt, params), all: () => stmt.all.apply(stmt, params), statement: stmt }}```observe some stuff from my code.
gollark: I've never written that.
gollark: They do have more brackets though, sadly.
gollark: Even my (Node.)JS programs are probably faster.
References
- World Conservation Monitoring Centre (1998). "Adinandra griffithii". The IUCN Red List of Threatened Species. IUCN. 1998: e.T32924A9742171. doi:10.2305/IUCN.UK.1998.RLTS.T32924A9742171.en. Retrieved 16 December 2017.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.