Python script to convert BibTex citations in ELEDIA format for SOA projects
This algorithm is mainly targeted for IEEE papers.
- Bulk download the papers from IEEE. Remember to download in bulk so that the pdf name is the same as the paper's title.
- Export the citations in BibTex format, selecting Citation & Abstract in the menù. Put all the citations in a txt file.
- In the folder containing the script create a folder named "papers", then put inside it the pdfs you have downloaded.
- In the folder containing the script put the txt file you created with the citations.
- Open cmd prompt, navigate to the folder containing the script and run the script in this way
python fromBibtexToELEDIAFormat.py citations.txt output.txt
Where citations.txt is the file containing the unformatted citations you previously downloaded and output.txt is the name of the file where the formatted citations will be stored.
Enjoy.
Created with ❤️ by (Uni)Sex