User:JulianEskin: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
mNo edit summary
mNo edit summary
Line 10: Line 10:
Back to [[Silver Lab]]
Back to [[Silver Lab]]


<pre>
<nowiki><pre>
<?php
<?php
echo "test";
echo "test";
?>
?>
</pre>
</pre>
</nowiki>

Revision as of 10:45, 23 March 2007

  • I am the technician in the Silver Lab. I've been here since 2004, when I graduated with a BA in Physics from Cornell University.
  • E-mail: firstname.lastname@gmail.com]


Back to Lab Members

Back to Silver Lab

<pre> <?php echo "test"; ?> </pre>