This repository is associated to the paper "A soft matter discovery robot driven by child-like curiosity" by Jonathan Grizou, Laurie J. Points, Abhishek Sharma and Leroy Cronin. A draft version of the paper is available on Chemarxiv and a brief overview of the scientific approach can be found at https://croningp.github.io/tutorial_icdl_epirob_2017/.
Dropfactory Analysis
Code to analyse the results of experiments performed on the Dropfactory platform
Repository Organization
Folders usage:
- analysis contains script that analyse various aspects of the experiment, it is where we test and develop our analysis before generating the final analysis script and plots in the figure folder.
- csv is for generating csv files from the datasets extracted in the datasets folder. It is useful if you want to perfom analysis in spreadsheet or send to colleague in a sharteable form.
- datasets is where the data collected from our experiments are gathered, sanitized and stored in a user friendly way. To allow you to reproduce the figures without access to the >500Go data (available upon request), the already processed dataset are available in the datasets release.
- figures contains the exact code used to analayse the data and generate the figures shown in the paper and SI. A bit more information is provided in the next seciton of this README file.
- properties is a set of scripts used to infer droplet properties (density, viscocities, and surface tension) from a droplet recipy (the ratio of each oil). See http://www.pnas.org/content/115/5/885 (https://doi.org/10.1073/pnas.1711089115) for more details.
- utils contains a set of tools useful across our analysis.
Releases usage for large files:
- The datasets release contains the already extracted datasets enabling you to reproduce all the figures.
- The SI release contains the paper and all supporting information files explaining the working of the system.
- The video release contains supplementary videos in mp4 format and gif format for embedding on github. The video are also available on youtube.
Main results
In the following all section and figure number are related to the paper and SI documents in the SI release.
Within the figures folder, you can find:
- SI generates all the analysis we could think of for each experimental run, some of those figures are used in section 1.2 and 1.3 (p4-24) of the SI.
- diff_22_26 generates the bar plot on the rigth side of Figure 2 of the paper.
- dye_release generates the dissolution plot of Figure 6 of the paper, as well as plot for section 1.7 (p29-32) of the SI. See https://youtu.be/zOURJEnbmV4 for the effect of temperature on dye release.
- exploration generates 2D scatter plots showing the range of observation geenrate for each algortihmic run. They are shown on the left side of Figure 2 of the paper. See https://youtu.be/E76t9LMbuts and https://youtu.be/6wPkWJDxN64 for the dynamics of exploration between algortihms.
- exploration_hull generates the exploration analysis using different method, it is used for section 2.2.3 (p102-103) of the SI.
- speed_distribution generates the distribution plots on the top rigth corner of Figure 2 of the paper.
- stats
- temperature_prediction generates the prediction plot of section 1.6 (p27-29) of the SI. See https://youtu.be/zhTeDofB6mk and https://youtu.be/80yAmBkzdmM for the effect of temperature on droplet motion.
Associated repositories
-
The robotic platform hardware and code is described at https://github.com/croningp/dropfactory
-
The code used to run closed-loop droplet experiments using the curiosity algorithm (and others) is available at https://github.com/croningp/dropfactory_exploration
-
The droplet tracking code is available at https://github.com/croningp/chemobot_tools
-
Libraries developed to build and control the robotic platform are: commanduino, pycont, ModularSyringeDriver, Arduino-CommandTools, and Arduino-CommandHandler
Dependencies
This code has been tested under Python 2.7.6 on Ubuntu 14.04 LTS. Despite all our efforts, we cannot guarantee everything will be executable on other OS or Python version.
Aside from the standard libraries, we are using the following libraries. You do not have to install them all, it depends on the task you are performing.
-
numpy: Scientific computing in Python. Version: numpy.version is '1.10.4'
-
scipy: More scientific computing in Python. Version: scipy.version is '0.16.1'
-
sklearn: Machine Learning in Python. Version: sklearn.version is '0.16.1'
-
filetools is a simple file management library
-
matplotlib v2.1.1 and seaborn v0.8.1 for plotting
Author
Jonathan Grizou while working in the CroninGroup.