Christian Niederauer/Notebook/RacingBacteria/Calendar: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
Line 34: Line 34:


==13.08.2014 Tracking Beads==
==13.08.2014 Tracking Beads==
As a check, track beads based on microscopy images acquired with Epitome. Brownian Motion is observed and after binning the frame-to-frame displacements, a rayleigh distribution is fit to the data with the curve fitting tool.
As a check, track beads based on microscopy images acquired with Epitome, using BergLab tracking code. Brownian Motion is observed and after binning the frame-to-frame displacements, a rayleigh distribution is fit to the data with the curve fitting tool.
<gallery>Image:RaBa_rayleigh.png</gallery>
<gallery>Image:RaBa_tracks.png | tracked positions</gallery>
Matlab code for binning:<br>
Matlab code for binning:<br>
''botEdge=0; %first bin should start at 0 displacement''<br>
''botEdge=0; %first bin should start at 0 displacement''<br>
Line 43: Line 43:
binned=histc(disp,edges);''<br>
binned=histc(disp,edges);''<br>
figure, plot(edges,binned,'.'); %plots the number of displacements which lie in each bin''
figure, plot(edges,binned,'.'); %plots the number of displacements which lie in each bin''
<gallery>Image:RaBa_rayleigh.png | distance in µm</gallery>


==25.08.2014 Araldite Replica from PDMS & COMSOL==
==25.08.2014 Araldite Replica from PDMS & COMSOL==

Revision as of 23:24, 26 August 2014

August 2014

06.08.2014

08.08.2014

PDMS Duplicate Protocol
Plasma Cleaning Protocol Problems encountered with creating PDMS stamps:

  • oven is not entirely flat
  • the "coring tool" is a cut glass pipette which continues to break and creates jagged holes
  • device is prone to leakage if the holes are placed near the edge of the stamp
  • devices are very thin and making it bigger by sticking additional pdms layer is tedious

-> build leveling device, order coring tool, try cutting stamp so that the device is not near an edge, make deep araldite molds (thick stamp is hard to achieve with silicon wafer, as ideally the surface tension of the PDMS should keep the fluid on the wafer. If you add to much fluid, it will break surface tension and spread over the whole petri dish. Silicon wafer is too delicate to experiment with some ring-shaped devices to keep PDMS on the wafer.)

11.08.2014 Checking for Motility

  • make suspension of one colony in eppi with 1mL PBS by picking it up with a micropipette tip and suspend tip into eppi
  • cut window in double sided tape and put onto slide
  • add a drop of bacteria suspension (3µL) and put coverslide onto slide

Result: bacteria from the big colony are motile, whereas bacteria from the small colony were not
-> reinoculate bacteria from one or more big colonies of the master plate into liquid LB medium over night

As a comparison: 1µm latex beads on same coverslip-slide arrangement in 1:1000 dilution

Data: E:\12-08-rp437\ and E:\12-08-beads\

12.08.2014 Reinoculate motile colony

  • put 5ml LB broth into falcon tube
  • pick up one big colony with pipette tip and discard the tip in falcon tube
  • incubate ON
  • dip sterile inoculate ring into liquid colony and streak on agar plate the next day
  • incubate plate over night => this is the new master plate

13.08.2014 Tracking Beads

As a check, track beads based on microscopy images acquired with Epitome, using BergLab tracking code. Brownian Motion is observed and after binning the frame-to-frame displacements, a rayleigh distribution is fit to the data with the curve fitting tool.

Matlab code for binning:
botEdge=0; %first bin should start at 0 displacement
topEdge=25; %last bin should reach to 25
numBins=20; %number of bins
edges=linspace(botEdge,topEdge,numBins+1);
binned=histc(disp,edges);
figure, plot(edges,binned,'.'); %plots the number of displacements which lie in each bin

25.08.2014 Araldite Replica from PDMS & COMSOL

COMSOL Multiphysics
Downloading COMSOL Multiphysics 4.3b 64-bit at the fedora linux machine in the dry lab.

Araldite Replica
According to the Araldite Replica Protocol, 9g (5g of part A-resin and 4g of part B-hardener) are prepared, degassed and should have been poured after ~30 minutes. The break during the introduction course about the new microscope was after 1 hour. By then, the epoxy already was beginning to solidify. In addition to that, it seemed that the amount of epoxy mixed should be increased for easier pouring and handling (solidifies more slowly, more tolerance in terms of weight ratio).
Manufacturing of replicas is postponed to 26.08.2014.

Microscopy Course Notes

  • make new optical configuration: Configuration-> New Optical Configuration
  • basic setting windows: View -> Acquisition Controls -> Clara Settings -> TI PAD, Sensor
  • for DIC: ANALY & Condensor DIC N1 (20x,40x)
  • always: [D] in, [NCB (neutral color balance)] in
  • enable mouse focusing: Device -> Enable Mouse Joystick
  • to save current window configurations: Save Current Layout as..
  • Fluorescence: turn on NTNSL & filter 1 (blank with paper because shutter is not installed yet)
  • high frame rate: no delay, exposure 1 frame, small ROI, Binning

26.08.2014 ACTUAL Araldite Replica from PDMS & COMSOL

Araldite Replica
Using Araldite Protocol: Mixing 10g part A and 8g part B of Araldite and pouring onto the H-Pattern PDMS stamp from 20.08.
The replica will be called Araldite Replica I.
Another Araldite replica is made with a pre-cut PDMS stamp made on 22.08..
An extra layer of PDMS is added below the stamp to achieve a deeper mold in the end. It is called Araldite Replica II.

Comsol Multiphysics
Always change into usr folder with cd ../

Mount .iso with
sudo mount -r -t iso9660 -o loop COMSOL43b_dvd.iso /media
cd media/
sudo sh setup

Start License Server manually:
cd local/comsol43b/license/glnxa64/
./lmgrd -c ../license.dat -l ../comsol44.log


Run Comsol in local/comsol43b/bin/glnxa64/ -> comsol

Gives error:

27.08.2014 PDMS from Araldite & Liquid Colony

Plan: punch holes into the PDMS from Araldite II, plasma clean with coverslip and attach tubings, then insert safranin. If it works properly, insert bacteria suspension

28.08.2014

29.08.2014

September 2014

01.09.2014

02.09.2014

03.09.2014

04.09.2014

05.09.2014

08.09.2014

09.09.2014

10.09.2014

11.09.2014

12.09.2014

15.09.2014

16.09.2014

17.09.2014

18.09.2014

19.09.2014

22.09.2014

23.09.2014

24.09.2014

25.09.2014

26.09.2014

29.09.2014

30.09.2014

October 2014

01.10.2014

02.10.2014

03.10.2014

06.10.2014

07.10.2014

08.10.2014

09.10.2014

10.10.2014