@@ -512,6 +512,18 @@ <h2>Complete Publication List</h2>
512512 { pattern : / t h r e a t a s s e s s m e n t s ? / i, weight : 2 } ,
513513 { pattern : / l a n d c o n s e r v a t i o n / i, weight : 2 } ,
514514 { pattern : / g l o b a l c h a n g e / i, weight : 1 } ,
515+ // Human pressure on tree diversity — Guo et al. (2022) PNAS
516+ { pattern : / \b h u m a n \s + ( p r e s s u r e | f o o t p r i n t | i m p a c t ) \b / i, weight : 2 } ,
517+ // Climate change + land use threatening phylogenetic endemism hotspots — Guo et al. (2023) Nat. Commun.
518+ { pattern : / \b l a n d \s + u s e \s + t h r e a t / i, weight : 2 } ,
519+ // Forest carbon stocks — Mo et al. (2024) Nat. Ecol. Evol.
520+ { pattern : / \b f o r e s t \s + c a r b o n \s + s t o c k [ s ] ? \b / i, weight : 2 } ,
521+ // Dominance, rarity and threats in global tree communities — Hordijk et al. (2024) GEB
522+ { pattern : / \b p r e d i c t o r s \s + a n d \s + t h r e a t [ s ] ? \b / i, weight : 2 } ,
523+ // Unprecedented macroclimatic exposure of tree diversity — Boonman et al. (2025) PNAS
524+ { pattern : / u n p r e c e d e n t e d .* m a c r o c l i m a t i c | m a c r o c l i m a t i c .* u n p r e c e d e n t e d / i, weight : 2 } ,
525+ // Megafauna extinction and Amazonian carbon + range reduction — Doughty et al. (2016) Ecography
526+ { pattern : / \b m e g a f a u n a \s + e x t i n c t i o n \b / i, weight : 2 } ,
515527 ] ,
516528 } ,
517529 {
0 commit comments