Skip to content

Commit 89ba819

Browse files
Fix/Update documentation
1 parent 4515257 commit 89ba819

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/reference/scopus/AbstractRetrieval.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ You initialize the class with an ID that Scopus uses, e.g. the EID:
2626

2727
.. code-block:: python
2828
29-
>>> import pybliometrics
29+
>>> import pybliometrics
3030
>>> from pybliometrics.scopus import AbstractRetrieval
3131
>>> pybliometrics.scopus.init()
3232
>>> ab = AbstractRetrieval("2-s2.0-85068268027", view='FULL')
@@ -38,11 +38,11 @@ You can obtain basic information just by printing the object:
3838
3939
>>> print(ab)
4040
Michael E. Rose and John R. Kitchin: "pybliometrics: Scriptable bibliometrics using a Python interface to Scopus",
41-
SoftwareX, 10, (no pages found)(2019). https://doi.org/10.1016/j.softx.2019.100263.
42-
110 citation(s) as of 2024-05-11
43-
Affiliation(s):
44-
Max Planck Institute for Innovation and Competition
45-
Carnegie Mellon University
41+
SoftwareX, 10, (no pages found)(2019). https://doi.org/10.1016/j.softx.2019.100263.
42+
151 citation(s) as of 2025-09-05
43+
Affiliation(s):
44+
Carnegie Mellon University
45+
Max Planck Institute for Innovation and Competition
4646
4747
4848
There are 52 attributes and 8 methods to interact with. For example, to obtain bibliographic information:
@@ -86,7 +86,7 @@ To obtain the total citation count (at the time the abstract was retrieved and c
8686
.. code-block:: python
8787
8888
>>> ab.citedby_count
89-
110
89+
151
9090
9191
9292
You can retrieve the authors as a list of `namedtuples <https://docs.python.org/3/library/collections.html#collections.namedtuple>`_, which pair conveniently with `pandas <https://pandas.pydata.org/>`_:

0 commit comments

Comments
 (0)