SELECT p.first_name AS contributor_first,p.last_name AS contributor_last,p2.first_name AS enterer_first,p2.last_name AS enterer_last,t.* FROM people p,people p2,samples t,register t2 WHERE t.contributor_no=p.person_no AND t.enterer_no=p2.person_no AND t.sample_no=t2.sample_no AND genus='Hymenodictyon' GROUP BY t.sample_no
SELECT life_form FROM register WHERE genus='Hymenodictyon' LIMIT 1
SELECT corrected_richness AS estimate FROM samples WHERE sample_no=129
SELECT corrected_richness AS estimate FROM samples WHERE sample_no=130
SELECT corrected_richness AS estimate FROM samples WHERE sample_no=131
SELECT corrected_richness AS estimate FROM samples WHERE sample_no=132
SELECT corrected_richness AS estimate FROM samples WHERE sample_no=205
SELECT corrected_richness AS estimate FROM samples WHERE sample_no=313
SELECT corrected_richness AS estimate FROM samples WHERE sample_no=2757
SELECT corrected_richness AS estimate FROM samples WHERE sample_no=2762
SELECT genus FROM register WHERE register_no IN (62998,71849,22088,66207,2268,8243,82717,44880,31090,64682) AND species REGEXP '^[a-z]*$'
Hymenodictyon (tree): 8 samples
Standardised estimates are based on the geometric series index (Kerr and Alroy 2023; Carter and Alroy 2024).