Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed Cao Protein and is passing db schema (#15)
* changed node field to array added UID * changed node field to array instead of string * added UID to inventory and project materials * added python `venv` to .gitignore * added IDE settings to .gitignore * fixed uid field * got reference for citation working * Process WPI Centrifugation issue * formatted the JSON * matching UID to field name * ['collection'][0]['experiment'][0]['process'][0] working * ['collection'][0]['experiment'][0]['process'][1] working * mass replaced `ingredients`, `products`, and `quantities` * db schema has them as singular instead of plural * converted a couple of strings to material nodes * made some material nodes from string to nodes * ['collection'][0]['experiment'][1]['process'][3] successful * ['collection'][0]['experiment'][1]['process'][3] successful * ['collection'][0]['experiment'][1]['process'][6] successful * ['collection'][0]['experiment'][1]['process'][7] successful * formatted cao_protein.json * ['collection'][0]['experiment'][2]['process'][1] fixed * ['collection'][0]['experiment'][3]['process'][1] successful * ['collection'][0]['experiment'][4]['process'][1] successful * ['collection'][0]['experiment'][5]['process'][1] successful * ['collection'][0]['experiment'][6]['process'][1] successful * ['collection'][0]['experiment'][7]['process'][1] successful * made all process types as `"type": "multistep"` * all process types are `"type": "multistep"` * all data types are `"type": "rxn_conv"` * all data types are `"type": "multistep"` for process 2 * all data types are `"type": "multistep"` for process 3 * all data types are `"type": "multistep"` for process 4 * all data types are `"type": "multistep"` for process 5 * all data types are `"type": "multistep"` for process 6 * all data types are `"type": "multistep"` for process 7 * all data types are `"type": "multistep"` for process 8 * all data types are `"type": "rxn_conv"` ['collection'][0]['experiment'][8]['data'] * changed all process types and data types * process types are `"type": "multistep"` * data types are `"type": "rxn_conv"` * changed process and data types. experiment 10 * process types are `"type": "multistep"` * data types are `"type": "rxn_conv"` * changed process and data types. experiment 11 * process types are `"type": "multistep"` * fixed product to be material node * data types are `"type": "rxn_conv"` * changed process and data types. experiment 12 * process types are `"type": "multistep"` * data types are `"type": "rxn_conv"` * changed process and data types. experiment 13 * process types are `"type": "multistep"` * data types are `"type": "rxn_conv"` * changed process and data types. experiment 14 * process types are `"type": "multistep"` * data types are `"type": "rxn_conv"` * formatted JSON * changed process and data types. experiment 15 * process types are `"type": "multistep"` * data types are `"type": "rxn_conv"` * changed process and data types. experiment 16 * process types are `"type": "multistep"` * data types are `"type": "rxn_conv"` * changed process and data types. experiment 17 * process types are `"type": "multistep"` * data types are `"type": "rxn_conv"` * changed process and data types. experiment 18 * process types are `"type": "multistep"` * data types are `"type": "rxn_conv"` * changed process and data types. experiment 18 * process types are `"type": "multistep"` * data types are `"type": "rxn_conv"` * changed process and data types. experiment 19 * process types are `"type": "multistep"` * data types are `"type": "rxn_conv"` * changed process and data types. experiment 21 * process types are `"type": "multistep"` * data types are `"type": "rxn_conv"` * changed process and data types. experiment 22 * process types are `"type": "multistep"` * data types are `"type": "rxn_conv"` * fixed uid regex * made process product into material node * made process product into material node * formatted JSON * made material string into JSON object material node * made material string into JSON object material node * made material string into JSON object material node * fixed prerequisit process * fixed prerequisit process * fixed prerequisit process * fixed prerequisit process * fixed prerequisit process * fixed prerequisit process * fixed prerequisit process * fixed prerequisit process * fixed prerequisit process * ingredient to material node * ingredient to material node * ingredient to material node * ingredient to material node * ingredient to material node * ingredient to material node * ingredient to material node * formatted * converting ingredient to material * converting ingredient to material * formatted JSON * converting ingredient to material * converting ingredient to material * converting ingredient to material * converting ingredient to material * converting ingredient to material * converting ingredient to material * converting ingredient to material * converting ingredient to material * converting ingredient to material * converting ingredient to material * converting ingredient to material * converting ingredient to material * converting ingredient to material * converting product to material * converting product to material * converting product to material * converting product to material * converting product to material * converting product to material * converting product to material * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * passing db schema! * changed quantity from `"null"` to `null`
- Loading branch information