-
Notifications
You must be signed in to change notification settings - Fork 268
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix mskcc study usage acknowledgement
- Loading branch information
Showing
2 changed files
with
10 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,11 +28,12 @@ export const StudyAgreement: React.FunctionComponent<{}> = function({}) { | |
<UsageAgreement | ||
alertMessage={ | ||
<> | ||
<span style={{ color: 'red' }}>WARNING:</span> | ||
All URLs in this website are private - do NOT include | ||
in manuscripts. | ||
<span style={{ color: 'red' }}>Attention:</span> | ||
Please read and follow the rules about usage of MSK | ||
clinical sequencing data in manuscripts. | ||
</> | ||
} | ||
dismissButtonText={'Acknowledge'} | ||
persistenceKey={STUDY_VIEW_WARNING_PERSISTENCE_KEY} | ||
expirationInDays={90} | ||
clauses={[ | ||
|
@@ -55,32 +56,14 @@ export const StudyAgreement: React.FunctionComponent<{}> = function({}) { | |
with any questions about getting the data transferred to the | ||
public cBioPortal. | ||
</>, | ||
<> | ||
When adding a link to a cBioPortal cohort in a manuscript,{' '} | ||
<strong> | ||
I will not link to this private portal ( | ||
{window.location.hostname}) | ||
</strong> | ||
, but will instead link to this study on the public | ||
cBioPortal ( | ||
<a href="https://www.cbioportal.org/" target="_blank"> | ||
cbioportal.org | ||
</a> | ||
). Contact{' '} | ||
<a href="mailto:[email protected]"> | ||
[email protected] | ||
</a>{' '} | ||
with any questions about getting the data transferred to the | ||
public cBioPortal. | ||
</>, | ||
<> | ||
I have read the{' '} | ||
<a | ||
href="https://cmo.mskcc.org/index.php/msk-impact/" | ||
href="https://mskcc.sharepoint.com/sites/pub-ResearchDG/SitePages/Home.aspx?ga=1" | ||
target="_blank" | ||
> | ||
MSK-IMPACT Data publication guidelines (intranet/VPN | ||
only) | ||
I have read the MSK-IMPACT Research Data Governance | ||
publication guidelines. | ||
</a> | ||
. | ||
</>, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters