Tillandsia gardneri

Tillandsia gardneri is a species in the genus Tillandsia. This species is native to Trinidad & Tobago, Colombia, eastern Brazil (as far south as Rio Grande do Sul) and Venezuela.[1][2][3][4]

Tillandsia gardneri
var. gardneri
Scientific classification
Kingdom:
(unranked):
(unranked):
(unranked):
Order:
Family:
Subfamily:
Genus:
Subgenus:
Species:
T. gardneri
Binomial name
Tillandsia gardneri
Lindley
Synonyms[1]
  • Anoplophytum rollissonii E.Morren ex C.Morren
  • Anoplophytum incanum E.Morren ex C.Morren
  • Tillandsia fluminensis Mez
  • Tillandsia regnellii Mez
  • Tillandsia cambuquirensis Silveira
  • Tillandsia venusta Silveira 1931, not Mez & Wercklé 1905

Cultivars

  • Tillandsia 'Feather Duster'[5]
  • Tillandsia 'Gardicta'[5]
  • Tillandsia 'Quicksilver'[5]
  • Tillandsia 'Tropic Skye'[5]
gollark: ```python#!/usr/bin/env python3import os, subprocess, sysDIR = os.path.abspath(os.path.dirname(sys.argv[0]))CC = ["gcc", "-Wall"]CACHE = os.path.join(DIR, "_cache")EXT = ".c"OUT_FILE = os.path.join(DIR, "out")if not os.path.exists(CACHE): os.mkdir(CACHE)changed_any = Falseobject_files = []for thing in os.listdir(DIR): if thing.endswith(EXT): path = os.path.join(DIR, thing) name, _, _ = thing.rpartition(EXT) cache_entry = os.path.join(CACHE, f"{name}.o") try: cache_updated_at = os.stat(cache_entry).st_mtime except FileNotFoundError: cache_updated_at = 0 code_updated_at = os.stat(path).st_mtime if cache_updated_at < code_updated_at: print(thing) subprocess.run(CC + ["-c", "-o", cache_entry, path]) changed_any = True object_files.append(cache_entry)if changed_any or not os.path.exists(OUT_FILE): subprocess.run(CC + ["-o", OUT_FILE] + object_files)else: print("no changes")```
gollark: Correction: 7.
gollark: Coming in about 3 minutes.
gollark: Use osmarksbuildsystem™.
gollark: I AM writing this, so you know.

References

  1. Kew World Checklist of Selected Plant Families
  2. BROMELIACEAE DA MATA ATLÂNTICA BRASILEIRA retrieved 22 October 2009
  3. Checklist of Venezuelan Bromeliaceae with Notes on Species Distribution by State and Levels of Endemism retrieved 3 November 2009
  4. Smith, L.B. & R. J. Downs. 1977. Tillandsioideae (Bromeliaceae), Part II. Flora Neotropica, Monograph 14(2): 663–1492
  5. BSI Cultivar Registry Retrieved 11 October 2009


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