<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>week-03-hw-lab-automation :: 2026a-giulia-sironi</title><link>https://pages.htgaa.org/2026a/giulia-sironi/homework/week-03-hw-lab-automation/index.html</link><description>Opentrone code Using https://docs.opentrons.com/python-api/ and Gemini
from opentrons import protocol_api from opentrons.types import Point import math
metadata = { “protocolName”: “Fluorescent Agar Art from Coordinate Lists”, “author”: “OpenAI”, “description”: “Draws a multicolor design on agar using Opentrons from GUI coordinate lists.”, “apiLevel”: “2.15” }
mscarlet_i_points = [(-20.7, 26.1),(-20.7, 24.3),(-20.7, 22.5),(-18.9, 22.5),(-20.7, 20.7),(-18.9, 20.7),(-20.7, 18.9),(-18.9, 18.9),(-17.1, 18.9),(-20.7, 17.1),(-18.9, 17.1),(-17.1, 17.1),(-15.3, 17.1),(-18.9, 15.3),(-17.1, 15.3),(-15.3, 15.3),(-13.5, 15.3),(-18.9, 13.5),(-17.1, 13.5),(-15.3, 13.5),(-13.5, 13.5),(-11.7, 13.5),(-18.9, 11.7),(-17.1, 11.7),(-15.3, 11.7),(-13.5, 11.7),(-11.7, 11.7),(-9.9, 11.7),(9.9, 11.7),(22.5, 11.7),(24.3, 11.7),(26.1, 11.7),(-26.1, 9.9),(-17.1, 9.9),(-15.3, 9.9),(-13.5, 9.9),(-11.7, 9.9),(-9.9, 9.9),(-8.1, 9.9),(-6.3, 9.9),(8.1, 9.9),(9.9, 9.9),(11.7, 9.9),(-26.1, 8.1),(-24.3, 8.1),(-22.5, 8.1),(-15.3, 8.1),(-13.5, 8.1),(-11.7, 8.1),(-9.9, 8.1),(-8.1, 8.1),(-6.3, 8.1),(-4.5, 8.1),(-2.7, 8.1),(8.1, 8.1),(9.9, 8.1),(11.7, 8.1),(13.5, 8.1),(-24.3, 6.3),(-22.5, 6.3),(-20.7, 6.3),(-18.9, 6.3),(-13.5, 6.3),(-11.7, 6.3),(-9.9, 6.3),(-8.1, 6.3),(-6.3, 6.3),(-4.5, 6.3),(-2.7, 6.3),(-0.9, 6.3),(0.9, 6.3),(9.9, 6.3),(11.7, 6.3),(13.5, 6.3),(15.3, 6.3),(17.1, 6.3),(-22.5, 4.5),(-20.7, 4.5),(-18.9, 4.5),(-17.1, 4.5),(-15.3, 4.5),(-9.9, 4.5),(-8.1, 4.5),(-6.3, 4.5),(-4.5, 4.5),(-2.7, 4.5),(-0.9, 4.5),(0.9, 4.5),(2.7, 4.5),(11.7, 4.5),(13.5, 4.5),(15.3, 4.5),(17.1, 4.5),(-22.5, 2.7),(-20.7, 2.7),(-18.9, 2.7),(-17.1, 2.7),(-15.3, 2.7),(-13.5, 2.7),(-11.7, 2.7),(-9.9, 2.7),(-8.1, 2.7),(-6.3, 2.7),(-4.5, 2.7),(-2.7, 2.7),(-0.9, 2.7),(0.9, 2.7),(2.7, 2.7),(4.5, 2.7),(6.3, 2.7),(13.5, 2.7),(15.3, 2.7),(17.1, 2.7),(18.9, 2.7),(-18.9, 0.9),(-17.1, 0.9),(-15.3, 0.9),(-13.5, 0.9),(-11.7, 0.9),(-9.9, 0.9),(-8.1, 0.9),(-6.3, 0.9),(-4.5, 0.9),(-2.7, 0.9),(-0.9, 0.9),(0.9, 0.9),(2.7, 0.9),(4.5, 0.9),(6.3, 0.9),(8.1, 0.9),(13.5, 0.9),(15.3, 0.9),(17.1, 0.9),(18.9, 0.9),(-17.1, -0.9),(-15.3, -0.9),(-13.5, -0.9),(-11.7, -0.9),(-9.9, -0.9),(-8.1, -0.9),(-6.3, -0.9),(-4.5, -0.9),(-2.7, -0.9),(-0.9, -0.9),(0.9, -0.9),(2.7, -0.9),(4.5, -0.9),(6.3, -0.9),(8.1, -0.9),(9.9, -0.9),(15.3, -0.9),(17.1, -0.9),(18.9, -0.9),(6.3, -2.7),(8.1, -2.7),(9.9, -2.7),(15.3, -2.7),(17.1, -2.7),(18.9, -2.7),(9.9, -4.5),(11.7, -4.5),(15.3, -4.5),(17.1, -4.5),(18.9, -4.5),(11.7, -6.3),(15.3, -6.3),(17.1, -6.3),(18.9, -6.3),(11.7, -8.1),(15.3, -8.1),(17.1, -8.1),(18.9, -8.1),(11.7, -9.9),(15.3, -9.9),(17.1, -9.9),(11.7, -11.7),(15.3, -11.7),(17.1, -11.7),(11.7, -13.5),(13.5, -13.5),(15.3, -13.5),(9.9, -15.3),(11.7, -15.3),(13.5, -15.3),(9.9, -17.1)]</description><generator>Hugo</generator><language>en</language><atom:link href="https://pages.htgaa.org/2026a/giulia-sironi/homework/week-03-hw-lab-automation/index.xml" rel="self" type="application/rss+xml"/></channel></rss>