Metadata-Version: 2.1
Name: generateCitationNetwork
Version: 0.3.0a5
Summary:          A tool to generate a network of cited and         referenced papers for a given DOI.     
Home-page: https://gitlab.gwdg.de/GMPG/generatecitationnet
Author: Malte Vogl, Robert Egel
Author-email: mvogl@mpiwg-berlin.mpg.de, regel@mpiwg-berlin.mpg.de
License: MIT License
Keywords: generateCitationNetwork
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.9
License-File: LICENSE
License-File: AUTHORS.rst

=============================
generateCitationNetwork
=============================

A tool to generate a network of cited and referenced papers for a given DOI.


Features
--------

* TODO




Documentation
-------------

The full documentation can be generated with Sphinx

:

History
-------

0.1.0 (2020-12-09)
++++++++++++++++++

* First release on PyPI.

0.2.0 (2021-02-19)
++++++++++++++++++

* Refactored to include references without DOI.
* New routine to determine publication year from different fields.
* Publications without year data are set to the source DOI year.

0.3.0 (2021-06-23)
++++++++++++++++++

* New generator class for querying app.dimension.ai `DimGenerateCitationNet`, enabling use outside of mpiwg VPN.
* Field of research categories in JSON output.
* Tests for `DimGenerateCitationNet` (`GenerateCitationNet` unable to be tested outside of mpiwg VPN).


