Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- README.md +43 -0
- csv_exports/bio_compound_classes.csv +5 -0
- csv_exports/bio_compounds.csv +51 -0
- csv_exports/bio_species_compound_occurrences.csv +7 -0
- csv_exports/bio_toxin_amatoxins.csv +3 -0
- csv_exports/eco_iucn_assessments.csv +4 -0
- csv_exports/eco_phenology_observations.csv +5 -0
- csv_exports/gen_sequences.csv +0 -0
- csv_exports/gen_sequencing_platforms.csv +4 -0
- csv_exports/geo_biomes.csv +6 -0
- csv_exports/geo_continents.csv +8 -0
- csv_exports/geo_countries.csv +11 -0
- csv_exports/geo_localities.csv +6 -0
- csv_exports/lit_journals.csv +4 -0
- csv_exports/lit_publication_types.csv +5 -0
- csv_exports/lit_publications.csv +4 -0
- csv_exports/mor_chemical_reagents.csv +5 -0
- csv_exports/mor_spore_measurements.csv +5 -0
- csv_exports/ord_agaricales_dna_barcoding_status.csv +4 -0
- csv_exports/ord_agaricales_edibility.csv +4 -0
- csv_exports/ord_boletales_edibility.csv +2 -0
- csv_exports/pat_disease_associations.csv +2 -0
- csv_exports/pat_diseases.csv +3 -0
- csv_exports/pat_host_organism_kingdoms.csv +5 -0
- csv_exports/pat_host_organisms.csv +3 -0
- csv_exports/people_herbaria.csv +4 -0
- csv_exports/people_institutions.csv +6 -0
- csv_exports/people_persons.csv +0 -0
- csv_exports/spc_collection_events.csv +4 -0
- csv_exports/spc_preservation_methods.csv +5 -0
- csv_exports/spc_specimens.csv +6 -0
- csv_exports/sys_users.csv +5 -0
- csv_exports/tax_classes.csv +3 -0
- csv_exports/tax_families.csv +5 -0
- csv_exports/tax_genera.csv +6 -0
- csv_exports/tax_kingdoms.csv +2 -0
- csv_exports/tax_nomenclatural_codes.csv +2 -0
- csv_exports/tax_orders.csv +5 -0
- csv_exports/tax_phyla.csv +3 -0
- csv_exports/tax_species.csv +0 -0
- csv_exports/tax_taxonomic_status.csv +5 -0
- database/mycobase/mycobase.sqlite +3 -0
- mycobase_benchmark_summary.csv +26 -0
- mycobase_dataset_summary.csv +2017 -0
- mycobase_questions.csv +26 -0
- mycobase_sqlite_schema.sql +0 -0
- mycobase_sqlite_seed_data.sql +359 -0
- tables.json +0 -0
- train.json +20 -0
.gitattributes
CHANGED
|
@@ -58,3 +58,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 58 |
# Video files - compressed
|
| 59 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 60 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 58 |
# Video files - compressed
|
| 59 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 60 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
| 61 |
+
database/mycobase/mycobase.sqlite filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
task_categories:
|
| 4 |
+
- text-to-sql
|
| 5 |
+
tags:
|
| 6 |
+
- mycology
|
| 7 |
+
- fungal-research
|
| 8 |
+
- complex-schema
|
| 9 |
+
- spider-format
|
| 10 |
+
- bird-format
|
| 11 |
+
pretty_name: MycoBase Text-to-SQL Dataset
|
| 12 |
+
size_categories:
|
| 13 |
+
- 100K<n<1M
|
| 14 |
+
---
|
| 15 |
+
|
| 16 |
+
# MycoBase: A Biologically Literate Text-to-SQL Dataset
|
| 17 |
+
|
| 18 |
+
**MycoBase** is a synthetic but biologically accurate dataset designed for stress-testing Text-to-SQL systems. It represents a research information system for the study of fungi, covering everything from taxonomy and genomics to morphology and cultivation.
|
| 19 |
+
|
| 20 |
+
## Dataset Highlights
|
| 21 |
+
- **Schema Complexity**: 2,016 tables with over 9,000 foreign key relationships.
|
| 22 |
+
- **Data Volume**: 320,270 rows of realistic mycology data.
|
| 23 |
+
- **Realistic Names**: Includes tens of thousands of actual fungal species names, famous mycologists (authors), and scientific publication titles.
|
| 24 |
+
- **Format**: Compatible with **Spider** and **BIRD** benchmark tools.
|
| 25 |
+
|
| 26 |
+
## Repository Structure
|
| 27 |
+
- `database/mycobase/mycobase.sqlite`: The SQLite database containing the full schema and data.
|
| 28 |
+
- `tables.json`: Structural metadata (schema) in BIRD/Spider format.
|
| 29 |
+
- `train.json`: Natural Language to SQL query pairs for training/evaluation.
|
| 30 |
+
- `mycobase_benchmark_summary.csv`: A pipe-separated summary of questions, ground-truth SQL, and retrieval stats.
|
| 31 |
+
- `csv_exports/`: Sample data for core tables (tax_species, specimens, etc.).
|
| 32 |
+
- `mycobase_sqlite_schema.sql`: Full SQLite DDL script.
|
| 33 |
+
|
| 34 |
+
## Example Questions
|
| 35 |
+
- *"Which species in our database contain amatoxins, and at what concentrations?"*
|
| 36 |
+
- *"Show me ITS sequences with their species and the herbarium voucher they came from."*
|
| 37 |
+
- *"Which Agaricales species are classified as deadly, and what is the mean amatoxin concentration reported for each?"*
|
| 38 |
+
|
| 39 |
+
## Dataset Generation
|
| 40 |
+
This dataset was generated using the MycoBase core framework, ensuring biological literacy across 57 fungal orders. Every table and column is modeled after real-world research workflows in mycology.
|
| 41 |
+
|
| 42 |
+
## License
|
| 43 |
+
MIT
|
csv_exports/bio_compound_classes.csv
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
id,code,label,description,display_order,is_active,created_at,updated_at,created_by_user_id,updated_by_user_id,is_deleted,row_version
|
| 2 |
+
1,ALK,Alkaloid,,1,1,2026-05-06 09:03:33,2026-05-06 09:03:33,,,0,1
|
| 3 |
+
2,PEPT,Peptide,,2,1,2026-05-06 09:03:33,2026-05-06 09:03:33,,,0,1
|
| 4 |
+
3,POLY,Polyketide,,3,1,2026-05-06 09:03:33,2026-05-06 09:03:33,,,0,1
|
| 5 |
+
4,TERP,Terpenoid,,4,1,2026-05-06 09:03:33,2026-05-06 09:03:33,,,0,1
|
csv_exports/bio_compounds.csv
ADDED
|
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
id,compound_class_id,preferred_name,iupac_name,inchi,inchi_key,smiles,cas_number,molecular_formula,monoisotopic_mass_da,logp,is_secondary_metabolite,created_at,updated_at,created_by_user_id,updated_by_user_id,is_deleted,row_version
|
| 2 |
+
1,2,alpha-Amanitin,,,,,23109-05-9,C39H54N10O14S,918.3592,,1,2026-05-06 09:03:33,2026-05-06 09:03:33,,,0,1
|
| 3 |
+
2,2,beta-Amanitin,,,,,21150-22-1,C39H53N9O15S,919.3432,,1,2026-05-06 09:03:33,2026-05-06 09:03:33,,,0,1
|
| 4 |
+
3,2,Phalloidin,,,,,17466-45-4,C35H48N8O11S,788.3163,,1,2026-05-06 09:03:33,2026-05-06 09:03:33,,,0,1
|
| 5 |
+
4,1,Muscarine,,,,,300-54-9,C9H20NO2,174.1494,,1,2026-05-06 09:03:33,2026-05-06 09:03:33,,,0,1
|
| 6 |
+
5,1,Ibotenic acid,,,,,2552-55-8,C5H6N2O4,158.0327,,1,2026-05-06 09:03:33,2026-05-06 09:03:33,,,0,1
|
| 7 |
+
6,1,Psilocybin,,,,,520-52-5,C12H17N2O4P,284.0926,,1,2026-05-06 09:03:33,2026-05-06 09:03:33,,,0,1
|
| 8 |
+
7,4,Ergosterol,,,,,57-87-4,C28H44O,396.3392,,0,2026-05-06 09:03:33,2026-05-06 09:03:33,,,0,1
|
| 9 |
+
8,30,Synthetic preferred_name 0,Synthetic iupac_name 0,Synthetic inchi 0,Synthetic inchi_key 0,Synthetic smiles 0,Synthetic cas_number 0,Synthetic molecular_formula 0,82.25450223626181,14.23344761116972,0,2006-09-25,2018-05-19,1,1,1,690
|
| 10 |
+
9,302,Synthetic preferred_name 1,Synthetic iupac_name 1,Synthetic inchi 1,Synthetic inchi_key 1,Synthetic smiles 1,Synthetic cas_number 1,Synthetic molecular_formula 1,73.70224151609843,10.129869004573308,1,2022-07-14,2024-09-10,1,1,1,74
|
| 11 |
+
10,262,Synthetic preferred_name 2,Synthetic iupac_name 2,Synthetic inchi 2,Synthetic inchi_key 2,Synthetic smiles 2,Synthetic cas_number 2,Synthetic molecular_formula 2,4.267865656749953,73.64698704107204,0,2005-04-21,2007-04-21,1,1,1,91
|
| 12 |
+
11,44,Synthetic preferred_name 3,Synthetic iupac_name 3,Synthetic inchi 3,Synthetic inchi_key 3,Synthetic smiles 3,Synthetic cas_number 3,Synthetic molecular_formula 3,26.980573427768242,35.15437028960508,1,2020-11-02,2024-03-16,1,1,0,738
|
| 13 |
+
12,612,Synthetic preferred_name 4,Synthetic iupac_name 4,Synthetic inchi 4,Synthetic inchi_key 4,Synthetic smiles 4,Synthetic cas_number 4,Synthetic molecular_formula 4,47.8230983828109,70.4216865602062,1,2016-09-21,2021-11-06,1,1,0,331
|
| 14 |
+
13,725,Synthetic preferred_name 5,Synthetic iupac_name 5,Synthetic inchi 5,Synthetic inchi_key 5,Synthetic smiles 5,Synthetic cas_number 5,Synthetic molecular_formula 5,89.32190739532018,75.17368507592367,1,2009-03-08,2017-12-18,1,1,0,902
|
| 15 |
+
14,445,Synthetic preferred_name 6,Synthetic iupac_name 6,Synthetic inchi 6,Synthetic inchi_key 6,Synthetic smiles 6,Synthetic cas_number 6,Synthetic molecular_formula 6,79.34564937069405,57.548773766442906,1,2009-05-02,2011-07-02,1,1,1,222
|
| 16 |
+
15,618,Synthetic preferred_name 7,Synthetic iupac_name 7,Synthetic inchi 7,Synthetic inchi_key 7,Synthetic smiles 7,Synthetic cas_number 7,Synthetic molecular_formula 7,45.03170326101956,61.09486864219406,0,2009-03-26,2023-08-09,1,1,0,970
|
| 17 |
+
16,856,Synthetic preferred_name 8,Synthetic iupac_name 8,Synthetic inchi 8,Synthetic inchi_key 8,Synthetic smiles 8,Synthetic cas_number 8,Synthetic molecular_formula 8,49.65648416819709,27.946395987233842,1,2020-03-22,2020-02-18,1,1,0,579
|
| 18 |
+
17,614,Synthetic preferred_name 9,Synthetic iupac_name 9,Synthetic inchi 9,Synthetic inchi_key 9,Synthetic smiles 9,Synthetic cas_number 9,Synthetic molecular_formula 9,93.41573681825024,56.37882860750752,0,2004-05-14,2000-04-15,1,1,1,152
|
| 19 |
+
18,54,Synthetic preferred_name 10,Synthetic iupac_name 10,Synthetic inchi 10,Synthetic inchi_key 10,Synthetic smiles 10,Synthetic cas_number 10,Synthetic molecular_formula 10,62.332074078251864,50.61133878897748,1,2007-09-11,2022-05-22,1,1,1,446
|
| 20 |
+
19,979,Synthetic preferred_name 11,Synthetic iupac_name 11,Synthetic inchi 11,Synthetic inchi_key 11,Synthetic smiles 11,Synthetic cas_number 11,Synthetic molecular_formula 11,1.7207191583038,82.2264257827089,0,2002-09-12,2006-03-27,1,1,0,597
|
| 21 |
+
20,429,Synthetic preferred_name 12,Synthetic iupac_name 12,Synthetic inchi 12,Synthetic inchi_key 12,Synthetic smiles 12,Synthetic cas_number 12,Synthetic molecular_formula 12,1.5390366272474045,66.28179943264816,0,2009-07-25,2020-03-27,1,1,1,858
|
| 22 |
+
21,993,Synthetic preferred_name 13,Synthetic iupac_name 13,Synthetic inchi 13,Synthetic inchi_key 13,Synthetic smiles 13,Synthetic cas_number 13,Synthetic molecular_formula 13,54.395887932063005,47.84129196801891,1,2015-05-18,2017-02-15,1,1,0,418
|
| 23 |
+
22,674,Synthetic preferred_name 14,Synthetic iupac_name 14,Synthetic inchi 14,Synthetic inchi_key 14,Synthetic smiles 14,Synthetic cas_number 14,Synthetic molecular_formula 14,91.80214512307461,58.63847798368357,1,2004-05-18,2006-12-21,1,1,0,68
|
| 24 |
+
23,543,Synthetic preferred_name 15,Synthetic iupac_name 15,Synthetic inchi 15,Synthetic inchi_key 15,Synthetic smiles 15,Synthetic cas_number 15,Synthetic molecular_formula 15,52.90054235669174,75.79789420331869,0,2018-12-13,2020-11-21,1,1,1,612
|
| 25 |
+
24,758,Synthetic preferred_name 16,Synthetic iupac_name 16,Synthetic inchi 16,Synthetic inchi_key 16,Synthetic smiles 16,Synthetic cas_number 16,Synthetic molecular_formula 16,54.54299632385775,48.945632827130645,1,2024-08-09,2007-11-26,1,1,0,801
|
| 26 |
+
25,12,Synthetic preferred_name 17,Synthetic iupac_name 17,Synthetic inchi 17,Synthetic inchi_key 17,Synthetic smiles 17,Synthetic cas_number 17,Synthetic molecular_formula 17,2.351119177081031,26.20331096863384,0,2001-07-26,2019-03-15,1,1,0,256
|
| 27 |
+
26,350,Synthetic preferred_name 18,Synthetic iupac_name 18,Synthetic inchi 18,Synthetic inchi_key 18,Synthetic smiles 18,Synthetic cas_number 18,Synthetic molecular_formula 18,20.444570844779932,27.379280569756187,0,2015-03-16,2021-10-12,1,1,1,590
|
| 28 |
+
27,750,Synthetic preferred_name 19,Synthetic iupac_name 19,Synthetic inchi 19,Synthetic inchi_key 19,Synthetic smiles 19,Synthetic cas_number 19,Synthetic molecular_formula 19,82.33490524214905,23.422855292265265,1,2003-09-10,2016-10-15,1,1,0,14
|
| 29 |
+
28,312,Synthetic preferred_name 20,Synthetic iupac_name 20,Synthetic inchi 20,Synthetic inchi_key 20,Synthetic smiles 20,Synthetic cas_number 20,Synthetic molecular_formula 20,24.90313248201462,74.4361795785526,0,2002-11-09,2011-12-17,1,1,0,199
|
| 30 |
+
29,211,Synthetic preferred_name 21,Synthetic iupac_name 21,Synthetic inchi 21,Synthetic inchi_key 21,Synthetic smiles 21,Synthetic cas_number 21,Synthetic molecular_formula 21,57.022482856494115,45.16461660829758,1,2006-05-25,2009-04-17,1,1,0,162
|
| 31 |
+
30,62,Synthetic preferred_name 22,Synthetic iupac_name 22,Synthetic inchi 22,Synthetic inchi_key 22,Synthetic smiles 22,Synthetic cas_number 22,Synthetic molecular_formula 22,23.458928612049434,25.46630663407232,1,2001-09-27,2021-10-12,1,1,0,190
|
| 32 |
+
31,567,Synthetic preferred_name 23,Synthetic iupac_name 23,Synthetic inchi 23,Synthetic inchi_key 23,Synthetic smiles 23,Synthetic cas_number 23,Synthetic molecular_formula 23,98.60346507899561,68.11969110112838,0,2014-01-11,2019-04-12,1,1,1,412
|
| 33 |
+
32,237,Synthetic preferred_name 24,Synthetic iupac_name 24,Synthetic inchi 24,Synthetic inchi_key 24,Synthetic smiles 24,Synthetic cas_number 24,Synthetic molecular_formula 24,18.07846976545543,54.61751920728631,0,2023-08-28,2015-05-17,1,1,0,231
|
| 34 |
+
33,455,Synthetic preferred_name 25,Synthetic iupac_name 25,Synthetic inchi 25,Synthetic inchi_key 25,Synthetic smiles 25,Synthetic cas_number 25,Synthetic molecular_formula 25,97.45327125053186,30.09793247089557,1,2012-12-18,2006-07-10,1,1,1,515
|
| 35 |
+
34,588,Synthetic preferred_name 26,Synthetic iupac_name 26,Synthetic inchi 26,Synthetic inchi_key 26,Synthetic smiles 26,Synthetic cas_number 26,Synthetic molecular_formula 26,94.0798888930071,10.776442823635868,1,2016-07-22,2007-02-21,1,1,0,645
|
| 36 |
+
35,735,Synthetic preferred_name 27,Synthetic iupac_name 27,Synthetic inchi 27,Synthetic inchi_key 27,Synthetic smiles 27,Synthetic cas_number 27,Synthetic molecular_formula 27,71.68422357550213,68.76212633986455,1,2013-09-14,2022-08-28,1,1,0,145
|
| 37 |
+
36,358,Synthetic preferred_name 28,Synthetic iupac_name 28,Synthetic inchi 28,Synthetic inchi_key 28,Synthetic smiles 28,Synthetic cas_number 28,Synthetic molecular_formula 28,83.84501756630361,19.295539566729527,1,2018-08-17,2010-05-21,1,1,0,459
|
| 38 |
+
37,366,Synthetic preferred_name 29,Synthetic iupac_name 29,Synthetic inchi 29,Synthetic inchi_key 29,Synthetic smiles 29,Synthetic cas_number 29,Synthetic molecular_formula 29,13.34920034959615,2.9547304467311464,0,2020-11-15,2010-03-04,1,1,1,922
|
| 39 |
+
38,312,Synthetic preferred_name 30,Synthetic iupac_name 30,Synthetic inchi 30,Synthetic inchi_key 30,Synthetic smiles 30,Synthetic cas_number 30,Synthetic molecular_formula 30,38.79073621392567,62.244062270269495,0,2018-05-24,2014-03-27,1,1,0,674
|
| 40 |
+
39,522,Synthetic preferred_name 31,Synthetic iupac_name 31,Synthetic inchi 31,Synthetic inchi_key 31,Synthetic smiles 31,Synthetic cas_number 31,Synthetic molecular_formula 31,33.38458273519668,89.6274428137773,0,2010-08-02,2023-07-10,1,1,0,343
|
| 41 |
+
40,740,Synthetic preferred_name 32,Synthetic iupac_name 32,Synthetic inchi 32,Synthetic inchi_key 32,Synthetic smiles 32,Synthetic cas_number 32,Synthetic molecular_formula 32,74.47702885105873,70.62085539820758,1,2019-09-21,2006-02-22,1,1,1,522
|
| 42 |
+
41,459,Synthetic preferred_name 33,Synthetic iupac_name 33,Synthetic inchi 33,Synthetic inchi_key 33,Synthetic smiles 33,Synthetic cas_number 33,Synthetic molecular_formula 33,35.593378336709485,69.35977798748799,0,2009-04-11,2008-10-14,1,1,0,575
|
| 43 |
+
42,314,Synthetic preferred_name 34,Synthetic iupac_name 34,Synthetic inchi 34,Synthetic inchi_key 34,Synthetic smiles 34,Synthetic cas_number 34,Synthetic molecular_formula 34,63.301928577194175,5.248028371714349,1,2013-04-02,2005-10-23,1,1,1,970
|
| 44 |
+
43,433,Synthetic preferred_name 35,Synthetic iupac_name 35,Synthetic inchi 35,Synthetic inchi_key 35,Synthetic smiles 35,Synthetic cas_number 35,Synthetic molecular_formula 35,59.94379883210063,73.3103438707346,1,2009-04-16,2009-11-08,1,1,0,324
|
| 45 |
+
44,16,Synthetic preferred_name 36,Synthetic iupac_name 36,Synthetic inchi 36,Synthetic inchi_key 36,Synthetic smiles 36,Synthetic cas_number 36,Synthetic molecular_formula 36,69.17052791465429,46.036158323381215,1,2008-10-11,2020-12-01,1,1,0,926
|
| 46 |
+
45,541,Synthetic preferred_name 37,Synthetic iupac_name 37,Synthetic inchi 37,Synthetic inchi_key 37,Synthetic smiles 37,Synthetic cas_number 37,Synthetic molecular_formula 37,83.55029513871705,87.59883688718496,0,2008-02-04,2001-02-22,1,1,1,118
|
| 47 |
+
46,78,Synthetic preferred_name 38,Synthetic iupac_name 38,Synthetic inchi 38,Synthetic inchi_key 38,Synthetic smiles 38,Synthetic cas_number 38,Synthetic molecular_formula 38,52.03747734045238,51.20231500501947,0,2018-10-19,2010-12-17,1,1,1,268
|
| 48 |
+
47,771,Synthetic preferred_name 39,Synthetic iupac_name 39,Synthetic inchi 39,Synthetic inchi_key 39,Synthetic smiles 39,Synthetic cas_number 39,Synthetic molecular_formula 39,22.65030897083181,0.7134243386645842,1,2021-06-15,2014-12-13,1,1,0,323
|
| 49 |
+
48,276,Synthetic preferred_name 40,Synthetic iupac_name 40,Synthetic inchi 40,Synthetic inchi_key 40,Synthetic smiles 40,Synthetic cas_number 40,Synthetic molecular_formula 40,45.94952479262929,75.36847746713327,0,2020-10-05,2008-01-04,1,1,1,91
|
| 50 |
+
49,378,Synthetic preferred_name 41,Synthetic iupac_name 41,Synthetic inchi 41,Synthetic inchi_key 41,Synthetic smiles 41,Synthetic cas_number 41,Synthetic molecular_formula 41,0.2291589994881213,24.68560836936076,0,2012-12-17,2004-10-21,1,1,0,524
|
| 51 |
+
50,546,Synthetic preferred_name 42,Synthetic iupac_name 42,Synthetic inchi 42,Synthetic inchi_key 42,Synthetic smiles 42,Synthetic cas_number 42,Synthetic molecular_formula 42,21.872648758070174,6.048661716645423,0,2005-04-07,2016-12-09,1,1,1,301
|
csv_exports/bio_species_compound_occurrences.csv
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
id,species_id,compound_id,specimen_id,concentration_mg_per_g,detection_method,publication_id,created_at,updated_at,created_by_user_id,updated_by_user_id,is_deleted,row_version
|
| 2 |
+
1,1,1,1,0.45,HPLC-MS,1,2026-05-06 09:03:33,2026-05-06 09:03:33,,,0,1
|
| 3 |
+
2,1,2,1,0.29,HPLC-MS,1,2026-05-06 09:03:33,2026-05-06 09:03:33,,,0,1
|
| 4 |
+
3,1,3,1,0.082,HPLC-MS,1,2026-05-06 09:03:33,2026-05-06 09:03:33,,,0,1
|
| 5 |
+
4,4,1,5,0.041,HPLC-MS,1,2026-05-06 09:03:33,2026-05-06 09:03:33,,,0,1
|
| 6 |
+
5,6,5,,0.6,HPLC-UV,,2026-05-06 09:03:33,2026-05-06 09:03:33,,,0,1
|
| 7 |
+
6,6,6,,0.008,HPLC-UV,,2026-05-06 09:03:33,2026-05-06 09:03:33,,,0,1
|
csv_exports/bio_toxin_amatoxins.csv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
id,compound_id,ld50_mg_per_kg_mouse,primary_target_organ,symptom_onset_hours_min,symptom_onset_hours_max,antidote_summary,publication_id,created_at,updated_at,created_by_user_id,updated_by_user_id,is_deleted,row_version
|
| 2 |
+
1,1,0.1,liver,6.0,24.0,,1,2026-05-06 09:03:33,2026-05-06 09:03:33,,,0,1
|
| 3 |
+
2,2,0.2,liver,6.0,24.0,,1,2026-05-06 09:03:33,2026-05-06 09:03:33,,,0,1
|
csv_exports/eco_iucn_assessments.csv
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
id,species_id,assessment_year,category,criteria,rationale,publication_id,created_at,updated_at,created_by_user_id,updated_by_user_id,is_deleted,row_version
|
| 2 |
+
1,1,2019,LC,,Widespread in Europe and North America.,1,2026-05-06 09:03:33,2026-05-06 09:03:33,,,0,1
|
| 3 |
+
2,2,2019,LC,,Common across the Holarctic.,2,2026-05-06 09:03:33,2026-05-06 09:03:33,,,0,1
|
| 4 |
+
3,5,2020,VU,,Over-collection for traditional medicine; declining populations.,,2026-05-06 09:03:33,2026-05-06 09:03:33,,,0,1
|
csv_exports/eco_phenology_observations.csv
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
id,species_id,locality_id,observation_year,first_fruit_doy,peak_fruit_doy,last_fruit_doy,season_id,data_source,created_at,updated_at,created_by_user_id,updated_by_user_id,is_deleted,row_version
|
| 2 |
+
1,1,1,2022,220,256,295,,,2026-05-06 09:03:33,2026-05-06 09:03:33,,,0,1
|
| 3 |
+
2,2,2,2021,240,275,310,,,2026-05-06 09:03:33,2026-05-06 09:03:33,,,0,1
|
| 4 |
+
3,3,1,2022,235,268,302,,,2026-05-06 09:03:33,2026-05-06 09:03:33,,,0,1
|
| 5 |
+
4,5,3,2023,121,145,180,,,2026-05-06 09:03:33,2026-05-06 09:03:33,,,0,1
|
csv_exports/gen_sequences.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
csv_exports/gen_sequencing_platforms.csv
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
id,code,label,description,display_order,is_active,created_at,updated_at,created_by_user_id,updated_by_user_id,is_deleted,row_version
|
| 2 |
+
1,ILL_NOV,Illumina NovaSeq 6000,,1,1,2026-05-06 09:03:33,2026-05-06 09:03:33,,,0,1
|
| 3 |
+
2,PB_SEQ,PacBio Sequel IIe,,2,1,2026-05-06 09:03:33,2026-05-06 09:03:33,,,0,1
|
| 4 |
+
3,ONT_PROM,Oxford Nanopore PromethION,,3,1,2026-05-06 09:03:33,2026-05-06 09:03:33,,,0,1
|
csv_exports/geo_biomes.csv
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
id,code,label,description,display_order,is_active,typical_temperature_c,typical_precipitation_mm,created_at,updated_at,created_by_user_id,updated_by_user_id,is_deleted,row_version
|
| 2 |
+
1,TBMF,Temperate broadleaf & mixed forest,,1,1,10.0,900.0,2026-05-06 09:03:33,2026-05-06 09:03:33,,,0,1
|
| 3 |
+
2,TCF,Temperate coniferous forest,,2,1,6.0,1200.0,2026-05-06 09:03:33,2026-05-06 09:03:33,,,0,1
|
| 4 |
+
3,TRF,Tropical & subtropical moist broadleaf forest,,3,1,24.0,2200.0,2026-05-06 09:03:33,2026-05-06 09:03:33,,,0,1
|
| 5 |
+
4,BORF,Boreal forest / taiga,,4,1,-1.0,500.0,2026-05-06 09:03:33,2026-05-06 09:03:33,,,0,1
|
| 6 |
+
5,MOMG,Montane grassland & shrubland,,5,1,8.0,700.0,2026-05-06 09:03:33,2026-05-06 09:03:33,,,0,1
|
csv_exports/geo_continents.csv
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
id,code,label,description,display_order,is_active,created_at,updated_at,created_by_user_id,updated_by_user_id,is_deleted,row_version
|
| 2 |
+
1,EU,Europe,,1,1,2026-05-06 09:03:33,2026-05-06 09:03:33,,,0,1
|
| 3 |
+
2,NA,North America,,2,1,2026-05-06 09:03:33,2026-05-06 09:03:33,,,0,1
|
| 4 |
+
3,SA,South America,,3,1,2026-05-06 09:03:33,2026-05-06 09:03:33,,,0,1
|
| 5 |
+
4,AS,Asia,,4,1,2026-05-06 09:03:33,2026-05-06 09:03:33,,,0,1
|
| 6 |
+
5,AF,Africa,,5,1,2026-05-06 09:03:33,2026-05-06 09:03:33,,,0,1
|
| 7 |
+
6,OC,Oceania,,6,1,2026-05-06 09:03:33,2026-05-06 09:03:33,,,0,1
|
| 8 |
+
7,AN,Antarctica,,7,1,2026-05-06 09:03:33,2026-05-06 09:03:33,,,0,1
|
csv_exports/geo_countries.csv
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
id,iso_alpha2,iso_alpha3,iso_numeric,name,official_name,continent_id,capital,area_km2,centroid_lat,centroid_lon,created_at,updated_at,created_by_user_id,updated_by_user_id,is_deleted,row_version
|
| 2 |
+
1,PL,POL,616,Poland,,1,,,,,2026-05-06 09:03:33,2026-05-06 09:03:33,,,0,1
|
| 3 |
+
2,US,USA,840,United States,,2,,,,,2026-05-06 09:03:33,2026-05-06 09:03:33,,,0,1
|
| 4 |
+
3,JP,JPN,392,Japan,,4,,,,,2026-05-06 09:03:33,2026-05-06 09:03:33,,,0,1
|
| 5 |
+
4,BR,BRA,76,Brazil,,3,,,,,2026-05-06 09:03:33,2026-05-06 09:03:33,,,0,1
|
| 6 |
+
5,SE,SWE,752,Sweden,,1,,,,,2026-05-06 09:03:33,2026-05-06 09:03:33,,,0,1
|
| 7 |
+
6,IN,IND,356,India,,4,,,,,2026-05-06 09:03:33,2026-05-06 09:03:33,,,0,1
|
| 8 |
+
7,DE,DEU,276,Germany,,1,,,,,2026-05-06 09:03:33,2026-05-06 09:03:33,,,0,1
|
| 9 |
+
8,GB,GBR,826,United Kingdom,,1,,,,,2026-05-06 09:03:33,2026-05-06 09:03:33,,,0,1
|
| 10 |
+
9,AU,AUS,36,Australia,,6,,,,,2026-05-06 09:03:33,2026-05-06 09:03:33,,,0,1
|
| 11 |
+
10,CN,CHN,156,China,,4,,,,,2026-05-06 09:03:33,2026-05-06 09:03:33,,,0,1
|
csv_exports/geo_localities.csv
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
id,uuid,name,country_id,subdivision_id,ecoregion_id,decimal_latitude,decimal_longitude,coordinate_uncertainty_m,elevation_m,depth_m,georeference_method,georeference_source,georeferenced_by_user_id,georeferenced_at,is_type_locality,notes,created_at,updated_at,created_by_user_id,updated_by_user_id,is_deleted,row_version
|
| 2 |
+
1,aaaa1111-1111-1111-1111-111111111111,"Białowieża Forest, oak-hornbeam stand BPN-A3",1,,,52.7,23.87,,165.0,,,,,,0,,2026-05-06 09:03:33,2026-05-06 09:03:33,,,0,1
|
| 3 |
+
2,aaaa2222-2222-2222-2222-222222222222,"Mt. Hood National Forest, Oregon, Cascade conifer slope",2,,,45.37,-121.69,,1340.0,,,,,,0,,2026-05-06 09:03:33,2026-05-06 09:03:33,,,0,1
|
| 4 |
+
3,aaaa3333-3333-3333-3333-333333333333,"Yakushima island, evergreen broadleaf forest near Shiratani",3,,,30.32,130.55,,620.0,,,,,,0,,2026-05-06 09:03:33,2026-05-06 09:03:33,,,0,1
|
| 5 |
+
4,aaaa4444-4444-4444-4444-444444444444,"Atlantic Forest fragment, Serra do Mar, Cubatão",4,,,-23.86,-46.42,,380.0,,,,,,0,,2026-05-06 09:03:33,2026-05-06 09:03:33,,,0,1
|
| 6 |
+
5,aaaa5555-5555-5555-5555-555555555555,"Abisko subarctic taiga, birch–pine ecotone",5,,,68.36,18.78,,410.0,,,,,,0,,2026-05-06 09:03:33,2026-05-06 09:03:33,,,0,1
|
csv_exports/lit_journals.csv
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
id,title,abbreviation,issn_print,issn_online,publisher,country_id,first_year,last_year,created_at,updated_at,created_by_user_id,updated_by_user_id,is_deleted,row_version
|
| 2 |
+
1,Mycologia,Mycologia,,1557-2536,Mycological Society of America,,,,2026-05-06 09:03:33,2026-05-06 09:03:33,,,0,1
|
| 3 |
+
2,Persoonia,Persoonia,,1878-9080,Naturalis,,,,2026-05-06 09:03:33,2026-05-06 09:03:33,,,0,1
|
| 4 |
+
3,Fungal Diversity,Fungal Divers.,,1878-9129,Springer Nature,,,,2026-05-06 09:03:33,2026-05-06 09:03:33,,,0,1
|
csv_exports/lit_publication_types.csv
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
id,code,label,description,display_order,is_active,created_at,updated_at,created_by_user_id,updated_by_user_id,is_deleted,row_version
|
| 2 |
+
1,JART,Journal article,,1,1,2026-05-06 09:03:33,2026-05-06 09:03:33,,,0,1
|
| 3 |
+
2,BOOK,Book,,2,1,2026-05-06 09:03:33,2026-05-06 09:03:33,,,0,1
|
| 4 |
+
3,MONO,Monograph,,3,1,2026-05-06 09:03:33,2026-05-06 09:03:33,,,0,1
|
| 5 |
+
4,THES,Thesis,,4,1,2026-05-06 09:03:33,2026-05-06 09:03:33,,,0,1
|
csv_exports/lit_publications.csv
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
id,uuid,publication_type_id,title,year,journal_id,volume,issue,page_start,page_end,doi,isbn,url,abstract,language_code,created_at,updated_at,created_by_user_id,updated_by_user_id,is_deleted,row_version
|
| 2 |
+
1,cccc1111-1111-1111-1111-111111111111,1,Phylogenetic placement of Galerina marginata: a re-evaluation,2021,1,113,,204,221,10.1080/00275514.2021.0001,,,,,2026-05-06 09:03:33,2026-05-06 09:03:33,,,0,1
|
| 3 |
+
2,cccc2222-2222-2222-2222-222222222222,1,Boletus edulis sensu lato: cryptic diversity in Eurasia,2019,2,43,,1,32,10.3767/persoonia.2019.43.01,,,,,2026-05-06 09:03:33,2026-05-06 09:03:33,,,0,1
|
| 4 |
+
3,cccc3333-3333-3333-3333-333333333333,3,Monograph of Russula in the Pacific Northwest,2017,,,,,,,,,,,2026-05-06 09:03:33,2026-05-06 09:03:33,,,0,1
|
csv_exports/mor_chemical_reagents.csv
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
id,code,label,description,display_order,is_active,created_at,updated_at,created_by_user_id,updated_by_user_id,is_deleted,row_version
|
| 2 |
+
1,KOH3,3% potassium hydroxide,,1,1,2026-05-06 09:03:33,2026-05-06 09:03:33,,,0,1
|
| 3 |
+
2,MELZ,Melzer's reagent,,2,1,2026-05-06 09:03:33,2026-05-06 09:03:33,,,0,1
|
| 4 |
+
3,NH4OH,Ammonium hydroxide,,3,1,2026-05-06 09:03:33,2026-05-06 09:03:33,,,0,1
|
| 5 |
+
4,FESO4,Iron(II) sulfate,,4,1,2026-05-06 09:03:33,2026-05-06 09:03:33,,,0,1
|
csv_exports/mor_spore_measurements.csv
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
id,specimen_id,species_id,length_min_um,length_max_um,length_mean_um,width_min_um,width_max_um,width_mean_um,q_min,q_max,q_mean,sample_size_n,measured_in_reagent_id,measured_at,measured_by_person_id,publication_id,excludes_apiculus,created_at,updated_at,created_by_user_id,updated_by_user_id,is_deleted,row_version
|
| 2 |
+
1,1,1,8.5,11.0,9.4,7.0,9.0,8.1,1.05,1.3,1.16,30,2,,,,1,2026-05-06 09:03:33,2026-05-06 09:03:33,,,0,1
|
| 3 |
+
2,2,2,13.0,17.5,15.2,4.5,6.0,5.3,2.55,3.2,2.87,50,1,,,,1,2026-05-06 09:03:33,2026-05-06 09:03:33,,,0,1
|
| 4 |
+
3,3,3,8.0,11.0,9.5,7.0,9.5,8.2,1.05,1.25,1.16,25,2,,,,1,2026-05-06 09:03:33,2026-05-06 09:03:33,,,0,1
|
| 5 |
+
4,4,5,10.0,14.0,12.0,3.0,4.0,3.5,3.0,4.0,3.4,30,1,,,,1,2026-05-06 09:03:33,2026-05-06 09:03:33,,,0,1
|
csv_exports/ord_agaricales_dna_barcoding_status.csv
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
id,species_id,its_sequenced,lsu_sequenced,rpb2_sequenced,ef1a_sequenced,genome_assembled,priority_for_sequencing_score,notes,created_at,updated_at,created_by_user_id,updated_by_user_id,is_deleted,row_version
|
| 2 |
+
1,1,1,1,1,0,1,1,,2026-05-06 09:03:33,2026-05-06 09:03:33,,,0,1
|
| 3 |
+
2,4,1,1,0,0,1,2,,2026-05-06 09:03:33,2026-05-06 09:03:33,,,0,1
|
| 4 |
+
3,6,1,1,1,1,1,1,,2026-05-06 09:03:33,2026-05-06 09:03:33,,,0,1
|
csv_exports/ord_agaricales_edibility.csv
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
id,species_id,edibility_class,preparation_notes,regional_tradition_country_id,notes,created_at,updated_at,created_by_user_id,updated_by_user_id,is_deleted,row_version
|
| 2 |
+
1,1,deadly,"Contains amatoxins. Onset 6-24h, hepatotoxic; no domestic processing renders safe.",1,,2026-05-06 09:03:33,2026-05-06 09:03:33,,,0,1
|
| 3 |
+
2,4,deadly,Contains amatoxins similar to Amanita phalloides; commonly mistaken for edible Galerina.,,,2026-05-06 09:03:33,2026-05-06 09:03:33,,,0,1
|
| 4 |
+
3,6,poisonous,Contains ibotenic acid / muscimol; psychoactive but toxic; traditionally detoxified in some regions.,3,,2026-05-06 09:03:33,2026-05-06 09:03:33,,,0,1
|
csv_exports/ord_boletales_edibility.csv
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
id,species_id,edibility_class,preparation_notes,regional_tradition_country_id,notes,created_at,updated_at,created_by_user_id,updated_by_user_id,is_deleted,row_version
|
| 2 |
+
1,2,choice,Highly prized worldwide; commonly sold dried.,1,,2026-05-06 09:03:33,2026-05-06 09:03:33,,,0,1
|
csv_exports/pat_disease_associations.csv
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
id,species_id,host_id,disease_id,infection_mode,first_reported_year,primary_evidence_publication_id,created_at,updated_at,created_by_user_id,updated_by_user_id,is_deleted,row_version
|
| 2 |
+
1,5,1,1,biotrophic,1843,,2026-05-06 09:03:33,2026-05-06 09:03:33,,,0,1
|
csv_exports/pat_diseases.csv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
id,code,label,description,display_order,is_active,created_at,updated_at,created_by_user_id,updated_by_user_id,is_deleted,row_version
|
| 2 |
+
1,ENTPAR,Entomopathogenic infection (fungal),,1,1,2026-05-06 09:03:33,2026-05-06 09:03:33,,,0,1
|
| 3 |
+
2,ROOT_ROT,Conifer root rot,,2,1,2026-05-06 09:03:33,2026-05-06 09:03:33,,,0,1
|
csv_exports/pat_host_organism_kingdoms.csv
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
id,code,label,description,display_order,is_active,created_at,updated_at,created_by_user_id,updated_by_user_id,is_deleted,row_version
|
| 2 |
+
1,PLANT,Plant,,1,1,2026-05-06 09:03:33,2026-05-06 09:03:33,,,0,1
|
| 3 |
+
2,AVERT,Animal (vertebrate),,2,1,2026-05-06 09:03:33,2026-05-06 09:03:33,,,0,1
|
| 4 |
+
3,AINV,Animal (invertebrate),,3,1,2026-05-06 09:03:33,2026-05-06 09:03:33,,,0,1
|
| 5 |
+
4,FUNG,Fungus,,4,1,2026-05-06 09:03:33,2026-05-06 09:03:33,,,0,1
|
csv_exports/pat_host_organisms.csv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
id,host_kingdom_id,host_family,host_genus,host_species,common_name,economic_importance_note,created_at,updated_at,created_by_user_id,updated_by_user_id,is_deleted,row_version
|
| 2 |
+
1,3,Hepialidae,Thitarodes,armoricanus,ghost moth larva,,2026-05-06 09:03:33,2026-05-06 09:03:33,,,0,1
|
| 3 |
+
2,1,Pinaceae,Pinus,sylvestris,Scots pine,,2026-05-06 09:03:33,2026-05-06 09:03:33,,,0,1
|
csv_exports/people_herbaria.csv
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
id,institution_id,ih_code,name,specimen_count_estimate,focus_taxa,contact_user_id,created_at,updated_at,created_by_user_id,updated_by_user_id,is_deleted,row_version
|
| 2 |
+
1,1,K,Kew Mycology Herbarium,1250000,,,2026-05-06 09:03:33,2026-05-06 09:03:33,,,0,1
|
| 3 |
+
2,2,NY,NYBG William and Lynda Steere Herbarium,8000000,,,2026-05-06 09:03:33,2026-05-06 09:03:33,,,0,1
|
| 4 |
+
3,3,L,Naturalis Cryptogamic Herbarium,2000000,,,2026-05-06 09:03:33,2026-05-06 09:03:33,,,0,1
|
csv_exports/people_institutions.csv
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
id,name,acronym,ror_id,country_id,website_url,address,created_at,updated_at,created_by_user_id,updated_by_user_id,is_deleted,row_version
|
| 2 |
+
1,"Royal Botanic Gardens, Kew",RBG-K,,8,,,2026-05-06 09:03:33,2026-05-06 09:03:33,,,0,1
|
| 3 |
+
2,New York Botanical Garden,NYBG,,2,,,2026-05-06 09:03:33,2026-05-06 09:03:33,,,0,1
|
| 4 |
+
3,Naturalis Biodiversity Center,NL,,7,,,2026-05-06 09:03:33,2026-05-06 09:03:33,,,0,1
|
| 5 |
+
4,Indian Institute of Science,IISc,,6,,,2026-05-06 09:03:33,2026-05-06 09:03:33,,,0,1
|
| 6 |
+
5,"Polish Academy of Sciences, Białowieża Geobotanical Station",PAS-BIA,,1,,,2026-05-06 09:03:33,2026-05-06 09:03:33,,,0,1
|
csv_exports/people_persons.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
csv_exports/spc_collection_events.csv
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
id,uuid,event_date,event_time_start,event_time_end,locality_id,collection_method_id,expedition_id,habitat_summary,weather_summary,temperature_c,humidity_pct,created_at,updated_at,created_by_user_id,updated_by_user_id,is_deleted,row_version
|
| 2 |
+
1,eeee0001-0001-0001-0001-000000000001,2022-09-12,,,1,,,"Mature oak-hornbeam stand, mossy logs",,14.2,,2026-05-06 09:03:33,2026-05-06 09:03:33,,,0,1
|
| 3 |
+
2,eeee0002-0002-0002-0002-000000000002,2021-10-04,,,2,,,"Douglas-fir canopy, deep litter on north slope",,9.5,,2026-05-06 09:03:33,2026-05-06 09:03:33,,,0,1
|
| 4 |
+
3,eeee0003-0003-0003-0003-000000000003,2023-08-15,,,3,,,Sphagnum moss carpet under Cryptomeria,,19.0,,2026-05-06 09:03:33,2026-05-06 09:03:33,,,0,1
|
csv_exports/spc_preservation_methods.csv
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
id,code,label,description,display_order,is_active,created_at,updated_at,created_by_user_id,updated_by_user_id,is_deleted,row_version
|
| 2 |
+
1,DRIED,Dried,,1,1,2026-05-06 09:03:33,2026-05-06 09:03:33,,,0,1
|
| 3 |
+
2,ETOH,70% ethanol,,2,1,2026-05-06 09:03:33,2026-05-06 09:03:33,,,0,1
|
| 4 |
+
3,FROZEN,Frozen at -80 C,,3,1,2026-05-06 09:03:33,2026-05-06 09:03:33,,,0,1
|
| 5 |
+
4,SILICA,Silica gel,,4,1,2026-05-06 09:03:33,2026-05-06 09:03:33,,,0,1
|
csv_exports/spc_specimens.csv
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
id,uuid,catalog_number,herbarium_id,collection_event_id,collector_number,primary_collector_person_id,preservation_method_id,growth_substrate_id,substrate_detail,identified_species_id,identified_at_rank,identification_confidence,identified_by_person_id,identified_at,is_type_specimen,storage_location,condition_score,notes,created_at,updated_at,created_by_user_id,updated_by_user_id,is_deleted,row_version
|
| 2 |
+
1,ffff0001-0001-0001-0001-000000000001,K(M)281044,1,1,EGC-2022-103,3,1,,,1,species,expert,,,0,,5,,2026-05-06 09:03:33,2026-05-06 09:03:33,,,0,1
|
| 3 |
+
2,ffff0002-0002-0002-0002-000000000002,NY01234567,2,2,JK-217,3,1,,,2,species,expert,,,0,,4,,2026-05-06 09:03:33,2026-05-06 09:03:33,,,0,1
|
| 4 |
+
3,ffff0003-0003-0003-0003-000000000003,NY01234589,2,2,JK-218,3,1,,,3,species,verified,,,0,,4,,2026-05-06 09:03:33,2026-05-06 09:03:33,,,0,1
|
| 5 |
+
4,ffff0004-0004-0004-0004-000000000004,L0455123,3,3,RK-2023-08-15-04,3,1,,,5,species,expert,,,1,,5,,2026-05-06 09:03:33,2026-05-06 09:03:33,,,0,1
|
| 6 |
+
5,ffff0005-0005-0005-0005-000000000005,K(M)281099,1,1,EGC-2022-104,3,1,,,4,species,tentative,,,0,,3,,2026-05-06 09:03:33,2026-05-06 09:03:33,,,0,1
|
csv_exports/sys_users.csv
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
id,uuid,username,email,display_name,password_hash,orcid,primary_institution_id,is_active,is_curator,last_login_at,created_at,updated_at
|
| 2 |
+
1,11111111-1111-1111-1111-111111111111,egc,egc@bot.example.org,Elsie G. Curtis,,,,1,1,,2026-05-06 09:03:33,2026-05-06 09:03:33
|
| 3 |
+
2,22222222-2222-2222-2222-222222222222,rkato,rkato@myco.example.jp,Ryo Kato,,,,1,1,,2026-05-06 09:03:33,2026-05-06 09:03:33
|
| 4 |
+
3,33333333-3333-3333-3333-333333333333,mlind,m.lindberg@gen.example.se,Märta Lindberg,,,,1,0,,2026-05-06 09:03:33,2026-05-06 09:03:33
|
| 5 |
+
4,44444444-4444-4444-4444-444444444444,asankar,a.sankaranarayanan@iisc.example.in,Anjali Sankaranarayanan,,,,1,1,,2026-05-06 09:03:33,2026-05-06 09:03:33
|
csv_exports/tax_classes.csv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
id,uuid,scientific_name,authority,year_published,protologue_publication_id,nomenclatural_code_id,status_id,accepted_id,parent_subphylum_id,ipni_id,mycobank_number,index_fungorum_id,etymology,description_morphology,type_locality_id,is_type_genus,created_at,updated_at,created_by_user_id,updated_by_user_id,is_deleted,row_version
|
| 2 |
+
1,dddd0003-0001-0001-0001-000000000001,Agaricomycetes,Doweld,,,1,1,,,,,,,,,0,2026-05-06 09:03:33,2026-05-06 09:03:33,,,0,1
|
| 3 |
+
2,dddd0003-0001-0001-0001-000000000002,Sordariomycetes,O.E. Erikss. & Winka,,,1,1,,,,,,,,,0,2026-05-06 09:03:33,2026-05-06 09:03:33,,,0,1
|
csv_exports/tax_families.csv
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
id,uuid,scientific_name,authority,year_published,protologue_publication_id,nomenclatural_code_id,status_id,accepted_id,parent_suborder_id,ipni_id,mycobank_number,index_fungorum_id,etymology,description_morphology,type_locality_id,is_type_genus,created_at,updated_at,created_by_user_id,updated_by_user_id,is_deleted,row_version
|
| 2 |
+
1,dddd0005-0001-0001-0001-000000000001,Amanitaceae,E.-J. Gilbert,,,1,1,,,,,,,,,0,2026-05-06 09:03:33,2026-05-06 09:03:33,,,0,1
|
| 3 |
+
2,dddd0005-0001-0001-0001-000000000002,Boletaceae,Chevall.,,,1,1,,,,,,,,,0,2026-05-06 09:03:33,2026-05-06 09:03:33,,,0,1
|
| 4 |
+
3,dddd0005-0001-0001-0001-000000000003,Russulaceae,Lotsy,,,1,1,,,,,,,,,0,2026-05-06 09:03:33,2026-05-06 09:03:33,,,0,1
|
| 5 |
+
4,dddd0005-0001-0001-0001-000000000004,Strophariaceae,Singer & A.H. Sm.,,,1,1,,,,,,,,,0,2026-05-06 09:03:33,2026-05-06 09:03:33,,,0,1
|
csv_exports/tax_genera.csv
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
id,uuid,scientific_name,authority,year_published,protologue_publication_id,nomenclatural_code_id,status_id,accepted_id,parent_tribe_id,ipni_id,mycobank_number,index_fungorum_id,etymology,description_morphology,type_locality_id,is_type_genus,created_at,updated_at,created_by_user_id,updated_by_user_id,is_deleted,row_version
|
| 2 |
+
1,dddd0006-0001-0001-0001-000000000001,Amanita,Pers.,,,1,1,,,,,,,,,0,2026-05-06 09:03:33,2026-05-06 09:03:33,,,0,1
|
| 3 |
+
2,dddd0006-0001-0001-0001-000000000002,Boletus,L.,,,1,1,,,,,,,,,0,2026-05-06 09:03:33,2026-05-06 09:03:33,,,0,1
|
| 4 |
+
3,dddd0006-0001-0001-0001-000000000003,Russula,Pers.,,,1,1,,,,,,,,,0,2026-05-06 09:03:33,2026-05-06 09:03:33,,,0,1
|
| 5 |
+
4,dddd0006-0001-0001-0001-000000000004,Galerina,Earle,,,1,1,,,,,,,,,0,2026-05-06 09:03:33,2026-05-06 09:03:33,,,0,1
|
| 6 |
+
5,dddd0006-0001-0001-0001-000000000005,Ophiocordyceps,Petch,,,1,1,,,,,,,,,0,2026-05-06 09:03:33,2026-05-06 09:03:33,,,0,1
|
csv_exports/tax_kingdoms.csv
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
id,uuid,scientific_name,authority,year_published,protologue_publication_id,nomenclatural_code_id,status_id,accepted_id,ipni_id,mycobank_number,index_fungorum_id,etymology,description_morphology,type_locality_id,is_type_genus,created_at,updated_at,created_by_user_id,updated_by_user_id,is_deleted,row_version
|
| 2 |
+
1,dddd0001-0001-0001-0001-000000000001,Fungi,Bartling,1830,,1,1,,,,,,,,0,2026-05-06 09:03:33,2026-05-06 09:03:33,,,0,1
|
csv_exports/tax_nomenclatural_codes.csv
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
id,code,label,description,display_order,is_active,created_at,updated_at,created_by_user_id,updated_by_user_id,is_deleted,row_version
|
| 2 |
+
1,ICNAFP,"International Code of Nomenclature for algae, fungi, and plants",,1,1,2026-05-06 09:03:33,2026-05-06 09:03:33,,,0,1
|
csv_exports/tax_orders.csv
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
id,uuid,scientific_name,authority,year_published,protologue_publication_id,nomenclatural_code_id,status_id,accepted_id,parent_subclass_id,ipni_id,mycobank_number,index_fungorum_id,etymology,description_morphology,type_locality_id,is_type_genus,created_at,updated_at,created_by_user_id,updated_by_user_id,is_deleted,row_version
|
| 2 |
+
1,dddd0004-0001-0001-0001-000000000001,Agaricales,Underw.,,,1,1,,,,,,,,,0,2026-05-06 09:03:33,2026-05-06 09:03:33,,,0,1
|
| 3 |
+
2,dddd0004-0001-0001-0001-000000000002,Boletales,E.-J. Gilbert,,,1,1,,,,,,,,,0,2026-05-06 09:03:33,2026-05-06 09:03:33,,,0,1
|
| 4 |
+
3,dddd0004-0001-0001-0001-000000000003,Russulales,"Kreisel ex P.M. Kirk, P.F. Cannon & J.C. David",,,1,1,,,,,,,,,0,2026-05-06 09:03:33,2026-05-06 09:03:33,,,0,1
|
| 5 |
+
4,dddd0004-0001-0001-0001-000000000004,Hypocreales,Lindau,,,1,1,,,,,,,,,0,2026-05-06 09:03:33,2026-05-06 09:03:33,,,0,1
|
csv_exports/tax_phyla.csv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
id,uuid,scientific_name,authority,year_published,protologue_publication_id,nomenclatural_code_id,status_id,accepted_id,parent_subkingdom_id,ipni_id,mycobank_number,index_fungorum_id,etymology,description_morphology,type_locality_id,is_type_genus,created_at,updated_at,created_by_user_id,updated_by_user_id,is_deleted,row_version
|
| 2 |
+
1,dddd0002-0001-0001-0001-000000000001,Basidiomycota,R.T. Moore,,,1,1,,,,,,,,,0,2026-05-06 09:03:33,2026-05-06 09:03:33,,,0,1
|
| 3 |
+
2,dddd0002-0001-0001-0001-000000000002,Ascomycota,Caval.-Sm.,,,1,1,,,,,,,,,0,2026-05-06 09:03:33,2026-05-06 09:03:33,,,0,1
|
csv_exports/tax_species.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
csv_exports/tax_taxonomic_status.csv
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
id,code,label,description,display_order,is_active,created_at,updated_at,created_by_user_id,updated_by_user_id,is_deleted,row_version
|
| 2 |
+
1,ACCEPTED,Accepted,,1,1,2026-05-06 09:03:33,2026-05-06 09:03:33,,,0,1
|
| 3 |
+
2,SYNONYM,Synonym,,2,1,2026-05-06 09:03:33,2026-05-06 09:03:33,,,0,1
|
| 4 |
+
3,DOUBTFUL,Doubtful (nomen dubium),,3,1,2026-05-06 09:03:33,2026-05-06 09:03:33,,,0,1
|
| 5 |
+
4,MISAPPLIED,Misapplied name,,4,1,2026-05-06 09:03:33,2026-05-06 09:03:33,,,0,1
|
database/mycobase/mycobase.sqlite
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:281859c7e9385b70333e1f23b991f54550163a411733ca7924042be6cbd591fa
|
| 3 |
+
size 99028992
|
mycobase_benchmark_summary.csv
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
qustion in natural lang|sql query ground truth|colmns retived|rows retirved
|
| 2 |
+
"Which species in our database contain amatoxins, and at what
|
| 3 |
+
> concentrations?"|"SELECT s.scientific_name, c.preferred_name, o.concentration_mg_per_g
|
| 4 |
+
FROM bio_species_compound_occurrences o
|
| 5 |
+
JOIN tax_species s ON s.id = o.species_id
|
| 6 |
+
JOIN bio_compounds c ON c.id = o.compound_id
|
| 7 |
+
JOIN bio_toxin_amatoxins t ON t.compound_id = c.id
|
| 8 |
+
ORDER BY s.scientific_name, c.preferred_name;"|scientific_name, preferred_name, concentration_mg_per_g|3
|
| 9 |
+
"Show me ITS sequences with their species and the herbarium voucher
|
| 10 |
+
> they came from."|"SELECT s.scientific_name,
|
| 11 |
+
h.ih_code || ' ' || sp.catalog_number AS voucher,
|
| 12 |
+
seq.length_bp, seq.gc_content_pct
|
| 13 |
+
FROM gen_sequences seq
|
| 14 |
+
JOIN spc_specimens sp ON sp.id = seq.specimen_id
|
| 15 |
+
JOIN people_herbaria h ON h.id = sp.herbarium_id
|
| 16 |
+
JOIN tax_species s ON s.id = sp.identified_species_id
|
| 17 |
+
WHERE seq.locus = 'its';"|scientific_name, voucher, length_bp, gc_content_pct|4
|
| 18 |
+
"Which Agaricales species are classified as deadly, and what is the
|
| 19 |
+
> mean amatoxin concentration reported for each?"|"SELECT s.scientific_name, e.edibility_class,
|
| 20 |
+
AVG(o.concentration_mg_per_g) AS mean_amatoxin
|
| 21 |
+
FROM ord_agaricales_edibility e
|
| 22 |
+
JOIN tax_species s ON s.id = e.species_id
|
| 23 |
+
LEFT JOIN bio_species_compound_occurrences o ON o.species_id = s.id
|
| 24 |
+
LEFT JOIN bio_toxin_amatoxins t ON t.compound_id = o.compound_id
|
| 25 |
+
WHERE e.edibility_class = 'deadly'
|
| 26 |
+
GROUP BY s.scientific_name, e.edibility_class;"|scientific_name, edibility_class, mean_amatoxin|2
|
mycobase_dataset_summary.csv
ADDED
|
@@ -0,0 +1,2017 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Table Name,Row Count
|
| 2 |
+
sys_users,50
|
| 3 |
+
sys_roles,49
|
| 4 |
+
sys_user_roles,0
|
| 5 |
+
sys_permissions,48
|
| 6 |
+
sys_role_permissions,0
|
| 7 |
+
sys_api_keys,50
|
| 8 |
+
sys_settings,50
|
| 9 |
+
sys_audit_log,50
|
| 10 |
+
sys_jobs,14
|
| 11 |
+
geo_continents,49
|
| 12 |
+
geo_countries,49
|
| 13 |
+
geo_subdivisions,50
|
| 14 |
+
geo_biomes,49
|
| 15 |
+
geo_ecoregions,49
|
| 16 |
+
geo_climate_zones,49
|
| 17 |
+
geo_soil_orders,47
|
| 18 |
+
geo_vegetation_types,48
|
| 19 |
+
geo_localities,50
|
| 20 |
+
geo_locality_aliases,50
|
| 21 |
+
people_persons,1005
|
| 22 |
+
people_institutions,50
|
| 23 |
+
people_herbaria,49
|
| 24 |
+
people_affiliations,50
|
| 25 |
+
people_role_types,49
|
| 26 |
+
lit_publication_types,48
|
| 27 |
+
lit_journals,50
|
| 28 |
+
lit_publications,1003
|
| 29 |
+
lit_authorships,50
|
| 30 |
+
lit_keywords,50
|
| 31 |
+
lit_publication_keywords,0
|
| 32 |
+
tax_nomenclatural_codes,50
|
| 33 |
+
tax_taxonomic_status,48
|
| 34 |
+
tax_type_designation_kinds,50
|
| 35 |
+
tax_kingdoms,50
|
| 36 |
+
tax_subkingdoms,50
|
| 37 |
+
tax_phyla,50
|
| 38 |
+
tax_subphyla,50
|
| 39 |
+
tax_classes,50
|
| 40 |
+
tax_subclasses,50
|
| 41 |
+
tax_orders,50
|
| 42 |
+
tax_suborders,50
|
| 43 |
+
tax_families,50
|
| 44 |
+
tax_subfamilies,50
|
| 45 |
+
tax_tribes,50
|
| 46 |
+
tax_genera,50
|
| 47 |
+
tax_subgenera,50
|
| 48 |
+
tax_sections,50
|
| 49 |
+
tax_species,1006
|
| 50 |
+
tax_subspecies,50
|
| 51 |
+
tax_varieties,50
|
| 52 |
+
tax_forms,50
|
| 53 |
+
tax_synonymies,0
|
| 54 |
+
tax_common_names,50
|
| 55 |
+
tax_type_designations,50
|
| 56 |
+
tax_revisions,50
|
| 57 |
+
spc_preservation_methods,50
|
| 58 |
+
spc_collection_methods,50
|
| 59 |
+
spc_growth_substrates,50
|
| 60 |
+
spc_collection_events,50
|
| 61 |
+
spc_collection_event_collectors,0
|
| 62 |
+
spc_specimens,5
|
| 63 |
+
spc_identification_history,50
|
| 64 |
+
spc_specimen_duplicates,50
|
| 65 |
+
spc_loans,0
|
| 66 |
+
spc_loan_specimens,0
|
| 67 |
+
spc_specimen_publications,0
|
| 68 |
+
spc_specimen_images,50
|
| 69 |
+
mor_color_standards,49
|
| 70 |
+
mor_color_chips,50
|
| 71 |
+
mor_chemical_reagents,49
|
| 72 |
+
mor_spore_measurements,50
|
| 73 |
+
mor_states_pileus_shape,48
|
| 74 |
+
mor_obs_pileus_shape,50
|
| 75 |
+
mor_states_pileus_surface,47
|
| 76 |
+
mor_obs_pileus_surface,50
|
| 77 |
+
mor_states_pileus_margin,48
|
| 78 |
+
mor_obs_pileus_margin,50
|
| 79 |
+
mor_states_pileus_color,50
|
| 80 |
+
mor_obs_pileus_color,50
|
| 81 |
+
mor_states_hymenophore_type,50
|
| 82 |
+
mor_obs_hymenophore_type,50
|
| 83 |
+
mor_states_lamella_attachment,49
|
| 84 |
+
mor_obs_lamella_attachment,50
|
| 85 |
+
mor_states_lamella_spacing,49
|
| 86 |
+
mor_obs_lamella_spacing,50
|
| 87 |
+
mor_states_lamella_color,50
|
| 88 |
+
mor_obs_lamella_color,50
|
| 89 |
+
mor_states_pore_shape,50
|
| 90 |
+
mor_obs_pore_shape,50
|
| 91 |
+
mor_obs_pore_density_per_mm,50
|
| 92 |
+
mor_obs_tubes_length,50
|
| 93 |
+
mor_states_teeth_shape,49
|
| 94 |
+
mor_obs_teeth_shape,50
|
| 95 |
+
mor_states_stipe_shape,47
|
| 96 |
+
mor_obs_stipe_shape,50
|
| 97 |
+
mor_states_stipe_surface,48
|
| 98 |
+
mor_obs_stipe_surface,50
|
| 99 |
+
mor_states_stipe_color,50
|
| 100 |
+
mor_obs_stipe_color,50
|
| 101 |
+
mor_states_stipe_base_form,48
|
| 102 |
+
mor_obs_stipe_base_form,50
|
| 103 |
+
mor_states_annulus_form,50
|
| 104 |
+
mor_obs_annulus_form,50
|
| 105 |
+
mor_states_volva_form,49
|
| 106 |
+
mor_obs_volva_form,50
|
| 107 |
+
mor_states_flesh_color,49
|
| 108 |
+
mor_obs_flesh_color,50
|
| 109 |
+
mor_states_flesh_color_change,48
|
| 110 |
+
mor_obs_flesh_color_change,50
|
| 111 |
+
mor_states_smell_character,46
|
| 112 |
+
mor_obs_smell_character,50
|
| 113 |
+
mor_states_taste_character,49
|
| 114 |
+
mor_obs_taste_character,50
|
| 115 |
+
mor_states_latex_color,50
|
| 116 |
+
mor_obs_latex_color,50
|
| 117 |
+
mor_states_latex_color_change,50
|
| 118 |
+
mor_obs_latex_color_change,50
|
| 119 |
+
mor_states_spore_shape,50
|
| 120 |
+
mor_obs_spore_shape,50
|
| 121 |
+
mor_states_spore_ornamentation,49
|
| 122 |
+
mor_obs_spore_ornamentation,50
|
| 123 |
+
mor_states_spore_color_in_mass,48
|
| 124 |
+
mor_obs_spore_color_in_mass,50
|
| 125 |
+
mor_states_spore_color_in_koh,50
|
| 126 |
+
mor_obs_spore_color_in_koh,50
|
| 127 |
+
mor_states_spore_dextrinoid_reaction,49
|
| 128 |
+
mor_obs_spore_dextrinoid_reaction,50
|
| 129 |
+
mor_states_spore_germ_pore_present,50
|
| 130 |
+
mor_obs_spore_germ_pore_present,50
|
| 131 |
+
mor_states_basidium_shape,50
|
| 132 |
+
mor_obs_basidium_shape,50
|
| 133 |
+
mor_obs_basidium_n_spores,50
|
| 134 |
+
mor_states_ascus_type,48
|
| 135 |
+
mor_obs_ascus_type,50
|
| 136 |
+
mor_states_ascus_apical_apparatus,50
|
| 137 |
+
mor_obs_ascus_apical_apparatus,50
|
| 138 |
+
mor_states_paraphysis_shape,49
|
| 139 |
+
mor_obs_paraphysis_shape,50
|
| 140 |
+
mor_states_cystidium_location,48
|
| 141 |
+
mor_obs_cystidium_location,50
|
| 142 |
+
mor_states_cystidium_shape,47
|
| 143 |
+
mor_obs_cystidium_shape,50
|
| 144 |
+
mor_states_hyphal_system,49
|
| 145 |
+
mor_obs_hyphal_system,50
|
| 146 |
+
mor_states_hyphal_clamp_connections,49
|
| 147 |
+
mor_obs_hyphal_clamp_connections,50
|
| 148 |
+
mor_states_hyphal_inflation,50
|
| 149 |
+
mor_obs_hyphal_inflation,50
|
| 150 |
+
mor_states_subhymenium_structure,47
|
| 151 |
+
mor_obs_subhymenium_structure,50
|
| 152 |
+
mor_states_trama_type,50
|
| 153 |
+
mor_obs_trama_type,50
|
| 154 |
+
mor_states_pileipellis_type,49
|
| 155 |
+
mor_obs_pileipellis_type,50
|
| 156 |
+
mor_states_rhizomorph_anatomy,46
|
| 157 |
+
mor_obs_rhizomorph_anatomy,50
|
| 158 |
+
mor_states_conidium_shape,48
|
| 159 |
+
mor_obs_conidium_shape,50
|
| 160 |
+
mor_states_conidiogenous_cell_type,49
|
| 161 |
+
mor_obs_conidiogenous_cell_type,50
|
| 162 |
+
mor_chemical_reactions,50
|
| 163 |
+
eco_habitat_types,47
|
| 164 |
+
eco_substrate_types,48
|
| 165 |
+
eco_phenology_seasons,49
|
| 166 |
+
eco_species_habitat_associations,50
|
| 167 |
+
eco_species_substrate_associations,50
|
| 168 |
+
eco_mycorrhiza_types,50
|
| 169 |
+
eco_plant_partners,50
|
| 170 |
+
eco_mycorrhiza_ectomycorrhizal,50
|
| 171 |
+
eco_mycorrhiza_arbuscular,50
|
| 172 |
+
eco_mycorrhiza_ericoid,50
|
| 173 |
+
eco_mycorrhiza_orchid,50
|
| 174 |
+
eco_mycorrhiza_monotropoid,50
|
| 175 |
+
eco_mycorrhiza_arbutoid,50
|
| 176 |
+
eco_mycorrhiza_ectendomycorrhizal,50
|
| 177 |
+
eco_phenology_observations,9
|
| 178 |
+
eco_iucn_assessments,3
|
| 179 |
+
gen_sequencing_platforms,50
|
| 180 |
+
gen_library_kit_types,48
|
| 181 |
+
gen_assembly_software,50
|
| 182 |
+
gen_alignment_software,46
|
| 183 |
+
gen_dna_extracts,48
|
| 184 |
+
gen_libraries,47
|
| 185 |
+
gen_sequencing_runs,49
|
| 186 |
+
gen_run_libraries,0
|
| 187 |
+
gen_sequences,1004
|
| 188 |
+
gen_assemblies,49
|
| 189 |
+
gen_genes,0
|
| 190 |
+
gen_proteins,50
|
| 191 |
+
gen_orthogroups,48
|
| 192 |
+
gen_orthogroup_members,0
|
| 193 |
+
gen_variants,0
|
| 194 |
+
gen_marker_its_sequences,50
|
| 195 |
+
gen_marker_its_alignments,49
|
| 196 |
+
gen_marker_its_alignment_members,0
|
| 197 |
+
gen_marker_its_consensus,50
|
| 198 |
+
gen_marker_lsu_sequences,50
|
| 199 |
+
gen_marker_lsu_alignments,50
|
| 200 |
+
gen_marker_lsu_alignment_members,0
|
| 201 |
+
gen_marker_lsu_consensus,50
|
| 202 |
+
gen_marker_ssu_sequences,50
|
| 203 |
+
gen_marker_ssu_alignments,47
|
| 204 |
+
gen_marker_ssu_alignment_members,0
|
| 205 |
+
gen_marker_ssu_consensus,50
|
| 206 |
+
gen_marker_rpb1_sequences,50
|
| 207 |
+
gen_marker_rpb1_alignments,50
|
| 208 |
+
gen_marker_rpb1_alignment_members,0
|
| 209 |
+
gen_marker_rpb1_consensus,49
|
| 210 |
+
gen_marker_rpb2_sequences,50
|
| 211 |
+
gen_marker_rpb2_alignments,48
|
| 212 |
+
gen_marker_rpb2_alignment_members,0
|
| 213 |
+
gen_marker_rpb2_consensus,50
|
| 214 |
+
gen_marker_ef1a_sequences,50
|
| 215 |
+
gen_marker_ef1a_alignments,50
|
| 216 |
+
gen_marker_ef1a_alignment_members,0
|
| 217 |
+
gen_marker_ef1a_consensus,50
|
| 218 |
+
gen_marker_tub2_sequences,50
|
| 219 |
+
gen_marker_tub2_alignments,48
|
| 220 |
+
gen_marker_tub2_alignment_members,0
|
| 221 |
+
gen_marker_tub2_consensus,50
|
| 222 |
+
gen_marker_mcm7_sequences,50
|
| 223 |
+
gen_marker_mcm7_alignments,50
|
| 224 |
+
gen_marker_mcm7_alignment_members,0
|
| 225 |
+
gen_marker_mcm7_consensus,50
|
| 226 |
+
gen_marker_act_sequences,50
|
| 227 |
+
gen_marker_act_alignments,50
|
| 228 |
+
gen_marker_act_alignment_members,0
|
| 229 |
+
gen_marker_act_consensus,50
|
| 230 |
+
gen_marker_cal_sequences,50
|
| 231 |
+
gen_marker_cal_alignments,50
|
| 232 |
+
gen_marker_cal_alignment_members,0
|
| 233 |
+
gen_marker_cal_consensus,50
|
| 234 |
+
gen_marker_gpd_sequences,50
|
| 235 |
+
gen_marker_gpd_alignments,49
|
| 236 |
+
gen_marker_gpd_alignment_members,0
|
| 237 |
+
gen_marker_gpd_consensus,50
|
| 238 |
+
gen_marker_atp6_sequences,50
|
| 239 |
+
gen_marker_atp6_alignments,50
|
| 240 |
+
gen_marker_atp6_alignment_members,0
|
| 241 |
+
gen_marker_atp6_consensus,50
|
| 242 |
+
gen_marker_cox1_sequences,50
|
| 243 |
+
gen_marker_cox1_alignments,50
|
| 244 |
+
gen_marker_cox1_alignment_members,0
|
| 245 |
+
gen_marker_cox1_consensus,50
|
| 246 |
+
gen_marker_cox3_sequences,50
|
| 247 |
+
gen_marker_cox3_alignments,50
|
| 248 |
+
gen_marker_cox3_alignment_members,0
|
| 249 |
+
gen_marker_cox3_consensus,50
|
| 250 |
+
gen_marker_nadh_sequences,50
|
| 251 |
+
gen_marker_nadh_alignments,49
|
| 252 |
+
gen_marker_nadh_alignment_members,0
|
| 253 |
+
gen_marker_nadh_consensus,50
|
| 254 |
+
bio_compound_classes,49
|
| 255 |
+
bio_compounds,50
|
| 256 |
+
bio_compound_synonyms,50
|
| 257 |
+
bio_species_compound_occurrences,50
|
| 258 |
+
bio_biosynthetic_gene_clusters,50
|
| 259 |
+
bio_enzymes,50
|
| 260 |
+
bio_protein_enzymes,0
|
| 261 |
+
bio_toxin_amatoxins,50
|
| 262 |
+
bio_toxin_phallotoxins,50
|
| 263 |
+
bio_toxin_orellanines,50
|
| 264 |
+
bio_toxin_gyromitrins,50
|
| 265 |
+
bio_toxin_muscarines,50
|
| 266 |
+
bio_toxin_ibotenic_acids,50
|
| 267 |
+
bio_toxin_psilocybins,50
|
| 268 |
+
bio_toxin_coprines,50
|
| 269 |
+
bio_pigments,50
|
| 270 |
+
bio_antimicrobial_assays,50
|
| 271 |
+
phy_software,48
|
| 272 |
+
phy_substitution_models,47
|
| 273 |
+
phy_trees,0
|
| 274 |
+
phy_tree_inputs,50
|
| 275 |
+
phy_tree_tips,50
|
| 276 |
+
phy_node_supports,0
|
| 277 |
+
phy_divergence_estimates,50
|
| 278 |
+
cul_media_types,47
|
| 279 |
+
cul_media_recipes,50
|
| 280 |
+
cul_strains,49
|
| 281 |
+
cul_growth_experiments,50
|
| 282 |
+
cul_fruiting_protocols,50
|
| 283 |
+
cul_strain_storage_events,50
|
| 284 |
+
pat_host_organism_kingdoms,48
|
| 285 |
+
pat_host_organisms,50
|
| 286 |
+
pat_diseases,50
|
| 287 |
+
pat_disease_associations,50
|
| 288 |
+
pat_clinical_isolates,0
|
| 289 |
+
pat_antifungal_susceptibility,0
|
| 290 |
+
lic_growth_forms,49
|
| 291 |
+
lic_photobiont_groups,50
|
| 292 |
+
lic_lichens,50
|
| 293 |
+
lic_secondary_substances,50
|
| 294 |
+
lic_spot_tests,50
|
| 295 |
+
field_expeditions,50
|
| 296 |
+
field_plots,50
|
| 297 |
+
field_transects,50
|
| 298 |
+
field_weather_logs,50
|
| 299 |
+
field_observations,50
|
| 300 |
+
cur_quality_flag_types,50
|
| 301 |
+
cur_quality_flags,0
|
| 302 |
+
cur_workflow_states,50
|
| 303 |
+
cur_data_sources,50
|
| 304 |
+
cur_provenance,50
|
| 305 |
+
img_image_kinds,50
|
| 306 |
+
img_licenses,47
|
| 307 |
+
img_images,50
|
| 308 |
+
img_image_links,50
|
| 309 |
+
img_image_annotations,50
|
| 310 |
+
ord_agaricales_morphology,55
|
| 311 |
+
ord_agaricales_ecology,55
|
| 312 |
+
ord_agaricales_phenology,55
|
| 313 |
+
ord_agaricales_host_associations,55
|
| 314 |
+
ord_agaricales_substrate_preferences,55
|
| 315 |
+
ord_agaricales_geographic_distribution,55
|
| 316 |
+
ord_agaricales_phylogeny,55
|
| 317 |
+
ord_agaricales_genomics,55
|
| 318 |
+
ord_agaricales_biochemistry,55
|
| 319 |
+
ord_agaricales_cultivation_notes,1
|
| 320 |
+
ord_agaricales_pathogenicity,0
|
| 321 |
+
ord_agaricales_edibility,55
|
| 322 |
+
ord_agaricales_medicinal_uses,55
|
| 323 |
+
ord_agaricales_taxonomic_revisions,55
|
| 324 |
+
ord_agaricales_conservation_status,55
|
| 325 |
+
ord_agaricales_diagnostic_keys,55
|
| 326 |
+
ord_agaricales_type_species_register,55
|
| 327 |
+
ord_agaricales_distribution_grids,55
|
| 328 |
+
ord_agaricales_microclimate_studies,55
|
| 329 |
+
ord_agaricales_dna_barcoding_status,3
|
| 330 |
+
ord_agaricales_spore_print_data,55
|
| 331 |
+
ord_agaricales_mating_systems,55
|
| 332 |
+
ord_agaricales_nutrient_uptake_studies,55
|
| 333 |
+
ord_agaricales_range_maps,55
|
| 334 |
+
ord_agaricales_abundance_estimates,55
|
| 335 |
+
ord_agaricales_toxin_profiles,55
|
| 336 |
+
ord_agaricales_enzyme_activity_assays,55
|
| 337 |
+
ord_agaricales_biocontrol_evaluations,55
|
| 338 |
+
ord_agaricales_regional_checklists,55
|
| 339 |
+
ord_boletales_morphology,55
|
| 340 |
+
ord_boletales_ecology,55
|
| 341 |
+
ord_boletales_phenology,55
|
| 342 |
+
ord_boletales_host_associations,55
|
| 343 |
+
ord_boletales_substrate_preferences,55
|
| 344 |
+
ord_boletales_geographic_distribution,55
|
| 345 |
+
ord_boletales_phylogeny,55
|
| 346 |
+
ord_boletales_genomics,55
|
| 347 |
+
ord_boletales_biochemistry,55
|
| 348 |
+
ord_boletales_cultivation_notes,1
|
| 349 |
+
ord_boletales_pathogenicity,0
|
| 350 |
+
ord_boletales_edibility,55
|
| 351 |
+
ord_boletales_medicinal_uses,55
|
| 352 |
+
ord_boletales_taxonomic_revisions,55
|
| 353 |
+
ord_boletales_conservation_status,55
|
| 354 |
+
ord_boletales_diagnostic_keys,55
|
| 355 |
+
ord_boletales_type_species_register,55
|
| 356 |
+
ord_boletales_distribution_grids,55
|
| 357 |
+
ord_boletales_microclimate_studies,55
|
| 358 |
+
ord_boletales_dna_barcoding_status,0
|
| 359 |
+
ord_boletales_spore_print_data,55
|
| 360 |
+
ord_boletales_mating_systems,55
|
| 361 |
+
ord_boletales_nutrient_uptake_studies,55
|
| 362 |
+
ord_boletales_range_maps,55
|
| 363 |
+
ord_boletales_abundance_estimates,55
|
| 364 |
+
ord_boletales_toxin_profiles,55
|
| 365 |
+
ord_boletales_enzyme_activity_assays,55
|
| 366 |
+
ord_boletales_biocontrol_evaluations,55
|
| 367 |
+
ord_boletales_regional_checklists,55
|
| 368 |
+
ord_russulales_morphology,55
|
| 369 |
+
ord_russulales_ecology,55
|
| 370 |
+
ord_russulales_phenology,55
|
| 371 |
+
ord_russulales_host_associations,55
|
| 372 |
+
ord_russulales_substrate_preferences,55
|
| 373 |
+
ord_russulales_geographic_distribution,55
|
| 374 |
+
ord_russulales_phylogeny,55
|
| 375 |
+
ord_russulales_genomics,55
|
| 376 |
+
ord_russulales_biochemistry,55
|
| 377 |
+
ord_russulales_cultivation_notes,0
|
| 378 |
+
ord_russulales_pathogenicity,2
|
| 379 |
+
ord_russulales_edibility,55
|
| 380 |
+
ord_russulales_medicinal_uses,55
|
| 381 |
+
ord_russulales_taxonomic_revisions,55
|
| 382 |
+
ord_russulales_conservation_status,55
|
| 383 |
+
ord_russulales_diagnostic_keys,55
|
| 384 |
+
ord_russulales_type_species_register,55
|
| 385 |
+
ord_russulales_distribution_grids,55
|
| 386 |
+
ord_russulales_microclimate_studies,55
|
| 387 |
+
ord_russulales_dna_barcoding_status,0
|
| 388 |
+
ord_russulales_spore_print_data,55
|
| 389 |
+
ord_russulales_mating_systems,55
|
| 390 |
+
ord_russulales_nutrient_uptake_studies,55
|
| 391 |
+
ord_russulales_range_maps,55
|
| 392 |
+
ord_russulales_abundance_estimates,55
|
| 393 |
+
ord_russulales_toxin_profiles,55
|
| 394 |
+
ord_russulales_enzyme_activity_assays,55
|
| 395 |
+
ord_russulales_biocontrol_evaluations,55
|
| 396 |
+
ord_russulales_regional_checklists,55
|
| 397 |
+
ord_polyporales_morphology,55
|
| 398 |
+
ord_polyporales_ecology,55
|
| 399 |
+
ord_polyporales_phenology,55
|
| 400 |
+
ord_polyporales_host_associations,55
|
| 401 |
+
ord_polyporales_substrate_preferences,55
|
| 402 |
+
ord_polyporales_geographic_distribution,55
|
| 403 |
+
ord_polyporales_phylogeny,55
|
| 404 |
+
ord_polyporales_genomics,55
|
| 405 |
+
ord_polyporales_biochemistry,55
|
| 406 |
+
ord_polyporales_cultivation_notes,1
|
| 407 |
+
ord_polyporales_pathogenicity,0
|
| 408 |
+
ord_polyporales_edibility,55
|
| 409 |
+
ord_polyporales_medicinal_uses,55
|
| 410 |
+
ord_polyporales_taxonomic_revisions,55
|
| 411 |
+
ord_polyporales_conservation_status,55
|
| 412 |
+
ord_polyporales_diagnostic_keys,55
|
| 413 |
+
ord_polyporales_type_species_register,55
|
| 414 |
+
ord_polyporales_distribution_grids,55
|
| 415 |
+
ord_polyporales_microclimate_studies,55
|
| 416 |
+
ord_polyporales_dna_barcoding_status,0
|
| 417 |
+
ord_polyporales_spore_print_data,55
|
| 418 |
+
ord_polyporales_mating_systems,55
|
| 419 |
+
ord_polyporales_nutrient_uptake_studies,55
|
| 420 |
+
ord_polyporales_range_maps,55
|
| 421 |
+
ord_polyporales_abundance_estimates,55
|
| 422 |
+
ord_polyporales_toxin_profiles,55
|
| 423 |
+
ord_polyporales_enzyme_activity_assays,55
|
| 424 |
+
ord_polyporales_biocontrol_evaluations,55
|
| 425 |
+
ord_polyporales_regional_checklists,55
|
| 426 |
+
ord_thelephorales_morphology,55
|
| 427 |
+
ord_thelephorales_ecology,55
|
| 428 |
+
ord_thelephorales_phenology,55
|
| 429 |
+
ord_thelephorales_host_associations,55
|
| 430 |
+
ord_thelephorales_substrate_preferences,55
|
| 431 |
+
ord_thelephorales_geographic_distribution,55
|
| 432 |
+
ord_thelephorales_phylogeny,55
|
| 433 |
+
ord_thelephorales_genomics,55
|
| 434 |
+
ord_thelephorales_biochemistry,55
|
| 435 |
+
ord_thelephorales_cultivation_notes,0
|
| 436 |
+
ord_thelephorales_pathogenicity,0
|
| 437 |
+
ord_thelephorales_edibility,55
|
| 438 |
+
ord_thelephorales_medicinal_uses,55
|
| 439 |
+
ord_thelephorales_taxonomic_revisions,55
|
| 440 |
+
ord_thelephorales_conservation_status,55
|
| 441 |
+
ord_thelephorales_diagnostic_keys,55
|
| 442 |
+
ord_thelephorales_type_species_register,55
|
| 443 |
+
ord_thelephorales_distribution_grids,55
|
| 444 |
+
ord_thelephorales_microclimate_studies,55
|
| 445 |
+
ord_thelephorales_dna_barcoding_status,0
|
| 446 |
+
ord_thelephorales_spore_print_data,55
|
| 447 |
+
ord_thelephorales_mating_systems,55
|
| 448 |
+
ord_thelephorales_nutrient_uptake_studies,55
|
| 449 |
+
ord_thelephorales_range_maps,55
|
| 450 |
+
ord_thelephorales_abundance_estimates,55
|
| 451 |
+
ord_thelephorales_toxin_profiles,55
|
| 452 |
+
ord_thelephorales_enzyme_activity_assays,55
|
| 453 |
+
ord_thelephorales_biocontrol_evaluations,55
|
| 454 |
+
ord_thelephorales_regional_checklists,55
|
| 455 |
+
ord_cantharellales_morphology,55
|
| 456 |
+
ord_cantharellales_ecology,55
|
| 457 |
+
ord_cantharellales_phenology,55
|
| 458 |
+
ord_cantharellales_host_associations,55
|
| 459 |
+
ord_cantharellales_substrate_preferences,55
|
| 460 |
+
ord_cantharellales_geographic_distribution,55
|
| 461 |
+
ord_cantharellales_phylogeny,55
|
| 462 |
+
ord_cantharellales_genomics,55
|
| 463 |
+
ord_cantharellales_biochemistry,55
|
| 464 |
+
ord_cantharellales_cultivation_notes,0
|
| 465 |
+
ord_cantharellales_pathogenicity,0
|
| 466 |
+
ord_cantharellales_edibility,55
|
| 467 |
+
ord_cantharellales_medicinal_uses,55
|
| 468 |
+
ord_cantharellales_taxonomic_revisions,55
|
| 469 |
+
ord_cantharellales_conservation_status,55
|
| 470 |
+
ord_cantharellales_diagnostic_keys,55
|
| 471 |
+
ord_cantharellales_type_species_register,55
|
| 472 |
+
ord_cantharellales_distribution_grids,55
|
| 473 |
+
ord_cantharellales_microclimate_studies,55
|
| 474 |
+
ord_cantharellales_dna_barcoding_status,1
|
| 475 |
+
ord_cantharellales_spore_print_data,55
|
| 476 |
+
ord_cantharellales_mating_systems,55
|
| 477 |
+
ord_cantharellales_nutrient_uptake_studies,55
|
| 478 |
+
ord_cantharellales_range_maps,55
|
| 479 |
+
ord_cantharellales_abundance_estimates,55
|
| 480 |
+
ord_cantharellales_toxin_profiles,55
|
| 481 |
+
ord_cantharellales_enzyme_activity_assays,55
|
| 482 |
+
ord_cantharellales_biocontrol_evaluations,55
|
| 483 |
+
ord_cantharellales_regional_checklists,55
|
| 484 |
+
ord_hymenochaetales_morphology,55
|
| 485 |
+
ord_hymenochaetales_ecology,55
|
| 486 |
+
ord_hymenochaetales_phenology,55
|
| 487 |
+
ord_hymenochaetales_host_associations,55
|
| 488 |
+
ord_hymenochaetales_substrate_preferences,55
|
| 489 |
+
ord_hymenochaetales_geographic_distribution,55
|
| 490 |
+
ord_hymenochaetales_phylogeny,55
|
| 491 |
+
ord_hymenochaetales_genomics,55
|
| 492 |
+
ord_hymenochaetales_biochemistry,55
|
| 493 |
+
ord_hymenochaetales_cultivation_notes,0
|
| 494 |
+
ord_hymenochaetales_pathogenicity,0
|
| 495 |
+
ord_hymenochaetales_edibility,55
|
| 496 |
+
ord_hymenochaetales_medicinal_uses,55
|
| 497 |
+
ord_hymenochaetales_taxonomic_revisions,55
|
| 498 |
+
ord_hymenochaetales_conservation_status,55
|
| 499 |
+
ord_hymenochaetales_diagnostic_keys,55
|
| 500 |
+
ord_hymenochaetales_type_species_register,55
|
| 501 |
+
ord_hymenochaetales_distribution_grids,55
|
| 502 |
+
ord_hymenochaetales_microclimate_studies,55
|
| 503 |
+
ord_hymenochaetales_dna_barcoding_status,1
|
| 504 |
+
ord_hymenochaetales_spore_print_data,55
|
| 505 |
+
ord_hymenochaetales_mating_systems,55
|
| 506 |
+
ord_hymenochaetales_nutrient_uptake_studies,55
|
| 507 |
+
ord_hymenochaetales_range_maps,55
|
| 508 |
+
ord_hymenochaetales_abundance_estimates,55
|
| 509 |
+
ord_hymenochaetales_toxin_profiles,55
|
| 510 |
+
ord_hymenochaetales_enzyme_activity_assays,55
|
| 511 |
+
ord_hymenochaetales_biocontrol_evaluations,55
|
| 512 |
+
ord_hymenochaetales_regional_checklists,55
|
| 513 |
+
ord_auriculariales_morphology,55
|
| 514 |
+
ord_auriculariales_ecology,55
|
| 515 |
+
ord_auriculariales_phenology,55
|
| 516 |
+
ord_auriculariales_host_associations,55
|
| 517 |
+
ord_auriculariales_substrate_preferences,55
|
| 518 |
+
ord_auriculariales_geographic_distribution,55
|
| 519 |
+
ord_auriculariales_phylogeny,55
|
| 520 |
+
ord_auriculariales_genomics,55
|
| 521 |
+
ord_auriculariales_biochemistry,55
|
| 522 |
+
ord_auriculariales_cultivation_notes,0
|
| 523 |
+
ord_auriculariales_pathogenicity,0
|
| 524 |
+
ord_auriculariales_edibility,55
|
| 525 |
+
ord_auriculariales_medicinal_uses,55
|
| 526 |
+
ord_auriculariales_taxonomic_revisions,55
|
| 527 |
+
ord_auriculariales_conservation_status,55
|
| 528 |
+
ord_auriculariales_diagnostic_keys,55
|
| 529 |
+
ord_auriculariales_type_species_register,55
|
| 530 |
+
ord_auriculariales_distribution_grids,55
|
| 531 |
+
ord_auriculariales_microclimate_studies,55
|
| 532 |
+
ord_auriculariales_dna_barcoding_status,1
|
| 533 |
+
ord_auriculariales_spore_print_data,55
|
| 534 |
+
ord_auriculariales_mating_systems,55
|
| 535 |
+
ord_auriculariales_nutrient_uptake_studies,55
|
| 536 |
+
ord_auriculariales_range_maps,55
|
| 537 |
+
ord_auriculariales_abundance_estimates,55
|
| 538 |
+
ord_auriculariales_toxin_profiles,55
|
| 539 |
+
ord_auriculariales_enzyme_activity_assays,55
|
| 540 |
+
ord_auriculariales_biocontrol_evaluations,55
|
| 541 |
+
ord_auriculariales_regional_checklists,55
|
| 542 |
+
ord_tremellales_morphology,55
|
| 543 |
+
ord_tremellales_ecology,55
|
| 544 |
+
ord_tremellales_phenology,55
|
| 545 |
+
ord_tremellales_host_associations,55
|
| 546 |
+
ord_tremellales_substrate_preferences,55
|
| 547 |
+
ord_tremellales_geographic_distribution,55
|
| 548 |
+
ord_tremellales_phylogeny,55
|
| 549 |
+
ord_tremellales_genomics,55
|
| 550 |
+
ord_tremellales_biochemistry,55
|
| 551 |
+
ord_tremellales_cultivation_notes,0
|
| 552 |
+
ord_tremellales_pathogenicity,1
|
| 553 |
+
ord_tremellales_edibility,55
|
| 554 |
+
ord_tremellales_medicinal_uses,55
|
| 555 |
+
ord_tremellales_taxonomic_revisions,55
|
| 556 |
+
ord_tremellales_conservation_status,55
|
| 557 |
+
ord_tremellales_diagnostic_keys,55
|
| 558 |
+
ord_tremellales_type_species_register,55
|
| 559 |
+
ord_tremellales_distribution_grids,55
|
| 560 |
+
ord_tremellales_microclimate_studies,55
|
| 561 |
+
ord_tremellales_dna_barcoding_status,0
|
| 562 |
+
ord_tremellales_spore_print_data,55
|
| 563 |
+
ord_tremellales_mating_systems,55
|
| 564 |
+
ord_tremellales_nutrient_uptake_studies,55
|
| 565 |
+
ord_tremellales_range_maps,55
|
| 566 |
+
ord_tremellales_abundance_estimates,55
|
| 567 |
+
ord_tremellales_toxin_profiles,55
|
| 568 |
+
ord_tremellales_enzyme_activity_assays,55
|
| 569 |
+
ord_tremellales_biocontrol_evaluations,55
|
| 570 |
+
ord_tremellales_regional_checklists,55
|
| 571 |
+
ord_phallales_morphology,55
|
| 572 |
+
ord_phallales_ecology,55
|
| 573 |
+
ord_phallales_phenology,55
|
| 574 |
+
ord_phallales_host_associations,55
|
| 575 |
+
ord_phallales_substrate_preferences,55
|
| 576 |
+
ord_phallales_geographic_distribution,55
|
| 577 |
+
ord_phallales_phylogeny,55
|
| 578 |
+
ord_phallales_genomics,55
|
| 579 |
+
ord_phallales_biochemistry,55
|
| 580 |
+
ord_phallales_cultivation_notes,1
|
| 581 |
+
ord_phallales_pathogenicity,0
|
| 582 |
+
ord_phallales_edibility,55
|
| 583 |
+
ord_phallales_medicinal_uses,55
|
| 584 |
+
ord_phallales_taxonomic_revisions,55
|
| 585 |
+
ord_phallales_conservation_status,55
|
| 586 |
+
ord_phallales_diagnostic_keys,55
|
| 587 |
+
ord_phallales_type_species_register,55
|
| 588 |
+
ord_phallales_distribution_grids,55
|
| 589 |
+
ord_phallales_microclimate_studies,55
|
| 590 |
+
ord_phallales_dna_barcoding_status,0
|
| 591 |
+
ord_phallales_spore_print_data,55
|
| 592 |
+
ord_phallales_mating_systems,55
|
| 593 |
+
ord_phallales_nutrient_uptake_studies,55
|
| 594 |
+
ord_phallales_range_maps,55
|
| 595 |
+
ord_phallales_abundance_estimates,55
|
| 596 |
+
ord_phallales_toxin_profiles,55
|
| 597 |
+
ord_phallales_enzyme_activity_assays,55
|
| 598 |
+
ord_phallales_biocontrol_evaluations,55
|
| 599 |
+
ord_phallales_regional_checklists,55
|
| 600 |
+
ord_geastrales_morphology,55
|
| 601 |
+
ord_geastrales_ecology,55
|
| 602 |
+
ord_geastrales_phenology,55
|
| 603 |
+
ord_geastrales_host_associations,55
|
| 604 |
+
ord_geastrales_substrate_preferences,55
|
| 605 |
+
ord_geastrales_geographic_distribution,55
|
| 606 |
+
ord_geastrales_phylogeny,55
|
| 607 |
+
ord_geastrales_genomics,55
|
| 608 |
+
ord_geastrales_biochemistry,55
|
| 609 |
+
ord_geastrales_cultivation_notes,0
|
| 610 |
+
ord_geastrales_pathogenicity,0
|
| 611 |
+
ord_geastrales_edibility,55
|
| 612 |
+
ord_geastrales_medicinal_uses,55
|
| 613 |
+
ord_geastrales_taxonomic_revisions,55
|
| 614 |
+
ord_geastrales_conservation_status,55
|
| 615 |
+
ord_geastrales_diagnostic_keys,55
|
| 616 |
+
ord_geastrales_type_species_register,55
|
| 617 |
+
ord_geastrales_distribution_grids,55
|
| 618 |
+
ord_geastrales_microclimate_studies,55
|
| 619 |
+
ord_geastrales_dna_barcoding_status,0
|
| 620 |
+
ord_geastrales_spore_print_data,55
|
| 621 |
+
ord_geastrales_mating_systems,55
|
| 622 |
+
ord_geastrales_nutrient_uptake_studies,55
|
| 623 |
+
ord_geastrales_range_maps,55
|
| 624 |
+
ord_geastrales_abundance_estimates,55
|
| 625 |
+
ord_geastrales_toxin_profiles,55
|
| 626 |
+
ord_geastrales_enzyme_activity_assays,55
|
| 627 |
+
ord_geastrales_biocontrol_evaluations,55
|
| 628 |
+
ord_geastrales_regional_checklists,55
|
| 629 |
+
ord_lycoperdales_morphology,55
|
| 630 |
+
ord_lycoperdales_ecology,55
|
| 631 |
+
ord_lycoperdales_phenology,55
|
| 632 |
+
ord_lycoperdales_host_associations,55
|
| 633 |
+
ord_lycoperdales_substrate_preferences,55
|
| 634 |
+
ord_lycoperdales_geographic_distribution,55
|
| 635 |
+
ord_lycoperdales_phylogeny,55
|
| 636 |
+
ord_lycoperdales_genomics,55
|
| 637 |
+
ord_lycoperdales_biochemistry,55
|
| 638 |
+
ord_lycoperdales_cultivation_notes,0
|
| 639 |
+
ord_lycoperdales_pathogenicity,1
|
| 640 |
+
ord_lycoperdales_edibility,55
|
| 641 |
+
ord_lycoperdales_medicinal_uses,55
|
| 642 |
+
ord_lycoperdales_taxonomic_revisions,55
|
| 643 |
+
ord_lycoperdales_conservation_status,55
|
| 644 |
+
ord_lycoperdales_diagnostic_keys,55
|
| 645 |
+
ord_lycoperdales_type_species_register,55
|
| 646 |
+
ord_lycoperdales_distribution_grids,55
|
| 647 |
+
ord_lycoperdales_microclimate_studies,55
|
| 648 |
+
ord_lycoperdales_dna_barcoding_status,0
|
| 649 |
+
ord_lycoperdales_spore_print_data,55
|
| 650 |
+
ord_lycoperdales_mating_systems,55
|
| 651 |
+
ord_lycoperdales_nutrient_uptake_studies,55
|
| 652 |
+
ord_lycoperdales_range_maps,55
|
| 653 |
+
ord_lycoperdales_abundance_estimates,55
|
| 654 |
+
ord_lycoperdales_toxin_profiles,55
|
| 655 |
+
ord_lycoperdales_enzyme_activity_assays,55
|
| 656 |
+
ord_lycoperdales_biocontrol_evaluations,55
|
| 657 |
+
ord_lycoperdales_regional_checklists,55
|
| 658 |
+
ord_sebacinales_morphology,55
|
| 659 |
+
ord_sebacinales_ecology,55
|
| 660 |
+
ord_sebacinales_phenology,55
|
| 661 |
+
ord_sebacinales_host_associations,55
|
| 662 |
+
ord_sebacinales_substrate_preferences,55
|
| 663 |
+
ord_sebacinales_geographic_distribution,55
|
| 664 |
+
ord_sebacinales_phylogeny,55
|
| 665 |
+
ord_sebacinales_genomics,55
|
| 666 |
+
ord_sebacinales_biochemistry,55
|
| 667 |
+
ord_sebacinales_cultivation_notes,0
|
| 668 |
+
ord_sebacinales_pathogenicity,0
|
| 669 |
+
ord_sebacinales_edibility,55
|
| 670 |
+
ord_sebacinales_medicinal_uses,55
|
| 671 |
+
ord_sebacinales_taxonomic_revisions,55
|
| 672 |
+
ord_sebacinales_conservation_status,55
|
| 673 |
+
ord_sebacinales_diagnostic_keys,55
|
| 674 |
+
ord_sebacinales_type_species_register,55
|
| 675 |
+
ord_sebacinales_distribution_grids,55
|
| 676 |
+
ord_sebacinales_microclimate_studies,55
|
| 677 |
+
ord_sebacinales_dna_barcoding_status,1
|
| 678 |
+
ord_sebacinales_spore_print_data,55
|
| 679 |
+
ord_sebacinales_mating_systems,55
|
| 680 |
+
ord_sebacinales_nutrient_uptake_studies,55
|
| 681 |
+
ord_sebacinales_range_maps,55
|
| 682 |
+
ord_sebacinales_abundance_estimates,55
|
| 683 |
+
ord_sebacinales_toxin_profiles,55
|
| 684 |
+
ord_sebacinales_enzyme_activity_assays,55
|
| 685 |
+
ord_sebacinales_biocontrol_evaluations,55
|
| 686 |
+
ord_sebacinales_regional_checklists,55
|
| 687 |
+
ord_atheliales_morphology,55
|
| 688 |
+
ord_atheliales_ecology,55
|
| 689 |
+
ord_atheliales_phenology,55
|
| 690 |
+
ord_atheliales_host_associations,55
|
| 691 |
+
ord_atheliales_substrate_preferences,55
|
| 692 |
+
ord_atheliales_geographic_distribution,55
|
| 693 |
+
ord_atheliales_phylogeny,55
|
| 694 |
+
ord_atheliales_genomics,55
|
| 695 |
+
ord_atheliales_biochemistry,55
|
| 696 |
+
ord_atheliales_cultivation_notes,0
|
| 697 |
+
ord_atheliales_pathogenicity,0
|
| 698 |
+
ord_atheliales_edibility,55
|
| 699 |
+
ord_atheliales_medicinal_uses,55
|
| 700 |
+
ord_atheliales_taxonomic_revisions,55
|
| 701 |
+
ord_atheliales_conservation_status,55
|
| 702 |
+
ord_atheliales_diagnostic_keys,55
|
| 703 |
+
ord_atheliales_type_species_register,55
|
| 704 |
+
ord_atheliales_distribution_grids,55
|
| 705 |
+
ord_atheliales_microclimate_studies,55
|
| 706 |
+
ord_atheliales_dna_barcoding_status,0
|
| 707 |
+
ord_atheliales_spore_print_data,55
|
| 708 |
+
ord_atheliales_mating_systems,55
|
| 709 |
+
ord_atheliales_nutrient_uptake_studies,55
|
| 710 |
+
ord_atheliales_range_maps,55
|
| 711 |
+
ord_atheliales_abundance_estimates,55
|
| 712 |
+
ord_atheliales_toxin_profiles,55
|
| 713 |
+
ord_atheliales_enzyme_activity_assays,55
|
| 714 |
+
ord_atheliales_biocontrol_evaluations,55
|
| 715 |
+
ord_atheliales_regional_checklists,55
|
| 716 |
+
ord_corticiales_morphology,55
|
| 717 |
+
ord_corticiales_ecology,55
|
| 718 |
+
ord_corticiales_phenology,55
|
| 719 |
+
ord_corticiales_host_associations,55
|
| 720 |
+
ord_corticiales_substrate_preferences,55
|
| 721 |
+
ord_corticiales_geographic_distribution,55
|
| 722 |
+
ord_corticiales_phylogeny,55
|
| 723 |
+
ord_corticiales_genomics,55
|
| 724 |
+
ord_corticiales_biochemistry,55
|
| 725 |
+
ord_corticiales_cultivation_notes,1
|
| 726 |
+
ord_corticiales_pathogenicity,0
|
| 727 |
+
ord_corticiales_edibility,55
|
| 728 |
+
ord_corticiales_medicinal_uses,55
|
| 729 |
+
ord_corticiales_taxonomic_revisions,55
|
| 730 |
+
ord_corticiales_conservation_status,55
|
| 731 |
+
ord_corticiales_diagnostic_keys,55
|
| 732 |
+
ord_corticiales_type_species_register,55
|
| 733 |
+
ord_corticiales_distribution_grids,55
|
| 734 |
+
ord_corticiales_microclimate_studies,55
|
| 735 |
+
ord_corticiales_dna_barcoding_status,0
|
| 736 |
+
ord_corticiales_spore_print_data,55
|
| 737 |
+
ord_corticiales_mating_systems,55
|
| 738 |
+
ord_corticiales_nutrient_uptake_studies,55
|
| 739 |
+
ord_corticiales_range_maps,55
|
| 740 |
+
ord_corticiales_abundance_estimates,55
|
| 741 |
+
ord_corticiales_toxin_profiles,55
|
| 742 |
+
ord_corticiales_enzyme_activity_assays,55
|
| 743 |
+
ord_corticiales_biocontrol_evaluations,55
|
| 744 |
+
ord_corticiales_regional_checklists,55
|
| 745 |
+
ord_gomphales_morphology,55
|
| 746 |
+
ord_gomphales_ecology,55
|
| 747 |
+
ord_gomphales_phenology,55
|
| 748 |
+
ord_gomphales_host_associations,55
|
| 749 |
+
ord_gomphales_substrate_preferences,55
|
| 750 |
+
ord_gomphales_geographic_distribution,55
|
| 751 |
+
ord_gomphales_phylogeny,55
|
| 752 |
+
ord_gomphales_genomics,55
|
| 753 |
+
ord_gomphales_biochemistry,55
|
| 754 |
+
ord_gomphales_cultivation_notes,0
|
| 755 |
+
ord_gomphales_pathogenicity,1
|
| 756 |
+
ord_gomphales_edibility,55
|
| 757 |
+
ord_gomphales_medicinal_uses,55
|
| 758 |
+
ord_gomphales_taxonomic_revisions,55
|
| 759 |
+
ord_gomphales_conservation_status,55
|
| 760 |
+
ord_gomphales_diagnostic_keys,55
|
| 761 |
+
ord_gomphales_type_species_register,55
|
| 762 |
+
ord_gomphales_distribution_grids,55
|
| 763 |
+
ord_gomphales_microclimate_studies,55
|
| 764 |
+
ord_gomphales_dna_barcoding_status,0
|
| 765 |
+
ord_gomphales_spore_print_data,55
|
| 766 |
+
ord_gomphales_mating_systems,55
|
| 767 |
+
ord_gomphales_nutrient_uptake_studies,55
|
| 768 |
+
ord_gomphales_range_maps,55
|
| 769 |
+
ord_gomphales_abundance_estimates,55
|
| 770 |
+
ord_gomphales_toxin_profiles,55
|
| 771 |
+
ord_gomphales_enzyme_activity_assays,55
|
| 772 |
+
ord_gomphales_biocontrol_evaluations,55
|
| 773 |
+
ord_gomphales_regional_checklists,55
|
| 774 |
+
ord_stereopsidales_morphology,55
|
| 775 |
+
ord_stereopsidales_ecology,55
|
| 776 |
+
ord_stereopsidales_phenology,55
|
| 777 |
+
ord_stereopsidales_host_associations,55
|
| 778 |
+
ord_stereopsidales_substrate_preferences,55
|
| 779 |
+
ord_stereopsidales_geographic_distribution,55
|
| 780 |
+
ord_stereopsidales_phylogeny,55
|
| 781 |
+
ord_stereopsidales_genomics,55
|
| 782 |
+
ord_stereopsidales_biochemistry,55
|
| 783 |
+
ord_stereopsidales_cultivation_notes,0
|
| 784 |
+
ord_stereopsidales_pathogenicity,0
|
| 785 |
+
ord_stereopsidales_edibility,55
|
| 786 |
+
ord_stereopsidales_medicinal_uses,55
|
| 787 |
+
ord_stereopsidales_taxonomic_revisions,55
|
| 788 |
+
ord_stereopsidales_conservation_status,55
|
| 789 |
+
ord_stereopsidales_diagnostic_keys,55
|
| 790 |
+
ord_stereopsidales_type_species_register,55
|
| 791 |
+
ord_stereopsidales_distribution_grids,55
|
| 792 |
+
ord_stereopsidales_microclimate_studies,55
|
| 793 |
+
ord_stereopsidales_dna_barcoding_status,0
|
| 794 |
+
ord_stereopsidales_spore_print_data,55
|
| 795 |
+
ord_stereopsidales_mating_systems,55
|
| 796 |
+
ord_stereopsidales_nutrient_uptake_studies,55
|
| 797 |
+
ord_stereopsidales_range_maps,55
|
| 798 |
+
ord_stereopsidales_abundance_estimates,55
|
| 799 |
+
ord_stereopsidales_toxin_profiles,55
|
| 800 |
+
ord_stereopsidales_enzyme_activity_assays,55
|
| 801 |
+
ord_stereopsidales_biocontrol_evaluations,55
|
| 802 |
+
ord_stereopsidales_regional_checklists,55
|
| 803 |
+
ord_pucciniales_morphology,55
|
| 804 |
+
ord_pucciniales_ecology,55
|
| 805 |
+
ord_pucciniales_phenology,55
|
| 806 |
+
ord_pucciniales_host_associations,55
|
| 807 |
+
ord_pucciniales_substrate_preferences,55
|
| 808 |
+
ord_pucciniales_geographic_distribution,55
|
| 809 |
+
ord_pucciniales_phylogeny,55
|
| 810 |
+
ord_pucciniales_genomics,55
|
| 811 |
+
ord_pucciniales_biochemistry,55
|
| 812 |
+
ord_pucciniales_cultivation_notes,0
|
| 813 |
+
ord_pucciniales_pathogenicity,0
|
| 814 |
+
ord_pucciniales_edibility,55
|
| 815 |
+
ord_pucciniales_medicinal_uses,55
|
| 816 |
+
ord_pucciniales_taxonomic_revisions,55
|
| 817 |
+
ord_pucciniales_conservation_status,55
|
| 818 |
+
ord_pucciniales_diagnostic_keys,55
|
| 819 |
+
ord_pucciniales_type_species_register,55
|
| 820 |
+
ord_pucciniales_distribution_grids,55
|
| 821 |
+
ord_pucciniales_microclimate_studies,55
|
| 822 |
+
ord_pucciniales_dna_barcoding_status,0
|
| 823 |
+
ord_pucciniales_spore_print_data,55
|
| 824 |
+
ord_pucciniales_mating_systems,55
|
| 825 |
+
ord_pucciniales_nutrient_uptake_studies,55
|
| 826 |
+
ord_pucciniales_range_maps,55
|
| 827 |
+
ord_pucciniales_abundance_estimates,55
|
| 828 |
+
ord_pucciniales_toxin_profiles,55
|
| 829 |
+
ord_pucciniales_enzyme_activity_assays,55
|
| 830 |
+
ord_pucciniales_biocontrol_evaluations,55
|
| 831 |
+
ord_pucciniales_regional_checklists,55
|
| 832 |
+
ord_ustilaginales_morphology,55
|
| 833 |
+
ord_ustilaginales_ecology,55
|
| 834 |
+
ord_ustilaginales_phenology,55
|
| 835 |
+
ord_ustilaginales_host_associations,55
|
| 836 |
+
ord_ustilaginales_substrate_preferences,55
|
| 837 |
+
ord_ustilaginales_geographic_distribution,55
|
| 838 |
+
ord_ustilaginales_phylogeny,55
|
| 839 |
+
ord_ustilaginales_genomics,55
|
| 840 |
+
ord_ustilaginales_biochemistry,55
|
| 841 |
+
ord_ustilaginales_cultivation_notes,0
|
| 842 |
+
ord_ustilaginales_pathogenicity,0
|
| 843 |
+
ord_ustilaginales_edibility,55
|
| 844 |
+
ord_ustilaginales_medicinal_uses,55
|
| 845 |
+
ord_ustilaginales_taxonomic_revisions,55
|
| 846 |
+
ord_ustilaginales_conservation_status,55
|
| 847 |
+
ord_ustilaginales_diagnostic_keys,55
|
| 848 |
+
ord_ustilaginales_type_species_register,55
|
| 849 |
+
ord_ustilaginales_distribution_grids,55
|
| 850 |
+
ord_ustilaginales_microclimate_studies,55
|
| 851 |
+
ord_ustilaginales_dna_barcoding_status,0
|
| 852 |
+
ord_ustilaginales_spore_print_data,55
|
| 853 |
+
ord_ustilaginales_mating_systems,55
|
| 854 |
+
ord_ustilaginales_nutrient_uptake_studies,55
|
| 855 |
+
ord_ustilaginales_range_maps,55
|
| 856 |
+
ord_ustilaginales_abundance_estimates,55
|
| 857 |
+
ord_ustilaginales_toxin_profiles,55
|
| 858 |
+
ord_ustilaginales_enzyme_activity_assays,55
|
| 859 |
+
ord_ustilaginales_biocontrol_evaluations,55
|
| 860 |
+
ord_ustilaginales_regional_checklists,55
|
| 861 |
+
ord_exobasidiales_morphology,55
|
| 862 |
+
ord_exobasidiales_ecology,55
|
| 863 |
+
ord_exobasidiales_phenology,55
|
| 864 |
+
ord_exobasidiales_host_associations,55
|
| 865 |
+
ord_exobasidiales_substrate_preferences,55
|
| 866 |
+
ord_exobasidiales_geographic_distribution,55
|
| 867 |
+
ord_exobasidiales_phylogeny,55
|
| 868 |
+
ord_exobasidiales_genomics,55
|
| 869 |
+
ord_exobasidiales_biochemistry,55
|
| 870 |
+
ord_exobasidiales_cultivation_notes,0
|
| 871 |
+
ord_exobasidiales_pathogenicity,0
|
| 872 |
+
ord_exobasidiales_edibility,55
|
| 873 |
+
ord_exobasidiales_medicinal_uses,55
|
| 874 |
+
ord_exobasidiales_taxonomic_revisions,55
|
| 875 |
+
ord_exobasidiales_conservation_status,55
|
| 876 |
+
ord_exobasidiales_diagnostic_keys,55
|
| 877 |
+
ord_exobasidiales_type_species_register,55
|
| 878 |
+
ord_exobasidiales_distribution_grids,55
|
| 879 |
+
ord_exobasidiales_microclimate_studies,55
|
| 880 |
+
ord_exobasidiales_dna_barcoding_status,0
|
| 881 |
+
ord_exobasidiales_spore_print_data,55
|
| 882 |
+
ord_exobasidiales_mating_systems,55
|
| 883 |
+
ord_exobasidiales_nutrient_uptake_studies,55
|
| 884 |
+
ord_exobasidiales_range_maps,55
|
| 885 |
+
ord_exobasidiales_abundance_estimates,55
|
| 886 |
+
ord_exobasidiales_toxin_profiles,55
|
| 887 |
+
ord_exobasidiales_enzyme_activity_assays,55
|
| 888 |
+
ord_exobasidiales_biocontrol_evaluations,55
|
| 889 |
+
ord_exobasidiales_regional_checklists,55
|
| 890 |
+
ord_tilletiales_morphology,55
|
| 891 |
+
ord_tilletiales_ecology,55
|
| 892 |
+
ord_tilletiales_phenology,55
|
| 893 |
+
ord_tilletiales_host_associations,55
|
| 894 |
+
ord_tilletiales_substrate_preferences,55
|
| 895 |
+
ord_tilletiales_geographic_distribution,55
|
| 896 |
+
ord_tilletiales_phylogeny,55
|
| 897 |
+
ord_tilletiales_genomics,55
|
| 898 |
+
ord_tilletiales_biochemistry,55
|
| 899 |
+
ord_tilletiales_cultivation_notes,1
|
| 900 |
+
ord_tilletiales_pathogenicity,1
|
| 901 |
+
ord_tilletiales_edibility,55
|
| 902 |
+
ord_tilletiales_medicinal_uses,55
|
| 903 |
+
ord_tilletiales_taxonomic_revisions,55
|
| 904 |
+
ord_tilletiales_conservation_status,55
|
| 905 |
+
ord_tilletiales_diagnostic_keys,55
|
| 906 |
+
ord_tilletiales_type_species_register,55
|
| 907 |
+
ord_tilletiales_distribution_grids,55
|
| 908 |
+
ord_tilletiales_microclimate_studies,55
|
| 909 |
+
ord_tilletiales_dna_barcoding_status,0
|
| 910 |
+
ord_tilletiales_spore_print_data,55
|
| 911 |
+
ord_tilletiales_mating_systems,55
|
| 912 |
+
ord_tilletiales_nutrient_uptake_studies,55
|
| 913 |
+
ord_tilletiales_range_maps,55
|
| 914 |
+
ord_tilletiales_abundance_estimates,55
|
| 915 |
+
ord_tilletiales_toxin_profiles,55
|
| 916 |
+
ord_tilletiales_enzyme_activity_assays,55
|
| 917 |
+
ord_tilletiales_biocontrol_evaluations,55
|
| 918 |
+
ord_tilletiales_regional_checklists,55
|
| 919 |
+
ord_malasseziales_morphology,55
|
| 920 |
+
ord_malasseziales_ecology,55
|
| 921 |
+
ord_malasseziales_phenology,55
|
| 922 |
+
ord_malasseziales_host_associations,55
|
| 923 |
+
ord_malasseziales_substrate_preferences,55
|
| 924 |
+
ord_malasseziales_geographic_distribution,55
|
| 925 |
+
ord_malasseziales_phylogeny,55
|
| 926 |
+
ord_malasseziales_genomics,55
|
| 927 |
+
ord_malasseziales_biochemistry,55
|
| 928 |
+
ord_malasseziales_cultivation_notes,0
|
| 929 |
+
ord_malasseziales_pathogenicity,0
|
| 930 |
+
ord_malasseziales_edibility,55
|
| 931 |
+
ord_malasseziales_medicinal_uses,55
|
| 932 |
+
ord_malasseziales_taxonomic_revisions,55
|
| 933 |
+
ord_malasseziales_conservation_status,55
|
| 934 |
+
ord_malasseziales_diagnostic_keys,55
|
| 935 |
+
ord_malasseziales_type_species_register,55
|
| 936 |
+
ord_malasseziales_distribution_grids,55
|
| 937 |
+
ord_malasseziales_microclimate_studies,55
|
| 938 |
+
ord_malasseziales_dna_barcoding_status,1
|
| 939 |
+
ord_malasseziales_spore_print_data,55
|
| 940 |
+
ord_malasseziales_mating_systems,55
|
| 941 |
+
ord_malasseziales_nutrient_uptake_studies,55
|
| 942 |
+
ord_malasseziales_range_maps,55
|
| 943 |
+
ord_malasseziales_abundance_estimates,55
|
| 944 |
+
ord_malasseziales_toxin_profiles,55
|
| 945 |
+
ord_malasseziales_enzyme_activity_assays,55
|
| 946 |
+
ord_malasseziales_biocontrol_evaluations,55
|
| 947 |
+
ord_malasseziales_regional_checklists,55
|
| 948 |
+
ord_trichosporonales_morphology,55
|
| 949 |
+
ord_trichosporonales_ecology,55
|
| 950 |
+
ord_trichosporonales_phenology,55
|
| 951 |
+
ord_trichosporonales_host_associations,55
|
| 952 |
+
ord_trichosporonales_substrate_preferences,55
|
| 953 |
+
ord_trichosporonales_geographic_distribution,55
|
| 954 |
+
ord_trichosporonales_phylogeny,55
|
| 955 |
+
ord_trichosporonales_genomics,55
|
| 956 |
+
ord_trichosporonales_biochemistry,55
|
| 957 |
+
ord_trichosporonales_cultivation_notes,2
|
| 958 |
+
ord_trichosporonales_pathogenicity,0
|
| 959 |
+
ord_trichosporonales_edibility,55
|
| 960 |
+
ord_trichosporonales_medicinal_uses,55
|
| 961 |
+
ord_trichosporonales_taxonomic_revisions,55
|
| 962 |
+
ord_trichosporonales_conservation_status,55
|
| 963 |
+
ord_trichosporonales_diagnostic_keys,55
|
| 964 |
+
ord_trichosporonales_type_species_register,55
|
| 965 |
+
ord_trichosporonales_distribution_grids,55
|
| 966 |
+
ord_trichosporonales_microclimate_studies,55
|
| 967 |
+
ord_trichosporonales_dna_barcoding_status,0
|
| 968 |
+
ord_trichosporonales_spore_print_data,55
|
| 969 |
+
ord_trichosporonales_mating_systems,55
|
| 970 |
+
ord_trichosporonales_nutrient_uptake_studies,55
|
| 971 |
+
ord_trichosporonales_range_maps,55
|
| 972 |
+
ord_trichosporonales_abundance_estimates,55
|
| 973 |
+
ord_trichosporonales_toxin_profiles,55
|
| 974 |
+
ord_trichosporonales_enzyme_activity_assays,55
|
| 975 |
+
ord_trichosporonales_biocontrol_evaluations,55
|
| 976 |
+
ord_trichosporonales_regional_checklists,55
|
| 977 |
+
ord_saccharomycetales_morphology,55
|
| 978 |
+
ord_saccharomycetales_ecology,55
|
| 979 |
+
ord_saccharomycetales_phenology,55
|
| 980 |
+
ord_saccharomycetales_host_associations,55
|
| 981 |
+
ord_saccharomycetales_substrate_preferences,55
|
| 982 |
+
ord_saccharomycetales_geographic_distribution,55
|
| 983 |
+
ord_saccharomycetales_phylogeny,55
|
| 984 |
+
ord_saccharomycetales_genomics,55
|
| 985 |
+
ord_saccharomycetales_biochemistry,55
|
| 986 |
+
ord_saccharomycetales_cultivation_notes,0
|
| 987 |
+
ord_saccharomycetales_pathogenicity,0
|
| 988 |
+
ord_saccharomycetales_edibility,55
|
| 989 |
+
ord_saccharomycetales_medicinal_uses,55
|
| 990 |
+
ord_saccharomycetales_taxonomic_revisions,55
|
| 991 |
+
ord_saccharomycetales_conservation_status,55
|
| 992 |
+
ord_saccharomycetales_diagnostic_keys,55
|
| 993 |
+
ord_saccharomycetales_type_species_register,55
|
| 994 |
+
ord_saccharomycetales_distribution_grids,55
|
| 995 |
+
ord_saccharomycetales_microclimate_studies,55
|
| 996 |
+
ord_saccharomycetales_dna_barcoding_status,1
|
| 997 |
+
ord_saccharomycetales_spore_print_data,55
|
| 998 |
+
ord_saccharomycetales_mating_systems,55
|
| 999 |
+
ord_saccharomycetales_nutrient_uptake_studies,55
|
| 1000 |
+
ord_saccharomycetales_range_maps,55
|
| 1001 |
+
ord_saccharomycetales_abundance_estimates,55
|
| 1002 |
+
ord_saccharomycetales_toxin_profiles,55
|
| 1003 |
+
ord_saccharomycetales_enzyme_activity_assays,55
|
| 1004 |
+
ord_saccharomycetales_biocontrol_evaluations,55
|
| 1005 |
+
ord_saccharomycetales_regional_checklists,55
|
| 1006 |
+
ord_schizosaccharomycetales_morphology,55
|
| 1007 |
+
ord_schizosaccharomycetales_ecology,55
|
| 1008 |
+
ord_schizosaccharomycetales_phenology,55
|
| 1009 |
+
ord_schizosaccharomycetales_host_associations,55
|
| 1010 |
+
ord_schizosaccharomycetales_substrate_preferences,55
|
| 1011 |
+
ord_schizosaccharomycetales_geographic_distribution,55
|
| 1012 |
+
ord_schizosaccharomycetales_phylogeny,55
|
| 1013 |
+
ord_schizosaccharomycetales_genomics,55
|
| 1014 |
+
ord_schizosaccharomycetales_biochemistry,55
|
| 1015 |
+
ord_schizosaccharomycetales_cultivation_notes,0
|
| 1016 |
+
ord_schizosaccharomycetales_pathogenicity,0
|
| 1017 |
+
ord_schizosaccharomycetales_edibility,55
|
| 1018 |
+
ord_schizosaccharomycetales_medicinal_uses,55
|
| 1019 |
+
ord_schizosaccharomycetales_taxonomic_revisions,55
|
| 1020 |
+
ord_schizosaccharomycetales_conservation_status,55
|
| 1021 |
+
ord_schizosaccharomycetales_diagnostic_keys,55
|
| 1022 |
+
ord_schizosaccharomycetales_type_species_register,55
|
| 1023 |
+
ord_schizosaccharomycetales_distribution_grids,55
|
| 1024 |
+
ord_schizosaccharomycetales_microclimate_studies,55
|
| 1025 |
+
ord_schizosaccharomycetales_dna_barcoding_status,1
|
| 1026 |
+
ord_schizosaccharomycetales_spore_print_data,55
|
| 1027 |
+
ord_schizosaccharomycetales_mating_systems,55
|
| 1028 |
+
ord_schizosaccharomycetales_nutrient_uptake_studies,55
|
| 1029 |
+
ord_schizosaccharomycetales_range_maps,55
|
| 1030 |
+
ord_schizosaccharomycetales_abundance_estimates,55
|
| 1031 |
+
ord_schizosaccharomycetales_toxin_profiles,55
|
| 1032 |
+
ord_schizosaccharomycetales_enzyme_activity_assays,55
|
| 1033 |
+
ord_schizosaccharomycetales_biocontrol_evaluations,55
|
| 1034 |
+
ord_schizosaccharomycetales_regional_checklists,55
|
| 1035 |
+
ord_taphrinales_morphology,55
|
| 1036 |
+
ord_taphrinales_ecology,55
|
| 1037 |
+
ord_taphrinales_phenology,55
|
| 1038 |
+
ord_taphrinales_host_associations,55
|
| 1039 |
+
ord_taphrinales_substrate_preferences,55
|
| 1040 |
+
ord_taphrinales_geographic_distribution,55
|
| 1041 |
+
ord_taphrinales_phylogeny,55
|
| 1042 |
+
ord_taphrinales_genomics,55
|
| 1043 |
+
ord_taphrinales_biochemistry,55
|
| 1044 |
+
ord_taphrinales_cultivation_notes,0
|
| 1045 |
+
ord_taphrinales_pathogenicity,0
|
| 1046 |
+
ord_taphrinales_edibility,55
|
| 1047 |
+
ord_taphrinales_medicinal_uses,55
|
| 1048 |
+
ord_taphrinales_taxonomic_revisions,55
|
| 1049 |
+
ord_taphrinales_conservation_status,55
|
| 1050 |
+
ord_taphrinales_diagnostic_keys,55
|
| 1051 |
+
ord_taphrinales_type_species_register,55
|
| 1052 |
+
ord_taphrinales_distribution_grids,55
|
| 1053 |
+
ord_taphrinales_microclimate_studies,55
|
| 1054 |
+
ord_taphrinales_dna_barcoding_status,0
|
| 1055 |
+
ord_taphrinales_spore_print_data,55
|
| 1056 |
+
ord_taphrinales_mating_systems,55
|
| 1057 |
+
ord_taphrinales_nutrient_uptake_studies,55
|
| 1058 |
+
ord_taphrinales_range_maps,55
|
| 1059 |
+
ord_taphrinales_abundance_estimates,55
|
| 1060 |
+
ord_taphrinales_toxin_profiles,55
|
| 1061 |
+
ord_taphrinales_enzyme_activity_assays,55
|
| 1062 |
+
ord_taphrinales_biocontrol_evaluations,55
|
| 1063 |
+
ord_taphrinales_regional_checklists,55
|
| 1064 |
+
ord_pezizales_morphology,55
|
| 1065 |
+
ord_pezizales_ecology,55
|
| 1066 |
+
ord_pezizales_phenology,55
|
| 1067 |
+
ord_pezizales_host_associations,55
|
| 1068 |
+
ord_pezizales_substrate_preferences,55
|
| 1069 |
+
ord_pezizales_geographic_distribution,55
|
| 1070 |
+
ord_pezizales_phylogeny,55
|
| 1071 |
+
ord_pezizales_genomics,55
|
| 1072 |
+
ord_pezizales_biochemistry,55
|
| 1073 |
+
ord_pezizales_cultivation_notes,0
|
| 1074 |
+
ord_pezizales_pathogenicity,1
|
| 1075 |
+
ord_pezizales_edibility,55
|
| 1076 |
+
ord_pezizales_medicinal_uses,55
|
| 1077 |
+
ord_pezizales_taxonomic_revisions,55
|
| 1078 |
+
ord_pezizales_conservation_status,55
|
| 1079 |
+
ord_pezizales_diagnostic_keys,55
|
| 1080 |
+
ord_pezizales_type_species_register,55
|
| 1081 |
+
ord_pezizales_distribution_grids,55
|
| 1082 |
+
ord_pezizales_microclimate_studies,55
|
| 1083 |
+
ord_pezizales_dna_barcoding_status,1
|
| 1084 |
+
ord_pezizales_spore_print_data,55
|
| 1085 |
+
ord_pezizales_mating_systems,55
|
| 1086 |
+
ord_pezizales_nutrient_uptake_studies,55
|
| 1087 |
+
ord_pezizales_range_maps,55
|
| 1088 |
+
ord_pezizales_abundance_estimates,55
|
| 1089 |
+
ord_pezizales_toxin_profiles,55
|
| 1090 |
+
ord_pezizales_enzyme_activity_assays,55
|
| 1091 |
+
ord_pezizales_biocontrol_evaluations,55
|
| 1092 |
+
ord_pezizales_regional_checklists,55
|
| 1093 |
+
ord_helotiales_morphology,55
|
| 1094 |
+
ord_helotiales_ecology,55
|
| 1095 |
+
ord_helotiales_phenology,55
|
| 1096 |
+
ord_helotiales_host_associations,55
|
| 1097 |
+
ord_helotiales_substrate_preferences,55
|
| 1098 |
+
ord_helotiales_geographic_distribution,55
|
| 1099 |
+
ord_helotiales_phylogeny,55
|
| 1100 |
+
ord_helotiales_genomics,55
|
| 1101 |
+
ord_helotiales_biochemistry,55
|
| 1102 |
+
ord_helotiales_cultivation_notes,0
|
| 1103 |
+
ord_helotiales_pathogenicity,2
|
| 1104 |
+
ord_helotiales_edibility,55
|
| 1105 |
+
ord_helotiales_medicinal_uses,55
|
| 1106 |
+
ord_helotiales_taxonomic_revisions,55
|
| 1107 |
+
ord_helotiales_conservation_status,55
|
| 1108 |
+
ord_helotiales_diagnostic_keys,55
|
| 1109 |
+
ord_helotiales_type_species_register,55
|
| 1110 |
+
ord_helotiales_distribution_grids,55
|
| 1111 |
+
ord_helotiales_microclimate_studies,55
|
| 1112 |
+
ord_helotiales_dna_barcoding_status,0
|
| 1113 |
+
ord_helotiales_spore_print_data,55
|
| 1114 |
+
ord_helotiales_mating_systems,55
|
| 1115 |
+
ord_helotiales_nutrient_uptake_studies,55
|
| 1116 |
+
ord_helotiales_range_maps,55
|
| 1117 |
+
ord_helotiales_abundance_estimates,55
|
| 1118 |
+
ord_helotiales_toxin_profiles,55
|
| 1119 |
+
ord_helotiales_enzyme_activity_assays,55
|
| 1120 |
+
ord_helotiales_biocontrol_evaluations,55
|
| 1121 |
+
ord_helotiales_regional_checklists,55
|
| 1122 |
+
ord_rhytismatales_morphology,55
|
| 1123 |
+
ord_rhytismatales_ecology,55
|
| 1124 |
+
ord_rhytismatales_phenology,55
|
| 1125 |
+
ord_rhytismatales_host_associations,55
|
| 1126 |
+
ord_rhytismatales_substrate_preferences,55
|
| 1127 |
+
ord_rhytismatales_geographic_distribution,55
|
| 1128 |
+
ord_rhytismatales_phylogeny,55
|
| 1129 |
+
ord_rhytismatales_genomics,55
|
| 1130 |
+
ord_rhytismatales_biochemistry,55
|
| 1131 |
+
ord_rhytismatales_cultivation_notes,0
|
| 1132 |
+
ord_rhytismatales_pathogenicity,2
|
| 1133 |
+
ord_rhytismatales_edibility,55
|
| 1134 |
+
ord_rhytismatales_medicinal_uses,55
|
| 1135 |
+
ord_rhytismatales_taxonomic_revisions,55
|
| 1136 |
+
ord_rhytismatales_conservation_status,55
|
| 1137 |
+
ord_rhytismatales_diagnostic_keys,55
|
| 1138 |
+
ord_rhytismatales_type_species_register,55
|
| 1139 |
+
ord_rhytismatales_distribution_grids,55
|
| 1140 |
+
ord_rhytismatales_microclimate_studies,55
|
| 1141 |
+
ord_rhytismatales_dna_barcoding_status,0
|
| 1142 |
+
ord_rhytismatales_spore_print_data,55
|
| 1143 |
+
ord_rhytismatales_mating_systems,55
|
| 1144 |
+
ord_rhytismatales_nutrient_uptake_studies,55
|
| 1145 |
+
ord_rhytismatales_range_maps,55
|
| 1146 |
+
ord_rhytismatales_abundance_estimates,55
|
| 1147 |
+
ord_rhytismatales_toxin_profiles,55
|
| 1148 |
+
ord_rhytismatales_enzyme_activity_assays,55
|
| 1149 |
+
ord_rhytismatales_biocontrol_evaluations,55
|
| 1150 |
+
ord_rhytismatales_regional_checklists,55
|
| 1151 |
+
ord_erysiphales_morphology,55
|
| 1152 |
+
ord_erysiphales_ecology,55
|
| 1153 |
+
ord_erysiphales_phenology,55
|
| 1154 |
+
ord_erysiphales_host_associations,55
|
| 1155 |
+
ord_erysiphales_substrate_preferences,55
|
| 1156 |
+
ord_erysiphales_geographic_distribution,55
|
| 1157 |
+
ord_erysiphales_phylogeny,55
|
| 1158 |
+
ord_erysiphales_genomics,55
|
| 1159 |
+
ord_erysiphales_biochemistry,55
|
| 1160 |
+
ord_erysiphales_cultivation_notes,0
|
| 1161 |
+
ord_erysiphales_pathogenicity,0
|
| 1162 |
+
ord_erysiphales_edibility,55
|
| 1163 |
+
ord_erysiphales_medicinal_uses,55
|
| 1164 |
+
ord_erysiphales_taxonomic_revisions,55
|
| 1165 |
+
ord_erysiphales_conservation_status,55
|
| 1166 |
+
ord_erysiphales_diagnostic_keys,55
|
| 1167 |
+
ord_erysiphales_type_species_register,55
|
| 1168 |
+
ord_erysiphales_distribution_grids,55
|
| 1169 |
+
ord_erysiphales_microclimate_studies,55
|
| 1170 |
+
ord_erysiphales_dna_barcoding_status,0
|
| 1171 |
+
ord_erysiphales_spore_print_data,55
|
| 1172 |
+
ord_erysiphales_mating_systems,55
|
| 1173 |
+
ord_erysiphales_nutrient_uptake_studies,55
|
| 1174 |
+
ord_erysiphales_range_maps,55
|
| 1175 |
+
ord_erysiphales_abundance_estimates,55
|
| 1176 |
+
ord_erysiphales_toxin_profiles,55
|
| 1177 |
+
ord_erysiphales_enzyme_activity_assays,55
|
| 1178 |
+
ord_erysiphales_biocontrol_evaluations,55
|
| 1179 |
+
ord_erysiphales_regional_checklists,55
|
| 1180 |
+
ord_hypocreales_morphology,55
|
| 1181 |
+
ord_hypocreales_ecology,55
|
| 1182 |
+
ord_hypocreales_phenology,55
|
| 1183 |
+
ord_hypocreales_host_associations,55
|
| 1184 |
+
ord_hypocreales_substrate_preferences,55
|
| 1185 |
+
ord_hypocreales_geographic_distribution,55
|
| 1186 |
+
ord_hypocreales_phylogeny,55
|
| 1187 |
+
ord_hypocreales_genomics,55
|
| 1188 |
+
ord_hypocreales_biochemistry,55
|
| 1189 |
+
ord_hypocreales_cultivation_notes,0
|
| 1190 |
+
ord_hypocreales_pathogenicity,0
|
| 1191 |
+
ord_hypocreales_edibility,55
|
| 1192 |
+
ord_hypocreales_medicinal_uses,55
|
| 1193 |
+
ord_hypocreales_taxonomic_revisions,55
|
| 1194 |
+
ord_hypocreales_conservation_status,55
|
| 1195 |
+
ord_hypocreales_diagnostic_keys,55
|
| 1196 |
+
ord_hypocreales_type_species_register,55
|
| 1197 |
+
ord_hypocreales_distribution_grids,55
|
| 1198 |
+
ord_hypocreales_microclimate_studies,55
|
| 1199 |
+
ord_hypocreales_dna_barcoding_status,0
|
| 1200 |
+
ord_hypocreales_spore_print_data,55
|
| 1201 |
+
ord_hypocreales_mating_systems,55
|
| 1202 |
+
ord_hypocreales_nutrient_uptake_studies,55
|
| 1203 |
+
ord_hypocreales_range_maps,55
|
| 1204 |
+
ord_hypocreales_abundance_estimates,55
|
| 1205 |
+
ord_hypocreales_toxin_profiles,55
|
| 1206 |
+
ord_hypocreales_enzyme_activity_assays,55
|
| 1207 |
+
ord_hypocreales_biocontrol_evaluations,55
|
| 1208 |
+
ord_hypocreales_regional_checklists,55
|
| 1209 |
+
ord_xylariales_morphology,55
|
| 1210 |
+
ord_xylariales_ecology,55
|
| 1211 |
+
ord_xylariales_phenology,55
|
| 1212 |
+
ord_xylariales_host_associations,55
|
| 1213 |
+
ord_xylariales_substrate_preferences,55
|
| 1214 |
+
ord_xylariales_geographic_distribution,55
|
| 1215 |
+
ord_xylariales_phylogeny,55
|
| 1216 |
+
ord_xylariales_genomics,55
|
| 1217 |
+
ord_xylariales_biochemistry,55
|
| 1218 |
+
ord_xylariales_cultivation_notes,0
|
| 1219 |
+
ord_xylariales_pathogenicity,0
|
| 1220 |
+
ord_xylariales_edibility,55
|
| 1221 |
+
ord_xylariales_medicinal_uses,55
|
| 1222 |
+
ord_xylariales_taxonomic_revisions,55
|
| 1223 |
+
ord_xylariales_conservation_status,55
|
| 1224 |
+
ord_xylariales_diagnostic_keys,55
|
| 1225 |
+
ord_xylariales_type_species_register,55
|
| 1226 |
+
ord_xylariales_distribution_grids,55
|
| 1227 |
+
ord_xylariales_microclimate_studies,55
|
| 1228 |
+
ord_xylariales_dna_barcoding_status,0
|
| 1229 |
+
ord_xylariales_spore_print_data,55
|
| 1230 |
+
ord_xylariales_mating_systems,55
|
| 1231 |
+
ord_xylariales_nutrient_uptake_studies,55
|
| 1232 |
+
ord_xylariales_range_maps,55
|
| 1233 |
+
ord_xylariales_abundance_estimates,55
|
| 1234 |
+
ord_xylariales_toxin_profiles,55
|
| 1235 |
+
ord_xylariales_enzyme_activity_assays,55
|
| 1236 |
+
ord_xylariales_biocontrol_evaluations,55
|
| 1237 |
+
ord_xylariales_regional_checklists,55
|
| 1238 |
+
ord_sordariales_morphology,55
|
| 1239 |
+
ord_sordariales_ecology,55
|
| 1240 |
+
ord_sordariales_phenology,55
|
| 1241 |
+
ord_sordariales_host_associations,55
|
| 1242 |
+
ord_sordariales_substrate_preferences,55
|
| 1243 |
+
ord_sordariales_geographic_distribution,55
|
| 1244 |
+
ord_sordariales_phylogeny,55
|
| 1245 |
+
ord_sordariales_genomics,55
|
| 1246 |
+
ord_sordariales_biochemistry,55
|
| 1247 |
+
ord_sordariales_cultivation_notes,1
|
| 1248 |
+
ord_sordariales_pathogenicity,0
|
| 1249 |
+
ord_sordariales_edibility,55
|
| 1250 |
+
ord_sordariales_medicinal_uses,55
|
| 1251 |
+
ord_sordariales_taxonomic_revisions,55
|
| 1252 |
+
ord_sordariales_conservation_status,55
|
| 1253 |
+
ord_sordariales_diagnostic_keys,55
|
| 1254 |
+
ord_sordariales_type_species_register,55
|
| 1255 |
+
ord_sordariales_distribution_grids,55
|
| 1256 |
+
ord_sordariales_microclimate_studies,55
|
| 1257 |
+
ord_sordariales_dna_barcoding_status,0
|
| 1258 |
+
ord_sordariales_spore_print_data,55
|
| 1259 |
+
ord_sordariales_mating_systems,55
|
| 1260 |
+
ord_sordariales_nutrient_uptake_studies,55
|
| 1261 |
+
ord_sordariales_range_maps,55
|
| 1262 |
+
ord_sordariales_abundance_estimates,55
|
| 1263 |
+
ord_sordariales_toxin_profiles,55
|
| 1264 |
+
ord_sordariales_enzyme_activity_assays,55
|
| 1265 |
+
ord_sordariales_biocontrol_evaluations,55
|
| 1266 |
+
ord_sordariales_regional_checklists,55
|
| 1267 |
+
ord_diaporthales_morphology,55
|
| 1268 |
+
ord_diaporthales_ecology,55
|
| 1269 |
+
ord_diaporthales_phenology,55
|
| 1270 |
+
ord_diaporthales_host_associations,55
|
| 1271 |
+
ord_diaporthales_substrate_preferences,55
|
| 1272 |
+
ord_diaporthales_geographic_distribution,55
|
| 1273 |
+
ord_diaporthales_phylogeny,55
|
| 1274 |
+
ord_diaporthales_genomics,55
|
| 1275 |
+
ord_diaporthales_biochemistry,55
|
| 1276 |
+
ord_diaporthales_cultivation_notes,0
|
| 1277 |
+
ord_diaporthales_pathogenicity,0
|
| 1278 |
+
ord_diaporthales_edibility,55
|
| 1279 |
+
ord_diaporthales_medicinal_uses,55
|
| 1280 |
+
ord_diaporthales_taxonomic_revisions,55
|
| 1281 |
+
ord_diaporthales_conservation_status,55
|
| 1282 |
+
ord_diaporthales_diagnostic_keys,55
|
| 1283 |
+
ord_diaporthales_type_species_register,55
|
| 1284 |
+
ord_diaporthales_distribution_grids,55
|
| 1285 |
+
ord_diaporthales_microclimate_studies,55
|
| 1286 |
+
ord_diaporthales_dna_barcoding_status,1
|
| 1287 |
+
ord_diaporthales_spore_print_data,55
|
| 1288 |
+
ord_diaporthales_mating_systems,55
|
| 1289 |
+
ord_diaporthales_nutrient_uptake_studies,55
|
| 1290 |
+
ord_diaporthales_range_maps,55
|
| 1291 |
+
ord_diaporthales_abundance_estimates,55
|
| 1292 |
+
ord_diaporthales_toxin_profiles,55
|
| 1293 |
+
ord_diaporthales_enzyme_activity_assays,55
|
| 1294 |
+
ord_diaporthales_biocontrol_evaluations,55
|
| 1295 |
+
ord_diaporthales_regional_checklists,55
|
| 1296 |
+
ord_magnaporthales_morphology,55
|
| 1297 |
+
ord_magnaporthales_ecology,55
|
| 1298 |
+
ord_magnaporthales_phenology,55
|
| 1299 |
+
ord_magnaporthales_host_associations,55
|
| 1300 |
+
ord_magnaporthales_substrate_preferences,55
|
| 1301 |
+
ord_magnaporthales_geographic_distribution,55
|
| 1302 |
+
ord_magnaporthales_phylogeny,55
|
| 1303 |
+
ord_magnaporthales_genomics,55
|
| 1304 |
+
ord_magnaporthales_biochemistry,55
|
| 1305 |
+
ord_magnaporthales_cultivation_notes,1
|
| 1306 |
+
ord_magnaporthales_pathogenicity,1
|
| 1307 |
+
ord_magnaporthales_edibility,55
|
| 1308 |
+
ord_magnaporthales_medicinal_uses,55
|
| 1309 |
+
ord_magnaporthales_taxonomic_revisions,55
|
| 1310 |
+
ord_magnaporthales_conservation_status,55
|
| 1311 |
+
ord_magnaporthales_diagnostic_keys,55
|
| 1312 |
+
ord_magnaporthales_type_species_register,55
|
| 1313 |
+
ord_magnaporthales_distribution_grids,55
|
| 1314 |
+
ord_magnaporthales_microclimate_studies,55
|
| 1315 |
+
ord_magnaporthales_dna_barcoding_status,0
|
| 1316 |
+
ord_magnaporthales_spore_print_data,55
|
| 1317 |
+
ord_magnaporthales_mating_systems,55
|
| 1318 |
+
ord_magnaporthales_nutrient_uptake_studies,55
|
| 1319 |
+
ord_magnaporthales_range_maps,55
|
| 1320 |
+
ord_magnaporthales_abundance_estimates,55
|
| 1321 |
+
ord_magnaporthales_toxin_profiles,55
|
| 1322 |
+
ord_magnaporthales_enzyme_activity_assays,55
|
| 1323 |
+
ord_magnaporthales_biocontrol_evaluations,55
|
| 1324 |
+
ord_magnaporthales_regional_checklists,55
|
| 1325 |
+
ord_ophiostomatales_morphology,55
|
| 1326 |
+
ord_ophiostomatales_ecology,55
|
| 1327 |
+
ord_ophiostomatales_phenology,55
|
| 1328 |
+
ord_ophiostomatales_host_associations,55
|
| 1329 |
+
ord_ophiostomatales_substrate_preferences,55
|
| 1330 |
+
ord_ophiostomatales_geographic_distribution,55
|
| 1331 |
+
ord_ophiostomatales_phylogeny,55
|
| 1332 |
+
ord_ophiostomatales_genomics,55
|
| 1333 |
+
ord_ophiostomatales_biochemistry,55
|
| 1334 |
+
ord_ophiostomatales_cultivation_notes,0
|
| 1335 |
+
ord_ophiostomatales_pathogenicity,0
|
| 1336 |
+
ord_ophiostomatales_edibility,55
|
| 1337 |
+
ord_ophiostomatales_medicinal_uses,55
|
| 1338 |
+
ord_ophiostomatales_taxonomic_revisions,55
|
| 1339 |
+
ord_ophiostomatales_conservation_status,55
|
| 1340 |
+
ord_ophiostomatales_diagnostic_keys,55
|
| 1341 |
+
ord_ophiostomatales_type_species_register,55
|
| 1342 |
+
ord_ophiostomatales_distribution_grids,55
|
| 1343 |
+
ord_ophiostomatales_microclimate_studies,55
|
| 1344 |
+
ord_ophiostomatales_dna_barcoding_status,1
|
| 1345 |
+
ord_ophiostomatales_spore_print_data,55
|
| 1346 |
+
ord_ophiostomatales_mating_systems,55
|
| 1347 |
+
ord_ophiostomatales_nutrient_uptake_studies,55
|
| 1348 |
+
ord_ophiostomatales_range_maps,55
|
| 1349 |
+
ord_ophiostomatales_abundance_estimates,55
|
| 1350 |
+
ord_ophiostomatales_toxin_profiles,55
|
| 1351 |
+
ord_ophiostomatales_enzyme_activity_assays,55
|
| 1352 |
+
ord_ophiostomatales_biocontrol_evaluations,55
|
| 1353 |
+
ord_ophiostomatales_regional_checklists,55
|
| 1354 |
+
ord_lecanorales_morphology,55
|
| 1355 |
+
ord_lecanorales_ecology,55
|
| 1356 |
+
ord_lecanorales_phenology,55
|
| 1357 |
+
ord_lecanorales_host_associations,55
|
| 1358 |
+
ord_lecanorales_substrate_preferences,55
|
| 1359 |
+
ord_lecanorales_geographic_distribution,55
|
| 1360 |
+
ord_lecanorales_phylogeny,55
|
| 1361 |
+
ord_lecanorales_genomics,55
|
| 1362 |
+
ord_lecanorales_biochemistry,55
|
| 1363 |
+
ord_lecanorales_cultivation_notes,0
|
| 1364 |
+
ord_lecanorales_pathogenicity,1
|
| 1365 |
+
ord_lecanorales_edibility,55
|
| 1366 |
+
ord_lecanorales_medicinal_uses,55
|
| 1367 |
+
ord_lecanorales_taxonomic_revisions,55
|
| 1368 |
+
ord_lecanorales_conservation_status,55
|
| 1369 |
+
ord_lecanorales_diagnostic_keys,55
|
| 1370 |
+
ord_lecanorales_type_species_register,55
|
| 1371 |
+
ord_lecanorales_distribution_grids,55
|
| 1372 |
+
ord_lecanorales_microclimate_studies,55
|
| 1373 |
+
ord_lecanorales_dna_barcoding_status,0
|
| 1374 |
+
ord_lecanorales_spore_print_data,55
|
| 1375 |
+
ord_lecanorales_mating_systems,55
|
| 1376 |
+
ord_lecanorales_nutrient_uptake_studies,55
|
| 1377 |
+
ord_lecanorales_range_maps,55
|
| 1378 |
+
ord_lecanorales_abundance_estimates,55
|
| 1379 |
+
ord_lecanorales_toxin_profiles,55
|
| 1380 |
+
ord_lecanorales_enzyme_activity_assays,55
|
| 1381 |
+
ord_lecanorales_biocontrol_evaluations,55
|
| 1382 |
+
ord_lecanorales_regional_checklists,55
|
| 1383 |
+
ord_teloschistales_morphology,55
|
| 1384 |
+
ord_teloschistales_ecology,55
|
| 1385 |
+
ord_teloschistales_phenology,55
|
| 1386 |
+
ord_teloschistales_host_associations,55
|
| 1387 |
+
ord_teloschistales_substrate_preferences,55
|
| 1388 |
+
ord_teloschistales_geographic_distribution,55
|
| 1389 |
+
ord_teloschistales_phylogeny,55
|
| 1390 |
+
ord_teloschistales_genomics,55
|
| 1391 |
+
ord_teloschistales_biochemistry,55
|
| 1392 |
+
ord_teloschistales_cultivation_notes,0
|
| 1393 |
+
ord_teloschistales_pathogenicity,0
|
| 1394 |
+
ord_teloschistales_edibility,55
|
| 1395 |
+
ord_teloschistales_medicinal_uses,55
|
| 1396 |
+
ord_teloschistales_taxonomic_revisions,55
|
| 1397 |
+
ord_teloschistales_conservation_status,55
|
| 1398 |
+
ord_teloschistales_diagnostic_keys,55
|
| 1399 |
+
ord_teloschistales_type_species_register,55
|
| 1400 |
+
ord_teloschistales_distribution_grids,55
|
| 1401 |
+
ord_teloschistales_microclimate_studies,55
|
| 1402 |
+
ord_teloschistales_dna_barcoding_status,1
|
| 1403 |
+
ord_teloschistales_spore_print_data,55
|
| 1404 |
+
ord_teloschistales_mating_systems,55
|
| 1405 |
+
ord_teloschistales_nutrient_uptake_studies,55
|
| 1406 |
+
ord_teloschistales_range_maps,55
|
| 1407 |
+
ord_teloschistales_abundance_estimates,55
|
| 1408 |
+
ord_teloschistales_toxin_profiles,55
|
| 1409 |
+
ord_teloschistales_enzyme_activity_assays,55
|
| 1410 |
+
ord_teloschistales_biocontrol_evaluations,55
|
| 1411 |
+
ord_teloschistales_regional_checklists,55
|
| 1412 |
+
ord_ostropales_morphology,55
|
| 1413 |
+
ord_ostropales_ecology,55
|
| 1414 |
+
ord_ostropales_phenology,55
|
| 1415 |
+
ord_ostropales_host_associations,55
|
| 1416 |
+
ord_ostropales_substrate_preferences,55
|
| 1417 |
+
ord_ostropales_geographic_distribution,55
|
| 1418 |
+
ord_ostropales_phylogeny,55
|
| 1419 |
+
ord_ostropales_genomics,55
|
| 1420 |
+
ord_ostropales_biochemistry,55
|
| 1421 |
+
ord_ostropales_cultivation_notes,0
|
| 1422 |
+
ord_ostropales_pathogenicity,0
|
| 1423 |
+
ord_ostropales_edibility,55
|
| 1424 |
+
ord_ostropales_medicinal_uses,55
|
| 1425 |
+
ord_ostropales_taxonomic_revisions,55
|
| 1426 |
+
ord_ostropales_conservation_status,55
|
| 1427 |
+
ord_ostropales_diagnostic_keys,55
|
| 1428 |
+
ord_ostropales_type_species_register,55
|
| 1429 |
+
ord_ostropales_distribution_grids,55
|
| 1430 |
+
ord_ostropales_microclimate_studies,55
|
| 1431 |
+
ord_ostropales_dna_barcoding_status,0
|
| 1432 |
+
ord_ostropales_spore_print_data,55
|
| 1433 |
+
ord_ostropales_mating_systems,55
|
| 1434 |
+
ord_ostropales_nutrient_uptake_studies,55
|
| 1435 |
+
ord_ostropales_range_maps,55
|
| 1436 |
+
ord_ostropales_abundance_estimates,55
|
| 1437 |
+
ord_ostropales_toxin_profiles,55
|
| 1438 |
+
ord_ostropales_enzyme_activity_assays,55
|
| 1439 |
+
ord_ostropales_biocontrol_evaluations,55
|
| 1440 |
+
ord_ostropales_regional_checklists,55
|
| 1441 |
+
ord_verrucariales_morphology,55
|
| 1442 |
+
ord_verrucariales_ecology,55
|
| 1443 |
+
ord_verrucariales_phenology,55
|
| 1444 |
+
ord_verrucariales_host_associations,55
|
| 1445 |
+
ord_verrucariales_substrate_preferences,55
|
| 1446 |
+
ord_verrucariales_geographic_distribution,55
|
| 1447 |
+
ord_verrucariales_phylogeny,55
|
| 1448 |
+
ord_verrucariales_genomics,55
|
| 1449 |
+
ord_verrucariales_biochemistry,55
|
| 1450 |
+
ord_verrucariales_cultivation_notes,0
|
| 1451 |
+
ord_verrucariales_pathogenicity,0
|
| 1452 |
+
ord_verrucariales_edibility,55
|
| 1453 |
+
ord_verrucariales_medicinal_uses,55
|
| 1454 |
+
ord_verrucariales_taxonomic_revisions,55
|
| 1455 |
+
ord_verrucariales_conservation_status,55
|
| 1456 |
+
ord_verrucariales_diagnostic_keys,55
|
| 1457 |
+
ord_verrucariales_type_species_register,55
|
| 1458 |
+
ord_verrucariales_distribution_grids,55
|
| 1459 |
+
ord_verrucariales_microclimate_studies,55
|
| 1460 |
+
ord_verrucariales_dna_barcoding_status,0
|
| 1461 |
+
ord_verrucariales_spore_print_data,55
|
| 1462 |
+
ord_verrucariales_mating_systems,55
|
| 1463 |
+
ord_verrucariales_nutrient_uptake_studies,55
|
| 1464 |
+
ord_verrucariales_range_maps,55
|
| 1465 |
+
ord_verrucariales_abundance_estimates,55
|
| 1466 |
+
ord_verrucariales_toxin_profiles,55
|
| 1467 |
+
ord_verrucariales_enzyme_activity_assays,55
|
| 1468 |
+
ord_verrucariales_biocontrol_evaluations,55
|
| 1469 |
+
ord_verrucariales_regional_checklists,55
|
| 1470 |
+
ord_lichinales_morphology,55
|
| 1471 |
+
ord_lichinales_ecology,55
|
| 1472 |
+
ord_lichinales_phenology,55
|
| 1473 |
+
ord_lichinales_host_associations,55
|
| 1474 |
+
ord_lichinales_substrate_preferences,55
|
| 1475 |
+
ord_lichinales_geographic_distribution,55
|
| 1476 |
+
ord_lichinales_phylogeny,55
|
| 1477 |
+
ord_lichinales_genomics,55
|
| 1478 |
+
ord_lichinales_biochemistry,55
|
| 1479 |
+
ord_lichinales_cultivation_notes,0
|
| 1480 |
+
ord_lichinales_pathogenicity,1
|
| 1481 |
+
ord_lichinales_edibility,55
|
| 1482 |
+
ord_lichinales_medicinal_uses,55
|
| 1483 |
+
ord_lichinales_taxonomic_revisions,55
|
| 1484 |
+
ord_lichinales_conservation_status,55
|
| 1485 |
+
ord_lichinales_diagnostic_keys,55
|
| 1486 |
+
ord_lichinales_type_species_register,55
|
| 1487 |
+
ord_lichinales_distribution_grids,55
|
| 1488 |
+
ord_lichinales_microclimate_studies,55
|
| 1489 |
+
ord_lichinales_dna_barcoding_status,0
|
| 1490 |
+
ord_lichinales_spore_print_data,55
|
| 1491 |
+
ord_lichinales_mating_systems,55
|
| 1492 |
+
ord_lichinales_nutrient_uptake_studies,55
|
| 1493 |
+
ord_lichinales_range_maps,55
|
| 1494 |
+
ord_lichinales_abundance_estimates,55
|
| 1495 |
+
ord_lichinales_toxin_profiles,55
|
| 1496 |
+
ord_lichinales_enzyme_activity_assays,55
|
| 1497 |
+
ord_lichinales_biocontrol_evaluations,55
|
| 1498 |
+
ord_lichinales_regional_checklists,55
|
| 1499 |
+
ord_umbilicariales_morphology,55
|
| 1500 |
+
ord_umbilicariales_ecology,55
|
| 1501 |
+
ord_umbilicariales_phenology,55
|
| 1502 |
+
ord_umbilicariales_host_associations,55
|
| 1503 |
+
ord_umbilicariales_substrate_preferences,55
|
| 1504 |
+
ord_umbilicariales_geographic_distribution,55
|
| 1505 |
+
ord_umbilicariales_phylogeny,55
|
| 1506 |
+
ord_umbilicariales_genomics,55
|
| 1507 |
+
ord_umbilicariales_biochemistry,55
|
| 1508 |
+
ord_umbilicariales_cultivation_notes,0
|
| 1509 |
+
ord_umbilicariales_pathogenicity,0
|
| 1510 |
+
ord_umbilicariales_edibility,55
|
| 1511 |
+
ord_umbilicariales_medicinal_uses,55
|
| 1512 |
+
ord_umbilicariales_taxonomic_revisions,55
|
| 1513 |
+
ord_umbilicariales_conservation_status,55
|
| 1514 |
+
ord_umbilicariales_diagnostic_keys,55
|
| 1515 |
+
ord_umbilicariales_type_species_register,55
|
| 1516 |
+
ord_umbilicariales_distribution_grids,55
|
| 1517 |
+
ord_umbilicariales_microclimate_studies,55
|
| 1518 |
+
ord_umbilicariales_dna_barcoding_status,0
|
| 1519 |
+
ord_umbilicariales_spore_print_data,55
|
| 1520 |
+
ord_umbilicariales_mating_systems,55
|
| 1521 |
+
ord_umbilicariales_nutrient_uptake_studies,55
|
| 1522 |
+
ord_umbilicariales_range_maps,55
|
| 1523 |
+
ord_umbilicariales_abundance_estimates,55
|
| 1524 |
+
ord_umbilicariales_toxin_profiles,55
|
| 1525 |
+
ord_umbilicariales_enzyme_activity_assays,55
|
| 1526 |
+
ord_umbilicariales_biocontrol_evaluations,55
|
| 1527 |
+
ord_umbilicariales_regional_checklists,55
|
| 1528 |
+
ord_candelariales_morphology,55
|
| 1529 |
+
ord_candelariales_ecology,55
|
| 1530 |
+
ord_candelariales_phenology,55
|
| 1531 |
+
ord_candelariales_host_associations,55
|
| 1532 |
+
ord_candelariales_substrate_preferences,55
|
| 1533 |
+
ord_candelariales_geographic_distribution,55
|
| 1534 |
+
ord_candelariales_phylogeny,55
|
| 1535 |
+
ord_candelariales_genomics,55
|
| 1536 |
+
ord_candelariales_biochemistry,55
|
| 1537 |
+
ord_candelariales_cultivation_notes,1
|
| 1538 |
+
ord_candelariales_pathogenicity,1
|
| 1539 |
+
ord_candelariales_edibility,55
|
| 1540 |
+
ord_candelariales_medicinal_uses,55
|
| 1541 |
+
ord_candelariales_taxonomic_revisions,55
|
| 1542 |
+
ord_candelariales_conservation_status,55
|
| 1543 |
+
ord_candelariales_diagnostic_keys,55
|
| 1544 |
+
ord_candelariales_type_species_register,55
|
| 1545 |
+
ord_candelariales_distribution_grids,55
|
| 1546 |
+
ord_candelariales_microclimate_studies,55
|
| 1547 |
+
ord_candelariales_dna_barcoding_status,0
|
| 1548 |
+
ord_candelariales_spore_print_data,55
|
| 1549 |
+
ord_candelariales_mating_systems,55
|
| 1550 |
+
ord_candelariales_nutrient_uptake_studies,55
|
| 1551 |
+
ord_candelariales_range_maps,55
|
| 1552 |
+
ord_candelariales_abundance_estimates,55
|
| 1553 |
+
ord_candelariales_toxin_profiles,55
|
| 1554 |
+
ord_candelariales_enzyme_activity_assays,55
|
| 1555 |
+
ord_candelariales_biocontrol_evaluations,55
|
| 1556 |
+
ord_candelariales_regional_checklists,55
|
| 1557 |
+
ord_pertusariales_morphology,55
|
| 1558 |
+
ord_pertusariales_ecology,55
|
| 1559 |
+
ord_pertusariales_phenology,55
|
| 1560 |
+
ord_pertusariales_host_associations,55
|
| 1561 |
+
ord_pertusariales_substrate_preferences,55
|
| 1562 |
+
ord_pertusariales_geographic_distribution,55
|
| 1563 |
+
ord_pertusariales_phylogeny,55
|
| 1564 |
+
ord_pertusariales_genomics,55
|
| 1565 |
+
ord_pertusariales_biochemistry,55
|
| 1566 |
+
ord_pertusariales_cultivation_notes,2
|
| 1567 |
+
ord_pertusariales_pathogenicity,0
|
| 1568 |
+
ord_pertusariales_edibility,55
|
| 1569 |
+
ord_pertusariales_medicinal_uses,55
|
| 1570 |
+
ord_pertusariales_taxonomic_revisions,55
|
| 1571 |
+
ord_pertusariales_conservation_status,55
|
| 1572 |
+
ord_pertusariales_diagnostic_keys,55
|
| 1573 |
+
ord_pertusariales_type_species_register,55
|
| 1574 |
+
ord_pertusariales_distribution_grids,55
|
| 1575 |
+
ord_pertusariales_microclimate_studies,55
|
| 1576 |
+
ord_pertusariales_dna_barcoding_status,0
|
| 1577 |
+
ord_pertusariales_spore_print_data,55
|
| 1578 |
+
ord_pertusariales_mating_systems,55
|
| 1579 |
+
ord_pertusariales_nutrient_uptake_studies,55
|
| 1580 |
+
ord_pertusariales_range_maps,55
|
| 1581 |
+
ord_pertusariales_abundance_estimates,55
|
| 1582 |
+
ord_pertusariales_toxin_profiles,55
|
| 1583 |
+
ord_pertusariales_enzyme_activity_assays,55
|
| 1584 |
+
ord_pertusariales_biocontrol_evaluations,55
|
| 1585 |
+
ord_pertusariales_regional_checklists,55
|
| 1586 |
+
ord_mycocaliciales_morphology,55
|
| 1587 |
+
ord_mycocaliciales_ecology,55
|
| 1588 |
+
ord_mycocaliciales_phenology,55
|
| 1589 |
+
ord_mycocaliciales_host_associations,55
|
| 1590 |
+
ord_mycocaliciales_substrate_preferences,55
|
| 1591 |
+
ord_mycocaliciales_geographic_distribution,55
|
| 1592 |
+
ord_mycocaliciales_phylogeny,55
|
| 1593 |
+
ord_mycocaliciales_genomics,55
|
| 1594 |
+
ord_mycocaliciales_biochemistry,55
|
| 1595 |
+
ord_mycocaliciales_cultivation_notes,0
|
| 1596 |
+
ord_mycocaliciales_pathogenicity,0
|
| 1597 |
+
ord_mycocaliciales_edibility,55
|
| 1598 |
+
ord_mycocaliciales_medicinal_uses,55
|
| 1599 |
+
ord_mycocaliciales_taxonomic_revisions,55
|
| 1600 |
+
ord_mycocaliciales_conservation_status,55
|
| 1601 |
+
ord_mycocaliciales_diagnostic_keys,55
|
| 1602 |
+
ord_mycocaliciales_type_species_register,55
|
| 1603 |
+
ord_mycocaliciales_distribution_grids,55
|
| 1604 |
+
ord_mycocaliciales_microclimate_studies,55
|
| 1605 |
+
ord_mycocaliciales_dna_barcoding_status,0
|
| 1606 |
+
ord_mycocaliciales_spore_print_data,55
|
| 1607 |
+
ord_mycocaliciales_mating_systems,55
|
| 1608 |
+
ord_mycocaliciales_nutrient_uptake_studies,55
|
| 1609 |
+
ord_mycocaliciales_range_maps,55
|
| 1610 |
+
ord_mycocaliciales_abundance_estimates,55
|
| 1611 |
+
ord_mycocaliciales_toxin_profiles,55
|
| 1612 |
+
ord_mycocaliciales_enzyme_activity_assays,55
|
| 1613 |
+
ord_mycocaliciales_biocontrol_evaluations,55
|
| 1614 |
+
ord_mycocaliciales_regional_checklists,55
|
| 1615 |
+
ord_graphidales_morphology,55
|
| 1616 |
+
ord_graphidales_ecology,55
|
| 1617 |
+
ord_graphidales_phenology,55
|
| 1618 |
+
ord_graphidales_host_associations,55
|
| 1619 |
+
ord_graphidales_substrate_preferences,55
|
| 1620 |
+
ord_graphidales_geographic_distribution,55
|
| 1621 |
+
ord_graphidales_phylogeny,55
|
| 1622 |
+
ord_graphidales_genomics,55
|
| 1623 |
+
ord_graphidales_biochemistry,55
|
| 1624 |
+
ord_graphidales_cultivation_notes,1
|
| 1625 |
+
ord_graphidales_pathogenicity,0
|
| 1626 |
+
ord_graphidales_edibility,55
|
| 1627 |
+
ord_graphidales_medicinal_uses,55
|
| 1628 |
+
ord_graphidales_taxonomic_revisions,55
|
| 1629 |
+
ord_graphidales_conservation_status,55
|
| 1630 |
+
ord_graphidales_diagnostic_keys,55
|
| 1631 |
+
ord_graphidales_type_species_register,55
|
| 1632 |
+
ord_graphidales_distribution_grids,55
|
| 1633 |
+
ord_graphidales_microclimate_studies,55
|
| 1634 |
+
ord_graphidales_dna_barcoding_status,0
|
| 1635 |
+
ord_graphidales_spore_print_data,55
|
| 1636 |
+
ord_graphidales_mating_systems,55
|
| 1637 |
+
ord_graphidales_nutrient_uptake_studies,55
|
| 1638 |
+
ord_graphidales_range_maps,55
|
| 1639 |
+
ord_graphidales_abundance_estimates,55
|
| 1640 |
+
ord_graphidales_toxin_profiles,55
|
| 1641 |
+
ord_graphidales_enzyme_activity_assays,55
|
| 1642 |
+
ord_graphidales_biocontrol_evaluations,55
|
| 1643 |
+
ord_graphidales_regional_checklists,55
|
| 1644 |
+
ord_mucorales_morphology,55
|
| 1645 |
+
ord_mucorales_ecology,55
|
| 1646 |
+
ord_mucorales_phenology,55
|
| 1647 |
+
ord_mucorales_host_associations,55
|
| 1648 |
+
ord_mucorales_substrate_preferences,55
|
| 1649 |
+
ord_mucorales_geographic_distribution,55
|
| 1650 |
+
ord_mucorales_phylogeny,55
|
| 1651 |
+
ord_mucorales_genomics,55
|
| 1652 |
+
ord_mucorales_biochemistry,55
|
| 1653 |
+
ord_mucorales_cultivation_notes,1
|
| 1654 |
+
ord_mucorales_pathogenicity,0
|
| 1655 |
+
ord_mucorales_edibility,55
|
| 1656 |
+
ord_mucorales_medicinal_uses,55
|
| 1657 |
+
ord_mucorales_taxonomic_revisions,55
|
| 1658 |
+
ord_mucorales_conservation_status,55
|
| 1659 |
+
ord_mucorales_diagnostic_keys,55
|
| 1660 |
+
ord_mucorales_type_species_register,55
|
| 1661 |
+
ord_mucorales_distribution_grids,55
|
| 1662 |
+
ord_mucorales_microclimate_studies,55
|
| 1663 |
+
ord_mucorales_dna_barcoding_status,0
|
| 1664 |
+
ord_mucorales_spore_print_data,55
|
| 1665 |
+
ord_mucorales_mating_systems,55
|
| 1666 |
+
ord_mucorales_nutrient_uptake_studies,55
|
| 1667 |
+
ord_mucorales_range_maps,55
|
| 1668 |
+
ord_mucorales_abundance_estimates,55
|
| 1669 |
+
ord_mucorales_toxin_profiles,55
|
| 1670 |
+
ord_mucorales_enzyme_activity_assays,55
|
| 1671 |
+
ord_mucorales_biocontrol_evaluations,55
|
| 1672 |
+
ord_mucorales_regional_checklists,55
|
| 1673 |
+
ord_endogonales_morphology,55
|
| 1674 |
+
ord_endogonales_ecology,55
|
| 1675 |
+
ord_endogonales_phenology,55
|
| 1676 |
+
ord_endogonales_host_associations,55
|
| 1677 |
+
ord_endogonales_substrate_preferences,55
|
| 1678 |
+
ord_endogonales_geographic_distribution,55
|
| 1679 |
+
ord_endogonales_phylogeny,55
|
| 1680 |
+
ord_endogonales_genomics,55
|
| 1681 |
+
ord_endogonales_biochemistry,55
|
| 1682 |
+
ord_endogonales_cultivation_notes,0
|
| 1683 |
+
ord_endogonales_pathogenicity,0
|
| 1684 |
+
ord_endogonales_edibility,55
|
| 1685 |
+
ord_endogonales_medicinal_uses,55
|
| 1686 |
+
ord_endogonales_taxonomic_revisions,55
|
| 1687 |
+
ord_endogonales_conservation_status,55
|
| 1688 |
+
ord_endogonales_diagnostic_keys,55
|
| 1689 |
+
ord_endogonales_type_species_register,55
|
| 1690 |
+
ord_endogonales_distribution_grids,55
|
| 1691 |
+
ord_endogonales_microclimate_studies,55
|
| 1692 |
+
ord_endogonales_dna_barcoding_status,0
|
| 1693 |
+
ord_endogonales_spore_print_data,55
|
| 1694 |
+
ord_endogonales_mating_systems,55
|
| 1695 |
+
ord_endogonales_nutrient_uptake_studies,55
|
| 1696 |
+
ord_endogonales_range_maps,55
|
| 1697 |
+
ord_endogonales_abundance_estimates,55
|
| 1698 |
+
ord_endogonales_toxin_profiles,55
|
| 1699 |
+
ord_endogonales_enzyme_activity_assays,55
|
| 1700 |
+
ord_endogonales_biocontrol_evaluations,55
|
| 1701 |
+
ord_endogonales_regional_checklists,55
|
| 1702 |
+
ord_kickxellales_morphology,55
|
| 1703 |
+
ord_kickxellales_ecology,55
|
| 1704 |
+
ord_kickxellales_phenology,55
|
| 1705 |
+
ord_kickxellales_host_associations,55
|
| 1706 |
+
ord_kickxellales_substrate_preferences,55
|
| 1707 |
+
ord_kickxellales_geographic_distribution,55
|
| 1708 |
+
ord_kickxellales_phylogeny,55
|
| 1709 |
+
ord_kickxellales_genomics,55
|
| 1710 |
+
ord_kickxellales_biochemistry,55
|
| 1711 |
+
ord_kickxellales_cultivation_notes,0
|
| 1712 |
+
ord_kickxellales_pathogenicity,0
|
| 1713 |
+
ord_kickxellales_edibility,55
|
| 1714 |
+
ord_kickxellales_medicinal_uses,55
|
| 1715 |
+
ord_kickxellales_taxonomic_revisions,55
|
| 1716 |
+
ord_kickxellales_conservation_status,55
|
| 1717 |
+
ord_kickxellales_diagnostic_keys,55
|
| 1718 |
+
ord_kickxellales_type_species_register,55
|
| 1719 |
+
ord_kickxellales_distribution_grids,55
|
| 1720 |
+
ord_kickxellales_microclimate_studies,55
|
| 1721 |
+
ord_kickxellales_dna_barcoding_status,0
|
| 1722 |
+
ord_kickxellales_spore_print_data,55
|
| 1723 |
+
ord_kickxellales_mating_systems,55
|
| 1724 |
+
ord_kickxellales_nutrient_uptake_studies,55
|
| 1725 |
+
ord_kickxellales_range_maps,55
|
| 1726 |
+
ord_kickxellales_abundance_estimates,55
|
| 1727 |
+
ord_kickxellales_toxin_profiles,55
|
| 1728 |
+
ord_kickxellales_enzyme_activity_assays,55
|
| 1729 |
+
ord_kickxellales_biocontrol_evaluations,55
|
| 1730 |
+
ord_kickxellales_regional_checklists,55
|
| 1731 |
+
ord_mortierellales_morphology,55
|
| 1732 |
+
ord_mortierellales_ecology,55
|
| 1733 |
+
ord_mortierellales_phenology,55
|
| 1734 |
+
ord_mortierellales_host_associations,55
|
| 1735 |
+
ord_mortierellales_substrate_preferences,55
|
| 1736 |
+
ord_mortierellales_geographic_distribution,55
|
| 1737 |
+
ord_mortierellales_phylogeny,55
|
| 1738 |
+
ord_mortierellales_genomics,55
|
| 1739 |
+
ord_mortierellales_biochemistry,55
|
| 1740 |
+
ord_mortierellales_cultivation_notes,0
|
| 1741 |
+
ord_mortierellales_pathogenicity,1
|
| 1742 |
+
ord_mortierellales_edibility,55
|
| 1743 |
+
ord_mortierellales_medicinal_uses,55
|
| 1744 |
+
ord_mortierellales_taxonomic_revisions,55
|
| 1745 |
+
ord_mortierellales_conservation_status,55
|
| 1746 |
+
ord_mortierellales_diagnostic_keys,55
|
| 1747 |
+
ord_mortierellales_type_species_register,55
|
| 1748 |
+
ord_mortierellales_distribution_grids,55
|
| 1749 |
+
ord_mortierellales_microclimate_studies,55
|
| 1750 |
+
ord_mortierellales_dna_barcoding_status,0
|
| 1751 |
+
ord_mortierellales_spore_print_data,55
|
| 1752 |
+
ord_mortierellales_mating_systems,55
|
| 1753 |
+
ord_mortierellales_nutrient_uptake_studies,55
|
| 1754 |
+
ord_mortierellales_range_maps,55
|
| 1755 |
+
ord_mortierellales_abundance_estimates,55
|
| 1756 |
+
ord_mortierellales_toxin_profiles,55
|
| 1757 |
+
ord_mortierellales_enzyme_activity_assays,55
|
| 1758 |
+
ord_mortierellales_biocontrol_evaluations,55
|
| 1759 |
+
ord_mortierellales_regional_checklists,55
|
| 1760 |
+
ord_glomerales_morphology,55
|
| 1761 |
+
ord_glomerales_ecology,55
|
| 1762 |
+
ord_glomerales_phenology,55
|
| 1763 |
+
ord_glomerales_host_associations,55
|
| 1764 |
+
ord_glomerales_substrate_preferences,55
|
| 1765 |
+
ord_glomerales_geographic_distribution,55
|
| 1766 |
+
ord_glomerales_phylogeny,55
|
| 1767 |
+
ord_glomerales_genomics,55
|
| 1768 |
+
ord_glomerales_biochemistry,55
|
| 1769 |
+
ord_glomerales_cultivation_notes,0
|
| 1770 |
+
ord_glomerales_pathogenicity,0
|
| 1771 |
+
ord_glomerales_edibility,55
|
| 1772 |
+
ord_glomerales_medicinal_uses,55
|
| 1773 |
+
ord_glomerales_taxonomic_revisions,55
|
| 1774 |
+
ord_glomerales_conservation_status,55
|
| 1775 |
+
ord_glomerales_diagnostic_keys,55
|
| 1776 |
+
ord_glomerales_type_species_register,55
|
| 1777 |
+
ord_glomerales_distribution_grids,55
|
| 1778 |
+
ord_glomerales_microclimate_studies,55
|
| 1779 |
+
ord_glomerales_dna_barcoding_status,0
|
| 1780 |
+
ord_glomerales_spore_print_data,55
|
| 1781 |
+
ord_glomerales_mating_systems,55
|
| 1782 |
+
ord_glomerales_nutrient_uptake_studies,55
|
| 1783 |
+
ord_glomerales_range_maps,55
|
| 1784 |
+
ord_glomerales_abundance_estimates,55
|
| 1785 |
+
ord_glomerales_toxin_profiles,55
|
| 1786 |
+
ord_glomerales_enzyme_activity_assays,55
|
| 1787 |
+
ord_glomerales_biocontrol_evaluations,55
|
| 1788 |
+
ord_glomerales_regional_checklists,55
|
| 1789 |
+
ord_diversisporales_morphology,55
|
| 1790 |
+
ord_diversisporales_ecology,55
|
| 1791 |
+
ord_diversisporales_phenology,55
|
| 1792 |
+
ord_diversisporales_host_associations,55
|
| 1793 |
+
ord_diversisporales_substrate_preferences,55
|
| 1794 |
+
ord_diversisporales_geographic_distribution,55
|
| 1795 |
+
ord_diversisporales_phylogeny,55
|
| 1796 |
+
ord_diversisporales_genomics,55
|
| 1797 |
+
ord_diversisporales_biochemistry,55
|
| 1798 |
+
ord_diversisporales_cultivation_notes,0
|
| 1799 |
+
ord_diversisporales_pathogenicity,0
|
| 1800 |
+
ord_diversisporales_edibility,55
|
| 1801 |
+
ord_diversisporales_medicinal_uses,55
|
| 1802 |
+
ord_diversisporales_taxonomic_revisions,55
|
| 1803 |
+
ord_diversisporales_conservation_status,55
|
| 1804 |
+
ord_diversisporales_diagnostic_keys,55
|
| 1805 |
+
ord_diversisporales_type_species_register,55
|
| 1806 |
+
ord_diversisporales_distribution_grids,55
|
| 1807 |
+
ord_diversisporales_microclimate_studies,55
|
| 1808 |
+
ord_diversisporales_dna_barcoding_status,0
|
| 1809 |
+
ord_diversisporales_spore_print_data,55
|
| 1810 |
+
ord_diversisporales_mating_systems,55
|
| 1811 |
+
ord_diversisporales_nutrient_uptake_studies,55
|
| 1812 |
+
ord_diversisporales_range_maps,55
|
| 1813 |
+
ord_diversisporales_abundance_estimates,55
|
| 1814 |
+
ord_diversisporales_toxin_profiles,55
|
| 1815 |
+
ord_diversisporales_enzyme_activity_assays,55
|
| 1816 |
+
ord_diversisporales_biocontrol_evaluations,55
|
| 1817 |
+
ord_diversisporales_regional_checklists,55
|
| 1818 |
+
ord_blastocladiales_morphology,55
|
| 1819 |
+
ord_blastocladiales_ecology,55
|
| 1820 |
+
ord_blastocladiales_phenology,55
|
| 1821 |
+
ord_blastocladiales_host_associations,55
|
| 1822 |
+
ord_blastocladiales_substrate_preferences,55
|
| 1823 |
+
ord_blastocladiales_geographic_distribution,55
|
| 1824 |
+
ord_blastocladiales_phylogeny,55
|
| 1825 |
+
ord_blastocladiales_genomics,55
|
| 1826 |
+
ord_blastocladiales_biochemistry,55
|
| 1827 |
+
ord_blastocladiales_cultivation_notes,0
|
| 1828 |
+
ord_blastocladiales_pathogenicity,0
|
| 1829 |
+
ord_blastocladiales_edibility,55
|
| 1830 |
+
ord_blastocladiales_medicinal_uses,55
|
| 1831 |
+
ord_blastocladiales_taxonomic_revisions,55
|
| 1832 |
+
ord_blastocladiales_conservation_status,55
|
| 1833 |
+
ord_blastocladiales_diagnostic_keys,55
|
| 1834 |
+
ord_blastocladiales_type_species_register,55
|
| 1835 |
+
ord_blastocladiales_distribution_grids,55
|
| 1836 |
+
ord_blastocladiales_microclimate_studies,55
|
| 1837 |
+
ord_blastocladiales_dna_barcoding_status,0
|
| 1838 |
+
ord_blastocladiales_spore_print_data,55
|
| 1839 |
+
ord_blastocladiales_mating_systems,55
|
| 1840 |
+
ord_blastocladiales_nutrient_uptake_studies,55
|
| 1841 |
+
ord_blastocladiales_range_maps,55
|
| 1842 |
+
ord_blastocladiales_abundance_estimates,55
|
| 1843 |
+
ord_blastocladiales_toxin_profiles,55
|
| 1844 |
+
ord_blastocladiales_enzyme_activity_assays,55
|
| 1845 |
+
ord_blastocladiales_biocontrol_evaluations,55
|
| 1846 |
+
ord_blastocladiales_regional_checklists,55
|
| 1847 |
+
ord_monoblepharidales_morphology,55
|
| 1848 |
+
ord_monoblepharidales_ecology,55
|
| 1849 |
+
ord_monoblepharidales_phenology,55
|
| 1850 |
+
ord_monoblepharidales_host_associations,55
|
| 1851 |
+
ord_monoblepharidales_substrate_preferences,55
|
| 1852 |
+
ord_monoblepharidales_geographic_distribution,55
|
| 1853 |
+
ord_monoblepharidales_phylogeny,55
|
| 1854 |
+
ord_monoblepharidales_genomics,55
|
| 1855 |
+
ord_monoblepharidales_biochemistry,55
|
| 1856 |
+
ord_monoblepharidales_cultivation_notes,1
|
| 1857 |
+
ord_monoblepharidales_pathogenicity,1
|
| 1858 |
+
ord_monoblepharidales_edibility,55
|
| 1859 |
+
ord_monoblepharidales_medicinal_uses,55
|
| 1860 |
+
ord_monoblepharidales_taxonomic_revisions,55
|
| 1861 |
+
ord_monoblepharidales_conservation_status,55
|
| 1862 |
+
ord_monoblepharidales_diagnostic_keys,55
|
| 1863 |
+
ord_monoblepharidales_type_species_register,55
|
| 1864 |
+
ord_monoblepharidales_distribution_grids,55
|
| 1865 |
+
ord_monoblepharidales_microclimate_studies,55
|
| 1866 |
+
ord_monoblepharidales_dna_barcoding_status,0
|
| 1867 |
+
ord_monoblepharidales_spore_print_data,55
|
| 1868 |
+
ord_monoblepharidales_mating_systems,55
|
| 1869 |
+
ord_monoblepharidales_nutrient_uptake_studies,55
|
| 1870 |
+
ord_monoblepharidales_range_maps,55
|
| 1871 |
+
ord_monoblepharidales_abundance_estimates,55
|
| 1872 |
+
ord_monoblepharidales_toxin_profiles,55
|
| 1873 |
+
ord_monoblepharidales_enzyme_activity_assays,55
|
| 1874 |
+
ord_monoblepharidales_biocontrol_evaluations,55
|
| 1875 |
+
ord_monoblepharidales_regional_checklists,55
|
| 1876 |
+
ord_rhizophydiales_morphology,55
|
| 1877 |
+
ord_rhizophydiales_ecology,55
|
| 1878 |
+
ord_rhizophydiales_phenology,55
|
| 1879 |
+
ord_rhizophydiales_host_associations,55
|
| 1880 |
+
ord_rhizophydiales_substrate_preferences,55
|
| 1881 |
+
ord_rhizophydiales_geographic_distribution,55
|
| 1882 |
+
ord_rhizophydiales_phylogeny,55
|
| 1883 |
+
ord_rhizophydiales_genomics,55
|
| 1884 |
+
ord_rhizophydiales_biochemistry,55
|
| 1885 |
+
ord_rhizophydiales_cultivation_notes,0
|
| 1886 |
+
ord_rhizophydiales_pathogenicity,0
|
| 1887 |
+
ord_rhizophydiales_edibility,55
|
| 1888 |
+
ord_rhizophydiales_medicinal_uses,55
|
| 1889 |
+
ord_rhizophydiales_taxonomic_revisions,55
|
| 1890 |
+
ord_rhizophydiales_conservation_status,55
|
| 1891 |
+
ord_rhizophydiales_diagnostic_keys,55
|
| 1892 |
+
ord_rhizophydiales_type_species_register,55
|
| 1893 |
+
ord_rhizophydiales_distribution_grids,55
|
| 1894 |
+
ord_rhizophydiales_microclimate_studies,55
|
| 1895 |
+
ord_rhizophydiales_dna_barcoding_status,0
|
| 1896 |
+
ord_rhizophydiales_spore_print_data,55
|
| 1897 |
+
ord_rhizophydiales_mating_systems,55
|
| 1898 |
+
ord_rhizophydiales_nutrient_uptake_studies,55
|
| 1899 |
+
ord_rhizophydiales_range_maps,55
|
| 1900 |
+
ord_rhizophydiales_abundance_estimates,55
|
| 1901 |
+
ord_rhizophydiales_toxin_profiles,55
|
| 1902 |
+
ord_rhizophydiales_enzyme_activity_assays,55
|
| 1903 |
+
ord_rhizophydiales_biocontrol_evaluations,55
|
| 1904 |
+
ord_rhizophydiales_regional_checklists,55
|
| 1905 |
+
ord_spizellomycetales_morphology,55
|
| 1906 |
+
ord_spizellomycetales_ecology,55
|
| 1907 |
+
ord_spizellomycetales_phenology,55
|
| 1908 |
+
ord_spizellomycetales_host_associations,55
|
| 1909 |
+
ord_spizellomycetales_substrate_preferences,55
|
| 1910 |
+
ord_spizellomycetales_geographic_distribution,55
|
| 1911 |
+
ord_spizellomycetales_phylogeny,55
|
| 1912 |
+
ord_spizellomycetales_genomics,55
|
| 1913 |
+
ord_spizellomycetales_biochemistry,55
|
| 1914 |
+
ord_spizellomycetales_cultivation_notes,0
|
| 1915 |
+
ord_spizellomycetales_pathogenicity,1
|
| 1916 |
+
ord_spizellomycetales_edibility,55
|
| 1917 |
+
ord_spizellomycetales_medicinal_uses,55
|
| 1918 |
+
ord_spizellomycetales_taxonomic_revisions,55
|
| 1919 |
+
ord_spizellomycetales_conservation_status,55
|
| 1920 |
+
ord_spizellomycetales_diagnostic_keys,55
|
| 1921 |
+
ord_spizellomycetales_type_species_register,55
|
| 1922 |
+
ord_spizellomycetales_distribution_grids,55
|
| 1923 |
+
ord_spizellomycetales_microclimate_studies,55
|
| 1924 |
+
ord_spizellomycetales_dna_barcoding_status,2
|
| 1925 |
+
ord_spizellomycetales_spore_print_data,55
|
| 1926 |
+
ord_spizellomycetales_mating_systems,55
|
| 1927 |
+
ord_spizellomycetales_nutrient_uptake_studies,55
|
| 1928 |
+
ord_spizellomycetales_range_maps,55
|
| 1929 |
+
ord_spizellomycetales_abundance_estimates,55
|
| 1930 |
+
ord_spizellomycetales_toxin_profiles,55
|
| 1931 |
+
ord_spizellomycetales_enzyme_activity_assays,55
|
| 1932 |
+
ord_spizellomycetales_biocontrol_evaluations,55
|
| 1933 |
+
ord_spizellomycetales_regional_checklists,55
|
| 1934 |
+
ord_neocallimastigales_morphology,55
|
| 1935 |
+
ord_neocallimastigales_ecology,55
|
| 1936 |
+
ord_neocallimastigales_phenology,55
|
| 1937 |
+
ord_neocallimastigales_host_associations,55
|
| 1938 |
+
ord_neocallimastigales_substrate_preferences,55
|
| 1939 |
+
ord_neocallimastigales_geographic_distribution,55
|
| 1940 |
+
ord_neocallimastigales_phylogeny,55
|
| 1941 |
+
ord_neocallimastigales_genomics,55
|
| 1942 |
+
ord_neocallimastigales_biochemistry,55
|
| 1943 |
+
ord_neocallimastigales_cultivation_notes,0
|
| 1944 |
+
ord_neocallimastigales_pathogenicity,1
|
| 1945 |
+
ord_neocallimastigales_edibility,55
|
| 1946 |
+
ord_neocallimastigales_medicinal_uses,55
|
| 1947 |
+
ord_neocallimastigales_taxonomic_revisions,55
|
| 1948 |
+
ord_neocallimastigales_conservation_status,55
|
| 1949 |
+
ord_neocallimastigales_diagnostic_keys,55
|
| 1950 |
+
ord_neocallimastigales_type_species_register,55
|
| 1951 |
+
ord_neocallimastigales_distribution_grids,55
|
| 1952 |
+
ord_neocallimastigales_microclimate_studies,55
|
| 1953 |
+
ord_neocallimastigales_dna_barcoding_status,0
|
| 1954 |
+
ord_neocallimastigales_spore_print_data,55
|
| 1955 |
+
ord_neocallimastigales_mating_systems,55
|
| 1956 |
+
ord_neocallimastigales_nutrient_uptake_studies,55
|
| 1957 |
+
ord_neocallimastigales_range_maps,55
|
| 1958 |
+
ord_neocallimastigales_abundance_estimates,55
|
| 1959 |
+
ord_neocallimastigales_toxin_profiles,55
|
| 1960 |
+
ord_neocallimastigales_enzyme_activity_assays,55
|
| 1961 |
+
ord_neocallimastigales_biocontrol_evaluations,55
|
| 1962 |
+
ord_neocallimastigales_regional_checklists,55
|
| 1963 |
+
ord_microsporidiales_morphology,55
|
| 1964 |
+
ord_microsporidiales_ecology,55
|
| 1965 |
+
ord_microsporidiales_phenology,55
|
| 1966 |
+
ord_microsporidiales_host_associations,55
|
| 1967 |
+
ord_microsporidiales_substrate_preferences,55
|
| 1968 |
+
ord_microsporidiales_geographic_distribution,55
|
| 1969 |
+
ord_microsporidiales_phylogeny,55
|
| 1970 |
+
ord_microsporidiales_genomics,55
|
| 1971 |
+
ord_microsporidiales_biochemistry,55
|
| 1972 |
+
ord_microsporidiales_cultivation_notes,0
|
| 1973 |
+
ord_microsporidiales_pathogenicity,0
|
| 1974 |
+
ord_microsporidiales_edibility,55
|
| 1975 |
+
ord_microsporidiales_medicinal_uses,55
|
| 1976 |
+
ord_microsporidiales_taxonomic_revisions,55
|
| 1977 |
+
ord_microsporidiales_conservation_status,55
|
| 1978 |
+
ord_microsporidiales_diagnostic_keys,55
|
| 1979 |
+
ord_microsporidiales_type_species_register,55
|
| 1980 |
+
ord_microsporidiales_distribution_grids,55
|
| 1981 |
+
ord_microsporidiales_microclimate_studies,55
|
| 1982 |
+
ord_microsporidiales_dna_barcoding_status,0
|
| 1983 |
+
ord_microsporidiales_spore_print_data,55
|
| 1984 |
+
ord_microsporidiales_mating_systems,55
|
| 1985 |
+
ord_microsporidiales_nutrient_uptake_studies,55
|
| 1986 |
+
ord_microsporidiales_range_maps,55
|
| 1987 |
+
ord_microsporidiales_abundance_estimates,55
|
| 1988 |
+
ord_microsporidiales_toxin_profiles,55
|
| 1989 |
+
ord_microsporidiales_enzyme_activity_assays,55
|
| 1990 |
+
ord_microsporidiales_biocontrol_evaluations,55
|
| 1991 |
+
ord_microsporidiales_regional_checklists,55
|
| 1992 |
+
tax_species_audit,0
|
| 1993 |
+
tax_genera_audit,0
|
| 1994 |
+
tax_families_audit,0
|
| 1995 |
+
tax_orders_audit,0
|
| 1996 |
+
tax_classes_audit,0
|
| 1997 |
+
tax_phyla_audit,0
|
| 1998 |
+
tax_subspecies_audit,0
|
| 1999 |
+
tax_varieties_audit,0
|
| 2000 |
+
tax_forms_audit,0
|
| 2001 |
+
spc_specimens_audit,0
|
| 2002 |
+
spc_collection_events_audit,0
|
| 2003 |
+
spc_loans_audit,0
|
| 2004 |
+
gen_sequences_audit,0
|
| 2005 |
+
gen_assemblies_audit,0
|
| 2006 |
+
gen_dna_extracts_audit,0
|
| 2007 |
+
phy_trees_audit,0
|
| 2008 |
+
bio_compounds_audit,0
|
| 2009 |
+
bio_species_compound_occurrences_audit,0
|
| 2010 |
+
cul_strains_audit,0
|
| 2011 |
+
pat_disease_associations_audit,0
|
| 2012 |
+
pat_clinical_isolates_audit,0
|
| 2013 |
+
eco_phenology_observations_audit,0
|
| 2014 |
+
eco_iucn_assessments_audit,0
|
| 2015 |
+
lic_lichens_audit,0
|
| 2016 |
+
img_images_audit,0
|
| 2017 |
+
field_expeditions_audit,0
|
mycobase_questions.csv
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Question,SQL
|
| 2 |
+
"Which species in our database contain amatoxins, and at what
|
| 3 |
+
> concentrations?","SELECT s.scientific_name, c.preferred_name, o.concentration_mg_per_g
|
| 4 |
+
FROM bio_species_compound_occurrences o
|
| 5 |
+
JOIN tax_species s ON s.id = o.species_id
|
| 6 |
+
JOIN bio_compounds c ON c.id = o.compound_id
|
| 7 |
+
JOIN bio_toxin_amatoxins t ON t.compound_id = c.id
|
| 8 |
+
ORDER BY s.scientific_name, c.preferred_name;"
|
| 9 |
+
"Show me ITS sequences with their species and the herbarium voucher
|
| 10 |
+
> they came from.","SELECT s.scientific_name,
|
| 11 |
+
h.ih_code || ' ' || sp.catalog_number AS voucher,
|
| 12 |
+
seq.length_bp, seq.gc_content_pct
|
| 13 |
+
FROM gen_sequences seq
|
| 14 |
+
JOIN spc_specimens sp ON sp.id = seq.specimen_id
|
| 15 |
+
JOIN people_herbaria h ON h.id = sp.herbarium_id
|
| 16 |
+
JOIN tax_species s ON s.id = sp.identified_species_id
|
| 17 |
+
WHERE seq.locus = 'its';"
|
| 18 |
+
"Which Agaricales species are classified as deadly, and what is the
|
| 19 |
+
> mean amatoxin concentration reported for each?","SELECT s.scientific_name, e.edibility_class,
|
| 20 |
+
AVG(o.concentration_mg_per_g) AS mean_amatoxin
|
| 21 |
+
FROM ord_agaricales_edibility e
|
| 22 |
+
JOIN tax_species s ON s.id = e.species_id
|
| 23 |
+
LEFT JOIN bio_species_compound_occurrences o ON o.species_id = s.id
|
| 24 |
+
LEFT JOIN bio_toxin_amatoxins t ON t.compound_id = o.compound_id
|
| 25 |
+
WHERE e.edibility_class = 'deadly'
|
| 26 |
+
GROUP BY s.scientific_name, e.edibility_class;"
|
mycobase_sqlite_schema.sql
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
mycobase_sqlite_seed_data.sql
ADDED
|
@@ -0,0 +1,359 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
-- ===================================================================
|
| 2 |
+
-- MycoBase seed data
|
| 3 |
+
-- Synthetic but realistic rows for stress-testing text-to-SQL.
|
| 4 |
+
-- ===================================================================
|
| 5 |
+
BEGIN TRANSACTION;
|
| 6 |
+
|
| 7 |
+
-- sys_users
|
| 8 |
+
INSERT INTO sys_users (id, uuid, username, email, display_name, is_active, is_curator) VALUES
|
| 9 |
+
(1, '11111111-1111-1111-1111-111111111111', 'egc', 'egc@bot.example.org', 'Elsie G. Curtis', 1, 1),
|
| 10 |
+
(2, '22222222-2222-2222-2222-222222222222', 'rkato', 'rkato@myco.example.jp', 'Ryo Kato', 1, 1),
|
| 11 |
+
(3, '33333333-3333-3333-3333-333333333333', 'mlind', 'm.lindberg@gen.example.se', 'Märta Lindberg', 1, 0),
|
| 12 |
+
(4, '44444444-4444-4444-4444-444444444444', 'asankar', 'a.sankaranarayanan@iisc.example.in', 'Anjali Sankaranarayanan', 1, 1);
|
| 13 |
+
|
| 14 |
+
|
| 15 |
+
|
| 16 |
+
-- geo_continents
|
| 17 |
+
INSERT INTO geo_continents (id, code, label, display_order, is_active) VALUES
|
| 18 |
+
(1, 'EU', 'Europe', 1, 1),
|
| 19 |
+
(2, 'NA', 'North America', 2, 1),
|
| 20 |
+
(3, 'SA', 'South America', 3, 1),
|
| 21 |
+
(4, 'AS', 'Asia', 4, 1),
|
| 22 |
+
(5, 'AF', 'Africa', 5, 1),
|
| 23 |
+
(6, 'OC', 'Oceania', 6, 1),
|
| 24 |
+
(7, 'AN', 'Antarctica', 7, 1);
|
| 25 |
+
|
| 26 |
+
|
| 27 |
+
|
| 28 |
+
-- geo_countries
|
| 29 |
+
INSERT INTO geo_countries (id, iso_alpha2, iso_alpha3, iso_numeric, name, continent_id) VALUES
|
| 30 |
+
(1, 'PL', 'POL', 616, 'Poland', 1),
|
| 31 |
+
(2, 'US', 'USA', 840, 'United States', 2),
|
| 32 |
+
(3, 'JP', 'JPN', 392, 'Japan', 4),
|
| 33 |
+
(4, 'BR', 'BRA', 76, 'Brazil', 3),
|
| 34 |
+
(5, 'SE', 'SWE', 752, 'Sweden', 1),
|
| 35 |
+
(6, 'IN', 'IND', 356, 'India', 4),
|
| 36 |
+
(7, 'DE', 'DEU', 276, 'Germany', 1),
|
| 37 |
+
(8, 'GB', 'GBR', 826, 'United Kingdom', 1),
|
| 38 |
+
(9, 'AU', 'AUS', 36, 'Australia', 6),
|
| 39 |
+
(10, 'CN', 'CHN', 156, 'China', 4);
|
| 40 |
+
|
| 41 |
+
|
| 42 |
+
|
| 43 |
+
-- geo_biomes
|
| 44 |
+
INSERT INTO geo_biomes (id, code, label, display_order, is_active, typical_temperature_c, typical_precipitation_mm) VALUES
|
| 45 |
+
(1, 'TBMF', 'Temperate broadleaf & mixed forest', 1, 1, 10.0, 900),
|
| 46 |
+
(2, 'TCF', 'Temperate coniferous forest', 2, 1, 6.0, 1200),
|
| 47 |
+
(3, 'TRF', 'Tropical & subtropical moist broadleaf forest', 3, 1, 24.0, 2200),
|
| 48 |
+
(4, 'BORF', 'Boreal forest / taiga', 4, 1, -1.0, 500),
|
| 49 |
+
(5, 'MOMG', 'Montane grassland & shrubland', 5, 1, 8.0, 700);
|
| 50 |
+
|
| 51 |
+
|
| 52 |
+
|
| 53 |
+
-- geo_localities
|
| 54 |
+
INSERT INTO geo_localities (id, uuid, name, country_id, decimal_latitude, decimal_longitude, elevation_m) VALUES
|
| 55 |
+
(1, 'aaaa1111-1111-1111-1111-111111111111', 'Białowieża Forest, oak-hornbeam stand BPN-A3', 1, 52.7, 23.87, 165),
|
| 56 |
+
(2, 'aaaa2222-2222-2222-2222-222222222222', 'Mt. Hood National Forest, Oregon, Cascade conifer slope', 2, 45.37, -121.69, 1340),
|
| 57 |
+
(3, 'aaaa3333-3333-3333-3333-333333333333', 'Yakushima island, evergreen broadleaf forest near Shiratani', 3, 30.32, 130.55, 620),
|
| 58 |
+
(4, 'aaaa4444-4444-4444-4444-444444444444', 'Atlantic Forest fragment, Serra do Mar, Cubatão', 4, -23.86, -46.42, 380),
|
| 59 |
+
(5, 'aaaa5555-5555-5555-5555-555555555555', 'Abisko subarctic taiga, birch–pine ecotone', 5, 68.36, 18.78, 410);
|
| 60 |
+
|
| 61 |
+
|
| 62 |
+
|
| 63 |
+
-- people_institutions
|
| 64 |
+
INSERT INTO people_institutions (id, name, acronym, country_id) VALUES
|
| 65 |
+
(1, 'Royal Botanic Gardens, Kew', 'RBG-K', 8),
|
| 66 |
+
(2, 'New York Botanical Garden', 'NYBG', 2),
|
| 67 |
+
(3, 'Naturalis Biodiversity Center', 'NL', 7),
|
| 68 |
+
(4, 'Indian Institute of Science', 'IISc', 6),
|
| 69 |
+
(5, 'Polish Academy of Sciences, Białowieża Geobotanical Station', 'PAS-BIA', 1);
|
| 70 |
+
|
| 71 |
+
|
| 72 |
+
|
| 73 |
+
-- people_herbaria
|
| 74 |
+
INSERT INTO people_herbaria (id, institution_id, ih_code, name, specimen_count_estimate) VALUES
|
| 75 |
+
(1, 1, 'K', 'Kew Mycology Herbarium', 1250000),
|
| 76 |
+
(2, 2, 'NY', 'NYBG William and Lynda Steere Herbarium', 8000000),
|
| 77 |
+
(3, 3, 'L', 'Naturalis Cryptogamic Herbarium', 2000000);
|
| 78 |
+
|
| 79 |
+
|
| 80 |
+
|
| 81 |
+
-- people_persons
|
| 82 |
+
INSERT INTO people_persons (id, uuid, family_name, given_names, standard_form, is_collector, is_taxonomist) VALUES
|
| 83 |
+
(1, 'bbbb1111-1111-1111-1111-111111111111', 'Persoon', 'Christiaan Hendrik', 'Pers.', 0, 1),
|
| 84 |
+
(2, 'bbbb2222-2222-2222-2222-222222222222', 'Fries', 'Elias Magnus', 'Fr.', 0, 1),
|
| 85 |
+
(3, 'bbbb3333-3333-3333-3333-333333333333', 'Kalichman', 'Joshua', 'Kalichman', 1, 1),
|
| 86 |
+
(4, 'bbbb4444-4444-4444-4444-444444444444', 'Ohenoja', 'Esteri', 'Ohenoja', 1, 1),
|
| 87 |
+
(5, 'bbbb5555-5555-5555-5555-555555555555', 'Singer', 'Rolf', 'Singer', 0, 1);
|
| 88 |
+
|
| 89 |
+
|
| 90 |
+
|
| 91 |
+
-- lit_publication_types
|
| 92 |
+
INSERT INTO lit_publication_types (id, code, label, display_order, is_active) VALUES
|
| 93 |
+
(1, 'JART', 'Journal article', 1, 1),
|
| 94 |
+
(2, 'BOOK', 'Book', 2, 1),
|
| 95 |
+
(3, 'MONO', 'Monograph', 3, 1),
|
| 96 |
+
(4, 'THES', 'Thesis', 4, 1);
|
| 97 |
+
|
| 98 |
+
|
| 99 |
+
|
| 100 |
+
-- lit_journals
|
| 101 |
+
INSERT INTO lit_journals (id, title, abbreviation, issn_online, publisher) VALUES
|
| 102 |
+
(1, 'Mycologia', 'Mycologia', '1557-2536', 'Mycological Society of America'),
|
| 103 |
+
(2, 'Persoonia', 'Persoonia', '1878-9080', 'Naturalis'),
|
| 104 |
+
(3, 'Fungal Diversity', 'Fungal Divers.', '1878-9129', 'Springer Nature');
|
| 105 |
+
|
| 106 |
+
|
| 107 |
+
|
| 108 |
+
-- lit_publications
|
| 109 |
+
INSERT INTO lit_publications (id, uuid, publication_type_id, title, year, journal_id, volume, page_start, page_end, doi) VALUES
|
| 110 |
+
(1, 'cccc1111-1111-1111-1111-111111111111', 1, 'Phylogenetic placement of Galerina marginata: a re-evaluation', 2021, 1, '113', '204', '221', '10.1080/00275514.2021.0001'),
|
| 111 |
+
(2, 'cccc2222-2222-2222-2222-222222222222', 1, 'Boletus edulis sensu lato: cryptic diversity in Eurasia', 2019, 2, '43', '1', '32', '10.3767/persoonia.2019.43.01'),
|
| 112 |
+
(3, 'cccc3333-3333-3333-3333-333333333333', 3, 'Monograph of Russula in the Pacific Northwest', 2017, NULL, NULL, NULL, NULL, NULL);
|
| 113 |
+
|
| 114 |
+
|
| 115 |
+
|
| 116 |
+
-- tax_nomenclatural_codes
|
| 117 |
+
INSERT INTO tax_nomenclatural_codes (id, code, label, display_order, is_active) VALUES
|
| 118 |
+
(1, 'ICNAFP', 'International Code of Nomenclature for algae, fungi, and plants', 1, 1);
|
| 119 |
+
|
| 120 |
+
|
| 121 |
+
|
| 122 |
+
-- tax_taxonomic_status
|
| 123 |
+
INSERT INTO tax_taxonomic_status (id, code, label, display_order, is_active) VALUES
|
| 124 |
+
(1, 'ACCEPTED', 'Accepted', 1, 1),
|
| 125 |
+
(2, 'SYNONYM', 'Synonym', 2, 1),
|
| 126 |
+
(3, 'DOUBTFUL', 'Doubtful (nomen dubium)', 3, 1),
|
| 127 |
+
(4, 'MISAPPLIED', 'Misapplied name', 4, 1);
|
| 128 |
+
|
| 129 |
+
|
| 130 |
+
|
| 131 |
+
-- tax_kingdoms
|
| 132 |
+
INSERT INTO tax_kingdoms (id, uuid, scientific_name, authority, year_published, nomenclatural_code_id, status_id) VALUES
|
| 133 |
+
(1, 'dddd0001-0001-0001-0001-000000000001', 'Fungi', 'Bartling', 1830, 1, 1);
|
| 134 |
+
|
| 135 |
+
|
| 136 |
+
|
| 137 |
+
-- tax_phyla
|
| 138 |
+
INSERT INTO tax_phyla (id, uuid, scientific_name, authority, nomenclatural_code_id, status_id, parent_subkingdom_id) VALUES
|
| 139 |
+
(1, 'dddd0002-0001-0001-0001-000000000001', 'Basidiomycota', 'R.T. Moore', 1, 1, NULL),
|
| 140 |
+
(2, 'dddd0002-0001-0001-0001-000000000002', 'Ascomycota', 'Caval.-Sm.', 1, 1, NULL);
|
| 141 |
+
|
| 142 |
+
|
| 143 |
+
|
| 144 |
+
-- tax_classes
|
| 145 |
+
INSERT INTO tax_classes (id, uuid, scientific_name, authority, nomenclatural_code_id, status_id) VALUES
|
| 146 |
+
(1, 'dddd0003-0001-0001-0001-000000000001', 'Agaricomycetes', 'Doweld', 1, 1),
|
| 147 |
+
(2, 'dddd0003-0001-0001-0001-000000000002', 'Sordariomycetes', 'O.E. Erikss. & Winka', 1, 1);
|
| 148 |
+
|
| 149 |
+
|
| 150 |
+
|
| 151 |
+
-- tax_orders
|
| 152 |
+
INSERT INTO tax_orders (id, uuid, scientific_name, authority, nomenclatural_code_id, status_id) VALUES
|
| 153 |
+
(1, 'dddd0004-0001-0001-0001-000000000001', 'Agaricales', 'Underw.', 1, 1),
|
| 154 |
+
(2, 'dddd0004-0001-0001-0001-000000000002', 'Boletales', 'E.-J. Gilbert', 1, 1),
|
| 155 |
+
(3, 'dddd0004-0001-0001-0001-000000000003', 'Russulales', 'Kreisel ex P.M. Kirk, P.F. Cannon & J.C. David', 1, 1),
|
| 156 |
+
(4, 'dddd0004-0001-0001-0001-000000000004', 'Hypocreales', 'Lindau', 1, 1);
|
| 157 |
+
|
| 158 |
+
|
| 159 |
+
|
| 160 |
+
-- tax_families
|
| 161 |
+
INSERT INTO tax_families (id, uuid, scientific_name, authority, nomenclatural_code_id, status_id, is_type_genus) VALUES
|
| 162 |
+
(1, 'dddd0005-0001-0001-0001-000000000001', 'Amanitaceae', 'E.-J. Gilbert', 1, 1, 0),
|
| 163 |
+
(2, 'dddd0005-0001-0001-0001-000000000002', 'Boletaceae', 'Chevall.', 1, 1, 0),
|
| 164 |
+
(3, 'dddd0005-0001-0001-0001-000000000003', 'Russulaceae', 'Lotsy', 1, 1, 0),
|
| 165 |
+
(4, 'dddd0005-0001-0001-0001-000000000004', 'Strophariaceae', 'Singer & A.H. Sm.', 1, 1, 0);
|
| 166 |
+
|
| 167 |
+
|
| 168 |
+
|
| 169 |
+
-- tax_genera
|
| 170 |
+
INSERT INTO tax_genera (id, uuid, scientific_name, authority, nomenclatural_code_id, status_id) VALUES
|
| 171 |
+
(1, 'dddd0006-0001-0001-0001-000000000001', 'Amanita', 'Pers.', 1, 1),
|
| 172 |
+
(2, 'dddd0006-0001-0001-0001-000000000002', 'Boletus', 'L.', 1, 1),
|
| 173 |
+
(3, 'dddd0006-0001-0001-0001-000000000003', 'Russula', 'Pers.', 1, 1),
|
| 174 |
+
(4, 'dddd0006-0001-0001-0001-000000000004', 'Galerina', 'Earle', 1, 1),
|
| 175 |
+
(5, 'dddd0006-0001-0001-0001-000000000005', 'Ophiocordyceps', 'Petch', 1, 1);
|
| 176 |
+
|
| 177 |
+
|
| 178 |
+
|
| 179 |
+
-- tax_species
|
| 180 |
+
INSERT INTO tax_species (id, uuid, scientific_name, authority, year_published, nomenclatural_code_id, status_id, mycobank_number) VALUES
|
| 181 |
+
(1, 'dddd0007-0001-0001-0001-000000000001', 'Amanita phalloides', '(Vaill. ex Fr.) Link', 1833, 1, 1, 121343),
|
| 182 |
+
(2, 'dddd0007-0001-0001-0001-000000000002', 'Boletus edulis', 'Bull.', 1782, 1, 1, 198611),
|
| 183 |
+
(3, 'dddd0007-0001-0001-0001-000000000003', 'Russula emetica', '(Schaeff.) Pers.', 1796, 1, 1, 200020),
|
| 184 |
+
(4, 'dddd0007-0001-0001-0001-000000000004', 'Galerina marginata', '(Batsch) Kühner', 1935, 1, 1, 280003),
|
| 185 |
+
(5, 'dddd0007-0001-0001-0001-000000000005', 'Ophiocordyceps sinensis', '(Berk.) G.H. Sung, J.M. Sung, Hywel-Jones & Spatafora', 2007, 1, 1, 511803),
|
| 186 |
+
(6, 'dddd0007-0001-0001-0001-000000000006', 'Amanita muscaria', '(L.) Lam.', 1783, 1, 1, 100002);
|
| 187 |
+
|
| 188 |
+
|
| 189 |
+
|
| 190 |
+
-- spc_preservation_methods
|
| 191 |
+
INSERT INTO spc_preservation_methods (id, code, label, display_order, is_active) VALUES
|
| 192 |
+
(1, 'DRIED', 'Dried', 1, 1),
|
| 193 |
+
(2, 'ETOH', '70% ethanol', 2, 1),
|
| 194 |
+
(3, 'FROZEN', 'Frozen at -80 C', 3, 1),
|
| 195 |
+
(4, 'SILICA', 'Silica gel', 4, 1);
|
| 196 |
+
|
| 197 |
+
|
| 198 |
+
|
| 199 |
+
-- spc_collection_events
|
| 200 |
+
INSERT INTO spc_collection_events (id, uuid, event_date, locality_id, habitat_summary, temperature_c) VALUES
|
| 201 |
+
(1, 'eeee0001-0001-0001-0001-000000000001', '2022-09-12', 1, 'Mature oak-hornbeam stand, mossy logs', 14.2),
|
| 202 |
+
(2, 'eeee0002-0002-0002-0002-000000000002', '2021-10-04', 2, 'Douglas-fir canopy, deep litter on north slope', 9.5),
|
| 203 |
+
(3, 'eeee0003-0003-0003-0003-000000000003', '2023-08-15', 3, 'Sphagnum moss carpet under Cryptomeria', 19.0);
|
| 204 |
+
|
| 205 |
+
|
| 206 |
+
|
| 207 |
+
-- spc_specimens
|
| 208 |
+
INSERT INTO spc_specimens (id, uuid, catalog_number, herbarium_id, collection_event_id, collector_number, primary_collector_person_id, preservation_method_id, identified_species_id, identified_at_rank, identification_confidence, is_type_specimen, condition_score) VALUES
|
| 209 |
+
(1, 'ffff0001-0001-0001-0001-000000000001', 'K(M)281044', 1, 1, 'EGC-2022-103', 3, 1, 1, 'species', 'expert', 0, 5),
|
| 210 |
+
(2, 'ffff0002-0002-0002-0002-000000000002', 'NY01234567', 2, 2, 'JK-217', 3, 1, 2, 'species', 'expert', 0, 4),
|
| 211 |
+
(3, 'ffff0003-0003-0003-0003-000000000003', 'NY01234589', 2, 2, 'JK-218', 3, 1, 3, 'species', 'verified', 0, 4),
|
| 212 |
+
(4, 'ffff0004-0004-0004-0004-000000000004', 'L0455123', 3, 3, 'RK-2023-08-15-04', 3, 1, 5, 'species', 'expert', 1, 5),
|
| 213 |
+
(5, 'ffff0005-0005-0005-0005-000000000005', 'K(M)281099', 1, 1, 'EGC-2022-104', 3, 1, 4, 'species', 'tentative', 0, 3);
|
| 214 |
+
|
| 215 |
+
|
| 216 |
+
|
| 217 |
+
-- mor_chemical_reagents
|
| 218 |
+
INSERT INTO mor_chemical_reagents (id, code, label, display_order, is_active) VALUES
|
| 219 |
+
(1, 'KOH3', '3% potassium hydroxide', 1, 1),
|
| 220 |
+
(2, 'MELZ', 'Melzer''s reagent', 2, 1),
|
| 221 |
+
(3, 'NH4OH', 'Ammonium hydroxide', 3, 1),
|
| 222 |
+
(4, 'FESO4', 'Iron(II) sulfate', 4, 1);
|
| 223 |
+
|
| 224 |
+
|
| 225 |
+
|
| 226 |
+
-- mor_spore_measurements
|
| 227 |
+
INSERT INTO mor_spore_measurements (id, specimen_id, species_id, length_min_um, length_max_um, length_mean_um, width_min_um, width_max_um, width_mean_um, q_min, q_max, q_mean, sample_size_n, measured_in_reagent_id, excludes_apiculus) VALUES
|
| 228 |
+
(1, 1, 1, 8.5, 11.0, 9.4, 7.0, 9.0, 8.1, 1.05, 1.3, 1.16, 30, 2, 1),
|
| 229 |
+
(2, 2, 2, 13.0, 17.5, 15.2, 4.5, 6.0, 5.3, 2.55, 3.2, 2.87, 50, 1, 1),
|
| 230 |
+
(3, 3, 3, 8.0, 11.0, 9.5, 7.0, 9.5, 8.2, 1.05, 1.25, 1.16, 25, 2, 1),
|
| 231 |
+
(4, 4, 5, 10.0, 14.0, 12.0, 3.0, 4.0, 3.5, 3.0, 4.0, 3.4, 30, 1, 1);
|
| 232 |
+
|
| 233 |
+
|
| 234 |
+
|
| 235 |
+
-- bio_compound_classes
|
| 236 |
+
INSERT INTO bio_compound_classes (id, code, label, display_order, is_active) VALUES
|
| 237 |
+
(1, 'ALK', 'Alkaloid', 1, 1),
|
| 238 |
+
(2, 'PEPT', 'Peptide', 2, 1),
|
| 239 |
+
(3, 'POLY', 'Polyketide', 3, 1),
|
| 240 |
+
(4, 'TERP', 'Terpenoid', 4, 1);
|
| 241 |
+
|
| 242 |
+
|
| 243 |
+
|
| 244 |
+
-- bio_compounds
|
| 245 |
+
INSERT INTO bio_compounds (id, compound_class_id, preferred_name, molecular_formula, monoisotopic_mass_da, cas_number, is_secondary_metabolite) VALUES
|
| 246 |
+
(1, 2, 'alpha-Amanitin', 'C39H54N10O14S', 918.3592, '23109-05-9', 1),
|
| 247 |
+
(2, 2, 'beta-Amanitin', 'C39H53N9O15S', 919.3432, '21150-22-1', 1),
|
| 248 |
+
(3, 2, 'Phalloidin', 'C35H48N8O11S', 788.3163, '17466-45-4', 1),
|
| 249 |
+
(4, 1, 'Muscarine', 'C9H20NO2', 174.1494, '300-54-9', 1),
|
| 250 |
+
(5, 1, 'Ibotenic acid', 'C5H6N2O4', 158.0327, '2552-55-8', 1),
|
| 251 |
+
(6, 1, 'Psilocybin', 'C12H17N2O4P', 284.0926, '520-52-5', 1),
|
| 252 |
+
(7, 4, 'Ergosterol', 'C28H44O', 396.3392, '57-87-4', 0);
|
| 253 |
+
|
| 254 |
+
|
| 255 |
+
|
| 256 |
+
-- bio_species_compound_occurrences
|
| 257 |
+
INSERT INTO bio_species_compound_occurrences (id, species_id, compound_id, specimen_id, concentration_mg_per_g, detection_method, publication_id) VALUES
|
| 258 |
+
(1, 1, 1, 1, 0.45, 'HPLC-MS', 1),
|
| 259 |
+
(2, 1, 2, 1, 0.29, 'HPLC-MS', 1),
|
| 260 |
+
(3, 1, 3, 1, 0.082, 'HPLC-MS', 1),
|
| 261 |
+
(4, 4, 1, 5, 0.041, 'HPLC-MS', 1),
|
| 262 |
+
(5, 6, 5, NULL, 0.6, 'HPLC-UV', NULL),
|
| 263 |
+
(6, 6, 6, NULL, 0.008, 'HPLC-UV', NULL);
|
| 264 |
+
|
| 265 |
+
|
| 266 |
+
|
| 267 |
+
-- bio_toxin_amatoxins
|
| 268 |
+
INSERT INTO bio_toxin_amatoxins (id, compound_id, ld50_mg_per_kg_mouse, primary_target_organ, symptom_onset_hours_min, symptom_onset_hours_max, publication_id) VALUES
|
| 269 |
+
(1, 1, 0.1, 'liver', 6.0, 24.0, 1),
|
| 270 |
+
(2, 2, 0.2, 'liver', 6.0, 24.0, 1);
|
| 271 |
+
|
| 272 |
+
|
| 273 |
+
|
| 274 |
+
-- gen_sequencing_platforms
|
| 275 |
+
INSERT INTO gen_sequencing_platforms (id, code, label, display_order, is_active) VALUES
|
| 276 |
+
(1, 'ILL_NOV', 'Illumina NovaSeq 6000', 1, 1),
|
| 277 |
+
(2, 'PB_SEQ', 'PacBio Sequel IIe', 2, 1),
|
| 278 |
+
(3, 'ONT_PROM', 'Oxford Nanopore PromethION', 3, 1);
|
| 279 |
+
|
| 280 |
+
|
| 281 |
+
|
| 282 |
+
-- gen_sequences
|
| 283 |
+
INSERT INTO gen_sequences (id, uuid, specimen_id, dna_extract_id, library_id, locus, genbank_accession, sequence_md5, length_bp, gc_content_pct, sequence_text) VALUES
|
| 284 |
+
(1, 'abcdef01-aaaa-bbbb-cccc-000000000001', 1, NULL, NULL, 'its', 'MZ000001', '63d713d7ab914cc1cfb701dbcaf17106', 126, 53.17, 'TCCGTAGGTGAACCTGCGGAAGGATCATTAACGAGTTACGCTGTGGAATGCAGCATTTAGCGGACTCAGTGCGGCAATCGTGTGGCCATCGGGCATTTGGGCAGGTCACAACTGAGTGAACAGTAC'),
|
| 285 |
+
(2, 'abcdef02-aaaa-bbbb-cccc-000000000002', 2, NULL, NULL, 'its', 'MZ000002', 'daf2bc54d8c0d3c8211643874c81b9ef', 131, 45.8, 'TCCGTAGGTGAACCTGCGGAAGGATCATTAATGAATTGTTTAGCAGTGGAGAACATGTAGAGCTGACTCAATGTGGCATCCATGCATGGCAATCACAGAGCAGTAACAACTAGGTAGAGCAACAGTGCATG'),
|
| 286 |
+
(3, 'abcdef03-aaaa-bbbb-cccc-000000000003', 3, NULL, NULL, 'its', 'MZ000003', '1591f4316ba25767c7eab43e59ad4c0f', 132, 43.18, 'TCCGTAGGTGAACCTGCGGAAGGATCATTACAGTAGAACAGTTGCAATCATATGTGGCAACATGTAGCAGGAATCAACTAACGTGGCATTGTAGCAACAATGCATGCAGTAACATAGTAACTAATGGGCATG'),
|
| 287 |
+
(4, 'abcdef04-aaaa-bbbb-cccc-000000000004', 5, NULL, NULL, 'its', 'MZ000004', '525588699097fee91c11eb88bdd11d73', 132, 42.42, 'TCCGTAGGTGAACCTGCGGAAGGATCATTAATGAATGGTTTAGCAATGGCATATGTAGCATCACATTGCATGCATAGTAGAGCTAGCATGGCAACATCATGGCAAACAACAACATAGTAGCAACAATGCATG');
|
| 288 |
+
|
| 289 |
+
|
| 290 |
+
|
| 291 |
+
-- eco_iucn_assessments
|
| 292 |
+
INSERT INTO eco_iucn_assessments (id, species_id, assessment_year, category, rationale, publication_id) VALUES
|
| 293 |
+
(1, 1, 2019, 'LC', 'Widespread in Europe and North America.', 1),
|
| 294 |
+
(2, 2, 2019, 'LC', 'Common across the Holarctic.', 2),
|
| 295 |
+
(3, 5, 2020, 'VU', 'Over-collection for traditional medicine; declining populations.', NULL);
|
| 296 |
+
|
| 297 |
+
|
| 298 |
+
|
| 299 |
+
-- eco_phenology_observations
|
| 300 |
+
INSERT INTO eco_phenology_observations (id, species_id, locality_id, observation_year, first_fruit_doy, peak_fruit_doy, last_fruit_doy) VALUES
|
| 301 |
+
(1, 1, 1, 2022, 220, 256, 295),
|
| 302 |
+
(2, 2, 2, 2021, 240, 275, 310),
|
| 303 |
+
(3, 3, 1, 2022, 235, 268, 302),
|
| 304 |
+
(4, 5, 3, 2023, 121, 145, 180);
|
| 305 |
+
|
| 306 |
+
|
| 307 |
+
|
| 308 |
+
-- pat_host_organism_kingdoms
|
| 309 |
+
INSERT INTO pat_host_organism_kingdoms (id, code, label, display_order, is_active) VALUES
|
| 310 |
+
(1, 'PLANT', 'Plant', 1, 1),
|
| 311 |
+
(2, 'AVERT', 'Animal (vertebrate)', 2, 1),
|
| 312 |
+
(3, 'AINV', 'Animal (invertebrate)', 3, 1),
|
| 313 |
+
(4, 'FUNG', 'Fungus', 4, 1);
|
| 314 |
+
|
| 315 |
+
|
| 316 |
+
|
| 317 |
+
-- pat_host_organisms
|
| 318 |
+
INSERT INTO pat_host_organisms (id, host_kingdom_id, host_family, host_genus, host_species, common_name) VALUES
|
| 319 |
+
(1, 3, 'Hepialidae', 'Thitarodes', 'armoricanus', 'ghost moth larva'),
|
| 320 |
+
(2, 1, 'Pinaceae', 'Pinus', 'sylvestris', 'Scots pine');
|
| 321 |
+
|
| 322 |
+
|
| 323 |
+
|
| 324 |
+
-- pat_diseases
|
| 325 |
+
INSERT INTO pat_diseases (id, code, label, display_order, is_active) VALUES
|
| 326 |
+
(1, 'ENTPAR', 'Entomopathogenic infection (fungal)', 1, 1),
|
| 327 |
+
(2, 'ROOT_ROT', 'Conifer root rot', 2, 1);
|
| 328 |
+
|
| 329 |
+
|
| 330 |
+
|
| 331 |
+
-- pat_disease_associations
|
| 332 |
+
INSERT INTO pat_disease_associations (id, species_id, host_id, disease_id, infection_mode, first_reported_year, primary_evidence_publication_id) VALUES
|
| 333 |
+
(1, 5, 1, 1, 'biotrophic', 1843, NULL);
|
| 334 |
+
|
| 335 |
+
|
| 336 |
+
|
| 337 |
+
-- ord_agaricales_edibility
|
| 338 |
+
INSERT INTO ord_agaricales_edibility (id, species_id, edibility_class, preparation_notes, regional_tradition_country_id) VALUES
|
| 339 |
+
(1, 1, 'deadly', 'Contains amatoxins. Onset 6-24h, hepatotoxic; no domestic processing renders safe.', 1),
|
| 340 |
+
(2, 4, 'deadly', 'Contains amatoxins similar to Amanita phalloides; commonly mistaken for edible Galerina.', NULL),
|
| 341 |
+
(3, 6, 'poisonous', 'Contains ibotenic acid / muscimol; psychoactive but toxic; traditionally detoxified in some regions.', 3);
|
| 342 |
+
|
| 343 |
+
|
| 344 |
+
|
| 345 |
+
-- ord_boletales_edibility
|
| 346 |
+
INSERT INTO ord_boletales_edibility (id, species_id, edibility_class, preparation_notes, regional_tradition_country_id) VALUES
|
| 347 |
+
(1, 2, 'choice', 'Highly prized worldwide; commonly sold dried.', 1);
|
| 348 |
+
|
| 349 |
+
|
| 350 |
+
|
| 351 |
+
-- ord_agaricales_dna_barcoding_status
|
| 352 |
+
INSERT INTO ord_agaricales_dna_barcoding_status (id, species_id, its_sequenced, lsu_sequenced, rpb2_sequenced, ef1a_sequenced, genome_assembled, priority_for_sequencing_score) VALUES
|
| 353 |
+
(1, 1, 1, 1, 1, 0, 1, 1),
|
| 354 |
+
(2, 4, 1, 1, 0, 0, 1, 2),
|
| 355 |
+
(3, 6, 1, 1, 1, 1, 1, 1);
|
| 356 |
+
|
| 357 |
+
|
| 358 |
+
|
| 359 |
+
COMMIT;
|
tables.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
train.json
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[
|
| 2 |
+
{
|
| 3 |
+
"question": "Which species in our database contain amatoxins, and at what\n> concentrations?",
|
| 4 |
+
"query": "SELECT s.scientific_name, c.preferred_name, o.concentration_mg_per_g\nFROM bio_species_compound_occurrences o\nJOIN tax_species s ON s.id = o.species_id\nJOIN bio_compounds c ON c.id = o.compound_id\nJOIN bio_toxin_amatoxins t ON t.compound_id = c.id\nORDER BY s.scientific_name, c.preferred_name;",
|
| 5 |
+
"db_id": "mycobase",
|
| 6 |
+
"evidence": ""
|
| 7 |
+
},
|
| 8 |
+
{
|
| 9 |
+
"question": "Show me ITS sequences with their species and the herbarium voucher\n> they came from.",
|
| 10 |
+
"query": "SELECT s.scientific_name,\n h.ih_code || ' ' || sp.catalog_number AS voucher,\n seq.length_bp, seq.gc_content_pct\nFROM gen_sequences seq\nJOIN spc_specimens sp ON sp.id = seq.specimen_id\nJOIN people_herbaria h ON h.id = sp.herbarium_id\nJOIN tax_species s ON s.id = sp.identified_species_id\nWHERE seq.locus = 'its';",
|
| 11 |
+
"db_id": "mycobase",
|
| 12 |
+
"evidence": ""
|
| 13 |
+
},
|
| 14 |
+
{
|
| 15 |
+
"question": "Which Agaricales species are classified as deadly, and what is the\n> mean amatoxin concentration reported for each?",
|
| 16 |
+
"query": "SELECT s.scientific_name, e.edibility_class,\n AVG(o.concentration_mg_per_g) AS mean_amatoxin\nFROM ord_agaricales_edibility e\nJOIN tax_species s ON s.id = e.species_id\nLEFT JOIN bio_species_compound_occurrences o ON o.species_id = s.id\nLEFT JOIN bio_toxin_amatoxins t ON t.compound_id = o.compound_id\nWHERE e.edibility_class = 'deadly'\nGROUP BY s.scientific_name, e.edibility_class;",
|
| 17 |
+
"db_id": "mycobase",
|
| 18 |
+
"evidence": ""
|
| 19 |
+
}
|
| 20 |
+
]
|