Generic Information Search: Mapping and Analysis of Publications#

PyPI Status Build Status Documentation Status License: MIT Code Coverage

GISMAP leverages DBLP and HAL databases to provide cartography tools for you and your lab.

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.