Scopus

Latest version: v2.0.1

Safety actively analyzes 630217 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 5

1.1

~~~

2018-10-07

* Generate configuration file via separate method, not directly on import.

1.0

~~~

2018-10-06

* New class AbstractRetrieval to replace ScopusAbstract, with the following properties renamed: `affiliations`: `affiliation`, `bibtex`: `get_bibtex()`, `citationLanguage`: `language`, `citationType`: `srctype`, `citingby_url`: `citingby_link`, `html`: `get_html()`, `ris`: `get_ris()`, `latex`: `get_latex()`, `scopus_url`: `scopus_link`, `subjectAreas`: `subject_areas`
* New class AuthorRetrieval to replace ScopusAuthor, with the following properties renamed: `author_id`: `identifier`, `coauthor_url`: `coauthor_link`, `current_affiliation`: `affiliation_current`, `firstname`: `given_name`, `hindex`: `h_index`, `lastname`: `surname`, `name`: `indexed_name`, `ncited_by`: `cited_by_count`, `ncoauthors`: `coauthor_count`, `ndocuments`: `document_count`, `publication_history`: `journal_history`
* New class ContentAffiliationRetrieval to replace ScopusAffiliation, with the following properties renamed: `api_url`: `self_link`, `nauthors`: `author_count`, `ndocuments`: `document_count`, `name`: `affiliation_name`, `org_url`: `org_URL`, `scopus_id`: `identifier`
* Rewrite class ScopusSearch: new property `results`, cache search results in json format with hex-ed filename and new method `get_eids()`, which replaces property `EIDS`
* Use config.ini to store API Key (and if necessary, InstToken) as well as directories
* Migration Guide to update code from scopus 0.x to 1.x

0.10

~~~~

2018-08-14

* In ScopusAuthor, refactor generating abstracts lists into `get_journal_abstract()`.
* New properties for ScopusAbstract: `citedby_url` and `scopus_url`
* New property for ScopusAffiliation: `state`
* Correct property citedby_url from ScopusAuthor.
* In all retrieval classes, remove underscore properties.

0.9

~~~

2018-07-23

* SearchAffiliation to access the Affiliation Search API.
* Fix bug occuring with fields of length one in Author search.
* ScopusAbstract returns abstract keywords if present.
* Refactor search classes to inherit from common auxiliary class.
* ScopusAffiliation now accepts EID as well.

0.8

~~~

2018-06-18

* ScopusAuthor now accepts EID as well.
* Fix bug occuring with non-existent journal abbreviations.
* SearchAuthor class to access the Author Search API.
* Fix links in examples.

0.7

~~~

2018-04-27

* Use https instead of http wherever possible.
* Add support for InstToken Authentication via config file.
* Redirect DOI links to preferred resolver.

Page 3 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.