<aside>

</aside>

Lab Automation

image.png

part1w3.png

Part 1: Phyton Code & Agar Design

Documentation:

The agar design was inspired by the ducks from Spirited Away (Studio Ghibli), based on my own drawing, combined with online references.

week 3 banner design.png

The final pixel-art layout was generated using the Opentrons Art Generator and can be viewed here:

https://opentrons-art.rcdonovan.com/?id=5s7w0mpt758a7af

Code Building Pipeline

To make the workflow clearer, the notebook was divided into three logical blocks:

flowchart TD
    A[OpentronsMock Definition] --> B[Main Protocol Code]
    B --> C[Visualization with Plotly]

1. Opentrons Mock Definition:

This block defines a mock version of the Opentrons protocol (OpentronsMock).