Sai Eswar Boda
Sai Eswar Boda
Currently, this is the flow of my program: ``` try: # Perform Entrez search and fetch Medline records handle = Entrez.esearch(db=db, term=parameter, retmax=9999) record = Entrez.read(handle) idlist = record["IdList"] handle...
> This looks like it would work, but means re-parsing the file. I would rather the existing Medline parser was changed to retain the author-affiliation mapping, which would mean changing...
I have made the changes accordingly, and now the 'AD' field contains a list of lists. @peterjc please review and let me know for any issues ```python def parse(handle): """Read...
if it is still open., i can work on it
Hi @mattermod can I pick this issue up?
@matthewbirtch Sorry for the delay, I just lost track of GitHub and time. I’m on it right away and will provide an update shortly.
Hi @electricitymapsbot, I have some bandwidth to work on this issue.