You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
>>> ab = AbstractRetrieval("2-s2.0-85068268027", view='FULL')
@@ -38,11 +38,11 @@ You can obtain basic information just by printing the object:
38
38
39
39
>>>print(ab)
40
40
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
-
110citation(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
+
151citation(s) as of 2025-09-05
43
+
Affiliation(s):
44
+
Carnegie Mellon University
45
+
Max Planck Institute for Innovation and Competition
46
46
47
47
48
48
There are 52 attributes and8 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
86
86
.. code-block:: python
87
87
88
88
>>> ab.citedby_count
89
-
110
89
+
151
90
90
91
91
92
92
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