Metrics

>>> from techminer2.science_mapping.co_citation.cited_references import metrics
>>> metrics(
...     #
...     # COLUMN PARAMS:
...     top_n=30,
...     citations_threshold=None,
...     custom_items=None,
...     #
...     # NETWORK PARAMS:
...     algorithm_or_dict="louvain",
...     #
...     # DATABASE PARAMS:
...     root_dir="example/",
...     database="main",
...     year_filter=(None, None),
...     cited_by_filter=(None, None),
... ).head()
                                                Degree  ...  PageRank
Burtch G., 2013, INF SYST RES 1:4                   15  ...  0.049734
Lin M., 2013, MANAGE SCI 1:7                        15  ...  0.050008
Dahlberg T., 2008, ELECT COMMER RES APPL 1:3        14  ...  0.046468
Burtch G., 2014, MIS QUART MANAGE INF SYST 1:4      12  ...  0.040113
Belleflamme P., 2014, J BUS VENTURING 1:3           11  ...  0.037319

[5 rows x 4 columns]