Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Connects to #369. Links to DAWG-PAC and PreCAWG latest data freeze release notes. #383

Merged
merged 3 commits into from
Dec 20, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/MultiOmicsWorkingGroups/dawgPAC.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ function DawgPAC({ profile }) {
<img src={IconSet.GoogleDrive} className="my-3" alt="Methods" />
<p>
<a
href="https://drive.google.com/drive/u/0/folders/1ixx17MrzRhBiADSsGIeEAD2yfzr79HO_"
href="https://drive.google.com/drive/folders/1_DCO6a9Ug8vlfTOUi67yl6KI3H0Px1b-?usp=drive_link"
target="_blank"
rel="noopener noreferrer"
>
Expand Down
18 changes: 14 additions & 4 deletions src/MultiOmicsWorkingGroups/preCAWG.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,20 @@ function PreCAWG() {
</table>
</div>
<div className="bd-callout bd-callout-warning mb-4">
<b>START HERE FOR ONBOARDING →</b>{' '}
<a href="#onboarding">
Analysis Collaboration: Getting started step-by-step
</a>
<div className="mb-2">
<b>START HERE FOR ONBOARDING →</b>
{' '}
<a href="#onboarding">
Analysis Collaboration: Getting started step-by-step
</a>
</div>
<div className="mt-2">
<b>2024DEC20 Freeze 1.2 →</b>
{' '}
<a href="https://docs.google.com/document/d/1BB2r66Jv9fYYQvR_SNw6Hwo6UThJNS1RtjFYsWCGzhY/edit?usp=sharing" target="_blank" rel="noopener noreferrer">
Read latest release notes
</a>
</div>
</div>
<h5 className="mt-3 mb-2">2024APR01 Freeze 1.1 Release Notes</h5>
<table className="table table-bordered release-notes-table">
Expand Down
Loading