.DS_Store
LICENSE
MANIFEST.in
README.md
SECURITY.md
notes.txt
pyproject.toml
requirements.txt
academic_review_tool.egg-info/PKG-INFO
academic_review_tool.egg-info/SOURCES.txt
academic_review_tool.egg-info/dependency_links.txt
academic_review_tool.egg-info/entry_points.txt
academic_review_tool.egg-info/requires.txt
academic_review_tool.egg-info/top_level.txt
art/.DS_Store
art/__init__.py
art/classes/__init__.py
art/classes/activitylog.py
art/classes/affiliations.py
art/classes/attrs.py
art/classes/authors.py
art/classes/citation_crawler.py
art/classes/entities.py
art/classes/funders.py
art/classes/networks.py
art/classes/properties.py
art/classes/references.py
art/classes/results.py
art/classes/review.py
art/datasets/.DS_Store
art/datasets/__init__.py
art/datasets/cities/cities_all.txt
art/datasets/cities/cities_en.json
art/datasets/countries/countries_all.txt
art/datasets/countries/country_names.json
art/datasets/languages/.DS_Store
art/datasets/languages/language_codes.txt
art/datasets/languages/language_names.json
art/datasets/languages/languages_en.json
art/datasets/names/all_personal_names.txt
art/datasets/names/first_names.txt
art/datasets/names/last_names.txt
art/datasets/names/nltk_names.txt
art/datasets/stopwords/en_stopwords.txt
art/datasets/stopwords/html_stopwords.txt
art/datasets/stopwords/stopwords.py
art/exporters/.DS_Store
art/exporters/__init__.py
art/exporters/general_exporters.py
art/exporters/network_exporters.py
art/importers/.DS_Store
art/importers/__init__.py
art/importers/bibtex.py
art/importers/crossref.py
art/importers/jstor.py
art/importers/orcid.py
art/importers/pdf.py
art/importers/scopus.py
art/importers/search.py
art/importers/wos.py
art/internet/.DS_Store
art/internet/__init__.py
art/internet/archives.py
art/internet/crawlers.py
art/internet/parsers.py
art/internet/scrapers.py
art/internet/search.py
art/internet/webanalysis.py
art/networks/.DS_Store
art/networks/__init__.py
art/networks/network_functions.py
art/text/.DS_Store
art/text/__init__.py
art/text/information_extraction.py
art/text/textanalysis.py
art/utils/.DS_Store
art/utils/__init__.py
art/utils/basics.py
art/utils/cleaners.py
art/utils/globaltools.py
art/wosstarter_python_client_master/.DS_Store
art/wosstarter_python_client_master/.gitignore
art/wosstarter_python_client_master/.gitlab-ci.yml
art/wosstarter_python_client_master/.openapi-generator-ignore
art/wosstarter_python_client_master/.travis.yml
art/wosstarter_python_client_master/README.md
art/wosstarter_python_client_master/git_push.sh
art/wosstarter_python_client_master/pyproject.toml
art/wosstarter_python_client_master/requirements.txt
art/wosstarter_python_client_master/setup.cfg
art/wosstarter_python_client_master/setup.py
art/wosstarter_python_client_master/test-requirements.txt
art/wosstarter_python_client_master/tox.ini
art/wosstarter_python_client_master/.openapi-generator/FILES
art/wosstarter_python_client_master/.openapi-generator/VERSION
art/wosstarter_python_client_master/clarivate/__init__.py
art/wosstarter_python_client_master/clarivate/wos_starter/__init__.py
art/wosstarter_python_client_master/clarivate/wos_starter/client/__init__.py
art/wosstarter_python_client_master/clarivate/wos_starter/client/api_client.py
art/wosstarter_python_client_master/clarivate/wos_starter/client/api_response.py
art/wosstarter_python_client_master/clarivate/wos_starter/client/configuration.py
art/wosstarter_python_client_master/clarivate/wos_starter/client/exceptions.py
art/wosstarter_python_client_master/clarivate/wos_starter/client/py.typed
art/wosstarter_python_client_master/clarivate/wos_starter/client/rest.py
art/wosstarter_python_client_master/clarivate/wos_starter/client/schemas.py
art/wosstarter_python_client_master/clarivate/wos_starter/client/api/__init__.py
art/wosstarter_python_client_master/clarivate/wos_starter/client/api/documents_api.py
art/wosstarter_python_client_master/clarivate/wos_starter/client/api/journals_api.py
art/wosstarter_python_client_master/clarivate/wos_starter/client/apis/__init__.py
art/wosstarter_python_client_master/clarivate/wos_starter/client/apis/path_to_api.py
art/wosstarter_python_client_master/clarivate/wos_starter/client/apis/tag_to_api.py
art/wosstarter_python_client_master/clarivate/wos_starter/client/apis/paths/__init__.py
art/wosstarter_python_client_master/clarivate/wos_starter/client/apis/paths/documents.py
art/wosstarter_python_client_master/clarivate/wos_starter/client/apis/paths/documents_uid.py
art/wosstarter_python_client_master/clarivate/wos_starter/client/apis/paths/journals.py
art/wosstarter_python_client_master/clarivate/wos_starter/client/apis/paths/journals_id.py
art/wosstarter_python_client_master/clarivate/wos_starter/client/apis/tags/__init__.py
art/wosstarter_python_client_master/clarivate/wos_starter/client/apis/tags/documents_api.py
art/wosstarter_python_client_master/clarivate/wos_starter/client/apis/tags/journals_api.py
art/wosstarter_python_client_master/clarivate/wos_starter/client/model/__init__.py
art/wosstarter_python_client_master/clarivate/wos_starter/client/model/author_name.py
art/wosstarter_python_client_master/clarivate/wos_starter/client/model/author_name.pyi
art/wosstarter_python_client_master/clarivate/wos_starter/client/model/document.py
art/wosstarter_python_client_master/clarivate/wos_starter/client/model/document.pyi
art/wosstarter_python_client_master/clarivate/wos_starter/client/model/documents_list.py
art/wosstarter_python_client_master/clarivate/wos_starter/client/model/documents_list.pyi
art/wosstarter_python_client_master/clarivate/wos_starter/client/model/journal.py
art/wosstarter_python_client_master/clarivate/wos_starter/client/model/journal.pyi
art/wosstarter_python_client_master/clarivate/wos_starter/client/model/journals_list.py
art/wosstarter_python_client_master/clarivate/wos_starter/client/model/journals_list.pyi
art/wosstarter_python_client_master/clarivate/wos_starter/client/model/metadata.py
art/wosstarter_python_client_master/clarivate/wos_starter/client/model/metadata.pyi
art/wosstarter_python_client_master/clarivate/wos_starter/client/model/other_name.py
art/wosstarter_python_client_master/clarivate/wos_starter/client/model/other_name.pyi
art/wosstarter_python_client_master/clarivate/wos_starter/client/models/__init__.py
art/wosstarter_python_client_master/clarivate/wos_starter/client/models/author_name.py
art/wosstarter_python_client_master/clarivate/wos_starter/client/models/document.py
art/wosstarter_python_client_master/clarivate/wos_starter/client/models/document_citations_inner.py
art/wosstarter_python_client_master/clarivate/wos_starter/client/models/document_identifiers.py
art/wosstarter_python_client_master/clarivate/wos_starter/client/models/document_keywords.py
art/wosstarter_python_client_master/clarivate/wos_starter/client/models/document_links.py
art/wosstarter_python_client_master/clarivate/wos_starter/client/models/document_names.py
art/wosstarter_python_client_master/clarivate/wos_starter/client/models/document_source.py
art/wosstarter_python_client_master/clarivate/wos_starter/client/models/document_source_pages.py
art/wosstarter_python_client_master/clarivate/wos_starter/client/models/documents_list.py
art/wosstarter_python_client_master/clarivate/wos_starter/client/models/journal.py
art/wosstarter_python_client_master/clarivate/wos_starter/client/models/journal_links_inner.py
art/wosstarter_python_client_master/clarivate/wos_starter/client/models/journals_list.py
art/wosstarter_python_client_master/clarivate/wos_starter/client/models/metadata.py
art/wosstarter_python_client_master/clarivate/wos_starter/client/models/other_name.py
art/wosstarter_python_client_master/clarivate/wos_starter/client/paths/__init__.py
art/wosstarter_python_client_master/clarivate/wos_starter/client/paths/documents/__init__.py
art/wosstarter_python_client_master/clarivate/wos_starter/client/paths/documents/get.py
art/wosstarter_python_client_master/clarivate/wos_starter/client/paths/documents/get.pyi
art/wosstarter_python_client_master/clarivate/wos_starter/client/paths/documents_uid/__init__.py
art/wosstarter_python_client_master/clarivate/wos_starter/client/paths/documents_uid/get.py
art/wosstarter_python_client_master/clarivate/wos_starter/client/paths/documents_uid/get.pyi
art/wosstarter_python_client_master/clarivate/wos_starter/client/paths/journals/__init__.py
art/wosstarter_python_client_master/clarivate/wos_starter/client/paths/journals/get.py
art/wosstarter_python_client_master/clarivate/wos_starter/client/paths/journals/get.pyi
art/wosstarter_python_client_master/clarivate/wos_starter/client/paths/journals_id/__init__.py
art/wosstarter_python_client_master/clarivate/wos_starter/client/paths/journals_id/get.py
art/wosstarter_python_client_master/clarivate/wos_starter/client/paths/journals_id/get.pyi
art/wosstarter_python_client_master/docs/AuthorName.md
art/wosstarter_python_client_master/docs/Document.md
art/wosstarter_python_client_master/docs/DocumentCitationsInner.md
art/wosstarter_python_client_master/docs/DocumentIdentifiers.md
art/wosstarter_python_client_master/docs/DocumentKeywords.md
art/wosstarter_python_client_master/docs/DocumentLinks.md
art/wosstarter_python_client_master/docs/DocumentNames.md
art/wosstarter_python_client_master/docs/DocumentSource.md
art/wosstarter_python_client_master/docs/DocumentSourcePages.md
art/wosstarter_python_client_master/docs/DocumentsApi.md
art/wosstarter_python_client_master/docs/DocumentsList.md
art/wosstarter_python_client_master/docs/Journal.md
art/wosstarter_python_client_master/docs/JournalLinksInner.md
art/wosstarter_python_client_master/docs/JournalsApi.md
art/wosstarter_python_client_master/docs/JournalsList.md
art/wosstarter_python_client_master/docs/Metadata.md
art/wosstarter_python_client_master/docs/OtherName.md
art/wosstarter_python_client_master/docs/apis/tags/DocumentsApi.md
art/wosstarter_python_client_master/docs/apis/tags/JournalsApi.md
art/wosstarter_python_client_master/docs/models/AuthorName.md
art/wosstarter_python_client_master/docs/models/Document.md
art/wosstarter_python_client_master/docs/models/DocumentsList.md
art/wosstarter_python_client_master/docs/models/Journal.md
art/wosstarter_python_client_master/docs/models/JournalsList.md
art/wosstarter_python_client_master/docs/models/Metadata.md
art/wosstarter_python_client_master/docs/models/OtherName.md
art/wosstarter_python_client_master/test/__init__.py
art/wosstarter_python_client_master/test/test_author_name.py
art/wosstarter_python_client_master/test/test_document.py
art/wosstarter_python_client_master/test/test_document_citations_inner.py
art/wosstarter_python_client_master/test/test_document_identifiers.py
art/wosstarter_python_client_master/test/test_document_keywords.py
art/wosstarter_python_client_master/test/test_document_links.py
art/wosstarter_python_client_master/test/test_document_names.py
art/wosstarter_python_client_master/test/test_document_source.py
art/wosstarter_python_client_master/test/test_document_source_pages.py
art/wosstarter_python_client_master/test/test_documents_api.py
art/wosstarter_python_client_master/test/test_documents_list.py
art/wosstarter_python_client_master/test/test_journal.py
art/wosstarter_python_client_master/test/test_journal_links_inner.py
art/wosstarter_python_client_master/test/test_journals_api.py
art/wosstarter_python_client_master/test/test_journals_list.py
art/wosstarter_python_client_master/test/test_metadata.py
art/wosstarter_python_client_master/test/test_other_name.py
art/wosstarter_python_client_master/test/test_models/__init__.py
art/wosstarter_python_client_master/test/test_models/test_author_name.py
art/wosstarter_python_client_master/test/test_models/test_document.py
art/wosstarter_python_client_master/test/test_models/test_documents_list.py
art/wosstarter_python_client_master/test/test_models/test_journal.py
art/wosstarter_python_client_master/test/test_models/test_journals_list.py
art/wosstarter_python_client_master/test/test_models/test_metadata.py
art/wosstarter_python_client_master/test/test_models/test_other_name.py
art/wosstarter_python_client_master/test/test_paths/__init__.py
art/wosstarter_python_client_master/test/test_paths/test_documents/__init__.py
art/wosstarter_python_client_master/test/test_paths/test_documents/test_get.py
art/wosstarter_python_client_master/test/test_paths/test_documents_uid/__init__.py
art/wosstarter_python_client_master/test/test_paths/test_documents_uid/test_get.py
art/wosstarter_python_client_master/test/test_paths/test_journals/__init__.py
art/wosstarter_python_client_master/test/test_paths/test_journals/test_get.py
art/wosstarter_python_client_master/test/test_paths/test_journals_id/__init__.py
art/wosstarter_python_client_master/test/test_paths/test_journals_id/test_get.py