Skip to main content

Turns bibtex keywords into an academic summary table

Project description

labels2tables extracts keywords from a bibtex file, and uses them to generate an academic summary table comparing the articles.

Example

Input:

@article{duch_quantifying_2010,
         keywords = {game:soccer, model:network:centrality, open-access}}
@article{yamamoto_common_2011,
         keywords = {game:soccer, model:network:scale-free, open-access}}
@article{yaari_hot_2011,
         keywords = {game:basketball, model:sequence, open-access}}

Transformation:

import labels2tables
labels = labels2tables.bib2labels("examples/sport.in.bib")
labels2tables.labels2txt(labels, "examples/sport.out.txt")

Output:

========================================================
game       model       open-access reference
========================================================
soccer     network
            centrality Y           duch_quantifying_2010
            scale-free Y           yamamoto_common_2011
basketball sequence    Y           yaari_hot_2011
========================================================

Advanced

The intermediate labels format encodes table data using standard Python dictionaries, lists and tuples. See examples/*.spec.txt for example tables, and how to describe them as a labels dictionary.

Acknowledgements

Powered by bibtexparser

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

labels2tables-0.1.0.tar.gz (11.4 kB view hashes)

Uploaded Source

Built Distribution

labels2tables-0.1.0-py2.py3-none-any.whl (13.4 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page