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

Abstract continuation #4

Closed
RichardScottOZ opened this issue Aug 29, 2022 · 3 comments
Closed

Abstract continuation #4

RichardScottOZ opened this issue Aug 29, 2022 · 3 comments

Comments

@RichardScottOZ
Copy link

I didn't think I saw this - let's say you had 2K abstracts to get and your internet connection dies after 1200.

How much work to change from 'get to where it left off'? Or add.

Rather than start doing it again.

@SarthakJShetty
Copy link
Owner

Right, we're working on this at the moment. Should be a fairly simple modification to the code. IIRC we had this functionality earlier, but decided to get rid of it since new papers kept messing up the index that we were using to keep track of the number of papers.

If someone has a fix for this, I will gladly review and accept PR. If not, I'll work on implementing this fix soon, since a lot of users have asked for this.

@RichardScottOZ
Copy link
Author

Yeah, I guess that is tricky, but for any one 'run' can it have a 'static' index list as it was at that minute, and the 'continue' just works on the person's list at the time?

@SarthakJShetty
Copy link
Owner

Hmm that does sound interesting. I was thinking of maybe a pre-processing step that checks the index if the last retrieved index and skip those many papers/abstracts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants