Skip to content

Commit 05a71a5

Browse files
author
benquist
committed
Add Phylogenetic Ecology tab to publications page [2026-05-13]
1 parent 7ceebda commit 05a71a5

2 files changed

Lines changed: 74 additions & 0 deletions

File tree

_pages/publications.html

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,39 @@ <h2>Complete Publication List</h2>
251251
{ pattern: /rarity/i, weight: 1 },
252252
{ pattern: /broad geographic/i, weight: 2 },
253253
{ pattern: /continental/i, weight: 1 },
254+
// Species abundance distributions — McGill et al. 2007; Morlon et al. 2009
255+
{ pattern: /species\s+abundance\s+distribution[s]?/i, weight: 3 },
256+
{ pattern: /abundance\s+distribution[s]?\b/i, weight: 2 },
257+
// Macroscopic patterns — Enquist et al. 2002 (Science)
258+
{ pattern: /macroscopic\s+patterns?/i, weight: 3 },
259+
// Global rarity — Enquist et al. 2019 (Science Advances)
260+
{ pattern: /global.*rarity|rarity.*global/i, weight: 2 },
261+
// Northern/Southern Hemisphere breadth — Bektaş et al. 2024 (Ecography)
262+
{ pattern: /northern\s+hemisphere|southern\s+hemisphere/i, weight: 2 },
263+
// Latitudinal diversity gradient — Lamanna et al. 2014; Weiser et al. 2017
264+
{ pattern: /latitudinal\s+diversity\s+gradient/i, weight: 3 },
265+
// Diversity gradients — Weiser et al. 2018; Stegen et al. 2012
266+
{ pattern: /diversity\s+gradient[s]?/i, weight: 2 },
267+
// Biodiversity patterns across gradients — Stegen et al. 2012
268+
{ pattern: /biodiversity\s+patterns?\s+(across|along)/i, weight: 2 },
269+
// Species–energy relationship — Símová et al. 2011
270+
{ pattern: /species[- ]energy\s+relationship/i, weight: 3 },
271+
// General laws of biodiversity — Moulatlet et al. 2025
272+
{ pattern: /general\s+laws?\s+of\s+biodiversity/i, weight: 3 },
273+
// Global beta-diversity — Xu et al. 2023
274+
{ pattern: /global\s+beta[- ]?diversity/i, weight: 2 },
275+
// Global distribution and drivers (trait geography) — Mo et al. 2024
276+
{ pattern: /global\s+distribution\s+(and\s+)?drivers?/i, weight: 2 },
277+
// Across the globe — Hordijk et al. 2024
278+
{ pattern: /across\s+the\s+globe/i, weight: 2 },
279+
// Body size–abundance — White et al. 2007; Dillon et al. 2019
280+
{ pattern: /body\s+size.{0,20}abundance/i, weight: 2 },
281+
// Broad climatic gradients — Stegen et al. 2011
282+
{ pattern: /broad\s+climatic\s+gradient[s]?/i, weight: 2 },
283+
// Global productivity–richness — Hordijk et al. 2023
284+
{ pattern: /global\s+relationship.*richness|richness.*global\s+relationship/i, weight: 2 },
285+
// Tree diversity / species under global change — Boonman et al. 2024
286+
{ pattern: /tree\s+species.*global\s+change|global\s+change.*tree\s+species/i, weight: 2 },
254287
],
255288
},
256289
{
@@ -315,6 +348,20 @@ <h2>Complete Publication List</h2>
315348
{ pattern: /intraspecific variation/i, weight: 1 },
316349
{ pattern: /leaf mass per area/i, weight: 1 },
317350
{ pattern: /\btraits\b/i, weight: 1 },
351+
// Enquist et al. 1999 — Allometric scaling of production and life history variation in vascular plants (Nature 401)
352+
{ pattern: /life history variation/i, weight: 2 },
353+
// West et al. 1999 — A general model for the structure, and allometry of plant vascular systems (Nature 400)
354+
{ pattern: /vascular systems/i, weight: 2 },
355+
// Wood density as a key plant functional trait (Mo 2024, Stegen 2009, Swenson 2007–2008)
356+
{ pattern: /wood density/i, weight: 2 },
357+
{ pattern: /wood specific gravity/i, weight: 2 },
358+
// Functional composition papers (Swenson 2020, Martínez-Villa 2024, Enquist 2011)
359+
{ pattern: /functional composition/i, weight: 2 },
360+
// Life-history scaling in trait context (Grady 2024)
361+
{ pattern: /life history scaling/i, weight: 2 },
362+
// Rebuilding community ecology from functional traits (McGill et al. 2006) — already caught by /functional trait/i
363+
// Leaf size/area as a functional trait proxy (Li 2020)
364+
{ pattern: /leaf size.*ecosystem|ecosystem.*leaf size/i, weight: 2 },
318365
],
319366
},
320367
{
@@ -356,6 +403,28 @@ <h2>Complete Publication List</h2>
356403
{ pattern: /evenness/i, weight: 1 },
357404
],
358405
},
406+
{
407+
id: 'phylogenetic-ecology',
408+
label: 'Phylogenetic Ecology',
409+
threshold: 2,
410+
matchers: [
411+
// Weight 3 — specific, diagnostic community-phylogenetics terms
412+
{ pattern: /community phylogenetics/i, weight: 3 },
413+
{ pattern: /phylogenetic (diversity|endemism|signal|relatedness|beta diversity)/i, weight: 3 },
414+
{ pattern: /phylogenetic.{0,20}(community|assembly) (ecology|structure)/i, weight: 3 },
415+
{ pattern: /(community|functional).{0,20}phylogenetic (structure|composition)/i, weight: 3 },
416+
{ pattern: /scale depend\w+ .{0,20}phylogenet/i, weight: 3 },
417+
// Weight 2 — "phylogenetic" or "phylogeny" anywhere (title, journal, methods)
418+
{ pattern: /phylogeneti/i, weight: 2 },
419+
// Weight 1 — weak signals; two together reach threshold
420+
// Swenson collaboration spans community phylogenetics, trait-phylogeny, and assembly
421+
{ pattern: /swenson/i, weight: 1 },
422+
{ pattern: /eco-evolutionary/i, weight: 1 },
423+
{ pattern: /evolutionary determinants/i, weight: 1 },
424+
{ pattern: /opposing assembly mechanisms/i, weight: 1 },
425+
{ pattern: /null model.{0,20}community|community.{0,20}null model/i, weight: 1 },
426+
],
427+
},
359428
{
360429
id: 'tropical-ecology',
361430
label: 'Tropical Ecology',

chat_provenance_log.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,3 +270,8 @@ Outcome: Full rewrite of _pages/gallery.md. Removed ~55 low-quality/misplaced/un
270270
## 2026-05-09 — Fix about page text overflow
271271
Prompt: Text spacing/justification for https://enquistlab.github.io/about/ runs off the page. Standardize to other tabs and layout.
272272
Action: Removed 100vw full-bleed breakout (width:100vw;left:50%;margin-left:-50vw) from .about-article in _sass/_lab-redesign.scss. The 100vw value includes the scrollbar width causing horizontal overflow. About page now stays within the standard 930px .container like all other pages. Profile image column narrowed from 300px to 260px to fit cleanly. Committed and pushed.
273+
274+
## 2026-05-13 — Add Phylogenetic Ecology tab to publications page
275+
Prompt: "For enquistlab.github.io/publications/ I would like to add another tab under 'phylogenetic ecology'. Include many of the papers with Nate Swenson, Nathan Kraft, as well as other papers coauthored with Jessica Green."
276+
Action: Added `phylogenetic-ecology` entry to the `topicDefinitions` array in `_pages/publications.html`, inserted after the 'Functional Ecology' tab. The phylogenetics-comparative-agent reviewed the candidate papers (Swenson, Kraft, Green collaborations) and rated each for phylogenetic centrality. Final matchers: weight-3 for community phylogenetics, phylogenetic diversity/endemism/signal/structure, and scale-dependency; weight-2 for any 'phylogeneti' token; weight-1 weak signals (swenson, eco-evolutionary, opposing assembly mechanisms) that pair to reach threshold=2. Green papers (SADs, theory, microbes) were classified as macroecology — not included in this tab. Commits pending.
277+
**Agent:** m → phylogenetics-comparative-agent → direct edit

0 commit comments

Comments
 (0)