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
Rename node label Start to double label Date:ClinicalTrialDate (we need to post process the date into a neo4j datetype later. thats why the extra label.)
Add extra label Entity to Collaborator,Sponsor, Investigator and Contact (we will postproccess these through a organisation/person disambugation)
rename label PaperId to ArticleId with property IdType=pudmed e.g. (:ArticleId {"ID": "25528508","IdType": "pubmed"}
rename property word of label Keyword to Keyword e.g. (:Keyword {word:"ambulatory"}) becomes (:Keyword {Keyword:"ambulatory"})
Existing nodes in the new datamodel with possible connecitons to clinical trial loader: City
exmaple:
Refactor proposals:
Start
to double labelDate:ClinicalTrialDate
(we need to post process the date into a neo4j datetype later. thats why the extra label.)Entity
toCollaborator
,Sponsor
,Investigator
andContact
(we will postproccess these through a organisation/person disambugation)PaperId
toArticleId
with propertyIdType
=pudmed
e.g.(:ArticleId {"ID": "25528508","IdType": "pubmed"}
word
of labelKeyword
toKeyword
e.g.(:Keyword {word:"ambulatory"})
becomes(:Keyword {Keyword:"ambulatory"})
Existing nodes in the new datamodel with possible connecitons to clinical trial loader:
City
exmaple:
Country
example:
The text was updated successfully, but these errors were encountered: