-
Notifications
You must be signed in to change notification settings - Fork 8
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
Overlapping concept highlighting in relation app #184
Comments
Looks like this issue is no longer reproducible. Just looked at and appears to be resolved. @gtsueng can you please confirm this no longer is an issue and 1) can be closed 2) another example is provided where I can inspect what might be causing this cases |
The pubtator API for this (http://localhost:8000/document/pubtator-new/12793312.json) appears to be returning annotations for both sections within the first passage (the title) |
This is caused by the assumption that annotations in the title and abstract will never overlap. This is not a safe assumption and this particular document is a case where the positions of an annotation happen to conflict. |
* migrations-prior-css: (21 commits) Addresses #184 Addresses #189 Addresses #180 [Sentry] fixes #139428581 #139428586 #139610697 [Redirect / URLs] not auth dashboard redirect [STATIC] new jquery 3.0.0 in repo [Small CSS] $color_error_red usage 4 back on Tree Addresses #102. Pull to prod. Addresses #102 Addresses #28 Quest loading css Addresses #11 Addresses #135 [Progress] Addresses #135 Addresses #141 More cleanup of verbose js imports from externals Closes #151 Addresses #181 Addresses #180 Remove dangerous d3 import from group_home page. ... # Conflicts: # static/css/style.css # static/scss/style.scss
@gtsueng just checking, can this be closed? |
I'd like to keep an eye on this one just a little longer. It's not a case I see too often. |
@gtsueng current status on this? Can it be closed? |
The ability to have overlapping concepts was removed via the overlapping concept code at one point, but looks like it was reintroduced at some point. (see the title in the attached image)
The text was updated successfully, but these errors were encountered: