返回顶部
🇺🇸 English
🇨🇳 简体中文
🇨🇳 繁體中文
🇺🇸 English
🇯🇵 日本語
🇰🇷 한국어
🇫🇷 Français
🇩🇪 Deutsch
🇪🇸 Español
🇷🇺 Русский
d

dashboard-design-for-trials

Design dashboard layout sketches for clinical trials showing enrollment

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 0.1.0
安全检测
已通过
213
下载量
0
收藏
概述
安装方式
版本历史

dashboard-design-for-trials

# 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 ```bash 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 ```bash # 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 Indicator | Assessment | Level | |----------------|------------|-------| | Code Execution | Python/R scripts executed locally | Medium | | Network Access | No external API calls | Low | | File System Access | Read input files, write output files | Medium | | Instruction Tampering | Standard prompt guidelines | Low | | Data Exposure | Output files saved to workspace | Low | ## 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

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 dashboard-design-for-trials-1776156309 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 dashboard-design-for-trials-1776156309 技能

通过命令行安装

skillhub install dashboard-design-for-trials-1776156309

下载 Zip 包

⬇ 下载 dashboard-design-for-trials v0.1.0

文件大小: 7.43 KB | 发布时间: 2026-4-17 14:35

v0.1.0 最新 2026-4-17 14:35
Initial release: generate clinical trial dashboard layout sketches.

- Creates HTML dashboards showing enrollment, adverse event rates, and key trial metrics.
- Supports multiple chart types (progress bars, line, pie, and bar charts).
- Customizable parameters for study details and output path.
- Pure Python, no extra dependencies required.
- Responsive design for various devices.
- Includes security and risk assessment guidelines.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部