Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
jfkonecn committed Jan 29, 2025
1 parent 9686bcd commit f778cc5
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/main/webapp/app/config/constants.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -866,7 +866,7 @@ export type DataRelease = {
};

export const DATA_RELEASES: DataRelease[] = [
{ date: '02042025', version: 'v4.25' },
{ date: '03012025', version: 'v4.25' },
{ date: '12192024', version: 'v4.24' },
{ date: '11262024', version: 'v4.23' },
{ date: '10242024', version: 'v4.22' },
Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/app/pages/newsPage/NewsPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export default class NewsPage extends React.Component<{
<CitationText />
</div>
<div className="mt-2">
<NewsList date={'02042025'} />
<NewsList date={'01302025'} />
<NewsList date={'12192024'} />
<NewsList date={'11262024'} />
<NewsList date={'10242024'} />
Expand Down
6 changes: 3 additions & 3 deletions src/main/webapp/app/pages/newsPage/NewsPageContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -301,11 +301,11 @@ 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 } = {
'02042025': {
'01302025': {
priorityNews: [
<span>
Happy New Year! As of January X, 2025, fifteen Level 1, twelve Level 2,
eighteen Level 3 and eleven Level 4 treatments for unique
Happy New Year! As of January 30th, 2025, fifteen Level 1, twelve Level
2, eighteen Level 3 and eleven Level 4 treatments for unique
biomarker-selected indications were added to OncoKB. A table summarizing
these changes can be found here{' '}
<YearEndReviewPageLink year={'2024'}>here</YearEndReviewPageLink>. The
Expand Down
4 changes: 2 additions & 2 deletions src/main/webapp/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,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?20241219">
<meta name="twitter:image" content="https://www.oncokb.org/content/images/oncokb_summary.png?20250130">
<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?20250204">
<meta property="og:image" content="https://www.oncokb.org/content/images/oncokb_summary.png?20250130">
<meta name="google-site-verification" content="ibij2JbakmZzcd7E_bipKn1xrEM-fAewA1podDE11Jg" />

<link rel="mask-icon" href="content/images/favicon/safari-pinned-tab.svg" color="#0968c3">
Expand Down

0 comments on commit f778cc5

Please sign in to comment.