home
Insert the data
POST the data
Profile
{ "type": "profile", "fields": { "FirstName": "Test", "MiddleName": "Profile", "FamilyName": "Create", "Title": "PhD", "Description": "Test Profile Description", "Skills": "Phage isolation, bioinformatics", "Roles": "Researcher, Founder", "Orgs": "Test Org Create", "Orgs:SupervisorOf": "Test Org Create", "Email": "test@phage.directory", "URL": "https://phage.directory", "Social": "https://twitter.com/yawnxyz, https://www.linkedin.com/in/janzh/, https://orcid.org/0000-0002-5306-1902 https://www.researchgate.net/profile/Xena-Dyball https://scholar.google.com/citations?user=lPihaMkAAAAJ&hl=en", "ProfileImage": "https://dl.phage.directory/.attachments/adf7465dd7520621b76387515d6153c7/c283e107/8.31supd_156_sm_sq.jpg", "Passphrase": "test-banana" } }
Orgs & Labs (optional)
Labs are inserted the same way; labs are considered a type of org; consider allowing multiple orgs/labs; consider parent org as string (e.g. University names, for labs)
{ "orgs": [ { "type": "org", "fields": { "Name": "Test Org Create", "Org:Types": "CRMO, CRO", "Description": "Test Org Description", "ContactPerson": "Contact Person", "Email": "contact@gmail.com", "Activities": "tail spike proteins, recombinant phages", "People:Supervisor": "Jan Zheng", "People:OrgMembers": "Jan Zheng", "People:LabMembers": "Jan Zheng", "People:Contact": "Jan Zheng", "People:Contact": "Jan Zheng", "Orgs:Parent": "Phage Directory", "URL": "https://phage.directory", "Social": "https://twitter.com/yawnxyz, https://www.linkedin.com/in/janzh/", "ProfileImage": "https://dl.airtable.com/.attachments/99a57cf7f88db56c8c72e2ca1664e72c/7c321fa0/ausdev-koala.png", "Location:String":"Sydney, Australia", "Passphrase": "test-banana" } }, { "type": "org", "fields": { "Name": "Test Lab Create", "Org:Types": "Lab", "Description": "Test Org Description", "ContactPerson": "Contact Person", "Email": "contact@gmail.com", "Activities": "tail spike proteins, recombinant phages", "People:Supervisor": "Jan Zheng", "People:OrgMembers": "Jan Zheng", "People:LabMembers": "Jan Zheng", "People:Contact": "Jan Zheng", "People:Contact": "Jan Zheng", "Orgs:Parent": "Phage Directory", "URL": "https://phage.directory", "Social": "https://twitter.com/yawnxyz, https://www.linkedin.com/in/janzh/", "ProfileImage": "https://dl.airtable.com/.attachments/99a57cf7f88db56c8c72e2ca1664e72c/7c321fa0/ausdev-koala.png", "Location:String":"Sydney, Australia", "Passphrase": "test-banana" } } ] }
Phage Collection (optional)
{ "type": "collection", "fields": { "Name": "My Test Organization Collection", "Owners:People": "Test Profile Create", "Owners:Orgs": "Test Org Create", "Hosts": "Gordonia, Vibrio" } }