Skip to content

Commit

Permalink
Update news for v4.8 (#1017)
Browse files Browse the repository at this point in the history
  • Loading branch information
calvinlu3 authored Aug 31, 2023
1 parent 840ecce commit aeff09c
Show file tree
Hide file tree
Showing 5 changed files with 46 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/main/webapp/app/config/constants.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -779,6 +779,7 @@ export type DataRelease = {
};

export const DATA_RELEASES: DataRelease[] = [
{ date: '09012023', version: 'v4.8' },
{ date: '07282023', version: 'v4.7' },
{ date: '07122023', version: 'v4.6' },
{ date: '05192023', version: 'v4.5' },
Expand Down
1 change: 1 addition & 0 deletions src/main/webapp/app/pages/newsPage/NewsPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ export default class NewsPage extends React.Component<{
<CitationText />
</div>
<div className="mt-2">
<NewsList date={'09012023'} />
<NewsList date={'07282023'} />
<NewsList date={'07122023'} />
<NewsList date={'05192023'} />
Expand Down
42 changes: 42 additions & 0 deletions src/main/webapp/app/pages/newsPage/NewsPageContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,48 @@ const EVIDENCE_COLUMN_SEPARATOR = '; ';
// https://stackoverflow.com/questions/41947168/is-it-possible-to-use-keyof-operator-on-literals-instead-of-interfaces

export const NEWS_BY_DATE: { [date: string]: NewsData } = {
'09012023': {
newlyAddedGenes: [
'ACVR1B',
'ARHGEF12',
'BCL7A',
'CD19',
'CHD2',
'COL2A1',
'DNM2',
'DPYD',
'EBF1',
'EIF3E',
'FANCM',
'FHIT',
'FOXO3',
'GATA6',
'GRM3',
'HDAC2',
'HNF1B',
'IFNAR1',
'ING1',
'ITPKB',
'KDM5D',
'KLHL6',
'LEF1',
'MAP3K7',
'MLH3',
'MS4A1',
'PHLPP1',
'PHLPP2',
'PTPN13',
'PTPN14',
'RPL5',
'SLC9A3R1',
'SLIT2',
'SZT2',
'TONSL',
'XPC',
'XRCC1',
'ZMYM3',
],
},
'07282023': {
changedAnnotations: [
{
Expand Down
Binary file modified src/main/webapp/content/images/oncokb_summary.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/main/webapp/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
<meta name="twitter:site" content="@oncokb">
<meta name="twitter:title" content="OncoKB™ - MSK's Precision Oncology Knowledge Base">
<meta name="twitter:description" content="OncoKB™ is a precision oncology knowledge base developed at Memorial Sloan Kettering Cancer Center that contains biological and clinical information about genomic alterations in cancer.">
<meta name="twitter:image" content="https://www.oncokb.org/content/images/oncokb_summary.png?20230728">
<meta name="twitter:image" content="https://www.oncokb.org/content/images/oncokb_summary.png?20230901">
<meta name="twitter:url" content="https://www.oncokb.org/">

<meta property="og:site_name" content="OncoKB™">
<meta property="og:type" content="website">
<meta property="og:url" content="https://www.oncokb.org/">
<meta property="og:title" content="OncoKB™ - MSK's Precision Oncology Knowledge Base">
<meta property="og:description" content="OncoKB™ is a precision oncology knowledge base developed at Memorial Sloan Kettering Cancer Center that contains biological and clinical information about genomic alterations in cancer.">
<meta property="og:image" content="https://www.oncokb.org/content/images/oncokb_summary.png?20230728">
<meta property="og:image" content="https://www.oncokb.org/content/images/oncokb_summary.png?20230901">

<link rel="mask-icon" href="content/images/favicon/safari-pinned-tab.svg" color="#0968c3">
<!-- Preload the customized fonts, so the html knows how to pain the page -->
Expand Down

0 comments on commit aeff09c

Please sign in to comment.