Skip to content

Commit 4c8ea4c

Browse files
Hongxin Zhangzhx828
Hongxin Zhang
authored andcommitted
update news for August 28 release
Signed-off-by: Hongxin Zhang <[email protected]>
1 parent c9c4263 commit 4c8ea4c

File tree

3 files changed

+44
-2
lines changed

3 files changed

+44
-2
lines changed

app/scripts/app.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,8 @@ angular.module('oncokbStaticApp').run(
208208
}, {content: '4472 Variants'}, {content: '38 Tumor Types'}]
209209
};
210210
$rootScope.data = {
211-
lastUpdate: 'August 4, 2019',
212-
version: '1.22',
211+
lastUpdate: 'August 28, 2019',
212+
version: '1.23',
213213
levelColors: {
214214
'1': '#33A02C',
215215
'2': '#1F78B4',

app/scripts/controllers/news.js

+1
Original file line numberDiff line numberDiff line change
@@ -258,5 +258,6 @@ angular.module('oncokbStaticApp')
258258
'01242019': ['ECT2L', 'RELN', 'TAL1', 'MLLT10', 'TLX3', 'TLX1', 'TRA', 'TRB', 'TRD', 'TRG', 'EPOR', 'ABL2', 'MECOM', 'DEK', 'RBM15', 'BCL9'],
259259
'05092019': ['ATF1', 'CCNB3', 'CMTR2', 'CREB1', 'CTR9', 'CXORF67', 'DDIT3', 'ETAA1', 'ETV5', 'FEV', 'FLI1', 'IL3', 'KAT6A', 'KBTBD4', 'KLF2', 'LMO2', 'LZTR1', 'MAF', 'MAFB', 'NR4A3', 'NRG1', 'NUP98', 'PDGFB', 'PGBD5', 'PHF6', 'PRKACA', 'SETBP1', 'SLFN11', 'SPRTN', 'SS18', 'TCL1A', 'TCL1B', 'TFE3', 'TRIP13', 'USP8', 'YY1', 'ZNRF3'],
260260
'08022019': ['ATXN7', 'MTAP', 'SERPINB3', 'SERPINB4'],
261+
'08282019': ['ARHGAP35', 'FOXF1', 'GAB1', 'MAD2L2', 'SMARCA2', 'SMARCE1'],
261262
};
262263
});

app/views/news.html

+41
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,47 @@
2020
<p ng-bind-html="data.citationURL"></p>
2121
</div>
2222

23+
<h3>August 28, 2019</h3>
24+
<div>
25+
<ul>
26+
<li>Updated therapeutic implications - 1 new heme association
27+
<div class="row">
28+
<table class="table heme-table">
29+
<thead>
30+
<th class="col-xs-1">Level</th>
31+
<th class="col-xs-2">Gene</th>
32+
<th class="col-xs-2">Mutation</th>
33+
<th class="col-xs-2">Tumor Type</th>
34+
<th class="col-xs-2">Drug</th>
35+
<th class="col-xs-3">Evidence</th>
36+
</thead>
37+
<tbody>
38+
<tr>
39+
<td>3A</td>
40+
<td>EZH2</td>
41+
<td>Oncogenic Mutations</td>
42+
<td>Follicular Lymphoma</td>
43+
<td>Tazemetostat</td>
44+
<td>
45+
<a
46+
href="https://library.ehaweb.org/eha/2018/stockholm/214434/gilles.salles.interim.update.from.a.phase.2.multicenter.study.of.tazemetostat.html?f=topic=1574*media=3%27"
47+
target="_blank">Abstract:
48+
Morschhauser et al. Abstract# S100, EHA 2018.</a>
49+
</td>
50+
</tr>
51+
</tbody>
52+
</table>
53+
</div>
54+
</li>
55+
<li>Addition of {{data.newlyAddedGenes['08282019'].length}} new genes:
56+
<div class="newly-added-genes">
57+
<span class="gene" ng-repeat="hugo in data.newlyAddedGenes['08282019']"><a
58+
href="gene/{{hugo}}">{{hugo}}</a></span>
59+
</div>
60+
</li>
61+
</ul>
62+
</div>
63+
2364
<h3>August 4, 2019</h3>
2465
<div>
2566
<ul>

0 commit comments

Comments
 (0)