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
50f71e4c
Commit
50f71e4c
authored
Jul 04, 2017
by
Romain Loth
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
https://github.com/moma/ProjectExplorer
parents
96e3608a
62ac2f01
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
6 deletions
+7
-6
settings_explorerjs.js
settings_explorerjs.js
+7
-6
No files found.
settings_explorerjs.js
View file @
50f71e4c
...
...
@@ -6,8 +6,8 @@ TW.conf = (function(TW){
let
TWConf
=
{}
TWConf
.
branding
=
'
ProjectExplorer'
// <--- the
name displayed in upper left
TWConf
.
brandingLink
=
'https://
github.com/moma/ProjectExplorer
'
// <--- link to "home"
TWConf
.
branding
=
'
Community Explorer 2'
// <---
name displayed in upper left
TWConf
.
brandingLink
=
'https://
communityexplorer.org
'
// <--- link to "home"
// ==========================
...
...
@@ -17,10 +17,10 @@ TW.conf = (function(TW){
// Graph data source
// -----------------
// the graph input depends on TWConf.sourcemode (or manual url arg 'sourcemode')
TWConf
.
sourcemode
=
"
servermenu
"
// accepted: "api" | "serverfile" | "servermenu" | "localfile"
TWConf
.
sourcemode
=
"
api
"
// accepted: "api" | "serverfile" | "servermenu" | "localfile"
// server-side .gexf|.json default source
TWConf
.
sourceFile
=
"
data/politoscope/ProgrammeDesCandidats.enrichi.gexf
"
TWConf
.
sourceFile
=
""
// ...or server-side gexf default source list
TWConf
.
sourceMenu
=
"db.json"
...
...
@@ -34,8 +34,9 @@ TW.conf = (function(TW){
// Related documents (topPapers) data source
// -----------------------------------------
TWConf
.
getRelatedDocs
=
tru
e
TWConf
.
getRelatedDocs
=
fals
e
TWConf
.
relatedDocsMax
=
10
TWConf
.
relatedDocsAPI
=
"http://127.0.0.1:5000/twitter_search"
TWConf
.
relatedDocsType
=
"LocalDB"
// accepted: "twitter" | "LocalDB"
// POSSible: "elastic"
...
...
@@ -164,7 +165,7 @@ TW.conf = (function(TW){
// Modules path
// ------------
TWConf
.
paths
=
{
'ourlibs'
:
'twlibs'
,
'ourlibs'
:
'
static/tinawebJS/
twlibs'
,
'modules'
:
'twmodules'
}
Object
.
freeze
(
TWConf
.
paths
)
// /!\ to prevent path modification before load
...
...
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