Add DCEASY home site for petmri DCE-MRI software suite#1
Conversation
|
@copilot You mind adding a GitHub Actions workflow that deploys a preview of the GitHub Pages deployment when a PR is opened or updated, and deletes it when the PR closes? I want to see what the site looks like with your changes. |
Added
The |
|
|
@copilot Add AutoAIF https://github.com/petmri/vascular_function as the preferred option for AIF detection. Make DCEASY stand for Dynamic Contrast-Enhanced Analysis SYstem. Also add gpufit https://github.com/petmri/gpufit. |
Done in commit
|
|
@copilot the white background is making my eyes bleed. Consider the Midnight Jekyll theme by GitHub. |
Done in commit |
Done in commit
|
- Update vascular_function references to AutoAIF (repo renamed) - Match gpufit URLs to the Gpufit repo name - DCEPrep/parametric_scripts step wording (user edit) Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
- US spelling throughout (modeling, normalization, analyze, visualize) - Add meta description for SEO/social previews - Trim repeated DCEASY acronym in intro - Drop stale GitHub star count from ROCKETSHIP card - Unify Gpufit casing across page - Add git clone step to AIFArtist quick start Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
The org had no public-facing landing page to help users discover and navigate the DCE-MRI tools across its repositories.
Changes
index.html— Single-page GitHub Pages site named DCEASY (Dynamic Contrast-Enhanced Analysis SYstem) with:styles.css— Responsive layout (CSS Grid,clamp()typography), color-coded cards; dark Midnight-inspired theme (#151515background,#63c0f5cyan accents, dark cards and tables); no external dependencies.github/workflows/pr-preview.yml— GitHub Actions workflow usingrossjrw/pr-preview-actionthat deploys a live preview of the site topr-preview/pr-{number}/on thegh-pagesbranch when a PR is opened or updated, and automatically removes it when the PR is closedTools covered
vascular_function)Original prompt