-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implimented arXivId Parsing for PDF with arXivId (#12335)
* Implimented arXivId Parsing forPDF with arXivId * added Optional parameter * merged fixes * removed csl-styles * fixed null arxiv issue on external imports * Improved getArxivId Implementation * reduced nesting and added arxiv constant * reduced nesting * modified testcase * fix abbrev repo * removed unnecessary 'if' clause * Use EPRINTTYPE Co-authored-by: Carl Christian Snethlage <50491877+calixtus@users.noreply.github.com> Co-authored-by: Christoph <siedlerkiller@gmail.com> Co-authored-by: Ruslan <ruslanpopov1512@gmail.com> Co-authored-by: Subhramit Basu Bhowmick <74734844+subhramit@users.noreply.github.com> * Update src/main/java/org/jabref/logic/importer/fileformat/PdfContentImporter.java Co-authored-by: Ruslan <ruslanpopov1512@gmail.com> * WIP Co-authored-by: Carl Christian Snethlage <50491877+calixtus@users.noreply.github.com> Co-authored-by: Christoph <siedlerkiller@gmail.com> Co-authored-by: Ruslan <ruslanpopov1512@gmail.com> Co-authored-by: Subhramit Basu Bhowmick <74734844+subhramit@users.noreply.github.com> * Add completion using arXiv ID Co-authored-by: Carl Christian Snethlage <50491877+calixtus@users.noreply.github.com> Co-authored-by: Christoph <siedlerkiller@gmail.com> Co-authored-by: Ruslan <ruslanpopov1512@gmail.com> Co-authored-by: Subhramit Basu Bhowmick <74734844+subhramit@users.noreply.github.com> * Adapt test case Co-authored-by: Carl Christian Snethlage <50491877+calixtus@users.noreply.github.com> Co-authored-by: Christoph <siedlerkiller@gmail.com> Co-authored-by: Ruslan <ruslanpopov1512@gmail.com> Co-authored-by: Subhramit Basu Bhowmick <74734844+subhramit@users.noreply.github.com> * Fix test name * "Fix2 number and year extraction for arXiv --------- Co-authored-by: Siedlerchr <siedlerkiller@gmail.com> Co-authored-by: Oliver Kopp <kopp.dev@gmail.com> Co-authored-by: Carl Christian Snethlage <50491877+calixtus@users.noreply.github.com> Co-authored-by: Ruslan <ruslanpopov1512@gmail.com> Co-authored-by: Subhramit Basu Bhowmick <74734844+subhramit@users.noreply.github.com>
- Loading branch information
1 parent
add35ab
commit 4aa313d
Showing
4 changed files
with
83 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters