opencitations / index

Software for creating all the OpenCitations Indexes (e.g. COCI)
ISC License
11 stars 5 forks source link

Croci update #19

Closed dbrembilla closed 1 year ago

dbrembilla commented 1 year ago

Croci update

This PR adds to the existing CROCI the functionalities to manage the transition from DOI-to-DOI to Any-to-Any. You can use this as reference and you can use this for testing

Changes

Additions:

Modifications:

Known issues

  1. This version refers to Meta as used locally, all the references to local files will need to be changes, also in tests
  2. oc_graphenricher needs to be released to a new version on PyPi to make this work, otherwise a new way to gether the IDs for authors will be needed
  3. Maybe the directory system could be rethought?

Checks to be done

Once the above are solved, it is needed to:

  1. Check all tests work (they will probably need to be changed once they will use OC Meta)
  2. Check that the process works as desired

If you have doubts or suggestions, feel free to make some changes or comment below :)