Commit 498f5779 authored by c24b's avatar c24b

Merge branch 'testing-help' of ssh://delanoe.org:1979/gargantext into c24b-testing-help

parents 1a95e7e4 7ea5eb11
......@@ -398,7 +398,7 @@ DEFAULT_N_DOCS_HAVING_NGRAM = 5
# Graph constraints to compute the graph:
# Modes: live graph generation, graph asynchronously computed or errors detected
# here are the maximum size of corpus and maplist required to compute the graph
graph_constraints = {'corpusMax' : 100
,'corpusMin' : 40
graph_constraints = {'corpusMax' : 0
,'corpusMin' : 0
,'mapList' : 50
}
......@@ -23,7 +23,7 @@ help = { "#project":{
"<li>Click on 'Chose a file...'</li>"+
"<li>And give a name to your corpus</li>"+
"<li>Click on 'Process this!'</li></ol>"+
"<b><span class='glyphicon glyphicon-hand-right'> If you want to import a corpus from an open database (only supported by PubMed or IsTex right now):</b>"+
"<b><span class='glyphicon glyphicon-hand-right'> If you want to import a corpus from an open database (only supported by PubMed, IsTex or SCOAP3 right now):</b>"+
"<ol>"+
"<li>Select No option to the question 'Do you have a file already?'</li>"+
"<li>Enter your query (syntax of the database is still the same)</li>"+
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment