在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):Pezmc/BibLatex-Check开源软件地址(OpenSource Url):https://github.com/Pezmc/BibLatex-Check开源编程语言(OpenSource Language):Python 84.3%开源软件介绍(OpenSource Introduction):This project no longer under active developmentIt remains fully functional and maintenance is still completedAssistance with enhancements, feature requests and bug fixes are all very welcome! Any PR's will be reviewed promptly. BibLatex-CheckA web based version of this checker is now available: https://biblatex-linter.herokuapp.com/ (repo) A python2/3 script for checking BibLatex .bib files BibTeX Check is a small Python script that goes through a list of references and checks if certain required fields are available, for instance, if each publication is assigned a year or if a journal article has a volume and issue number. Additionally, it allows for consistency checks of names of conference proceedings and could easily be extended to other needs. The results of the check are printed to an html file, which includes links to Google Scholar, DBLP, etc. for each flawed reference. These links help retrieving missing information and correcting the entries efficiently. Please note that it is not a BibLaTeX validator. And in the current version, it might not yet be able to parse every valid bib file. The software targets the specific needs of Computer Scientist, but may be applicable in other fields as well. For use in automated environments, BibLaTeX-Check returns errors on the console (can be disabled). Further, it returns an exit code depending on whether problems have been found. The html output is tested with Firefox and Chrome, but the current version does not properly work with Internet Explorer. Getting StartedJust copy the file into a directory with write permission, then run the script
If you provide the additional aux file (created when compiling a tex document), then the check of the bib file is restricted to only those entries that are really cited in the tex document. OptionsSpecify these when calling the script.
HelpSee If your getting an environment error, try using AlternativesBibLatex check is adapted from BibTex Check by Fabian Beck, which can be used to validate BibTex files. See BibTex vs BibLaTex vs NatBib for a comparison of different referencing packages. ScreenshotDevelopmentThe checker is a single python script that takes .bib files as input and prints to console and/or an html file. It maintains compatibility with Python 2, so any changes should be run against both Python 2.7 and 3. Any bug fixes should be paired with a new test case in "Running" the testspython3 ./biblatex_check.py -b tests/input.bib
python2 ./biblatex_check.py -b tests/input.bib Then manually confirm the number of errors matches the details top of LicenseMIT license |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论