Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parallel screening phases #109

Open
esyriani opened this issue Mar 30, 2023 · 0 comments
Open

Parallel screening phases #109

esyriani opened this issue Mar 30, 2023 · 0 comments
Assignees

Comments

@esyriani
Copy link
Member

Currently, if I have 3 screening phases P1->P2->P3 in this order, then the papers included from P1 and transferred to P2. The included papers from P2 are transferred to P3. This is a sequential pipeline of screening phases.

We want to introduce the concept of parallel phases, like P1+P2->P3. This means that the papers included from P1 and P2 are transferred to P3, but P1 and P2 do not share the same articles. This way, we can have separate statistics for each phase.

This means we need to enhance ReLiS with the following features:

  • Assign papers to a phase
  • Define the next phase of each phase. If no next phase, then it is final before going to QA or classification. Exactly 1 phase must be final.
  • Define the assignment of papers to reviewers (users and number) to be fixed for each phase.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Major
Development

No branches or pull requests

3 participants