[BUGFIX] autocomplete pubmed ok
Showing
.gitignore
100644 → 100755
File mode changed from 100644 to 100755
TODO.md
100644 → 100755
File mode changed from 100644 to 100755
annotations/.bowerrc
100644 → 100755
File mode changed from 100644 to 100755
annotations/.gitignore
100644 → 100755
File mode changed from 100644 to 100755
annotations/.jshintrc
100644 → 100755
File mode changed from 100644 to 100755
annotations/.lvimrc
100644 → 100755
File mode changed from 100644 to 100755
annotations/README.md
100644 → 100755
File mode changed from 100644 to 100755
annotations/__init__.py
100644 → 100755
File mode changed from 100644 to 100755
annotations/bower.json
100644 → 100755
File mode changed from 100644 to 100755
annotations/package.json
100644 → 100755
File mode changed from 100644 to 100755
annotations/static/annotations/activelists.js
100644 → 100755
File mode changed from 100644 to 100755
annotations/static/annotations/app.css
100644 → 100755
File mode changed from 100644 to 100755
annotations/static/annotations/app.js
100644 → 100755
File mode changed from 100644 to 100755
annotations/static/annotations/document.js
100644 → 100755
File mode changed from 100644 to 100755
annotations/static/annotations/highlight.js
100644 → 100755
File mode changed from 100644 to 100755
annotations/static/annotations/http.js
100644 → 100755
File mode changed from 100644 to 100755
annotations/static/annotations/keyword_tpl.html
100644 → 100755
File mode changed from 100644 to 100755
annotations/static/annotations/main.js
100644 → 100755
File mode changed from 100644 to 100755
annotations/static/annotations/ngramlist.js
100644 → 100755
File mode changed from 100644 to 100755
annotations/static/annotations/utils.js
100644 → 100755
File mode changed from 100644 to 100755
annotations/templates/annotations/main.html
100644 → 100755
File mode changed from 100644 to 100755
annotations/urls.py
100644 → 100755
File mode changed from 100644 to 100755
annotations/views.py
100644 → 100755
File mode changed from 100644 to 100755
doc/schemas/ngram_parsing_flow.dot
100644 → 100755
File mode changed from 100644 to 100755
doc/schemas/ngram_parsing_flow.png
100644 → 100755
File mode changed from 100644 to 100755
gargantext.ini
100644 → 100755
File mode changed from 100644 to 100755
gargantext/__init__.py
100644 → 100755
File mode changed from 100644 to 100755
gargantext/constants.py
100644 → 100755
File mode changed from 100644 to 100755
gargantext/models/__init__.py
100644 → 100755
File mode changed from 100644 to 100755
gargantext/models/hyperdata.py
100644 → 100755
File mode changed from 100644 to 100755
gargantext/models/ngrams.py
100644 → 100755
File mode changed from 100644 to 100755
gargantext/models/nodes.py
100644 → 100755
File mode changed from 100644 to 100755
gargantext/models/users.py
100644 → 100755
File mode changed from 100644 to 100755
gargantext/urls.py
100644 → 100755
File mode changed from 100644 to 100755
gargantext/util/db.py
100644 → 100755
File mode changed from 100644 to 100755
gargantext/util/db_cache.py
100644 → 100755
File mode changed from 100644 to 100755
gargantext/util/digest.py
100644 → 100755
File mode changed from 100644 to 100755
gargantext/util/files.py
100644 → 100755
File mode changed from 100644 to 100755
gargantext/util/generators/credits.py
100644 → 100755
File mode changed from 100644 to 100755
gargantext/util/generators/paragraphs.py
100644 → 100755
File mode changed from 100644 to 100755
gargantext/util/http.py
100644 → 100755
File mode changed from 100644 to 100755
gargantext/util/json.py
100644 → 100755
File mode changed from 100644 to 100755
gargantext/util/languages.py
100644 → 100755
File mode changed from 100644 to 100755
gargantext/util/lists.py
100644 → 100755
File mode changed from 100644 to 100755
gargantext/util/ngramsextractors.py
100644 → 100755
File mode changed from 100644 to 100755
gargantext/util/parsers/CSV.py
100644 → 100755
File mode changed from 100644 to 100755
gargantext/util/parsers/Europress.py
100644 → 100755
File mode changed from 100644 to 100755
gargantext/util/parsers/ISTex.py
100644 → 100755
File mode changed from 100644 to 100755
gargantext/util/parsers/Isi.py
100644 → 100755
File mode changed from 100644 to 100755
gargantext/util/parsers/Pubmed.py
100644 → 100755
File mode changed from 100644 to 100755
gargantext/util/parsers/Ris.py
100644 → 100755
File mode changed from 100644 to 100755
gargantext/util/parsers/_Parser.py
100644 → 100755
File mode changed from 100644 to 100755
gargantext/util/parsers/__init__.py
100644 → 100755
File mode changed from 100644 to 100755
gargantext/util/scheduling.py
100644 → 100755
File mode changed from 100644 to 100755
gargantext/util/scrappers/pubmed.py
100644 → 100755
File mode changed from 100644 to 100755
gargantext/util/taggers/MeltTagger.py
100644 → 100755
File mode changed from 100644 to 100755
gargantext/util/taggers/NltkTagger.py
100644 → 100755
File mode changed from 100644 to 100755
gargantext/util/taggers/TreeTagger.py
100644 → 100755
File mode changed from 100644 to 100755
gargantext/util/taggers/TurboTagger.py
100644 → 100755
File mode changed from 100644 to 100755
gargantext/util/taggers/_Tagger.py
100644 → 100755
File mode changed from 100644 to 100755
gargantext/util/taggers/__init__.py
100644 → 100755
File mode changed from 100644 to 100755
gargantext/util/taggers/lib/nlpserver/README.md
100644 → 100755
File mode changed from 100644 to 100755
gargantext/util/taggers/lib/nlpserver/client.py
100644 → 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
gargantext/util/taggers/lib/nlpserver/server.py
100644 → 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
gargantext/util/taggers/lib/nlpserver/test.py
100644 → 100755
File mode changed from 100644 to 100755
gargantext/util/toolchain/__init__.py
100644 → 100755
File mode changed from 100644 to 100755
gargantext/util/toolchain/hyperdata_indexing.py
100644 → 100755
File mode changed from 100644 to 100755
gargantext/util/toolchain/list_main.py
100644 → 100755
File mode changed from 100644 to 100755
gargantext/util/toolchain/list_map.py
100644 → 100755
File mode changed from 100644 to 100755
gargantext/util/toolchain/list_stop.py
100644 → 100755
File mode changed from 100644 to 100755
gargantext/util/toolchain/metric_specificity.py
100644 → 100755
File mode changed from 100644 to 100755
gargantext/util/toolchain/metric_tfidf.py
100644 → 100755
File mode changed from 100644 to 100755
gargantext/util/toolchain/ngram_coocs.py
100644 → 100755
File mode changed from 100644 to 100755
gargantext/util/toolchain/ngram_groups.py
100644 → 100755
File mode changed from 100644 to 100755
gargantext/util/toolchain/ngrams_extraction.py
100644 → 100755
File mode changed from 100644 to 100755
gargantext/util/toolchain/parsing.py
100644 → 100755
File mode changed from 100644 to 100755
gargantext/util/tools.py
100644 → 100755
File mode changed from 100644 to 100755
gargantext/util/validation.py
100644 → 100755
File mode changed from 100644 to 100755
gargantext/views/api/ngramlists.py
100644 → 100755
File mode changed from 100644 to 100755
gargantext/views/api/nodes.py
100644 → 100755
File mode changed from 100644 to 100755
gargantext/views/api/urls.py
100644 → 100755
File mode changed from 100644 to 100755
gargantext/views/generated/css.py
100644 → 100755
File mode changed from 100644 to 100755
gargantext/views/generated/img.py
100644 → 100755
File mode changed from 100644 to 100755
gargantext/views/generated/urls.py
100644 → 100755
File mode changed from 100644 to 100755
gargantext/views/pages/auth.py
100644 → 100755
File mode changed from 100644 to 100755
gargantext/views/pages/corpora.py
100644 → 100755
File mode changed from 100644 to 100755
gargantext/views/pages/main.py
100644 → 100755
File mode changed from 100644 to 100755
gargantext/views/pages/projects.py
100644 → 100755
File mode changed from 100644 to 100755
gargantext/views/pages/terms.py
100644 → 100755
File mode changed from 100644 to 100755
gargantext/views/pages/urls.py
100644 → 100755
File mode changed from 100644 to 100755
gargantext/wsgi.py
100644 → 100755
File mode changed from 100644 to 100755
graphExplorer/README.md
100644 → 100755
File mode changed from 100644 to 100755
graphExplorer/bridgeness.py
100644 → 100755
File mode changed from 100644 to 100755
graphExplorer/cooccurrences.py
100644 → 100755
File mode changed from 100644 to 100755
graphExplorer/distances.py
100644 → 100755
File mode changed from 100644 to 100755
graphExplorer/graph.py
100644 → 100755
File mode changed from 100644 to 100755
graphExplorer/louvain.py
100644 → 100755
File mode changed from 100644 to 100755
graphExplorer/rest.py
100644 → 100755
File mode changed from 100644 to 100755
graphExplorer/static/TODO
100644 → 100755
File mode changed from 100644 to 100755
graphExplorer/urls.py
100644 → 100755
File mode changed from 100644 to 100755
graphExplorer/views.py
100644 → 100755
File mode changed from 100644 to 100755
install/README.md
100644 → 100755
File mode changed from 100644 to 100755
install/debian/README_Debian.md
100644 → 100755
File mode changed from 100644 to 100755
install/docker/README.md
100644 → 100755
File mode changed from 100644 to 100755
install/docker/dev/Dockerfile
100644 → 100755
File mode changed from 100644 to 100755
install/python/requirements.txt
100644 → 100755
File mode changed from 100644 to 100755
scrapers/MedlineFetcher.py
100644 → 100755
File mode changed from 100644 to 100755
scrapers/pubmed.py
100644 → 100755
File mode changed from 100644 to 100755
scrapers/urls.py
100644 → 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
static/bower_components/angular-resource/angular-resource.min.js
100644 → 100755
File mode changed from 100644 to 100755
static/bower_components/angular/angular-csp.css
100644 → 100755
File mode changed from 100644 to 100755
static/bower_components/angular/angular.min.js
100644 → 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
static/css/bootstrap-theme.min.css
100644 → 100755
File mode changed from 100644 to 100755
static/css/bootstrap.css
100644 → 100755
File mode changed from 100644 to 100755
static/css/d3/dc.css
100644 → 100755
File mode changed from 100644 to 100755
static/css/gargantext/tables.css
100644 → 100755
File mode changed from 100644 to 100755
static/css/jquery/jquery.dynatable.css
100644 → 100755
File mode changed from 100644 to 100755
static/css/jquery/jquery.easy-pie-chart.css
100644 → 100755
File mode changed from 100644 to 100755
static/css/morris.css
100644 → 100755
File mode changed from 100644 to 100755
static/docs/gargantua_book/Source.txt
100644 → 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
static/img/Gargantextuel-212x300.jpg
100644 → 100755
File mode changed from 100644 to 100755
static/img/ajax-loader.gif
100644 → 100755
File mode changed from 100644 to 100755
static/img/credits/ademe.png
100644 → 100755
File mode changed from 100644 to 100755
static/img/credits/alexandre.jpg
100644 → 100755
File mode changed from 100644 to 100755
static/img/credits/cams.jpg
100644 → 100755
File mode changed from 100644 to 100755
static/img/credits/cnrs.png
100644 → 100755
File mode changed from 100644 to 100755
static/img/credits/csi.png
100644 → 100755
File mode changed from 100644 to 100755
static/img/credits/david.jpg
100644 → 100755
File mode changed from 100644 to 100755
static/img/credits/ehess.png
100644 → 100755
File mode changed from 100644 to 100755
static/img/credits/elias.jpg
100644 → 100755
File mode changed from 100644 to 100755
static/img/credits/forccast.png
100644 → 100755
File mode changed from 100644 to 100755
static/img/credits/iscpif.svg
100644 → 100755
File mode changed from 100644 to 100755
static/img/credits/logo.svg
100644 → 100755
File mode changed from 100644 to 100755
static/img/credits/mastodons.png
100644 → 100755
File mode changed from 100644 to 100755
static/img/credits/mastodons.svg
100644 → 100755
File mode changed from 100644 to 100755
static/img/credits/mathieu.jpg
100644 → 100755
File mode changed from 100644 to 100755
static/img/credits/maziyar.jpg
100644 → 100755
File mode changed from 100644 to 100755
static/img/credits/mines.png
100644 → 100755
File mode changed from 100644 to 100755
static/img/credits/pasteur.png
100644 → 100755
File mode changed from 100644 to 100755
static/img/credits/romain.jpg
100644 → 100755
File mode changed from 100644 to 100755
static/img/credits/samuel.jpg
100644 → 100755
File mode changed from 100644 to 100755
static/img/logo.png
100644 → 100755
File mode changed from 100644 to 100755
static/img/searx.jpg
100644 → 100755
File mode changed from 100644 to 100755
static/img/searx.png
100644 → 100755
File mode changed from 100644 to 100755
static/js/bootstrap/bootstrap-carousel.js
100644 → 100755
File mode changed from 100644 to 100755
static/js/bootstrap/bootstrap-transition.js
100644 → 100755
File mode changed from 100644 to 100755
static/js/bootstrap/bootstrap.min.js
100644 → 100755
File mode changed from 100644 to 100755
static/js/d3/crossfilter.js
100644 → 100755
File mode changed from 100644 to 100755
static/js/d3/d3.js
100644 → 100755
File mode changed from 100644 to 100755
static/js/d3/dc.js
100644 → 100755
File mode changed from 100644 to 100755
static/js/extras_explorerjs.js
100644 → 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
static/js/gargantext/garganrest.js
100644 → 100755
File mode changed from 100644 to 100755
static/js/jquery/jquery.dynatable.js
100644 → 100755
File mode changed from 100644 to 100755
static/js/jquery/jquery.easy-pie-chart.js
100644 → 100755
File mode changed from 100644 to 100755
static/js/jquery/jquery.min.js
100644 → 100755
File mode changed from 100644 to 100755
static/js/morris.min.js
100644 → 100755
File mode changed from 100644 to 100755
static/js/raphael-min.js
100644 → 100755
File mode changed from 100644 to 100755
templates/generated/css/bootstrap.css
100644 → 100755
File mode changed from 100644 to 100755
templates/generated/img/logo.svg
100644 → 100755
File mode changed from 100644 to 100755
templates/graphExplorer/explorer.html
100644 → 100755
File mode changed from 100644 to 100755
templates/pages/auth/login.html
100644 → 100755
File mode changed from 100644 to 100755
templates/pages/corpora/journals.html
100644 → 100755
File mode changed from 100644 to 100755
templates/pages/corpora/terms.html
100644 → 100755
File mode changed from 100644 to 100755
templates/pages/corpora/titles.html
100644 → 100755
File mode changed from 100644 to 100755
templates/pages/main/about.html
100644 → 100755
File mode changed from 100644 to 100755
templates/pages/main/home.html
100644 → 100755
File mode changed from 100644 to 100755
templates/pages/main/maintenance.html
100644 → 100755
File mode changed from 100644 to 100755
templates/pages/menu.html
100644 → 100755
File mode changed from 100644 to 100755
templates/pages/projects/overview.html
100644 → 100755
File mode changed from 100644 to 100755
templates/pages/projects/project.html
100644 → 100755
This diff is collapsed.
uploads/.gitignore
100644 → 100755
File mode changed from 100644 to 100755
Please register or sign in to comment