diff --git a/apps/web/src/app/layout.tsx b/apps/web/src/app/layout.tsx index e612e51..9fd9b1f 100644 --- a/apps/web/src/app/layout.tsx +++ b/apps/web/src/app/layout.tsx @@ -12,8 +12,8 @@ export default function RootLayout({ children: React.ReactNode }) { return ( - - {children} + + {children} ) } diff --git a/apps/web/src/app/visualization/VisualizationDemo.tsx b/apps/web/src/app/visualization/VisualizationDemo.tsx index 8b630a0..b9c3756 100644 --- a/apps/web/src/app/visualization/VisualizationDemo.tsx +++ b/apps/web/src/app/visualization/VisualizationDemo.tsx @@ -11,9 +11,9 @@ import { * Client-side demonstration of the Phase 6.1 visualization foundation. * * Shows the data lifecycle (loading → success / empty / error) flowing - * through the reusable `VisualizationContainer`. The module catalog itself - * is a placeholder — the individual visualizations arrive in later - * milestones. + * through the reusable `VisualizationContainer`. The module catalog maps the + * full Phase 6.2–6.11 platform, each entry resolving to the viewer(s) shown + * above on this page. */ export function VisualizationDemo() { const { status, data, error, refetch } = useVisualizationData( @@ -24,7 +24,7 @@ export function VisualizationDemo() { return (
Phase 6.1 foundation, the Phase 6.2 Genome Browser, the Phase 6.3 Gene / Transcript viewer, the Phase 6.4 Variant track, the Phase 6.5 Protein Viewer, the Phase 6.6 - Biological Network Viewer, the Phase 6.7 Scientific Charts, and the Phase 6.8 Advanced - Scientific Charts — region parsing, viewport navigation, track rendering, gene/transcript - structure, point variants, protein sequence + annotation windows, deterministic - relationship networks, expression charts, and heatmap / volcano / coverage / distribution - charts over the GenomeAI API and development fixtures. + Biological Network Viewer, the Phase 6.7 Scientific Charts, the Phase 6.8 Advanced + Scientific Charts, the Phase 6.9 Integrated Research Workspace, the Phase 6.10 performance + work, and the Phase 6.11 testing & documentation pass — region parsing, viewport + navigation, track rendering, gene/transcript structure, point variants, protein sequence + + annotation windows, deterministic relationship networks, expression charts, and heatmap / + volcano / coverage / distribution charts over the GenomeAI API and development fixtures.