| name | dashboard-design-for-trials |
| description | Design dashboard layout sketches for clinical trials showing enrollment progress and adverse event rates |
| version | 1.0.0 |
| category | Visual |
| tags | [] |
| author | AIPOCH |
| license | MIT |
| status | Draft |
| risk_level | Medium |
| skill_type | Tool/Script |
| owner | AIPOCH |
| reviewer | |
| last_updated | 2026-02-06 |
Dashboard Design for Trials
Design layout sketches for clinical trial data monitoring panels, displaying recruitment progress, AE incidence rates, and other key metrics.
Features
- Generate HTML layout sketches for clinical trial Dashboards
- Support multiple chart types: progress bars, line charts, pie charts, bar charts, etc.
- Customizable study protocol, site count, key metrics
- Responsive design, adaptable to different screen sizes
Usage
python scripts/main.py [options]
Parameters
| Parameter | Type | Default | Required | Description |
|---|
--study-id | string | STUDY-001 | No | Study ID |
--study-name | string | Clinical Trial A | No | Study Name |
--sites | int | 10 | No | Number of sites |
--target-enrollment | int | 100 | No | Target enrollment count |
--current-enrollment | int | 45 | No | Current enrollment count |
--ae-count | int | 12 | No | Adverse event count |
--output | string | dashboard.html | No | Output HTML file path |
Examples
python scripts/main.py
python scripts/main.py \
--study-id "PHASE-III-2024" \
--study-name "Phase III Clinical Trial of New Drug for Type 2 Diabetes" \
--sites 15 \
--target-enrollment 300 \
--current-enrollment 120 \
--ae-count 25 \
--output my_dashboard.html
Output
Generates an HTML Dashboard containing the following modules:
- Study Overview Card - Study ID, name, status