Abarema

Abarema is a neotropical genus of large trees in the legume family (Fabaceae). They grow from Mexico (Abarema idiopoda) to Bolivia. Most of the species can be found in the Amazon Basin and the Guyana Highlands. They have a deep-green fernlike foliage, with bipinnately compound leaves.

Abarema
Abarema cochliocarpos
Scientific classification
Kingdom:
(unranked):
(unranked):
(unranked):
Order:
Family:
Subfamily:
(unranked):
Genus:
Abarema

Species

c. 45, see text.

Synonyms
  • Klugiodendron Britton & Killip
  • Punjuba Britton & Rose
  • Jupunba Britton & Rose

Species

Following the 1996 revision, there are currently about 45 species. In older works, the entire genus is usually included within Pithecellobium.[2]

Formerly placed here

Footnotes

  1. The Legume Phylogeny Working Group (LPWG). (2017). "A new subfamily classification of the Leguminosae based on a taxonomically comprehensive phylogeny". Taxon. 66 (1): 44–77. doi:10.12705/661.3.
  2. Barneby & Grimes (1996), ILDIS (2005)
gollark: Well, what didn't work, then?
gollark: They aren't that hard. You just use `server_name` in the `server` block.
gollark: Not specifically wordpress, no.
gollark: I would probably use nginx, because I'm used to it and it has nicer configuration:```nginxhttp { # whatever important configuration you have for all HTTP servers, `nginx.conf` probably ships with some # fallback in case someone visits with an unrecognized Host header server { listen 80 default_server; listen [::]:80 default_server; return 301 http://somedomain$request_uri; } server { listen 80; # you may (probably do) want HTTPS instead, in which case this bit is somewhat different - you need to deal with certs and stuff, and use port 443 - also you should probably add HTTP/2 listen [::]:80; # IPv6 server_name domain1.com; location / { proxy_pass http://backend1:8080/; } } server { listen 80; listen [::]:80; server_name domain2.com; location / { proxy_pass http://backend2:8080/; } }}```
gollark: The reverse-proxy solution is in my opinion the best one, although it would require some config.

References

  • Barneby, R.C. & Grimes, J.W. (1996): Silk Tree, Guanacaste, Monkey's Earring: A generic system for the synandrous Mimosaceae of the Americas. Part I. Abarema, Albizia, and Allies. Memoirs of the New York Botanical Garden 74(1): 1–292. ISBN 0-89327-395-3
  • International Legume Database & Information Service (ILDIS) (2005): Genus Abarema. Version 10.01, November 2005. Retrieved 2008-MAR-31.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.