Skip to content
Discussion options

You must be logged in to vote

Hi, I checked the current code and I don’t think you’re missing a setting: the export endpoint always includes priors, even though ASReview’s database API already supports priors=False. So there currently isn’t a built-in RIS export for only the records you personally screened as relevant. The clean fix would be an “Exclude priors” option in the export dialog; meanwhile, assuming the project originated from RIS, you can export the .asreview project and run this small script to create a Zotero-compatible RIS without the priors:

from tempfile import TemporaryDirectory

import asreview as asr
from asreview.data import RISWriter

with TemporaryDirectory() as tmp:
    project = asr.Project.load(

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@legendarysparky
Comment options

Answer selected by legendarysparky
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants