You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prerequisite: #218. This populates mentor/mentee data in the identity table. Right now, we can't do this on a broad scale until we integrate with the WCM-blessed instance of AWS because of HIPAA, but it would be okay to do this for the test case provided below.
Get all authors and their respective ranks from article where targetAuthor=FALSE.
Get all instances of identity.knownRelationships.
3a. In cases where identity.knownRelationships.firstInitial = article.author.firstInitial, and identity.knownRelationships.lastName = article.author.lastName, output the following:
relationshipName: Carl Nathan
relationshipType: co-investigator, HR
relationshipMatchingScore: 2
Unit test: jobuck, 16043520. Note that a given person might have multiple known relationships.
3b. For each case above, does identity.knownRelationships.firstName = article.author.firstName?
Prerequisite: #218. This populates mentor/mentee data in the identity table. Right now, we can't do this on a broad scale until we integrate with the WCM-blessed instance of AWS because of HIPAA, but it would be okay to do this for the test case provided below.
Get all authors and their respective ranks from article where targetAuthor=FALSE.
Get all instances of identity.knownRelationships.
3a. In cases where identity.knownRelationships.firstInitial = article.author.firstInitial, and identity.knownRelationships.lastName = article.author.lastName, output the following:
Unit test: jobuck, 16043520. Note that a given person might have multiple known relationships.
3b. For each case above, does identity.knownRelationships.firstName = article.author.firstName?
Unit test PMID: jhzippin (mentee - currently a faculty) jobuck (mentor - also currently a faculty) 14769862
Unit test: chk2019 (mentee) scb2005 (mentor) PMID = 29503865
The text was updated successfully, but these errors were encountered: