Homework

Weekly homework submissions:

  • Week 1 HW: Principles and Practices

    Application: Bio-Ink decentralized DNA System The concept: I want to develop a Desktop DNA Printer- a high- fideliyy, benchtop enzymatic synthesis tool that allows researchers to “print” long. Complex strands of DNA overnight without relying on third-party vendors Why? Current DNA synthesis is centralized. If you’re researcher in a resource-limeted setting of a fast-moving startup, waiting 2-4 weeks for a shipment from a centeral hub slows down the “ Design-Build-Test” cycle. This tool would democratize genetic engeneering, making it as accessible as 3Dprinting is for mechanical engeneers

  • Week-3-hw-lab-automatition

    ‘code’ metada = { ’ protocolName’: ‘Opentrons artistic draeing’ ‘Author’: ‘Ana/HTGAA student’ ‘description’:’ A protocol to draw designs unsing GUI coordinates or math.’, ‘aiplevel’: 2.13 } def run(protocol: protocol_api.ProtocolContext): TIPRACK_SLOT = ‘1’ CANVAS_SLOT =‘3’ PIPETE_MOUNT =‘LEFT’ tiprack = protocol.load.labware(’ opentrons_96_tiprack_300ul’, TIPRACK_SLOT) canvas = protocol.load.labware(’ opentrons_96_wellplate_360_flat’. CANVAS_SLOT) pipette = protocol.load.instrument(‘p300_single_gene2’ PIPETTE_MOUNT, tip_racks=[tiprack]) points = [ (10,10), (20,50), (80,50) (exemples) ] def dwaw_path(coords): if not coords: return pipette.pick_up_tip first_pt = coords[0] start_ location = canvas. well()[0].move(protocol_api.labware.Point(x=first_pt[0], y=first_pt[1], z=2)) pipette.move_to(start_locatiom) pipette.move_to(start_locatiom.move(protocol_api.labware.Point(z= -2)))