Report#

>>> from techminer2.tech_mining.research_agenda.network import report
>>> report(
...     #
...     # FUNCTION PARAMS:
...     field='author_keywords',
...     #
...     # AGENDA PARAMS:
...     occ_range=(2, None),
...     gc_range=(None, None),
...     time_window=2,
...     growth_percentage_min=50,
...     #
...     # NETWORK PARAMS:
...     algorithm_or_dict="louvain",
...     association_index="association",
...     #
...     # DATABASE PARAMS:
...     root_dir="example/",
...     database="main",
...     year_filter=(None, None),
...     cited_by_filter=(None, None),
... )
--INFO-- The file 'example/reports/research_agenda/network/CL_0_abstracts_report.txt' was created.
--INFO-- The file 'example/reports/research_agenda/network/CL_1_abstracts_report.txt' was created.
--INFO-- The file 'example/reports/research_agenda/network/CL_2_abstracts_report.txt' was created.
--INFO-- The file 'example/reports/research_agenda/network/CL_0_relationships_prompt.txt' was created.
--INFO-- The file 'example/reports/research_agenda/network/CL_1_relationships_prompt.txt' was created.
--INFO-- The file 'example/reports/research_agenda/network/CL_2_relationships_prompt.txt' was created.
--INFO-- The file 'example/reports/research_agenda/network/CL_0_conclusions_prompt.txt' was created.
--INFO-- The file 'example/reports/research_agenda/network/CL_1_conclusions_prompt.txt' was created.
--INFO-- The file 'example/reports/research_agenda/network/CL_2_conclusions_prompt.txt' was created.