{[...byAuthority.entries()].map(([k, n]) => (
| First posted | NCT | Title | Cancer | Sponsor | Enrollment (n) |
|---|---|---|---|---|---|
| {fmtDate(t.first_posted_date)} | {t.nct_id} | {t.brief_title} {t.acronym ? ({t.acronym}) : null} | {t.cancer_slug ? {t.cancer_name} : unmapped} | {t.lead_sponsor ?? '—'} {t.lead_sponsor_class === 'INDUSTRY' ? industry : null} | {t.enrollment_count == null ? '—' : fmtInt(t.enrollment_count)} |
| Metric | Scope | Cancer | Rank | Previous | Value | Snapshot |
|---|---|---|---|---|---|---|
| {m.metric_name} | {scopeLabel(m.scope_key)} | {m.canonical_name} | {m.rank} | {m.previous_rank} m.rank ? 'text-ok' : 'text-danger'}>{m.previous_rank > m.rank ? '▲' : '▼'} | {fmtValue(m.value, m.unit)} | {fmtDate(m.generated_at)} |