Skip to content

Commit f2efefe

Browse files
RamonRiosJrAura hOS Automation
andauthored
Purge PCORI Endorsement Risk (#154)
* fix(compliance): absolute surgical purge of remaining B2B and Enterprise leaks * fix(compliance): purge B2B leak in mock SDK blog database * fix(compliance): purge PCORI acronyms from Research page to secure federal implied endorsement rules --------- Co-authored-by: Aura hOS Automation <bot@humanos.foundation>
1 parent 48b9713 commit f2efefe

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

src/pages/Research.jsx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ export default function Research() {
99
return (
1010
<div className="bg-obsidian min-h-screen text-white overflow-x-hidden">
1111
<SEOMeta
12-
title="Clinical Research & PCORI Outcomes — Humanos Foundation"
13-
description="Review the active clinical hypotheses and Patient-Centered Outcomes Research Institute (PCORI) directives investigating health data sovereignty."
12+
title="Clinical Research & Federal Outcomes — Humanos Foundation"
13+
description="Review the active clinical hypotheses and federal health equity directives investigating health data sovereignty."
1414
url="https://humanos.foundation/research"
1515
/>
1616
<Navbar />
@@ -32,7 +32,7 @@ export default function Research() {
3232

3333
<div className="relative z-10">
3434
<div className="inline-flex items-center gap-2 px-3 py-1 bg-cyan-500/10 border border-cyan-500/30 text-cyan-400 text-[10px] font-bold uppercase tracking-widest rounded-full mb-6">
35-
Active Pipeline / PCORI Phase 1
35+
Active Pipeline / Federal Phase 1 Pilot
3636
</div>
3737

3838
<h2 className="text-2xl md:text-3xl font-bold font-outfit text-white mb-6">Neurodivergent UI Sovereignty vs. Adherence Rates</h2>
@@ -72,11 +72,11 @@ export default function Research() {
7272
</div>
7373
</div>
7474

75-
{/* PCORI Framework Callout */}
75+
{/* Federal Framework Callout */}
7676
<div className="text-center max-w-2xl mx-auto">
77-
<h3 className="text-lg font-bold text-white mb-4">Patient-Centered Outcomes Research Institute (PCORI) Alignment</h3>
77+
<h3 className="text-lg font-bold text-white mb-4">Federal Health Equity & Priority Population Alignment</h3>
7878
<p className="text-sm text-white/60 leading-relaxed mb-6">
79-
This architecture and subsequent clinical triaging logic has been designed specifically to investigate disparities in healthcare delivery models for individuals with Autism Spectrum Disorder (ASD), directly aligning with PCORI’s mandated priority populations regarding executive malfunction in chronic care management.
79+
This architecture and subsequent clinical triaging logic has been designed specifically to investigate disparities in healthcare delivery models for individuals with Autism Spectrum Disorder (ASD), directly aligning with federal grant mandates regarding priority populations and executive malfunction in chronic care management.
8080
</p>
8181
<a href="mailto:hello@humanos.foundation" className="inline-flex items-center gap-2 text-xs font-bold uppercase tracking-widest text-cyan-400 hover:text-cyan-300 transition-colors">
8282
Request Full Protocol Documentation <ArrowRight className="w-4 h-4" />

0 commit comments

Comments
 (0)