Skip to content

Latest commit

 

History

History
85 lines (50 loc) · 1.97 KB

README_LISU.md

File metadata and controls

85 lines (50 loc) · 1.97 KB

TODO: this documentation is not yet finished

SHOWCASE : STEPS

  1. create indexer
  2. import a release candidate
  3. import meta-data
  4. create a collection
  5. sample randomly from release candidate
  6. sample randomly from specific journal/wp series
  7. import by CSV file etc.
  8. review a collection
  9. monitor progress, evaluate collection reviews
  10. export

USAGE

A general note:

There are two parts of the webapp:

  • the main site /releasetool and its corresponding pages; depending on your user rights, you may have access to extende functionality.
  • the admin site: /releasetool/admin.

CREATE AN INDEXER

TODO

IMPORT A RELEASE CANDIDATE

Precondition: You have already created a INDEXER model instance for this release candidate.

Import a releasecandidate CSV file at the admin site, see:

/admin/zaptain_rt_app/releasecandidate/add/

IMPORT META-DATA

The release-candidate files do not contain meta-data such as titles, keywords, abstracts etc..

  • This information is automatically gathered ad-hoc for the user interface from infrastructure API services, if these are configured correctly.
  • For full functionality, you can also load such information into the releasetool's database. You can do this either
    • through the admin site.
    • Alternatively, you can ask your technical staff to pre-load such information into the DB from a dump file using a custom script.

CREATE A COLLECTION

You have different options:

  1. custom approach, very flexible, requires some scripting/programming skills
  2. default approach

Custom Approach

for instance, import a collections file by csv, content:

id,new collection,imported collection,"10010193380,10011392138,10011709724"

at /admin/zaptain_rt_app/collection/import/

this solution bases upon: https://django-import-export.readthedocs.io/en/latest/

Default Approach

TODO

REVIEW

see: PROSI

MONITOR

As an admin, go to collection -> overview

EXPORT

TODO