Giter VIP home page Giter VIP logo

Comments (6)

stijnh avatar stijnh commented on August 10, 2024

This has been partial resolved by #29. But it would be nice to have a load_scopus_csv function specifically for Scopus CSV files.

from litstudy.

tleedepriest avatar tleedepriest commented on August 10, 2024

I was just working with the exported Scopus CSV and was looking in the code base for this exact functionality. I would be happy to help! It would be my first open-source contribution.

from litstudy.

stijnh avatar stijnh commented on August 10, 2024

Hi Travis,

If you would like to contribute to litstudy by adding functionality for loading Scopus CSV files, we would be happy to review a pull request!

The steps for this would be roughly the following:

  1. Fork this repository
  2. Add a file litstudy/sources/scopus_csv.py
  3. Add the function load_scopus_csv. You can base your work on ieee.py and springer.py
  4. Add the load_scopus_csv function to litstudy/__init__.py and litstudy/sources/__init__.py
  5. Add a test tests/test_sources_scopus_csv.py. You can base the test on test_sources_ieee.py
  6. Format your code with the black formatting tool
  7. Make a pull request for this repository. We can review your changes

Let me know if you run into any issues. Some more resources about creating pull requests:

If you want to give it a try, shall I assign this issue to you?

from litstudy.

tleedepriest avatar tleedepriest commented on August 10, 2024

Yes, I'd like to give it a go. I was currently working in scopus.py, but I will follow your suggestion and add a new file. Given that suggestion, would there be preference to create a new object ScopusCsvDocument, Instead of modifying the current ScopusDocument object to accommodate loading the csv?

from litstudy.

stijnh avatar stijnh commented on August 10, 2024

Great!

I don't think it is possible to use ScopusDocument since that class relies as pybliometrics and simply forwards all the method calls to pybliometrics. I feel like it would be difficult to modify this class to support CSV files. But if you find a way then that is also fine. It is probably best to add a new ScopusCsvDocument class

from litstudy.

stijnh avatar stijnh commented on August 10, 2024

This has now been resolved thanks to PR #45 (Thanks for your contribution tleedepriest!)

from litstudy.

Related Issues (20)

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.