Aloe aldabrensis

Aloe aldabrensis (the "Aldabra Aloe", previously Lomatophyllum aldabrensis) is a species of Aloe endemic to the islands of Aldabra in the Indian Ocean, where it can still be found in coastal scrub on limestone-based soil.[1]

Aloe aldabrensis
Scientific classification
Kingdom: Plantae
Clade: Tracheophytes
Clade: Angiosperms
Clade: Monocots
Order: Asparagales
Family: Asphodelaceae
Subfamily: Asphodeloideae
Genus: Aloe
Species:
A. aldabrensis
Binomial name
Aloe aldabrensis
(Marais) L.E.Newton & G.D.Rowley[1]

Description

It is part of a group of aloes which bear fleshy berries, and were therefore classed as a separate group, Lomatophyllum. Within this group it is most closely related to Aloe pembana and Aloe alexandrei - both also from islands in the Mozambique channel - as well as Aloe peyrierasii from the north east corner of Madagascar. These species are also more distantly related to Aloe purpurea of Mauritius, but differ by their larger leaves, longer flowers, and more widely interspaced leaf-teeth.

The Aldabra aloe usually grows singly, close to the ground, with at most a short stem. Its leaves are green with red or orange tints. Its multi-branched inflorescence bears orange-red flowers in racemes, and its seeds develop in fleshy berries. [2][3]

gollark: "Xylostephones" is more accurate
gollark: Nope, not keywords.
gollark: <@337621533369303042> Was it you who wanted this?
gollark: Takes ages to load words, I'm afraid.
gollark: ```pythonimport thesaurusimport randomimport concurrent.futures as futureswords_to_synonyms = {}synonyms_to_words = {}def add_to_key(d, k, v): d[k] = d.get(k, set()).union(set(v))def add_synonyms(syns, word): for syn in syns: add_to_key(synonyms_to_words, syn, [word]) add_to_key(words_to_synonyms, word, syns)def concat(list_of_lists): return sum(list_of_lists, [])def fetch_word(word): results = concat(thesaurus.Word(word).synonyms("all")) return resultsdef add_words(words): with futures.ThreadPoolExecutor(max_workers=50) as executor: word_futures = {executor.submit(fetch_word, word): word for word in words} for future in futures.as_completed(word_futures): word = word_futures[future] try: data = future.result() except Exception as exc: print(f"Error fetching {word}: {exc}") else: add_synonyms(data, word)def getattr_hook(obj, key): results = list(synonyms_to_words.get(key, set()).union(words_to_synonyms.get(key, set()))) if len(results) > 0: return obj.__getattribute__(random.choice(results)) else: raise AttributeError(f"Attribute {key} not found.")def wrap(obj): add_words(dir(obj)) obj.__getattr__ = lambda key: getattr_hook(obj, key)wrap(__builtins__)__builtins__.engrave("Hi!")```

References

  1. "Aloe aldabrensis". World Checklist of Selected Plant Families. Royal Botanic Gardens, Kew. Retrieved 2015-07-13.
  2. U.Eggli: Illustrated Handbook of Succulent Plants: Monocotyledons: Monocotyledons Springer Science & Business Media. 2001.
  3. Medicinal Plants, Volume 1 Prota. 2008.


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.