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.
- Host: GitHub
- URL: https://github.com/kalebers/reference_unificator
- Owner: kalebers
- License: mit
- Created: 2025-07-15T22:07:06.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-07-17T21:01:13.000Z (11 months ago)
- Last Synced: 2025-07-18T01:24:53.872Z (11 months ago)
- Topics: acm, article, base, ieee, python, reference, scienecdirect, scopus, script
- Language: Python
- Homepage:
- Size: 788 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
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.