Skip to content

alumni, infrastructure, CDS -> GC, youtube#157

Merged
ACharbonneau merged 17 commits intomainfrom
DecRelease
Dec 17, 2025
Merged

alumni, infrastructure, CDS -> GC, youtube#157
ACharbonneau merged 17 commits intomainfrom
DecRelease

Conversation

@ACharbonneau
Copy link
Contributor

Moved Broad and others to alumni status
updated ETL image
Changed CDS to GC
Embedded YouTube videos as new vignettes

@@ -0,0 +1,7 @@
---

Check failure

Code scanning / check-spelling

Check File Path Error documentation

lowcode is not a recognized word. (check-file-path)
@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

bad formatting
- Conceptual Overview: documentation/cdapython/vignettes/index.md
- Video Intro to CDA: documentation/cdapython/vignettes/00A_intro_to_cda.md
- Video Build a cohort interactively: documentation/cdapython/vignettes/00B_interactive_cohort.md
- Video Cohort Building with cdapytho: documentation/cdapython/vignettes/00C_lowcode_cohort.md

Check failure

Code scanning / check-spelling

Unrecognized Spelling Error

cdapytho is not a recognized word. (unrecognized-spelling)
- Conceptual Overview: documentation/cdapython/vignettes/index.md
- Video Intro to CDA: documentation/cdapython/vignettes/00A_intro_to_cda.md
- Video Build a cohort interactively: documentation/cdapython/vignettes/00B_interactive_cohort.md
- Video Cohort Building with cdapytho: documentation/cdapython/vignettes/00C_lowcode_cohort.md

Check failure

Code scanning / check-spelling

Unrecognized Spelling Error

lowcode is not a recognized word. (unrecognized-spelling)
@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.


<h1>A six minute overview of the Cancer Data Aggregator</h1>
<iframe width="420" height="315"
src="https://www.youtube.com/embed/4tUwWuYO1iwautoplay=0&mute=1">

Check failure

Code scanning / check-spelling

Unrecognized Spelling Error documentation

youtube is not a recognized word. (unrecognized-spelling)
<body>
<h1>A six minute overview of the Cancer Data Aggregator</h1>
<iframe width="420" height="315"
src="https://www.youtube.com/embed/364YoMFkoZgautoplay=0&mute=1">

Check failure

Code scanning / check-spelling

Unrecognized Spelling Error documentation

youtube is not a recognized word. (unrecognized-spelling)
<body>
<h1>A six minute overview of the Cancer Data Aggregator</h1>
<iframe width="420" height="315"
src="https://www.youtube.com/embed/364YoMFkoZgautoplay=0&mute=1">

Check failure

Code scanning / check-spelling

Unrecognized Spelling Error documentation

MFko is not a recognized word. (unrecognized-spelling)
@github-actions

This comment has been minimized.


<h1>A six minute overview of the Cancer Data Aggregator</h1>
<iframe width="420" height="315"
src="https://www.youtube.com/embed/4tUwWuYO1iw?autoplay=0&mute=1">

Check failure

Code scanning / check-spelling

Unrecognized Spelling Error documentation

autoplay is not a recognized word. (unrecognized-spelling)
<body>
<h1>A six minute overview of the Cancer Data Aggregator</h1>
<iframe width="420" height="315"
src="https://www.youtube.com/embed/364YoMFkoZg?autoplay=0&mute=1">

Check failure

Code scanning / check-spelling

Unrecognized Spelling Error documentation

autoplay is not a recognized word. (unrecognized-spelling)
<body>
<h1>A six minute overview of the Cancer Data Aggregator</h1>
<iframe width="420" height="315"
src="https://www.youtube.com/embed/iNqKI6mgoaE?autoplay=0&mute=1">

Check failure

Code scanning / check-spelling

Unrecognized Spelling Error documentation

youtube is not a recognized word. (unrecognized-spelling)
<body>
<h1>A six minute overview of the Cancer Data Aggregator</h1>
<iframe width="420" height="315"
src="https://www.youtube.com/embed/iNqKI6mgoaE?autoplay=0&mute=1">

Check failure

Code scanning / check-spelling

Unrecognized Spelling Error documentation

mgoa is not a recognized word. (unrecognized-spelling)
<body>
<h1>A six minute overview of the Cancer Data Aggregator</h1>
<iframe width="420" height="315"
src="https://www.youtube.com/embed/iNqKI6mgoaE?autoplay=0&mute=1">

Check failure

Code scanning / check-spelling

Unrecognized Spelling Error documentation

autoplay is not a recognized word. (unrecognized-spelling)
@github-actions

This comment has been minimized.

@github-actions
Copy link

@check-spelling-bot Report

🔴 Please review

See the 📂 files view, the 📜action log, or 📝 job summary for details.

Unrecognized words (11)
aacr
autoplay
Bingxing
cdapytho
dfs
ETL
Huo
lowcode
MFko
mgoa
youtube
To accept these unrecognized words as correct, you could run the following commands

... in a clone of the git@github.com:CancerDataAggregator/CDA-HelpDesk.git repository
on the DecRelease branch (ℹ️ how do I use this?):

curl -s -S -L 'https://raw.githubusercontent.com/check-spelling/check-spelling/main/apply.pl' |
perl - 'https://github.com/CancerDataAggregator/CDA-HelpDesk/actions/runs/20317419563/attempts/1' &&
git commit -m 'Update check-spelling metadata'

OR

To have the bot accept them for you, comment in the PR quoting the following line:
@check-spelling-bot apply updates.

Available 📚 dictionaries could cover words (expected and unrecognized) not in the 📘 dictionary

This includes both expected items (22) from .github/actions/spelling/expect.txt and unrecognized words (11)

Dictionary Entries Covers Uniquely
cspell:typescript/dict/typescript.txt 1098 1 1

Consider adding them (in .github/workflows/spellcheck.yml) in jobs:/spelling: for uses: check-spelling/check-spelling@main in its with:

      with:
        extra_dictionaries: |
          cspell:typescript/dict/typescript.txt

To stop checking additional dictionaries, add (in .github/workflows/spellcheck.yml) for uses: check-spelling/check-spelling@main in its with:

check_extra_dictionaries: ""
Errors ❌ (1)

See the 📂 files view, the 📜action log, or 📝 job summary for details.

❌ Errors Count
❌ check-file-path 2

See ❌ Event descriptions for more information.

@ACharbonneau ACharbonneau merged commit 45a813b into main Dec 17, 2025
9 of 10 checks passed
@ACharbonneau ACharbonneau deleted the DecRelease branch December 17, 2025 21:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant