Communities#

>>> from techminer2.science_mapping.co_citation.cited_references import communities
>>> communities(
...     #
...     # COLUMN PARAMS:
...     top_n=None,
...     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()
                                               CL_00  ...                                           CL_19
0    Davis F.D., 1989, MIS QUART MANAGE INF SYST 1:6  ...  Hacklin F., 2004, IEEE INT ENG MANAGE CONF 1:1
1  Venkatesh V., 2003, MIS QUART MANAGE INF SYST 1:5  ...      Puschmann T., 2016, BUSIN INFO SYS ENG 1:1
2                 Venkatesh V., 2000, MANAGE SCI 1:5  ...
3            Abbad M.M., 2013, BEHAV INF TECHNOL 1:1  ...
4          Chang Y., 2016, ACM INT CONF PROC SER 1:2  ...

[5 rows x 20 columns]