GithubHelp home page GithubHelp logo

wedias / ris2csv Goto Github PK

View Code? Open in Web Editor NEW
3.0 2.0 2.0 2.86 MB

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

License: MIT License

Python 100.00%
ris csv converter scopus python dictionary cli gui

ris2csv's Introduction

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

ris2csv's People

Contributors

wedias avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

ris2csv's Issues

Doesn't handle UTF-8 with BOM Ris files safely

First, let me say, thank you for the great script. Working very well and fast!

Just came across a minor issue with Web of Sciene RIS files, they have a BOM at the start. Would be neat if the converter checked for the BOM and removed it. :)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.