An open API service indexing awesome lists of open source software.

https://github.com/kalebers/reference_unificator

Python script designed to unify different article bases in one csv file.
https://github.com/kalebers/reference_unificator

acm article base ieee python reference scienecdirect scopus script

Last synced: 9 months ago
JSON representation

Python script designed to unify different article bases in one csv file.

Awesome Lists containing this project

README

          

# Reference Unificator
- This script is designed to unify references in a .csv file. It reads different files from the article bases IEEE, Scopus, ACM and ScienceDirec, where the extensions .bib, .csv, .ris, .enw and.txt, respectively, are used. The script will read the files and extract the references, then it will unify them into a single .csv file. Still, you have to input the search string manually in the article base to download the the citations. The script then will parse all files and unify them together in one file.

- You can use the script by running the python file.
# Requirements:
- Python > 3.10
# Libraries:
- pandas, re and os

- You can add more extensions as needed, if any other article base is used.