Last active
November 1, 2017 03:57
-
-
Save rahb3rt/458b98eb02b2c5c84e46cb1d5cbc519d to your computer and use it in GitHub Desktop.
This file contains hidden or 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
[{"drug_id":1,"drug_name":"drug 1","phase":"preclinical","company":"company 1","disease_id":1,"disease_name":"disease 1"}, | |
{"drug_id":2,"drug_name":"drug 2","phase":"phase 1","company":"company 1","disease_id":2,"disease_name":"disease 2"}, | |
{"drug_id":3,"drug_name":"drug 3","phase":"phase 1/2","company":"company 1","disease_id":1,"disease_name":"disease 1"}, | |
{"drug_id":4,"drug_name":"drug 4","phase":"phase 2","company":"company 1","disease_id":2,"disease_name":"disease 2"}, | |
{"drug_id":5,"drug_name":"drug 5","phase":"phase 2/3","company":"company 2","disease_id":1,"disease_name":"disease 1"} ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment