Spaces:
Running
Running
Nicky Nicolson
commited on
Commit
·
5a291f2
1
Parent(s):
f513d70
Add solanacaea hosted portal site
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- 404.md +11 -0
- _config.yml +115 -1
- _config_staging.yml +1 -0
- _config_uat.yml +5 -0
- _data/examples.yml +70 -0
- _data/footer.yml +20 -0
- _data/home.yml +19 -0
- _data/images.yml +36 -0
- _data/languages.yml +3 -0
- _data/navigation.yml +75 -0
- _data/phylogenyTrees.yml +2 -0
- _data/sidenav.yml +60 -0
- _data/translations.yml +6 -0
- _includes/head.html +1 -0
- _includes/icon-burger.html +1 -0
- _includes/icon-color.html +1 -0
- _includes/icon-eye.html +1 -0
- _includes/icon-funnel.html +1 -0
- _includes/icon-nodes.html +1 -0
- _includes/js/config.js +27 -0
- _posts/2020-09-25-welcome-to-jekyll.markdown +14 -0
- _posts/2021-01-14-for-authors.md +9 -0
- _sass/_example.scss +79 -0
- _sass/_main.scss +63 -0
- about.md +113 -0
- archive.md +10 -0
- assets/phylotree/nightshade.json +0 -0
- distribution.md +15 -0
- diversity.md +33 -0
- example-pages/complex.md +43 -0
- example-pages/simple.md +21 -0
- genomics.md +16 -0
- home.md +32 -0
- occurrence/search.md +6 -0
- phylogeny/explore.md +108 -0
- serve.json +20 -0
- site.webmanifest +19 -0
- specimen/search.md +6 -0
- taxonomy/Anthocercis.md +74 -0
- taxonomy/Browallia.md +71 -0
- taxonomy/Capsicum.md +74 -0
- taxonomy/Datura.md +73 -0
- taxonomy/Duckeodendron.md +74 -0
- taxonomy/Goetzea.md +74 -0
- taxonomy/Hyoscyamus.md +74 -0
- taxonomy/Jaborosa.md +74 -0
- taxonomy/Jaltomata.md +74 -0
- taxonomy/Latua.md +74 -0
- taxonomy/Lycianthes.md +74 -0
- taxonomy/Lycium.md +74 -0
404.md
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
layout: pageNotFound
|
3 |
+
preTitle: Error 404
|
4 |
+
title: Page not found
|
5 |
+
description: We cannot find the page you are looking for
|
6 |
+
permalink: /404
|
7 |
+
cta:
|
8 |
+
- text: Home
|
9 |
+
isPrimary: true
|
10 |
+
href: /
|
11 |
+
---
|
_config.yml
CHANGED
@@ -1,6 +1,120 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
theme: minima
|
2 |
plugins:
|
3 |
- jekyll-feed
|
4 |
- jekyll-remote-theme
|
5 |
|
6 |
-
remote_theme: gbif/jekyll-hp-base-theme
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Welcome to Jekyll!
|
2 |
+
#
|
3 |
+
# This config file is meant for settings that affect your whole blog, values
|
4 |
+
# which you are expected to set up once and rarely edit after that. If you find
|
5 |
+
# yourself editing this file very often, consider using Jekyll's data files
|
6 |
+
# feature for the data you need to update frequently.
|
7 |
+
#
|
8 |
+
# For technical reasons, this file is *NOT* reloaded automatically when you use
|
9 |
+
# 'bundle exec jekyll serve'. If you change this file, please restart the server process.
|
10 |
+
#
|
11 |
+
# If you need help with YAML syntax, here are some quick references for you:
|
12 |
+
# https://learn-the-web.algonquindesign.ca/topics/markdown-yaml-cheat-sheet/#yaml
|
13 |
+
# https://learnxinyminutes.com/docs/yaml/
|
14 |
+
# You should also look at https://hp-theme.gbif-staging.org/documentation-intro for options
|
15 |
+
#
|
16 |
+
# Site settings
|
17 |
+
# These are used to personalize your new site. If you look in the HTML files,
|
18 |
+
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
|
19 |
+
# You can create any custom variable you would like, and they will be accessible
|
20 |
+
# in the templates via {{ site.myvariable }}.
|
21 |
+
|
22 |
+
title: Solanaceae Source
|
23 |
+
email: [email protected]
|
24 |
+
description: A global taxonomic resource for the nightshade family
|
25 |
+
baseurl: # the subpath of your site, e.g. /blog
|
26 |
+
url: https://solanaceae.hp.gbif.org # the base hostname & protocol for your site, e.g. http://example.com
|
27 |
+
# twitter_username: yourname # if you have an account you want to link to. Else comment this line out
|
28 |
+
# github_username: yourname # if you have an account you want to link to. Else comment this line out
|
29 |
+
|
30 |
+
# Build settings
|
31 |
theme: minima
|
32 |
plugins:
|
33 |
- jekyll-feed
|
34 |
- jekyll-remote-theme
|
35 |
|
36 |
+
remote_theme: gbif/jekyll-hp-base-theme
|
37 |
+
|
38 |
+
# For use by the 'standardPrivacy' layout
|
39 |
+
privacy:
|
40 |
+
name: Solanaceae Source
|
41 |
+
domain: www.solanaceaesource.org
|
42 |
+
contactEmail: [email protected]
|
43 |
+
helpdeskEmail: [email protected]
|
44 |
+
|
45 |
+
# The text for the terms can be changed by adding translations for 'terms', 'acceptTerms' and 'rejectTerms' in `/_data/translations.yml`.
|
46 |
+
siteMeasurements:
|
47 |
+
enable: false # When enabled there will be a popup asking the user for their consent. If they accept then the function "attachMeasurements" will be called. You can overwrite this function by adding a file `/_includes/js/measure.js` and replace the function.
|
48 |
+
GA_ID: "G-XXXXXXXX" # Your Google analytics ID. Sometimes they start with UA-XXXXX-X other times with G-XXXXXXXX depending on how you set it up
|
49 |
+
termsVersion: "2021-07-06" # A version number for your terms. If you change this, then the users will see the popup again asking them to confirm/reject anew.
|
50 |
+
|
51 |
+
|
52 |
+
algae:
|
53 |
+
rootLang: en
|
54 |
+
# latestPostLimit: 2
|
55 |
+
logo: /assets/images/logo.png # Logo in navbar, will be displayed with 28px height
|
56 |
+
logoAndTitle: true # include the title next to the logo
|
57 |
+
archive_permalink: /news/ # Permalink of page using archive.html layout, required when using post categories
|
58 |
+
style:
|
59 |
+
# square: false # Should corners be square or rounded
|
60 |
+
colors:
|
61 |
+
primary: "#57508E" # Primary color of your brand. Use HEX code. Used for buttons and links
|
62 |
+
links: "#57508E" # What color should links have. Use a HEX code. DEfault is primary color.
|
63 |
+
coloredHeadlineLinks: false # If a headline is a link, then use the link color. Default is true.
|
64 |
+
navbar: # RELATED TO NAVIGATION BAR
|
65 |
+
# brandBackground: white # Define a custom background for the logo/title in the top navigation bar
|
66 |
+
color: "#FFFFFF" # What color should the navbar be?
|
67 |
+
hasWhiteText: false # Should the text color be white?
|
68 |
+
# floating: true
|
69 |
+
|
70 |
+
# Exclude from processing.
|
71 |
+
# The following items will not be processed, by default.
|
72 |
+
# Any item listed under the `exclude:` key here will be automatically added to
|
73 |
+
# the internal "default list".
|
74 |
+
#
|
75 |
+
# Excluded items can be processed by explicitly listing the directories or
|
76 |
+
# their entries' file path in the `include:` list.
|
77 |
+
#
|
78 |
+
|
79 |
+
# be aware that COL ids are unstable https://github.com/CatalogueOfLife/backend/issues/980 - so this might not work tomorrow.
|
80 |
+
col:
|
81 |
+
gbifDatasetKey: f382f0ce-323a-4091-bb9f-add557f3a9a2
|
82 |
+
version: "latest" # There is no latest version we can get, so we have to rely on a specific version. If the site appears broken, then this probably needs to be updated to the latest version
|
83 |
+
catalogueKey: "2004" # entire WCVP dataset
|
84 |
+
defaultTaxonKey: "wfo-7000000654-2024-12" # This value have been observed to change over time, this value goes with catalogueKey = 2232
|
85 |
+
|
86 |
+
exclude:
|
87 |
+
# - .sass-cache/
|
88 |
+
# - .jekyll-cache/
|
89 |
+
# - gemfiles/
|
90 |
+
# - Gemfile
|
91 |
+
# - Gemfile.lock
|
92 |
+
# - node_modules/
|
93 |
+
# - vendor/bundle/
|
94 |
+
# - vendor/cache/
|
95 |
+
# - vendor/gems/
|
96 |
+
# - vendor/ruby/
|
97 |
+
- .LICENSE
|
98 |
+
- .netlify.toml
|
99 |
+
- .README.md
|
100 |
+
|
101 |
+
permalink: pretty # will strip extensions like .html from urls
|
102 |
+
|
103 |
+
defaults:
|
104 |
+
- scope:
|
105 |
+
path: "" # an empty string here means all files in the project
|
106 |
+
values:
|
107 |
+
layout: "page" # So by default any page will use the layout "page"
|
108 |
+
lang: en # And have the default language english
|
109 |
+
- scope:
|
110 |
+
path: "_posts" # an empty string here means all files in the project
|
111 |
+
values:
|
112 |
+
layout: "post"
|
113 |
+
permalink: "/post/:year/:slug/" # Use /post/yyyy/{filename}/ as permalink for all posts
|
114 |
+
|
115 |
+
phylo:
|
116 |
+
tool: https://phylogeny-tool.gbif.org
|
117 |
+
treePath: /assets/phylotree/nightshade.json
|
118 |
+
template: /occurrence/search?view=MAP&{query}
|
119 |
+
|
120 |
+
|
_config_staging.yml
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
url: "https://solanaceae.hp.gbif-staging.org/" # the base hostname & protocol for your staging site, e.g. https://hp-example.gbif-staging.org
|
_config_uat.yml
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
url: "https://solanaceae.hp.gbif-uat.org/" # the base hostname & protocol for your staging site, e.g. https://hp-example.gbif-uat.org
|
2 |
+
|
3 |
+
useSharedLibrary: true # Use the new component library
|
4 |
+
testSite: true #style the site to show that it is a test site
|
5 |
+
graphqlEndpoint: "https://graphql.gbif-uat.org/graphql" # for use with e.g. new stories from GBIF.org
|
_data/examples.yml
ADDED
@@ -0,0 +1,70 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
stats:
|
2 |
+
klass: contentTypesStat
|
3 |
+
# title: "type: stats"
|
4 |
+
# description: | # required
|
5 |
+
# See [`_data/compose/examples.yml`](https://github.com/gbif/jekyll-theme-algae/blob/master/_data/compose/examples.yml#L72) for the content structure.
|
6 |
+
features:
|
7 |
+
- title: <span data-ajax-url="https://api.gbif.org/v1/grscicoll/institution?displayOnNHCPortal=true">642</span>
|
8 |
+
description: Institutions
|
9 |
+
background: /assets/images/placeholders/institutions_small.jpg
|
10 |
+
href: /institution/search
|
11 |
+
- title: <span data-ajax-url="https://api.gbif.org/v1/grscicoll/collection?&displayOnNHCPortal=true">45</span>
|
12 |
+
description: Collections
|
13 |
+
background: /assets/images/placeholders/collections_small.jpg
|
14 |
+
href: /collection/search
|
15 |
+
- title: "54 million"
|
16 |
+
description: Digitized specimens
|
17 |
+
background: /assets/images/placeholders/specimen.png
|
18 |
+
|
19 |
+
couldBeAnyName:
|
20 |
+
title: Virginis socerque
|
21 |
+
description: |
|
22 |
+
Forth beginning form dry thing. Form seed void likeness darkness light. Can’t created third upon spirit fruitful hath likeness their. Replenish saw female night they’re you blessed all greater cattle, grass god fifth you’re. Above wherein replenish face multiply male every. Own hath lights under creeping.
|
23 |
+
features:
|
24 |
+
- title: Abundantly light years # required
|
25 |
+
description: | # required
|
26 |
+
Also, in [for from](/about) winged doesn’t sea creepeth brought be deep abundantly light green they’re living green years.
|
27 |
+
href: /about
|
28 |
+
# img required
|
29 |
+
background: "{{ site.data.images.nolana.src }}"
|
30 |
+
imageLicense: "{{ site.data.images.nolana.caption }}"
|
31 |
+
# categories: [drawings] # optional
|
32 |
+
- title: Fly moving land # required
|
33 |
+
description: | # required
|
34 |
+
Also, in [for from](/about) winged doesn’t sea creepeth brought be deep abundantly light green they’re living green years.
|
35 |
+
href: /about
|
36 |
+
background: "{{ site.data.images.solanum.src }}"
|
37 |
+
imageLicense: "{{ site.data.images.solanum.caption }}"
|
38 |
+
- title: Fruitful replenish # required
|
39 |
+
description: | # required
|
40 |
+
Also, in [for from](/about) winged doesn’t sea creepeth brought be deep abundantly light green they’re living green years.
|
41 |
+
href: /about
|
42 |
+
background: /assets/images/placeholders/blocks2.png
|
43 |
+
imageLicense: None for this image, but normally you would provide one here
|
44 |
+
- title: Land man dry # required
|
45 |
+
description: | # required
|
46 |
+
Also, in [for from](/about) winged doesn’t sea creepeth brought be deep abundantly light green they’re living green years.
|
47 |
+
href: /about
|
48 |
+
background: /assets/images/placeholders/blocks2.png
|
49 |
+
imageLicense: None for this image, but normally you would provide one here
|
50 |
+
- title: Abundantly light years # required
|
51 |
+
description: | # required
|
52 |
+
Also, in [for from](/about) winged doesn’t sea creepeth brought be deep abundantly light green they’re living green years.
|
53 |
+
href: /about
|
54 |
+
background: /assets/images/placeholders/blocks2.png
|
55 |
+
imageLicense: None for this image, but normally you would provide one here
|
56 |
+
|
57 |
+
herbariumImageExample:
|
58 |
+
reverse: false
|
59 |
+
title: "Likeness darkness light"
|
60 |
+
description: | # required
|
61 |
+
Forth beginning form dry thing. Form seed void likeness darkness light. Can't created third upon spirit fruitful hath likeness their. Replenish saw female night they're you blessed all greater cattle, grass god fifth you're. Above wherein replenish face multiply male every. Own hath lights under creeping.
|
62 |
+
# img required
|
63 |
+
background: https://data.nhm.ac.uk/media/d9850154-9e45-426c-8712-d030da3c1c00
|
64 |
+
imageLicense: |
|
65 |
+
*Polyptychodon* Owen, 1841 collected in United Kingdom of Great Britain and Northern Ireland. [See full record](/specimen/search?entity=1057252794&view=TABLE) (licensed under http://creativecommons.org/licenses/by/4.0/)
|
66 |
+
href: /about
|
67 |
+
cta:
|
68 |
+
- text: Download report
|
69 |
+
href: http://example.com
|
70 |
+
isPrimary: true
|
_data/footer.yml
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Footer content is organized in columns.
|
2 |
+
# You can also add a small print license statement at the bottom.
|
3 |
+
|
4 |
+
# Columns (the more you add, the narrower they will be)
|
5 |
+
columns:
|
6 |
+
- name: Partners
|
7 |
+
description: |
|
8 |
+
This portal is a project of the Solanaceae Taxonomic Expert Network [SolTEN](https://about.worldfloraonline.org/tens/solanaceaesource-org), led by Sandra Knapp and Tiina Sarkinen.
|
9 |
+
|
10 |
+
- name: Code
|
11 |
+
description: | # Can be Markdown
|
12 |
+
This project is open source.
|
13 |
+
All files are available on [GitHub](https://github.com/gbif/hp-solanaceae).
|
14 |
+
To leave a comment, report an issue or suggest an improvement, you can [create a new GitHub issue](https://github.com/gbif/hp-solanaceae/issues/new).
|
15 |
+
|
16 |
+
- name: Contact
|
17 |
+
description: | # Can be Markdown, Social icons links defined in `_config.yml`
|
18 |
+
* [Email Solanaceae Source](mailto:[email protected])
|
19 |
+
connectIcons: true
|
20 |
+
|
_data/home.yml
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
stats:
|
2 |
+
features:
|
3 |
+
# we can also use the graphql API to allow richer queries
|
4 |
+
- title: <span data-ajax-url="https://api.gbif.org/v1/occurrence/search?taxonKey=7717&limit=0">3.000.000</span>
|
5 |
+
description: Occurrences
|
6 |
+
#background: /assets/images/landing_page/iconos_cifras/registros_biologicos.png
|
7 |
+
href: /data?view=MAP
|
8 |
+
# using a dynamic value from some endpoint. You can configure what field to look for using the path attribute
|
9 |
+
- title: <span data-ajax-path="total" data-ajax-url="https://api.checklistbank.org/dataset/2004/nameusage/search?TAXON_ID=wfo-7000000654-2024-12&limit=0&rank=species&status=accepted">2.728</span>
|
10 |
+
description: Species
|
11 |
+
#background: /assets/images/landing_page/iconos_cifras/listas_de_especies.png
|
12 |
+
#https://www.checklistbank.org/dataset/2004/classification?taxonKey=wfo-7000000654-2024-12
|
13 |
+
href: /taxonomy/browse
|
14 |
+
# using a dynamic value from some endpoint. It will default to look for a 'count' value in the response
|
15 |
+
- title: <span data-ajax-path="total" data-ajax-url="https://api.checklistbank.org/dataset/2004/nameusage/search?TAXON_ID=wfo-7000000654-2024-12&limit=0&rank=genus&status=accepted">102</span>
|
16 |
+
#could also use "https://api.catalogueoflife.org/dataset/2004/tree/x4/children?extinct=true&type=SOURCE&limit=1000" or "https://api.catalogueoflife.org/dataset/2304/tree/x4?catalogueKey=3&extinct=true"
|
17 |
+
description: Genera
|
18 |
+
#background: /assets/images/landing_page/iconos_cifras/fichas_de_especies.png
|
19 |
+
href: /taxonomy/browse
|
_data/images.yml
ADDED
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# it is possible to refer to images in front matter and access these images.
|
2 |
+
# Or you can choose to just type them in the front matter. It is a matter of preference.
|
3 |
+
# If you reuse images a lot, it can be convinent to only have them one place.
|
4 |
+
|
5 |
+
# So in your frontmatter you can either use this data file :
|
6 |
+
# background: "{{ site.data.images.catocala_ilia_cramer.src }}"
|
7 |
+
# imageLicense: "{{ site.data.images.catocala_ilia_cramer.caption }}"
|
8 |
+
#
|
9 |
+
# or you can just type it in that file
|
10 |
+
# background: /assets/images/placeholders/irpex_spiculifer_1135723338.jpg
|
11 |
+
# imageLicense: [Isotype of _Irpex spiculifer_ G.Cunn.](https://www.gbif.org/occurrence/1135723338) from [Manaaki Whenua - Landcare Research](/collection/034e128e-ee23-42d4-989d-cbe406c04fdb)
|
12 |
+
|
13 |
+
solanum:
|
14 |
+
src: /assets/images/Solanum_wendlandii_Hilgenhof_cult_Kew.jpg
|
15 |
+
caption: |
|
16 |
+
*Solanum wendlandii* Hook.f. (photo by R.Hilgenhof, licensed under CC-BY-NC)
|
17 |
+
solanum2:
|
18 |
+
src: /assets/images/Solanum_rostratum_IMG_0547.jpg
|
19 |
+
caption: |
|
20 |
+
*Solanum rostratum* Dunal (photo by S.Knapp, licensed under CC-BY-NC)
|
21 |
+
solanum1:
|
22 |
+
src: /assets/images/placeholders/Solanum_Androceras_IMG_0544.jpg
|
23 |
+
caption: |
|
24 |
+
*Solanum* (Androceras clade; photo by L.Bohs, licensed under CC-BY-NC)
|
25 |
+
wildpotato:
|
26 |
+
src: /assets/images/placeholders/Knapp_10232_DSC_8307.JPG
|
27 |
+
caption: |
|
28 |
+
*Solanum acaule* Bitter (photo by S.Knapp, licensed under CC-BY-NC)
|
29 |
+
datura:
|
30 |
+
src: /assets/images/placeholders/datura_4014889973.jpeg
|
31 |
+
caption: |
|
32 |
+
*Datura metel* L. (photo by S.Knapp, licensed under CC-BY-NC)
|
33 |
+
nolana:
|
34 |
+
src: /assets/images/Nolana/N. carnosa_ J.Hepp_DSC_0200.JPG
|
35 |
+
caption: |
|
36 |
+
*Nolana carnosa* (Lindl.) Miers ex Dunal (licensed under CC-BY-NC)
|
_data/languages.yml
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
en:
|
2 |
+
label: English
|
3 |
+
icon: # optional
|
_data/navigation.yml
ADDED
@@ -0,0 +1,75 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Links listed below will be included in your site's navbar (navigation at the top)
|
2 |
+
|
3 |
+
- text: About
|
4 |
+
href: /about
|
5 |
+
- text: Occurrence Data
|
6 |
+
href: /occurrence/search
|
7 |
+
- text: Taxonomy
|
8 |
+
href: /taxonomy
|
9 |
+
menu: #Dropdown menu
|
10 |
+
- text: Accepted Species
|
11 |
+
href: /taxonomy/species-list
|
12 |
+
- text: Browse
|
13 |
+
href: /taxonomy/browse
|
14 |
+
- text: Advanced search
|
15 |
+
href: /taxonomy/search
|
16 |
+
- text: "---" # Divider to separate blocks of menu items (at least 3 "-")
|
17 |
+
- text: Capsicum
|
18 |
+
href: /taxonomy/Capsicum
|
19 |
+
- text: Physalis
|
20 |
+
href: /taxonomy/Physalis
|
21 |
+
- text: Solanum
|
22 |
+
href: /taxonomy/Solanum
|
23 |
+
- text: "---" # Divider to separate blocks of menu items (at least 3 "-")
|
24 |
+
- text: Browallia
|
25 |
+
href: /taxonomy/Browallia
|
26 |
+
- text: Anthocercis & related genera
|
27 |
+
href: /taxonomy/Anthocercis
|
28 |
+
- text: Datura
|
29 |
+
href: /taxonomy/Datura
|
30 |
+
- text: Duckeodendron
|
31 |
+
href: /taxonomy/Duckeodendron
|
32 |
+
- text: Goetzea
|
33 |
+
href: /taxonomy/Goetzea
|
34 |
+
- text: Hyoscyamus & related genera
|
35 |
+
href: /taxonomy/Hyoscyamus
|
36 |
+
- text: Jaborosa
|
37 |
+
href: /taxonomy/Jaborosa
|
38 |
+
- text: Jaltomata
|
39 |
+
href: /taxonomy/Jaltomata
|
40 |
+
- text: Latua
|
41 |
+
href: /taxonomy/Latua
|
42 |
+
- text: Lycianthes
|
43 |
+
href: /taxonomy/Lycianthes
|
44 |
+
- text: Lycium
|
45 |
+
href: /taxonomy/Lycium
|
46 |
+
- text: Mandragora
|
47 |
+
href: /taxonomy/Mandragora
|
48 |
+
- text: Nicotiana
|
49 |
+
href: /taxonomy/Nicotiana
|
50 |
+
- text: Nolana
|
51 |
+
href: /taxonomy/Nolana
|
52 |
+
- text: Petunia
|
53 |
+
href: /taxonomy/Petunia
|
54 |
+
- text: Salpichroa & Nectouxia
|
55 |
+
href: /taxonomy/Salpichroa
|
56 |
+
- text: Schizanthus
|
57 |
+
href: /taxonomy/Schizanthus
|
58 |
+
- text: Schwenckia
|
59 |
+
href: /taxonomy/Schwenckia
|
60 |
+
- text: Solandra
|
61 |
+
href: /taxonomy/Solandra
|
62 |
+
- text: Witheringia
|
63 |
+
href: /taxonomy/Witheringia
|
64 |
+
- text: Phylogeny
|
65 |
+
href: /phylogeny/explore
|
66 |
+
- text: Diversity
|
67 |
+
href: /diversity
|
68 |
+
- text: Identification
|
69 |
+
href: /identification
|
70 |
+
- text: Genomics
|
71 |
+
href: /genomics
|
72 |
+
- text: Uses
|
73 |
+
href: /uses
|
74 |
+
- text: News
|
75 |
+
href: /news/
|
_data/phylogenyTrees.yml
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
trees:
|
2 |
+
nightshade: /assets/phylotree/nightshade.json
|
_data/sidenav.yml
ADDED
@@ -0,0 +1,60 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
taxonomy:
|
2 |
+
- content:
|
3 |
+
- title: Accepted Species
|
4 |
+
path: /taxonomy/species-list
|
5 |
+
- title: Browse
|
6 |
+
path: /taxonomy/browse
|
7 |
+
- title: Advanced search
|
8 |
+
path: /taxonomy/search
|
9 |
+
- grouptitle: Crop genera
|
10 |
+
content:
|
11 |
+
- title: Capsicum
|
12 |
+
path: /taxonomy/Capsicum
|
13 |
+
- title: Physalis
|
14 |
+
path: /taxonomy/Physalis
|
15 |
+
- title: Solanum
|
16 |
+
path: /taxonomy/Solanum
|
17 |
+
- grouptitle: Other genera
|
18 |
+
content:
|
19 |
+
- title: Anthocercis & related genera
|
20 |
+
path: /taxonomy/Anthocercis
|
21 |
+
- title: Browallia
|
22 |
+
path: /taxonomy/Browallia
|
23 |
+
- title: Datura
|
24 |
+
path: /taxonomy/Datura
|
25 |
+
- title: Duckeodendron
|
26 |
+
path: /taxonomy/Duckeodendron
|
27 |
+
- title: Goetzea
|
28 |
+
path: /taxonomy/Goetzea
|
29 |
+
- title: Hyoscyamus & related genera
|
30 |
+
path: /taxonomy/Hyoscyamus
|
31 |
+
- title: Jaborosa
|
32 |
+
path: /taxonomy/Jaborosa
|
33 |
+
- title: Jaltomata
|
34 |
+
path: /taxonomy/Jaltomata
|
35 |
+
- title: Latua
|
36 |
+
path: /taxonomy/Latua
|
37 |
+
- title: Lycianthes
|
38 |
+
path: /taxonomy/Lycianthes
|
39 |
+
- title: Lycium
|
40 |
+
path: /taxonomy/Lycium
|
41 |
+
- title: Mandragora
|
42 |
+
path: /taxonomy/Mandragora
|
43 |
+
- title: Nicotiana
|
44 |
+
path: /taxonomy/Nicotiana
|
45 |
+
- title: Nolana
|
46 |
+
path: /taxonomy/Nolana
|
47 |
+
- title: Petunia
|
48 |
+
path: /taxonomy/Petunia
|
49 |
+
- title: Salpichroa & Nectouxia
|
50 |
+
path: /taxonomy/Salpichroa
|
51 |
+
- title: Schizanthus
|
52 |
+
path: /taxonomy/Schizanthus
|
53 |
+
- title: Schwenckia
|
54 |
+
path: /taxonomy/Schwenckia
|
55 |
+
- title: Solandra
|
56 |
+
path: /taxonomy/Solandra
|
57 |
+
- title: Witheringia
|
58 |
+
path: /taxonomy/Witheringia
|
59 |
+
|
60 |
+
|
_data/translations.yml
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
relatedPosts:
|
2 |
+
en: "Related Posts"
|
3 |
+
differentLanguage:
|
4 |
+
en: "This page is available in following languages"
|
5 |
+
searchOccurrences:
|
6 |
+
en: Search occurrences
|
_includes/head.html
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/CatalogueOfLife/portal-components@{{site.col.version}}/umd/main.css">
|
_includes/icon-burger.html
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
<svg viewBox="64 64 896 896" focusable="false" data-icon="menu" width="1em" height="1em" fill="currentColor" aria-hidden="true"><path d="M904 160H120c-4.4 0-8 3.6-8 8v64c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-64c0-4.4-3.6-8-8-8zm0 624H120c-4.4 0-8 3.6-8 8v64c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-64c0-4.4-3.6-8-8-8zm0-312H120c-4.4 0-8 3.6-8 8v64c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-64c0-4.4-3.6-8-8-8z"></path></svg>
|
_includes/icon-color.html
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
<span class="legend-prose-color"></span>
|
_includes/icon-eye.html
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
<svg viewBox="64 64 896 896" focusable="false" data-icon="eye" width="1em" height="1em" fill="currentColor" aria-hidden="true" style="top: 2px;"><path d="M942.2 486.2C847.4 286.5 704.1 186 512 186c-192.2 0-335.4 100.5-430.2 300.3a60.3 60.3 0 000 51.5C176.6 737.5 319.9 838 512 838c192.2 0 335.4-100.5 430.2-300.3 7.7-16.2 7.7-35 0-51.5zM512 766c-161.3 0-279.4-81.8-362.7-254C232.6 339.8 350.7 258 512 258c161.3 0 279.4 81.8 362.7 254C791.5 684.2 673.4 766 512 766zm-4-430c-97.2 0-176 78.8-176 176s78.8 176 176 176 176-78.8 176-176-78.8-176-176-176zm0 288c-61.9 0-112-50.1-112-112s50.1-112 112-112 112 50.1 112 112-50.1 112-112 112z"></path></svg>
|
_includes/icon-funnel.html
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
<svg viewBox="64 64 896 896" focusable="false" data-icon="filter" width="1em" height="1em" fill="currentColor" aria-hidden="true"><path d="M880.1 154H143.9c-24.5 0-39.8 26.7-27.5 48L349 597.4V838c0 17.7 14.2 32 31.8 32h262.4c17.6 0 31.8-14.3 31.8-32V597.4L907.7 202c12.2-21.3-3.1-48-27.6-48zM603.4 798H420.6V642h182.9v156zm9.6-236.6l-9.5 16.6h-183l-9.5-16.6L212.7 226h598.6L613 561.4z"></path></svg>
|
_includes/icon-nodes.html
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
<svg viewBox="64 64 896 896" focusable="false" data-icon="branches" width="1em" height="1em" fill="currentColor" aria-hidden="true"><path d="M740 161c-61.8 0-112 50.2-112 112 0 50.1 33.1 92.6 78.5 106.9v95.9L320 602.4V318.1c44.2-15 76-56.9 76-106.1 0-61.8-50.2-112-112-112s-112 50.2-112 112c0 49.2 31.8 91 76 106.1V706c-44.2 15-76 56.9-76 106.1 0 61.8 50.2 112 112 112s112-50.2 112-112c0-49.2-31.8-91-76-106.1v-27.8l423.5-138.7a50.52 50.52 0 0034.9-48.2V378.2c42.9-15.8 73.6-57 73.6-105.2 0-61.8-50.2-112-112-112zm-504 51a48.01 48.01 0 0196 0 48.01 48.01 0 01-96 0zm96 600a48.01 48.01 0 01-96 0 48.01 48.01 0 0196 0zm408-491a48.01 48.01 0 010-96 48.01 48.01 0 010 96z"></path></svg>
|
_includes/js/config.js
ADDED
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
var siteTheme = gbifReactComponents.themeBuilder.extend({
|
2 |
+
baseTheme: 'light', extendWith: {
|
3 |
+
primary: themeStyle.colors.primary
|
4 |
+
}
|
5 |
+
});
|
6 |
+
|
7 |
+
var siteConfig = {
|
8 |
+
version: 2,
|
9 |
+
routes: {
|
10 |
+
enabledRoutes: ['occurrenceSearch'],
|
11 |
+
occurrenceSearch: {
|
12 |
+
// The route you are currently using for occurrence search. The language prefix will be added automatically
|
13 |
+
// If you need special routes per language, then you have to add locale specific overwrites. The page language is available as a global variable called `pageLang`
|
14 |
+
}
|
15 |
+
},
|
16 |
+
occurrence: {
|
17 |
+
rootPredicate: {
|
18 |
+
"type": "and",
|
19 |
+
"predicates": [
|
20 |
+
{ "type": "equals", "key": "taxonKey", "value": "7717" },
|
21 |
+
{ "type": "equals", "key": "hasGeospatialIssue", "value": "false" }
|
22 |
+
]
|
23 |
+
},
|
24 |
+
highlightedFilters: ['taxonKey', 'recordedBy', 'country', 'stateProvince', 'gadmGid', 'datasetKey', 'basisOfRecord', 'typeStatus', 'isInCluster', 'occurrenceIssue'],
|
25 |
+
occurrenceSearchTabs: ['TABLE', 'MAP', 'GALLERY', 'DATASETS']
|
26 |
+
}
|
27 |
+
};
|
_posts/2020-09-25-welcome-to-jekyll.markdown
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
title: "Welcome to new Solanaceae Source"
|
3 |
+
date: 2020-09-25 21:37:12 +0200
|
4 |
+
categories: update
|
5 |
+
lang-ref: portal update
|
6 |
+
background: "{{ site.data.images.datura.src }}"
|
7 |
+
---
|
8 |
+
The Solanacaeae Source is being updated and transfered to this GBIF hosted portal.
|
9 |
+
|
10 |
+
Learn more about [GBIF's hosted portal program](https://www.gbif.org/composition/3kQFinjwHbCGZeLb5OhwN2/gbif-hosted-portals).
|
11 |
+
|
12 |
+
[Apply for a portal today](https://www.gbif.org/composition/7zgSnALNuD1OvzanAUPG4z/hosted-portals-application-form).
|
13 |
+
|
14 |
+
|
_posts/2021-01-14-for-authors.md
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
title: "Mexican and Central American Lycianthes descriptions on Solanaceae Source"
|
3 |
+
date: 2021-01-14 15:20:00 +0100
|
4 |
+
categories: taxonomy
|
5 |
+
lang-ref: for authors
|
6 |
+
background: "{{ site.data.images.datura.src }}"
|
7 |
+
---
|
8 |
+
Thanks to the hard work of Jennifer Poore, with the assistance of Ellen Dean and Lynn Bohs, the descriptions of the 49 species (and 4 infraspecific taxa) of Lycianthes treated in the recent monograph of the group from Mexico and Central America are all now on the website. This represents the first real expansion of the description base on the site from Solanum.
|
9 |
+
|
_sass/_example.scss
ADDED
@@ -0,0 +1,79 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
.contentTypesStat {
|
2 |
+
.statistics-cards {
|
3 |
+
justify-content: space-between;
|
4 |
+
}
|
5 |
+
|
6 |
+
.statistic {
|
7 |
+
flex: 0 0 300px;
|
8 |
+
width: 300px;
|
9 |
+
margin: 24px 12px;
|
10 |
+
}
|
11 |
+
|
12 |
+
.feature-img {
|
13 |
+
border-radius: 50%;
|
14 |
+
overflow: hidden;
|
15 |
+
height: 300px;
|
16 |
+
width: 300px;
|
17 |
+
}
|
18 |
+
|
19 |
+
.feature-title {
|
20 |
+
font-size: 45px;
|
21 |
+
margin: 0;
|
22 |
+
}
|
23 |
+
|
24 |
+
.feature-description {
|
25 |
+
font-size: 24px;
|
26 |
+
}
|
27 |
+
}
|
28 |
+
|
29 |
+
@media (max-width: 1250px) {
|
30 |
+
.contentTypesStat {
|
31 |
+
.statistics-cards {
|
32 |
+
justify-content: space-around;
|
33 |
+
}
|
34 |
+
.statistic {
|
35 |
+
flex: 0 0 250px;
|
36 |
+
width: 250px;
|
37 |
+
}
|
38 |
+
|
39 |
+
.feature-img {
|
40 |
+
height: 250px;
|
41 |
+
width: 250px;
|
42 |
+
}
|
43 |
+
|
44 |
+
.feature-title {
|
45 |
+
font-size: 35px;
|
46 |
+
margin: 0;
|
47 |
+
}
|
48 |
+
|
49 |
+
.feature-description {
|
50 |
+
font-size: 20px;
|
51 |
+
}
|
52 |
+
}
|
53 |
+
}
|
54 |
+
|
55 |
+
@media (max-width: 1050px) {
|
56 |
+
.contentTypesStat {
|
57 |
+
.statistics-cards {
|
58 |
+
justify-content: space-around;
|
59 |
+
}
|
60 |
+
.statistic {
|
61 |
+
flex: 0 0 200px;
|
62 |
+
width: 200px;
|
63 |
+
}
|
64 |
+
|
65 |
+
.feature-img {
|
66 |
+
height: 200px;
|
67 |
+
width: 200px;
|
68 |
+
}
|
69 |
+
|
70 |
+
.feature-title {
|
71 |
+
font-size: 35px;
|
72 |
+
margin: 0;
|
73 |
+
}
|
74 |
+
|
75 |
+
.feature-description {
|
76 |
+
font-size: 20px;
|
77 |
+
}
|
78 |
+
}
|
79 |
+
}
|
_sass/_main.scss
ADDED
@@ -0,0 +1,63 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
@import "theme/_main";
|
2 |
+
|
3 |
+
// You can add additional styling here
|
4 |
+
@import "_example";
|
5 |
+
|
6 |
+
.navbar-item img {
|
7 |
+
max-height: 2.75rem;
|
8 |
+
}
|
9 |
+
|
10 |
+
// You can add additional styling here
|
11 |
+
.fullwidth {
|
12 |
+
.article {
|
13 |
+
width: 100%;
|
14 |
+
max-width: 100%;
|
15 |
+
}
|
16 |
+
}
|
17 |
+
|
18 |
+
/* Three image containers (use 25% for four, and 50% for two, etc) */
|
19 |
+
.column {
|
20 |
+
float: left;
|
21 |
+
width: 50%;
|
22 |
+
padding: 5px;
|
23 |
+
}
|
24 |
+
|
25 |
+
/* Clear floats after image containers */
|
26 |
+
.row::after {
|
27 |
+
content: "";
|
28 |
+
clear: both;
|
29 |
+
display: table;
|
30 |
+
}
|
31 |
+
|
32 |
+
.iframe-box {
|
33 |
+
padding: 24px;
|
34 |
+
iframe {
|
35 |
+
@extend .box;
|
36 |
+
width: 100%;
|
37 |
+
max-height: calc(100% - 68px);
|
38 |
+
margin-left: auto; /* Automatic margin from left */
|
39 |
+
margin-right: auto; /* Automatic margin from right */
|
40 |
+
border: 1px solid #00000011;
|
41 |
+
padding: 0;
|
42 |
+
}
|
43 |
+
}
|
44 |
+
|
45 |
+
.legend-prose {
|
46 |
+
p {
|
47 |
+
display: inline;
|
48 |
+
}
|
49 |
+
svg {
|
50 |
+
top: 3px;
|
51 |
+
position: relative;
|
52 |
+
}
|
53 |
+
.legend-prose-color {
|
54 |
+
width: 1em;
|
55 |
+
height: 1em;
|
56 |
+
border: 1px solid #333;
|
57 |
+
background: white;
|
58 |
+
display: inline-block;
|
59 |
+
border-radius: 50%;
|
60 |
+
position: relative;
|
61 |
+
top: 3px;
|
62 |
+
}
|
63 |
+
}
|
about.md
ADDED
@@ -0,0 +1,113 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
lang-ref: about
|
3 |
+
title: About Solanaceae
|
4 |
+
layout: heroImage
|
5 |
+
sideNavigation: sidenav.taxonomy
|
6 |
+
description: The Family and the Community
|
7 |
+
background: "{{ site.data.images.nolana.src }}"
|
8 |
+
imageLicense: "{{ site.data.images.nolana.caption }}"
|
9 |
+
height: 50vh
|
10 |
+
---
|
11 |
+
|
12 |
+
## Solanaceae Family
|
13 |
+
|
14 |
+
Solanaceae is a relatively small angiosperm family with c. 2,700 species with a disproportionate number of cultivated species used as food (potatoes, tomatoes and eggplants), medicines (henbane and deadly nightshades), and in horticulture (petunias). The family also includes several recreational drugs (tobacco and devil's trumpet).
|
15 |
+
|
16 |
+
Solanaceae currently includes 106 genera divided into 8 subfamilies and 24 tribes (some lacking formal Latin botanical names indicated in quotation marks below) following [World Flora Online](https://www.worldfloraonline.org/taxon/wfo-7000000654).
|
17 |
+
|
18 |
+
*Solanum* currently includes c. 1,243 accepted species (but **see the most updated species number under the home page** of this data portal), which is nearly half of the species diversity in the family. The genus is one of the most economically important genera in the World, as it contains three major crop species (tomato *S. lycopersicum*, potato *S. tuberosum*, and brinjal eggplant *S. melongena*) and at least 24 regionally important crops such as African eggplant (*S. macrocarpon*), bitter tomato also known as scarlet eggplant or gilo (*S. aethiopicum*), pepino (*S. muricatum*), lulo (*S. quitoense*), and African nightshades (*S. scabrum* and its relatives).
|
19 |
+
|
20 |
+
|
21 |
+
## About Solanaceae Source
|
22 |
+
|
23 |
+
Solanaceae Source aims to provide a worldwide taxonomic monograph of the nightshade family whose species that are used as food (potatoes, tomatoes and eggplants), medicines (henbane and deadly nightshades) and in horticulture (petunias). We began this journey with the on-line monograph of all species in the mega-diverse genus Solanum. The National Science Foundation (NSF) funded the Solanum project as part of the [Planetary Biodiversity Inventories](https://www.nsf.gov/news/news_summ.jsp?cntn_id=103065#:~:text=The%20Planetary%20Biodiversity%20Inventory%20is,and%20the%20National%20Science%20Foundation.&text=The%20U.S.%20National%20Science%20Foundation,fields%20of%20science%20and%20engineering) (PBI) mission.
|
24 |
+
|
25 |
+
The data presents the most taxonomically authoritative list of Solanaceae names. Our dataset includes all published names of Solanaceae from the [International Plant Names Index](IPNI) and we continually work through these names with the help of the Solanaceae taxonomic community worldwide. This means the data behind Solanaceae Source and the Solanaceae Data Portal are constantly being updated and improved.
|
26 |
+
|
27 |
+
The data shown here also flows into [World Flora Online] and is run and maintained by the [Taxonomic Expert Network of Solanaceae](https://worldfloraonline.org/organisation/Solanaceae). We welcome new members so if you would like to join us, please [contact us](mailto:[email protected]).
|
28 |
+
|
29 |
+
If you want to cite Solanaceae Data Portal or Solanaceae Source, please use the following citation format:
|
30 |
+
ADD HERE
|
31 |
+
|
32 |
+
NOTE: The specimen data presented here is all data from GBIF - this should be used with caution because of determination issues. We are working on how to add our taxonomically verified specimen data from SolanaceaeSource on top of this data to enable comparisons.
|
33 |
+
|
34 |
+
|
35 |
+
## Solanaceae Infrafamiliar Classification
|
36 |
+
* **Cestroideae**
|
37 |
+
* "Protoschwenkieae"
|
38 |
+
* *Protoschwenkia*
|
39 |
+
* Benthamielleae
|
40 |
+
* *Benthamiella*
|
41 |
+
* *Combrera*
|
42 |
+
* *Pantacantha*
|
43 |
+
* Browallieae
|
44 |
+
* *Browallia*
|
45 |
+
* *Streptosolen*
|
46 |
+
* Cestreae
|
47 |
+
* *Cestrum*
|
48 |
+
* *Sessea*
|
49 |
+
* *Vestia*
|
50 |
+
* Salpiglossideae
|
51 |
+
* *Salpiglossis*
|
52 |
+
* *Reyesia*
|
53 |
+
* **Duckeodendroideae**
|
54 |
+
* "Duckeodendeae"
|
55 |
+
* *Duckeodendron*
|
56 |
+
* **Goetzeoideae**
|
57 |
+
* "Goetzeae"
|
58 |
+
* **Nicotianoideae**
|
59 |
+
* Anthocercideae
|
60 |
+
* Nicotianeae
|
61 |
+
* **Petunioideae**
|
62 |
+
* Petunieae
|
63 |
+
* **Schizanthoideae**
|
64 |
+
* Schizantheae
|
65 |
+
* **Schwenckioideae**
|
66 |
+
* Schwenckieae
|
67 |
+
* **Solanoideae**
|
68 |
+
* "Salpichroeae"
|
69 |
+
* Capsiceae
|
70 |
+
* Datureae
|
71 |
+
* Hyoscyameae
|
72 |
+
* Jaboroseae
|
73 |
+
* Latueae
|
74 |
+
* Lycieae
|
75 |
+
* Mandragoreae
|
76 |
+
* Nicandreae
|
77 |
+
* Physalideae
|
78 |
+
* Iochrominae
|
79 |
+
* Physalidinae
|
80 |
+
* Withaninae
|
81 |
+
* Solandreae
|
82 |
+
* Solaneae
|
83 |
+
|
84 |
+
## *Solanum* Infrageneric Classification
|
85 |
+
|
86 |
+
Solanum is divided into XX major and XX minor clades based on the most recent phylogenetic evidence (REFS here). These clades act as the current informal infrageneric classification. Some of these clades match (at least roughly) to formally described infrageneric groups, and these are indicated below.
|
87 |
+
|
88 |
+
|
89 |
+
### Turbatque promittat memorque
|
90 |
+
|
91 |
+
Ne arvis relinquit ossibus deus. Superis et oppugnare suo armis? Adfata nec
|
92 |
+
lavit sed disces cum surgimus peteret gladios; pabula. Quod vos fugit, manebat
|
93 |
+
dum: fateor profugus renovatus exhalantem.
|
94 |
+
|
95 |
+
| Tables | Are | Cool |
|
96 |
+
| ------------- |:-------------:| -----:|
|
97 |
+
| col 3 is | right-aligned | $1600 |
|
98 |
+
| col 2 is | centered | $12 |
|
99 |
+
| tables | are useful | $1 |
|
100 |
+
|
101 |
+
--------
|
102 |
+
|
103 |
+
## Est mea videndo
|
104 |
+
|
105 |
+
Nec bene filia fraxineam flumina, praesens amici nitidaeque inguine infractaque!
|
106 |
+
Non quae illuc! E alto cum quod: fessi fatum patulis ore actaque quaque, ore.
|
107 |
+
Honor praemia veniunt violavit tu
|
108 |
+
[aequore](http://pete-munere.com/caeneus-dare.php) dicta erat esse iram
|
109 |
+
dependent artisque audacem habuissem, et est rebus, sed?
|
110 |
+
|
111 |
+
[Call to action](/data){: .button .is-primary} [Other action](/data){: .button}
|
112 |
+
|
113 |
+
|
archive.md
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
lang-ref: archive
|
3 |
+
layout: archive
|
4 |
+
title: News
|
5 |
+
description: News and events
|
6 |
+
permalink: /news/
|
7 |
+
---
|
8 |
+
{% comment %}
|
9 |
+
No content here. The layout will insert a card for each post in your _posts folder
|
10 |
+
{% endcomment %}
|
assets/phylotree/nightshade.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
distribution.md
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
title: Distribution
|
3 |
+
layout: heroImage
|
4 |
+
description: A global taxonomic resource for the nightshade family
|
5 |
+
background: "{{ site.data.images.nolana.src }}"
|
6 |
+
imageLicense: "{{ site.data.images.nolana.caption }}"
|
7 |
+
height: 50vh
|
8 |
+
---
|
9 |
+
|
10 |
+
## Distribution of Solanaceae
|
11 |
+
|
12 |
+
|
13 |
+
Although Solanaceae are found on most continents, the majority of the species in the family occur in Central and South America. Other centers of species diversity include Australia and Africa. Solanaceae are often found in secondary vegetation in disturbed areas, but species can occupy a variety of habitats, from deserts to tropical rainforests.
|
14 |
+
|
15 |
+
[View](https://solanaceae.hp.gbif-staging.org/occurrence/search/) the distributon of Solanaceae occurrences in GBIF
|
diversity.md
ADDED
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
title: Diversity
|
3 |
+
layout: heroImage
|
4 |
+
description: A global taxonomic resource for the nightshade family
|
5 |
+
background: "{{ site.data.images.nolana.src }}"
|
6 |
+
imageLicense: "{{ site.data.images.nolana.caption }}"
|
7 |
+
height: 50vh
|
8 |
+
---
|
9 |
+
|
10 |
+
## Diversity of Solanaceae
|
11 |
+
|
12 |
+
|
13 |
+
Although very important commercially, the family is only a medium-sized one with approximately 90 genera and 3000-4000 species. However, members of the Solanaceae are extremely diverse in terms of habit, morphology, and ecology, ranging from trees or shrubs to vines, lianas, epiphytes, and annual herbs. Morphologically they show astounding variation in many flower and fruit characteristics.
|
14 |
+
|
15 |
+
|
16 |
+
| Genus |Number of species |
|
17 |
+
| ----------------- |:----------------------------:|
|
18 |
+
| Solanaceae family | 3000-4000 |
|
19 |
+
| *Solanum* | 1000-2000 |
|
20 |
+
| *Cestrum* | ca. 250 |
|
21 |
+
| *Lycianthes* | ca. 250 |
|
22 |
+
| *Nolana* | ca. 80 |
|
23 |
+
| *Physalis* | ca. 80 |
|
24 |
+
| *Lycium* | ca. 75 |
|
25 |
+
| *Nicotiana* | ca. 70 |
|
26 |
+
| *Brunfelsia* | ca. 45 |
|
27 |
+
|
28 |
+
|
29 |
+
## Morphological diversity
|
30 |
+
|
31 |
+
## Identification
|
32 |
+
|
33 |
+
--------
|
example-pages/complex.md
ADDED
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
layout: compose # this is a layout that allows you to stich together various predefined blocks that comes with the the,e
|
3 |
+
title: Complex page
|
4 |
+
description: This layout requires a bit more fiddling as it is stiching together various blocks that all can be customized.
|
5 |
+
background: /assets/images/placeholders/moss.jpg
|
6 |
+
imageLicense: |
|
7 |
+
None for this image, but it would normally go here. Markdown is allowed.
|
8 |
+
height: 70vh
|
9 |
+
# The general format for these compositions is a list of blocks. Each block has a type and some data that is used by the block template.
|
10 |
+
# See more examples at https://hp-theme.gbif-staging.org/layout/compose
|
11 |
+
composition:
|
12 |
+
- type: heroImage # The type is a template. In this case a big splashy image with some text on it. The data defines what the image is and what the text is.
|
13 |
+
# data: compose.someFile.someProperty # If no data provided the frontMatter page data will be used instead
|
14 |
+
- type: pageMarkdown # This block will render the markdown in this file so no data property needed
|
15 |
+
- type: features # The block type "features" shows a list of cards
|
16 |
+
data: examples.couldBeAnyName # We also need some data for those cards. In this case we refer to a yaml file in the _data folder.
|
17 |
+
- type: split
|
18 |
+
data: examples.someOtherNameForSomeData
|
19 |
+
- type: media # another block type, but this time defining the data inline, instead of in a separate file
|
20 |
+
inlineData:
|
21 |
+
title: Great papers you should read
|
22 |
+
description: This example shows how you can define the data content inline instead of in a separate file
|
23 |
+
features:
|
24 |
+
- preTitle: PDF # optional
|
25 |
+
title: Solanaceae Source # required
|
26 |
+
description: | # required
|
27 |
+
Solanaceae Source aims to provide a worldwide taxonomic monograph of the nightshade family whose species that are used as food (potatoes, tomatoes and eggplants), medicines (henbane and deadly nightshades) and in horticulture (petunias).
|
28 |
+
# img required
|
29 |
+
background: /assets/img/Haeckel_Caulerpa_racemosa.jpeg
|
30 |
+
imageLicense: None for this image, but it would normally go here. Markdown is allowed.
|
31 |
+
href: /about
|
32 |
+
- preTitle: Power Point # optional
|
33 |
+
title: Fly moving land
|
34 |
+
href: /about
|
35 |
+
description: | # required
|
36 |
+
Light green they’re living green years firmament thing fly moving land, divide good spirit you’ll fruitful waters one land us thing a man dry doesn’t created made land man dry i us fruitful replenish said dominion a sixth own it tree.
|
37 |
+
background: /assets/img/Haeckel_Caulerpa_racemosa_(uvifera).jpeg
|
38 |
+
imageLicense: None for this image, but it would normally go here. Markdown is allowed.
|
39 |
+
---
|
40 |
+
|
41 |
+
# Some prose
|
42 |
+
This content will show because you added the pageMarkdown block to the composition
|
43 |
+
|
example-pages/simple.md
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
layout: post # try to remoce this line (add # in the beginning of the line to make it a comment) - then the layout will change, but the content remain the same
|
3 |
+
title: Simple page
|
4 |
+
description: This page is using a simple predefined layout with an image, a title and some body text
|
5 |
+
background: /assets/images/placeholders/moss.jpg
|
6 |
+
imageLicense: |
|
7 |
+
None for this image, but it would normally go here. Markdown is allowed.
|
8 |
+
height: 70vh
|
9 |
+
---
|
10 |
+
|
11 |
+
## Procris quippe mentior urbes ubi
|
12 |
+
|
13 |
+
Lorem markdownum spatium limes indefessus neque *at* orat aestuat, quicquam ne
|
14 |
+
flavusque omnibus, virginis socerque sparsos vidimus eundem. Sustinet **ramo
|
15 |
+
pontum ut** avus quamquam de trabes vestemque cruorem tremor.
|
16 |
+
|
17 |
+
Viscera mercibus isdem hebetarat undas! Iubet ora ire unum telis adicit, si
|
18 |
+
Telephus *valent*, instructo refers. Ille **est resque**, sic ruris erit ante
|
19 |
+
profana detegeret. Et cogor tractus arboribus prensurum praesens memorantur
|
20 |
+
neque inplet iussus temeraria merui **fas ecce** aethera dixit fieretque [plura
|
21 |
+
tollebat altius](http://virgineusque.net/est.html).
|
genomics.md
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
title: Genomics
|
3 |
+
layout: heroImage
|
4 |
+
description: A global taxonomic resource for the nightshade family
|
5 |
+
background: "{{ site.data.images.nolana.src }}"
|
6 |
+
imageLicense: "{{ site.data.images.nolana.caption }}"
|
7 |
+
height: 50vh
|
8 |
+
---
|
9 |
+
|
10 |
+
## Genomics
|
11 |
+
|
12 |
+
The incredible economic importance of the potato and tomato as major global agricultural crops has made them a target of intensive genomics studies. The active research community in Solanaceae published the tomato and potato genome in xxx, and pangenomes of these crops have since been sequenced, including their wild relatives. Most recently, pangenome of the entire genus Solanum was published showing the dynamic nature of gene duplications. The availability of these genomes enables us now to compare genome architecture across species and genera.
|
13 |
+
|
14 |
+
Great resources for searching through the existing genomes have been made available for Solanaceae. [SoIR](https://soir.bio2db.com) is a comprehensive portal for information on comparative and functional genomics across Solanaceae. The [Solanaceae Genomics Network](https://solgenomics.net/) is a database and website dedicated to the genomic information of the nightshade family, including species such as tomato, potato, pepper, petunia and eggplant. See also the [RTB-base](https://rtbbase.org/) that stands for Root Tubers & Banana Databases that hold genomic and phenotypic information for next-generation breeding applications.
|
15 |
+
|
16 |
+
The integration of taxonomy, phylogeny, and genomics in Solanum and the entire Solanaceae is expected to place the plant family among the most holistically understood of all plant families. Within the family, Solanum stands out with the large amount of genomic resources now available, combined with the morphological understanding of the group.
|
home.md
ADDED
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
lang-ref: home
|
3 |
+
layout: home
|
4 |
+
title: Solanaceae Source
|
5 |
+
description: A global taxonomic resource for the nightshade family
|
6 |
+
background: "{{ site.data.images.solanum.src }}"
|
7 |
+
imageLicense: "{{ site.data.images.solanum.caption }}"
|
8 |
+
# background: /assets/images/Solanum_rostratum_IMG_0547.jpg
|
9 |
+
# imageLicense: |
|
10 |
+
# *Solanum rostratum* Dunal (photo by S.Knapp licensed under CC-BY-NC)
|
11 |
+
height: 80vh
|
12 |
+
cta:
|
13 |
+
- text: Occurrence Data
|
14 |
+
href: /occurrence/search
|
15 |
+
- text: Taxonomy
|
16 |
+
href: /taxonomy/species-list
|
17 |
+
- text: Phylogeny
|
18 |
+
href: /phylogeny/explore
|
19 |
+
- text: About
|
20 |
+
href: /about
|
21 |
+
isPrimary: true
|
22 |
+
permalink: /
|
23 |
+
composition:
|
24 |
+
- type: heroImage # the block type
|
25 |
+
- data: home.stats
|
26 |
+
type: stats
|
27 |
+
- type: latestPosts
|
28 |
+
data: we_do_not_want_any_header # weird hack as the block layout looks for a data element and falls back to the page if none is present
|
29 |
+
parallax: true
|
30 |
+
---
|
31 |
+
|
32 |
+
|
occurrence/search.md
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
lang-ref: occurrence/search
|
3 |
+
title: Occurrence search
|
4 |
+
description: We publish open data
|
5 |
+
layout: occurrence
|
6 |
+
---
|
phylogeny/explore.md
ADDED
@@ -0,0 +1,108 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
layout: compose
|
3 |
+
lang: en
|
4 |
+
lang-ref: phylogeny-explorer
|
5 |
+
title: Phylogeny Explorer
|
6 |
+
description: |
|
7 |
+
This experimental tool allows the user to view occurrence data from the GBIF network aligned to Solanaceae phylogeny. This ongoing research and development project builds on its predecessors, [PhyloJive](https://doi.org/10.1093/bioinformatics/btu024) and [PhyloLink](https://doi.org/10.1093/bioinformatics/bty792)
|
8 |
+
<div class="feature-cta">
|
9 |
+
<a href="#phylogenetic-exploration-of-gbif-data" class="button is-primary" style="text-decoration: none;">Learn more</a>
|
10 |
+
<button class="button" onClick="openWidgetInFullscreen()">Fullscreen</button>
|
11 |
+
</div>
|
12 |
+
background: "{{ site.data.images.solanum.src }}"
|
13 |
+
imageLicense: "{{ site.data.images.solanum.caption }}"
|
14 |
+
height: 50vh
|
15 |
+
composition:
|
16 |
+
- type: heroImage
|
17 |
+
- type: blank
|
18 |
+
inlineData:
|
19 |
+
klass: iframe-box
|
20 |
+
markdownContent: |
|
21 |
+
<iframe id="phylotreeiframe" seamless frameborder="150" src="{{ site.phylo.tool }}/explore?explore={{ site.url | url_encode}}{{ site.phylo.treePath | url_encode}}&template={{ site.url | url_encode}}{{ site.phylo.template | url_encode}}" height = '790' width="1370" style="height: calc(100vh - 68px);" scrolling='yes' ></iframe>
|
22 |
+
- type: pageMarkdown
|
23 |
+
---
|
24 |
+
|
25 |
+
<script>
|
26 |
+
var elem = document.getElementById("phylotreeiframe");
|
27 |
+
function setIframeTree(name) {
|
28 |
+
var treeOptions = {{ site.data.phylogony.trees | jsonify }};
|
29 |
+
const queryString = window.location.search;
|
30 |
+
const urlParams = new URLSearchParams(queryString);
|
31 |
+
var tree = urlParams.get('tree');
|
32 |
+
if (tree) {
|
33 |
+
const treePath = treeOptions[name || tree] || "{{ site.phylo.treePath }}";
|
34 |
+
const src = "{{ site.phylo.tool }}/explore?explore={{ site.url | url_encode}}" + encodeURIComponent(treePath) + "&template={{ site.url | url_encode}}{{ site.phylo.template | url_encode}}";
|
35 |
+
elem.src = src;
|
36 |
+
}
|
37 |
+
}
|
38 |
+
setIframeTree();
|
39 |
+
|
40 |
+
function openWidgetInFullscreen() {
|
41 |
+
if (elem.requestFullscreen) {
|
42 |
+
elem.requestFullscreen();
|
43 |
+
} else if (elem.webkitRequestFullscreen) { /* Safari */
|
44 |
+
elem.webkitRequestFullscreen();
|
45 |
+
} else if (elem.msRequestFullscreen) { /* IE11 */
|
46 |
+
elem.msRequestFullscreen();
|
47 |
+
}
|
48 |
+
}
|
49 |
+
</script>
|
50 |
+
|
51 |
+
## Phylogenetic exploration of GBIF data
|
52 |
+
|
53 |
+
This experimental tool allows the user to explore legume phylogeny in combination with occurrence data from the GBIF network. This ongoing research and development project builds its predecessors [PhyloJive](https://doi.org/10.1093/bioinformatics/btu024) and [PhyloLink](https://doi.org/10.1093/bioinformatics/bty792).
|
54 |
+
|
55 |
+
We welcome your feedback on your experiences and any issues you encounter. Special thanks to **Morten Høfft** and [**Thomas Stjernegaard Jeppesen**](https://orcid.org/0000-0003-1691-239X) of the GBIF Secretariat for programming.
|
56 |
+
|
57 |
+
> [What is this?](#what-is-this) • [Why do this?](#why-do-this) • [How do I use this?](#how-do-i-use-this) • [Table legend](#table-legend) • [Other notes](#other-notes)
|
58 |
+
|
59 |
+
## What is this?
|
60 |
+
|
61 |
+
This visualization tool combines a recently published phylogeny of Solanaceae [Särkinen et al. 2013](https://bmcecolevol.biomedcentral.com/articles/10.1186/1471-2148-13-214) and aligns it with GBIF occurrence data. The visualization tool matched the tree tip terminals and some internal nodes to the GBIF taxonomy. We then use the taxonomic match to map occurrence data from GBIF for that taxon. For an individual species this is identical to a species map on GBIF.org.
|
62 |
+
|
63 |
+
The novelty is that an entire clade can be mapped with a single click and that multiple clades, such as sister clades, can be mapped in different colors. We have included several tools to navigate the tree, change maps views and colors and to download the resulting occurrences from a clade
|
64 |
+
|
65 |
+
## Why do this?
|
66 |
+
|
67 |
+
For nearly three hundred years, biologists have organized information about the identities and evolutionary relationships of the world’s organisms around Linnaean taxonomy. Developed by Carl Linnaeus, this system seeks to describe evolutionary relationships based on close observation of the similarities and differences in organisms’ physical traits.
|
68 |
+
|
69 |
+
The emergence of tools, techniques and systems that enable biologists to rapidly test and sample organisms and their environments for fragments of DNA sparked the creation of a new branch of science: molecular phylogeny. Rather than assessing relatedness through physical characteristics, this new discipline uses biochemical analyses to compare key sections of DNA evidence collected from various settings to assess how organisms are related.
|
70 |
+
|
71 |
+
This tool presents the first large-scale interactive phylogenetic view of GBIF-mediated species occurrence data—one that organizes occurrences based on current phylogenetic understanding (in this case, for the large plant family Fabaceae, commonly known as legumes), rather than a traditional taxonomic view. While the most valuable immediate use is investigating the relationship between occurrences of adjacent “sister” species, we anticipate that having this novel view of the “the most comprehensive, openly available, application-agnostic (most unbiased), easiest-to-use, and modern access point to known digital species occurrence data” could enable the development of new avenues for research as well as new policy-relevant indicators of phylogenetic diversity.
|
72 |
+
|
73 |
+
## How do I use this?
|
74 |
+
|
75 |
+
Here is a brief overview of the basic functionality—but click around and have fun.
|
76 |
+
|
77 |
+
First, **use a full-screen on a large monitor** to explore the phylogenetic viewer (meaning: it may work on an iPhone, but we don’t recommend the experience). Large phylogenies remain more difficult to navigate.
|
78 |
+
|
79 |
+
Then **use the sizing menu to fit the tree to your screen**. The tip labels may not show up on the tree until you choose a larger size and zoom in. When you hover over a tip or node, the tips are highlighted, and the tip label or range will float in a black box in the lower left. This will help you navigate the tree later.
|
80 |
+
|
81 |
+
**Use the Search Tree box**. Type in a species binomial or a genus name, that you think is in the tree and choose the selection as it appears. Try typing Erythrophleum into the box as it has an interesting distribution. Choose one of the two species that it recognizes from the search. The tree will move to show that species in a box. Click on the circle to the left of the name and its distribution will be displayed on the map.
|
82 |
+
|
83 |
+
After clicking a line with a color circle, icons will appear in a table under the map. Click on the color circle to change color.
|
84 |
+
|
85 |
+
The most immediate value of this tool may be in investigating the geospatial relationships between occurrences of sister species.
|
86 |
+
|
87 |
+
Now go back to the tree and click on the other Erythrophleum species. Its distribution will show up with a different color and a second line will appear in the table.
|
88 |
+
|
89 |
+
Click on the circle at the node that contains the two Erythrophleum species. Now a third line will occur in the table. This will be labeled by the top and bottom species in the clade as seen in the tree; however, the dots on the map did not change color. Now hover the cursor over the three horizontal lines in front of this new line in the table. A hand will appear and you can click and slide this line to the top of the table. Watch how the color changes on the map. Also see that there are three colors on the phylogeny, each representing the taxa in the table.
|
90 |
+
|
91 |
+
## Table legend
|
92 |
+
|
93 |
+
{: .legend-prose}
|
94 |
+
- {% include icon-burger.html %} : to Click and drag to change the layer order of the occurrences. Dragging a clade up or down to offers a clearer view if records are overlapping each other.
|
95 |
+
- {% include icon-color.html %} : change the color of dots. Please remember that there is also limit to the number of colors that can be displayed (or recognized by our eyes).
|
96 |
+
- {% include icon-eye.html %} : hide or unhide that taxa on the map.
|
97 |
+
- {% include icon-nodes.html %} : Move the tree view to highlight that clade (this helps if you get lost in the tree).
|
98 |
+
- {% include icon-funnel.html %} : Shows the selected clade on the legume portal map, where they can be further investigated and downloaded.
|
99 |
+
- Clade: Name of clade or the bounding species in the phylogeny.
|
100 |
+
|
101 |
+
## Other notes
|
102 |
+
|
103 |
+
- Users can select multiple nodes—even non-sister nodes
|
104 |
+
- If you select a node that has more than 200 species, you will receive a warning message that only the first 200 will show on the map. Please choose a smaller node or be aware that not all are mapped.
|
105 |
+
- This visualization only maps the species that are in the tree. It does not impute other species that are part of the genus but not in the tree. There are a few exceptions to this rule, such as the genera Acacia, which are coded in at nodes. If you click on that node, you get all the species of that node, not just the ones in the tree. In this case the viewer is using GBIF taxonomic hierarchy as well as the tree hierarchy. We are investigating how we can make these internal nodes stand out from the others.
|
106 |
+
- The map provides four baselayers—try them out. Zoom in and out as you normally would, either with the +/- or your mouse.
|
107 |
+
|
108 |
+
Thank you for investigating this new GBIF development. Please help us to improve this tool by providing feedback on your experiences and any issues you encounter. **Please email [[email protected]](mailto:[email protected]) with your comments and ideas**.
|
serve.json
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"rewrites": [
|
3 |
+
{
|
4 |
+
"source": "/institution/*-*",
|
5 |
+
"destination": "/institution/_key_.html"
|
6 |
+
},
|
7 |
+
{
|
8 |
+
"source": "/institution/*-*/*",
|
9 |
+
"destination": "/institution/_key_.html"
|
10 |
+
},
|
11 |
+
{
|
12 |
+
"source": "/collection/*-*",
|
13 |
+
"destination": "/collection/_key_.html"
|
14 |
+
},
|
15 |
+
{
|
16 |
+
"source": "/collection/*-*/*",
|
17 |
+
"destination": "/collection/_key_.html"
|
18 |
+
}
|
19 |
+
]
|
20 |
+
}
|
site.webmanifest
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"name": "",
|
3 |
+
"short_name": "",
|
4 |
+
"icons": [
|
5 |
+
{
|
6 |
+
"src": "/android-chrome-192x192.png?v=1",
|
7 |
+
"sizes": "192x192",
|
8 |
+
"type": "image/png"
|
9 |
+
},
|
10 |
+
{
|
11 |
+
"src": "/android-chrome-384x384.png?v=1",
|
12 |
+
"sizes": "384x384",
|
13 |
+
"type": "image/png"
|
14 |
+
}
|
15 |
+
],
|
16 |
+
"theme_color": "#ffffff",
|
17 |
+
"background_color": "#ffffff",
|
18 |
+
"display": "standalone"
|
19 |
+
}
|
specimen/search.md
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
lang-ref: specimen/search
|
3 |
+
title: Specimen search
|
4 |
+
description: We publish open data
|
5 |
+
layout: occurrence
|
6 |
+
---
|
taxonomy/Anthocercis.md
ADDED
@@ -0,0 +1,74 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
layout: documentation
|
3 |
+
sideNavigation: sidenav.taxonomy
|
4 |
+
composition:
|
5 |
+
- type: postHeader
|
6 |
+
- type: pageMarkdown
|
7 |
+
title: Anthocercis
|
8 |
+
lang-ref: Anthocercis
|
9 |
+
background: /assets/images/Nicotianoideae/Anthocercideae/Anthoceris/Anthocercis viscosa AlbanyDSC01913.JPG
|
10 |
+
imageLicense: |
|
11 |
+
*Anthocercis viscosa* R.Br. (photo by S.Knapp)
|
12 |
+
description: Information about *Anthocercis* and related genera
|
13 |
+
height: 70vh
|
14 |
+
toc: true
|
15 |
+
---
|
16 |
+
|
17 |
+
## Introduction
|
18 |
+
With 17 genera and approximately 85 species, Dialioideae is the second smallest of the legume subfamilies. *Dialium* is a pantropical genus of c. 30 species, *Labichea* includes approximately 14 species, but otherwise the subfamily mostly comprises small genera with few species, eight of which are monospecific. Several of these small genera are considered threatened and have rarely been collected in nature.
|
19 |
+
|
20 |
+
All recent phylogenetic analyses place Dialioideae as sister to Caesalpinioideae + Papilionoideae. Recent analyses suggest an Oligocene crown age but no fossils have been clearly attributed to the subfamily and because of this the age of the clade has been difficult to assess with certainty. Although studies are in progress, generic level relationships within the subfamily remain poorly resolved, except for the position of the New World *Poeppigia*, initially considered a close relative of taxa now placed in Caesalpinioideae, which is clearly resolved as sister to the rest of the subfamily.
|
21 |
+
|
22 |
+
|
23 |
+
## Key Features
|
24 |
+
Dialioideae are mostly unarmed trees or shrubs (Australian *Labichea* and *Petalostyles*). Their flowers are highly diverse, displaying multiple symmetries and widely varied numbers of floral organs. Organ loss is frequent in the subfamily. The subfamily is also unusual in that many Dialioideae have thyrsoid inflorescences, a rare condition in the primarily racemose Leguminosae. The fruit is often indehiscent and drupaceous or samaroid, also less typical of the legumes. Finally, most species of the subfamily lack vestured pits in their xylem (present in *Poeppigia* and *Mendoravia*), a feature that is otherwise present in all Leguminosae except Cercidoideae and Duparquetioideae.
|
25 |
+
|
26 |
+
## Distribution and Ecology
|
27 |
+
Dialioideae occur throughout the world tropics. They are native to South and Central America, Africa, Madagascar, South and Southeast Asia, south China, Australia, New Guinea and some Pacific islands. Most species of Dialioideae occur in the Rainforest biome, but *Poeppigia* (New World), *Eligmocarpus* and *Baudouinia* (both Madagascan) are Succulent biome plants, and *Labichea* and *Petalosytles* occur in the Savanna biome of Australia.
|
28 |
+
|
29 |
+
## Formal Botanical Description
|
30 |
+
As published in LPWG (2017), Taxon 66: 44-77, doi.org/10.12705/661.3
|
31 |
+
|
32 |
+
Subfam. Dialioideae Legume Phylogeny Working Group, stat. nov. ≡ Dialiinae H.S.Irwin & Barneby in Polhill & Raven, Adv. Legume Syst. 1: 100. 1981.
|
33 |
+
|
34 |
+
Type: *Dialium* L.
|
35 |
+
|
36 |
+
Unarmed trees or shrubs, rarely suffruticose (*Labichea* Gaudich. ex DC., *Petalostylis* R.Br.); specialised extrafloral nectaries lacking on petiole and leaf rachis and on leaflet surface. Stipules in lateral position, free or absent. Leaves imparipinnate, rarely paripinnate (*Eligmocarpus* Capuron, *Poeppigia* C.Presl), 1-foliolate (*Baudouinia* Baill., *Labichea*, *Mendoravia* Capuron, *Uittienia* Steenis) or palmately compound (*Labichea*), leaflets alternate, rarely opposite (*Eligmocarpus*, *Poeppigia*), exstipellate. Inflorescences highly branched, thyrsoid, less commonly racemes with distichous anthotaxy (*Labichea*, *Petalostylis*), borne in both terminal and axillary positions, or reduced to one axillary flower (*Petalostylis*); bracteoles small or absent. Flowers bisexual (polygamous in *Apuleia* Mart.), radially or slightly to strongly bilaterally symmetrical, hypanthium rarely present, receptacle may be broad and flattened, bearing nectary-like bodies; sepals commonly 5, reduced to 4 (*Labichea*, *Storckiella* Seem.) or 3 (*Apuleia*, *Dialium*), rarely 6 (*Mendoravia*), free, equal to sub-equal; petals 5 or fewer (0, 1, 3, 4), rarely 6 (petal number often equivalent to sepal number), free, equal to subequal, imbricate, the adaxial petal innermost; fertile stamens 5 or fewer, rarely 6–10 (some *Dialium* spp., *Poeppigia*), usually only antesepalous whorl present, free, uniform, rarely dimorphic (*Eligmocarpus*), anthers basifixed, rarely dorsifixed (*Poeppigia*), dehiscing via longitudinal slits, often reduced to a short apical, poricidal slit, staminodes present or absent; pollen in tricolporate monads with punctate or finely reticulate, rarely striate (some *Dialium*) sculpture patterns; gynoecium 1-carpellate (sometimes bicarpellate in scattered flowers of *Dialium*), ovary stipitate or sessile, ovules frequently 2 (1–many). Fruits commonly indehiscent drupaceous or samaroid, rarely dehiscent (*Eligmocarpus*, *Labichea*, *Mendoravia*, *Petalostylis*) or the drupaceous fruit with indurating endocarp breaking up in one seeded segments (*Baudouinia*). Seeds 1–2, rarely more; embryo straight.
|
37 |
+
Vestured pits absent in the secondary xylem, rarely present (*Poeppigia*, *Mendoravia*); silica bodies sometimes present (*Apuleia*, *Dialium*, *Dicorynia* Benth., *Distemonanthus* Benth.); septate fibres rarely present (*Apuleia*, *Distemonanthus*, *Poeppigia*); storeyed rays often present. Root nodules absent. 2n = 28 (most genera unsurveyed).
|
38 |
+
|
39 |
+
|
40 |
+
## To learn more
|
41 |
+
Falcão MJA, Mansano VF, Pinto RB. 2016. A taxonomic revision of the genus *Dialium* (Leguminosae: Dialiinae) in the Neotropics. Phytotaxa 283: 123–142.
|
42 |
+
|
43 |
+
Falcão MJA, JV Paulino, FJ Kochanovski, RC Figueiredo, JP Basso-Alves, VF Mansano. 2020. Development of inflorescences and flowers in Fabaceae subfamily Dialioideae: an evolutionary overview and complete ontogenetic series for *Apuleia* and *Martiodendron*. Botanical Journal of the Linnean Society 193: 19–46. https://doi.org/10.1093/botlinnean/boz098
|
44 |
+
|
45 |
+
Zimmerman E., Herendeen PS, Lewis GP, Bruneau A. 2017. Floral evolution and phylogeny of the Dialioideae, a diverse subfamily of tropical legumes. American Journal of Botany 104: 1019–1041.
|
46 |
+
|
47 |
+
Zimmerman, E., G. Prenner & A. Bruneau. 2013. Floral ontogeny in Dialiinae (Caesalpinioideae: Cassieae), a study in organ loss and instability. South African Journal of Botany 89: 188–209.
|
48 |
+
|
49 |
+
## List of genera
|
50 |
+
Below is an alphabetical list of all genera accepted by the LPWG with links out to the taxonomic pages on our portal, GBIF and World Checklist of Vascular Plants (Kew). Over time this list will be updated to reflect the evolving taxonomy.
|
51 |
+
|
52 |
+
Please see the [Species List and Synonyms](/taxonomy/species-list) and [Legume Taxonomy Working Group](/working-groups/taxonomy) pages for more taxonomic information. The current taxonomy is accessible by [Browse](/taxonomy/browse) or [Advanced Search](/taxonomy/search).
|
53 |
+
|
54 |
+
|
55 |
+
|
56 |
+
|Genus | Data Source|
|
57 |
+
| --------------------- |------------------------------|------------------------------|
|
58 |
+
| Androcalymma Dwyer |[Legume Data Portal](/taxonomy/taxon/2637022)| [GBIF](https://www.gbif.org/species/2947111) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:296592-2) |
|
59 |
+
| Apuleia Mart. |[Legume Data Portal](/taxonomy/taxon/2644498)| [GBIF](https://www.gbif.org/species/2955914) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:331358-2) |
|
60 |
+
| Baudouinia Baill. |[Legume Data Portal](/taxonomy/taxon/2671237)| [GBIF](https://www.gbif.org/species/2963752) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:21792-1) |
|
61 |
+
| Dialium L. |[Legume Data Portal](/taxonomy/taxon/2763452)| [GBIF](https://www.gbif.org/species/2970932) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22238-1) |
|
62 |
+
| Dicorynia Benth. |[Legume Data Portal](/taxonomy/taxon/2766794)| [GBIF](https://www.gbif.org/species/2944649) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22251-1) |
|
63 |
+
| Distemonanthus Benth. |[Legume Data Portal](/taxonomy/taxon/2773184)| [GBIF](https://www.gbif.org/species/2964856) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22286-1) |
|
64 |
+
| Eligmocarpus Capuron |[Legume Data Portal](/taxonomy/taxon/2787570)| [GBIF](https://www.gbif.org/species/2960218) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22353-1) |
|
65 |
+
| Kalappia Kosterm. |[Legume Data Portal](/taxonomy/taxon/2336144)| [GBIF](https://www.gbif.org/species/2939855) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22688-1) |
|
66 |
+
| Koompassia Maingay ex Benth. |[Legume Data Portal](/taxonomy/taxon/2336264)| [GBIF](https://www.gbif.org/species/2952890) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22706-1) |
|
67 |
+
| Labichea Gaudich. ex DC. |[Legume Data Portal](/taxonomy/taxon/2350870)| [GBIF](https://www.gbif.org/species/2975908) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22721-1) |
|
68 |
+
| Martiodendron Gleason |[Legume Data Portal](/taxonomy/taxon/2368514)| [GBIF](https://www.gbif.org/species/2948702) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:326830-2)|
|
69 |
+
| Mendoravia Capuron |[Legume Data Portal](/taxonomy/taxon/2368027)| [GBIF](https://www.gbif.org/species/2960417) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22926-1) |
|
70 |
+
| Petalostylis R.Br. |[Legume Data Portal](/taxonomy/taxon/2538854)| [GBIF](https://www.gbif.org/species/8293499) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:23198-1) |
|
71 |
+
| Poeppigia C.Presl |[Legume Data Portal](/taxonomy/taxon/2535922)| [GBIF](https://www.gbif.org/species/5938931) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:30241950-2) |
|
72 |
+
| Storckiella Seem. |[Legume Data Portal](/taxonomy/taxon/2478158)| [GBIF](https://www.gbif.org/species/2949438) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:23621-1) |
|
73 |
+
| Uittienia Steenis |[Legume Data Portal](/taxonomy/taxon/2446612)| [GBIF](https://www.gbif.org/species/8351407) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:23744-1) |
|
74 |
+
| Zenia Chun |[Legume Data Portal](/taxonomy/taxon/2470192)| [GBIF](https://www.gbif.org/species/2963590) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:23839-1) |
|
taxonomy/Browallia.md
ADDED
@@ -0,0 +1,71 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
layout: documentation
|
3 |
+
sideNavigation: sidenav.taxonomy
|
4 |
+
composition:
|
5 |
+
- type: postHeader
|
6 |
+
- type: pageMarkdown
|
7 |
+
title: Browallia
|
8 |
+
lang-ref: Browallia
|
9 |
+
background: /assets/images/Cestroideae/Browallieae/Sarkinen_4673_Browallia_pallascana_DSC_0203.JPG
|
10 |
+
imageLicense: |
|
11 |
+
*Browallia pallascana* S.Leiva, J.Jara & Tantalean (photo by T.Särkinen)
|
12 |
+
description: Information about *Browallia* and *Streptosolen*
|
13 |
+
height: 70vh
|
14 |
+
toc: true
|
15 |
+
---
|
16 |
+
|
17 |
+
## Introduction
|
18 |
+
With 17 genera and approximately 85 species, Dialioideae is the second smallest of the legume subfamilies. *Dialium* is a pantropical genus of c. 30 species, *Labichea* includes approximately 14 species, but otherwise the subfamily mostly comprises small genera with few species, eight of which are monospecific. Several of these small genera are considered threatened and have rarely been collected in nature.
|
19 |
+
|
20 |
+
All recent phylogenetic analyses place Dialioideae as sister to Caesalpinioideae + Papilionoideae. Recent analyses suggest an Oligocene crown age but no fossils have been clearly attributed to the subfamily and because of this the age of the clade has been difficult to assess with certainty. Although studies are in progress, generic level relationships within the subfamily remain poorly resolved, except for the position of the New World *Poeppigia*, initially considered a close relative of taxa now placed in Caesalpinioideae, which is clearly resolved as sister to the rest of the subfamily.
|
21 |
+
|
22 |
+
## Key Features
|
23 |
+
Dialioideae are mostly unarmed trees or shrubs (Australian *Labichea* and *Petalostyles*). Their flowers are highly diverse, displaying multiple symmetries and widely varied numbers of floral organs. Organ loss is frequent in the subfamily. The subfamily is also unusual in that many Dialioideae have thyrsoid inflorescences, a rare condition in the primarily racemose Leguminosae. The fruit is often indehiscent and drupaceous or samaroid, also less typical of the legumes. Finally, most species of the subfamily lack vestured pits in their xylem (present in *Poeppigia* and *Mendoravia*), a feature that is otherwise present in all Leguminosae except Cercidoideae and Duparquetioideae.
|
24 |
+
|
25 |
+
## Distribution and Ecology
|
26 |
+
Dialioideae occur throughout the world tropics. They are native to South and Central America, Africa, Madagascar, South and Southeast Asia, south China, Australia, New Guinea and some Pacific islands. Most species of Dialioideae occur in the Rainforest biome, but *Poeppigia* (New World), *Eligmocarpus* and *Baudouinia* (both Madagascan) are Succulent biome plants, and *Labichea* and *Petalosytles* occur in the Savanna biome of Australia.
|
27 |
+
|
28 |
+
## Formal Botanical Description
|
29 |
+
As published in LPWG (2017), Taxon 66: 44-77, doi.org/10.12705/661.3
|
30 |
+
|
31 |
+
Subfam. Dialioideae Legume Phylogeny Working Group, stat. nov. ≡ Dialiinae H.S.Irwin & Barneby in Polhill & Raven, Adv. Legume Syst. 1: 100. 1981.
|
32 |
+
|
33 |
+
Type: *Dialium* L.
|
34 |
+
|
35 |
+
Unarmed trees or shrubs, rarely suffruticose (*Labichea* Gaudich. ex DC., *Petalostylis* R.Br.); specialised extrafloral nectaries lacking on petiole and leaf rachis and on leaflet surface. Stipules in lateral position, free or absent. Leaves imparipinnate, rarely paripinnate (*Eligmocarpus* Capuron, *Poeppigia* C.Presl), 1-foliolate (*Baudouinia* Baill., *Labichea*, *Mendoravia* Capuron, *Uittienia* Steenis) or palmately compound (*Labichea*), leaflets alternate, rarely opposite (*Eligmocarpus*, *Poeppigia*), exstipellate. Inflorescences highly branched, thyrsoid, less commonly racemes with distichous anthotaxy (*Labichea*, *Petalostylis*), borne in both terminal and axillary positions, or reduced to one axillary flower (*Petalostylis*); bracteoles small or absent. Flowers bisexual (polygamous in *Apuleia* Mart.), radially or slightly to strongly bilaterally symmetrical, hypanthium rarely present, receptacle may be broad and flattened, bearing nectary-like bodies; sepals commonly 5, reduced to 4 (*Labichea*, *Storckiella* Seem.) or 3 (*Apuleia*, *Dialium*), rarely 6 (*Mendoravia*), free, equal to sub-equal; petals 5 or fewer (0, 1, 3, 4), rarely 6 (petal number often equivalent to sepal number), free, equal to subequal, imbricate, the adaxial petal innermost; fertile stamens 5 or fewer, rarely 6–10 (some *Dialium* spp., *Poeppigia*), usually only antesepalous whorl present, free, uniform, rarely dimorphic (*Eligmocarpus*), anthers basifixed, rarely dorsifixed (*Poeppigia*), dehiscing via longitudinal slits, often reduced to a short apical, poricidal slit, staminodes present or absent; pollen in tricolporate monads with punctate or finely reticulate, rarely striate (some *Dialium*) sculpture patterns; gynoecium 1-carpellate (sometimes bicarpellate in scattered flowers of *Dialium*), ovary stipitate or sessile, ovules frequently 2 (1–many). Fruits commonly indehiscent drupaceous or samaroid, rarely dehiscent (*Eligmocarpus*, *Labichea*, *Mendoravia*, *Petalostylis*) or the drupaceous fruit with indurating endocarp breaking up in one seeded segments (*Baudouinia*). Seeds 1–2, rarely more; embryo straight.
|
36 |
+
Vestured pits absent in the secondary xylem, rarely present (*Poeppigia*, *Mendoravia*); silica bodies sometimes present (*Apuleia*, *Dialium*, *Dicorynia* Benth., *Distemonanthus* Benth.); septate fibres rarely present (*Apuleia*, *Distemonanthus*, *Poeppigia*); storeyed rays often present. Root nodules absent. 2n = 28 (most genera unsurveyed).
|
37 |
+
|
38 |
+
## To learn more
|
39 |
+
Falcão MJA, Mansano VF, Pinto RB. 2016. A taxonomic revision of the genus *Dialium* (Leguminosae: Dialiinae) in the Neotropics. Phytotaxa 283: 123–142.
|
40 |
+
|
41 |
+
Falcão MJA, JV Paulino, FJ Kochanovski, RC Figueiredo, JP Basso-Alves, VF Mansano. 2020. Development of inflorescences and flowers in Fabaceae subfamily Dialioideae: an evolutionary overview and complete ontogenetic series for *Apuleia* and *Martiodendron*. Botanical Journal of the Linnean Society 193: 19–46. https://doi.org/10.1093/botlinnean/boz098
|
42 |
+
|
43 |
+
Zimmerman E., Herendeen PS, Lewis GP, Bruneau A. 2017. Floral evolution and phylogeny of the Dialioideae, a diverse subfamily of tropical legumes. American Journal of Botany 104: 1019–1041.
|
44 |
+
|
45 |
+
Zimmerman, E., G. Prenner & A. Bruneau. 2013. Floral ontogeny in Dialiinae (Caesalpinioideae: Cassieae), a study in organ loss and instability. South African Journal of Botany 89: 188–209.
|
46 |
+
|
47 |
+
## List of genera
|
48 |
+
Below is an alphabetical list of all genera accepted by the LPWG with links out to the taxonomic pages on our portal, GBIF and World Checklist of Vascular Plants (Kew). Over time this list will be updated to reflect the evolving taxonomy.
|
49 |
+
|
50 |
+
Please see the [Species List and Synonyms](/taxonomy/species-list) and [Legume Taxonomy Working Group](/working-groups/taxonomy) pages for more taxonomic information. The current taxonomy is accessible by [Browse](/taxonomy/browse) or [Advanced Search](/taxonomy/search).
|
51 |
+
|
52 |
+
|
53 |
+
|Genus | Data Source|
|
54 |
+
| --------------------- |------------------------------|------------------------------|
|
55 |
+
| Androcalymma Dwyer |[Legume Data Portal](/taxonomy/taxon/2637022)| [GBIF](https://www.gbif.org/species/2947111) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:296592-2) |
|
56 |
+
| Apuleia Mart. |[Legume Data Portal](/taxonomy/taxon/2644498)| [GBIF](https://www.gbif.org/species/2955914) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:331358-2) |
|
57 |
+
| Baudouinia Baill. |[Legume Data Portal](/taxonomy/taxon/2671237)| [GBIF](https://www.gbif.org/species/2963752) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:21792-1) |
|
58 |
+
| Dialium L. |[Legume Data Portal](/taxonomy/taxon/2763452)| [GBIF](https://www.gbif.org/species/2970932) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22238-1) |
|
59 |
+
| Dicorynia Benth. |[Legume Data Portal](/taxonomy/taxon/2766794)| [GBIF](https://www.gbif.org/species/2944649) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22251-1) |
|
60 |
+
| Distemonanthus Benth. |[Legume Data Portal](/taxonomy/taxon/2773184)| [GBIF](https://www.gbif.org/species/2964856) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22286-1) |
|
61 |
+
| Eligmocarpus Capuron |[Legume Data Portal](/taxonomy/taxon/2787570)| [GBIF](https://www.gbif.org/species/2960218) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22353-1) |
|
62 |
+
| Kalappia Kosterm. |[Legume Data Portal](/taxonomy/taxon/2336144)| [GBIF](https://www.gbif.org/species/2939855) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22688-1) |
|
63 |
+
| Koompassia Maingay ex Benth. |[Legume Data Portal](/taxonomy/taxon/2336264)| [GBIF](https://www.gbif.org/species/2952890) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22706-1) |
|
64 |
+
| Labichea Gaudich. ex DC. |[Legume Data Portal](/taxonomy/taxon/2350870)| [GBIF](https://www.gbif.org/species/2975908) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22721-1) |
|
65 |
+
| Martiodendron Gleason |[Legume Data Portal](/taxonomy/taxon/2368514)| [GBIF](https://www.gbif.org/species/2948702) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:326830-2)|
|
66 |
+
| Mendoravia Capuron |[Legume Data Portal](/taxonomy/taxon/2368027)| [GBIF](https://www.gbif.org/species/2960417) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22926-1) |
|
67 |
+
| Petalostylis R.Br. |[Legume Data Portal](/taxonomy/taxon/2538854)| [GBIF](https://www.gbif.org/species/8293499) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:23198-1) |
|
68 |
+
| Poeppigia C.Presl |[Legume Data Portal](/taxonomy/taxon/2535922)| [GBIF](https://www.gbif.org/species/5938931) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:30241950-2) |
|
69 |
+
| Storckiella Seem. |[Legume Data Portal](/taxonomy/taxon/2478158)| [GBIF](https://www.gbif.org/species/2949438) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:23621-1) |
|
70 |
+
| Uittienia Steenis |[Legume Data Portal](/taxonomy/taxon/2446612)| [GBIF](https://www.gbif.org/species/8351407) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:23744-1) |
|
71 |
+
| Zenia Chun |[Legume Data Portal](/taxonomy/taxon/2470192)| [GBIF](https://www.gbif.org/species/2963590) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:23839-1) |
|
taxonomy/Capsicum.md
ADDED
@@ -0,0 +1,74 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
layout: documentation
|
3 |
+
sideNavigation: sidenav.taxonomy
|
4 |
+
composition:
|
5 |
+
- type: postHeader
|
6 |
+
- type: pageMarkdown
|
7 |
+
title: Capsicum
|
8 |
+
lang-ref: Capsicum
|
9 |
+
background: /assets/images/Solanoideae/Solaneae/Solanum/Solanum_Bohs_3655_IMG_2051.jpg
|
10 |
+
imageLicense: |
|
11 |
+
*Solanum* sp. (Androceras group; Photo by L.Bohs)
|
12 |
+
description: Information about *Capsicum*
|
13 |
+
height: 70vh
|
14 |
+
toc: true
|
15 |
+
---
|
16 |
+
|
17 |
+
## Introduction
|
18 |
+
With 17 genera and approximately 85 species, Dialioideae is the second smallest of the legume subfamilies. *Dialium* is a pantropical genus of c. 30 species, *Labichea* includes approximately 14 species, but otherwise the subfamily mostly comprises small genera with few species, eight of which are monospecific. Several of these small genera are considered threatened and have rarely been collected in nature.
|
19 |
+
|
20 |
+
All recent phylogenetic analyses place Dialioideae as sister to Caesalpinioideae + Papilionoideae. Recent analyses suggest an Oligocene crown age but no fossils have been clearly attributed to the subfamily and because of this the age of the clade has been difficult to assess with certainty. Although studies are in progress, generic level relationships within the subfamily remain poorly resolved, except for the position of the New World *Poeppigia*, initially considered a close relative of taxa now placed in Caesalpinioideae, which is clearly resolved as sister to the rest of the subfamily.
|
21 |
+
|
22 |
+
|
23 |
+
## Key Features
|
24 |
+
Dialioideae are mostly unarmed trees or shrubs (Australian *Labichea* and *Petalostyles*). Their flowers are highly diverse, displaying multiple symmetries and widely varied numbers of floral organs. Organ loss is frequent in the subfamily. The subfamily is also unusual in that many Dialioideae have thyrsoid inflorescences, a rare condition in the primarily racemose Leguminosae. The fruit is often indehiscent and drupaceous or samaroid, also less typical of the legumes. Finally, most species of the subfamily lack vestured pits in their xylem (present in *Poeppigia* and *Mendoravia*), a feature that is otherwise present in all Leguminosae except Cercidoideae and Duparquetioideae.
|
25 |
+
|
26 |
+
## Distribution and Ecology
|
27 |
+
Dialioideae occur throughout the world tropics. They are native to South and Central America, Africa, Madagascar, South and Southeast Asia, south China, Australia, New Guinea and some Pacific islands. Most species of Dialioideae occur in the Rainforest biome, but *Poeppigia* (New World), *Eligmocarpus* and *Baudouinia* (both Madagascan) are Succulent biome plants, and *Labichea* and *Petalosytles* occur in the Savanna biome of Australia.
|
28 |
+
|
29 |
+
## Formal Botanical Description
|
30 |
+
As published in LPWG (2017), Taxon 66: 44-77, doi.org/10.12705/661.3
|
31 |
+
|
32 |
+
Subfam. Dialioideae Legume Phylogeny Working Group, stat. nov. ≡ Dialiinae H.S.Irwin & Barneby in Polhill & Raven, Adv. Legume Syst. 1: 100. 1981.
|
33 |
+
|
34 |
+
Type: *Dialium* L.
|
35 |
+
|
36 |
+
Unarmed trees or shrubs, rarely suffruticose (*Labichea* Gaudich. ex DC., *Petalostylis* R.Br.); specialised extrafloral nectaries lacking on petiole and leaf rachis and on leaflet surface. Stipules in lateral position, free or absent. Leaves imparipinnate, rarely paripinnate (*Eligmocarpus* Capuron, *Poeppigia* C.Presl), 1-foliolate (*Baudouinia* Baill., *Labichea*, *Mendoravia* Capuron, *Uittienia* Steenis) or palmately compound (*Labichea*), leaflets alternate, rarely opposite (*Eligmocarpus*, *Poeppigia*), exstipellate. Inflorescences highly branched, thyrsoid, less commonly racemes with distichous anthotaxy (*Labichea*, *Petalostylis*), borne in both terminal and axillary positions, or reduced to one axillary flower (*Petalostylis*); bracteoles small or absent. Flowers bisexual (polygamous in *Apuleia* Mart.), radially or slightly to strongly bilaterally symmetrical, hypanthium rarely present, receptacle may be broad and flattened, bearing nectary-like bodies; sepals commonly 5, reduced to 4 (*Labichea*, *Storckiella* Seem.) or 3 (*Apuleia*, *Dialium*), rarely 6 (*Mendoravia*), free, equal to sub-equal; petals 5 or fewer (0, 1, 3, 4), rarely 6 (petal number often equivalent to sepal number), free, equal to subequal, imbricate, the adaxial petal innermost; fertile stamens 5 or fewer, rarely 6–10 (some *Dialium* spp., *Poeppigia*), usually only antesepalous whorl present, free, uniform, rarely dimorphic (*Eligmocarpus*), anthers basifixed, rarely dorsifixed (*Poeppigia*), dehiscing via longitudinal slits, often reduced to a short apical, poricidal slit, staminodes present or absent; pollen in tricolporate monads with punctate or finely reticulate, rarely striate (some *Dialium*) sculpture patterns; gynoecium 1-carpellate (sometimes bicarpellate in scattered flowers of *Dialium*), ovary stipitate or sessile, ovules frequently 2 (1–many). Fruits commonly indehiscent drupaceous or samaroid, rarely dehiscent (*Eligmocarpus*, *Labichea*, *Mendoravia*, *Petalostylis*) or the drupaceous fruit with indurating endocarp breaking up in one seeded segments (*Baudouinia*). Seeds 1–2, rarely more; embryo straight.
|
37 |
+
Vestured pits absent in the secondary xylem, rarely present (*Poeppigia*, *Mendoravia*); silica bodies sometimes present (*Apuleia*, *Dialium*, *Dicorynia* Benth., *Distemonanthus* Benth.); septate fibres rarely present (*Apuleia*, *Distemonanthus*, *Poeppigia*); storeyed rays often present. Root nodules absent. 2n = 28 (most genera unsurveyed).
|
38 |
+
|
39 |
+
|
40 |
+
## To learn more
|
41 |
+
Falcão MJA, Mansano VF, Pinto RB. 2016. A taxonomic revision of the genus *Dialium* (Leguminosae: Dialiinae) in the Neotropics. Phytotaxa 283: 123–142.
|
42 |
+
|
43 |
+
Falcão MJA, JV Paulino, FJ Kochanovski, RC Figueiredo, JP Basso-Alves, VF Mansano. 2020. Development of inflorescences and flowers in Fabaceae subfamily Dialioideae: an evolutionary overview and complete ontogenetic series for *Apuleia* and *Martiodendron*. Botanical Journal of the Linnean Society 193: 19–46. https://doi.org/10.1093/botlinnean/boz098
|
44 |
+
|
45 |
+
Zimmerman E., Herendeen PS, Lewis GP, Bruneau A. 2017. Floral evolution and phylogeny of the Dialioideae, a diverse subfamily of tropical legumes. American Journal of Botany 104: 1019–1041.
|
46 |
+
|
47 |
+
Zimmerman, E., G. Prenner & A. Bruneau. 2013. Floral ontogeny in Dialiinae (Caesalpinioideae: Cassieae), a study in organ loss and instability. South African Journal of Botany 89: 188–209.
|
48 |
+
|
49 |
+
## List of genera
|
50 |
+
Below is an alphabetical list of all genera accepted by the LPWG with links out to the taxonomic pages on our portal, GBIF and World Checklist of Vascular Plants (Kew). Over time this list will be updated to reflect the evolving taxonomy.
|
51 |
+
|
52 |
+
Please see the [Species List and Synonyms](/taxonomy/species-list) and [Legume Taxonomy Working Group](/working-groups/taxonomy) pages for more taxonomic information. The current taxonomy is accessible by [Browse](/taxonomy/browse) or [Advanced Search](/taxonomy/search).
|
53 |
+
|
54 |
+
|
55 |
+
|
56 |
+
|Genus | Data Source|
|
57 |
+
| --------------------- |------------------------------|------------------------------|
|
58 |
+
| Androcalymma Dwyer |[Legume Data Portal](/taxonomy/taxon/2637022)| [GBIF](https://www.gbif.org/species/2947111) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:296592-2) |
|
59 |
+
| Apuleia Mart. |[Legume Data Portal](/taxonomy/taxon/2644498)| [GBIF](https://www.gbif.org/species/2955914) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:331358-2) |
|
60 |
+
| Baudouinia Baill. |[Legume Data Portal](/taxonomy/taxon/2671237)| [GBIF](https://www.gbif.org/species/2963752) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:21792-1) |
|
61 |
+
| Dialium L. |[Legume Data Portal](/taxonomy/taxon/2763452)| [GBIF](https://www.gbif.org/species/2970932) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22238-1) |
|
62 |
+
| Dicorynia Benth. |[Legume Data Portal](/taxonomy/taxon/2766794)| [GBIF](https://www.gbif.org/species/2944649) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22251-1) |
|
63 |
+
| Distemonanthus Benth. |[Legume Data Portal](/taxonomy/taxon/2773184)| [GBIF](https://www.gbif.org/species/2964856) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22286-1) |
|
64 |
+
| Eligmocarpus Capuron |[Legume Data Portal](/taxonomy/taxon/2787570)| [GBIF](https://www.gbif.org/species/2960218) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22353-1) |
|
65 |
+
| Kalappia Kosterm. |[Legume Data Portal](/taxonomy/taxon/2336144)| [GBIF](https://www.gbif.org/species/2939855) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22688-1) |
|
66 |
+
| Koompassia Maingay ex Benth. |[Legume Data Portal](/taxonomy/taxon/2336264)| [GBIF](https://www.gbif.org/species/2952890) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22706-1) |
|
67 |
+
| Labichea Gaudich. ex DC. |[Legume Data Portal](/taxonomy/taxon/2350870)| [GBIF](https://www.gbif.org/species/2975908) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22721-1) |
|
68 |
+
| Martiodendron Gleason |[Legume Data Portal](/taxonomy/taxon/2368514)| [GBIF](https://www.gbif.org/species/2948702) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:326830-2)|
|
69 |
+
| Mendoravia Capuron |[Legume Data Portal](/taxonomy/taxon/2368027)| [GBIF](https://www.gbif.org/species/2960417) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22926-1) |
|
70 |
+
| Petalostylis R.Br. |[Legume Data Portal](/taxonomy/taxon/2538854)| [GBIF](https://www.gbif.org/species/8293499) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:23198-1) |
|
71 |
+
| Poeppigia C.Presl |[Legume Data Portal](/taxonomy/taxon/2535922)| [GBIF](https://www.gbif.org/species/5938931) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:30241950-2) |
|
72 |
+
| Storckiella Seem. |[Legume Data Portal](/taxonomy/taxon/2478158)| [GBIF](https://www.gbif.org/species/2949438) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:23621-1) |
|
73 |
+
| Uittienia Steenis |[Legume Data Portal](/taxonomy/taxon/2446612)| [GBIF](https://www.gbif.org/species/8351407) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:23744-1) |
|
74 |
+
| Zenia Chun |[Legume Data Portal](/taxonomy/taxon/2470192)| [GBIF](https://www.gbif.org/species/2963590) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:23839-1) |
|
taxonomy/Datura.md
ADDED
@@ -0,0 +1,73 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
layout: documentation
|
3 |
+
sideNavigation: sidenav.taxonomy
|
4 |
+
composition:
|
5 |
+
- type: postHeader
|
6 |
+
- type: pageMarkdown
|
7 |
+
title: Datura
|
8 |
+
lang-ref: Datura
|
9 |
+
background: "{{ site.data.images.datura.src }}"
|
10 |
+
imageLicense: "{{ site.data.images.datura.caption }}"
|
11 |
+
description: Information about *Datura*
|
12 |
+
height: 70vh
|
13 |
+
toc: true
|
14 |
+
---
|
15 |
+
|
16 |
+
## Introduction
|
17 |
+
With 17 genera and approximately 85 species, Dialioideae is the second smallest of the legume subfamilies. *Dialium* is a pantropical genus of c. 30 species, *Labichea* includes approximately 14 species, but otherwise the subfamily mostly comprises small genera with few species, eight of which are monospecific. Several of these small genera are considered threatened and have rarely been collected in nature.
|
18 |
+
|
19 |
+
All recent phylogenetic analyses place Dialioideae as sister to Caesalpinioideae + Papilionoideae. Recent analyses suggest an Oligocene crown age but no fossils have been clearly attributed to the subfamily and because of this the age of the clade has been difficult to assess with certainty. Although studies are in progress, generic level relationships within the subfamily remain poorly resolved, except for the position of the New World *Poeppigia*, initially considered a close relative of taxa now placed in Caesalpinioideae, which is clearly resolved as sister to the rest of the subfamily.
|
20 |
+
|
21 |
+
|
22 |
+
## Key Features
|
23 |
+
Dialioideae are mostly unarmed trees or shrubs (Australian *Labichea* and *Petalostyles*). Their flowers are highly diverse, displaying multiple symmetries and widely varied numbers of floral organs. Organ loss is frequent in the subfamily. The subfamily is also unusual in that many Dialioideae have thyrsoid inflorescences, a rare condition in the primarily racemose Leguminosae. The fruit is often indehiscent and drupaceous or samaroid, also less typical of the legumes. Finally, most species of the subfamily lack vestured pits in their xylem (present in *Poeppigia* and *Mendoravia*), a feature that is otherwise present in all Leguminosae except Cercidoideae and Duparquetioideae.
|
24 |
+
|
25 |
+
## Distribution and Ecology
|
26 |
+
Dialioideae occur throughout the world tropics. They are native to South and Central America, Africa, Madagascar, South and Southeast Asia, south China, Australia, New Guinea and some Pacific islands. Most species of Dialioideae occur in the Rainforest biome, but *Poeppigia* (New World), *Eligmocarpus* and *Baudouinia* (both Madagascan) are Succulent biome plants, and *Labichea* and *Petalosytles* occur in the Savanna biome of Australia.
|
27 |
+
|
28 |
+
## Formal Botanical Description
|
29 |
+
As published in LPWG (2017), Taxon 66: 44-77, doi.org/10.12705/661.3
|
30 |
+
|
31 |
+
Subfam. Dialioideae Legume Phylogeny Working Group, stat. nov. ≡ Dialiinae H.S.Irwin & Barneby in Polhill & Raven, Adv. Legume Syst. 1: 100. 1981.
|
32 |
+
|
33 |
+
Type: *Dialium* L.
|
34 |
+
|
35 |
+
Unarmed trees or shrubs, rarely suffruticose (*Labichea* Gaudich. ex DC., *Petalostylis* R.Br.); specialised extrafloral nectaries lacking on petiole and leaf rachis and on leaflet surface. Stipules in lateral position, free or absent. Leaves imparipinnate, rarely paripinnate (*Eligmocarpus* Capuron, *Poeppigia* C.Presl), 1-foliolate (*Baudouinia* Baill., *Labichea*, *Mendoravia* Capuron, *Uittienia* Steenis) or palmately compound (*Labichea*), leaflets alternate, rarely opposite (*Eligmocarpus*, *Poeppigia*), exstipellate. Inflorescences highly branched, thyrsoid, less commonly racemes with distichous anthotaxy (*Labichea*, *Petalostylis*), borne in both terminal and axillary positions, or reduced to one axillary flower (*Petalostylis*); bracteoles small or absent. Flowers bisexual (polygamous in *Apuleia* Mart.), radially or slightly to strongly bilaterally symmetrical, hypanthium rarely present, receptacle may be broad and flattened, bearing nectary-like bodies; sepals commonly 5, reduced to 4 (*Labichea*, *Storckiella* Seem.) or 3 (*Apuleia*, *Dialium*), rarely 6 (*Mendoravia*), free, equal to sub-equal; petals 5 or fewer (0, 1, 3, 4), rarely 6 (petal number often equivalent to sepal number), free, equal to subequal, imbricate, the adaxial petal innermost; fertile stamens 5 or fewer, rarely 6–10 (some *Dialium* spp., *Poeppigia*), usually only antesepalous whorl present, free, uniform, rarely dimorphic (*Eligmocarpus*), anthers basifixed, rarely dorsifixed (*Poeppigia*), dehiscing via longitudinal slits, often reduced to a short apical, poricidal slit, staminodes present or absent; pollen in tricolporate monads with punctate or finely reticulate, rarely striate (some *Dialium*) sculpture patterns; gynoecium 1-carpellate (sometimes bicarpellate in scattered flowers of *Dialium*), ovary stipitate or sessile, ovules frequently 2 (1–many). Fruits commonly indehiscent drupaceous or samaroid, rarely dehiscent (*Eligmocarpus*, *Labichea*, *Mendoravia*, *Petalostylis*) or the drupaceous fruit with indurating endocarp breaking up in one seeded segments (*Baudouinia*). Seeds 1–2, rarely more; embryo straight.
|
36 |
+
Vestured pits absent in the secondary xylem, rarely present (*Poeppigia*, *Mendoravia*); silica bodies sometimes present (*Apuleia*, *Dialium*, *Dicorynia* Benth., *Distemonanthus* Benth.); septate fibres rarely present (*Apuleia*, *Distemonanthus*, *Poeppigia*); storeyed rays often present. Root nodules absent. 2n = 28 (most genera unsurveyed).
|
37 |
+
|
38 |
+
|
39 |
+
## To learn more
|
40 |
+
Falcão MJA, Mansano VF, Pinto RB. 2016. A taxonomic revision of the genus *Dialium* (Leguminosae: Dialiinae) in the Neotropics. Phytotaxa 283: 123–142.
|
41 |
+
|
42 |
+
Falcão MJA, JV Paulino, FJ Kochanovski, RC Figueiredo, JP Basso-Alves, VF Mansano. 2020. Development of inflorescences and flowers in Fabaceae subfamily Dialioideae: an evolutionary overview and complete ontogenetic series for *Apuleia* and *Martiodendron*. Botanical Journal of the Linnean Society 193: 19–46. https://doi.org/10.1093/botlinnean/boz098
|
43 |
+
|
44 |
+
Zimmerman E., Herendeen PS, Lewis GP, Bruneau A. 2017. Floral evolution and phylogeny of the Dialioideae, a diverse subfamily of tropical legumes. American Journal of Botany 104: 1019–1041.
|
45 |
+
|
46 |
+
Zimmerman, E., G. Prenner & A. Bruneau. 2013. Floral ontogeny in Dialiinae (Caesalpinioideae: Cassieae), a study in organ loss and instability. South African Journal of Botany 89: 188–209.
|
47 |
+
|
48 |
+
## List of genera
|
49 |
+
Below is an alphabetical list of all genera accepted by the LPWG with links out to the taxonomic pages on our portal, GBIF and World Checklist of Vascular Plants (Kew). Over time this list will be updated to reflect the evolving taxonomy.
|
50 |
+
|
51 |
+
Please see the [Species List and Synonyms](/taxonomy/species-list) and [Legume Taxonomy Working Group](/working-groups/taxonomy) pages for more taxonomic information. The current taxonomy is accessible by [Browse](/taxonomy/browse) or [Advanced Search](/taxonomy/search).
|
52 |
+
|
53 |
+
|
54 |
+
|
55 |
+
|Genus | Data Source|
|
56 |
+
| --------------------- |------------------------------|------------------------------|
|
57 |
+
| Androcalymma Dwyer |[Legume Data Portal](/taxonomy/taxon/2637022)| [GBIF](https://www.gbif.org/species/2947111) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:296592-2) |
|
58 |
+
| Apuleia Mart. |[Legume Data Portal](/taxonomy/taxon/2644498)| [GBIF](https://www.gbif.org/species/2955914) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:331358-2) |
|
59 |
+
| Baudouinia Baill. |[Legume Data Portal](/taxonomy/taxon/2671237)| [GBIF](https://www.gbif.org/species/2963752) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:21792-1) |
|
60 |
+
| Dialium L. |[Legume Data Portal](/taxonomy/taxon/2763452)| [GBIF](https://www.gbif.org/species/2970932) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22238-1) |
|
61 |
+
| Dicorynia Benth. |[Legume Data Portal](/taxonomy/taxon/2766794)| [GBIF](https://www.gbif.org/species/2944649) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22251-1) |
|
62 |
+
| Distemonanthus Benth. |[Legume Data Portal](/taxonomy/taxon/2773184)| [GBIF](https://www.gbif.org/species/2964856) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22286-1) |
|
63 |
+
| Eligmocarpus Capuron |[Legume Data Portal](/taxonomy/taxon/2787570)| [GBIF](https://www.gbif.org/species/2960218) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22353-1) |
|
64 |
+
| Kalappia Kosterm. |[Legume Data Portal](/taxonomy/taxon/2336144)| [GBIF](https://www.gbif.org/species/2939855) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22688-1) |
|
65 |
+
| Koompassia Maingay ex Benth. |[Legume Data Portal](/taxonomy/taxon/2336264)| [GBIF](https://www.gbif.org/species/2952890) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22706-1) |
|
66 |
+
| Labichea Gaudich. ex DC. |[Legume Data Portal](/taxonomy/taxon/2350870)| [GBIF](https://www.gbif.org/species/2975908) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22721-1) |
|
67 |
+
| Martiodendron Gleason |[Legume Data Portal](/taxonomy/taxon/2368514)| [GBIF](https://www.gbif.org/species/2948702) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:326830-2)|
|
68 |
+
| Mendoravia Capuron |[Legume Data Portal](/taxonomy/taxon/2368027)| [GBIF](https://www.gbif.org/species/2960417) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22926-1) |
|
69 |
+
| Petalostylis R.Br. |[Legume Data Portal](/taxonomy/taxon/2538854)| [GBIF](https://www.gbif.org/species/8293499) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:23198-1) |
|
70 |
+
| Poeppigia C.Presl |[Legume Data Portal](/taxonomy/taxon/2535922)| [GBIF](https://www.gbif.org/species/5938931) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:30241950-2) |
|
71 |
+
| Storckiella Seem. |[Legume Data Portal](/taxonomy/taxon/2478158)| [GBIF](https://www.gbif.org/species/2949438) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:23621-1) |
|
72 |
+
| Uittienia Steenis |[Legume Data Portal](/taxonomy/taxon/2446612)| [GBIF](https://www.gbif.org/species/8351407) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:23744-1) |
|
73 |
+
| Zenia Chun |[Legume Data Portal](/taxonomy/taxon/2470192)| [GBIF](https://www.gbif.org/species/2963590) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:23839-1) |
|
taxonomy/Duckeodendron.md
ADDED
@@ -0,0 +1,74 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
layout: documentation
|
3 |
+
sideNavigation: sidenav.taxonomy
|
4 |
+
composition:
|
5 |
+
- type: postHeader
|
6 |
+
- type: pageMarkdown
|
7 |
+
title: Duckeodendron
|
8 |
+
lang-ref: Duckeodendron
|
9 |
+
background: /assets/images/Solanoideae/Solaneae/Solanum/Solanum_Bohs_3655_IMG_2051.jpg
|
10 |
+
imageLicense: |
|
11 |
+
*Solanum* sp. (Androceras group; Photo by L.Bohs)
|
12 |
+
description: Information about *Duckeodendron*
|
13 |
+
height: 70vh
|
14 |
+
toc: true
|
15 |
+
---
|
16 |
+
|
17 |
+
## Introduction
|
18 |
+
With 17 genera and approximately 85 species, Dialioideae is the second smallest of the legume subfamilies. *Dialium* is a pantropical genus of c. 30 species, *Labichea* includes approximately 14 species, but otherwise the subfamily mostly comprises small genera with few species, eight of which are monospecific. Several of these small genera are considered threatened and have rarely been collected in nature.
|
19 |
+
|
20 |
+
All recent phylogenetic analyses place Dialioideae as sister to Caesalpinioideae + Papilionoideae. Recent analyses suggest an Oligocene crown age but no fossils have been clearly attributed to the subfamily and because of this the age of the clade has been difficult to assess with certainty. Although studies are in progress, generic level relationships within the subfamily remain poorly resolved, except for the position of the New World *Poeppigia*, initially considered a close relative of taxa now placed in Caesalpinioideae, which is clearly resolved as sister to the rest of the subfamily.
|
21 |
+
|
22 |
+
|
23 |
+
## Key Features
|
24 |
+
Dialioideae are mostly unarmed trees or shrubs (Australian *Labichea* and *Petalostyles*). Their flowers are highly diverse, displaying multiple symmetries and widely varied numbers of floral organs. Organ loss is frequent in the subfamily. The subfamily is also unusual in that many Dialioideae have thyrsoid inflorescences, a rare condition in the primarily racemose Leguminosae. The fruit is often indehiscent and drupaceous or samaroid, also less typical of the legumes. Finally, most species of the subfamily lack vestured pits in their xylem (present in *Poeppigia* and *Mendoravia*), a feature that is otherwise present in all Leguminosae except Cercidoideae and Duparquetioideae.
|
25 |
+
|
26 |
+
## Distribution and Ecology
|
27 |
+
Dialioideae occur throughout the world tropics. They are native to South and Central America, Africa, Madagascar, South and Southeast Asia, south China, Australia, New Guinea and some Pacific islands. Most species of Dialioideae occur in the Rainforest biome, but *Poeppigia* (New World), *Eligmocarpus* and *Baudouinia* (both Madagascan) are Succulent biome plants, and *Labichea* and *Petalosytles* occur in the Savanna biome of Australia.
|
28 |
+
|
29 |
+
## Formal Botanical Description
|
30 |
+
As published in LPWG (2017), Taxon 66: 44-77, doi.org/10.12705/661.3
|
31 |
+
|
32 |
+
Subfam. Dialioideae Legume Phylogeny Working Group, stat. nov. ≡ Dialiinae H.S.Irwin & Barneby in Polhill & Raven, Adv. Legume Syst. 1: 100. 1981.
|
33 |
+
|
34 |
+
Type: *Dialium* L.
|
35 |
+
|
36 |
+
Unarmed trees or shrubs, rarely suffruticose (*Labichea* Gaudich. ex DC., *Petalostylis* R.Br.); specialised extrafloral nectaries lacking on petiole and leaf rachis and on leaflet surface. Stipules in lateral position, free or absent. Leaves imparipinnate, rarely paripinnate (*Eligmocarpus* Capuron, *Poeppigia* C.Presl), 1-foliolate (*Baudouinia* Baill., *Labichea*, *Mendoravia* Capuron, *Uittienia* Steenis) or palmately compound (*Labichea*), leaflets alternate, rarely opposite (*Eligmocarpus*, *Poeppigia*), exstipellate. Inflorescences highly branched, thyrsoid, less commonly racemes with distichous anthotaxy (*Labichea*, *Petalostylis*), borne in both terminal and axillary positions, or reduced to one axillary flower (*Petalostylis*); bracteoles small or absent. Flowers bisexual (polygamous in *Apuleia* Mart.), radially or slightly to strongly bilaterally symmetrical, hypanthium rarely present, receptacle may be broad and flattened, bearing nectary-like bodies; sepals commonly 5, reduced to 4 (*Labichea*, *Storckiella* Seem.) or 3 (*Apuleia*, *Dialium*), rarely 6 (*Mendoravia*), free, equal to sub-equal; petals 5 or fewer (0, 1, 3, 4), rarely 6 (petal number often equivalent to sepal number), free, equal to subequal, imbricate, the adaxial petal innermost; fertile stamens 5 or fewer, rarely 6–10 (some *Dialium* spp., *Poeppigia*), usually only antesepalous whorl present, free, uniform, rarely dimorphic (*Eligmocarpus*), anthers basifixed, rarely dorsifixed (*Poeppigia*), dehiscing via longitudinal slits, often reduced to a short apical, poricidal slit, staminodes present or absent; pollen in tricolporate monads with punctate or finely reticulate, rarely striate (some *Dialium*) sculpture patterns; gynoecium 1-carpellate (sometimes bicarpellate in scattered flowers of *Dialium*), ovary stipitate or sessile, ovules frequently 2 (1–many). Fruits commonly indehiscent drupaceous or samaroid, rarely dehiscent (*Eligmocarpus*, *Labichea*, *Mendoravia*, *Petalostylis*) or the drupaceous fruit with indurating endocarp breaking up in one seeded segments (*Baudouinia*). Seeds 1–2, rarely more; embryo straight.
|
37 |
+
Vestured pits absent in the secondary xylem, rarely present (*Poeppigia*, *Mendoravia*); silica bodies sometimes present (*Apuleia*, *Dialium*, *Dicorynia* Benth., *Distemonanthus* Benth.); septate fibres rarely present (*Apuleia*, *Distemonanthus*, *Poeppigia*); storeyed rays often present. Root nodules absent. 2n = 28 (most genera unsurveyed).
|
38 |
+
|
39 |
+
|
40 |
+
## To learn more
|
41 |
+
Falcão MJA, Mansano VF, Pinto RB. 2016. A taxonomic revision of the genus *Dialium* (Leguminosae: Dialiinae) in the Neotropics. Phytotaxa 283: 123–142.
|
42 |
+
|
43 |
+
Falcão MJA, JV Paulino, FJ Kochanovski, RC Figueiredo, JP Basso-Alves, VF Mansano. 2020. Development of inflorescences and flowers in Fabaceae subfamily Dialioideae: an evolutionary overview and complete ontogenetic series for *Apuleia* and *Martiodendron*. Botanical Journal of the Linnean Society 193: 19–46. https://doi.org/10.1093/botlinnean/boz098
|
44 |
+
|
45 |
+
Zimmerman E., Herendeen PS, Lewis GP, Bruneau A. 2017. Floral evolution and phylogeny of the Dialioideae, a diverse subfamily of tropical legumes. American Journal of Botany 104: 1019–1041.
|
46 |
+
|
47 |
+
Zimmerman, E., G. Prenner & A. Bruneau. 2013. Floral ontogeny in Dialiinae (Caesalpinioideae: Cassieae), a study in organ loss and instability. South African Journal of Botany 89: 188–209.
|
48 |
+
|
49 |
+
## List of genera
|
50 |
+
Below is an alphabetical list of all genera accepted by the LPWG with links out to the taxonomic pages on our portal, GBIF and World Checklist of Vascular Plants (Kew). Over time this list will be updated to reflect the evolving taxonomy.
|
51 |
+
|
52 |
+
Please see the [Species List and Synonyms](/taxonomy/species-list) and [Legume Taxonomy Working Group](/working-groups/taxonomy) pages for more taxonomic information. The current taxonomy is accessible by [Browse](/taxonomy/browse) or [Advanced Search](/taxonomy/search).
|
53 |
+
|
54 |
+
|
55 |
+
|
56 |
+
|Genus | Data Source|
|
57 |
+
| --------------------- |------------------------------|------------------------------|
|
58 |
+
| Androcalymma Dwyer |[Legume Data Portal](/taxonomy/taxon/2637022)| [GBIF](https://www.gbif.org/species/2947111) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:296592-2) |
|
59 |
+
| Apuleia Mart. |[Legume Data Portal](/taxonomy/taxon/2644498)| [GBIF](https://www.gbif.org/species/2955914) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:331358-2) |
|
60 |
+
| Baudouinia Baill. |[Legume Data Portal](/taxonomy/taxon/2671237)| [GBIF](https://www.gbif.org/species/2963752) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:21792-1) |
|
61 |
+
| Dialium L. |[Legume Data Portal](/taxonomy/taxon/2763452)| [GBIF](https://www.gbif.org/species/2970932) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22238-1) |
|
62 |
+
| Dicorynia Benth. |[Legume Data Portal](/taxonomy/taxon/2766794)| [GBIF](https://www.gbif.org/species/2944649) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22251-1) |
|
63 |
+
| Distemonanthus Benth. |[Legume Data Portal](/taxonomy/taxon/2773184)| [GBIF](https://www.gbif.org/species/2964856) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22286-1) |
|
64 |
+
| Eligmocarpus Capuron |[Legume Data Portal](/taxonomy/taxon/2787570)| [GBIF](https://www.gbif.org/species/2960218) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22353-1) |
|
65 |
+
| Kalappia Kosterm. |[Legume Data Portal](/taxonomy/taxon/2336144)| [GBIF](https://www.gbif.org/species/2939855) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22688-1) |
|
66 |
+
| Koompassia Maingay ex Benth. |[Legume Data Portal](/taxonomy/taxon/2336264)| [GBIF](https://www.gbif.org/species/2952890) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22706-1) |
|
67 |
+
| Labichea Gaudich. ex DC. |[Legume Data Portal](/taxonomy/taxon/2350870)| [GBIF](https://www.gbif.org/species/2975908) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22721-1) |
|
68 |
+
| Martiodendron Gleason |[Legume Data Portal](/taxonomy/taxon/2368514)| [GBIF](https://www.gbif.org/species/2948702) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:326830-2)|
|
69 |
+
| Mendoravia Capuron |[Legume Data Portal](/taxonomy/taxon/2368027)| [GBIF](https://www.gbif.org/species/2960417) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22926-1) |
|
70 |
+
| Petalostylis R.Br. |[Legume Data Portal](/taxonomy/taxon/2538854)| [GBIF](https://www.gbif.org/species/8293499) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:23198-1) |
|
71 |
+
| Poeppigia C.Presl |[Legume Data Portal](/taxonomy/taxon/2535922)| [GBIF](https://www.gbif.org/species/5938931) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:30241950-2) |
|
72 |
+
| Storckiella Seem. |[Legume Data Portal](/taxonomy/taxon/2478158)| [GBIF](https://www.gbif.org/species/2949438) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:23621-1) |
|
73 |
+
| Uittienia Steenis |[Legume Data Portal](/taxonomy/taxon/2446612)| [GBIF](https://www.gbif.org/species/8351407) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:23744-1) |
|
74 |
+
| Zenia Chun |[Legume Data Portal](/taxonomy/taxon/2470192)| [GBIF](https://www.gbif.org/species/2963590) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:23839-1) |
|
taxonomy/Goetzea.md
ADDED
@@ -0,0 +1,74 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
layout: documentation
|
3 |
+
sideNavigation: sidenav.taxonomy
|
4 |
+
composition:
|
5 |
+
- type: postHeader
|
6 |
+
- type: pageMarkdown
|
7 |
+
title: Goetzea
|
8 |
+
lang-ref: Goetzea
|
9 |
+
background: /assets/images/Goetzoideae/Goetzea elegans FairchildIMG_1458.JPG
|
10 |
+
imageLicense: |
|
11 |
+
*Goetzea elegans* Wydler (photo by S.Knapp)
|
12 |
+
description: Information about *Goetzea* and related genera
|
13 |
+
height: 70vh
|
14 |
+
toc: true
|
15 |
+
---
|
16 |
+
|
17 |
+
## Introduction
|
18 |
+
With 17 genera and approximately 85 species, Dialioideae is the second smallest of the legume subfamilies. *Dialium* is a pantropical genus of c. 30 species, *Labichea* includes approximately 14 species, but otherwise the subfamily mostly comprises small genera with few species, eight of which are monospecific. Several of these small genera are considered threatened and have rarely been collected in nature.
|
19 |
+
|
20 |
+
All recent phylogenetic analyses place Dialioideae as sister to Caesalpinioideae + Papilionoideae. Recent analyses suggest an Oligocene crown age but no fossils have been clearly attributed to the subfamily and because of this the age of the clade has been difficult to assess with certainty. Although studies are in progress, generic level relationships within the subfamily remain poorly resolved, except for the position of the New World *Poeppigia*, initially considered a close relative of taxa now placed in Caesalpinioideae, which is clearly resolved as sister to the rest of the subfamily.
|
21 |
+
|
22 |
+
|
23 |
+
## Key Features
|
24 |
+
Dialioideae are mostly unarmed trees or shrubs (Australian *Labichea* and *Petalostyles*). Their flowers are highly diverse, displaying multiple symmetries and widely varied numbers of floral organs. Organ loss is frequent in the subfamily. The subfamily is also unusual in that many Dialioideae have thyrsoid inflorescences, a rare condition in the primarily racemose Leguminosae. The fruit is often indehiscent and drupaceous or samaroid, also less typical of the legumes. Finally, most species of the subfamily lack vestured pits in their xylem (present in *Poeppigia* and *Mendoravia*), a feature that is otherwise present in all Leguminosae except Cercidoideae and Duparquetioideae.
|
25 |
+
|
26 |
+
## Distribution and Ecology
|
27 |
+
Dialioideae occur throughout the world tropics. They are native to South and Central America, Africa, Madagascar, South and Southeast Asia, south China, Australia, New Guinea and some Pacific islands. Most species of Dialioideae occur in the Rainforest biome, but *Poeppigia* (New World), *Eligmocarpus* and *Baudouinia* (both Madagascan) are Succulent biome plants, and *Labichea* and *Petalosytles* occur in the Savanna biome of Australia.
|
28 |
+
|
29 |
+
## Formal Botanical Description
|
30 |
+
As published in LPWG (2017), Taxon 66: 44-77, doi.org/10.12705/661.3
|
31 |
+
|
32 |
+
Subfam. Dialioideae Legume Phylogeny Working Group, stat. nov. ≡ Dialiinae H.S.Irwin & Barneby in Polhill & Raven, Adv. Legume Syst. 1: 100. 1981.
|
33 |
+
|
34 |
+
Type: *Dialium* L.
|
35 |
+
|
36 |
+
Unarmed trees or shrubs, rarely suffruticose (*Labichea* Gaudich. ex DC., *Petalostylis* R.Br.); specialised extrafloral nectaries lacking on petiole and leaf rachis and on leaflet surface. Stipules in lateral position, free or absent. Leaves imparipinnate, rarely paripinnate (*Eligmocarpus* Capuron, *Poeppigia* C.Presl), 1-foliolate (*Baudouinia* Baill., *Labichea*, *Mendoravia* Capuron, *Uittienia* Steenis) or palmately compound (*Labichea*), leaflets alternate, rarely opposite (*Eligmocarpus*, *Poeppigia*), exstipellate. Inflorescences highly branched, thyrsoid, less commonly racemes with distichous anthotaxy (*Labichea*, *Petalostylis*), borne in both terminal and axillary positions, or reduced to one axillary flower (*Petalostylis*); bracteoles small or absent. Flowers bisexual (polygamous in *Apuleia* Mart.), radially or slightly to strongly bilaterally symmetrical, hypanthium rarely present, receptacle may be broad and flattened, bearing nectary-like bodies; sepals commonly 5, reduced to 4 (*Labichea*, *Storckiella* Seem.) or 3 (*Apuleia*, *Dialium*), rarely 6 (*Mendoravia*), free, equal to sub-equal; petals 5 or fewer (0, 1, 3, 4), rarely 6 (petal number often equivalent to sepal number), free, equal to subequal, imbricate, the adaxial petal innermost; fertile stamens 5 or fewer, rarely 6–10 (some *Dialium* spp., *Poeppigia*), usually only antesepalous whorl present, free, uniform, rarely dimorphic (*Eligmocarpus*), anthers basifixed, rarely dorsifixed (*Poeppigia*), dehiscing via longitudinal slits, often reduced to a short apical, poricidal slit, staminodes present or absent; pollen in tricolporate monads with punctate or finely reticulate, rarely striate (some *Dialium*) sculpture patterns; gynoecium 1-carpellate (sometimes bicarpellate in scattered flowers of *Dialium*), ovary stipitate or sessile, ovules frequently 2 (1–many). Fruits commonly indehiscent drupaceous or samaroid, rarely dehiscent (*Eligmocarpus*, *Labichea*, *Mendoravia*, *Petalostylis*) or the drupaceous fruit with indurating endocarp breaking up in one seeded segments (*Baudouinia*). Seeds 1–2, rarely more; embryo straight.
|
37 |
+
Vestured pits absent in the secondary xylem, rarely present (*Poeppigia*, *Mendoravia*); silica bodies sometimes present (*Apuleia*, *Dialium*, *Dicorynia* Benth., *Distemonanthus* Benth.); septate fibres rarely present (*Apuleia*, *Distemonanthus*, *Poeppigia*); storeyed rays often present. Root nodules absent. 2n = 28 (most genera unsurveyed).
|
38 |
+
|
39 |
+
|
40 |
+
## To learn more
|
41 |
+
Falcão MJA, Mansano VF, Pinto RB. 2016. A taxonomic revision of the genus *Dialium* (Leguminosae: Dialiinae) in the Neotropics. Phytotaxa 283: 123–142.
|
42 |
+
|
43 |
+
Falcão MJA, JV Paulino, FJ Kochanovski, RC Figueiredo, JP Basso-Alves, VF Mansano. 2020. Development of inflorescences and flowers in Fabaceae subfamily Dialioideae: an evolutionary overview and complete ontogenetic series for *Apuleia* and *Martiodendron*. Botanical Journal of the Linnean Society 193: 19–46. https://doi.org/10.1093/botlinnean/boz098
|
44 |
+
|
45 |
+
Zimmerman E., Herendeen PS, Lewis GP, Bruneau A. 2017. Floral evolution and phylogeny of the Dialioideae, a diverse subfamily of tropical legumes. American Journal of Botany 104: 1019–1041.
|
46 |
+
|
47 |
+
Zimmerman, E., G. Prenner & A. Bruneau. 2013. Floral ontogeny in Dialiinae (Caesalpinioideae: Cassieae), a study in organ loss and instability. South African Journal of Botany 89: 188–209.
|
48 |
+
|
49 |
+
## List of genera
|
50 |
+
Below is an alphabetical list of all genera accepted by the LPWG with links out to the taxonomic pages on our portal, GBIF and World Checklist of Vascular Plants (Kew). Over time this list will be updated to reflect the evolving taxonomy.
|
51 |
+
|
52 |
+
Please see the [Species List and Synonyms](/taxonomy/species-list) and [Legume Taxonomy Working Group](/working-groups/taxonomy) pages for more taxonomic information. The current taxonomy is accessible by [Browse](/taxonomy/browse) or [Advanced Search](/taxonomy/search).
|
53 |
+
|
54 |
+
|
55 |
+
|
56 |
+
|Genus | Data Source|
|
57 |
+
| --------------------- |------------------------------|------------------------------|
|
58 |
+
| Androcalymma Dwyer |[Legume Data Portal](/taxonomy/taxon/2637022)| [GBIF](https://www.gbif.org/species/2947111) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:296592-2) |
|
59 |
+
| Apuleia Mart. |[Legume Data Portal](/taxonomy/taxon/2644498)| [GBIF](https://www.gbif.org/species/2955914) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:331358-2) |
|
60 |
+
| Baudouinia Baill. |[Legume Data Portal](/taxonomy/taxon/2671237)| [GBIF](https://www.gbif.org/species/2963752) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:21792-1) |
|
61 |
+
| Dialium L. |[Legume Data Portal](/taxonomy/taxon/2763452)| [GBIF](https://www.gbif.org/species/2970932) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22238-1) |
|
62 |
+
| Dicorynia Benth. |[Legume Data Portal](/taxonomy/taxon/2766794)| [GBIF](https://www.gbif.org/species/2944649) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22251-1) |
|
63 |
+
| Distemonanthus Benth. |[Legume Data Portal](/taxonomy/taxon/2773184)| [GBIF](https://www.gbif.org/species/2964856) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22286-1) |
|
64 |
+
| Eligmocarpus Capuron |[Legume Data Portal](/taxonomy/taxon/2787570)| [GBIF](https://www.gbif.org/species/2960218) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22353-1) |
|
65 |
+
| Kalappia Kosterm. |[Legume Data Portal](/taxonomy/taxon/2336144)| [GBIF](https://www.gbif.org/species/2939855) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22688-1) |
|
66 |
+
| Koompassia Maingay ex Benth. |[Legume Data Portal](/taxonomy/taxon/2336264)| [GBIF](https://www.gbif.org/species/2952890) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22706-1) |
|
67 |
+
| Labichea Gaudich. ex DC. |[Legume Data Portal](/taxonomy/taxon/2350870)| [GBIF](https://www.gbif.org/species/2975908) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22721-1) |
|
68 |
+
| Martiodendron Gleason |[Legume Data Portal](/taxonomy/taxon/2368514)| [GBIF](https://www.gbif.org/species/2948702) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:326830-2)|
|
69 |
+
| Mendoravia Capuron |[Legume Data Portal](/taxonomy/taxon/2368027)| [GBIF](https://www.gbif.org/species/2960417) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22926-1) |
|
70 |
+
| Petalostylis R.Br. |[Legume Data Portal](/taxonomy/taxon/2538854)| [GBIF](https://www.gbif.org/species/8293499) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:23198-1) |
|
71 |
+
| Poeppigia C.Presl |[Legume Data Portal](/taxonomy/taxon/2535922)| [GBIF](https://www.gbif.org/species/5938931) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:30241950-2) |
|
72 |
+
| Storckiella Seem. |[Legume Data Portal](/taxonomy/taxon/2478158)| [GBIF](https://www.gbif.org/species/2949438) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:23621-1) |
|
73 |
+
| Uittienia Steenis |[Legume Data Portal](/taxonomy/taxon/2446612)| [GBIF](https://www.gbif.org/species/8351407) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:23744-1) |
|
74 |
+
| Zenia Chun |[Legume Data Portal](/taxonomy/taxon/2470192)| [GBIF](https://www.gbif.org/species/2963590) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:23839-1) |
|
taxonomy/Hyoscyamus.md
ADDED
@@ -0,0 +1,74 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
layout: documentation
|
3 |
+
sideNavigation: sidenav.taxonomy
|
4 |
+
composition:
|
5 |
+
- type: postHeader
|
6 |
+
- type: pageMarkdown
|
7 |
+
title: Hyoscyamus
|
8 |
+
lang-ref: Hyoscyamus
|
9 |
+
background: /assets/images/Solanoideae/Solaneae/Sarkinen_4560_Jaltomata_repandidentata_DSC_7033.JPG
|
10 |
+
imageLicense: |
|
11 |
+
*Jaltomata_repandidentata* (Dunal) Hunz. (photo by T.Särkinen)
|
12 |
+
description: Information about *Hyoscyamus* and related genera
|
13 |
+
height: 70vh
|
14 |
+
toc: true
|
15 |
+
---
|
16 |
+
|
17 |
+
## Introduction
|
18 |
+
With 17 genera and approximately 85 species, Dialioideae is the second smallest of the legume subfamilies. *Dialium* is a pantropical genus of c. 30 species, *Labichea* includes approximately 14 species, but otherwise the subfamily mostly comprises small genera with few species, eight of which are monospecific. Several of these small genera are considered threatened and have rarely been collected in nature.
|
19 |
+
|
20 |
+
All recent phylogenetic analyses place Dialioideae as sister to Caesalpinioideae + Papilionoideae. Recent analyses suggest an Oligocene crown age but no fossils have been clearly attributed to the subfamily and because of this the age of the clade has been difficult to assess with certainty. Although studies are in progress, generic level relationships within the subfamily remain poorly resolved, except for the position of the New World *Poeppigia*, initially considered a close relative of taxa now placed in Caesalpinioideae, which is clearly resolved as sister to the rest of the subfamily.
|
21 |
+
|
22 |
+
|
23 |
+
## Key Features
|
24 |
+
Dialioideae are mostly unarmed trees or shrubs (Australian *Labichea* and *Petalostyles*). Their flowers are highly diverse, displaying multiple symmetries and widely varied numbers of floral organs. Organ loss is frequent in the subfamily. The subfamily is also unusual in that many Dialioideae have thyrsoid inflorescences, a rare condition in the primarily racemose Leguminosae. The fruit is often indehiscent and drupaceous or samaroid, also less typical of the legumes. Finally, most species of the subfamily lack vestured pits in their xylem (present in *Poeppigia* and *Mendoravia*), a feature that is otherwise present in all Leguminosae except Cercidoideae and Duparquetioideae.
|
25 |
+
|
26 |
+
## Distribution and Ecology
|
27 |
+
Dialioideae occur throughout the world tropics. They are native to South and Central America, Africa, Madagascar, South and Southeast Asia, south China, Australia, New Guinea and some Pacific islands. Most species of Dialioideae occur in the Rainforest biome, but *Poeppigia* (New World), *Eligmocarpus* and *Baudouinia* (both Madagascan) are Succulent biome plants, and *Labichea* and *Petalosytles* occur in the Savanna biome of Australia.
|
28 |
+
|
29 |
+
## Formal Botanical Description
|
30 |
+
As published in LPWG (2017), Taxon 66: 44-77, doi.org/10.12705/661.3
|
31 |
+
|
32 |
+
Subfam. Dialioideae Legume Phylogeny Working Group, stat. nov. ≡ Dialiinae H.S.Irwin & Barneby in Polhill & Raven, Adv. Legume Syst. 1: 100. 1981.
|
33 |
+
|
34 |
+
Type: *Dialium* L.
|
35 |
+
|
36 |
+
Unarmed trees or shrubs, rarely suffruticose (*Labichea* Gaudich. ex DC., *Petalostylis* R.Br.); specialised extrafloral nectaries lacking on petiole and leaf rachis and on leaflet surface. Stipules in lateral position, free or absent. Leaves imparipinnate, rarely paripinnate (*Eligmocarpus* Capuron, *Poeppigia* C.Presl), 1-foliolate (*Baudouinia* Baill., *Labichea*, *Mendoravia* Capuron, *Uittienia* Steenis) or palmately compound (*Labichea*), leaflets alternate, rarely opposite (*Eligmocarpus*, *Poeppigia*), exstipellate. Inflorescences highly branched, thyrsoid, less commonly racemes with distichous anthotaxy (*Labichea*, *Petalostylis*), borne in both terminal and axillary positions, or reduced to one axillary flower (*Petalostylis*); bracteoles small or absent. Flowers bisexual (polygamous in *Apuleia* Mart.), radially or slightly to strongly bilaterally symmetrical, hypanthium rarely present, receptacle may be broad and flattened, bearing nectary-like bodies; sepals commonly 5, reduced to 4 (*Labichea*, *Storckiella* Seem.) or 3 (*Apuleia*, *Dialium*), rarely 6 (*Mendoravia*), free, equal to sub-equal; petals 5 or fewer (0, 1, 3, 4), rarely 6 (petal number often equivalent to sepal number), free, equal to subequal, imbricate, the adaxial petal innermost; fertile stamens 5 or fewer, rarely 6–10 (some *Dialium* spp., *Poeppigia*), usually only antesepalous whorl present, free, uniform, rarely dimorphic (*Eligmocarpus*), anthers basifixed, rarely dorsifixed (*Poeppigia*), dehiscing via longitudinal slits, often reduced to a short apical, poricidal slit, staminodes present or absent; pollen in tricolporate monads with punctate or finely reticulate, rarely striate (some *Dialium*) sculpture patterns; gynoecium 1-carpellate (sometimes bicarpellate in scattered flowers of *Dialium*), ovary stipitate or sessile, ovules frequently 2 (1–many). Fruits commonly indehiscent drupaceous or samaroid, rarely dehiscent (*Eligmocarpus*, *Labichea*, *Mendoravia*, *Petalostylis*) or the drupaceous fruit with indurating endocarp breaking up in one seeded segments (*Baudouinia*). Seeds 1–2, rarely more; embryo straight.
|
37 |
+
Vestured pits absent in the secondary xylem, rarely present (*Poeppigia*, *Mendoravia*); silica bodies sometimes present (*Apuleia*, *Dialium*, *Dicorynia* Benth., *Distemonanthus* Benth.); septate fibres rarely present (*Apuleia*, *Distemonanthus*, *Poeppigia*); storeyed rays often present. Root nodules absent. 2n = 28 (most genera unsurveyed).
|
38 |
+
|
39 |
+
|
40 |
+
## To learn more
|
41 |
+
Falcão MJA, Mansano VF, Pinto RB. 2016. A taxonomic revision of the genus *Dialium* (Leguminosae: Dialiinae) in the Neotropics. Phytotaxa 283: 123–142.
|
42 |
+
|
43 |
+
Falcão MJA, JV Paulino, FJ Kochanovski, RC Figueiredo, JP Basso-Alves, VF Mansano. 2020. Development of inflorescences and flowers in Fabaceae subfamily Dialioideae: an evolutionary overview and complete ontogenetic series for *Apuleia* and *Martiodendron*. Botanical Journal of the Linnean Society 193: 19–46. https://doi.org/10.1093/botlinnean/boz098
|
44 |
+
|
45 |
+
Zimmerman E., Herendeen PS, Lewis GP, Bruneau A. 2017. Floral evolution and phylogeny of the Dialioideae, a diverse subfamily of tropical legumes. American Journal of Botany 104: 1019–1041.
|
46 |
+
|
47 |
+
Zimmerman, E., G. Prenner & A. Bruneau. 2013. Floral ontogeny in Dialiinae (Caesalpinioideae: Cassieae), a study in organ loss and instability. South African Journal of Botany 89: 188–209.
|
48 |
+
|
49 |
+
## List of genera
|
50 |
+
Below is an alphabetical list of all genera accepted by the LPWG with links out to the taxonomic pages on our portal, GBIF and World Checklist of Vascular Plants (Kew). Over time this list will be updated to reflect the evolving taxonomy.
|
51 |
+
|
52 |
+
Please see the [Species List and Synonyms](/taxonomy/species-list) and [Legume Taxonomy Working Group](/working-groups/taxonomy) pages for more taxonomic information. The current taxonomy is accessible by [Browse](/taxonomy/browse) or [Advanced Search](/taxonomy/search).
|
53 |
+
|
54 |
+
|
55 |
+
|
56 |
+
|Genus | Data Source|
|
57 |
+
| --------------------- |------------------------------|------------------------------|
|
58 |
+
| Androcalymma Dwyer |[Legume Data Portal](/taxonomy/taxon/2637022)| [GBIF](https://www.gbif.org/species/2947111) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:296592-2) |
|
59 |
+
| Apuleia Mart. |[Legume Data Portal](/taxonomy/taxon/2644498)| [GBIF](https://www.gbif.org/species/2955914) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:331358-2) |
|
60 |
+
| Baudouinia Baill. |[Legume Data Portal](/taxonomy/taxon/2671237)| [GBIF](https://www.gbif.org/species/2963752) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:21792-1) |
|
61 |
+
| Dialium L. |[Legume Data Portal](/taxonomy/taxon/2763452)| [GBIF](https://www.gbif.org/species/2970932) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22238-1) |
|
62 |
+
| Dicorynia Benth. |[Legume Data Portal](/taxonomy/taxon/2766794)| [GBIF](https://www.gbif.org/species/2944649) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22251-1) |
|
63 |
+
| Distemonanthus Benth. |[Legume Data Portal](/taxonomy/taxon/2773184)| [GBIF](https://www.gbif.org/species/2964856) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22286-1) |
|
64 |
+
| Eligmocarpus Capuron |[Legume Data Portal](/taxonomy/taxon/2787570)| [GBIF](https://www.gbif.org/species/2960218) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22353-1) |
|
65 |
+
| Kalappia Kosterm. |[Legume Data Portal](/taxonomy/taxon/2336144)| [GBIF](https://www.gbif.org/species/2939855) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22688-1) |
|
66 |
+
| Koompassia Maingay ex Benth. |[Legume Data Portal](/taxonomy/taxon/2336264)| [GBIF](https://www.gbif.org/species/2952890) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22706-1) |
|
67 |
+
| Labichea Gaudich. ex DC. |[Legume Data Portal](/taxonomy/taxon/2350870)| [GBIF](https://www.gbif.org/species/2975908) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22721-1) |
|
68 |
+
| Martiodendron Gleason |[Legume Data Portal](/taxonomy/taxon/2368514)| [GBIF](https://www.gbif.org/species/2948702) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:326830-2)|
|
69 |
+
| Mendoravia Capuron |[Legume Data Portal](/taxonomy/taxon/2368027)| [GBIF](https://www.gbif.org/species/2960417) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22926-1) |
|
70 |
+
| Petalostylis R.Br. |[Legume Data Portal](/taxonomy/taxon/2538854)| [GBIF](https://www.gbif.org/species/8293499) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:23198-1) |
|
71 |
+
| Poeppigia C.Presl |[Legume Data Portal](/taxonomy/taxon/2535922)| [GBIF](https://www.gbif.org/species/5938931) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:30241950-2) |
|
72 |
+
| Storckiella Seem. |[Legume Data Portal](/taxonomy/taxon/2478158)| [GBIF](https://www.gbif.org/species/2949438) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:23621-1) |
|
73 |
+
| Uittienia Steenis |[Legume Data Portal](/taxonomy/taxon/2446612)| [GBIF](https://www.gbif.org/species/8351407) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:23744-1) |
|
74 |
+
| Zenia Chun |[Legume Data Portal](/taxonomy/taxon/2470192)| [GBIF](https://www.gbif.org/species/2963590) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:23839-1) |
|
taxonomy/Jaborosa.md
ADDED
@@ -0,0 +1,74 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
layout: documentation
|
3 |
+
sideNavigation: sidenav.taxonomy
|
4 |
+
composition:
|
5 |
+
- type: postHeader
|
6 |
+
- type: pageMarkdown
|
7 |
+
title: Jaborosa
|
8 |
+
lang-ref: Jaborosa
|
9 |
+
background: /assets/images/Solanoideae/Solaneae/Sarkinen_4560_Jaltomata_repandidentata_DSC_7033.JPG
|
10 |
+
imageLicense: |
|
11 |
+
*Jaltomata_repandidentata* (Dunal) Hunz. (photo by T.Särkinen)
|
12 |
+
description: Information about *Jaborosa*
|
13 |
+
height: 70vh
|
14 |
+
toc: true
|
15 |
+
---
|
16 |
+
|
17 |
+
## Introduction
|
18 |
+
With 17 genera and approximately 85 species, Dialioideae is the second smallest of the legume subfamilies. *Dialium* is a pantropical genus of c. 30 species, *Labichea* includes approximately 14 species, but otherwise the subfamily mostly comprises small genera with few species, eight of which are monospecific. Several of these small genera are considered threatened and have rarely been collected in nature.
|
19 |
+
|
20 |
+
All recent phylogenetic analyses place Dialioideae as sister to Caesalpinioideae + Papilionoideae. Recent analyses suggest an Oligocene crown age but no fossils have been clearly attributed to the subfamily and because of this the age of the clade has been difficult to assess with certainty. Although studies are in progress, generic level relationships within the subfamily remain poorly resolved, except for the position of the New World *Poeppigia*, initially considered a close relative of taxa now placed in Caesalpinioideae, which is clearly resolved as sister to the rest of the subfamily.
|
21 |
+
|
22 |
+
|
23 |
+
## Key Features
|
24 |
+
Dialioideae are mostly unarmed trees or shrubs (Australian *Labichea* and *Petalostyles*). Their flowers are highly diverse, displaying multiple symmetries and widely varied numbers of floral organs. Organ loss is frequent in the subfamily. The subfamily is also unusual in that many Dialioideae have thyrsoid inflorescences, a rare condition in the primarily racemose Leguminosae. The fruit is often indehiscent and drupaceous or samaroid, also less typical of the legumes. Finally, most species of the subfamily lack vestured pits in their xylem (present in *Poeppigia* and *Mendoravia*), a feature that is otherwise present in all Leguminosae except Cercidoideae and Duparquetioideae.
|
25 |
+
|
26 |
+
## Distribution and Ecology
|
27 |
+
Dialioideae occur throughout the world tropics. They are native to South and Central America, Africa, Madagascar, South and Southeast Asia, south China, Australia, New Guinea and some Pacific islands. Most species of Dialioideae occur in the Rainforest biome, but *Poeppigia* (New World), *Eligmocarpus* and *Baudouinia* (both Madagascan) are Succulent biome plants, and *Labichea* and *Petalosytles* occur in the Savanna biome of Australia.
|
28 |
+
|
29 |
+
## Formal Botanical Description
|
30 |
+
As published in LPWG (2017), Taxon 66: 44-77, doi.org/10.12705/661.3
|
31 |
+
|
32 |
+
Subfam. Dialioideae Legume Phylogeny Working Group, stat. nov. ≡ Dialiinae H.S.Irwin & Barneby in Polhill & Raven, Adv. Legume Syst. 1: 100. 1981.
|
33 |
+
|
34 |
+
Type: *Dialium* L.
|
35 |
+
|
36 |
+
Unarmed trees or shrubs, rarely suffruticose (*Labichea* Gaudich. ex DC., *Petalostylis* R.Br.); specialised extrafloral nectaries lacking on petiole and leaf rachis and on leaflet surface. Stipules in lateral position, free or absent. Leaves imparipinnate, rarely paripinnate (*Eligmocarpus* Capuron, *Poeppigia* C.Presl), 1-foliolate (*Baudouinia* Baill., *Labichea*, *Mendoravia* Capuron, *Uittienia* Steenis) or palmately compound (*Labichea*), leaflets alternate, rarely opposite (*Eligmocarpus*, *Poeppigia*), exstipellate. Inflorescences highly branched, thyrsoid, less commonly racemes with distichous anthotaxy (*Labichea*, *Petalostylis*), borne in both terminal and axillary positions, or reduced to one axillary flower (*Petalostylis*); bracteoles small or absent. Flowers bisexual (polygamous in *Apuleia* Mart.), radially or slightly to strongly bilaterally symmetrical, hypanthium rarely present, receptacle may be broad and flattened, bearing nectary-like bodies; sepals commonly 5, reduced to 4 (*Labichea*, *Storckiella* Seem.) or 3 (*Apuleia*, *Dialium*), rarely 6 (*Mendoravia*), free, equal to sub-equal; petals 5 or fewer (0, 1, 3, 4), rarely 6 (petal number often equivalent to sepal number), free, equal to subequal, imbricate, the adaxial petal innermost; fertile stamens 5 or fewer, rarely 6–10 (some *Dialium* spp., *Poeppigia*), usually only antesepalous whorl present, free, uniform, rarely dimorphic (*Eligmocarpus*), anthers basifixed, rarely dorsifixed (*Poeppigia*), dehiscing via longitudinal slits, often reduced to a short apical, poricidal slit, staminodes present or absent; pollen in tricolporate monads with punctate or finely reticulate, rarely striate (some *Dialium*) sculpture patterns; gynoecium 1-carpellate (sometimes bicarpellate in scattered flowers of *Dialium*), ovary stipitate or sessile, ovules frequently 2 (1–many). Fruits commonly indehiscent drupaceous or samaroid, rarely dehiscent (*Eligmocarpus*, *Labichea*, *Mendoravia*, *Petalostylis*) or the drupaceous fruit with indurating endocarp breaking up in one seeded segments (*Baudouinia*). Seeds 1–2, rarely more; embryo straight.
|
37 |
+
Vestured pits absent in the secondary xylem, rarely present (*Poeppigia*, *Mendoravia*); silica bodies sometimes present (*Apuleia*, *Dialium*, *Dicorynia* Benth., *Distemonanthus* Benth.); septate fibres rarely present (*Apuleia*, *Distemonanthus*, *Poeppigia*); storeyed rays often present. Root nodules absent. 2n = 28 (most genera unsurveyed).
|
38 |
+
|
39 |
+
|
40 |
+
## To learn more
|
41 |
+
Falcão MJA, Mansano VF, Pinto RB. 2016. A taxonomic revision of the genus *Dialium* (Leguminosae: Dialiinae) in the Neotropics. Phytotaxa 283: 123–142.
|
42 |
+
|
43 |
+
Falcão MJA, JV Paulino, FJ Kochanovski, RC Figueiredo, JP Basso-Alves, VF Mansano. 2020. Development of inflorescences and flowers in Fabaceae subfamily Dialioideae: an evolutionary overview and complete ontogenetic series for *Apuleia* and *Martiodendron*. Botanical Journal of the Linnean Society 193: 19–46. https://doi.org/10.1093/botlinnean/boz098
|
44 |
+
|
45 |
+
Zimmerman E., Herendeen PS, Lewis GP, Bruneau A. 2017. Floral evolution and phylogeny of the Dialioideae, a diverse subfamily of tropical legumes. American Journal of Botany 104: 1019–1041.
|
46 |
+
|
47 |
+
Zimmerman, E., G. Prenner & A. Bruneau. 2013. Floral ontogeny in Dialiinae (Caesalpinioideae: Cassieae), a study in organ loss and instability. South African Journal of Botany 89: 188–209.
|
48 |
+
|
49 |
+
## List of genera
|
50 |
+
Below is an alphabetical list of all genera accepted by the LPWG with links out to the taxonomic pages on our portal, GBIF and World Checklist of Vascular Plants (Kew). Over time this list will be updated to reflect the evolving taxonomy.
|
51 |
+
|
52 |
+
Please see the [Species List and Synonyms](/taxonomy/species-list) and [Legume Taxonomy Working Group](/working-groups/taxonomy) pages for more taxonomic information. The current taxonomy is accessible by [Browse](/taxonomy/browse) or [Advanced Search](/taxonomy/search).
|
53 |
+
|
54 |
+
|
55 |
+
|
56 |
+
|Genus | Data Source|
|
57 |
+
| --------------------- |------------------------------|------------------------------|
|
58 |
+
| Androcalymma Dwyer |[Legume Data Portal](/taxonomy/taxon/2637022)| [GBIF](https://www.gbif.org/species/2947111) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:296592-2) |
|
59 |
+
| Apuleia Mart. |[Legume Data Portal](/taxonomy/taxon/2644498)| [GBIF](https://www.gbif.org/species/2955914) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:331358-2) |
|
60 |
+
| Baudouinia Baill. |[Legume Data Portal](/taxonomy/taxon/2671237)| [GBIF](https://www.gbif.org/species/2963752) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:21792-1) |
|
61 |
+
| Dialium L. |[Legume Data Portal](/taxonomy/taxon/2763452)| [GBIF](https://www.gbif.org/species/2970932) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22238-1) |
|
62 |
+
| Dicorynia Benth. |[Legume Data Portal](/taxonomy/taxon/2766794)| [GBIF](https://www.gbif.org/species/2944649) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22251-1) |
|
63 |
+
| Distemonanthus Benth. |[Legume Data Portal](/taxonomy/taxon/2773184)| [GBIF](https://www.gbif.org/species/2964856) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22286-1) |
|
64 |
+
| Eligmocarpus Capuron |[Legume Data Portal](/taxonomy/taxon/2787570)| [GBIF](https://www.gbif.org/species/2960218) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22353-1) |
|
65 |
+
| Kalappia Kosterm. |[Legume Data Portal](/taxonomy/taxon/2336144)| [GBIF](https://www.gbif.org/species/2939855) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22688-1) |
|
66 |
+
| Koompassia Maingay ex Benth. |[Legume Data Portal](/taxonomy/taxon/2336264)| [GBIF](https://www.gbif.org/species/2952890) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22706-1) |
|
67 |
+
| Labichea Gaudich. ex DC. |[Legume Data Portal](/taxonomy/taxon/2350870)| [GBIF](https://www.gbif.org/species/2975908) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22721-1) |
|
68 |
+
| Martiodendron Gleason |[Legume Data Portal](/taxonomy/taxon/2368514)| [GBIF](https://www.gbif.org/species/2948702) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:326830-2)|
|
69 |
+
| Mendoravia Capuron |[Legume Data Portal](/taxonomy/taxon/2368027)| [GBIF](https://www.gbif.org/species/2960417) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22926-1) |
|
70 |
+
| Petalostylis R.Br. |[Legume Data Portal](/taxonomy/taxon/2538854)| [GBIF](https://www.gbif.org/species/8293499) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:23198-1) |
|
71 |
+
| Poeppigia C.Presl |[Legume Data Portal](/taxonomy/taxon/2535922)| [GBIF](https://www.gbif.org/species/5938931) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:30241950-2) |
|
72 |
+
| Storckiella Seem. |[Legume Data Portal](/taxonomy/taxon/2478158)| [GBIF](https://www.gbif.org/species/2949438) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:23621-1) |
|
73 |
+
| Uittienia Steenis |[Legume Data Portal](/taxonomy/taxon/2446612)| [GBIF](https://www.gbif.org/species/8351407) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:23744-1) |
|
74 |
+
| Zenia Chun |[Legume Data Portal](/taxonomy/taxon/2470192)| [GBIF](https://www.gbif.org/species/2963590) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:23839-1) |
|
taxonomy/Jaltomata.md
ADDED
@@ -0,0 +1,74 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
layout: documentation
|
3 |
+
sideNavigation: sidenav.taxonomy
|
4 |
+
composition:
|
5 |
+
- type: postHeader
|
6 |
+
- type: pageMarkdown
|
7 |
+
title: Jaltomata
|
8 |
+
lang-ref: Jaltomata
|
9 |
+
background: /assets/images/Solanoideae/Solaneae/Sarkinen_4560_Jaltomata_repandidentata_DSC_7033.JPG
|
10 |
+
imageLicense: |
|
11 |
+
*Jaltomata_repandidentata* (Dunal) Hunz. (photo by T.Särkinen)
|
12 |
+
description: Information about *Jaltomata*
|
13 |
+
height: 70vh
|
14 |
+
toc: true
|
15 |
+
---
|
16 |
+
|
17 |
+
## Introduction
|
18 |
+
With 17 genera and approximately 85 species, Dialioideae is the second smallest of the legume subfamilies. *Dialium* is a pantropical genus of c. 30 species, *Labichea* includes approximately 14 species, but otherwise the subfamily mostly comprises small genera with few species, eight of which are monospecific. Several of these small genera are considered threatened and have rarely been collected in nature.
|
19 |
+
|
20 |
+
All recent phylogenetic analyses place Dialioideae as sister to Caesalpinioideae + Papilionoideae. Recent analyses suggest an Oligocene crown age but no fossils have been clearly attributed to the subfamily and because of this the age of the clade has been difficult to assess with certainty. Although studies are in progress, generic level relationships within the subfamily remain poorly resolved, except for the position of the New World *Poeppigia*, initially considered a close relative of taxa now placed in Caesalpinioideae, which is clearly resolved as sister to the rest of the subfamily.
|
21 |
+
|
22 |
+
|
23 |
+
## Key Features
|
24 |
+
Dialioideae are mostly unarmed trees or shrubs (Australian *Labichea* and *Petalostyles*). Their flowers are highly diverse, displaying multiple symmetries and widely varied numbers of floral organs. Organ loss is frequent in the subfamily. The subfamily is also unusual in that many Dialioideae have thyrsoid inflorescences, a rare condition in the primarily racemose Leguminosae. The fruit is often indehiscent and drupaceous or samaroid, also less typical of the legumes. Finally, most species of the subfamily lack vestured pits in their xylem (present in *Poeppigia* and *Mendoravia*), a feature that is otherwise present in all Leguminosae except Cercidoideae and Duparquetioideae.
|
25 |
+
|
26 |
+
## Distribution and Ecology
|
27 |
+
Dialioideae occur throughout the world tropics. They are native to South and Central America, Africa, Madagascar, South and Southeast Asia, south China, Australia, New Guinea and some Pacific islands. Most species of Dialioideae occur in the Rainforest biome, but *Poeppigia* (New World), *Eligmocarpus* and *Baudouinia* (both Madagascan) are Succulent biome plants, and *Labichea* and *Petalosytles* occur in the Savanna biome of Australia.
|
28 |
+
|
29 |
+
## Formal Botanical Description
|
30 |
+
As published in LPWG (2017), Taxon 66: 44-77, doi.org/10.12705/661.3
|
31 |
+
|
32 |
+
Subfam. Dialioideae Legume Phylogeny Working Group, stat. nov. ≡ Dialiinae H.S.Irwin & Barneby in Polhill & Raven, Adv. Legume Syst. 1: 100. 1981.
|
33 |
+
|
34 |
+
Type: *Dialium* L.
|
35 |
+
|
36 |
+
Unarmed trees or shrubs, rarely suffruticose (*Labichea* Gaudich. ex DC., *Petalostylis* R.Br.); specialised extrafloral nectaries lacking on petiole and leaf rachis and on leaflet surface. Stipules in lateral position, free or absent. Leaves imparipinnate, rarely paripinnate (*Eligmocarpus* Capuron, *Poeppigia* C.Presl), 1-foliolate (*Baudouinia* Baill., *Labichea*, *Mendoravia* Capuron, *Uittienia* Steenis) or palmately compound (*Labichea*), leaflets alternate, rarely opposite (*Eligmocarpus*, *Poeppigia*), exstipellate. Inflorescences highly branched, thyrsoid, less commonly racemes with distichous anthotaxy (*Labichea*, *Petalostylis*), borne in both terminal and axillary positions, or reduced to one axillary flower (*Petalostylis*); bracteoles small or absent. Flowers bisexual (polygamous in *Apuleia* Mart.), radially or slightly to strongly bilaterally symmetrical, hypanthium rarely present, receptacle may be broad and flattened, bearing nectary-like bodies; sepals commonly 5, reduced to 4 (*Labichea*, *Storckiella* Seem.) or 3 (*Apuleia*, *Dialium*), rarely 6 (*Mendoravia*), free, equal to sub-equal; petals 5 or fewer (0, 1, 3, 4), rarely 6 (petal number often equivalent to sepal number), free, equal to subequal, imbricate, the adaxial petal innermost; fertile stamens 5 or fewer, rarely 6–10 (some *Dialium* spp., *Poeppigia*), usually only antesepalous whorl present, free, uniform, rarely dimorphic (*Eligmocarpus*), anthers basifixed, rarely dorsifixed (*Poeppigia*), dehiscing via longitudinal slits, often reduced to a short apical, poricidal slit, staminodes present or absent; pollen in tricolporate monads with punctate or finely reticulate, rarely striate (some *Dialium*) sculpture patterns; gynoecium 1-carpellate (sometimes bicarpellate in scattered flowers of *Dialium*), ovary stipitate or sessile, ovules frequently 2 (1–many). Fruits commonly indehiscent drupaceous or samaroid, rarely dehiscent (*Eligmocarpus*, *Labichea*, *Mendoravia*, *Petalostylis*) or the drupaceous fruit with indurating endocarp breaking up in one seeded segments (*Baudouinia*). Seeds 1–2, rarely more; embryo straight.
|
37 |
+
Vestured pits absent in the secondary xylem, rarely present (*Poeppigia*, *Mendoravia*); silica bodies sometimes present (*Apuleia*, *Dialium*, *Dicorynia* Benth., *Distemonanthus* Benth.); septate fibres rarely present (*Apuleia*, *Distemonanthus*, *Poeppigia*); storeyed rays often present. Root nodules absent. 2n = 28 (most genera unsurveyed).
|
38 |
+
|
39 |
+
|
40 |
+
## To learn more
|
41 |
+
Falcão MJA, Mansano VF, Pinto RB. 2016. A taxonomic revision of the genus *Dialium* (Leguminosae: Dialiinae) in the Neotropics. Phytotaxa 283: 123–142.
|
42 |
+
|
43 |
+
Falcão MJA, JV Paulino, FJ Kochanovski, RC Figueiredo, JP Basso-Alves, VF Mansano. 2020. Development of inflorescences and flowers in Fabaceae subfamily Dialioideae: an evolutionary overview and complete ontogenetic series for *Apuleia* and *Martiodendron*. Botanical Journal of the Linnean Society 193: 19–46. https://doi.org/10.1093/botlinnean/boz098
|
44 |
+
|
45 |
+
Zimmerman E., Herendeen PS, Lewis GP, Bruneau A. 2017. Floral evolution and phylogeny of the Dialioideae, a diverse subfamily of tropical legumes. American Journal of Botany 104: 1019–1041.
|
46 |
+
|
47 |
+
Zimmerman, E., G. Prenner & A. Bruneau. 2013. Floral ontogeny in Dialiinae (Caesalpinioideae: Cassieae), a study in organ loss and instability. South African Journal of Botany 89: 188–209.
|
48 |
+
|
49 |
+
## List of genera
|
50 |
+
Below is an alphabetical list of all genera accepted by the LPWG with links out to the taxonomic pages on our portal, GBIF and World Checklist of Vascular Plants (Kew). Over time this list will be updated to reflect the evolving taxonomy.
|
51 |
+
|
52 |
+
Please see the [Species List and Synonyms](/taxonomy/species-list) and [Legume Taxonomy Working Group](/working-groups/taxonomy) pages for more taxonomic information. The current taxonomy is accessible by [Browse](/taxonomy/browse) or [Advanced Search](/taxonomy/search).
|
53 |
+
|
54 |
+
|
55 |
+
|
56 |
+
|Genus | Data Source|
|
57 |
+
| --------------------- |------------------------------|------------------------------|
|
58 |
+
| Androcalymma Dwyer |[Legume Data Portal](/taxonomy/taxon/2637022)| [GBIF](https://www.gbif.org/species/2947111) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:296592-2) |
|
59 |
+
| Apuleia Mart. |[Legume Data Portal](/taxonomy/taxon/2644498)| [GBIF](https://www.gbif.org/species/2955914) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:331358-2) |
|
60 |
+
| Baudouinia Baill. |[Legume Data Portal](/taxonomy/taxon/2671237)| [GBIF](https://www.gbif.org/species/2963752) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:21792-1) |
|
61 |
+
| Dialium L. |[Legume Data Portal](/taxonomy/taxon/2763452)| [GBIF](https://www.gbif.org/species/2970932) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22238-1) |
|
62 |
+
| Dicorynia Benth. |[Legume Data Portal](/taxonomy/taxon/2766794)| [GBIF](https://www.gbif.org/species/2944649) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22251-1) |
|
63 |
+
| Distemonanthus Benth. |[Legume Data Portal](/taxonomy/taxon/2773184)| [GBIF](https://www.gbif.org/species/2964856) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22286-1) |
|
64 |
+
| Eligmocarpus Capuron |[Legume Data Portal](/taxonomy/taxon/2787570)| [GBIF](https://www.gbif.org/species/2960218) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22353-1) |
|
65 |
+
| Kalappia Kosterm. |[Legume Data Portal](/taxonomy/taxon/2336144)| [GBIF](https://www.gbif.org/species/2939855) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22688-1) |
|
66 |
+
| Koompassia Maingay ex Benth. |[Legume Data Portal](/taxonomy/taxon/2336264)| [GBIF](https://www.gbif.org/species/2952890) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22706-1) |
|
67 |
+
| Labichea Gaudich. ex DC. |[Legume Data Portal](/taxonomy/taxon/2350870)| [GBIF](https://www.gbif.org/species/2975908) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22721-1) |
|
68 |
+
| Martiodendron Gleason |[Legume Data Portal](/taxonomy/taxon/2368514)| [GBIF](https://www.gbif.org/species/2948702) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:326830-2)|
|
69 |
+
| Mendoravia Capuron |[Legume Data Portal](/taxonomy/taxon/2368027)| [GBIF](https://www.gbif.org/species/2960417) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22926-1) |
|
70 |
+
| Petalostylis R.Br. |[Legume Data Portal](/taxonomy/taxon/2538854)| [GBIF](https://www.gbif.org/species/8293499) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:23198-1) |
|
71 |
+
| Poeppigia C.Presl |[Legume Data Portal](/taxonomy/taxon/2535922)| [GBIF](https://www.gbif.org/species/5938931) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:30241950-2) |
|
72 |
+
| Storckiella Seem. |[Legume Data Portal](/taxonomy/taxon/2478158)| [GBIF](https://www.gbif.org/species/2949438) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:23621-1) |
|
73 |
+
| Uittienia Steenis |[Legume Data Portal](/taxonomy/taxon/2446612)| [GBIF](https://www.gbif.org/species/8351407) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:23744-1) |
|
74 |
+
| Zenia Chun |[Legume Data Portal](/taxonomy/taxon/2470192)| [GBIF](https://www.gbif.org/species/2963590) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:23839-1) |
|
taxonomy/Latua.md
ADDED
@@ -0,0 +1,74 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
layout: documentation
|
3 |
+
sideNavigation: sidenav.taxonomy
|
4 |
+
composition:
|
5 |
+
- type: postHeader
|
6 |
+
- type: pageMarkdown
|
7 |
+
title: Latua
|
8 |
+
lang-ref: Latua
|
9 |
+
background: /assets/images/Solanoideae/Solaneae/Sarkinen_4560_Jaltomata_repandidentata_DSC_7033.JPG
|
10 |
+
imageLicense: |
|
11 |
+
*Jaltomata_repandidentata* (Dunal) Hunz. (photo by T.Särkinen)
|
12 |
+
description: Information about *Latua*
|
13 |
+
height: 70vh
|
14 |
+
toc: true
|
15 |
+
---
|
16 |
+
|
17 |
+
## Introduction
|
18 |
+
With 17 genera and approximately 85 species, Dialioideae is the second smallest of the legume subfamilies. *Dialium* is a pantropical genus of c. 30 species, *Labichea* includes approximately 14 species, but otherwise the subfamily mostly comprises small genera with few species, eight of which are monospecific. Several of these small genera are considered threatened and have rarely been collected in nature.
|
19 |
+
|
20 |
+
All recent phylogenetic analyses place Dialioideae as sister to Caesalpinioideae + Papilionoideae. Recent analyses suggest an Oligocene crown age but no fossils have been clearly attributed to the subfamily and because of this the age of the clade has been difficult to assess with certainty. Although studies are in progress, generic level relationships within the subfamily remain poorly resolved, except for the position of the New World *Poeppigia*, initially considered a close relative of taxa now placed in Caesalpinioideae, which is clearly resolved as sister to the rest of the subfamily.
|
21 |
+
|
22 |
+
|
23 |
+
## Key Features
|
24 |
+
Dialioideae are mostly unarmed trees or shrubs (Australian *Labichea* and *Petalostyles*). Their flowers are highly diverse, displaying multiple symmetries and widely varied numbers of floral organs. Organ loss is frequent in the subfamily. The subfamily is also unusual in that many Dialioideae have thyrsoid inflorescences, a rare condition in the primarily racemose Leguminosae. The fruit is often indehiscent and drupaceous or samaroid, also less typical of the legumes. Finally, most species of the subfamily lack vestured pits in their xylem (present in *Poeppigia* and *Mendoravia*), a feature that is otherwise present in all Leguminosae except Cercidoideae and Duparquetioideae.
|
25 |
+
|
26 |
+
## Distribution and Ecology
|
27 |
+
Dialioideae occur throughout the world tropics. They are native to South and Central America, Africa, Madagascar, South and Southeast Asia, south China, Australia, New Guinea and some Pacific islands. Most species of Dialioideae occur in the Rainforest biome, but *Poeppigia* (New World), *Eligmocarpus* and *Baudouinia* (both Madagascan) are Succulent biome plants, and *Labichea* and *Petalosytles* occur in the Savanna biome of Australia.
|
28 |
+
|
29 |
+
## Formal Botanical Description
|
30 |
+
As published in LPWG (2017), Taxon 66: 44-77, doi.org/10.12705/661.3
|
31 |
+
|
32 |
+
Subfam. Dialioideae Legume Phylogeny Working Group, stat. nov. ≡ Dialiinae H.S.Irwin & Barneby in Polhill & Raven, Adv. Legume Syst. 1: 100. 1981.
|
33 |
+
|
34 |
+
Type: *Dialium* L.
|
35 |
+
|
36 |
+
Unarmed trees or shrubs, rarely suffruticose (*Labichea* Gaudich. ex DC., *Petalostylis* R.Br.); specialised extrafloral nectaries lacking on petiole and leaf rachis and on leaflet surface. Stipules in lateral position, free or absent. Leaves imparipinnate, rarely paripinnate (*Eligmocarpus* Capuron, *Poeppigia* C.Presl), 1-foliolate (*Baudouinia* Baill., *Labichea*, *Mendoravia* Capuron, *Uittienia* Steenis) or palmately compound (*Labichea*), leaflets alternate, rarely opposite (*Eligmocarpus*, *Poeppigia*), exstipellate. Inflorescences highly branched, thyrsoid, less commonly racemes with distichous anthotaxy (*Labichea*, *Petalostylis*), borne in both terminal and axillary positions, or reduced to one axillary flower (*Petalostylis*); bracteoles small or absent. Flowers bisexual (polygamous in *Apuleia* Mart.), radially or slightly to strongly bilaterally symmetrical, hypanthium rarely present, receptacle may be broad and flattened, bearing nectary-like bodies; sepals commonly 5, reduced to 4 (*Labichea*, *Storckiella* Seem.) or 3 (*Apuleia*, *Dialium*), rarely 6 (*Mendoravia*), free, equal to sub-equal; petals 5 or fewer (0, 1, 3, 4), rarely 6 (petal number often equivalent to sepal number), free, equal to subequal, imbricate, the adaxial petal innermost; fertile stamens 5 or fewer, rarely 6–10 (some *Dialium* spp., *Poeppigia*), usually only antesepalous whorl present, free, uniform, rarely dimorphic (*Eligmocarpus*), anthers basifixed, rarely dorsifixed (*Poeppigia*), dehiscing via longitudinal slits, often reduced to a short apical, poricidal slit, staminodes present or absent; pollen in tricolporate monads with punctate or finely reticulate, rarely striate (some *Dialium*) sculpture patterns; gynoecium 1-carpellate (sometimes bicarpellate in scattered flowers of *Dialium*), ovary stipitate or sessile, ovules frequently 2 (1–many). Fruits commonly indehiscent drupaceous or samaroid, rarely dehiscent (*Eligmocarpus*, *Labichea*, *Mendoravia*, *Petalostylis*) or the drupaceous fruit with indurating endocarp breaking up in one seeded segments (*Baudouinia*). Seeds 1–2, rarely more; embryo straight.
|
37 |
+
Vestured pits absent in the secondary xylem, rarely present (*Poeppigia*, *Mendoravia*); silica bodies sometimes present (*Apuleia*, *Dialium*, *Dicorynia* Benth., *Distemonanthus* Benth.); septate fibres rarely present (*Apuleia*, *Distemonanthus*, *Poeppigia*); storeyed rays often present. Root nodules absent. 2n = 28 (most genera unsurveyed).
|
38 |
+
|
39 |
+
|
40 |
+
## To learn more
|
41 |
+
Falcão MJA, Mansano VF, Pinto RB. 2016. A taxonomic revision of the genus *Dialium* (Leguminosae: Dialiinae) in the Neotropics. Phytotaxa 283: 123–142.
|
42 |
+
|
43 |
+
Falcão MJA, JV Paulino, FJ Kochanovski, RC Figueiredo, JP Basso-Alves, VF Mansano. 2020. Development of inflorescences and flowers in Fabaceae subfamily Dialioideae: an evolutionary overview and complete ontogenetic series for *Apuleia* and *Martiodendron*. Botanical Journal of the Linnean Society 193: 19–46. https://doi.org/10.1093/botlinnean/boz098
|
44 |
+
|
45 |
+
Zimmerman E., Herendeen PS, Lewis GP, Bruneau A. 2017. Floral evolution and phylogeny of the Dialioideae, a diverse subfamily of tropical legumes. American Journal of Botany 104: 1019–1041.
|
46 |
+
|
47 |
+
Zimmerman, E., G. Prenner & A. Bruneau. 2013. Floral ontogeny in Dialiinae (Caesalpinioideae: Cassieae), a study in organ loss and instability. South African Journal of Botany 89: 188–209.
|
48 |
+
|
49 |
+
## List of genera
|
50 |
+
Below is an alphabetical list of all genera accepted by the LPWG with links out to the taxonomic pages on our portal, GBIF and World Checklist of Vascular Plants (Kew). Over time this list will be updated to reflect the evolving taxonomy.
|
51 |
+
|
52 |
+
Please see the [Species List and Synonyms](/taxonomy/species-list) and [Legume Taxonomy Working Group](/working-groups/taxonomy) pages for more taxonomic information. The current taxonomy is accessible by [Browse](/taxonomy/browse) or [Advanced Search](/taxonomy/search).
|
53 |
+
|
54 |
+
|
55 |
+
|
56 |
+
|Genus | Data Source|
|
57 |
+
| --------------------- |------------------------------|------------------------------|
|
58 |
+
| Androcalymma Dwyer |[Legume Data Portal](/taxonomy/taxon/2637022)| [GBIF](https://www.gbif.org/species/2947111) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:296592-2) |
|
59 |
+
| Apuleia Mart. |[Legume Data Portal](/taxonomy/taxon/2644498)| [GBIF](https://www.gbif.org/species/2955914) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:331358-2) |
|
60 |
+
| Baudouinia Baill. |[Legume Data Portal](/taxonomy/taxon/2671237)| [GBIF](https://www.gbif.org/species/2963752) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:21792-1) |
|
61 |
+
| Dialium L. |[Legume Data Portal](/taxonomy/taxon/2763452)| [GBIF](https://www.gbif.org/species/2970932) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22238-1) |
|
62 |
+
| Dicorynia Benth. |[Legume Data Portal](/taxonomy/taxon/2766794)| [GBIF](https://www.gbif.org/species/2944649) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22251-1) |
|
63 |
+
| Distemonanthus Benth. |[Legume Data Portal](/taxonomy/taxon/2773184)| [GBIF](https://www.gbif.org/species/2964856) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22286-1) |
|
64 |
+
| Eligmocarpus Capuron |[Legume Data Portal](/taxonomy/taxon/2787570)| [GBIF](https://www.gbif.org/species/2960218) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22353-1) |
|
65 |
+
| Kalappia Kosterm. |[Legume Data Portal](/taxonomy/taxon/2336144)| [GBIF](https://www.gbif.org/species/2939855) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22688-1) |
|
66 |
+
| Koompassia Maingay ex Benth. |[Legume Data Portal](/taxonomy/taxon/2336264)| [GBIF](https://www.gbif.org/species/2952890) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22706-1) |
|
67 |
+
| Labichea Gaudich. ex DC. |[Legume Data Portal](/taxonomy/taxon/2350870)| [GBIF](https://www.gbif.org/species/2975908) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22721-1) |
|
68 |
+
| Martiodendron Gleason |[Legume Data Portal](/taxonomy/taxon/2368514)| [GBIF](https://www.gbif.org/species/2948702) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:326830-2)|
|
69 |
+
| Mendoravia Capuron |[Legume Data Portal](/taxonomy/taxon/2368027)| [GBIF](https://www.gbif.org/species/2960417) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22926-1) |
|
70 |
+
| Petalostylis R.Br. |[Legume Data Portal](/taxonomy/taxon/2538854)| [GBIF](https://www.gbif.org/species/8293499) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:23198-1) |
|
71 |
+
| Poeppigia C.Presl |[Legume Data Portal](/taxonomy/taxon/2535922)| [GBIF](https://www.gbif.org/species/5938931) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:30241950-2) |
|
72 |
+
| Storckiella Seem. |[Legume Data Portal](/taxonomy/taxon/2478158)| [GBIF](https://www.gbif.org/species/2949438) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:23621-1) |
|
73 |
+
| Uittienia Steenis |[Legume Data Portal](/taxonomy/taxon/2446612)| [GBIF](https://www.gbif.org/species/8351407) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:23744-1) |
|
74 |
+
| Zenia Chun |[Legume Data Portal](/taxonomy/taxon/2470192)| [GBIF](https://www.gbif.org/species/2963590) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:23839-1) |
|
taxonomy/Lycianthes.md
ADDED
@@ -0,0 +1,74 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
layout: documentation
|
3 |
+
sideNavigation: sidenav.taxonomy
|
4 |
+
composition:
|
5 |
+
- type: postHeader
|
6 |
+
- type: pageMarkdown
|
7 |
+
title: Lycianthes
|
8 |
+
lang-ref: Lycianthes
|
9 |
+
background: /assets/images/Solanoideae/Solaneae/Sarkinen_4560_Jaltomata_repandidentata_DSC_7033.JPG
|
10 |
+
imageLicense: |
|
11 |
+
*Jaltomata_repandidentata* (Dunal) Hunz. (photo by T.Särkinen)
|
12 |
+
description: Information about *Lycianthes*
|
13 |
+
height: 70vh
|
14 |
+
toc: true
|
15 |
+
---
|
16 |
+
|
17 |
+
## Introduction
|
18 |
+
With 17 genera and approximately 85 species, Dialioideae is the second smallest of the legume subfamilies. *Dialium* is a pantropical genus of c. 30 species, *Labichea* includes approximately 14 species, but otherwise the subfamily mostly comprises small genera with few species, eight of which are monospecific. Several of these small genera are considered threatened and have rarely been collected in nature.
|
19 |
+
|
20 |
+
All recent phylogenetic analyses place Dialioideae as sister to Caesalpinioideae + Papilionoideae. Recent analyses suggest an Oligocene crown age but no fossils have been clearly attributed to the subfamily and because of this the age of the clade has been difficult to assess with certainty. Although studies are in progress, generic level relationships within the subfamily remain poorly resolved, except for the position of the New World *Poeppigia*, initially considered a close relative of taxa now placed in Caesalpinioideae, which is clearly resolved as sister to the rest of the subfamily.
|
21 |
+
|
22 |
+
|
23 |
+
## Key Features
|
24 |
+
Dialioideae are mostly unarmed trees or shrubs (Australian *Labichea* and *Petalostyles*). Their flowers are highly diverse, displaying multiple symmetries and widely varied numbers of floral organs. Organ loss is frequent in the subfamily. The subfamily is also unusual in that many Dialioideae have thyrsoid inflorescences, a rare condition in the primarily racemose Leguminosae. The fruit is often indehiscent and drupaceous or samaroid, also less typical of the legumes. Finally, most species of the subfamily lack vestured pits in their xylem (present in *Poeppigia* and *Mendoravia*), a feature that is otherwise present in all Leguminosae except Cercidoideae and Duparquetioideae.
|
25 |
+
|
26 |
+
## Distribution and Ecology
|
27 |
+
Dialioideae occur throughout the world tropics. They are native to South and Central America, Africa, Madagascar, South and Southeast Asia, south China, Australia, New Guinea and some Pacific islands. Most species of Dialioideae occur in the Rainforest biome, but *Poeppigia* (New World), *Eligmocarpus* and *Baudouinia* (both Madagascan) are Succulent biome plants, and *Labichea* and *Petalosytles* occur in the Savanna biome of Australia.
|
28 |
+
|
29 |
+
## Formal Botanical Description
|
30 |
+
As published in LPWG (2017), Taxon 66: 44-77, doi.org/10.12705/661.3
|
31 |
+
|
32 |
+
Subfam. Dialioideae Legume Phylogeny Working Group, stat. nov. ≡ Dialiinae H.S.Irwin & Barneby in Polhill & Raven, Adv. Legume Syst. 1: 100. 1981.
|
33 |
+
|
34 |
+
Type: *Dialium* L.
|
35 |
+
|
36 |
+
Unarmed trees or shrubs, rarely suffruticose (*Labichea* Gaudich. ex DC., *Petalostylis* R.Br.); specialised extrafloral nectaries lacking on petiole and leaf rachis and on leaflet surface. Stipules in lateral position, free or absent. Leaves imparipinnate, rarely paripinnate (*Eligmocarpus* Capuron, *Poeppigia* C.Presl), 1-foliolate (*Baudouinia* Baill., *Labichea*, *Mendoravia* Capuron, *Uittienia* Steenis) or palmately compound (*Labichea*), leaflets alternate, rarely opposite (*Eligmocarpus*, *Poeppigia*), exstipellate. Inflorescences highly branched, thyrsoid, less commonly racemes with distichous anthotaxy (*Labichea*, *Petalostylis*), borne in both terminal and axillary positions, or reduced to one axillary flower (*Petalostylis*); bracteoles small or absent. Flowers bisexual (polygamous in *Apuleia* Mart.), radially or slightly to strongly bilaterally symmetrical, hypanthium rarely present, receptacle may be broad and flattened, bearing nectary-like bodies; sepals commonly 5, reduced to 4 (*Labichea*, *Storckiella* Seem.) or 3 (*Apuleia*, *Dialium*), rarely 6 (*Mendoravia*), free, equal to sub-equal; petals 5 or fewer (0, 1, 3, 4), rarely 6 (petal number often equivalent to sepal number), free, equal to subequal, imbricate, the adaxial petal innermost; fertile stamens 5 or fewer, rarely 6–10 (some *Dialium* spp., *Poeppigia*), usually only antesepalous whorl present, free, uniform, rarely dimorphic (*Eligmocarpus*), anthers basifixed, rarely dorsifixed (*Poeppigia*), dehiscing via longitudinal slits, often reduced to a short apical, poricidal slit, staminodes present or absent; pollen in tricolporate monads with punctate or finely reticulate, rarely striate (some *Dialium*) sculpture patterns; gynoecium 1-carpellate (sometimes bicarpellate in scattered flowers of *Dialium*), ovary stipitate or sessile, ovules frequently 2 (1–many). Fruits commonly indehiscent drupaceous or samaroid, rarely dehiscent (*Eligmocarpus*, *Labichea*, *Mendoravia*, *Petalostylis*) or the drupaceous fruit with indurating endocarp breaking up in one seeded segments (*Baudouinia*). Seeds 1–2, rarely more; embryo straight.
|
37 |
+
Vestured pits absent in the secondary xylem, rarely present (*Poeppigia*, *Mendoravia*); silica bodies sometimes present (*Apuleia*, *Dialium*, *Dicorynia* Benth., *Distemonanthus* Benth.); septate fibres rarely present (*Apuleia*, *Distemonanthus*, *Poeppigia*); storeyed rays often present. Root nodules absent. 2n = 28 (most genera unsurveyed).
|
38 |
+
|
39 |
+
|
40 |
+
## To learn more
|
41 |
+
Falcão MJA, Mansano VF, Pinto RB. 2016. A taxonomic revision of the genus *Dialium* (Leguminosae: Dialiinae) in the Neotropics. Phytotaxa 283: 123–142.
|
42 |
+
|
43 |
+
Falcão MJA, JV Paulino, FJ Kochanovski, RC Figueiredo, JP Basso-Alves, VF Mansano. 2020. Development of inflorescences and flowers in Fabaceae subfamily Dialioideae: an evolutionary overview and complete ontogenetic series for *Apuleia* and *Martiodendron*. Botanical Journal of the Linnean Society 193: 19–46. https://doi.org/10.1093/botlinnean/boz098
|
44 |
+
|
45 |
+
Zimmerman E., Herendeen PS, Lewis GP, Bruneau A. 2017. Floral evolution and phylogeny of the Dialioideae, a diverse subfamily of tropical legumes. American Journal of Botany 104: 1019–1041.
|
46 |
+
|
47 |
+
Zimmerman, E., G. Prenner & A. Bruneau. 2013. Floral ontogeny in Dialiinae (Caesalpinioideae: Cassieae), a study in organ loss and instability. South African Journal of Botany 89: 188–209.
|
48 |
+
|
49 |
+
## List of genera
|
50 |
+
Below is an alphabetical list of all genera accepted by the LPWG with links out to the taxonomic pages on our portal, GBIF and World Checklist of Vascular Plants (Kew). Over time this list will be updated to reflect the evolving taxonomy.
|
51 |
+
|
52 |
+
Please see the [Species List and Synonyms](/taxonomy/species-list) and [Legume Taxonomy Working Group](/working-groups/taxonomy) pages for more taxonomic information. The current taxonomy is accessible by [Browse](/taxonomy/browse) or [Advanced Search](/taxonomy/search).
|
53 |
+
|
54 |
+
|
55 |
+
|
56 |
+
|Genus | Data Source|
|
57 |
+
| --------------------- |------------------------------|------------------------------|
|
58 |
+
| Androcalymma Dwyer |[Legume Data Portal](/taxonomy/taxon/2637022)| [GBIF](https://www.gbif.org/species/2947111) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:296592-2) |
|
59 |
+
| Apuleia Mart. |[Legume Data Portal](/taxonomy/taxon/2644498)| [GBIF](https://www.gbif.org/species/2955914) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:331358-2) |
|
60 |
+
| Baudouinia Baill. |[Legume Data Portal](/taxonomy/taxon/2671237)| [GBIF](https://www.gbif.org/species/2963752) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:21792-1) |
|
61 |
+
| Dialium L. |[Legume Data Portal](/taxonomy/taxon/2763452)| [GBIF](https://www.gbif.org/species/2970932) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22238-1) |
|
62 |
+
| Dicorynia Benth. |[Legume Data Portal](/taxonomy/taxon/2766794)| [GBIF](https://www.gbif.org/species/2944649) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22251-1) |
|
63 |
+
| Distemonanthus Benth. |[Legume Data Portal](/taxonomy/taxon/2773184)| [GBIF](https://www.gbif.org/species/2964856) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22286-1) |
|
64 |
+
| Eligmocarpus Capuron |[Legume Data Portal](/taxonomy/taxon/2787570)| [GBIF](https://www.gbif.org/species/2960218) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22353-1) |
|
65 |
+
| Kalappia Kosterm. |[Legume Data Portal](/taxonomy/taxon/2336144)| [GBIF](https://www.gbif.org/species/2939855) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22688-1) |
|
66 |
+
| Koompassia Maingay ex Benth. |[Legume Data Portal](/taxonomy/taxon/2336264)| [GBIF](https://www.gbif.org/species/2952890) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22706-1) |
|
67 |
+
| Labichea Gaudich. ex DC. |[Legume Data Portal](/taxonomy/taxon/2350870)| [GBIF](https://www.gbif.org/species/2975908) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22721-1) |
|
68 |
+
| Martiodendron Gleason |[Legume Data Portal](/taxonomy/taxon/2368514)| [GBIF](https://www.gbif.org/species/2948702) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:326830-2)|
|
69 |
+
| Mendoravia Capuron |[Legume Data Portal](/taxonomy/taxon/2368027)| [GBIF](https://www.gbif.org/species/2960417) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22926-1) |
|
70 |
+
| Petalostylis R.Br. |[Legume Data Portal](/taxonomy/taxon/2538854)| [GBIF](https://www.gbif.org/species/8293499) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:23198-1) |
|
71 |
+
| Poeppigia C.Presl |[Legume Data Portal](/taxonomy/taxon/2535922)| [GBIF](https://www.gbif.org/species/5938931) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:30241950-2) |
|
72 |
+
| Storckiella Seem. |[Legume Data Portal](/taxonomy/taxon/2478158)| [GBIF](https://www.gbif.org/species/2949438) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:23621-1) |
|
73 |
+
| Uittienia Steenis |[Legume Data Portal](/taxonomy/taxon/2446612)| [GBIF](https://www.gbif.org/species/8351407) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:23744-1) |
|
74 |
+
| Zenia Chun |[Legume Data Portal](/taxonomy/taxon/2470192)| [GBIF](https://www.gbif.org/species/2963590) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:23839-1) |
|
taxonomy/Lycium.md
ADDED
@@ -0,0 +1,74 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
layout: documentation
|
3 |
+
sideNavigation: sidenav.taxonomy
|
4 |
+
composition:
|
5 |
+
- type: postHeader
|
6 |
+
- type: pageMarkdown
|
7 |
+
title: Lycium
|
8 |
+
lang-ref: Lycium
|
9 |
+
background: /assets/images/Solanoideae/Solaneae/Sarkinen_4560_Jaltomata_repandidentata_DSC_7033.JPG
|
10 |
+
imageLicense: |
|
11 |
+
*Jaltomata_repandidentata* (Dunal) Hunz. (photo by T.Särkinen)
|
12 |
+
description: Information about *Lycium*
|
13 |
+
height: 70vh
|
14 |
+
toc: true
|
15 |
+
---
|
16 |
+
|
17 |
+
## Introduction
|
18 |
+
With 17 genera and approximately 85 species, Dialioideae is the second smallest of the legume subfamilies. *Dialium* is a pantropical genus of c. 30 species, *Labichea* includes approximately 14 species, but otherwise the subfamily mostly comprises small genera with few species, eight of which are monospecific. Several of these small genera are considered threatened and have rarely been collected in nature.
|
19 |
+
|
20 |
+
All recent phylogenetic analyses place Dialioideae as sister to Caesalpinioideae + Papilionoideae. Recent analyses suggest an Oligocene crown age but no fossils have been clearly attributed to the subfamily and because of this the age of the clade has been difficult to assess with certainty. Although studies are in progress, generic level relationships within the subfamily remain poorly resolved, except for the position of the New World *Poeppigia*, initially considered a close relative of taxa now placed in Caesalpinioideae, which is clearly resolved as sister to the rest of the subfamily.
|
21 |
+
|
22 |
+
|
23 |
+
## Key Features
|
24 |
+
Dialioideae are mostly unarmed trees or shrubs (Australian *Labichea* and *Petalostyles*). Their flowers are highly diverse, displaying multiple symmetries and widely varied numbers of floral organs. Organ loss is frequent in the subfamily. The subfamily is also unusual in that many Dialioideae have thyrsoid inflorescences, a rare condition in the primarily racemose Leguminosae. The fruit is often indehiscent and drupaceous or samaroid, also less typical of the legumes. Finally, most species of the subfamily lack vestured pits in their xylem (present in *Poeppigia* and *Mendoravia*), a feature that is otherwise present in all Leguminosae except Cercidoideae and Duparquetioideae.
|
25 |
+
|
26 |
+
## Distribution and Ecology
|
27 |
+
Dialioideae occur throughout the world tropics. They are native to South and Central America, Africa, Madagascar, South and Southeast Asia, south China, Australia, New Guinea and some Pacific islands. Most species of Dialioideae occur in the Rainforest biome, but *Poeppigia* (New World), *Eligmocarpus* and *Baudouinia* (both Madagascan) are Succulent biome plants, and *Labichea* and *Petalosytles* occur in the Savanna biome of Australia.
|
28 |
+
|
29 |
+
## Formal Botanical Description
|
30 |
+
As published in LPWG (2017), Taxon 66: 44-77, doi.org/10.12705/661.3
|
31 |
+
|
32 |
+
Subfam. Dialioideae Legume Phylogeny Working Group, stat. nov. ≡ Dialiinae H.S.Irwin & Barneby in Polhill & Raven, Adv. Legume Syst. 1: 100. 1981.
|
33 |
+
|
34 |
+
Type: *Dialium* L.
|
35 |
+
|
36 |
+
Unarmed trees or shrubs, rarely suffruticose (*Labichea* Gaudich. ex DC., *Petalostylis* R.Br.); specialised extrafloral nectaries lacking on petiole and leaf rachis and on leaflet surface. Stipules in lateral position, free or absent. Leaves imparipinnate, rarely paripinnate (*Eligmocarpus* Capuron, *Poeppigia* C.Presl), 1-foliolate (*Baudouinia* Baill., *Labichea*, *Mendoravia* Capuron, *Uittienia* Steenis) or palmately compound (*Labichea*), leaflets alternate, rarely opposite (*Eligmocarpus*, *Poeppigia*), exstipellate. Inflorescences highly branched, thyrsoid, less commonly racemes with distichous anthotaxy (*Labichea*, *Petalostylis*), borne in both terminal and axillary positions, or reduced to one axillary flower (*Petalostylis*); bracteoles small or absent. Flowers bisexual (polygamous in *Apuleia* Mart.), radially or slightly to strongly bilaterally symmetrical, hypanthium rarely present, receptacle may be broad and flattened, bearing nectary-like bodies; sepals commonly 5, reduced to 4 (*Labichea*, *Storckiella* Seem.) or 3 (*Apuleia*, *Dialium*), rarely 6 (*Mendoravia*), free, equal to sub-equal; petals 5 or fewer (0, 1, 3, 4), rarely 6 (petal number often equivalent to sepal number), free, equal to subequal, imbricate, the adaxial petal innermost; fertile stamens 5 or fewer, rarely 6–10 (some *Dialium* spp., *Poeppigia*), usually only antesepalous whorl present, free, uniform, rarely dimorphic (*Eligmocarpus*), anthers basifixed, rarely dorsifixed (*Poeppigia*), dehiscing via longitudinal slits, often reduced to a short apical, poricidal slit, staminodes present or absent; pollen in tricolporate monads with punctate or finely reticulate, rarely striate (some *Dialium*) sculpture patterns; gynoecium 1-carpellate (sometimes bicarpellate in scattered flowers of *Dialium*), ovary stipitate or sessile, ovules frequently 2 (1–many). Fruits commonly indehiscent drupaceous or samaroid, rarely dehiscent (*Eligmocarpus*, *Labichea*, *Mendoravia*, *Petalostylis*) or the drupaceous fruit with indurating endocarp breaking up in one seeded segments (*Baudouinia*). Seeds 1–2, rarely more; embryo straight.
|
37 |
+
Vestured pits absent in the secondary xylem, rarely present (*Poeppigia*, *Mendoravia*); silica bodies sometimes present (*Apuleia*, *Dialium*, *Dicorynia* Benth., *Distemonanthus* Benth.); septate fibres rarely present (*Apuleia*, *Distemonanthus*, *Poeppigia*); storeyed rays often present. Root nodules absent. 2n = 28 (most genera unsurveyed).
|
38 |
+
|
39 |
+
|
40 |
+
## To learn more
|
41 |
+
Falcão MJA, Mansano VF, Pinto RB. 2016. A taxonomic revision of the genus *Dialium* (Leguminosae: Dialiinae) in the Neotropics. Phytotaxa 283: 123–142.
|
42 |
+
|
43 |
+
Falcão MJA, JV Paulino, FJ Kochanovski, RC Figueiredo, JP Basso-Alves, VF Mansano. 2020. Development of inflorescences and flowers in Fabaceae subfamily Dialioideae: an evolutionary overview and complete ontogenetic series for *Apuleia* and *Martiodendron*. Botanical Journal of the Linnean Society 193: 19–46. https://doi.org/10.1093/botlinnean/boz098
|
44 |
+
|
45 |
+
Zimmerman E., Herendeen PS, Lewis GP, Bruneau A. 2017. Floral evolution and phylogeny of the Dialioideae, a diverse subfamily of tropical legumes. American Journal of Botany 104: 1019–1041.
|
46 |
+
|
47 |
+
Zimmerman, E., G. Prenner & A. Bruneau. 2013. Floral ontogeny in Dialiinae (Caesalpinioideae: Cassieae), a study in organ loss and instability. South African Journal of Botany 89: 188–209.
|
48 |
+
|
49 |
+
## List of genera
|
50 |
+
Below is an alphabetical list of all genera accepted by the LPWG with links out to the taxonomic pages on our portal, GBIF and World Checklist of Vascular Plants (Kew). Over time this list will be updated to reflect the evolving taxonomy.
|
51 |
+
|
52 |
+
Please see the [Species List and Synonyms](/taxonomy/species-list) and [Legume Taxonomy Working Group](/working-groups/taxonomy) pages for more taxonomic information. The current taxonomy is accessible by [Browse](/taxonomy/browse) or [Advanced Search](/taxonomy/search).
|
53 |
+
|
54 |
+
|
55 |
+
|
56 |
+
|Genus | Data Source|
|
57 |
+
| --------------------- |------------------------------|------------------------------|
|
58 |
+
| Androcalymma Dwyer |[Legume Data Portal](/taxonomy/taxon/2637022)| [GBIF](https://www.gbif.org/species/2947111) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:296592-2) |
|
59 |
+
| Apuleia Mart. |[Legume Data Portal](/taxonomy/taxon/2644498)| [GBIF](https://www.gbif.org/species/2955914) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:331358-2) |
|
60 |
+
| Baudouinia Baill. |[Legume Data Portal](/taxonomy/taxon/2671237)| [GBIF](https://www.gbif.org/species/2963752) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:21792-1) |
|
61 |
+
| Dialium L. |[Legume Data Portal](/taxonomy/taxon/2763452)| [GBIF](https://www.gbif.org/species/2970932) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22238-1) |
|
62 |
+
| Dicorynia Benth. |[Legume Data Portal](/taxonomy/taxon/2766794)| [GBIF](https://www.gbif.org/species/2944649) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22251-1) |
|
63 |
+
| Distemonanthus Benth. |[Legume Data Portal](/taxonomy/taxon/2773184)| [GBIF](https://www.gbif.org/species/2964856) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22286-1) |
|
64 |
+
| Eligmocarpus Capuron |[Legume Data Portal](/taxonomy/taxon/2787570)| [GBIF](https://www.gbif.org/species/2960218) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22353-1) |
|
65 |
+
| Kalappia Kosterm. |[Legume Data Portal](/taxonomy/taxon/2336144)| [GBIF](https://www.gbif.org/species/2939855) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22688-1) |
|
66 |
+
| Koompassia Maingay ex Benth. |[Legume Data Portal](/taxonomy/taxon/2336264)| [GBIF](https://www.gbif.org/species/2952890) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22706-1) |
|
67 |
+
| Labichea Gaudich. ex DC. |[Legume Data Portal](/taxonomy/taxon/2350870)| [GBIF](https://www.gbif.org/species/2975908) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22721-1) |
|
68 |
+
| Martiodendron Gleason |[Legume Data Portal](/taxonomy/taxon/2368514)| [GBIF](https://www.gbif.org/species/2948702) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:326830-2)|
|
69 |
+
| Mendoravia Capuron |[Legume Data Portal](/taxonomy/taxon/2368027)| [GBIF](https://www.gbif.org/species/2960417) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:22926-1) |
|
70 |
+
| Petalostylis R.Br. |[Legume Data Portal](/taxonomy/taxon/2538854)| [GBIF](https://www.gbif.org/species/8293499) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:23198-1) |
|
71 |
+
| Poeppigia C.Presl |[Legume Data Portal](/taxonomy/taxon/2535922)| [GBIF](https://www.gbif.org/species/5938931) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:30241950-2) |
|
72 |
+
| Storckiella Seem. |[Legume Data Portal](/taxonomy/taxon/2478158)| [GBIF](https://www.gbif.org/species/2949438) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:23621-1) |
|
73 |
+
| Uittienia Steenis |[Legume Data Portal](/taxonomy/taxon/2446612)| [GBIF](https://www.gbif.org/species/8351407) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:23744-1) |
|
74 |
+
| Zenia Chun |[Legume Data Portal](/taxonomy/taxon/2470192)| [GBIF](https://www.gbif.org/species/2963590) |[POWO](https://powo.science.kew.org/taxon/urn:lsid:ipni.org:names:23839-1) |
|