Skip to content
/ RIS2CSV Public

RIS2CSV Convert RIS files from to CSV files for easier data analysis.

License

Notifications You must be signed in to change notification settings

WeDias/RIS2CSV

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RIS2CSV

RIS2CSV Convert RIS files from Scopus to CSV files for easier data analysis.
Output CSV file uses tab '\t' as delimiter.

It was created because there are problems with downloading CSV files from the Scopus platform and other formats being more difficult to create analyzes with Excel.

You can also use it to convert RIS file to Python Dictionary to do data analysis with Python.

  • How to install and run

  • Cloning the repository

    To clone the repository run the following command:

    $ git clone https://github.com/WeDias/RIS2CSV.git
    
  • Running CLI application

    Inside the /src folder run the command below:

    $ python main.py -i <inputfile> -o <outputfile>
    

    Example:

    $ python main.py -i ../resources/example.ris -o ../resources/output_example.csv
    
  • Running GUI application

    Inside the /src folder run the command below:

    $ python execute.pyw
    

    Or just double click on the file execute.pyw

About

RIS2CSV Convert RIS files from to CSV files for easier data analysis.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages