-
-
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.
Add logic for parsing references from last page of PDF (#11156)
* Add logic for parsing references from last page of PDF (BibliopgraphyFromPdfImporter) - Support more date formats - Increase log level for issues for date parsing * Remove unused method * Wire in ExtractReferencesAction * Add CHANGELOG.md entry * Fix reviewdog * Switch "... (online)" and "... (offline)" in context meno * Fix filename * Make Patterns static * Refine AuthorListParser for IEEE formatting Example: "I. Podadera, J. M. Carmona, A. Ibarra, and J. Molla" * Fix authorlist * Complete test for tua3i2refpage() * Use "Optional" instead of null * Rewrite * Remove empty lines * Replace magic number by "constant" * Revert "Rewrite" This reverts commit 7adb334. * Add more comments * Update CHANGELOG.md
- Loading branch information
Showing
17 changed files
with
816 additions
and
76 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
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
Oops, something went wrong.