From 9304a82e5f132260497e1649eeae51589759503f Mon Sep 17 00:00:00 2001 From: Matt Date: Sun, 22 Feb 2026 14:51:47 +0100 Subject: [PATCH] Add HTML prototypes for admin redesign and dashboard overhaul Includes full-fidelity prototypes for: - Admin redesign v1 & v2 (dashboard, rounds, projects, members, reports, sidebar states) - Dashboard overhaul with round-type-aware layouts (7 states: intake, filtering, evaluation, finalist submission, live final, deliberation, no active round) - Observer portal redesign (dashboard, projects, project detail, reports) - Early prototypes (round detail, dashboard, filtering) Co-Authored-By: Claude Opus 4.6 --- prototypes/01-round-detail.html | 599 +++++++ prototypes/02-dashboard.html | 306 ++++ prototypes/03-filtering.html | 429 +++++ .../admin-redesign-v2/01-dashboard.html | 846 +++++++++ .../admin-redesign-v2/02-rounds-pipeline.html | 784 +++++++++ .../admin-redesign-v2/03-round-detail.html | 917 ++++++++++ .../admin-redesign-v2/04-projects-list.html | 861 ++++++++++ .../admin-redesign-v2/05-members-list.html | 703 ++++++++ prototypes/admin-redesign-v2/06-reports.html | 785 +++++++++ .../admin-redesign-v2/07-sidebar-states.html | 690 ++++++++ .../08-dashboard-overhaul.html | 1378 +++++++++++++++ prototypes/admin-redesign/01-dashboard.html | 672 ++++++++ .../admin-redesign/02-rounds-pipeline.html | 459 +++++ .../admin-redesign/03-round-detail.html | 413 +++++ .../admin-redesign/04-projects-list.html | 538 ++++++ .../admin-redesign/05-members-list.html | 487 ++++++ prototypes/admin-redesign/06-reports.html | 660 +++++++ .../admin-redesign/07-sidebar-states.html | 558 ++++++ prototypes/observer-dashboard-redesign.html | 1522 +++++++++++++++++ prototypes/observer-project-detail.html | 1256 ++++++++++++++ prototypes/observer-projects.html | 641 +++++++ prototypes/observer-reports.html | 1238 ++++++++++++++ 22 files changed, 16742 insertions(+) create mode 100644 prototypes/01-round-detail.html create mode 100644 prototypes/02-dashboard.html create mode 100644 prototypes/03-filtering.html create mode 100644 prototypes/admin-redesign-v2/01-dashboard.html create mode 100644 prototypes/admin-redesign-v2/02-rounds-pipeline.html create mode 100644 prototypes/admin-redesign-v2/03-round-detail.html create mode 100644 prototypes/admin-redesign-v2/04-projects-list.html create mode 100644 prototypes/admin-redesign-v2/05-members-list.html create mode 100644 prototypes/admin-redesign-v2/06-reports.html create mode 100644 prototypes/admin-redesign-v2/07-sidebar-states.html create mode 100644 prototypes/admin-redesign-v2/08-dashboard-overhaul.html create mode 100644 prototypes/admin-redesign/01-dashboard.html create mode 100644 prototypes/admin-redesign/02-rounds-pipeline.html create mode 100644 prototypes/admin-redesign/03-round-detail.html create mode 100644 prototypes/admin-redesign/04-projects-list.html create mode 100644 prototypes/admin-redesign/05-members-list.html create mode 100644 prototypes/admin-redesign/06-reports.html create mode 100644 prototypes/admin-redesign/07-sidebar-states.html create mode 100644 prototypes/observer-dashboard-redesign.html create mode 100644 prototypes/observer-project-detail.html create mode 100644 prototypes/observer-projects.html create mode 100644 prototypes/observer-reports.html diff --git a/prototypes/01-round-detail.html b/prototypes/01-round-detail.html new file mode 100644 index 0000000..351e472 --- /dev/null +++ b/prototypes/01-round-detail.html @@ -0,0 +1,599 @@ + + + + + +Round Detail — Command Center Redesign + + + + + + + + + + +
+ + + + + +
+
+
+

Round 2: AI Screening

+ + + Filtering + +
+ + Active +
+
+
+
+ Round + + +
+
+ AI + + +
+
+ Projects + +
+
+
+
+ + +
+ +
+
+
Projects
+
+
+
187
+
8 categories
+
+ + + + +
+
+ +
+
+
Passed
+
+
+
142
+
+12 today
+
+ + + + +
+
+ +
+
+
Jury Group
+
+
+
8
+
Jury 1 assigned
+
+ + + + +
+
+ +
+
+
Screening Progress
+
+
+
76%
+
142 / 187 screened
+
+ + + + +
+
+ +
+
+
Time Remaining
+
+
+
12d
+
Closes Mar 1, 2026
+
+
+
5h 23m
+
+
+
+
+ + +
+ + + + + +
+ + +
+
+

Round Readiness

+ 5 / 6 complete +
+
+
+
+
+ + + Projects added + + + + Jury assigned + + + + AI criteria set + + + + Dates configured + + + + Screening run + + + + Finalize results + +
+
+ + +
+ + +
+
+

Quick Actions

+
+
+
+
+ +
+
+
Finalize Screening Results
+
142 passed, 37 filtered, 8 flagged for review
+
+
+
+
+ +
+
+
Review 8 Flagged Projects
+
Edge cases requiring manual decision
+
+
+
+
+ +
+
+
Export Results CSV
+
Download screening results for all 187 projects
+
+
+
+
+ +
+
+
Re-run AI Screening
+
45 projects have not been screened yet
+
+
+
+
+ + +
+
+

Project Breakdown

+
+
+
+ Passed +
+ 142 +
+
+ Filtered Out +
+ 37 +
+
+ Flagged +
+ 8 +
+
+
By Category
+
+ Startup +
+ 108 +
+
+ Concept +
+ 79 +
+
+
+
+ + +
+
+

Recent Activity

+ View All +
+
+
+
+
+
AI Screening completed batch 3 — 45 projects processed
+
12 minutes ago
+
+
+
+
+
+
Manual override applied to CoralMapper — changed from Filtered to Passed
+
1 hour ago
+
+
+
+
+
+
Jury 1 assigned to this round (8 members)
+
3 hours ago
+
+
+
+
+
+
Round activated by Matt
+
Yesterday at 2:30 PM
+
+
+
+
+ +
+
+
+ +
MOPC Redesign — Round Detail Command Center
+ + + diff --git a/prototypes/02-dashboard.html b/prototypes/02-dashboard.html new file mode 100644 index 0000000..bdd38da --- /dev/null +++ b/prototypes/02-dashboard.html @@ -0,0 +1,306 @@ + + + + + +Dashboard — Redesign + + + + + + + + + +
+ + +
+
+
+

Welcome back, Matt

+
Monaco Challenge 2026 — Command Center • 1 round active, 6 actions needed
+
+
+ + + +
+
+ +
+
Intake
R1
+
+
2
AI Screening
R2 • Active
+
+
3
Jury 1 Eval
R3
+
+
4
Documents
R4
+
+
5
Jury 2 Eval
R5
+
+
6
Mentoring
R6
+
+
7
Grand Final
R7
+
+
8
Deliberation
R8
+
+
+ + +
+
Total Projects
187
+12 this week
+
Submissions
187
100% complete
+
Evaluations
0
Not started yet
+
Jury Active
8
Jury 1 assigned
+
Next Deadline
12d
Mar 1 — Screening closes
5h
+
+ + +
+
+ +
+

Active Round

Manage Round →
+
+
+ Active + Filtering +
+
Round 2: AI Screening
+
+
Screening Progress142 / 187 (76%)
+
+
+
Results So Far
+
+
Passed
142
+
Filtered
37
+
Flagged
8
+
+
+ + + +
+
+
+ + +
+

Recent Projects

All Projects →
+
+
ROBOVaC
Robotics Cleanup Initiative
Startup
+
The BetterCatch
Sustainable Fishing Tech
Startup
+
EcoMarine Services
Marine Conservation SaaS
Concept
+
ClimaFund
Ocean Climate Investment
Concept
+
Blue Miles Index
Ocean Health Metrics
Startup
+
+
+
+ +
+ +
+

Action Required

6
+
+
Review 8 flagged projects
Edge cases need manual decision
+
Finalize screening results
142 passed, ready to lock
+
45 projects unscreened
Re-run AI screening batch
+
Configure Round 3
Jury evaluation setup needed
+
Export intake report
187 submissions summary
+
Invite remaining jurors
Jury 2 needs 6 members
+
+
+ + +
+

Activity

View All
+
+
AI Screening completed batch 3
12 min ago
+
Override CoralMapper passed
1h ago
+
Jury 1 assigned to R2
3h ago
+
Round 2 activated
Yesterday
+
+
+
+
+
+ +
MOPC Redesign — Dashboard
+ + diff --git a/prototypes/03-filtering.html b/prototypes/03-filtering.html new file mode 100644 index 0000000..3961142 --- /dev/null +++ b/prototypes/03-filtering.html @@ -0,0 +1,429 @@ + + + + + +Filtering Dashboard — Master-Detail Redesign + + + + + + + + + +
+ + + + + +
+

+ + AI Screening Results +

+
+ + + +
+
+ + +
+
187 Total
+
142 Passed
+
37 Filtered Out
+
8 Flagged
+
3 Overridden
+
+ + +
+
+ + AI Screening Criteria (click to expand) +
+
+ + +
+ + +
+ +
+ All (187) + Passed + Filtered + Flagged +
+
+ +
+
+
OceanClean AI
Startup • Monaco
+
+
.82
+
+
+
+
DeepReef Monitoring
Startup • France
+
+
.76
+
+
+
+
CoralGuard Systems
Concept • Australia
+
+
.71
+
+
+
+
WaveEnergy Solutions
Startup • UK
+
+
.55
+
+
+
+
MarineData Hub
Concept • Brazil
+
+
.48
+
+
+
+
BlueTide Analytics
Startup • USA
+
+
.31
+
+
+
+
AquaPurify Tech
Concept • India
+
+
.22
+
+
+
+
SeaPlastic Sorter
Startup • Japan
+
+
.18
+
+
+
+
Reanova
Startup • Italy
+
+
.68
+
+
+
+
Bluetarium
Concept • Spain
+
+
.65
+
+
+
+ + +
+
+
OceanClean AI
+
+ BlueWave Technologies + Startup + Monaco +
+
+ +
+ +
+
+ + + + +
82%
+
+
+
AI Confidence Score
+
PASSED
+
Above threshold (50%). Strong match with screening criteria.
+
+
+ + +
+

+ + AI Reasoning +

+
+ Strong technical approach with clear ocean impact. The project demonstrates innovative use of machine learning for ocean plastic detection with a viable go-to-market strategy. The team has relevant experience in marine technology and environmental monitoring. Budget allocation is well-structured with clear milestones. The project addresses a critical ocean conservation need with measurable impact metrics. +
+
+ + +
+

Screening Rule Results

+
+
+ Has clear ocean conservation focus + 9/10 +
+
+
+ Complete submission (all required files) + 10/10 +
+
+
+ Viable team with relevant experience + 8/10 +
+
+
+ Measurable impact metrics defined + 7/10 +
+
+
+ Budget feasibility and allocation + 6/10 +
+
+
+ Innovation and differentiation + 8/10 +
+
+ + +
+
82%
Confidence
+
8.0
Avg Rule Score
+
6/6
Rules Passed
+
+
+ + +
+ Override Decision: + + + +
+
+
+
+ +
MOPC Redesign — Filtering Dashboard (Master-Detail)
+ + diff --git a/prototypes/admin-redesign-v2/01-dashboard.html b/prototypes/admin-redesign-v2/01-dashboard.html new file mode 100644 index 0000000..0a1ee95 --- /dev/null +++ b/prototypes/admin-redesign-v2/01-dashboard.html @@ -0,0 +1,846 @@ + + + + + + MOPC Admin v2 — Dashboard + + + + + + + + + + + +
+ + +
+
+ Monaco OPC 2026 + + Dashboard +
+
+
+ + + + +
+
+ + + + +
+
+
+ + +
+ + +
+ + +
+
OPC
+
+ Good morning, Marc +
+
+ Round 3 — Expert Evaluation is active + · 34 of 87 projects reviewed + · Closes in 14 days +
+
+ + +
+
+
+
+ 142 + projects from + 38 countries, + with + 87 + eligible for evaluation by + 8 jury members + — + 39% + complete +
+
+
+
+
4.2/5
+
Avg Score
+
+
+
12
+
COI Declared
+
+
+
+
+ + +
+
Competition Pipeline
+
+
+ +
+ + +
+
+ +
+
+
+
+
Intake
+
142
+
Oct – Nov 2025
+
+
+ + +
+
+
+
+
+
+
+
Filtering
+
103
+
Dec 2025
+
+
+ + +
+
+
+
+
+
+
+
● Evaluation
+
87
+
Ongoing
+
+
+ + +
+
+
+
4
+
+
+
+
Shortlist
+
+
Mar 2026
+
+
+ + +
+
+
+
5
+
+
+
+
Live Finals
+
+
Apr 2026
+
+
+ + +
+
+
+
6
+ +
+
+
Deliberation
+
+
May 2026
+
+
+ +
+
+
+ + +
+ + +
+
+ +
+ + Active Round +
+
Expert Evaluation
+
Jury Group A · 8 jurors assigned · Jan 15 – Mar 1, 2026
+ + +
+ +
+ + + + +
+
39%
+
Evaluated
+
+
+ + +
+
+
+ Assignments Complete + 34 / 87 +
+
+
+
+
+ COI Declarations + 12 conflicts +
+
+
+
+
+ Submission Window + Open · 14 days left +
+
+
+
+
+ + +
+
Juror Activity
+
+
+
+
AL
+
+
+
+
MR
+
+
+
+
JK
+
+
+
+
PS
+
+
+
+
SW
+
+
+
+3
+
+
+ 3 active · + 1 behind · + 4 not started +
+
+
+
+ + +
+ +
+
Submission Window Closes
+
+
14
+
days
+
+
Closing deadline
+
March 1, 2026 at 23:59 CET
+
+ ⚠ 3 projects haven't submitted final documents +
+
+ + +
+
Quick Actions
+
+
+
+ Send reminder to jurors +
+
+
📋
+ Manage assignments +
+
+
📊
+ View evaluation report +
+
+
+ Close round early +
+
+
+
+
+ + +
+ + +
+
+
Recent Evaluations
+
View all →
+
+
+
+ 🇫🇷 +
+
AquaGuard Coastal Monitoring
+
France · Marine Technology
+
+
+
+
+
+
4.4
+
+
+
+ 🇳🇴 +
+
Arctic Current Tracker Pro
+
Norway · Oceanography
+
+
+
+
+
+
3.8
+
+
+
+ 🇧🇷 +
+
Reef Guardian AI System
+
Brazil · Conservation Tech
+
+
+
+
+
+
4.7
+
+
+
+ 🇯🇵 +
+
Deep Ocean Plastics Capture
+
Japan · Pollution Control
+
+
+
+
+
+
4.1
+
+
+
+ 🇰🇪 +
+
Mangrove Recovery Initiative
+
Kenya · Ecosystem Restoration
+
+
+
+
+
+
3.5
+
+
+
+
+ + +
+
+
Geographic Reach
+
38 countries
+
+
+
+
🇫🇷 France
+
+
+
+
24
+
+
+
🇩🇪 Germany
+
+
+
+
16
+
+
+
🇺🇸 USA
+
+
+
+
13
+
+
+
🇬🇧 UK
+
+
+
+
10
+
+
+
🇯🇵 Japan
+
+
+
+
8
+
+
+
🇦🇺 Australia
+
+
+
+
6
+
+
+
🇧🇷 Brazil
+
+
+
+
5
+
+
+
Other
+
+
+
+
60
+
+
+ +
+
By Category
+
+
+
38
+
Marine Technology
+
+
+
26
+
Pollution Control
+
+
+
18
+
Ecosystem Restoration
+
+
+
5
+
Other
+
+
+
+
+ + +
+
+
Activity
+
+ + Live +
+
+
+
+
+
+
Amira Larbi submitted evaluation for Reef Guardian AI System
+
2 minutes ago
+
+
+
+
+
+
COI declared — Jakob Kruse on Arctic Current Tracker Pro
+
18 minutes ago
+
+
+
+
+
+
Assignment sent to 3 jury members for Round 3 wave 2
+
1 hour ago
+
+
+
+
+
+
Sofia Weber completed 8 evaluations this session
+
2 hours ago
+
+
+
+
+
+
Reminder sent to 4 jurors below 30% completion
+
Yesterday, 4:12 PM
+
+
+
+
+
+
Marc Caulliez closed Filtering round and advanced 87 projects
+
Jan 15, 2026
+
+
+
+
+ +
+
+
+ + + diff --git a/prototypes/admin-redesign-v2/02-rounds-pipeline.html b/prototypes/admin-redesign-v2/02-rounds-pipeline.html new file mode 100644 index 0000000..4750c9a --- /dev/null +++ b/prototypes/admin-redesign-v2/02-rounds-pipeline.html @@ -0,0 +1,784 @@ + + + + + + MOPC Admin v2 — Rounds Pipeline + + + + + + + + + + + +
+ + +
+
+ Monaco OPC 2026 + + Rounds Pipeline +
+
+
+ + + + +
+
+ + + + +
+
+
+ + +
+
+
+
Monaco OPC 2026
+
+ 6 rounds guiding 142 projects through evaluation — + currently in Expert Evaluation, round 3 of 6 +
+
+ +
+
+ + +
+ + +
+
+
+
+
+
+
+
Intake
+
+
Application Intake
+
Jury Group A · Oct 1 – Nov 30, 2025
+
+
+
+
142
+
Received
+
+
+
+
Jurors
+
+
+
+ Completed +
+
+
+
+
+ + +
+
+
+
+
+
+
+
Filtering
+
+
Administrative Filtering
+
Panel B (Scientific) · Dec 1–20, 2025
+
+
+
+
103
+
Passed
+
+
+
39
+
Rejected
+
+
+
+ Completed +
+
+
+
+
+ + +
+
+
+
+
+
+
+
+
+
+ + Live Now +
+
Expert Evaluation
+
Jury Group A — International Scientific Panel · 8 jury members assigned
+
+
+
Round Type
+
Evaluation
+
+
+ + +
+
+
+
+
+
+
39%
+
evaluations complete
+
+
+ 34 of 87 projects reviewed
+ 53 remaining · 14 days left +
+
+
+ + +
+
+
87
+
Projects
+
+
+
8
+
Jury Members
+
+
+
12
+
COI Declared
+
+
+
4.2
+
Avg Score
+
+
+ + + +
+
+
+ + +
+
+
+
🏆
+
+
Excellence in Marine Technology Award
+
Linked to Expert Evaluation · Jury Group A eligibility
+
+
Linked
+
+
+ + +
+
+
+
+
+
+
+
Submission
+
+
Final Project Submission
+
Applicants submit final deliverables · Planned Mar 2026
+
+
+
+
~30
+
Expected
+
+
Pending
+
+
+
+
+ + +
+
+
+
+
+
+
+
Live Final
+
+
Monaco Live Finals Ceremony
+
Live pitch presentations · Monaco · Apr 10–11, 2026
+
+
+
+
~15
+
Finalists
+
+
Pending
+
+
+
+
+ + +
+
+
+
+
+
+
+
Deliberation
+
+
Grand Jury Deliberation
+
Closed-session winner selection · May 2026
+
+
+
Not configured
+
+
+
+
+ + +
+ +
+ +
+ + +
+
+
🎍
+
Unlinked Awards
+
3 awards not yet assigned to a round
+
+
+
+
🥇
+
+
Grand Prix OPC 2026
+
No round linked · Requires deliberation round
+
+
+
+
🌊
+
+
Ocean Innovation Prize
+
No round linked · Audience vote planned
+
+
+
+
🌿
+
+
Youth Conservation Award
+
No round linked · Special category
+
+
+
+
+ +
+ + + diff --git a/prototypes/admin-redesign-v2/03-round-detail.html b/prototypes/admin-redesign-v2/03-round-detail.html new file mode 100644 index 0000000..722c3a7 --- /dev/null +++ b/prototypes/admin-redesign-v2/03-round-detail.html @@ -0,0 +1,917 @@ + + + + + + Round Detail — Expert Evaluation · MOPC Admin + + + + + + + + + + + +
+ + +
+ + +
+
+ Monaco OPC 2026 + + Round Detail +
+ +
+ + + +
+
+ + +
+
+ + +
+
+
+ +
+
+
Filtering
+
142 passed
+
+
+
+ + +
+ +
+ + +
+
+
+
+ 4 +
+
+
+ Expert Evaluation + Active +
+
Mar 1 – Mar 30
+
+
+
+ + +
+ +
+ + +
+
+
+ 5 +
+
+
Live Finals
+
Apr 15–16 · Monaco
+
+
+
+ + +
+
+
+
+
+
+ +2 more +
+
+
+ +
+ + +
+
+
+
+ Round 4 of 7 + · + Evaluation +
+

Expert Evaluation

+
+ Jury Panel A + | + Monaco Ocean Protection Challenge · 2026 +
+
+ + +
+
+
+ Round Active +
+
Started Mar 1, 2026
+
+
+ + +
+
+
32
+
Projects
+
+
+
+
8
+
Jurors
+
+
+
+
Mar 1–30
+
2026
+
Window
+
+
+
+
156
+
Assignments
+
+
+
+
12
+
Days Left
+
+
+
+ + +
+ + +
+
+
+
+

Evaluation Progress

+

87 of 142 evaluations submitted

+
+
+
Deadline
+
Mar 30, 2026
+
+
+ +
+ +
+ +
+
+
62%
+
Complete
+
+
+ +
+
+ + +
+
+
+ Submitted + 87 +
+
+
+
+
+ +
+
+ In Progress + 41 +
+
+
+
+
+ +
+
+ Not Started + 14 +
+
+
+
+
+ + +
+
+ Mar 1 + 12 days left + Mar 30 +
+
+ + +
+
+
+
+
+
+ + +
+
+

Round Readiness

+ +
+ +
+
+
+
Jury Assigned
+
8 jurors, all confirmed
+
+
+ +
+
+
+ +
+
+
+
Projects Assigned
+
156 assignments distributed
+
+
+ +
+
+
+ +
+
+
+
Evaluation Criteria
+
5 criteria configured
+
+
+ +
+
+
+ + +
+
+
+
+ Juror Engagement + Action Needed +
+
3 jurors need reminders
+
+
+ +
+
+
+ +
+
+
+
Advancement Rules
+
Top 20 auto-advance
+
+
+ +
+
+
+ +
+
+
+
COI Declarations
+
All jurors declared
+
+
+ +
+
+
+ +
+ + +
+
+
+
+
+
+
+
+
+
+ 5 of 6 ready +
+
+
+
+ + +
+ +
+
+
+ Overview +
+
+
+
+ Projects + 32 +
+
+
+
+ Assignments + 156 +
+
+
+
+ Jury + 8 +
+
+
+ Config +
+
+ + +
+
+

Jury Performance Overview

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
JurorAssignedSubmittedProgressLast Active
+
+
SC
+
+
Sophie Chevalier
+
Chair · Panel A
+
+
+
2222 +
+
+
+
+ 100% +
+
Today, 11:32
+
+
JM
+
+
Jean Marchand
+
Member · Panel A
+
+
+
2015 +
+
+
+
+ 75% +
+
Today, 09:15
+
+
AL
+
+
+ Amara Leconte + Reminder Needed +
+
Member · Panel A
+
+
+
187 +
+
+
+
+ 39% +
+
3 days ago
+
+
RB
+
+
Rafael Benicio
+
Member · Panel A
+
+
+
1917 +
+
+
+
+ 89% +
+
Yesterday
+
+
PN
+
+
+ Priya Narayan + Reminder Needed +
+
Member · Panel A
+
+
+
174 +
+
+
+
+ 24% +
+
5 days ago
+
+ Showing 5 of 8 jurors + +
+
+
+ + +
+ +
+ + +
+
+
+ Quick Actions +
+ + + +
+ +
+
+
+ +
+ + + diff --git a/prototypes/admin-redesign-v2/04-projects-list.html b/prototypes/admin-redesign-v2/04-projects-list.html new file mode 100644 index 0000000..4947255 --- /dev/null +++ b/prototypes/admin-redesign-v2/04-projects-list.html @@ -0,0 +1,861 @@ + + + + + + Projects — The Portfolio · MOPC Admin + + + + + + + + + + + +
+ + +
+
+ Monaco OPC 2026 + + Projects +
+
+ + +
+
+ +
+ + +
+
+
+

Projects

+

142 ocean conservation initiatives · 2026 Edition

+
+
+
Last updated
+
Today, 14:22
+
+
+
+ + +
+
+ +
+ +
+
2026 Portfolio at a Glance
+ + +
+
+
142
+
Total Projects
+
+
+
+
+ +
+
87
+
Eligible / Passed
+
+
+
+
+ +
+
62
+
Under Evaluation
+
+
+
+
+ +
+
12
+
Rejected
+
+
+
+
+ + +
+
Distribution
+
+
+
+
+
+
+
+
+
Passed
+
In Progress
+
Rejected
+
+
+
+
+
+
+ + +
+
+ +
+ + +
+ + +
+ Round: +
All
+
Evaluation
+
Filtering
+
Intake
+
+ +
+ + + + + +
+ + +
+
+
+ + +
+
+ + +
+
+
Project
+
Country
+
Round
+
Status
+
Score
+
+ + +
+
+
+
OceanClean AI
+
Marine Pollution · Advanced AI detection
+
+
+ 🇫🇷 + France +
+
+ Evaluation +
+
+ + + In Progress + +
+
+
8.7
+
+
+ + +
+
+
+
+ CoralTrack + TOP SCORE +
+
Reef Monitoring · Satellite imaging
+
+
+ 🇦🇺 + Australia +
+
+ Evaluation +
+
+ + + Passed + +
+
+
9.2
+
+
+ + +
+
+
+
MicroDetect
+
Microplastics · Real-time sampling
+
+
+ 🇩🇪 + Germany +
+
+ Evaluation +
+
+ + + In Progress + +
+
+
7.8
+
+
+ + +
+
+
+
BlueMonitor
+
Ocean Chemistry · pH & temp sensors
+
+
+ 🇧🇷 + Brazil +
+
+ Evaluation +
+
+ + + In Progress + +
+
+
6.9
+
+
+ + +
+
+
+
TidalEnergy Pro
+
Renewable Energy · Tidal conversion
+
+
+ 🇬🇧 + United Kingdom +
+
+ Filtering +
+
+ + + Passed + +
+
+
8.9
+
+
+ + +
+
+
+
AquaDrone
+
Underwater Survey · Autonomous ROV
+
+
+ 🇯🇵 + Japan +
+
+ Filtering +
+
+ + + Rejected + +
+
+
4.2
+
+
+ + +
+
+
+
SeaHarvest
+
Sustainable Aquaculture · Open-sea farming
+
+
+ 🇳🇴 + Norway +
+
+ Intake +
+
+ + + Pending + +
+
+
+
+
+ + +
+
+
+
+ WaveShield + HOST +
+
Coastal Protection · Wave energy damping
+
+
+ 🇲🇨 + Monaco +
+
+ Evaluation +
+
+ + + In Progress + +
+
+
7.5
+
+
+ +
+ + +
+ +
+ Score key: +
+
+ ≥ 8.0 Excellent +
+
+
+ 6.0–7.9 Good +
+
+
+ < 6.0 Low +
+
+ + +
+
+ +
+
1
+
2
+
3
+ ··· +
18
+
+ +
+
+
+ + +
+ Showing 8 of 142 projects +
+
+ +
+
+ + +
+
+
+
+
+ +
+ 2 selected +
+
+ +
+ +
+ + + + +
+ +
+
+
+ + + + + + diff --git a/prototypes/admin-redesign-v2/05-members-list.html b/prototypes/admin-redesign-v2/05-members-list.html new file mode 100644 index 0000000..6a49a9f --- /dev/null +++ b/prototypes/admin-redesign-v2/05-members-list.html @@ -0,0 +1,703 @@ + + + + + + MOPC Admin v2 — Members + + + + + + + + + + + +
+ + +
+
+ Monaco OPC 2026 + + Members +
+
+
+ + + + +
+
+
+ +
+ + +
+
+

Members

+

48 members across all roles · Monaco OPC 2026

+
+
+ + +
+
+ + +
+
+ 48 + All +
+
+ 32 + Jury +
+
+ 6 + Mentors +
+
+ 4 + Observers +
+
+ 3 + Admins +
+
+ 3 + Other +
+ + +
+ + +
+
+ + +
+
Member
+
Role
+
Panel / Context
+
Status
+
Joined
+
+
+ + +
+ + +
+
+
SM
+
+
Dr. Sophie Martin
+
sophie@univ.fr
+
+
+
+ Jury Member +
+
+
Panel A
+
12 assignments
+
+
+ + + Active + +
+
Jan 15
+
+ +
+
+ + +
+
+
JD
+
+
Prof. Jean Dupont
+
jean@lab.mc
+
+
+
+ Jury Member +
+
+
Panel A
+
15 assignments
+
+
+ + + Active + +
+
Jan 15
+
+ +
+
+ + +
+
+
MG
+
+
Maria Garcia
+
maria@ocean.org
+
+
+
+ Jury Member +
+
+
Panel B
+
0 assignments
+
+
+ + + Invited + +
+
Feb 1
+
+ +
+
+ + +
+
+
YT
+
+
Dr. Yuki Tanaka
+
yuki@marine.jp
+
+
+
+ Jury Member +
+
+
Panel A
+
10 assignments
+
+
+ + + Active + +
+
Jan 18
+
+ +
+
+ + +
+
+
CM
+
+
Carlos Mendez
+
carlos@reef.br
+
+
+
+ Mentor +
+
+
3 mentee projects
+
+
+ + + Active + +
+
Jan 10
+
+ +
+
+ + +
+
+
LC
+
+
Lisa Chen
+
lisa@wwf.org
+
+
+
+ Observer +
+
+
Read-only access
+
+
+ + + Active + +
+
Jan 5
+
+ +
+
+ + +
+
+
AH
+
+
Ahmed Hassan
+
ahmed@env.eg
+
+
+
+ Jury Member +
+
+
Panel B
+
0 assignments
+
+
+ + + Invited + +
+
Feb 8
+
+ +
+
+ + +
+
+
RF
+
+
Robert Fisher
+
robert@noaa.gov
+
+
+
+ Jury Member +
+
+
+
+
+ + + Inactive + +
+
Dec 15
+
+ +
+
+ +
+ + +
+
Showing 8 of 48 members
+
+ + + + + + + +
+
+ +
+
+ + + diff --git a/prototypes/admin-redesign-v2/06-reports.html b/prototypes/admin-redesign-v2/06-reports.html new file mode 100644 index 0000000..adc4a74 --- /dev/null +++ b/prototypes/admin-redesign-v2/06-reports.html @@ -0,0 +1,785 @@ + + + + + + MOPC Admin v2 — Reports + + + + + + + + + + + +
+ + +
+
+ Monaco OPC 2026 + + Reports +
+ +
+ + +
+

Reports

+

Analytics for Monaco OPC 2026

+
+ + +
+
+ + Program: +
+ +
+
+ + Round: +
+ +
+
Last updated: Feb 21, 2026 at 09:44
+
+ + +
+
Overview
+
Jury Analytics
+
Project Analytics
+
Cross-Stage
+
+ + +
+ + +
+
Program at a Glance
+
+ +
+
2
+
Programs
+
+ +
+
142
+
Projects Submitted
+
+ +
+
8
+
Jury Members
+
+ +
+
+ 312 +
+
Evaluations Cast
+
+ +
+
87%
+
Completion Rate
+
+
+
+ + +
+ + +
+
Project Status Breakdown
+
+ +
+
+
+
142
+
Total
+
+
+
+ +
+
+
+
+ Passed +
+
+ 54 + 38% +
+
+
+
+
+ In Progress +
+
+ 29 + 20% +
+
+
+
+
+ Pending +
+
+ 21 + 15% +
+
+
+
+
+ Rejected +
+
+ 38 + 27% +
+
+
+
+
+ + +
+
Score Distribution
+
Mean: 7.2  ·  Median: 7.5  ·  Std Dev: 1.8
+
+ +
+
+ 0 – 2 + 4 projects +
+
+
+ 4 +
+
+
+ +
+
+ 2 – 4 + 12 projects +
+
+
+ 12 +
+
+
+ +
+
+ 4 – 6 + 22 projects +
+
+
+ 22 +
+
+
+ +
+
+ 6 – 8 + 68 projects +
+
+
+ 68 +
+
+
+ +
+
+ 8 – 10 + 36 projects +
+
+
+ 36 +
+
+
+
+
+
+ + +
+
+
+
Evaluation Timeline
+
Cumulative evaluations  ·  87 of 142 completed
+
+
+
+
+ Cumulative +
+
+
+ Target +
+
+
+ + + + + + + + + + 80 + 60 + 40 + 20 + 0 + + Mar 1 + Mar 5 + Mar 10 + Mar 15 + Mar 20 + + + + + + + + + + + + + + + + + + + + + + Peak 87 + + +
+ + +
+ + +
+
Average Criteria Scores
+
+ +
+
+ Innovation +
+
+
7.8
+
+
+ +
+
+ Impact +
+
+
8.1
+
+
+ +
+
+ Feasibility +
+
+
6.9
+
+
+ +
+
+ Team Quality +
+
+
7.4
+
+
+ +
+
+ Sustainability +
+
+
7.2
+
+
+
+
+ + +
+ +
+
Top Ranked Projects
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
#ProjectScoreStatus
1Coral AI Monitoring9.2Passed
2Deep Ocean Mapping8.9Passed
3Microplastic Sensor Net8.7In Progress
4Tidal Energy Farms8.4Passed
5Kelp Forest Restoration8.1Passed
+
+ + +
+
Jury Workload
+
+
+
+ Dr. S. Martin12/12 +
+
100%
+
+
+
+ Prof. J. Dupont15/15 +
+
100%
+
+
+
+ Dr. Y. Tanaka10/12 +
+
83%
+
+
+
+ R. Fisher8/15 +
+
53%
+
+
+
+ M. Garcia0/10 +
+
+
+
+
+
+
+ +
+
+ + + diff --git a/prototypes/admin-redesign-v2/07-sidebar-states.html b/prototypes/admin-redesign-v2/07-sidebar-states.html new file mode 100644 index 0000000..e6fb957 --- /dev/null +++ b/prototypes/admin-redesign-v2/07-sidebar-states.html @@ -0,0 +1,690 @@ + + + + + + MOPC Admin v2 — Sidebar States Component Reference + + + + + + + + +
+
+
+
Component Reference
+

Sidebar States

+

All sidebar variants for MOPC Admin v2  ·  White sidebar design system reference

+
+
v2.1 · Feb 2026
+
+
+ + +
+ + +
+
1 · Default
+

White sidebar, no active nav item. "Reports" shows hover state for reference.

+
+
+ + +
+
+
+ M +
+
+
MOPC Admin
+
Control Panel
+
+
+ +
+ + +
+ +
+ + + + +
+
MP
+
+
Marc Pianelli
+
Super Admin
+
+ +
+
+
+ + +
+
2 · Rounds Active
+

White sidebar, Rounds item active: bg #053d57, white text, 3px red left bar.

+
+
+ +
+
+
+ M +
+
+
MOPC Admin
+
Control Panel
+
+
+ +
+ +
+ +
+ + + +
+
MP
+
+
Marc Pianelli
+
Super Admin
+
+ +
+
+
+ + +
+
3 · Mobile Collapsed
+

White sidebar collapsed to 64px icon strip. Active item (Rounds) has a red right-edge dot indicator.

+
+
+ + +
+
+ M +
+
+ + +
+ +
+ + + + + +
+
MP
+
+
+
+ + +
+
4 · Edition Selector Open
+

White sidebar with edition dropdown overlay. Nav behind is dimmed.

+
+
+ +
+
+
+ M +
+
+
MOPC Admin
+
Control Panel
+
+
+ +
+ + +
+ + + +
+
Switch Edition
+
+
+
+
Monaco OPC 2026
+
Active · 142 projects
+
+ +
+
+
+
+
Monaco OPC 2025
+
Archived · 128 projects
+
+
+
+
+
+ Create New Edition
+
+
+
+ + + + +
+
MP
+
+
Marc Pianelli
+
Super Admin
+
+
+
+
+ + +
+
5 · Program Admin
+

White sidebar with teal accent line. No Administration section. Active item uses teal bg.

+
+ +
+ +
+
+ +
+ M +
+
+
MOPC Admin
+
Control Panel
+
+
+ +
+ +
+ +
+ + + + +
+
AL
+
+
Anne Lemaire
+
Program Admin
+
+ +
+
+
+ +
+ + +
+
+
Design Tokens & Specifications — White Sidebar
+
+ + +
+
Brand Colors
+
+
+
+
Sidebar BG
#ffffff → #f8fafc gradient
+
+
+
+
Brand Blue
#053d57 — active nav bg, logo text
+
+
+
+
Brand Red
#de0f1e — active left bar, accent top
+
+
+
+
Brand Teal
#557f8c — Program Admin accent
+
+
+
+
Border
#e8edf2 — sidebar right border
+
+
+
+ + +
+
Typography
+
+
Montserrat 900
Page headings, brand logo "M"
+
Montserrat 700
Active nav items, logo text, user name
+
Montserrat 600
Edition label, Control Panel subtitle
+
Montserrat 500
Inactive nav items (13px)
+
Section Labels · 9.5px Black uppercase
+
+
+ + +
+
Dimensions
+
+
Sidebar width (full)256px
+
Sidebar width (collapsed)64px
+
Logo area height56px
+
Nav item height38px
+
Nav item radius10px
+
Active indicator bar3px left, brand-red
+
Sidebar accent line3px, red→blue gradient
+
Border right1px solid #e8edf2
+
+
+ + +
+
State Behaviors
+
+
+
Active nav item
+
bg #053d57, white text (700), 3px red left bar
+
+
+
Hover nav item
+
bg rgba(5,61,87,0.06), color #053d57, 0.15s ease
+
+
+
Collapsed (mobile)
+
64px icon strip; active = blue sq + red right dot
+
+
+
Edition selector open
+
Chevron flips up; nav dims to 35% opacity
+
+
+
Program Admin theme
+
Teal accent line + logo; no Administration section
+
+
+
Notification dot
+
Brand red, 2s pulse animation
+
+
+
+ +
+
+
+ + + diff --git a/prototypes/admin-redesign-v2/08-dashboard-overhaul.html b/prototypes/admin-redesign-v2/08-dashboard-overhaul.html new file mode 100644 index 0000000..738755f --- /dev/null +++ b/prototypes/admin-redesign-v2/08-dashboard-overhaul.html @@ -0,0 +1,1378 @@ + + + + + + MOPC Admin v2 — Dashboard Overhaul + + + + + + + + + + + + + + +
+
+
+ Monaco OPC 2026 + + Dashboard +
+
+
+ + +
+
+
+ +
+ + +
+
+ Good morning, Marc +
+
+ Monaco Ocean Protection Challenge · 2026 Edition +
+
+ + +
+
Viewing dashboard as
+
+ + + + + + + +
+
+ + +
+
+
+
+ +
+
+
+ + +
+
+
+ +
+
+
+ + + + + +
+ +
+ +
+
+ + + + + diff --git a/prototypes/admin-redesign/01-dashboard.html b/prototypes/admin-redesign/01-dashboard.html new file mode 100644 index 0000000..4883e39 --- /dev/null +++ b/prototypes/admin-redesign/01-dashboard.html @@ -0,0 +1,672 @@ + + + + + + MOPC Admin — Dashboard + + + + + + + + + + + + +
+
+ + +
+
+

Good morning, Marc

+

Monaco OPC 2026 · Active round: Evaluation

+
+ + + + + + Evaluation Round → + +
+ + +
+
+ + + + +
+
+
Action Required
+
3 jury members haven't started evaluations · Deadline in 12 days
+
+ +
+ + +
+
+

Competition Pipeline

+ All rounds → +
+
+ +
+
+ + + +
+
+ +
+
+
Intake
+
Completed
+
+
+ + +
+
+ +
+
+
Filtering
+
Completed
+
+
+ + +
+
+ + + +
+
+
Evaluation
+
● Active
+
+
+ + +
+
+ + + +
+
+
Submission
+
Draft
+
+
+ + +
+
+ + + +
+
+
Mentoring
+
Draft
+
+
+ + +
+
+ + + +
+
+
Live Final
+
Draft
+
+
+
+
+ + +
+
+
+
Total Projects
+
142
+
+12 this week
+
+
+
Eligible
+
87
+
from 142 submitted
+
+
+
Jury Members
+
8
+
across 2 groups
+
+
+
Evaluated
+
62%
+
87 of 142 complete
+
+
+
+ + +
+ + +
+ + +
+
+
+

Active Round

+
Expert Evaluation · Jury Panel A
+
+ + + Active + +
+ + +
+
+ Evaluation Progress + 62% +
+
+
+
+
+
87 evaluated / 142 total · 12 days remaining
+ + +
+
+
156
+
Assignments
+
+
+
5
+
Pending COI
+
+
+
Mar 1–30
+
Window
+
+
+
+ + +
+
+

Recent Evaluations

+ View all → +
+
+ +
+
+
+
OceanClean AI
+
France · Technology
+
+
+
+
+
+ 8.7 +
+
+
+
+
+
CoralTrack
+
Australia · Biodiversity
+
+
+
+
+
+ 9.2 +
+
+
+
+
+
MicroDetect
+
Germany · Research
+
+
+
+
+
+ 7.8 +
+
+
+
+
+
BlueMonitor
+
Brazil · Monitoring
+
+
+
+
+
+ 6.9 +
+
+
+
+
+
TidalEnergy Pro
+
United Kingdom · Energy
+
+
+
+
+
+ 8.9 +
+
+
+
+
+ + +
+ +
+
+

Recent Activity

+
+
+
+
+
+
Sophie Laurent
+
Submitted evaluation for CoralTrack
+
2 min ago
+
+
+
+
+
+
Admin
+
Assigned 12 projects to Panel B
+
18 min ago
+
+
+
+
+
+
Jean-Pierre M.
+
Declared COI for AquaScan Tech
+
1 hr ago
+
+
+
+
+
+
System
+
Reminder sent to 3 jury members
+
3 hrs ago
+
+
+
+
+
+
Elena Vasquez
+
Submitted evaluation for OceanClean AI
+
4 hrs ago
+
+
+
+
+
+
Admin
+
Unlocked Filtering results
+
Yesterday
+
+
+
+
+
+
+ + +
+ + +
+
+

Geographic Distribution

+ Top 8 countries +
+
+
+ 🇫🇷 + France +
+
+
+ 24 +
+
+ 🇺🇸 + United States +
+
+
+ 18 +
+
+ 🇬🇧 + United Kingdom +
+
+
+ 13 +
+
+ 🇩🇪 + Germany +
+
+
+ 12 +
+
+ 🇦🇺 + Australia +
+
+
+ 9 +
+
+ 🇧🇷 + Brazil +
+
+
+ 7 +
+
+ 🇯🇵 + Japan +
+
+
+ 6 +
+
+ 🇳🇱 + Netherlands +
+
+
+ 5 +
+
+
+ + +
+

Categories

+ + +
+
+ Startup + 89 +
+
+
+
+
+ Business Concept + 53 +
+
+
+
+
+ + +
+ + +
+
Ocean Issues
+
+
+ Pollution + 38 +
+
+ Biodiversity + 32 +
+
+ Climate + 28 +
+
+ Sustainable Fishing + 24 +
+
+ Coastal Erosion + 20 +
+
+
+
+
+ +
+
+ + + diff --git a/prototypes/admin-redesign/02-rounds-pipeline.html b/prototypes/admin-redesign/02-rounds-pipeline.html new file mode 100644 index 0000000..f4d3019 --- /dev/null +++ b/prototypes/admin-redesign/02-rounds-pipeline.html @@ -0,0 +1,459 @@ + + + + + + MOPC Admin — Rounds Pipeline + + + + + + + + + + + + +
+
+ + +
+
+
+

Monaco OPC 2026

+ +
+
+ 6 rounds + · + 142 projects + · + 312 assignments + · + + + Evaluation active + + · + 4 awards +
+
+ +
+ + +
+
+ + +
+
+ + +
+ + + + + + + + +
+ + +
+
+

Round Pipeline

+ Main Competition +
+ +
+ + +
+ +
+
+
+
+ +
+
+
+
Intake
+
Initial Intake
+
42 projects
+
+
+
+ Done + + + +
+
+
+ + +
+
+
+
+
+
+
+
+
Filtering
+
AI Screening Round
+
38 projects
+
+
+
+ Done + + + +
+
+
+ + +
+
+ +
+
+
+
+
+
+
+
+
Evaluation
+
Expert Evaluation
+
32 projects
+
Jury Panel A · 156 assignments · Mar 1–30
+ +
+ + 🏆 Best Innovation + + + 🏆 Ocean Impact + +
+
+
+ + + Active + + + + +
+
+
+
+ + +
+
+
+
+
+
+
+
Submission
+
Document Collection
+
+
+
+ Draft + + + +
+
+
+ + +
+
+
+
+
+
+
+
Mentoring
+
Mentorship Phase
+
+
+
+ Draft + + + +
+
+
+ + +
+
+
+ +
+
+
+
Live Final
+
Live Ceremony
+
+
+
+ Draft + + + + +
+
+
+ +
+
+ + +
+
+
+ + + +

Special Awards (Unlinked)

+
+ +
+
+
+ + 🏆 Audience Choice + · + Parallel · 0 eligible + +
+
+
+ +
+
+ + + diff --git a/prototypes/admin-redesign/03-round-detail.html b/prototypes/admin-redesign/03-round-detail.html new file mode 100644 index 0000000..4d8e1f6 --- /dev/null +++ b/prototypes/admin-redesign/03-round-detail.html @@ -0,0 +1,413 @@ + + + + + + MOPC Admin — Round Detail + + + + + + + + + + + + +
+
+ + +
+ Admin + / + Rounds + / + Expert Evaluation +
+ + +
+
+ +
+
+ +
+
Evaluation
+
Expert Evaluation
+
+
+
+ +
+
+ + +
+ +
+
+

Expert Evaluation

+ + + Active + +
+
+ +
+
+ + +
EVALUATION · Jury Panel A
+ + +
+
+
Projects
+
32
+
+
+
Jurors
+
8
+
+
+
Period
+
Mar 1–30
+
+
+
Assignments
+
156
+
+
+
+ + +
+
+ + + + + +
+
+ + +
+ + +
+
+

Evaluation Progress

+ 62% +
+
+
+
+
+ 87 of 142 projects evaluated + + + + + 12 days remaining + +
+
+ + +
+

Readiness Checklist

+
+ + +
+ + + + Jury group assigned +
+ + +
+ + + + Evaluation form ready +
+ + +
+ + + + Projects imported +
+ + +
+ + + + 3 jurors need reminders +
+ + +
+ + + + Assignments generated +
+ + +
+ + + + COI declarations done +
+ +
+
+ + +
+ + + +
+ +
+
+
+ + + diff --git a/prototypes/admin-redesign/04-projects-list.html b/prototypes/admin-redesign/04-projects-list.html new file mode 100644 index 0000000..2459018 --- /dev/null +++ b/prototypes/admin-redesign/04-projects-list.html @@ -0,0 +1,538 @@ + + + + + + MOPC Admin — Projects + + + + + + + + + + + + +
+
+ + +
+
+

Projects

+

142 projects across all rounds

+
+
+ + +
+
+ + +
+
+
Total
+
142
+
+
+
Eligible
+
87
+
+
+
Assigned
+
62
+
+
+
Rejected
+
12
+
+
+ + +
+ +
+ + + + +
+ + + + + + + +
+ + + Showing 24 of 142 +
+ + +
+
+ + +
+ +
+ +
+ Project + +
+
Country
+
Round
+
Status
+
Score
+
Act
+
+ + +
+ +
+
OceanClean AI
+
Marine Pollution
+
+
🇫🇷 France
+
Evaluation
+
+
+ In Progress +
+
+
+
+
+ 8.7 +
+ +
+ + +
+ +
+
CoralTrack
+
Reef Monitoring
+
+
🇦🇺 Australia
+
Evaluation
+
+
+ Passed +
+
+
+
+
+ 9.2 +
+ +
+ + +
+ +
+
MicroDetect
+
Microplastics
+
+
🇩🇪 Germany
+
Evaluation
+
+
+ In Progress +
+
+
+
+
+ 7.8 +
+ +
+ + +
+ +
+
BlueMonitor
+
Ocean Chemistry
+
+
🇧🇷 Brazil
+
Evaluation
+
+
+ In Progress +
+
+
+
+
+ 6.9 +
+ +
+ + +
+ +
+
TidalEnergy Pro
+
Renewable Energy
+
+
🇬🇧 United Kingdom
+
Filtering
+
+
+ Passed +
+
+
+
+
+ 8.9 +
+ +
+ + +
+ +
+
AquaDrone
+
Underwater Survey
+
+
🇯🇵 Japan
+
Filtering
+
+
+ Rejected +
+
+
+
+
+ 4.2 +
+ +
+ + +
+ +
+
SeaHarvest
+
Sustainable Aquaculture
+
+
🇳🇴 Norway
+
Intake
+
+
+ Pending +
+
+
+
+
+ +
+ +
+ + +
+ +
+
WaveShield
+
Coastal Protection
+
+
🇲🇨 Monaco
+
Evaluation
+
+
+ In Progress +
+
+
+
+
+ 7.5 +
+ +
+ + +
+ Page 1 of 6 · 142 results +
+ + + + + ... + + +
+
+
+ +
+
+ + +
+
+
+ +
+ 3 selected +
+
+ + + +
+
+ + + diff --git a/prototypes/admin-redesign/05-members-list.html b/prototypes/admin-redesign/05-members-list.html new file mode 100644 index 0000000..e607484 --- /dev/null +++ b/prototypes/admin-redesign/05-members-list.html @@ -0,0 +1,487 @@ + + + + + + MOPC Admin — Members + + + + + + + + + + + + +
+
+ + +
+
+

Members

+

48 members across all roles

+
+ +
+ + +
+
+ + + + + + +
+
+ + +
+
+ + + + +
+
+ + +
+ + +
+ +
+ +
Member
+
Role
+
Status
+
Invited
+
Act
+
+ + +
+
+
+
+
+
SM
+
+
Dr. Sophie Martin
+
sophie@univ.fr
+
Panel A · 12 assignments
+
+
+
Jury Member
+
+
+ Active +
+
Jan 15
+
+ +
+
+ + +
+
+
+
+
+
JD
+
+
Prof. Jean Dupont
+
jean@lab.mc
+
Panel A · 15 assignments
+
+
+
Jury Member
+
+
+ Active +
+
Jan 15
+
+ +
+
+ + +
+
+
+
+
+
MG
+
+
Maria Garcia
+
maria@ocean.org
+
Panel B · 0 assignments
+
+
+
Jury Member
+
+
+ Invited +
+
Feb 1
+
+ + +
+
+ + +
+
+
+
+
+
YT
+
+
Dr. Yuki Tanaka
+
yuki@marine.jp
+
Panel A · 10 assignments
+
+
+
Jury Member
+
+
+ Active +
+
Jan 18
+
+ +
+
+ + +
+
+
+
+
+
CM
+
+
Carlos Mendez
+
carlos@reef.br
+
3 mentee projects
+
+
+
Mentor
+
+
+ Active +
+
Jan 10
+
+ +
+
+ + +
+
+
+
+
+
LC
+
+
Lisa Chen
+
lisa@wwf.org
+
+
+
Observer
+
+
+ Active +
+
Jan 5
+
+ +
+
+ + +
+
+
+
+
+
AH
+
+
Ahmed Hassan
+
ahmed@env.eg
+
Panel B · 0 assignments
+
+
+
Jury Member
+
+
+ Invited +
+
Feb 8
+
+ + +
+
+ + +
+
+
+
+
+
RF
+
+
Robert Fisher
+
robert@noaa.gov
+
+
+
Jury Member
+
+
+ Inactive +
+
Dec 15
+
+ +
+
+ +
+ +
+
+ + + diff --git a/prototypes/admin-redesign/06-reports.html b/prototypes/admin-redesign/06-reports.html new file mode 100644 index 0000000..1156f7d --- /dev/null +++ b/prototypes/admin-redesign/06-reports.html @@ -0,0 +1,660 @@ + + + + + + MOPC Admin — Reports + + + + + + + + + + + + +
+
+ + +
+
+

Reports

+

Analytics for Monaco OPC 2026

+
+ +
+ + +
+
+ + +
+
+ + +
+
+ + + + +
+
+ + +
+ +
+
+
+

Programs

+

2

+
+
+ + + +
+
+

Active programs

+
+ + +
+
+
+

Total Projects

+

142

+
+
+ + + +
+
+

Submissions received

+
+ + +
+
+
+

Jury Members

+

8

+
+
+ + + +
+
+

Active evaluators

+
+ + +
+
+
+

Evaluations

+

312

+
+
+ + + +
+
+

Completed evaluations

+
+
+ + +
+ + +
+

Status Breakdown

+
+ +
+
+
+ 142 + projects +
+
+
+ +
+
+
+ + Passed +
+
+ 32% + 45 +
+
+
+
+ + In Progress +
+
+ 37% + 52 +
+
+
+
+ + Pending +
+
+ 20% + 28 +
+
+
+
+ + Rejected +
+
+ 11% + 17 +
+
+
+
+
+ + +
+

Score Distribution

+
+ +
+ 0–2 +
+
+
+ 3 +
+ +
+ 2–4 +
+
+
+ 8 +
+ +
+ 4–6 +
+
+
+ 22 +
+ +
+ 6–8 +
+
+
+ 48 +
+ +
+ 8–10 +
+
+
+ 32 +
+
+

Mean: 7.2 · Median: 7.5 · Std Dev: 1.8

+
+
+ + +
+

Evaluation Timeline

+
+ +
+
+ 80 + 60 + 40 + 20 + 0 +
+ +
+ +
+
+
+
+
+
+
+ + + + + + + + + + + + + + + + + + + + +
+
+ +
+
+ Mar 1 + Mar 5 + Mar 10 + Mar 15 + Mar 20 +
+
+
+

Cumulative evaluations over time · 87 of 142 completed

+
+ + +
+

Average Scores by Criteria

+
+ +
+ Innovation +
+
+
+ 7.8 +
+ +
+ Impact +
+
+
+ 8.1 +
+ +
+ Feasibility +
+
+
+ 6.9 +
+ +
+ Team +
+
+
+ 7.4 +
+ +
+ Sustainability +
+
+
+ 7.2 +
+
+
+ + +
+ + +
+

Top Ranked Projects

+
+ +
+ #1 +
+ CoralTrack +
+ 9.2 + Passed +
+ +
+ #2 +
+ TidalEnergy Pro +
+ 8.9 + In Progress +
+ +
+ #3 +
+ OceanClean AI +
+ 8.7 + In Progress +
+ +
+ #4 +
+ MicroDetect +
+ 7.8 + In Progress +
+ +
+ #5 +
+ WaveShield +
+ 7.5 + In Progress +
+
+
+ + +
+

Jury Workload

+
+ +
+ Dr. Sophie Martin +
+
+
+ 18 +
+ +
+ Prof. Jean Dupont +
+
+
+ 15 +
+ +
+ Dr. Yuki Tanaka +
+
+
+ 12 +
+ +
+ Carlos Mendez +
+
+
+ 10 +
+ +
+ Maria Garcia +
+
+
+ 8 +
+
+
+
+ +
+
+ + + diff --git a/prototypes/admin-redesign/07-sidebar-states.html b/prototypes/admin-redesign/07-sidebar-states.html new file mode 100644 index 0000000..39d1826 --- /dev/null +++ b/prototypes/admin-redesign/07-sidebar-states.html @@ -0,0 +1,558 @@ + + + + + + MOPC Admin — Sidebar Navigation States + + + + + + + + + +
+

Sidebar Navigation — All States

+

Design reference for the MOPC admin sidebar component

+
+ + +
+ + +
+
Default (Dashboard Active)
+
+
+ + +
+
+
+ M +
+
+
MOPC Admin
+
Control Panel
+
+
+ +
+ + +
+ +
+ + + + + +
+
+
+
+ MP +
+ +
+
+
Marc Pianelli
+
Super Admin
+
+ +
+
+
+
+
+ + +
+
Rounds Active
+
+
+ + +
+
+
+ M +
+
+
MOPC Admin
+
Control Panel
+
+
+ +
+ + +
+ +
+ + + + + +
+
+
+
+ MP +
+ +
+
+
Marc Pianelli
+
Super Admin
+
+ +
+
+
+
+
+ + +
+
Mobile Collapsed
+
+ +
+ + +
+
+ M +
+
+ + +
+ +
+ + + + + +
+
+
+ MP +
+ +
+
+
+
+
+ + +
+
Edition Selector Open
+
+
+ + +
+
+
+ M +
+
+
MOPC Admin
+
Control Panel
+
+
+ +
+ + +
+ + + + +
+ +
+
+ 26 +
+
+
2026 Edition
+
Active
+
+ +
+ +
+
+ 25 +
+
+
2025 Edition
+
Archived
+
+
+ +
+
+ +
+
Create New Edition
+
+
+
+ + + + + +
+
+
+ MP +
+
+
Marc Pianelli
+
Super Admin
+
+
+
+
+
+
+ +
+ + +
+
Program Admin View (no admin section)
+
+
+ + +
+
+
+ M +
+
+
MOPC Admin
+
Control Panel
+
+
+ +
+ + +
+ +
+ + + + + +
+
+
+
+ AL +
+ +
+
+
Anne Lemaire
+
Program Admin
+
+ +
+
+
+
+
+ + + diff --git a/prototypes/observer-dashboard-redesign.html b/prototypes/observer-dashboard-redesign.html new file mode 100644 index 0000000..2d3979a --- /dev/null +++ b/prototypes/observer-dashboard-redesign.html @@ -0,0 +1,1522 @@ + + + + + +Observer Dashboard — MOPC Redesign + + + + + + + + + + + +
+ + +
+
+

Dashboard

+

Welcome, Matthew Ciaccio

+
+
+
+
+ Auto-refresh: 30s +
+ +
+
+ + +
+ +
+
Total Projects
+
84
+
+ + +12 from intake +
+
+ + +
+
Active Round
+
R3 — Expert Evaluation
+
Evaluation
+
+ + +
+
Avg Score
+
8.6/10
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ + +
+
Completion Rate
+
+
15%
+
+ + + + +
+
+
26 / 168 evaluations
+
+ + +
+
Active Jurors
+
13
+
+ + 12.9 avg/juror +
+
+ + +
+
Countries
+
22
+
+ + +3 new this round +
+
+
+ + + + + +
+ +
+
+
Score Distribution
+ 26 scored +
+
+
+ 9-10 +
+
+ 13 +
+
+
+
+ 7-8 +
+
+ 6 +
+
+
+
+ 5-6 +
+
+ 7 +
+
+
+
+ < 5 +
+
+
+ 0 +
+
+
+ + +
+
+
Juror Workload
+ All Jurors → +
+
+
+
PL
+
+
Prof. Laurent
+
+
+ 8/13 +
+
+
SM
+
+
Dr. Moreau
+
+
+ 5/13 +
+
+
AD
+
+
A. Dubois
+
+
+ 4/13 +
+
+
CB
+
+
C. Blanc
+
+
+ 3/13 +
+
+
MR
+
+
M. Renard
+
+
+ 2/13 +
+
+
+ + +
+
+
Project Origins
+ 22 countries +
+
+
+ Leaflet map — interactive +
+
+
+ France 18 + Monaco 12 + USA 9 + Italy 7 + UK 6 + Spain 5 + +16 more +
+
+
+ + +
+ +
+
+
Recent Projects
+ View All 84 Projects → +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ProjectRoundStatusEvaluationsScore
+ Algae Scope + OceanTech Labs, France + R3 — Expert EvalEligible3/3 complete10.00
+ Blue crabs + Marine Bio Institute, Monaco + R3 — Expert EvalEligible2/3 complete10.00
+ Blue Miles Index + Sustainability Co., USA + R3 — Expert EvalIn Progress2/3 complete9.00
+ BlueReturn + Ocean Analytics, UK + R3 — Expert EvalIn Progress1/3 complete9.00
+ BlueVault + AquaSec, Italy + R3 — Expert EvalIn Progress1/3 complete9.00
+ AquaAdvisor + WaterWise Tech, Spain + R3 — Expert EvalIn Progress2/3 complete7.00
+ Aegir by Navier USN + NavierUSN, Norway + R3 — Expert EvalPending0/3 complete
+ CoralGuard AI + Reef Systems, Australia + R3 — Expert EvalPending0/3 complete
+ DeepClean + CleanOcean SA, Monaco + R3 — Expert EvalIn Progress1/3 complete6.50
+ TidalPower Pro + EnergieSea, France + R3 — Expert EvalEligible3/3 complete8.33
+ +
+ + +
+
+
Recent Activity
+
+
+
+
+
+
Prof. Laurent submitted evaluation for Algae Scope — 10/10
+
12 min ago
+
+
+
+
+
+
Dr. Moreau submitted evaluation for Blue crabs — 10/10
+
28 min ago
+
+
+
+
+
+
A. Dubois declared COI for DeepClean — reassignment triggered
+
1h ago
+
+
+
+
+
+
C. Blanc submitted evaluation for TidalPower Pro — 8/10
+
2h ago
+
+
+
+
+
+
Jury reshuffled for DeepCleanM. Renard assigned
+
2h ago
+
+
+
+
+
+
Prof. Laurent submitted evaluation for BlueVault — 9/10
+
3h ago
+
+
+
+
+
+
M. Renard submitted evaluation for AquaAdvisor — 7/10
+
5h ago
+
+
+
+
+
+
R3 Expert Evaluation activated — 168 assignments created
+
2 days ago
+
+
+
+
+
+
R2 AI Screening closed — 84 of 96 projects passed
+
3 days ago
+
+
+
+
+
+
AI screening completed — all 96 projects scored and ranked
+
4 days ago
+
+
+
+
+
+ +
+ + + diff --git a/prototypes/observer-project-detail.html b/prototypes/observer-project-detail.html new file mode 100644 index 0000000..c17f712 --- /dev/null +++ b/prototypes/observer-project-detail.html @@ -0,0 +1,1256 @@ + + + + + +Project Detail — MOPC Observer + + + + + + + + + +
+ + + + + +
+
+

OceanGuard Sentinel Network

+
Blue Horizon Foundation — Monaco
+
+ + 🇲🇨 Monaco + + + R3 Expert Evaluation + + In Progress + + + 3 jurors assigned + + + + Marine Tech, Monitoring + +
+
+
+
Overall Score
+
9.2/10
+
from 2 of 3 evaluations
+
+
+ + +
+ + + +
+ + + + +
+
+ + +
+ +
+
+
Score Summary
+
+
+
+
+
Innovation
+
9.0
+
+
+
Impact
+
9.5
+
+
+
Feasibility
+
8.5
+
+
+
Scalability
+
9.0
+
+
+
Presentation
+
10.0
+
+
+ + +
+
+ + AI Synthesis +
+
+ Strong consensus among evaluators on technical excellence and innovative approach to marine monitoring. The project demonstrates exceptional scalability potential with its modular sensor architecture. Key strength: proven pilot results in Mediterranean. Primary concern: long-term maintenance costs for deep-sea sensor nodes. +
+
+
+
+ + +
+
+
Project Information
+
+
+
+
+
Submitted
+
Jan 12, 2026
+
+
+
Category
+
Marine Technology
+
+
+
Organization Type
+
Non-Profit Foundation
+
+
+
Country
+
🇲🇨 Monaco
+
+
+
Budget Requested
+
€320,000
+
+
+
Project Duration
+
24 months
+
+
+
AI Screening Score
+
8.4 / 10
+
+
+
Last Updated
+
Feb 18, 2026
+
+
+
+
+
+ + +
+
+
+
Round History
+
+
+
+
+
+ +
+
+
+ R1 — Application Intake + Passed +
+
Received Jan 12 • Completed Jan 14
+
+
+
+
+ +
+
+
+ R2 — AI Screening + Passed +
+
Score: 8.4/10 • Completed Jan 15
+
+
+
+
+ +
+
+
+ R3 — Expert Evaluation + In Progress +
+
2 of 3 evaluations completed • Score: 9.2
+
+
+
+
+
+
+ R4 — Document Submission + Pending +
+
Not yet started
+
+
+
+
+
+
+ R5 — Semi-Final Evaluation + Pending +
+
Not yet started
+
+
+
+
+
+
+ +
+
+ + + + +
+ + +
+
+
+
EP
+
+ Dr. Elena Petrov + Chair • Submitted Feb 16, 2026 +
+
+
9.4/10
+
+
+
+ Innovation +
+ 9.0 +
+
+ Impact +
+ 10.0 +
+
+ Feasibility +
+ 9.0 +
+
+ Scalability +
+ 9.0 +
+
+ Presentation +
+ 10.0 +
+
+
Juror Comments
+ Exceptional project with a proven track record in Mediterranean marine monitoring. The modular sensor architecture is particularly impressive, allowing easy scaling to different marine environments. The team has demonstrated strong technical capabilities and clear understanding of the challenges. I recommend this project advance to the next round with high confidence. +
+
+
+ + +
+
+
+
MT
+
+ Prof. Marco Tanaka + Expert • Submitted Feb 18, 2026 +
+
+
9.0/10
+
+
+
+ Innovation +
+ 9.0 +
+
+ Impact +
+ 9.0 +
+
+ Feasibility +
+ 8.0 +
+
+ Scalability +
+ 9.0 +
+
+ Presentation +
+ 10.0 +
+
+
Juror Comments
+ Technically sound proposal with clear innovation in underwater sensor deployment methodology. Budget allocation is well-justified, though I have minor concerns about long-term maintenance costs for the deep-sea nodes. The team's previous work with the Pelagos Sanctuary partnership adds significant credibility. +
+
+
+ + +
+
+
+
SN
+
+ Dr. Sarah Nakamura + Expert • Assigned Feb 10, 2026 +
+
+ Pending +
+
+
+ + Evaluation not yet submitted • 10 days since assignment +
+
+
+ +
+ + + + +
+ +
+
+
+
Project Files
+
6 files • 24.8 MB total
+
+
+
+
+ +
+
+ +
+
+
Project_Proposal_OceanGuard_2026.pdf
+
PDF • 8.2 MB • Uploaded Jan 12, 2026
+
+ Download +
+ +
+
+ +
+
+
Budget_Breakdown_Detailed.pdf
+
PDF • 1.4 MB • Uploaded Jan 12, 2026
+
+ Download +
+ +
+
+ +
+
+
Technical_Architecture_Document.docx
+
DOCX • 3.6 MB • Uploaded Jan 12, 2026
+
+ Download +
+ +
+
+ +
+
+
Impact_Metrics_Projections.xlsx
+
XLSX • 2.1 MB • Uploaded Jan 12, 2026
+
+ Download +
+ +
+
+ +
+
+
Sensor_Deployment_Photos.zip
+
ZIP • 8.3 MB • Uploaded Jan 13, 2026
+
+ Download +
+ +
+
+ +
+
+
Letters_of_Support.pdf
+
PDF • 1.2 MB • Uploaded Jan 14, 2026
+
+ Download +
+ +
+
+
+ +
+ +
+ + + + + diff --git a/prototypes/observer-projects.html b/prototypes/observer-projects.html new file mode 100644 index 0000000..9403771 --- /dev/null +++ b/prototypes/observer-projects.html @@ -0,0 +1,641 @@ + + + + + +MOPC Observer — Projects + + + + + + + + + +
+ +
+
+

All Projects

+

Monaco Ocean Protection Challenge 2026 — 247 projects across all rounds

+
+
+ +
+
+ + + +
+ + + + +
+ 3 filters + +
+
+ Showing 24 of 138 projects + +
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Project CountryRoundStatusScoreJurorsUpdated
+
+
OC
+
+
OceanClean AI
+
Marine Pollution · Technology
+
+
+
🇫🇷France
EvaluationIn Progress +
+ 8.7 +
+
+
+
+
ML
+
CT
+
RT
+
+
3h agoView →
+
+
CT
+
+
CoralTrack
+
Reef Monitoring · AI
+
+
+
🇦🇺Australia
EvaluationPassed +
+ 9.2 +
+
+
+
+
AG
+
IN
+
MH
+
+1
+
+
4h agoView →
+
+
MD
+
+
MicroDetect
+
Microplastics · Sensors
+
+
+
🇩🇪Germany
EvaluationIn Progress +
+ 7.8 +
+
+
+
+
VK
+
RS
+
+
6h agoView →
+
+
BM
+
+
BlueMonitor
+
Ocean Chemistry · IoT
+
+
+
🇧🇷Brazil
EvaluationIn Progress +
+ 6.9 +
+
+
+
+
AH
+
TL
+
CB
+
+
YesterdayView →
+
+
TR
+
+
TidalReach
+
Tidal Energy · Offshore
+
+
+
🇳🇴Norway
MentoringPassed +
+ 8.4 +
+
+
+
+
CG
+
NJ
+
+
3d agoView →
+
+
AW
+
+
AquaWatch
+
Water Quality · Drones
+
+
+
🇨🇦Canada
EvaluationPending +
+
RS
+
+
3d agoView →
+
+
SM
+
+
SeaMapper
+
Bathymetry · Robotics
+
+
+
🇯🇵Japan
FilteringRejected +
+ 4.1 +
+
+
+
+
VK
+
FD
+
+
5d agoView →
+
+
DS
+
+
DeepSense
+
Deep-Sea · Acoustics
+
+
+
🇳🇿New Zealand
EvaluationIn Progress +
+ 7.3 +
+
+
+
+
LC
+
CE
+
GD
+
+
1h agoView →
+ + +
+ +
+ + + diff --git a/prototypes/observer-reports.html b/prototypes/observer-reports.html new file mode 100644 index 0000000..f7455cf --- /dev/null +++ b/prototypes/observer-reports.html @@ -0,0 +1,1238 @@ + + + + + +Observer Reports — MOPC + + + + + + + + + +
+ + + + + +
+
+ + + +
+ +
+ + + + +
+ + +
+
+
Round Progress
+
3 of 5
+
rounds completed
+
+
+
Evaluation Velocity
+
4.2
+
evaluations per day
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Est. Completion
+
Mar 15, 2026
+
23 days remaining
+
+
+ + +
+
+
+
Completion Timeline
+
Cumulative evaluation completion across rounds
+
+
+
+
+
+ +
+ Tremor AreaChart — Completion Timeline +
+
+
R1 Application Intake
+
R2 AI Screening
+
R3 Expert Evaluation
+
R4 Document Submission
+
R5 Semi-Final Evaluation
+
+
+
+ + +
+
+
+
Round Completion Breakdown
+
Detailed progress for each round
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
RoundStatusAssignmentsCompletedRateAvg Days
+
R1 — Application Intake
+
Closed9696 +
+
+ 100% +
+
2.1
+
R2 — AI Screening
+
Closed9696 +
+
+ 100% +
+
0.5 AI
+
R3 — Expert Evaluation
+
Active
16826 +
+
+ 15% +
+
3.4
+
R4 — Document Submission
+
Draft +
+
+ +
+
+
R5 — Semi-Final Evaluation
+
Draft +
+
+ +
+
+
+
+ +
+ + + + +
+ + +
+
+
+
Juror Performance
+
Individual juror metrics for the current round
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
JurorRoleAssignedCompletedRateAvg ScoreConsistencyAvg Response
+
+
EP
+ Dr. Elena Petrov +
+
Chair138 +
+
+ 8/13 +
+
8.4High2.1d
+
+
MT
+ Prof. Marco Tanaka +
+
Expert1311 +
+
+ 11/13 +
+
9.1High1.4d
+
+
SN
+ Dr. Sarah Nakamura +
+
Expert145 +
+
+ 5/14 +
+
7.8Medium4.2d
+
+
AD
+ André Dubois +
+
Expert132 +
+
+ 2/13 +
+
8.9High5.8d
+
+
LR
+ Dr. Lisa Rosenberg +
+
Expert120 +
+
+ 0/12 +
+
N/A
+
+
KA
+ Kenji Arakawa +
+
Chair130 +
+
+ 0/13 +
+
N/A
+
+
+ + +
+
+
+
Score Consistency Heatmap
+
Inter-rater reliability across evaluation criteria
+
+
+
+
+
+ +
+ Tremor HeatMap — Juror Score Consistency +
+
+
+ +
+ + + + +
+ + +
+
+
+
Score Distribution
+
Distribution of evaluation scores across all rounds
+
+
+
+
+
+ +
+ Tremor BarChart — Score Distribution by Range +
+
+
+ +
+ + +
+
+
+
Criteria Breakdown
+
Average scores by evaluation criteria
+
+
+
+
+
+ Presentation +
+ 8.8 +
+
+ Feasibility +
+ 8.5 +
+
+ Innovation +
+ 8.2 +
+
+ Impact +
+ 7.9 +
+
+ Scalability +
+ 7.1 +
+
+
+
+ + +
+
+
+
Cross-Round Comparison
+
Score statistics across completed rounds
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
RoundAvgMedianStd DevMinMax
R1 — IntakeN/AN/AN/AN/AN/A
R2 — AI Screening6.86.51.23.19.8
R3 — Expert Eval8.69.01.45.010.0
+
+
+ +
+ +
+ +
+ + + + +