Skip to content

PapersCited v1.2.1

Compare
Choose a tag to compare
@Mkranj Mkranj released this 04 Jan 22:22
· 278 commits to main since this release
0880301

PapersCited 1.2.1

The binary file PapersCited_1.2.1.exe contains the latest version of PapersCited. By downloading this file, you can run the program without having Python installed on your machine!

Important

Out of the box, this file supports working with .docx and .txt files.

If you want to work with .doc and .pdf files, please follow these instructions for adding the required parsers:
help_with_libraries.txt


Improvements over previous versions

  • Now supports all Unicode letters when detecting authors!
  • When several years are listed one after another in the text (Author, 2010; 2011a; 2011b), the program now turns them into separate citations
  • Stricter match recognition means reduced frequency of inaccurate citations recorded
  • Possesive forms of names now get turned into regular forms (Author's 2010 -> Author 2010), with the added benefit of reducing duplicates
  • Long strings of numbers (such as serial numbers or ISSN) now no longer recognised as valid citations

New dependency

PapersCited now requires the regex module.