diff --git a/_includes/acs-cancer-infograph.html b/_includes/acs-cancer-infograph.html index 5cb8a0c04..12bb143f6 100644 --- a/_includes/acs-cancer-infograph.html +++ b/_includes/acs-cancer-infograph.html @@ -217,7 +217,7 @@ row-gap: 1.6rem; max-width: 980px; margin: 0 auto; - padding: 0 0.25rem; + padding: 0 0 3rem; } .acs-feature-card { background: rgba(255,255,255,0.06); @@ -234,7 +234,6 @@ } .acs-feature-card img { width: 100%; - height: 100%; object-fit: cover; display: block; } @@ -246,15 +245,16 @@ margin: 0 auto; } .acs-feature-card--wide img { - box-sizing: border-box; + box-sizing: fit-content; padding: 0.45rem 0.45rem 0; border-radius: 12px; } .acs-feature-body { - padding: 0.68rem 0.78rem 0.76rem; + padding: 12rem 0.78rem 0.76rem; } .acs-feature-card:not(.acs-feature-card--wide) .acs-feature-body { - padding: 0.64rem 0.74rem 0.7rem; + padding: 5rem 0.74rem 0.7rem; + align-content: end; } .acs-feature-title { font-size: 0.68rem; @@ -401,4 +401,38 @@ - \ No newline at end of file +
Demonstrations
+
+ +
+ Medication Tracker Demonstration +
+
Medication Tracker
+
Interactive demonstration of the medication tracking system. Users can log their medications, set reminders, and view detailed information about each drug's effects and potential interactions.
+
+
+ +
+ Interactive Body Map Demonstration +
+
Body Map Demo
+
Visual exploration of the interactive body map showing how users can click on body regions to discover cancer types affecting that area. Includes descriptions, risk factors, and direct links to resources.
+
+
+ +
+ Community Forum Demonstration +
+
Community Forum Demo
+
Safe, moderated community space where patients, survivors, and caregivers connect. Features discussion categories for introductions, treatment experiences, advice seeking, research sharing, and resource access with built-in safety guidelines.
+
+
+ +
+ Medication Tracker Demonstration +
+
Med Notes Demo
+
Patient-facing tool for managing treatment journeys. Log daily medications, track adherence patterns, monitor symptoms over time, and generate reports for doctor visits. Includes a digital notebook for recording side effects and observations.
+
+
+
\ No newline at end of file diff --git a/_posts/CSP/2026-04-30-legalandethical.md b/_posts/CSP/big-ideas/big-idea-5/2026-04-30-legalandethical.md similarity index 99% rename from _posts/CSP/2026-04-30-legalandethical.md rename to _posts/CSP/big-ideas/big-idea-5/2026-04-30-legalandethical.md index d563650e0..9aabac6df 100644 --- a/_posts/CSP/2026-04-30-legalandethical.md +++ b/_posts/CSP/big-ideas/big-idea-5/2026-04-30-legalandethical.md @@ -216,7 +216,6 @@ body::after { .match-divider { width: 100%; height: 2px; margin: 8px 0; } } -
diff --git a/images/capstone/acs/blog.gif b/images/capstone/acs/blog.gif new file mode 100644 index 000000000..6c72f54c9 Binary files /dev/null and b/images/capstone/acs/blog.gif differ diff --git a/images/capstone/acs/cellgame.gif b/images/capstone/acs/cellgame.gif new file mode 100644 index 000000000..71438dffa Binary files /dev/null and b/images/capstone/acs/cellgame.gif differ diff --git a/images/capstone/acs/map.gif b/images/capstone/acs/map.gif new file mode 100644 index 000000000..3caeda44d Binary files /dev/null and b/images/capstone/acs/map.gif differ diff --git a/images/capstone/acs/medication.gif b/images/capstone/acs/medication.gif new file mode 100644 index 000000000..126fc991b Binary files /dev/null and b/images/capstone/acs/medication.gif differ diff --git a/images/capstone/acs/medication_notes.gif b/images/capstone/acs/medication_notes.gif new file mode 100644 index 000000000..8d9f40212 Binary files /dev/null and b/images/capstone/acs/medication_notes.gif differ