MCPcopy Create free account

hub / github.com/pybliometrics-dev/pybliometrics / functions

Functions755 in github.com/pybliometrics-dev/pybliometrics

MethodOutputsInTopCitationPercentiles
Outputs in top citation percentiles metrics for each author. Returns list of MetricData namedtuples with structure: (entity_id, entity
pybliometrics/scival/author_metrics.py:113
MethodOutputsInTopCitationPercentiles
Outputs in top citation percentiles metrics for each institution. Returns list of MetricData namedtuples with structure: (entity_id, e
pybliometrics/scival/institution_lookup_metrics.py:105
MethodPublicationsInTopJournalPercentiles
Publications in top journal percentiles metrics for each author. Returns list of MetricData namedtuples with structure: (entity_id, en
pybliometrics/scival/author_metrics.py:121
MethodPublicationsInTopJournalPercentiles
Publications in top journal percentiles metrics for each institution. Returns list of MetricData namedtuples with structure: (entity_i
pybliometrics/scival/institution_lookup_metrics.py:113
MethodRelatedTopics
Related topics for the topic. Returns list of RelatedTopic namedtuples with structure: (entity_id, entity_name, related_topic_id, rela
pybliometrics/scival/topic_lookup_metrics.py:191
MethodScholarlyOutput
Scholarly output metrics for each author. Returns list of MetricData namedtuples with structure: (entity_id, entity_name, metric, year
pybliometrics/scival/author_metrics.py:129
MethodScholarlyOutput
Scholarly output metrics for each institution. Returns list of MetricData namedtuples with structure: (entity_id, entity_name, metric,
pybliometrics/scival/institution_lookup_metrics.py:121
MethodScholarlyOutput
Scholarly output metrics for each topic. Returns list of MetricData namedtuples with structure: (entity_id, entity_name, metric, year,
pybliometrics/scival/topic_lookup_metrics.py:218
MethodTopAuthors
Top authors for the topic. Returns list of TopAuthor namedtuples with structure: (entity_id, entity_name, author_id, author_name, publ
pybliometrics/scival/topic_lookup_metrics.py:226
MethodTopCitedPublications
Top cited publications for the topic. Returns list of TopPublication namedtuples with structure: (entity_id, entity_name, publication_
pybliometrics/scival/topic_lookup_metrics.py:248
MethodTopInstitutions
Top institutions for the topic. Returns list of TopInstitution namedtuples with structure: (entity_id, entity_name, institution_id, in
pybliometrics/scival/topic_lookup_metrics.py:269
MethodTopJournals
Top journals for the topic. Returns list of TopJournal namedtuples with structure: (entity_id, entity_name, journal_id, journal_name,
pybliometrics/scival/topic_lookup_metrics.py:290
MethodTopKeywords
Top keywords for the topic. Returns list of TopKeyword namedtuples with structure: (entity_id, entity_name, keyword_name, keyword_uri,
pybliometrics/scival/topic_lookup_metrics.py:319
Method__init__
Interaction with the Affiliation Search API. :param query: A string of the query. For allowed fields and values see ht
pybliometrics/scopus/affiliation_search.py:52
Method__init__
Interaction with the Author Search API. :param query: A string of the query. For allowed fields and values see https:/
pybliometrics/scopus/author_search.py:71
Method__init__
Interaction with the PlumX Metrics API. :param identifier: The identifier of a document. :param id_type: The type of used ID. Allowed
pybliometrics/scopus/plumx_metrics.py:85
Method__init__
Interaction with the Subject Classifications Scopus API. :param query: Query parameters and corresponding fields. Allowed keys
pybliometrics/scopus/subject_classifications.py:32
Method__init__
Interaction with the Citation Overview API. :param identifier: Up to 25 identifiers of the same kind for which to look
pybliometrics/scopus/abstract_citation.py:203
Method__init__
Interaction with the Scopus Search API. :param query: A string of the query as used in the Advanced Search on scopus.com
pybliometrics/scopus/scopus_search.py:163
Method__init__
Interaction with the Abstract Retrieval API. :param identifier: The identifier of a document. Can be the Scopus EID
pybliometrics/scopus/abstract_retrieval.py:786
Method__init__
Interaction with the Affiliation Retrieval API. :param aff_id: Scopus ID or EID of the affiliation profile. :param refresh: Whether t
pybliometrics/scopus/affiliation_retrieval.py:141
Method__init__
Interaction with the base endpoint of the `Serial Title API`. :param query: Query parameters and corresponding fields. Allowed keys
pybliometrics/scopus/serial_title_search.py:50
Method__init__
Interaction with the Author Retrieval API. :param author_id: The ID or the EID of the author. :param refresh: Whether to refresh the
pybliometrics/scopus/author_retrieval.py:288
Method__init__
Interaction with the `ISSN` endpoint of the `Serial Title API`. Class retrieves data from both Scopus and ScienceDirect. :param issn:
pybliometrics/scopus/serial_title_issn.py:212
Method__init__
Interaction with the ScienceDirect Subject Classifications API. :param query: Query parameters and corresponding fields. Allowed keys
pybliometrics/sciencedirect/subject_classifications.py:7
Method__init__
Interaction with the Article Retrieval API. :param identifier: The indentifier of an article. :param refresh: Whether to refr
pybliometrics/sciencedirect/article_retrieval.py:195
Method__init__
Interaction with the ScienceDirect Search API. This represents a search against the ScienceDirect cluster, which contains serial/nonserial ful
pybliometrics/sciencedirect/sciencedirect_search.py:89
Method__init__
Class to retrieve the metadata of all objects of a document. :param identifier: The indentifier of an article. :param view: The view
pybliometrics/sciencedirect/object_metadata.py:47
Method__init__
(self, identifier: int | str, view: str = "FULL", id_type:
pybliometrics/sciencedirect/article_entitlement.py:69
Method__init__
Class to retrieve a specific object of a document by its filename. :param identifier: The indentifier of the document. :param filenam
pybliometrics/sciencedirect/object_retrieval.py:16
Method__init__
Interaction with the ScienceDirect Article Metadata API. :param query: A string of the query as used in the `Advanced Search <https://dev.els
pybliometrics/sciencedirect/article_metadata.py:113
Method__init__
Interaction with the ScienceDirect Nonserial Title API. :param isbn: The ISBN of the book. :param view: The view of the file that sho
pybliometrics/sciencedirect/nonserial_title.py:79
Method__init__
Class intended as superclass to perform retrievals. :param identifier: The ID to look for. :param id_type: The type of the used ID.
pybliometrics/superclasses/retrieval.py:11
Method__init__
Class intended as base class for superclasses. :param params: Dictionary used as header during the API request. :param url: The URL t
pybliometrics/superclasses/base.py:15
Method__init__
Class intended as superclass to perform a search query. :param query : A string of the query. :param cursor: Whether to use the curso
pybliometrics/superclasses/search.py:11
Method__init__
Interaction with the SciVal Author Metrics API. :param author_ids: Scopus Author ID(s). Can be a single ID or comma-separated
pybliometrics/scival/author_metrics.py:136
Method__init__
Interaction with the SciVal's `metrics` endpoint of the `InstitutionLookup API`. :param institution_ids: SciVal Institution ID(s). Can be a s
pybliometrics/scival/institution_lookup_metrics.py:128
Method__init__
Interaction with the Publication Lookup API. :param identifier: The Scopus ID of the publication. :param refresh: Whether to refresh
pybliometrics/scival/publication_lookup.py:126
Method__init__
Interaction with the SciVal's `metrics` endpoint of the `TopicLookup API`. :param topic_ids: SciVal Topic ID(s). Can be a single ID or comma-
pybliometrics/scival/topic_lookup_metrics.py:343
Method__str__
Return a summary string.
pybliometrics/scopus/affiliation_search.py:115
Method__str__
Print a summary string.
pybliometrics/scopus/author_search.py:134
Method__str__
Print a summary string.
pybliometrics/scopus/plumx_metrics.py:139
Method__str__
Print a summary string.
pybliometrics/scopus/subject_classifications.py:96
Method__str__
Return a summary string.
pybliometrics/scopus/abstract_citation.py:294
Method__str__
Print a summary string.
pybliometrics/scopus/scopus_search.py:255
Method__str__
Return pretty text version of the document. Assumes the document is a journal article and was loaded with view="META_ABS" or view="FU
pybliometrics/scopus/abstract_retrieval.py:849
Method__str__
Return a summary string.
pybliometrics/scopus/affiliation_retrieval.py:186
Method__str__
Print a summary string.
pybliometrics/scopus/serial_title_search.py:104
Method__str__
Return a summary string.
pybliometrics/scopus/author_retrieval.py:352
Method__str__
Print a summary string.
pybliometrics/scopus/serial_title_issn.py:267
Method__str__
(self)
pybliometrics/sciencedirect/article_retrieval.py:229
Method__str__
Print a summary string.
pybliometrics/sciencedirect/sciencedirect_search.py:167
Method__str__
(self)
pybliometrics/sciencedirect/article_entitlement.py:90
Method__str__
Return a string with the filename, document and object size in KB.
pybliometrics/sciencedirect/object_retrieval.py:57
Method__str__
Print a summary string.
pybliometrics/sciencedirect/article_metadata.py:190
Method__str__
Return a citation string for the Nonserial Title.
pybliometrics/sciencedirect/nonserial_title.py:117
Method__str__
Return pretty text version of the author metrics.
pybliometrics/scival/author_metrics.py:199
Method__str__
Return pretty text version of the institution metrics.
pybliometrics/scival/institution_lookup_metrics.py:187
Method__str__
Return pretty text version of the document.
pybliometrics/scival/publication_lookup.py:103
Method__str__
Return pretty text version of the topic metrics.
pybliometrics/scival/topic_lookup_metrics.py:402
Method_create_namedtuple
(data, mode, info_class)
pybliometrics/scopus/serial_title_issn.py:63
Method_get_funding_id
(f_dict: dict)
pybliometrics/scopus/abstract_retrieval.py:419
Methodabstract
The abstract of a document. Note: If this is empty, try `description` property instead.
pybliometrics/scopus/abstract_retrieval.py:112
Methodabstract
The abstract of a document.
pybliometrics/sciencedirect/article_retrieval.py:24
Methodaddress
The address of the affiliation.
pybliometrics/scopus/affiliation_retrieval.py:15
Methodaffiliation
A list of namedtuples representing listed affiliations in the form `(id, name, city, country)`.
pybliometrics/scopus/abstract_retrieval.py:119
Methodaffiliation_current
A list of namedtuples representing the authors's current affiliation(s), in the form `(id parent type relationship afdispname preferre
pybliometrics/scopus/author_retrieval.py:59
Methodaffiliation_history
A list of namedtuples representing the authors's historical affiliation(s), in the form `(id parent type relationship afdispname prefe
pybliometrics/scopus/author_retrieval.py:77
Methodaffiliation_name
The name of the affiliation.
pybliometrics/scopus/affiliation_retrieval.py:20
Methodaffiliations
A list of Affiliation namedtuples storing affiliation information, where each namedtuple corresponds to one affiliation. The informati
pybliometrics/scopus/affiliation_search.py:19
MethodaggregationType
Aggregation type of source the document is published in.
pybliometrics/scopus/abstract_retrieval.py:133
MethodaggregationType
The aggregation type of a document.
pybliometrics/sciencedirect/article_retrieval.py:32
Methodaggregation_type
The type of the source.
pybliometrics/scopus/serial_title_issn.py:42
Methodaggregation_type
The type of the source.
pybliometrics/sciencedirect/nonserial_title.py:11
Methodalias
List of possible new Scopus Author Profile IDs in case the profile has been merged.
pybliometrics/scopus/author_retrieval.py:93
Methodauthkeywords
List of author-provided keywords of the document.
pybliometrics/scopus/abstract_retrieval.py:138
Methodauthor_count
Number of authors associated with the affiliation.
pybliometrics/scopus/affiliation_retrieval.py:25
Methodauthorgroup
A list of namedtuples representing the article's authors and collaborations organized by affiliation, in the form `(affiliation_id, collaborat
pybliometrics/scopus/abstract_retrieval.py:150
Methodauthors
A list of namedtuples storing author information, where each namedtuple corresponds to one author. The information in each namedtuple
pybliometrics/scopus/author_search.py:24
Methodauthors
A list of lists of namedtuples storing author information, where each namedtuple corresponds to one author and each sub-list to one do
pybliometrics/scopus/abstract_citation.py:20
Methodauthors
A list of namedtuples representing the article's authors, in the form `(auid, indexed_name, surname, given_name, affiliation)`. In case
pybliometrics/scopus/abstract_retrieval.py:211
Methodauthors
The authors of a document.
pybliometrics/sciencedirect/article_retrieval.py:37
Methodauthors
The authors of the book.
pybliometrics/sciencedirect/nonserial_title.py:16
Methodauthors
A list of namedtuples representing authors and their basic info in the form `(id, name, uri)`.
pybliometrics/scival/author_metrics.py:34
Methodauthors
A list of namedtuples representing listed authors in the form `(id, name, uri)`.
pybliometrics/scival/publication_lookup.py:25
Methodcapture
A list of namedtuples representing metrics in the Captures category. Note: For details on Capture metrics see https://plumanalytics.c
pybliometrics/scopus/plumx_metrics.py:32
Methodcategory_totals
A list of namedtuples representing total metrics as categorized by PlumX Metrics in the form `(capture, citation, mention, socialMedia,
pybliometrics/scopus/plumx_metrics.py:19
Methodcc
List of lists of tuples of yearly number of citations for specified years, where each sub-list corresponds to one document.
pybliometrics/scopus/abstract_citation.py:42
Methodchemicals
List of namedtuples representing chemical entities in the form `(source, chemical_name, cas_registry_number)`. In case multiple numbe
pybliometrics/scopus/abstract_retrieval.py:244
Methodcitation
A list of namedtuples representing citation counts from different sources. Note: For details on Citation metrics see https://
pybliometrics/scopus/plumx_metrics.py:42
MethodcitationType_long
Type (long version) of the documents (e.g. article, review).
pybliometrics/scopus/abstract_citation.py:62
MethodcitationType_short
Type (short version) of the documents (e.g. ar, re).
pybliometrics/scopus/abstract_citation.py:69
Methodcitation_count
Total number of citing items.
pybliometrics/scopus/author_retrieval.py:100
Methodcitation_count
Count of citations.
pybliometrics/scival/publication_lookup.py:37
Methodcited_by_count
Total number of citing authors.
pybliometrics/scopus/author_retrieval.py:105
Methodcitedby_count
Number of articles citing the document.
pybliometrics/scopus/abstract_retrieval.py:233
Methodcitedby_link
URL to Scopus page listing citing documents.
pybliometrics/scopus/abstract_retrieval.py:239
Methodcitescoreyearinfolist
A list of named tuples of the form: `(year citescore)` or (when `view="CITESCORE"`) `(year citescore status documentcount citationcount
pybliometrics/scopus/serial_title_issn.py:47
Methodcity
The city of the affiliation.
pybliometrics/scopus/affiliation_retrieval.py:30
Methodclassificationgroup
List with tuples with form`(subject group ID, number of documents)`.
pybliometrics/scopus/author_retrieval.py:110
← previousnext →101–200 of 755, ranked by callers