-
Couldn't load subscription status.
- Fork 7
V0.12.0 #872
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
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Refs. : Document post-mortem: Missing metadata and misc problems #851
- Increase the number of retries. - Add a random delta so that different queries don't tend to come in at the same time. Refs. : Document post-mortem: Missing metadata and misc problems #851
Take into account `lastEditedDate` in the document image cache
- Make the organism name salient (at the top) in the grounding popover. - Add `ent.organism()` shortcut function to get the `Organism` an `Entity` is grounded to (may be null for chemical). - Add `doc.commonOrganism()` to get the most common `Organism` in a `Document` -- may be null in the case of a tie. - Add `doc.irregularOrganismEntities()` to get an array of entities that are grounded to an organism other than the common one. Refs. : - Grounding: Entity organism preference / mixed organisms for genes #861 - Block users from submitting empty documents #860
More salient organism in entity grounding popover
- Create task list component
- Add components for closing tooltip on click
E.g. while typing 'smad3': (1) You probably type 'smad' quickly. That's one query. The node is now grounded to smad9 (mouse). (2) You now add '3'. The grounding is now for smad3 mouse instead of human, because (1) added a bias to mouse.
- Use `ns:id` as ID. - Use `value` instead of `defaultValue`. React doesn't use `defaultValue` properly.
More aggressive Indra retries
…1_irregular-org Iss860 empty submit iss861 irregular org
Organism dropdown misc
…email Admin: Email disabling, spinner and large page width
|
I'd like to include #871 |
OK lemme look right now... |
Carousel misc tweaks
|
OK, this PR just needs to pull in the latest from unstable and retag |
maxkfranz
approved these changes
Oct 13, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Major updates
Minor updates