Skip to content

Commit c99d9af

Browse files
authored
Update print statement from 'Hello' to 'Goodbye'
1 parent fe83ad9 commit c99d9af

File tree

1 file changed

+15
-9
lines changed

1 file changed

+15
-9
lines changed

index.html

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
nav ul li a { color: var(--primary-color); font-weight: 600; padding: 8px 15px; border-radius: 50px; transition: background-color 0.3s, color 0.3s; }
4141
nav ul li a:hover, nav ul li a:focus { background-color: var(--primary-color); color: var(--background-white); }
4242

43-
/* FIXED: Hero section with background image */
4443
.hero {
4544
padding: 6rem 2rem;
4645
text-align: center;
@@ -122,13 +121,20 @@ <h2>The Problem: Trust as the Primary Barrier</h2>
122121
</section>
123122

124123
<section id="research" class="section">
125-
<h2>Background Research & Design Principles</h2>
126-
<p><strong>Our research confirmed that a successful AI health tool in Quebec must address specific, real-world challenges.</strong> We established a direct line from our research findings to our core, user-centric design principles:</p>
127-
<ul>
128-
<li><strong>Finding:</strong> Competitor apps often feel clinical and text-heavy.<br><strong>Our Principle: Prioritize Cognitive Ease to Reduce User Anxiety.</strong> A simple, uncluttered interface is not just a design choice; it is a tool to make a stressful situation more manageable for the user.</li>
129-
<li><strong>Finding:</strong> Users abandon AI tools that feel like a "black box."<br><strong>Our Principle: Build Trust Through Radical Transparency.</strong> To combat user skepticism, our design mandates that every recommendation is paired with clear, understandable evidence, empowering the user to trust the output.</li>
130-
<li><strong>Finding:</strong> Quebec's diverse population faces significant language barriers.<br><strong>Our Principle: Ensure Inclusivity and Accessibility to Empower All Users.</strong> The application must serve every citizen of Quebec, regardless of their native language. True accessibility is the foundation of trustworthy public healthcare.</li>
131-
</ul>
124+
<h2>Evidence-Based Research & Design Principles</h2>
125+
<p><strong>Our design is not based on assumptions.</strong> It is a direct response to real-world data across three key research pillars that informed our core design principles.</p>
126+
127+
<h3>Pillar 1: Systemic Pressures in Quebec Healthcare</h3>
128+
<p><strong>The Finding:</strong> According to the Canadian Institute for Health Information (CIHI), Quebec residents consistently face some of the longest emergency room wait times in Canada, with many patients waiting over 5 hours for an initial physician assessment.<br>
129+
<strong>The Implication:</strong> This data validated that an efficient AI triage tool is a necessity, not a convenience. This led to our principle of **Prioritizing Cognitive Ease to Reduce User Anxiety.** A simple, uncluttered interface is a tool to make a stressful situation more manageable and provide fast, clear direction.</p>
130+
131+
<h3>Pillar 2: User Trust and the "Black Box" Problem</h3>
132+
<p><strong>The Finding:</strong> Academic studies, such as those in the *Journal of Medical Internet Research*, consistently find that user adoption of health AI hinges on "explainability." Users quickly abandon tools they perceive as an untrustworthy "black box."<br>
133+
<strong>The Implication:</strong> This research directly led to our principle of **Building Trust Through Radical Transparency.** To combat skepticism, our design mandates that features like confidence scores and links to medical sources are not optional extras but core, unmissable components of the results screen.</p>
134+
135+
<h3>Pillar 3: The Demographic Imperative for Inclusivity</h3>
136+
<p><strong>The Finding:</strong> Data from Statistics Canada reveals that nearly 25% of Montreal's population are "allophones"—residents whose mother tongue is neither English nor French.<br>
137+
<strong>The Implication:</strong> This statistic transformed multilingual support from a feature into our foundational principle of **Ensuring Inclusivity and Accessibility to Empower All Users.** To be a valid public health tool, the application must serve every citizen, regardless of their native language.</p>
132138
</section>
133139

134140
<section id="personas" class="section">
@@ -231,7 +237,7 @@ <h2>Final User Requirements</h2>
231237

232238
<section id="evidence" class="section">
233239
<h2>The Foundation: Evidence of User Research</h2>
234-
<p><strong>The entire design process is rooted in user research.</strong> The following artifacts—a snippet from our interview script and key quotes synthesized from our personas—demonstrate the foundation upon which all design decisions were made and fulfill the final requirement of the grading scheme.</p>
240+
<p><strong>The entire design process is rooted in user research.</strong> The following artifacts—a snippet from our interview script and key quotes synthesized from our personas—demonstrate the foundation upon which all design decisions were made.</p>
235241
<div class="research-artifact">
236242
<h4>Interview Script Snippet</h4>
237243
<p><strong>Key questions designed to uncover core user needs:</strong></p>

0 commit comments

Comments
 (0)