-
-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New schema field - secondary contact list (#1388)
- Loading branch information
Showing
7 changed files
with
68 additions
and
6 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -117192,9 +117192,10 @@ | |
"prefix": "UNIPARC" | ||
}, | ||
"contact": { | ||
"email": "[email protected]", | ||
"name": "Rolf Apweiler", | ||
"orcid": "0000-0001-7078-200X" | ||
"email": "[email protected]", | ||
"github": "bateman-research", | ||
"name": "Alex Bateman", | ||
"orcid": "0000-0002-6982-4660" | ||
}, | ||
"edam": { | ||
"description": "Accession number of a UniParc (protein sequence) database entry.", | ||
|
@@ -117360,10 +117361,23 @@ | |
"uri_format": "https://www.uniprot.org/uniprotkb/$1/entry" | ||
}, | ||
"contact": { | ||
"email": "[email protected]", | ||
"name": "Rolf Apweiler", | ||
"orcid": "0000-0001-7078-200X" | ||
"email": "[email protected]", | ||
"github": "bateman-research", | ||
"name": "Alex Bateman", | ||
"orcid": "0000-0002-6982-4660" | ||
}, | ||
"contact_extras": [ | ||
{ | ||
"email": "[email protected]", | ||
"name": "Alan Bridge", | ||
"orcid": "0000-0003-2148-9135" | ||
}, | ||
{ | ||
"email": "[email protected]", | ||
"name": "Cathy Wu", | ||
"orcid": "0000-0001-6379-8601" | ||
} | ||
], | ||
"contact_page": "https://www.uniprot.org/contact", | ||
"contributor_extras": [ | ||
{ | ||
|
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