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
1f6a6397
Commit
1f6a6397
authored
Jun 20, 2017
by
Romain Loth
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
adjust settings for comex
parent
627dac4a
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
13 additions
and
12 deletions
+13
-12
explorerjs.html
explorerjs.html
+4
-4
selection-panels.css
static/explorerlibs/css2/selection-panels.css
+1
-1
twjs.css
static/explorerlibs/css2/twjs.css
+2
-2
extras_explorerjs.js
static/tinawebJS/extras_explorerjs.js
+1
-0
settings_explorerjs.js
static/tinawebJS/settings_explorerjs.js
+5
-5
No files found.
explorerjs.html
View file @
1f6a6397
...
...
@@ -157,11 +157,11 @@
</li>
-->
<li><a
href=
"http
://www.politoscope
.org"
<li><a
href=
"http
s://communityexplorer
.org"
class=
"navbar-higher"
title=
"
Politoscope
"
>
<img
src=
"static/explorerlibs/img2/
politoscope_logo.jp
g"
style=
"width:60px; position:absolute; top:-60px; left:-75px; z-index:5; overflow:visible;
background-color:white
"
>
title=
"
Community Explorer
"
>
<img
src=
"static/explorerlibs/img2/
logo.pn
g"
style=
"width:60px; position:absolute; top:-60px; left:-75px; z-index:5; overflow:visible;"
>
</a></li>
<li>
...
...
static/explorerlibs/css2/selection-panels.css
View file @
1f6a6397
...
...
@@ -98,7 +98,7 @@
#ctlzoom
{
position
:
fixed
;
right
:
4
10px
;
right
:
3
10px
;
bottom
:
0
;
list-style
:
none
;
padding
:
0
;
...
...
static/explorerlibs/css2/twjs.css
View file @
1f6a6397
...
...
@@ -25,7 +25,7 @@ html.waiting {
top
:
105px
;
bottom
:
0
;
left
:
0
;
right
:
4
00px
;
right
:
3
00px
;
z-index
:
1
;
/* non selectable: we've got our own events here */
...
...
@@ -40,7 +40,7 @@ html.waiting {
top
:
105px
;
bottom
:
0
;
right
:
0
;
width
:
4
00px
;
width
:
3
00px
;
z-index
:
2
;
border-left
:
1px
#222
solid
;
overflow-y
:
scroll
;
...
...
static/tinawebJS/extras_explorerjs.js
View file @
1f6a6397
...
...
@@ -220,6 +220,7 @@ function graphResetLabelsAndSizes(){
n
.
size
=
TW
.
Nodes
[
n
.
id
].
size
}
}
set_ClustersLegend
()
}
// @daclass: the name of a numeric/categorical attribute from node.attributes
...
...
static/tinawebJS/settings_explorerjs.js
View file @
1f6a6397
...
...
@@ -37,7 +37,7 @@ TW.conf = (function(TW){
TWConf
.
relatedDocsMax
=
10
TWConf
.
relatedDocsAPI
=
"http://127.0.0.1:5000/twitter_search"
TWConf
.
relatedDocsType
=
"
wosLocalDB
"
// accepted: "twitter" | "wosLocalDB"
TWConf
.
relatedDocsType
=
"
twitter
"
// accepted: "twitter" | "wosLocalDB"
// POSSible: "elastic"
// =======================
...
...
@@ -201,8 +201,8 @@ TW.conf = (function(TW){
// if fa2Available, the auto-run config:
TWConf
.
fa2Enabled
=
fals
e
;
// fa2 auto-run at start and after graph modified ?
TWConf
.
fa2Milliseconds
=
5
000
;
// duration of auto-run
TWConf
.
fa2Enabled
=
tru
e
;
// fa2 auto-run at start and after graph modified ?
TWConf
.
fa2Milliseconds
=
2
000
;
// duration of auto-run
TWConf
.
minNodesForAutoFA2
=
5
// graph size threshold to auto-run
...
...
@@ -281,7 +281,7 @@ TW.conf = (function(TW){
// em size range for neighbor nodes "tagcloud" (1 = "normal size")
TWConf
.
tagcloudFontsizeMin
=
.
8
;
TWConf
.
tagcloudFontsizeMax
=
2
;
TWConf
.
tagcloudFontsizeMax
=
1.5
;
TWConf
.
tagcloudSameLimit
=
50
// max displayed neighbors of the same type
TWConf
.
tagcloudOpposLimit
=
10
// max displayed neighbors of the opposite type
...
...
@@ -289,7 +289,7 @@ TW.conf = (function(TW){
// relative sizes (iff ChangeType == both nodetypes)
TWConf
.
sizeMult
=
[];
TWConf
.
sizeMult
[
0
]
=
1.0
;
// ie for node type 0 (<=> sem)
TWConf
.
sizeMult
[
1
]
=
3
.0
;
// ie for node type 1 (<=> soc)
TWConf
.
sizeMult
[
1
]
=
2
.0
;
// ie for node type 1 (<=> soc)
// ===========
...
...
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