Skip to content

Commit 67eb66e

Browse files
authored
Merge pull request #231 from zhx828/update-news
Update news
2 parents 0949db6 + c80d6a3 commit 67eb66e

10 files changed

+5461
-3
lines changed

app/scripts/app.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,8 @@ angular.module('oncokbStaticApp').run(
145145
}, {content: '3855 Variants'}, {content: '60 Tumor Types'}]
146146
};
147147
$rootScope.data = {
148-
lastUpdate: 'October 26, 2018',
149-
version: '1.17',
148+
lastUpdate: 'November 2, 2018',
149+
version: '1.17_patch_1',
150150
levelColors: {
151151
'1': '#33A02C',
152152
'2A': '#1F78B4',

app/scripts/controllers/news.js

+6-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,12 @@ angular.module('oncokbStaticApp')
115115
'ALK - C1156Y, G1269A, I1171N, L1196M - Non-Small Cell Lung Cancer - Lorlatinib',
116116
'EGFR - D761Y - Non-Small Cell Lung Cancer - Osimertinib'
117117
]
118-
}
118+
},
119+
'11022018': {
120+
'Level 2': [
121+
'RET - Fusions - Non-Small Cell Lung Cancer - LOXO-292 (<b>added as new association</b>)',
122+
]
123+
},
119124
};
120125
$scope.data.newlyAddedLevelFour = [
121126
{

app/views/news.html

+25
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,31 @@
1919
</p>
2020
<p ng-bind-html="data.citationURL"></p>
2121
</div>
22+
<h3>November 2, 2018</h3>
23+
<div>
24+
<ul>
25+
<li>Updated Actionable Genes
26+
<div class="row">
27+
<table class="table">
28+
<thead>
29+
<th class="col-lg-1 col-sm-2 col-xs-3">Level</th>
30+
<th class="col-lg-11 col-sm-10 col-xs-9">Update</th>
31+
</thead>
32+
<tbody>
33+
<tr ng-repeat="(key, value) in data.updatedActionableGenes['11022018']">
34+
<td>{{key}}</td>
35+
<td>
36+
<ul>
37+
<li ng-repeat="item in value"><span ng-bind-html="item"></span></li>
38+
</ul>
39+
</td>
40+
</tr>
41+
</tbody>
42+
</table>
43+
</div>
44+
</li>
45+
</ul>
46+
</div>
2247
<h3>October 26, 2018</h3>
2348
<div>
2449
<ul>

data/v1.17_patch_1/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# v1.17_patch_1
2+
3+
LOXO-292 for RET fusion–positive non–small cell lung cancer (NSCLC) added.

data/v1.17_patch_1/allActionableVariants.json

+1
Large diffs are not rendered by default.

data/v1.17_patch_1/allActionableVariants.txt

+185
Large diffs are not rendered by default.

data/v1.17_patch_1/allAnnotatedVariants.json

+1
Large diffs are not rendered by default.

data/v1.17_patch_1/allAnnotatedVariants.txt

+4,218
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)