Skip to content

Commit 62037fa

Browse files
committed
rm old attrs
1 parent 90d6dd1 commit 62037fa

File tree

3 files changed

+1
-8
lines changed

3 files changed

+1
-8
lines changed

config/demo.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
{
22
"HOME_URL": "https://pathdb.cancerimagingarchive.net/",
3-
"HEIGHT_OF_VIS_HEADER": 40,
43
"TITLE": "PRISM Collection Explorer",
5-
"MARGIN_OF_VIS": [30, 10],
64
"UNIT_OF_GRID_VIEW": [230, 230],
75
"MARGIN_OF_GRID_VIEW": [10, 10],
86
"DATA_RESOURCE_URL": "./config/wines.csv",

config/vis-config.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
{
2-
"HEIGHT_OF_VIS_HEADER": 30,
3-
"MARGIN_OF_VIS": [10, 10],
4-
52
"UNIT_OF_GRID_VIEW": [224,200],
63
"MARGIN_OF_GRID_VIEW": [10, 10],
74
"DATA_RESOURCE_URL":"https://pathdb.cancerimagingarchive.net/pathdb/sparql?format=csv&query=prefix+%3A+%3Chttps%3A%2F%2Fbmi.stonybrookmedicine.edu%2Ftil%2Fns%2F%3E%0ASELECT+*+WHERE+{graph+%3Chttps%3A%2F%2Fbmi.stonybrookmedicine.edu%2Ftil%3E+{%0A++++%3Fsss+%3APathDBID+%3FPathDBID%3B+%3Aclinicaltrialsubjectid+%3FslideID+.+%3Fss+%3Asubmitter_id+%3Fsubmitter_id%3B+%3Apercent_pos+%3Fpercent_pos%3B+%3ATIL_classhalf+%3FTIL_classhalf%3B+%3Acollapsed_stage+%3Fcollapsed_stage%3B+%3AsurvivalB+%3FsurvivalB+.+%3Fs%0A++++++%3Asubmitter_id+%3Fsubmitter_id%3B%0A++++++%3Aajcc_pathologic_stage+%3Fajcc_pathologic_stage%3B%0A++++++%3Aprimary_diagnosis+%3Fprimary_diagnosis%3B%0A++++++%3Aprior_malignancy+%3Fprior_malignancy%3B%0A++++++%3Avital_status+%3Fvital_status%3B%0A++++++%3Avital_status+%3Fvital_status%3B%0A++++++%3ABreast_Tumor_Type+%3FBreast_Tumor_Type%3B%0A++++++%3AsurvivalA+%3FsurvivalA%3B%0A++++++%3AslideID+%3FslideID%3B%0A++++++%3APercent_TILs_in_tumor_region+%3FPercent_TILs_in_tumor_region%3B%0A++++++%3AImmune_Subtype+%3FImmune_Subtype%3B%0A++++++%3AMolwxular_Cybersort_Lymphocytes+%3FMolwxular_Cybersort_Lymphocytes%3B%0A++++++%3AGlobal_Pattern+%3FGlobal_Pattern}}",

config/wines.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
{
22
"HOME_URL": "https://github.com/sharmalab/eaglescope/",
3-
"HEIGHT_OF_VIS_HEADER": 20,
43
"TITLE": "Eaglescope Demo | Wines",
5-
"MARGIN_OF_VIS": [10, 10],
64
"UNIT_OF_GRID_VIEW": [230, 210],
75
"MARGIN_OF_GRID_VIEW": [10, 10],
86
"RESIZABLE" : "TRUE",
@@ -14,7 +12,7 @@
1412
{
1513
"id": "type",
1614
"title": "Wine Type",
17-
"description": "Wine Type",
15+
"description": "Wine Type DESC",
1816
"chartType": "PIE_CHART",
1917
"fields": { "x": "wine_type" },
2018
"size": [1, 1],

0 commit comments

Comments
 (0)