一键导入
profile-temporal
// Compute an entity's publication trajectory — per-year paper counts, topic drift, hot-streak detection (≥3 consecutive A-grade years), and career phase. Runs via `aiwg corpus profile-temporal`.
// Compute an entity's publication trajectory — per-year paper counts, topic drift, hot-streak detection (≥3 consecutive A-grade years), and career phase. Runs via `aiwg corpus profile-temporal`.
Build the bipartite funder↔paper analytics — per-funder paper/A-grade/mean-grade rollup, mean CD-index + novelty bias, and co-funding clusters. Runs via `aiwg corpus funder-network`.
Detect co-author communities (label propagation), report modularity Q, and identify bridge authors (high betweenness). Runs via `aiwg corpus profile-communities`.
Compute corpus-local influence/centrality metrics — per-paper CD-index + PageRank, and per-PROF-P h-index / mean-CD / mean-PageRank / betweenness / eigenvector + influence grade. Runs via `aiwg corpus profile-metrics`.
Scaffold a PROF-S source/curator profile for a research-corpus discovery curator (account/feed) from its handle. Runs via `aiwg corpus curator-init`.
Report research-corpus discovery curators (PROF-S) ranked by yield (return-to score = inducted-ref-count × avg GRADE), with revisit-cadence staleness and a discovery-orphan check. Runs via `aiwg corpus curator-status`.
Record the source-tracking `discovery` block on a research-corpus citation sidecar — where/how a paper was found (surface, via, curator). Runs via `aiwg corpus discovery-log`.
| namespace | aiwg |
| platforms | ["all"] |
| name | profile-temporal |
| description | Compute an entity's publication trajectory — per-year paper counts, topic drift, hot-streak detection (≥3 consecutive A-grade years), and career phase. Runs via `aiwg corpus profile-temporal`. |
| commandHint | {"argumentHint":"--entity PROF-P-x [--out PATH]","allowedTools":"Read, Bash","model":"sonnet","category":"research-analytics"} |
Publication-trajectory analysis for one profile (the §7 table + hot-streak).
aiwg corpus profile-temporal --entity PROF-P-vaswani-ashish
aiwg corpus profile-temporal --entity PROF-P-vaswani-ashish --out indices/vaswani-trajectory.md
Reports per-year paper counts, top topics, topic drift (cosine distance between consecutive-year topic vectors; >0.3 flagged as a pivot), hot-streak (≥3 consecutive years each with ≥1 A-grade paper, Fortunato 2018), career phase (early ≤5y / mid ≤15y / senior), and trajectory trend.
/profile-temporal