griffithlab / civic-v2

CIViC is an open access, open source, community-driven web resource for Clinical Interpretation of Variants in Cancer
https://civicdb.org
MIT License
19 stars 5 forks source link

Unable to add new ASCO abstract source #1022

Closed cgrisdale closed 2 weeks ago

cgrisdale commented 5 months ago

While trying to curate this evidence (https://meetings.asco.org/abstracts-presentations/195666) I found that the source field, on either the Add Evidence or Add Source page, is not able to identify abstract ID 195666. This may be related to #942.

I also noticed that on the Sources browse grid there are display issues when filtering on the source, and when typing in a specific source ID a match is displayed that is not a match to the ID entered (see below).

image

acoffman commented 5 months ago

Yeah, ASCO removed the API we were previously using and their new site is behind cloudflare bot protection so we can't scrape it directly any longer. Until we manage to figure out a way to work around that, it will unfortunately remain broken. We have some ideas though!

We will take a look at the filtering issue though, that's strange and unexpected.

acoffman commented 2 weeks ago

1105 should fix the filtering issue mentioned here. Ongoing issue with the ASCO API will be tracked in #942