/BibTeX-Parser

Java command line application for parsing files with .bib extensions. There is possibility to search items with filtering. Docs: https://nazkord.github.io/BibTeX-Parser/

Primary LanguageJava

BibTeX Parser

Java command line application for parsing files with .bib extensions.

Features

  1. checking correctness of items in file
  2. searching specific Author
  3. searching multiple categories
  4. searching both of mentioned

Documentation

Click here

Building project

  1. Download project from GitHub
  2. cd to your project root folder in command line.
  3. Build project and create jar using the following command:
mvn clean install

Running project

  1. Type
cd target
  1. Run project using the following command:
java -jar BibtexParser-1.0.jar

How to use arguments

BibTeX Parser Help: Every argument should be located at "" and inside separated with comma.
First argument: the path of your file with .bib extension.
Second argument: names of categories by which you want to filter the output.
Third argument: authorName authorSurname - find only publications that belongs to specified author.