Git Product home page Git Product logo

clean_bib's People

Contributors

scotartt avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

clean_bib's Issues

Accents and weird characters

Hello, I just noticed that the clean version of the bib file removes the curly brackets that are necessary to use in LaTeX. Would it be possible to add a function to bypass this?

Thank you

Consistency checks

Thanks for this great tool ๐Ÿ‘. Are you also planning to integrate consistency checks. As an example, let's say you have a paper where you put "Proceedings of ICSE'09" in the field "booktitle". Another entry says "Proceedings of International Conference on Software Engineering (ICSE) 2019". There is, of course, no general solution for this problem, but a couple of simple heuristics that could find these inconsistencies would already help a lot.

Converting to unicode fixes ampersands but breaks Overleaf

Converting to unicode replaces instances of {\&} with & which is intended behavior, but it introduces errors in Overleaf.

Commenting out line 22 fixes this:

# record = convert_to_unicode(record)

I wonder if there is a way to call convert_to_unicode but spare ampersands.

Curly bracket

There are missing additional curly bracket under 'title'. Strange capitalisation occur without curly bracket

@Article{magde1972,
author = {Magde, Douglas and Elson, Elliot and Webb, W. W.},
journal = {Physical Review Letters},
pages = {705--708},
title = {Thermodynamic Fluctuations in a Reacting System---Measurement by Fluorescence Correlation Spectroscopy},
volume = {29},
year = {1972}
}

title = {{Thermodynamic Fluctuations in a Reacting System---Measurement by Fluorescence Correlation Spectroscopy}}

there a error in last line with = sign im using python2.7

bibtex_str = None
if bib_database:
writer = BibTexWriter()
writer.order_entries_by = ('author', 'year', 'type')
bibtex_str = bibtexparser.dumps(bib_database, writer)

print(str(bibtex_str))

with open(output_b, "w") as text_file:
    print(bibtex_str, file=text_file)

i am not expert in python but if i comment this line script works and says written ## no of entries new file is created but it is empty

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.