-
Notifications
You must be signed in to change notification settings - Fork 207
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add badge for preferred citations (#2070)
* Add badge for preferred citations This PR adds a "preferred" citation field as suggested in #2063 (comment) and adds a nice display badge to match it so we can remove more redundant information from ECO and FBbt. This PR also removes some redundant information from ECO and FBbt. * Revert ECO change * Add test for only one preferred citation Co-authored-by: Nico Matentzoglu <[email protected]>
- Loading branch information
Showing
5 changed files
with
17 additions
and
7 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -341,6 +341,9 @@ | |
}, | ||
"title": { | ||
"type": "string" | ||
}, | ||
"preferred": { | ||
"type": "boolean" | ||
} | ||
}, | ||
"required": [ | ||
|