Skip to content

Commit f370b37

Browse files
author
benquist
committed
Conservation Impacts tab: add 6 new matchers — human pressure, land-use threat, forest carbon stocks, rarity+threats, macroclimatic exposure, megafauna extinction [2026-05-14]
1 parent c68081c commit f370b37

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

_pages/publications.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -512,6 +512,18 @@ <h2>Complete Publication List</h2>
512512
{ pattern: /threat assessments?/i, weight: 2 },
513513
{ pattern: /land conservation/i, weight: 2 },
514514
{ pattern: /global change/i, weight: 1 },
515+
// Human pressure on tree diversity — Guo et al. (2022) PNAS
516+
{ pattern: /\bhuman\s+(pressure|footprint|impact)\b/i, weight: 2 },
517+
// Climate change + land use threatening phylogenetic endemism hotspots — Guo et al. (2023) Nat. Commun.
518+
{ pattern: /\bland\s+use\s+threat/i, weight: 2 },
519+
// Forest carbon stocks — Mo et al. (2024) Nat. Ecol. Evol.
520+
{ pattern: /\bforest\s+carbon\s+stock[s]?\b/i, weight: 2 },
521+
// Dominance, rarity and threats in global tree communities — Hordijk et al. (2024) GEB
522+
{ pattern: /\bpredictors\s+and\s+threat[s]?\b/i, weight: 2 },
523+
// Unprecedented macroclimatic exposure of tree diversity — Boonman et al. (2025) PNAS
524+
{ pattern: /unprecedented.*macroclimatic|macroclimatic.*unprecedented/i, weight: 2 },
525+
// Megafauna extinction and Amazonian carbon + range reduction — Doughty et al. (2016) Ecography
526+
{ pattern: /\bmegafauna\s+extinction\b/i, weight: 2 },
515527
],
516528
},
517529
{

0 commit comments

Comments
 (0)