-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Summary
- Add "orcid" attribute. User can have 1 ORCID IDs.
- Add "visibility" attribute. Use ENUMs. Options are public, institution, department, and private.
- Add "profileURL" attribute. Can be clinical, research, and directory.
- Add "headshot" attribute.
- Add start and end date for org affiliations.
- Add isPrimary attribute for organizational units.
- Add isPrimary attribute for org affiliations.
Remaining questions
- Should we get rid of pubMedAlias? Having this in there when it's not being used is confusing.
- Should we qualify the source? For example, we could have an optional attribute called "source." This will be useful once we start adding to the identity record based on feedback we get from the Disambiguation Profile view.
- Should this apply to master branch? For simplicity's sake I would say yes.
- Add h-index?
Example
{
"identity": {
"alternateNames": [
{
"firstInitial": "P",
"firstName": "Paul",
"lastName": "Albert",
"middleInitial": "J",
"middleName": "J."
},
{
"firstInitial": "P",
"firstName": "Paul",
"lastName": "Albert"
}
],
"degreeYear": {
"bachelorYear": 1997,
"doctoralYear": 0
},
"emails": [
"paa2013@med.cornell.edu",
"palbert1@gmail.com"
],
"grants": [
"RR029822"
],
"headshot": [
"https://directory.weill.cornell.edu/api/v1/person/profile/paa2013.png"
],
"institutions": [
{
"institution": {
"institutionName": "Weill Cornell Medical College, Cornell University",
"isPrimary": "TRUE"
},
{
"institution": {
"institutionName": "Columbia University, Teachers College",
"isPrimary": "FALSE"
}
}
],
"knownRelationships": [
{
"name": {
"firstInitial": "M",
"firstName": "Mark",
"lastName": "Bronnimann"
},
"type": "CO_INVESTIGATOR",
"uid": "meb2001"
},
{
"name": {
"firstInitial": "E",
"firstName": "Eliza",
"lastName": "Chan"
},
"type": "CO_INVESTIGATOR",
"uid": "elc2013"
},
{
"name": {
"firstInitial": "M",
"firstName": "Michael",
"lastName": "Bales",
"middleInitial": "E",
"middleName": "Eliot"
},
"type": "HR",
"uid": "meb7002"
}
],
"orcid": "https://orcid.org/0000-0001-6177-6839",
"organizationalUnits": [
{
"organizationalUnitLabel": "Library",
"organizationalUnitType": "DEPARTMENT",
"organizationalUnitStartDate": "2012-05-01",
"organizationalUnitEndDate": "2018-01-01"
},
{
"organizationalUnitLabel": "ITS",
"organizationalUnitType": "DEPARTMENT",
"organizationalUnitStartDate": "2001-01-01",
"organizationalUnitEndDate": ""
}
],
"personTypes": [
"academic",
"academic-faculty",
"academic-faculty-associate",
"academic-faculty-weillfulltime",
"employee-academic",
"employee-exempt",
"employee",
"affiliate",
"affiliate-federated",
"affiliate-federated-affiliate"
],
"primaryName": {
"firstInitial": "P",
"firstName": "Paul",
"lastName": "Albert",
"middleInitial": "J",
"middleName": "J"
},
"profileURL": [
{
"URL": "https://directory.weill.cornell.edu/person/profile/paa2013",
"type": "DIRECTORY"
},
{
"URL": "http://vivo.med.cornell.edu/individual/cwid-paa2013",
"type": "RESEARCH"
},
{
"URL": "https://weillcornell.org/hfwildman",
"type": "CLINICAL"
},
{
"organizationalUnitLabel": "ITS",
"type": "DEPARTMENT",
"startDate": "2001-01-01",
"endDate": "",
"isPrimary":"TRUE"
}
],
"pubMedAlias": [],
"title": "Associate Librarian",
"uid": "paa2013",
"visibility": "public"
},
"uid": "paa2013"
}
Metadata
Metadata
Assignees
Labels
No labels