Generic Information Search: Mapping and Analysis of Publications#
GISMAP leverages DBLP and HAL databases to provide cartography tools for you and your lab.
Free software: MIT
Documentation: https://balouf.github.io/gismap/.
Github: balouf/gismap
Features#
TODO
Quickstart#
Install Generic Information Search: Mapping and Analysis of Publications:
$ pip install gismap
Use Generic Information Search: Mapping and Analysis of Publications in a Python project:
>>> from gismap import MyClass1
>>> my_object = MyClass1(a=5, b=3)
>>> my_object.addition()
8
Credits#
This package was created with Cookiecutter and the Package Helper 3 project template.