Ampelopsis glandulosa
Ampelopsis glandulosa is a species of plant native to China, Japan, India, Nepal, Myanmar, Vietnam, and the Philippines.[2]
Ampelopsis glandulosa | |
---|---|
Scientific classification | |
Kingdom: | Plantae |
Clade: | Tracheophytes |
Clade: | Angiosperms |
Clade: | Eudicots |
Clade: | Rosids |
Order: | Vitales |
Family: | Vitaceae |
Genus: | Ampelopsis |
Species: | A. glandulosa |
Binomial name | |
Ampelopsis glandulosa (Wall.) Momiy. | |
Synonyms[1] | |
|
Varieties
Several varieties are distinguished:[2]
- var. hancei
- var. kulingensis
- var. glandulosa
- var. heterophylla
- var. brevipedunculata
Cultivation
Ampelopsis glandulosa is used as an ornamental plant in gardens.
gollark: I wanted a hyperapp-like state management thing with no view for skynet (it's a long story...) so I made this, because Javascript microlibraries are trendy.```javascriptconst R = require("ramda")module.exports = (initialState, actions, context = {}, expose) => { let state = initialState const wired = R.map(action => (...args) => { const result = action(...args)(state, actions, context) if (typeof result === "object") { state = R.merge(state, result) } }, actions) if ("init" in wired) { wired.init() } if (expose) { return R.pick(expose, wired) } else { return wired }}```
gollark: Er, how do I uninvert it?
gollark: It's to help users by emphasising the idiomatic bottom-up approach involving making programs from small composable functions.
gollark: Ours is upside-down, though.
gollark: I found an upside-down mappings table somewhere, which ought to help.
References
Wikimedia Commons has media related to Ampelopsis glandulosa. |
- The Plant List: A Working List of All Plant Species, retrieved 21 December 2016
- Zhiduan Chen and Jun Wen (2007), "Ampelopsis glandulosa (Wallich) Momiyama, Bull. Univ. Mus. Univ. Tokyo. 2: 78. 1971", Flora of China online, 12
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.