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

Add paper linkout #1033

Merged
merged 1 commit into from
Oct 18, 2023
Merged
Changes from all 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
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ import { DownloadButton } from 'app/components/downloadButton/DownloadButton';
import WithSeparator from 'react-with-separator';
import InfoIcon from 'app/shared/icons/InfoIcon';
import ShowHideText from 'app/shared/texts/ShowHideText';
import {Linkout} from "app/shared/links/Linkout";

type PrecisionOncologyTherapy = {
year: string;
Expand Down Expand Up @@ -265,8 +266,7 @@ const PrecisionOncologyTherapiesPage: React.FunctionComponent<{}> = props => {
The following US Food and Drug Administration (FDA)-approved
therapies are considered precision oncology therapies by {ONCOKB_TM}{' '}
and are further classified as either first-in-class,
mechanistically-distinct, follow-on, or resistance based on
Suehnholz et al., Cancer Discovery 2023 (also refer to definitions
mechanistically-distinct, follow-on, or resistance based on <Linkout link='https://aacrjournals.org/cancerdiscovery/article/doi/10.1158/2159-8290.CD-23-0467/729589/Quantifying-the-Expanding-Landscape-of-Clinical'>Suehnholz et al., Cancer Discovery 2023</Linkout> (also refer to definitions (also refer to definitions
below).
<ShowHideText
className={'my-2'}
Expand Down
Loading