ZoteroΒΆ
Example
>>> from techminer2.manuscript import Zotero
>>> (
... Zotero()
... .where_root_directory("examples/fintech/")
... .where_root_directory("../tm2_economics_of_wind_energy/")
... .run()
... )
Example
>>> from techminer2.manuscript import Zotero
>>> (
... Zotero()
... .where_root_directory("examples/fintech/")
... .where_root_directory("../tm2_economics_of_wind_energy/")
... .run()
... )