Commit 4db6814 1 parent fcdaa5e commit 4db6814 Copy full SHA for 4db6814
File tree 5 files changed +16
-2
lines changed
5 files changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -800,6 +800,7 @@ export type DataRelease = {
800
800
} ;
801
801
802
802
export const DATA_RELEASES : DataRelease [ ] = [
803
+ { date : '07042024' , version : 'v4.19' } ,
803
804
{ date : '07022024' , version : 'v4.18' } ,
804
805
{ date : '06042024' , version : 'v4.17' } ,
805
806
{ date : '05012024' , version : 'v4.16' } ,
Original file line number Diff line number Diff line change @@ -91,6 +91,7 @@ export default class NewsPage extends React.Component<{
91
91
< CitationText />
92
92
</ div >
93
93
< div className = "mt-2" >
94
+ < NewsList date = { '07042024' } />
94
95
< NewsList date = { '07022024' } />
95
96
< NewsList date = { '06042024' } />
96
97
< NewsList date = { '05012024' } />
Original file line number Diff line number Diff line change @@ -90,6 +90,8 @@ export const UPDATED_SENSITIVITY_LEVEL = 'Updated Sensitivity Level';
90
90
export const UPDATED_RESISTANCE_LEVEL = 'Updated Resistance Level' ;
91
91
export const PREVIOUS_BIOMARKER_ASSOCIATION = 'Previous Biomarker Association' ;
92
92
export const CURRENT_BIOMARKER_ASSOCIATION = 'Current Biomarker Association' ;
93
+ export const PREVIOUS_LEVEL_ANNOTATION = 'Previous Variant Annotation' ;
94
+ export const CURRENT_LEVEL_ANNOTATION = 'Current Variant Annotation' ;
93
95
94
96
export const NEWLY_ADDED_LEVEL_FOUR_COLUMNS = [
95
97
{ name : GENE , size : 2 } ,
@@ -261,6 +263,16 @@ const EVIDENCE_COLUMN_SEPARATOR = '; ';
261
263
// https://stackoverflow.com/questions/41947168/is-it-possible-to-use-keyof-operator-on-literals-instead-of-interfaces
262
264
263
265
export const NEWS_BY_DATE : { [ date : string ] : NewsData } = {
266
+ '07042024' : {
267
+ news : [
268
+ < span >
269
+ We updated the level 2 association for actionable POLE and POLD1
270
+ mutations in colorectal cancer and small bowel adenocarcinoma for
271
+ immunotherapy to only include known oncogenic mutations in the
272
+ exonuclease domain.
273
+ </ span > ,
274
+ ] ,
275
+ } ,
264
276
'07022024' : {
265
277
priorityNews : [
266
278
< span >
Original file line number Diff line number Diff line change 15
15
< meta name ="twitter:site " content ="@oncokb ">
16
16
< meta name ="twitter:title " content ="OncoKB™ - MSK's Precision Oncology Knowledge Base ">
17
17
< 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. ">
18
- < meta name ="twitter:image " content ="https://www.oncokb.org/content/images/oncokb_summary.png?20240702 ">
18
+ < meta name ="twitter:image " content ="https://www.oncokb.org/content/images/oncokb_summary.png?20240704 ">
19
19
< meta name ="twitter:url " content ="https://www.oncokb.org/ ">
20
20
21
21
< meta property ="og:site_name " content ="OncoKB™ ">
22
22
< meta property ="og:type " content ="website ">
23
23
< meta property ="og:url " content ="https://www.oncokb.org/ ">
24
24
< meta property ="og:title " content ="OncoKB™ - MSK's Precision Oncology Knowledge Base ">
25
25
< 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. ">
26
- < meta property ="og:image " content ="https://www.oncokb.org/content/images/oncokb_summary.png?20240702 ">
26
+ < meta property ="og:image " content ="https://www.oncokb.org/content/images/oncokb_summary.png?20240704 ">
27
27
28
28
< link rel ="mask-icon " href ="content/images/favicon/safari-pinned-tab.svg " color ="#0968c3 ">
29
29
<!-- Preload the customized fonts, so the html knows how to pain the page -->
You can’t perform that action at this time.
0 commit comments