diff --git a/src/main/webapp/app/config/constants.tsx b/src/main/webapp/app/config/constants.tsx index e05d1574a..b5c1bb6bc 100644 --- a/src/main/webapp/app/config/constants.tsx +++ b/src/main/webapp/app/config/constants.tsx @@ -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' }, diff --git a/src/main/webapp/app/pages/newsPage/NewsPage.tsx b/src/main/webapp/app/pages/newsPage/NewsPage.tsx index f739bb95f..f2725c1f6 100644 --- a/src/main/webapp/app/pages/newsPage/NewsPage.tsx +++ b/src/main/webapp/app/pages/newsPage/NewsPage.tsx @@ -85,6 +85,7 @@ export default class NewsPage extends React.Component<{
+ diff --git a/src/main/webapp/app/pages/newsPage/NewsPageContent.tsx b/src/main/webapp/app/pages/newsPage/NewsPageContent.tsx index 7a1c24c47..28b9371c4 100644 --- a/src/main/webapp/app/pages/newsPage/NewsPageContent.tsx +++ b/src/main/webapp/app/pages/newsPage/NewsPageContent.tsx @@ -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: [ { diff --git a/src/main/webapp/content/images/oncokb_summary.png b/src/main/webapp/content/images/oncokb_summary.png index cae71557f..cdcb8a137 100644 Binary files a/src/main/webapp/content/images/oncokb_summary.png and b/src/main/webapp/content/images/oncokb_summary.png differ diff --git a/src/main/webapp/index.html b/src/main/webapp/index.html index 51b2c7a72..79a2c198d 100644 --- a/src/main/webapp/index.html +++ b/src/main/webapp/index.html @@ -15,7 +15,7 @@ - + @@ -23,7 +23,7 @@ - +