Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
clinicaltrials
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
david Chavalarias
clinicaltrials
Commits
7b2aa8e2
Commit
7b2aa8e2
authored
Jun 06, 2017
by
Romain Loth
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
more attribute examples
parent
e8ca5781
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
43 deletions
+18
-43
db.json
db.json
+2
-40
settings_explorerjs.js
settings_explorerjs.js
+16
-3
No files found.
db.json
View file @
7b2aa8e2
...
...
@@ -30,48 +30,10 @@
}
},
"data/AXA"
:
{
"dbname"
:
"data.db"
,
"title"
:
"ISITITLE"
,
"date"
:
"ISIpubdate"
,
"abstract"
:
"ISIABSTRACT"
,
"first"
:
"RiskV2PageRank1000.gexf"
,
"gexfs"
:
{
"RiskV2PageRank1000.gexf"
:
{
"social"
:
{
"table"
:
"ISIAUTHOR"
,
"textCol"
:
"data"
,
"forkeyCol"
:
"id"
},
"semantic"
:
{
"table"
:
"ISItermsAxa_2015"
,
"textCol"
:
"data"
,
"forkeyCol"
:
"id"
}
},
"RiskV2PageRank2500.gexf"
:
{
"social"
:
{
"table"
:
"ISIAUTHOR"
,
"textCol"
:
"data"
,
"forkeyCol"
:
"id"
},
"semantic"
:
{
"table"
:
"ISItermsAxa_2015"
,
"textCol"
:
"data"
,
"forkeyCol"
:
"id"
}
},
"RiskV2PageRank5000.gexf"
:
{
"social"
:
{
"table"
:
"ISIAUTHOR"
,
"textCol"
:
"data"
,
"forkeyCol"
:
"id"
},
"semantic"
:
{
"table"
:
"ISItermsAxa_2015"
,
"textCol"
:
"data"
,
"forkeyCol"
:
"id"
}
}
}
},
"data/ClimateChange"
:
{
"dbname"
:
"wos_climate-change_title_2014-2015.db"
,
"title"
:
"ISITITLE"
,
"date"
:
"ISIpubdate"
,
"abstract"
:
"ISIABSTRACT"
,
"gexfs"
:
{
"Maps_S_800.gexf"
:
{
"social"
:
{
"table"
:
"ISIAUTHOR"
,
"textCol"
:
"data"
,
"forkeyCol"
:
"id"
},
"semantic"
:
{
"table"
:
"ISItermsWhitelistV2Oct_5"
,
"textCol"
:
"data"
,
"forkeyCol"
:
"id"
}
}
}
},
"data/medq2/"
:
{
"dbname"
:
"02_medline-query2.db"
,
"title"
:
"ArticleTitle"
,
"date"
:
"ISIpubdate"
,
"abstract"
:
"Abstract"
,
"gexfs"
:
{
"20141208_MED_Author_name-ISItermsjulien_index.gexf"
:
{
"social"
:
{
"table"
:
"Author_name"
,
"textCol"
:
"data"
,
"forkeyCol"
:
"id"
},
"semantic"
:
{
"table"
:
"ISItermsBigWL"
,
"textCol"
:
"data"
,
"forkeyCol"
:
"id"
}
}
"RiskV2PageRank1000.gexf"
:
{},
"RiskV2PageRank5000.gexf"
:
{}
}
}
}
settings_explorerjs.js
View file @
7b2aa8e2
...
...
@@ -16,7 +16,7 @@ TW.conf = (function(TW){
// Graph data source
// -----------------
// the graph input depends on TWConf.sourcemode (or manual url arg 'sourcemode')
TWConf
.
sourcemode
=
"
api
"
// accepted: "api" | "serverfile" | "servermenu" | "localfile"
TWConf
.
sourcemode
=
"
servermenu
"
// accepted: "api" | "serverfile" | "servermenu" | "localfile"
// server-side .gexf|.json default source
TWConf
.
sourceFile
=
"data/politoscope/ProgrammeDesCandidats.enrichi.gexf"
...
...
@@ -69,10 +69,23 @@ TW.conf = (function(TW){
// --------------------------------------------------------------------
'age'
:
{
'col'
:
"gradient"
,
'n'
:
4
,
'binmode'
:
'samerange'
},
'growth_rate'
:
{
'col'
:
"heatmap"
,
'n'
:
5
,
'binmode'
:
'samepop'
},
'PageRank'
:
{
'col'
:
"gradient"
,
'n'
:
4
,
'binmode'
:
'samerange'
},
'PageRank'
:
{
'col'
:
"gradient"
,
'n'
:
6
,
'binmode'
:
'samerange'
},
'numuniform'
:
{
'col'
:
"heatmap"
,
'n'
:
7
,
'binmode'
:
'samepop'
},
'numpareto'
:
{
'col'
:
"gradient"
,
'n'
:
5
,
'binmode'
:
'samerange'
},
'intfewvalues'
:
{
'col'
:
"cluster"
,
'n'
:
4
,
'binmode'
:
'samerange'
},
'period'
:
{
'col'
:
"cluster"
,
'binmode'
:
'off'
},
'in-degree'
:
{
'col'
:
"heatmap"
,
'n'
:
3
,
'binmode'
:
'samepop'
},
'cluster_index'
:
{
'col'
:
"cluster"
,
'binmode'
:
'off'
},
'cluster_label'
:
{
'col'
:
"cluster"
,
'binmode'
:
'off'
},
'betweeness'
:
{
'col'
:
"gradient"
,
'n'
:
4
,
'binmode'
:
'samepop'
},
'level'
:
{
'col'
:
"heatmap"
,
'binmode'
:
'off'
},
'weight'
:
{
'col'
:
"heatmap"
,
'n'
:
5
,
'binmode'
:
'samerange'
},
'Weighted Degree'
:
{
'col'
:
"gradient"
,
'n'
:
8
,
'binmode'
:
'samepop'
},
'Eigenvector Centrality'
:{
'col'
:
"heatmap"
,
'n'
:
9
,
'binmode'
:
'samepop'
},
'out-degree'
:
{
'col'
:
"heatmap"
,
'n'
:
3
,
'binmode'
:
'samepop'
},
'cluster_universal_index'
:
{
'col'
:
"cluster"
,
'binmode'
:
'off'
},
'community_orphan'
:
{
'col'
:
"cluster"
,
'binmode'
:
'off'
},
'Modularity Class'
:
{
'col'
:
"cluster"
,
'binmode'
:
'off'
},
// <== exemple with no binning
'countryuniform'
:
{
'col'
:
"cluster"
,
'binmode'
:
'off'
},
'countrypareto'
:
{
'col'
:
"cluster"
,
'binmode'
:
'off'
},
...
...
@@ -151,7 +164,7 @@ TW.conf = (function(TW){
// if fa2Available, the auto-run config:
TWConf
.
fa2Enabled
=
tru
e
;
// fa2 auto-run at start and after graph modified ?
TWConf
.
fa2Enabled
=
fals
e
;
// fa2 auto-run at start and after graph modified ?
TWConf
.
fa2Milliseconds
=
5000
;
// duration of auto-run
TWConf
.
minNodesForAutoFA2
=
5
// graph size threshold to auto-run
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment