A light interface to query HAL through its API.
Run the following to install:
pip install HalApyJson
import HalApyJson as haj
year = "2023"
institute = "Liten"
hal_df = haj.build_hal_df_from_api(year,institute)
hal_df.to_excel(<your_fullpath_file.xlsx>, index = False)
CLI exemple
cli_hal -y 2023 -i liten
for more exemples refer to HalApyJson-exemples.
- 1.0.0 first release
- 1.1.0 added CLI
- 1.1.1 removed prints
- 1.1.2 updated CLI
- authors : BiblioAnalysis team
Distributed under the MIT license