Skip to content

Commit

Permalink
Merge pull request #1043 from zhx828/add-team-member
Browse files Browse the repository at this point in the history
Minor updates
  • Loading branch information
zhx828 authored Nov 1, 2023
2 parents 2220099 + f0b2945 commit 19ce8dc
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 26 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
40 changes: 14 additions & 26 deletions src/main/webapp/app/components/userMessager/UserMessage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,18 +59,12 @@ if (
link={
'https://aacrjournals.org/cancerdiscovery/article/doi/10.1158/2159-8290.CD-23-0467/729589/Quantifying-the-Expanding-Landscape-of-Clinical'
}
style={{ color: 'white', textDecoration: 'underline' }}
>
Quantifying the Expanding Landscape of Clinical Actionability for
Patients with Cancer
</Linkout>
<span>, and visit our new </span>
<Link
to={PAGE_ROUTE.PO_TX}
style={{ color: 'white', textDecoration: 'underline' }}
>
Precision Oncology Therapies page!
</Link>
<Link to={PAGE_ROUTE.PO_TX}>Precision Oncology Therapies page!</Link>
</div>
),
id: '2023-precision-oncology-therapies',
Expand Down Expand Up @@ -101,42 +95,36 @@ if (
<span>
Part of {ONCOKB_TM}’s content is now FDA-recognized. For more details,
please see our{' '}
<Link
to={PAGE_ROUTE.FDA_RECOGNITION}
style={{ color: 'white', textDecoration: 'underline' }}
>
FDA Recognition
</Link>{' '}
page.
<Link to={PAGE_ROUTE.FDA_RECOGNITION}>FDA Recognition</Link> page.
</span>
),
id: '2021-fda-recognition',
},
{
dateEnd: 1686196800000,
dateEnd: 1700373600000,
content: (
<div>
Join us at ASCO 2023! Visit our booth (
Join us at AMP 2023! Visit our booth (
<Linkout
link={
'https://events.jspargo.com/asco23/Public/EventMap.aspx?ver=html&EventID=729&MapID=906&MapItBoothID=887434&MapItBooth=28161'
'https://www.conferenceharvester.com/floorplan/v2/index.asp?EventKey=ZQTAJJYL'
}
style={{ color: 'white', textDecoration: 'underline' }}
>
#28161
#928
</Linkout>
) and our{' '}
) and join{' '}
<Linkout
link={'https://meetings.asco.org/abstracts-presentations/219452'}
style={{ color: 'white', textDecoration: 'underline' }}
link={
'https://amp23.eventscribe.net/ajaxcalls/PresentationInfo.asp?PresentationID=1303633'
}
>
poster
Dr. Chakravarty's presentation on OncoKB™
</Linkout>{' '}
(Mon 06/05, 1pm, Hall A, Poster Bd #171) to meet our team and explore
the latest developments from OncoKB™. See you there!
during the plenary session "Clinical Grade Knowledge Bases for Genomic
Actionability" (Thur 11/16, 1:15pm MST). See you there!
</div>
),
id: '2023_asco',
id: '2023_amp',
},
{
dateEnd: 1686456000000,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,15 @@
color: #fff;
font-size: $oncokb-font-font-size;
position: relative;
border-bottom: 1px solid lightgrey;

a {
color: white;
text-decoration: underline;
}
a:hover {
color: lightgrey;
}
.messageContainer {
display: flex;
justify-content: space-between;
Expand Down
8 changes: 8 additions & 0 deletions src/main/webapp/app/pages/teamPage/TeamPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -458,6 +458,14 @@ export const TeamPage = () => {
faculty: true,
showCOI: true,
},
{
firstName: 'Edgar',
middleName: 'A',
lastName: 'Jaimes',
title: [TITLE.MD],
faculty: true,
showCOI: true,
},
],
member => member.lastName
);
Expand Down

0 comments on commit 19ce8dc

Please sign in to comment.