Commit 400562d9 authored by c24b's avatar c24b

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

parents 9e30b72e 7c740e75
...@@ -398,7 +398,7 @@ DEFAULT_N_DOCS_HAVING_NGRAM = 5 ...@@ -398,7 +398,7 @@ DEFAULT_N_DOCS_HAVING_NGRAM = 5
# Graph constraints to compute the graph: # Graph constraints to compute the graph:
# Modes: live graph generation, graph asynchronously computed or errors detected # Modes: live graph generation, graph asynchronously computed or errors detected
# here are the maximum size of corpus and maplist required to compute the graph # here are the maximum size of corpus and maplist required to compute the graph
graph_constraints = {'corpusMax' : 100 graph_constraints = {'corpusMax' : 0
,'corpusMin' : 40 ,'corpusMin' : 0
,'mapList' : 50 ,'mapList' : 50
} }
...@@ -23,7 +23,7 @@ help = { "#project":{ ...@@ -23,7 +23,7 @@ help = { "#project":{
"<li>Click on 'Chose a file...'</li>"+ "<li>Click on 'Chose a file...'</li>"+
"<li>And give a name to your corpus</li>"+ "<li>And give a name to your corpus</li>"+
"<li>Click on 'Process this!'</li></ol>"+ "<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>"+ "<ol>"+
"<li>Select No option to the question 'Do you have a file already?'</li>"+ "<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>"+ "<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