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 5ec994dbc662444c7dd24fb652f2a4dabdec2482..2c8edc1932e62f5189446c11e0b6b973b98b099f --- 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