From aa60e88834374df10941a3eb0e1991358c076167 Mon Sep 17 00:00:00 2001 From: PkSM3 Date: Wed, 6 Apr 2016 16:22:59 +0200 Subject: [PATCH] [BUGFIX] autocomplete pubmed ok --- .gitignore | 0 TODO.md | 0 annotations/.bowerrc | 0 annotations/.gitignore | 0 annotations/.jshintrc | 0 annotations/.lvimrc | 0 annotations/README.md | 0 annotations/__init__.py | 0 annotations/bower.json | 0 annotations/package.json | 0 annotations/static/annotations/activelists.js | 0 annotations/static/annotations/app.css | 0 annotations/static/annotations/app.js | 0 annotations/static/annotations/document.js | 0 annotations/static/annotations/highlight.js | 0 annotations/static/annotations/http.js | 0 annotations/static/annotations/keyword_tpl.html | 0 annotations/static/annotations/main.js | 0 annotations/static/annotations/ngramlist.js | 0 annotations/static/annotations/utils.js | 0 annotations/templates/annotations/main.html | 0 annotations/urls.py | 0 annotations/views.py | 0 doc/schemas/ngram_parsing_flow.dot | 0 doc/schemas/ngram_parsing_flow.png | Bin gargantext.ini | 0 gargantext/__init__.py | 0 gargantext/constants.py | 0 gargantext/models/__init__.py | 0 gargantext/models/hyperdata.py | 0 gargantext/models/ngrams.py | 0 gargantext/models/nodes.py | 0 gargantext/models/users.py | 0 gargantext/urls.py | 0 gargantext/util/db.py | 0 gargantext/util/db_cache.py | 0 gargantext/util/digest.py | 0 gargantext/util/files.py | 0 gargantext/util/generators/credits.py | 0 gargantext/util/generators/paragraphs.py | 0 gargantext/util/http.py | 0 gargantext/util/json.py | 0 gargantext/util/languages.py | 0 gargantext/util/lists.py | 0 gargantext/util/ngramsextractors.py | 0 gargantext/util/parsers/CSV.py | 0 gargantext/util/parsers/Europress.py | 0 gargantext/util/parsers/ISTex.py | 0 gargantext/util/parsers/Isi.py | 0 gargantext/util/parsers/Pubmed.py | 0 gargantext/util/parsers/Ris.py | 0 gargantext/util/parsers/_Parser.py | 0 gargantext/util/parsers/__init__.py | 0 gargantext/util/scheduling.py | 0 gargantext/util/scrappers/pubmed.py | 0 gargantext/util/taggers/MeltTagger.py | 0 gargantext/util/taggers/NltkTagger.py | 0 gargantext/util/taggers/TreeTagger.py | 0 gargantext/util/taggers/TurboTagger.py | 0 gargantext/util/taggers/_Tagger.py | 0 gargantext/util/taggers/__init__.py | 0 gargantext/util/taggers/lib/nlpserver/README.md | 0 gargantext/util/taggers/lib/nlpserver/client.py | 0 gargantext/util/taggers/lib/nlpserver/lemmatizer.py | 0 gargantext/util/taggers/lib/nlpserver/pipeline.py | 0 gargantext/util/taggers/lib/nlpserver/server.py | 0 gargantext/util/taggers/lib/nlpserver/settings.py | 0 gargantext/util/taggers/lib/nlpserver/test.py | 0 gargantext/util/toolchain/__init__.py | 0 gargantext/util/toolchain/hyperdata_indexing.py | 0 gargantext/util/toolchain/list_main.py | 0 gargantext/util/toolchain/list_map.py | 0 gargantext/util/toolchain/list_stop.py | 0 gargantext/util/toolchain/metric_specificity.py | 0 gargantext/util/toolchain/metric_tfidf.py | 0 gargantext/util/toolchain/ngram_coocs.py | 0 gargantext/util/toolchain/ngram_groups.py | 0 gargantext/util/toolchain/ngrams_extraction.py | 0 gargantext/util/toolchain/parsing.py | 0 gargantext/util/tools.py | 0 gargantext/util/validation.py | 0 gargantext/views/api/ngramlists.py | 0 gargantext/views/api/nodes.py | 0 gargantext/views/api/urls.py | 0 gargantext/views/generated/css.py | 0 gargantext/views/generated/img.py | 0 gargantext/views/generated/urls.py | 0 gargantext/views/pages/auth.py | 0 gargantext/views/pages/corpora.py | 0 gargantext/views/pages/main.py | 0 gargantext/views/pages/projects.py | 0 gargantext/views/pages/terms.py | 0 gargantext/views/pages/urls.py | 0 gargantext/wsgi.py | 0 graphExplorer/README.md | 0 graphExplorer/bridgeness.py | 0 graphExplorer/cooccurrences.py | 0 graphExplorer/distances.py | 0 graphExplorer/graph.py | 0 graphExplorer/louvain.py | 0 graphExplorer/rest.py | 0 graphExplorer/static/TODO | 0 graphExplorer/urls.py | 0 graphExplorer/views.py | 0 install/README.md | 0 install/debian/README_Debian.md | 0 install/docker/README.md | 0 install/docker/dev/Dockerfile | 0 install/python/requirements.txt | 0 scrapers/MedlineFetcher.py | 0 scrapers/pubmed.py | 0 scrapers/urls.py | 0 .../angular-cookies/angular-cookies.min.js | 0 .../angular-loader/angular-loader.min.js | 0 .../angular-resource/angular-resource.min.js | 0 static/bower_components/angular/angular-csp.css | 0 static/bower_components/angular/angular.min.js | 0 .../bootstrap/dist/css/bootstrap.min.css | 0 .../bootstrap/dist/js/bootstrap.min.js | 0 static/bower_components/jquery/dist/jquery.min.js | 0 .../bower_components/underscore/underscore-1.5.2.js | 0 static/css/bootstrap-theme.min.css | 0 static/css/bootstrap.css | 0 static/css/d3/dc.css | 0 static/css/gargantext/tables.css | 0 static/css/jquery/jquery.dynatable.css | 0 static/css/jquery/jquery.easy-pie-chart.css | 0 static/css/morris.css | 0 static/docs/gargantua_book/Source.txt | 0 static/docs/gargantua_book/gargantua_chapter_1.txt | 0 static/docs/gargantua_book/gargantua_chapter_2.txt | 0 static/docs/gargantua_book/gargantua_chapter_3.txt | 0 static/docs/gargantua_book/gargantua_chapter_4.txt | 0 static/docs/gargantua_book/gargantua_chapter_5.txt | 0 .../bootstrap/glyphicons-halflings-regular.eot | Bin .../bootstrap/glyphicons-halflings-regular.svg | 0 .../bootstrap/glyphicons-halflings-regular.ttf | Bin .../bootstrap/glyphicons-halflings-regular.woff | Bin static/img/Gargantextuel-212x300.jpg | Bin static/img/ajax-loader.gif | Bin static/img/credits/ademe.png | Bin static/img/credits/alexandre.jpg | Bin static/img/credits/cams.jpg | Bin static/img/credits/cnrs.png | Bin static/img/credits/csi.png | Bin static/img/credits/david.jpg | Bin static/img/credits/ehess.png | Bin static/img/credits/elias.jpg | 0 static/img/credits/forccast.png | Bin static/img/credits/iscpif.svg | 0 static/img/credits/logo.svg | 0 static/img/credits/mastodons.png | Bin static/img/credits/mastodons.svg | 0 static/img/credits/mathieu.jpg | Bin static/img/credits/maziyar.jpg | Bin static/img/credits/mines.png | Bin static/img/credits/pasteur.png | Bin static/img/credits/romain.jpg | Bin static/img/credits/samuel.jpg | Bin static/img/logo.png | Bin static/img/searx.jpg | Bin static/img/searx.png | Bin static/js/bootstrap/bootstrap-carousel.js | 0 static/js/bootstrap/bootstrap-transition.js | 0 static/js/bootstrap/bootstrap.min.js | 0 static/js/d3/crossfilter.js | 0 static/js/d3/d3.js | 0 static/js/d3/dc.js | 0 static/js/extras_explorerjs.js | 0 static/js/gargantext/Docs_dyna_chart_and_table.js | 0 .../js/gargantext/Journals_dyna_chart_and_table.js | 0 static/js/gargantext/NGrams_dyna_chart_and_table.js | 0 static/js/gargantext/garganrest.js | 0 static/js/jquery/jquery.dynatable.js | 0 static/js/jquery/jquery.easy-pie-chart.js | 0 static/js/jquery/jquery.min.js | 0 static/js/morris.min.js | 0 static/js/raphael-min.js | 0 templates/generated/css/bootstrap.css | 0 templates/generated/img/logo.svg | 0 templates/graphExplorer/explorer.html | 0 templates/pages/auth/login.html | 0 templates/pages/corpora/journals.html | 0 templates/pages/corpora/terms.html | 0 templates/pages/corpora/titles.html | 0 templates/pages/main/about.html | 0 templates/pages/main/home.html | 0 templates/pages/main/maintenance.html | 0 templates/pages/menu.html | 0 templates/pages/projects/overview.html | 0 templates/pages/projects/project.html | 8 ++++---- uploads/.gitignore | 0 192 files changed, 4 insertions(+), 4 deletions(-) mode change 100644 => 100755 .gitignore mode change 100644 => 100755 TODO.md mode change 100644 => 100755 annotations/.bowerrc mode change 100644 => 100755 annotations/.gitignore mode change 100644 => 100755 annotations/.jshintrc mode change 100644 => 100755 annotations/.lvimrc mode change 100644 => 100755 annotations/README.md mode change 100644 => 100755 annotations/__init__.py mode change 100644 => 100755 annotations/bower.json mode change 100644 => 100755 annotations/package.json mode change 100644 => 100755 annotations/static/annotations/activelists.js mode change 100644 => 100755 annotations/static/annotations/app.css mode change 100644 => 100755 annotations/static/annotations/app.js mode change 100644 => 100755 annotations/static/annotations/document.js mode change 100644 => 100755 annotations/static/annotations/highlight.js mode change 100644 => 100755 annotations/static/annotations/http.js mode change 100644 => 100755 annotations/static/annotations/keyword_tpl.html mode change 100644 => 100755 annotations/static/annotations/main.js mode change 100644 => 100755 annotations/static/annotations/ngramlist.js mode change 100644 => 100755 annotations/static/annotations/utils.js mode change 100644 => 100755 annotations/templates/annotations/main.html mode change 100644 => 100755 annotations/urls.py mode change 100644 => 100755 annotations/views.py mode change 100644 => 100755 doc/schemas/ngram_parsing_flow.dot mode change 100644 => 100755 doc/schemas/ngram_parsing_flow.png mode change 100644 => 100755 gargantext.ini mode change 100644 => 100755 gargantext/__init__.py mode change 100644 => 100755 gargantext/constants.py mode change 100644 => 100755 gargantext/models/__init__.py mode change 100644 => 100755 gargantext/models/hyperdata.py mode change 100644 => 100755 gargantext/models/ngrams.py mode change 100644 => 100755 gargantext/models/nodes.py mode change 100644 => 100755 gargantext/models/users.py mode change 100644 => 100755 gargantext/urls.py mode change 100644 => 100755 gargantext/util/db.py mode change 100644 => 100755 gargantext/util/db_cache.py mode change 100644 => 100755 gargantext/util/digest.py mode change 100644 => 100755 gargantext/util/files.py mode change 100644 => 100755 gargantext/util/generators/credits.py mode change 100644 => 100755 gargantext/util/generators/paragraphs.py mode change 100644 => 100755 gargantext/util/http.py mode change 100644 => 100755 gargantext/util/json.py mode change 100644 => 100755 gargantext/util/languages.py mode change 100644 => 100755 gargantext/util/lists.py mode change 100644 => 100755 gargantext/util/ngramsextractors.py mode change 100644 => 100755 gargantext/util/parsers/CSV.py mode change 100644 => 100755 gargantext/util/parsers/Europress.py mode change 100644 => 100755 gargantext/util/parsers/ISTex.py mode change 100644 => 100755 gargantext/util/parsers/Isi.py mode change 100644 => 100755 gargantext/util/parsers/Pubmed.py mode change 100644 => 100755 gargantext/util/parsers/Ris.py mode change 100644 => 100755 gargantext/util/parsers/_Parser.py mode change 100644 => 100755 gargantext/util/parsers/__init__.py mode change 100644 => 100755 gargantext/util/scheduling.py mode change 100644 => 100755 gargantext/util/scrappers/pubmed.py mode change 100644 => 100755 gargantext/util/taggers/MeltTagger.py mode change 100644 => 100755 gargantext/util/taggers/NltkTagger.py mode change 100644 => 100755 gargantext/util/taggers/TreeTagger.py mode change 100644 => 100755 gargantext/util/taggers/TurboTagger.py mode change 100644 => 100755 gargantext/util/taggers/_Tagger.py mode change 100644 => 100755 gargantext/util/taggers/__init__.py mode change 100644 => 100755 gargantext/util/taggers/lib/nlpserver/README.md mode change 100644 => 100755 gargantext/util/taggers/lib/nlpserver/client.py mode change 100644 => 100755 gargantext/util/taggers/lib/nlpserver/lemmatizer.py mode change 100644 => 100755 gargantext/util/taggers/lib/nlpserver/pipeline.py mode change 100644 => 100755 gargantext/util/taggers/lib/nlpserver/server.py mode change 100644 => 100755 gargantext/util/taggers/lib/nlpserver/settings.py mode change 100644 => 100755 gargantext/util/taggers/lib/nlpserver/test.py mode change 100644 => 100755 gargantext/util/toolchain/__init__.py mode change 100644 => 100755 gargantext/util/toolchain/hyperdata_indexing.py mode change 100644 => 100755 gargantext/util/toolchain/list_main.py mode change 100644 => 100755 gargantext/util/toolchain/list_map.py mode change 100644 => 100755 gargantext/util/toolchain/list_stop.py mode change 100644 => 100755 gargantext/util/toolchain/metric_specificity.py mode change 100644 => 100755 gargantext/util/toolchain/metric_tfidf.py mode change 100644 => 100755 gargantext/util/toolchain/ngram_coocs.py mode change 100644 => 100755 gargantext/util/toolchain/ngram_groups.py mode change 100644 => 100755 gargantext/util/toolchain/ngrams_extraction.py mode change 100644 => 100755 gargantext/util/toolchain/parsing.py mode change 100644 => 100755 gargantext/util/tools.py mode change 100644 => 100755 gargantext/util/validation.py mode change 100644 => 100755 gargantext/views/api/ngramlists.py mode change 100644 => 100755 gargantext/views/api/nodes.py mode change 100644 => 100755 gargantext/views/api/urls.py mode change 100644 => 100755 gargantext/views/generated/css.py mode change 100644 => 100755 gargantext/views/generated/img.py mode change 100644 => 100755 gargantext/views/generated/urls.py mode change 100644 => 100755 gargantext/views/pages/auth.py mode change 100644 => 100755 gargantext/views/pages/corpora.py mode change 100644 => 100755 gargantext/views/pages/main.py mode change 100644 => 100755 gargantext/views/pages/projects.py mode change 100644 => 100755 gargantext/views/pages/terms.py mode change 100644 => 100755 gargantext/views/pages/urls.py mode change 100644 => 100755 gargantext/wsgi.py mode change 100644 => 100755 graphExplorer/README.md mode change 100644 => 100755 graphExplorer/bridgeness.py mode change 100644 => 100755 graphExplorer/cooccurrences.py mode change 100644 => 100755 graphExplorer/distances.py mode change 100644 => 100755 graphExplorer/graph.py mode change 100644 => 100755 graphExplorer/louvain.py mode change 100644 => 100755 graphExplorer/rest.py mode change 100644 => 100755 graphExplorer/static/TODO mode change 100644 => 100755 graphExplorer/urls.py mode change 100644 => 100755 graphExplorer/views.py mode change 100644 => 100755 install/README.md mode change 100644 => 100755 install/debian/README_Debian.md mode change 100644 => 100755 install/docker/README.md mode change 100644 => 100755 install/docker/dev/Dockerfile mode change 100644 => 100755 install/python/requirements.txt mode change 100644 => 100755 scrapers/MedlineFetcher.py mode change 100644 => 100755 scrapers/pubmed.py mode change 100644 => 100755 scrapers/urls.py mode change 100644 => 100755 static/bower_components/angular-cookies/angular-cookies.min.js mode change 100644 => 100755 static/bower_components/angular-loader/angular-loader.min.js mode change 100644 => 100755 static/bower_components/angular-resource/angular-resource.min.js mode change 100644 => 100755 static/bower_components/angular/angular-csp.css mode change 100644 => 100755 static/bower_components/angular/angular.min.js mode change 100644 => 100755 static/bower_components/bootstrap/dist/css/bootstrap.min.css mode change 100644 => 100755 static/bower_components/bootstrap/dist/js/bootstrap.min.js mode change 100644 => 100755 static/bower_components/jquery/dist/jquery.min.js mode change 100644 => 100755 static/bower_components/underscore/underscore-1.5.2.js mode change 100644 => 100755 static/css/bootstrap-theme.min.css mode change 100644 => 100755 static/css/bootstrap.css mode change 100644 => 100755 static/css/d3/dc.css mode change 100644 => 100755 static/css/gargantext/tables.css mode change 100644 => 100755 static/css/jquery/jquery.dynatable.css mode change 100644 => 100755 static/css/jquery/jquery.easy-pie-chart.css mode change 100644 => 100755 static/css/morris.css mode change 100644 => 100755 static/docs/gargantua_book/Source.txt mode change 100644 => 100755 static/docs/gargantua_book/gargantua_chapter_1.txt mode change 100644 => 100755 static/docs/gargantua_book/gargantua_chapter_2.txt mode change 100644 => 100755 static/docs/gargantua_book/gargantua_chapter_3.txt mode change 100644 => 100755 static/docs/gargantua_book/gargantua_chapter_4.txt mode change 100644 => 100755 static/docs/gargantua_book/gargantua_chapter_5.txt mode change 100644 => 100755 static/fonts/bootstrap/glyphicons-halflings-regular.eot mode change 100644 => 100755 static/fonts/bootstrap/glyphicons-halflings-regular.svg mode change 100644 => 100755 static/fonts/bootstrap/glyphicons-halflings-regular.ttf mode change 100644 => 100755 static/fonts/bootstrap/glyphicons-halflings-regular.woff mode change 100644 => 100755 static/img/Gargantextuel-212x300.jpg mode change 100644 => 100755 static/img/ajax-loader.gif mode change 100644 => 100755 static/img/credits/ademe.png mode change 100644 => 100755 static/img/credits/alexandre.jpg mode change 100644 => 100755 static/img/credits/cams.jpg mode change 100644 => 100755 static/img/credits/cnrs.png mode change 100644 => 100755 static/img/credits/csi.png mode change 100644 => 100755 static/img/credits/david.jpg mode change 100644 => 100755 static/img/credits/ehess.png mode change 100644 => 100755 static/img/credits/elias.jpg mode change 100644 => 100755 static/img/credits/forccast.png mode change 100644 => 100755 static/img/credits/iscpif.svg mode change 100644 => 100755 static/img/credits/logo.svg mode change 100644 => 100755 static/img/credits/mastodons.png mode change 100644 => 100755 static/img/credits/mastodons.svg mode change 100644 => 100755 static/img/credits/mathieu.jpg mode change 100644 => 100755 static/img/credits/maziyar.jpg mode change 100644 => 100755 static/img/credits/mines.png mode change 100644 => 100755 static/img/credits/pasteur.png mode change 100644 => 100755 static/img/credits/romain.jpg mode change 100644 => 100755 static/img/credits/samuel.jpg mode change 100644 => 100755 static/img/logo.png mode change 100644 => 100755 static/img/searx.jpg mode change 100644 => 100755 static/img/searx.png mode change 100644 => 100755 static/js/bootstrap/bootstrap-carousel.js mode change 100644 => 100755 static/js/bootstrap/bootstrap-transition.js mode change 100644 => 100755 static/js/bootstrap/bootstrap.min.js mode change 100644 => 100755 static/js/d3/crossfilter.js mode change 100644 => 100755 static/js/d3/d3.js mode change 100644 => 100755 static/js/d3/dc.js mode change 100644 => 100755 static/js/extras_explorerjs.js mode change 100644 => 100755 static/js/gargantext/Docs_dyna_chart_and_table.js mode change 100644 => 100755 static/js/gargantext/Journals_dyna_chart_and_table.js mode change 100644 => 100755 static/js/gargantext/NGrams_dyna_chart_and_table.js mode change 100644 => 100755 static/js/gargantext/garganrest.js mode change 100644 => 100755 static/js/jquery/jquery.dynatable.js mode change 100644 => 100755 static/js/jquery/jquery.easy-pie-chart.js mode change 100644 => 100755 static/js/jquery/jquery.min.js mode change 100644 => 100755 static/js/morris.min.js mode change 100644 => 100755 static/js/raphael-min.js mode change 100644 => 100755 templates/generated/css/bootstrap.css mode change 100644 => 100755 templates/generated/img/logo.svg mode change 100644 => 100755 templates/graphExplorer/explorer.html mode change 100644 => 100755 templates/pages/auth/login.html mode change 100644 => 100755 templates/pages/corpora/journals.html mode change 100644 => 100755 templates/pages/corpora/terms.html mode change 100644 => 100755 templates/pages/corpora/titles.html mode change 100644 => 100755 templates/pages/main/about.html mode change 100644 => 100755 templates/pages/main/home.html mode change 100644 => 100755 templates/pages/main/maintenance.html mode change 100644 => 100755 templates/pages/menu.html mode change 100644 => 100755 templates/pages/projects/overview.html mode change 100644 => 100755 templates/pages/projects/project.html mode change 100644 => 100755 uploads/.gitignore diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 diff --git a/TODO.md b/TODO.md old mode 100644 new mode 100755 diff --git a/annotations/.bowerrc b/annotations/.bowerrc old mode 100644 new mode 100755 diff --git a/annotations/.gitignore b/annotations/.gitignore old mode 100644 new mode 100755 diff --git a/annotations/.jshintrc b/annotations/.jshintrc old mode 100644 new mode 100755 diff --git a/annotations/.lvimrc b/annotations/.lvimrc old mode 100644 new mode 100755 diff --git a/annotations/README.md b/annotations/README.md old mode 100644 new mode 100755 diff --git a/annotations/__init__.py b/annotations/__init__.py old mode 100644 new mode 100755 diff --git a/annotations/bower.json b/annotations/bower.json old mode 100644 new mode 100755 diff --git a/annotations/package.json b/annotations/package.json old mode 100644 new mode 100755 diff --git a/annotations/static/annotations/activelists.js b/annotations/static/annotations/activelists.js old mode 100644 new mode 100755 diff --git a/annotations/static/annotations/app.css b/annotations/static/annotations/app.css old mode 100644 new mode 100755 diff --git a/annotations/static/annotations/app.js b/annotations/static/annotations/app.js old mode 100644 new mode 100755 diff --git a/annotations/static/annotations/document.js b/annotations/static/annotations/document.js old mode 100644 new mode 100755 diff --git a/annotations/static/annotations/highlight.js b/annotations/static/annotations/highlight.js old mode 100644 new mode 100755 diff --git a/annotations/static/annotations/http.js b/annotations/static/annotations/http.js old mode 100644 new mode 100755 diff --git a/annotations/static/annotations/keyword_tpl.html b/annotations/static/annotations/keyword_tpl.html old mode 100644 new mode 100755 diff --git a/annotations/static/annotations/main.js b/annotations/static/annotations/main.js old mode 100644 new mode 100755 diff --git a/annotations/static/annotations/ngramlist.js b/annotations/static/annotations/ngramlist.js old mode 100644 new mode 100755 diff --git a/annotations/static/annotations/utils.js b/annotations/static/annotations/utils.js old mode 100644 new mode 100755 diff --git a/annotations/templates/annotations/main.html b/annotations/templates/annotations/main.html old mode 100644 new mode 100755 diff --git a/annotations/urls.py b/annotations/urls.py old mode 100644 new mode 100755 diff --git a/annotations/views.py b/annotations/views.py old mode 100644 new mode 100755 diff --git a/doc/schemas/ngram_parsing_flow.dot b/doc/schemas/ngram_parsing_flow.dot old mode 100644 new mode 100755 diff --git a/doc/schemas/ngram_parsing_flow.png b/doc/schemas/ngram_parsing_flow.png old mode 100644 new mode 100755 diff --git a/gargantext.ini b/gargantext.ini old mode 100644 new mode 100755 diff --git a/gargantext/__init__.py b/gargantext/__init__.py old mode 100644 new mode 100755 diff --git a/gargantext/constants.py b/gargantext/constants.py old mode 100644 new mode 100755 diff --git a/gargantext/models/__init__.py b/gargantext/models/__init__.py old mode 100644 new mode 100755 diff --git a/gargantext/models/hyperdata.py b/gargantext/models/hyperdata.py old mode 100644 new mode 100755 diff --git a/gargantext/models/ngrams.py b/gargantext/models/ngrams.py old mode 100644 new mode 100755 diff --git a/gargantext/models/nodes.py b/gargantext/models/nodes.py old mode 100644 new mode 100755 diff --git a/gargantext/models/users.py b/gargantext/models/users.py old mode 100644 new mode 100755 diff --git a/gargantext/urls.py b/gargantext/urls.py old mode 100644 new mode 100755 diff --git a/gargantext/util/db.py b/gargantext/util/db.py old mode 100644 new mode 100755 diff --git a/gargantext/util/db_cache.py b/gargantext/util/db_cache.py old mode 100644 new mode 100755 diff --git a/gargantext/util/digest.py b/gargantext/util/digest.py old mode 100644 new mode 100755 diff --git a/gargantext/util/files.py b/gargantext/util/files.py old mode 100644 new mode 100755 diff --git a/gargantext/util/generators/credits.py b/gargantext/util/generators/credits.py old mode 100644 new mode 100755 diff --git a/gargantext/util/generators/paragraphs.py b/gargantext/util/generators/paragraphs.py old mode 100644 new mode 100755 diff --git a/gargantext/util/http.py b/gargantext/util/http.py old mode 100644 new mode 100755 diff --git a/gargantext/util/json.py b/gargantext/util/json.py old mode 100644 new mode 100755 diff --git a/gargantext/util/languages.py b/gargantext/util/languages.py old mode 100644 new mode 100755 diff --git a/gargantext/util/lists.py b/gargantext/util/lists.py old mode 100644 new mode 100755 diff --git a/gargantext/util/ngramsextractors.py b/gargantext/util/ngramsextractors.py old mode 100644 new mode 100755 diff --git a/gargantext/util/parsers/CSV.py b/gargantext/util/parsers/CSV.py old mode 100644 new mode 100755 diff --git a/gargantext/util/parsers/Europress.py b/gargantext/util/parsers/Europress.py old mode 100644 new mode 100755 diff --git a/gargantext/util/parsers/ISTex.py b/gargantext/util/parsers/ISTex.py old mode 100644 new mode 100755 diff --git a/gargantext/util/parsers/Isi.py b/gargantext/util/parsers/Isi.py old mode 100644 new mode 100755 diff --git a/gargantext/util/parsers/Pubmed.py b/gargantext/util/parsers/Pubmed.py old mode 100644 new mode 100755 diff --git a/gargantext/util/parsers/Ris.py b/gargantext/util/parsers/Ris.py old mode 100644 new mode 100755 diff --git a/gargantext/util/parsers/_Parser.py b/gargantext/util/parsers/_Parser.py old mode 100644 new mode 100755 diff --git a/gargantext/util/parsers/__init__.py b/gargantext/util/parsers/__init__.py old mode 100644 new mode 100755 diff --git a/gargantext/util/scheduling.py b/gargantext/util/scheduling.py old mode 100644 new mode 100755 diff --git a/gargantext/util/scrappers/pubmed.py b/gargantext/util/scrappers/pubmed.py old mode 100644 new mode 100755 diff --git a/gargantext/util/taggers/MeltTagger.py b/gargantext/util/taggers/MeltTagger.py old mode 100644 new mode 100755 diff --git a/gargantext/util/taggers/NltkTagger.py b/gargantext/util/taggers/NltkTagger.py old mode 100644 new mode 100755 diff --git a/gargantext/util/taggers/TreeTagger.py b/gargantext/util/taggers/TreeTagger.py old mode 100644 new mode 100755 diff --git a/gargantext/util/taggers/TurboTagger.py b/gargantext/util/taggers/TurboTagger.py old mode 100644 new mode 100755 diff --git a/gargantext/util/taggers/_Tagger.py b/gargantext/util/taggers/_Tagger.py old mode 100644 new mode 100755 diff --git a/gargantext/util/taggers/__init__.py b/gargantext/util/taggers/__init__.py old mode 100644 new mode 100755 diff --git a/gargantext/util/taggers/lib/nlpserver/README.md b/gargantext/util/taggers/lib/nlpserver/README.md old mode 100644 new mode 100755 diff --git a/gargantext/util/taggers/lib/nlpserver/client.py b/gargantext/util/taggers/lib/nlpserver/client.py old mode 100644 new mode 100755 diff --git a/gargantext/util/taggers/lib/nlpserver/lemmatizer.py b/gargantext/util/taggers/lib/nlpserver/lemmatizer.py old mode 100644 new mode 100755 diff --git a/gargantext/util/taggers/lib/nlpserver/pipeline.py b/gargantext/util/taggers/lib/nlpserver/pipeline.py old mode 100644 new mode 100755 diff --git a/gargantext/util/taggers/lib/nlpserver/server.py b/gargantext/util/taggers/lib/nlpserver/server.py old mode 100644 new mode 100755 diff --git a/gargantext/util/taggers/lib/nlpserver/settings.py b/gargantext/util/taggers/lib/nlpserver/settings.py old mode 100644 new mode 100755 diff --git a/gargantext/util/taggers/lib/nlpserver/test.py b/gargantext/util/taggers/lib/nlpserver/test.py old mode 100644 new mode 100755 diff --git a/gargantext/util/toolchain/__init__.py b/gargantext/util/toolchain/__init__.py old mode 100644 new mode 100755 diff --git a/gargantext/util/toolchain/hyperdata_indexing.py b/gargantext/util/toolchain/hyperdata_indexing.py old mode 100644 new mode 100755 diff --git a/gargantext/util/toolchain/list_main.py b/gargantext/util/toolchain/list_main.py old mode 100644 new mode 100755 diff --git a/gargantext/util/toolchain/list_map.py b/gargantext/util/toolchain/list_map.py old mode 100644 new mode 100755 diff --git a/gargantext/util/toolchain/list_stop.py b/gargantext/util/toolchain/list_stop.py old mode 100644 new mode 100755 diff --git a/gargantext/util/toolchain/metric_specificity.py b/gargantext/util/toolchain/metric_specificity.py old mode 100644 new mode 100755 diff --git a/gargantext/util/toolchain/metric_tfidf.py b/gargantext/util/toolchain/metric_tfidf.py old mode 100644 new mode 100755 diff --git a/gargantext/util/toolchain/ngram_coocs.py b/gargantext/util/toolchain/ngram_coocs.py old mode 100644 new mode 100755 diff --git a/gargantext/util/toolchain/ngram_groups.py b/gargantext/util/toolchain/ngram_groups.py old mode 100644 new mode 100755 diff --git a/gargantext/util/toolchain/ngrams_extraction.py b/gargantext/util/toolchain/ngrams_extraction.py old mode 100644 new mode 100755 diff --git a/gargantext/util/toolchain/parsing.py b/gargantext/util/toolchain/parsing.py old mode 100644 new mode 100755 diff --git a/gargantext/util/tools.py b/gargantext/util/tools.py old mode 100644 new mode 100755 diff --git a/gargantext/util/validation.py b/gargantext/util/validation.py old mode 100644 new mode 100755 diff --git a/gargantext/views/api/ngramlists.py b/gargantext/views/api/ngramlists.py old mode 100644 new mode 100755 diff --git a/gargantext/views/api/nodes.py b/gargantext/views/api/nodes.py old mode 100644 new mode 100755 diff --git a/gargantext/views/api/urls.py b/gargantext/views/api/urls.py old mode 100644 new mode 100755 diff --git a/gargantext/views/generated/css.py b/gargantext/views/generated/css.py old mode 100644 new mode 100755 diff --git a/gargantext/views/generated/img.py b/gargantext/views/generated/img.py old mode 100644 new mode 100755 diff --git a/gargantext/views/generated/urls.py b/gargantext/views/generated/urls.py old mode 100644 new mode 100755 diff --git a/gargantext/views/pages/auth.py b/gargantext/views/pages/auth.py old mode 100644 new mode 100755 diff --git a/gargantext/views/pages/corpora.py b/gargantext/views/pages/corpora.py old mode 100644 new mode 100755 diff --git a/gargantext/views/pages/main.py b/gargantext/views/pages/main.py old mode 100644 new mode 100755 diff --git a/gargantext/views/pages/projects.py b/gargantext/views/pages/projects.py old mode 100644 new mode 100755 diff --git a/gargantext/views/pages/terms.py b/gargantext/views/pages/terms.py old mode 100644 new mode 100755 diff --git a/gargantext/views/pages/urls.py b/gargantext/views/pages/urls.py old mode 100644 new mode 100755 diff --git a/gargantext/wsgi.py b/gargantext/wsgi.py old mode 100644 new mode 100755 diff --git a/graphExplorer/README.md b/graphExplorer/README.md old mode 100644 new mode 100755 diff --git a/graphExplorer/bridgeness.py b/graphExplorer/bridgeness.py old mode 100644 new mode 100755 diff --git a/graphExplorer/cooccurrences.py b/graphExplorer/cooccurrences.py old mode 100644 new mode 100755 diff --git a/graphExplorer/distances.py b/graphExplorer/distances.py old mode 100644 new mode 100755 diff --git a/graphExplorer/graph.py b/graphExplorer/graph.py old mode 100644 new mode 100755 diff --git a/graphExplorer/louvain.py b/graphExplorer/louvain.py old mode 100644 new mode 100755 diff --git a/graphExplorer/rest.py b/graphExplorer/rest.py old mode 100644 new mode 100755 diff --git a/graphExplorer/static/TODO b/graphExplorer/static/TODO old mode 100644 new mode 100755 diff --git a/graphExplorer/urls.py b/graphExplorer/urls.py old mode 100644 new mode 100755 diff --git a/graphExplorer/views.py b/graphExplorer/views.py old mode 100644 new mode 100755 diff --git a/install/README.md b/install/README.md old mode 100644 new mode 100755 diff --git a/install/debian/README_Debian.md b/install/debian/README_Debian.md old mode 100644 new mode 100755 diff --git a/install/docker/README.md b/install/docker/README.md old mode 100644 new mode 100755 diff --git a/install/docker/dev/Dockerfile b/install/docker/dev/Dockerfile old mode 100644 new mode 100755 diff --git a/install/python/requirements.txt b/install/python/requirements.txt old mode 100644 new mode 100755 diff --git a/scrapers/MedlineFetcher.py b/scrapers/MedlineFetcher.py old mode 100644 new mode 100755 diff --git a/scrapers/pubmed.py b/scrapers/pubmed.py old mode 100644 new mode 100755 diff --git a/scrapers/urls.py b/scrapers/urls.py old mode 100644 new mode 100755 diff --git a/static/bower_components/angular-cookies/angular-cookies.min.js b/static/bower_components/angular-cookies/angular-cookies.min.js old mode 100644 new mode 100755 diff --git a/static/bower_components/angular-loader/angular-loader.min.js b/static/bower_components/angular-loader/angular-loader.min.js old mode 100644 new mode 100755 diff --git a/static/bower_components/angular-resource/angular-resource.min.js b/static/bower_components/angular-resource/angular-resource.min.js old mode 100644 new mode 100755 diff --git a/static/bower_components/angular/angular-csp.css b/static/bower_components/angular/angular-csp.css old mode 100644 new mode 100755 diff --git a/static/bower_components/angular/angular.min.js b/static/bower_components/angular/angular.min.js old mode 100644 new mode 100755 diff --git a/static/bower_components/bootstrap/dist/css/bootstrap.min.css b/static/bower_components/bootstrap/dist/css/bootstrap.min.css old mode 100644 new mode 100755 diff --git a/static/bower_components/bootstrap/dist/js/bootstrap.min.js b/static/bower_components/bootstrap/dist/js/bootstrap.min.js old mode 100644 new mode 100755 diff --git a/static/bower_components/jquery/dist/jquery.min.js b/static/bower_components/jquery/dist/jquery.min.js old mode 100644 new mode 100755 diff --git a/static/bower_components/underscore/underscore-1.5.2.js b/static/bower_components/underscore/underscore-1.5.2.js old mode 100644 new mode 100755 diff --git a/static/css/bootstrap-theme.min.css b/static/css/bootstrap-theme.min.css old mode 100644 new mode 100755 diff --git a/static/css/bootstrap.css b/static/css/bootstrap.css old mode 100644 new mode 100755 diff --git a/static/css/d3/dc.css b/static/css/d3/dc.css old mode 100644 new mode 100755 diff --git a/static/css/gargantext/tables.css b/static/css/gargantext/tables.css old mode 100644 new mode 100755 diff --git a/static/css/jquery/jquery.dynatable.css b/static/css/jquery/jquery.dynatable.css old mode 100644 new mode 100755 diff --git a/static/css/jquery/jquery.easy-pie-chart.css b/static/css/jquery/jquery.easy-pie-chart.css old mode 100644 new mode 100755 diff --git a/static/css/morris.css b/static/css/morris.css old mode 100644 new mode 100755 diff --git a/static/docs/gargantua_book/Source.txt b/static/docs/gargantua_book/Source.txt old mode 100644 new mode 100755 diff --git a/static/docs/gargantua_book/gargantua_chapter_1.txt b/static/docs/gargantua_book/gargantua_chapter_1.txt old mode 100644 new mode 100755 diff --git a/static/docs/gargantua_book/gargantua_chapter_2.txt b/static/docs/gargantua_book/gargantua_chapter_2.txt old mode 100644 new mode 100755 diff --git a/static/docs/gargantua_book/gargantua_chapter_3.txt b/static/docs/gargantua_book/gargantua_chapter_3.txt old mode 100644 new mode 100755 diff --git a/static/docs/gargantua_book/gargantua_chapter_4.txt b/static/docs/gargantua_book/gargantua_chapter_4.txt old mode 100644 new mode 100755 diff --git a/static/docs/gargantua_book/gargantua_chapter_5.txt b/static/docs/gargantua_book/gargantua_chapter_5.txt old mode 100644 new mode 100755 diff --git a/static/fonts/bootstrap/glyphicons-halflings-regular.eot b/static/fonts/bootstrap/glyphicons-halflings-regular.eot old mode 100644 new mode 100755 diff --git a/static/fonts/bootstrap/glyphicons-halflings-regular.svg b/static/fonts/bootstrap/glyphicons-halflings-regular.svg old mode 100644 new mode 100755 diff --git a/static/fonts/bootstrap/glyphicons-halflings-regular.ttf b/static/fonts/bootstrap/glyphicons-halflings-regular.ttf old mode 100644 new mode 100755 diff --git a/static/fonts/bootstrap/glyphicons-halflings-regular.woff b/static/fonts/bootstrap/glyphicons-halflings-regular.woff old mode 100644 new mode 100755 diff --git a/static/img/Gargantextuel-212x300.jpg b/static/img/Gargantextuel-212x300.jpg old mode 100644 new mode 100755 diff --git a/static/img/ajax-loader.gif b/static/img/ajax-loader.gif old mode 100644 new mode 100755 diff --git a/static/img/credits/ademe.png b/static/img/credits/ademe.png old mode 100644 new mode 100755 diff --git a/static/img/credits/alexandre.jpg b/static/img/credits/alexandre.jpg old mode 100644 new mode 100755 diff --git a/static/img/credits/cams.jpg b/static/img/credits/cams.jpg old mode 100644 new mode 100755 diff --git a/static/img/credits/cnrs.png b/static/img/credits/cnrs.png old mode 100644 new mode 100755 diff --git a/static/img/credits/csi.png b/static/img/credits/csi.png old mode 100644 new mode 100755 diff --git a/static/img/credits/david.jpg b/static/img/credits/david.jpg old mode 100644 new mode 100755 diff --git a/static/img/credits/ehess.png b/static/img/credits/ehess.png old mode 100644 new mode 100755 diff --git a/static/img/credits/elias.jpg b/static/img/credits/elias.jpg old mode 100644 new mode 100755 diff --git a/static/img/credits/forccast.png b/static/img/credits/forccast.png old mode 100644 new mode 100755 diff --git a/static/img/credits/iscpif.svg b/static/img/credits/iscpif.svg old mode 100644 new mode 100755 diff --git a/static/img/credits/logo.svg b/static/img/credits/logo.svg old mode 100644 new mode 100755 diff --git a/static/img/credits/mastodons.png b/static/img/credits/mastodons.png old mode 100644 new mode 100755 diff --git a/static/img/credits/mastodons.svg b/static/img/credits/mastodons.svg old mode 100644 new mode 100755 diff --git a/static/img/credits/mathieu.jpg b/static/img/credits/mathieu.jpg old mode 100644 new mode 100755 diff --git a/static/img/credits/maziyar.jpg b/static/img/credits/maziyar.jpg old mode 100644 new mode 100755 diff --git a/static/img/credits/mines.png b/static/img/credits/mines.png old mode 100644 new mode 100755 diff --git a/static/img/credits/pasteur.png b/static/img/credits/pasteur.png old mode 100644 new mode 100755 diff --git a/static/img/credits/romain.jpg b/static/img/credits/romain.jpg old mode 100644 new mode 100755 diff --git a/static/img/credits/samuel.jpg b/static/img/credits/samuel.jpg old mode 100644 new mode 100755 diff --git a/static/img/logo.png b/static/img/logo.png old mode 100644 new mode 100755 diff --git a/static/img/searx.jpg b/static/img/searx.jpg old mode 100644 new mode 100755 diff --git a/static/img/searx.png b/static/img/searx.png old mode 100644 new mode 100755 diff --git a/static/js/bootstrap/bootstrap-carousel.js b/static/js/bootstrap/bootstrap-carousel.js old mode 100644 new mode 100755 diff --git a/static/js/bootstrap/bootstrap-transition.js b/static/js/bootstrap/bootstrap-transition.js old mode 100644 new mode 100755 diff --git a/static/js/bootstrap/bootstrap.min.js b/static/js/bootstrap/bootstrap.min.js old mode 100644 new mode 100755 diff --git a/static/js/d3/crossfilter.js b/static/js/d3/crossfilter.js old mode 100644 new mode 100755 diff --git a/static/js/d3/d3.js b/static/js/d3/d3.js old mode 100644 new mode 100755 diff --git a/static/js/d3/dc.js b/static/js/d3/dc.js old mode 100644 new mode 100755 diff --git a/static/js/extras_explorerjs.js b/static/js/extras_explorerjs.js old mode 100644 new mode 100755 diff --git a/static/js/gargantext/Docs_dyna_chart_and_table.js b/static/js/gargantext/Docs_dyna_chart_and_table.js old mode 100644 new mode 100755 diff --git a/static/js/gargantext/Journals_dyna_chart_and_table.js b/static/js/gargantext/Journals_dyna_chart_and_table.js old mode 100644 new mode 100755 diff --git a/static/js/gargantext/NGrams_dyna_chart_and_table.js b/static/js/gargantext/NGrams_dyna_chart_and_table.js old mode 100644 new mode 100755 diff --git a/static/js/gargantext/garganrest.js b/static/js/gargantext/garganrest.js old mode 100644 new mode 100755 diff --git a/static/js/jquery/jquery.dynatable.js b/static/js/jquery/jquery.dynatable.js old mode 100644 new mode 100755 diff --git a/static/js/jquery/jquery.easy-pie-chart.js b/static/js/jquery/jquery.easy-pie-chart.js old mode 100644 new mode 100755 diff --git a/static/js/jquery/jquery.min.js b/static/js/jquery/jquery.min.js old mode 100644 new mode 100755 diff --git a/static/js/morris.min.js b/static/js/morris.min.js old mode 100644 new mode 100755 diff --git a/static/js/raphael-min.js b/static/js/raphael-min.js old mode 100644 new mode 100755 diff --git a/templates/generated/css/bootstrap.css b/templates/generated/css/bootstrap.css old mode 100644 new mode 100755 diff --git a/templates/generated/img/logo.svg b/templates/generated/img/logo.svg old mode 100644 new mode 100755 diff --git a/templates/graphExplorer/explorer.html b/templates/graphExplorer/explorer.html old mode 100644 new mode 100755 diff --git a/templates/pages/auth/login.html b/templates/pages/auth/login.html old mode 100644 new mode 100755 diff --git a/templates/pages/corpora/journals.html b/templates/pages/corpora/journals.html old mode 100644 new mode 100755 diff --git a/templates/pages/corpora/terms.html b/templates/pages/corpora/terms.html old mode 100644 new mode 100755 diff --git a/templates/pages/corpora/titles.html b/templates/pages/corpora/titles.html old mode 100644 new mode 100755 diff --git a/templates/pages/main/about.html b/templates/pages/main/about.html old mode 100644 new mode 100755 diff --git a/templates/pages/main/home.html b/templates/pages/main/home.html old mode 100644 new mode 100755 diff --git a/templates/pages/main/maintenance.html b/templates/pages/main/maintenance.html old mode 100644 new mode 100755 diff --git a/templates/pages/menu.html b/templates/pages/menu.html old mode 100644 new mode 100755 diff --git a/templates/pages/projects/overview.html b/templates/pages/projects/overview.html old mode 100644 new mode 100755 diff --git a/templates/pages/projects/project.html b/templates/pages/projects/project.html old mode 100644 new mode 100755 index 5ec994db..2c8edc19 --- a/templates/pages/projects/project.html +++ b/templates/pages/projects/project.html @@ -290,7 +290,7 @@ var theType = $("#id_type option:selected").html(); console.log("consoling the typeeee: ") console.log(theType) - if(theType=="Pubmed (xml format)") doTheQuery(); + if(theType=="Pubmed (XML format)") doTheQuery(); if(theType=="ISTex") { var origQuery = $("#id_name").val() console.log("printing the results:") @@ -329,10 +329,10 @@ var theType = $("#id_type option:selected").html(); - if(theType=="Pubmed (xml format)") { + if(theType=="Pubmed (XML format)") { $.ajax({ // contentType: "application/json", - url: window.location.origin+"/tests/pubmedquery", + url: window.location.origin+"/pubmed/query", data: formData, type: 'POST', beforeSend: function(xhr) { @@ -436,7 +436,7 @@ $( "#id_name" ).on('input',function(e){ console.log($(this).val()) - if(theType=="Pubmed (xml format)") + if(theType=="Pubmed (XML format)") testPUBMED( $(this).val() ) }); } diff --git a/uploads/.gitignore b/uploads/.gitignore old mode 100644 new mode 100755 -- 2.21.0