← 返回
未分类 中文

Dashboard Design For Trials

Design dashboard layout sketches for clinical trials showing enrollment progress and adverse event rates
设计临床试验仪表板布局草图,展示入组进度和不良事件率
aipoch-ai aipoch-ai 来源
未分类 clawhub v0.1.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 548
下载
💾 2
安装
1
版本
#latest

概述

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

ParameterTypeDefaultRequiredDescription
-------------------------------------------------
--study-idstringSTUDY-001NoStudy ID
--study-namestringClinical Trial ANoStudy Name
--sitesint10NoNumber of sites
--target-enrollmentint100NoTarget enrollment count
--current-enrollmentint45NoCurrent enrollment count
--ae-countint12NoAdverse event count
--outputstringdashboard.htmlNoOutput HTML file path

Examples

# Generate default Dashboard
python scripts/main.py

# Customize study parameters
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:

  1. Study Overview Card - Study ID, name, status
  2. Recruitment Progress - Overall progress bar, site-by-site progress comparison
  3. Subject Distribution - Gender, age distribution pie charts
  4. AE Monitoring - Adverse event incidence rate, severity distribution
  5. Data Quality - CRF completion rate, query count
  6. Timeline - Study milestones, estimated completion date

Dependencies

  • Python 3.7+
  • No additional dependencies (pure standard library generates HTML/CSS/JS)

Author

Skill ID: 194

Risk Assessment

Risk IndicatorAssessmentLevel
-----------------------------------
Code ExecutionPython/R scripts executed locallyMedium
Network AccessNo external API callsLow
File System AccessRead input files, write output filesMedium
Instruction TamperingStandard prompt guidelinesLow
Data ExposureOutput files saved to workspaceLow

Security Checklist

  • [ ] No hardcoded credentials or API keys
  • [ ] No unauthorized file system access (../)
  • [ ] Output does not expose sensitive information
  • [ ] Prompt injection protections in place
  • [ ] Input file paths validated (no ../ traversal)
  • [ ] Output directory restricted to workspace
  • [ ] Script execution in sandboxed environment
  • [ ] Error messages sanitized (no stack traces exposed)
  • [ ] Dependencies audited
  • Prerequisites

No additional Python packages required.

Evaluation Criteria

Success Metrics

  • [ ] Successfully executes main functionality
  • [ ] Output meets quality standards
  • [ ] Handles edge cases gracefully
  • [ ] Performance is acceptable

Test Cases

  1. Basic Functionality: Standard input → Expected output
  2. Edge Case: Invalid input → Graceful error handling
  3. Performance: Large dataset → Acceptable processing time

Lifecycle Status

  • Current Stage: Draft
  • Next Review Date: 2026-03-06
  • Known Issues: None
  • Planned Improvements:
  • Performance optimization
  • Additional feature support

版本历史

共 1 个版本

  • v0.1.0 当前
    2026-03-30 13:06 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

design-media

Nano Banana Pro

steipete
使用 Nano Banana Pro (Gemini 3 Pro Image) 生成或编辑图像。支持文生图、图生图及 1K/2K/4K 分辨率,适用于图像创建、修改及编辑请求,使用 --input-image 指定输入图像。
★ 430 📥 117,148
design-media

UI/UX Pro Max

xobi667
提供 UI/UX 设计智能与实现指导,帮助打造精美界面。适用于 UI 设计、UX 流程、信息架构、视觉风格、设计系统/标记、组件规格、文案/微文案、无障碍及前端 UI(HTML/CSS/JS、React、Next.js、Vue、Svelte
★ 218 📥 47,894
design-media

Openai Whisper

steipete
使用 Whisper CLI 进行本地语音转文字(无需 API 密钥)
★ 331 📥 94,033