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
b7ce88ae
Commit
b7ce88ae
authored
Nov 23, 2013
by
PkSM3
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
generic options
parent
9081386f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
5 deletions
+20
-5
index.html
index.html
+11
-0
settings.js
settings.js
+9
-5
No files found.
index.html
View file @
b7ce88ae
<html>
<head>
</head>
<body>
<h2>
Salut monde!
</h2>
</body>
</html>
\ No newline at end of file
settings.js
View file @
b7ce88ae
...
...
@@ -3,12 +3,14 @@
*/
// ============ < DEVELOPER OPTIONS > ============
var
fa2enabled
=
false
;
var
getAdditionalInfo
=
true
;
var
mainfile
=
"2-Terms-Authors-300nodes.gexf"
;
var
geomap
=
true
;
var
getAdditionalInfo
=
false
;
//for topPapers div
var
sqliteDB
=
""
;
var
mainfile
=
""
;
//"2-Terms-Authors-300nodes.gexf";
ircNick
=
"Ademe"
;
ircCHN
=
"#anoe"
;
ircNick
=
"
"
;
//"
Ademe";
ircCHN
=
"
"
;
//"
#anoe";
var
catSoc
=
"Document"
;
var
catSem
=
"NGram"
;
...
...
@@ -26,4 +28,6 @@ var desirableNodeSizeMIN=4;
var
desirableNodeSizeMAX
=
12
;
var
desirableScholarSize
=
6
;
//Remember that all scholars have the same size!
var
fa2enabled
=
false
;
// ============ < / DEVELOPER OPTIONS > ============
\ No newline at end of file
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