Team:Rutgers/Acknowledgements

From 2011.igem.org

(Difference between revisions)
m
 
(9 intermediate revisions not shown)
Line 1: Line 1:
 +
__NOTOC__
 +
{{:Team:Rutgers/Template/Header}}
 +
<html>
<html>
<head>
<head>
Line 5: Line 8:
-
<!--CSS-->
+
</style>
-
<link rel='stylesheet' type='text/css' href='https://2011.igem.org/Template:Team:Rutgers/menu?action=raw&amp;ctype=text/css' />
+
-
 
+
-
<link rel='stylesheet' type='text/css' href='https://2011.igem.org/Template:Team:Rutgers/style?action=raw&amp;ctype=text/css' />
+
-
 
+
-
<!--REHOST-->
+
-
<link rel="stylesheet" href="http://zacstewart.github.com/Meow/jquery.meow.css" type="text/css" media="screen" title="no title" charset="utf-8">
+
-
 
+
-
 
+
-
<!-- jquery -->
+
-
<script type="text/javascript" src="http://code.jquery.com/jquery-1.4.2.js"></script>
+
-
 
+
-
<!-- JS -->
+
-
<script src="http://zacstewart.github.com/Meow/jquery.meow.js" type="text/javascript" charset="utf-8"></script>
+
-
 
+
-
<script type="text/javascript" src="https://2011.igem.org/Template:Team:Rutgers/css_menu?action=raw&amp;ctype=text/javascript"></script>
+
-
<--!
+
-
<link rel="stylesheet" href="menu.css" type="text/css" media="screen" />
+
-
<link rel="stylesheet" href="style.css" /
+
-
>-->
+
-
 
+
-
<script type="text/javascript">
+
-
 
+
-
$(document).ready(function()
+
-
{
+
-
$("#showcase").awShowcase(
+
-
{
+
-
content_width: 800,
+
-
content_height: 600,
+
-
fit_to_parent: false,
+
-
auto: false,
+
-
interval: 3000,
+
-
continuous: false,
+
-
loading: true,
+
-
tooltip_width: 200,
+
-
tooltip_icon_width: 32,
+
-
tooltip_icon_height: 32,
+
-
tooltip_offsetx: 18,
+
-
tooltip_offsety: 0,
+
-
arrows: true,
+
-
buttons: true,
+
-
btn_numbers: true,
+
-
keybord_keys: true,
+
-
mousetrace: false, /* Trace x and y coordinates for the mouse */
+
-
pauseonover: true,
+
-
stoponclick: false,
+
-
transition: 'fade', /* hslide/vslide/fade */
+
-
transition_delay: 0,
+
-
transition_speed: 500,
+
-
show_caption: 'onload', /* onload/onhover/show */
+
-
thumbnails: false,
+
-
thumbnails_position: 'outside-last', /* outside-last/outside-first/inside-last/inside-first */
+
-
thumbnails_direction: 'vertical', /* vertical/horizontal */
+
-
thumbnails_slidex: 1, /* 0 = auto / 1 = slide one thumbnail / 2 = slide two thumbnails / etc. */
+
-
dynamic_height: false, /* For dynamic height to work in webkit you need to set the width and height of images in the source. Usually works to only set the dimension of the first slide in the showcase. */
+
-
speed_change: true, /* Set to true to prevent users from swithing more then one slide at once. */
+
-
viewline: false, /* If set to true content_width, thumbnails, transition and dynamic_height will be disabled. As for dynamic height you need to set the width and height of images in the source. */
+
-
custom_function: null /* Define a custom function that runs on content change */
+
-
});
+
-
});
+
-
 
+
-
</script>
+
-
+
-
<!-- stick in its own global file -->
+
-
    <script>
+
-
      $(document).ready(function() {
+
-
        $.meow({
+
-
          message: $('#onready'),
+
-
          icon: 'folder_32.png'
+
-
        });
+
-
        $('#button').click(function () {
+
-
          $.meow({
+
-
            message: $('#onclick'),
+
-
            icon: 'folder_32.png'
+
-
          });
+
-
        });
+
-
        $('#onchange').change(function () {
+
-
          $.meow({
+
-
            title: 'I have a defined title!',
+
-
            message: $('#onchange'),
+
-
            /*icon: '/icons/chart_16.png'*/
+
-
          });
+
-
        });
+
-
+
-
$('#Link').click(function () {
+
-
          $.meow({
+
-
            message: 'What goes here?',
+
-
            icon: "83-calendar.png"
+
-
          });
+
-
});
+
-
+
-
        $('#selectonchange').change(function () {
+
-
          $.meow({
+
-
            message: $('#selectonchange'),
+
-
            icon: 'folder_32.png'
+
-
          });
+
-
        });
+
-
        $('#sticky').click(function () {
+
-
          $.meow({
+
-
            message: 'I\'m a sticky meow!',
+
-
            icon: 'folder_32.png',
+
-
            sticky: true
+
-
          });
+
-
        });
+
-
        $('#uncloseable').click(function () {
+
-
          $.meow({
+
-
            message: 'I am uncloseable!',
+
-
            icon: 'folder_32.png',
+
-
            closeable: false
+
-
          });
+
-
        });
+
-
        $('#callbacks').click(function () {
+
-
          $.meow({
+
-
            message: 'I have callbacks!',
+
-
            icon: 'folder_32.png',
+
-
            beforeCreateFirst: function () {
+
-
              alert(this + ' is the first meow!');
+
-
            },
+
-
            beforeCreate: function () {
+
-
              alert('About to create ' + this);
+
-
            },
+
-
            afterCreate: function () {
+
-
              alert('Just created ' + this);
+
-
            },
+
-
            onTimeout: function () {
+
-
              alert(this + ' just timed out.');
+
-
            },
+
-
            beforeDestroy: function () {
+
-
              alert('About to destroy ' + this);
+
-
            },
+
-
            afterDestroy: function () {
+
-
              alert('And it\'s gone');
+
-
            },
+
-
            afterDestroyLast: function () {
+
-
              alert('There are no meows left :3');
+
-
            }
+
-
          });
+
-
        });
+
-
      });
+
-
    </script>
+
-
 
+
-
 
+
<style type="text/css">
<style type="text/css">
-
 
<!--
<!--
-
table.mesa {
+
.style3 {
-
color: #f1f1f1;
+
-
}
+
-
table.mesa th {
+
-
padding: 0px;
+
-
background-color: #f1f1f1;
+
-
}
+
-
table.mesa td {
+
-
padding: 0px;
+
-
background-color: #f1f1f1;
+
-
}
+
-
body,td,th {
+
-
font-family: Arial, Helvetica, sans-serif;
+
-
font-size: 36px;
+
text-align: center;
text-align: center;
-
color: #CCC;
 
-
}
 
-
body {
 
-
margin-left: 0px;
 
-
margin-top: 0px;
 
-
margin-right: 0px;
 
-
margin-bottom: 0px;
 
-
}
 
-
.Test {
 
-
color: #252525;
 
-
text-align: right; font-size: px;
 
-
}
 
-
.Test strong {
 
-
color: #666;
 
-
font-size: 48px;
 
-
font-weight: bold;
 
}
}
 +
-->
 +
</style>
 +
</head>
-
<style type="text/css">
 
-
html, body { height:100% }
 
-
body, h1, h2, p {
 
-
border:0;
 
-
margin:0;
 
-
padding:0;
 
-
text-align: left;
 
-
}
 
-
body {
 
-
font-family: helvetica, arial, sans-serif;
 
-
background-image:-webkit-gradient(radial, 50% 50%, 0, 50% 50%, 300, from(#888), to(#444));
 
-
background-image:url();
 
-
background-size:100% 100%;
 
-
-webkit-perspective:500px;
 
-
-moz-perspective:500px;
 
-
background-repeat: repeat-x;
 
-
/* IE10 */
 
-
background-image: -ms-radial-gradient(right top, ellipse farthest-corner, #FFFFFF 0%, #D6D6D6 100%);
 
-
/* Mozilla Firefox */
 
-
background-image: -moz-radial-gradient(right top, ellipse farthest-corner, #FFFFFF 0%, #D6D6D6 100%);
 
-
/* Opera */
 
-
background-image: -o-radial-gradient(right top, ellipse farthest-corner, #FFFFFF 0%, #D6D6D6 100%);
 
-
/* Webkit (Safari/Chrome 10) */
 
-
background-image: -webkit-gradient(radial, right top, 0, right top, 1020, color-stop(0, #FFFFFF), color-stop(1, #D6D6D6));
 
-
/* Webkit (Chrome 11+) */
 
-
background-image: -webkit-radial-gradient(right top, ellipse farthest-corner, #FFFFFF 0%, #D6D6D6 100%);
 
-
/* Proposed W3C Markup */
 
-
background-image: radial-gradient(right top, ellipse farthest-corner, #FFFFFF 0%, #D6D6D6 100%);
 
-
background-color: transparent;
 
-
}
 
-
a { color:#bbb; }
 
-
#text {
 
-
position:absolute;
 
-
width:998px;
 
-
height:53px;
 
-
left:601px;
 
-
top:398px;
 
-
margin-left:-300px;
 
-
margin-top:-60px;
 
-
text-align:center;
 
-
text-transform:uppercase;
 
-
-webkit-tranform:translateZ(0);
 
-
-webkit-transition-duration:0.05s;
 
-
-moz-tranform:translateZ(0);
 
-
color:#f3f3f3;
 
-
text-shadow:0 0 1px rgba(0,0,0,.2);
 
-
}
 
-
p {
 
-
top:0;
 
-
width:90%;
 
-
font-size:16px;
 
-
color:#333;
 
-
text-shadow:0 -1px 0 rgba(0,0,0,0.1);
 
-
font-family: Arial, Helvetica, sans-serif;
 
-
padding-top: 10px;
 
-
padding-right: 10;
 
-
padding-bottom: 10px;
 
-
padding-left: 10;
 
-
right: 2px;
 
-
text-align: left;
 
-
}
 
-
a:link {
 
-
color: #333;
 
-
}
 
-
a:visited {
 
-
color: #333;
 
-
}
 
-
a:hover {
 
-
color: #666;
 
-
}
 
-
a:active {
 
-
color: #FFF;
 
-
}
 
-
.floatingHeader {
 
-
  position: fixed;
 
-
  top: 0;
 
-
  visibility: hidden;
 
-
}
 
-
.imgshadow2 table {
 
-
text-align: left;
 
-
}
 
-
.imgshadow2 table tr td div p {
 
-
text-align: left;
 
-
}
 
-
.imgshadow2 table {
 
-
font-size: 24px;
 
-
text-align: justify;
 
-
}
 
-
.imgshadow2 table tr td div p {
 
-
text-align: justify;
 
-
}
 
-
.imgshadow2 {
 
-
text-align: left;
 
-
}
 
-
.style3 {
 
-
color: #666666;
 
-
font-size: 24px;
 
-
}
 
-
.imgshadow2 blockquote table {
 
-
text-align: left;
 
-
}
 
-
.imgshadow2 blockquote table {
 
-
text-align: left;
 
-
}
 
-
.imgshadow2 blockquote table {
 
-
text-align: left;
 
-
}
 
-
</style>
 
-
</head>
 
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
-
<table width="60%" border="0" align="center" cellpadding="0" cellspacing="20" bordercolor="#F1F1F1" background="https://static.igem.org/mediawiki/2011/9/96/Stripe.png" bgcolor="#F1F1F1" >
+
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="20" bordercolor="#F1F1F1" background="https://static.igem.org/mediawiki/2011/9/96/Stripe.png">
   <tr>
   <tr>
     <td height="58" colspan="2" td background="https://static.igem.org/mediawiki/2011/9/96/Stripe.png"><p class="style3">RUTGERS iGEM TEAM WIKI</p>
     <td height="58" colspan="2" td background="https://static.igem.org/mediawiki/2011/9/96/Stripe.png"><p class="style3">RUTGERS iGEM TEAM WIKI</p>
       <p class="style3">Acknowledgements<br />
       <p class="style3">Acknowledgements<br />
-
      </p></td>
+
        </p></td>
   </tr>
   </tr>
   <tr>
   <tr>
-
     <td width="69%" valign="top" class="stuff">Menu &gt;&gt; The Bacterial Etch-a-Sketch &gt;&gt; Goals</td>
+
     <td width="9%" valign="top" class="stuff">Menu &gt;&gt; The Bacterial Etch-a-Sketch &gt;&gt; Goals</td>
   </tr>
   </tr>
 +
   <tr>
   <tr>
     <td width="69%" class="imgshadow2"><blockquote>
     <td width="69%" class="imgshadow2"><blockquote>
-
   
+
      <table width="100%" border="0" cellspacing="0" cellpadding="0"><tr>
-
    <table width="100%" border="0" cellspacing="0" cellpadding="0"><tr>
+
           <td colspan="6" td="td" background="https://static.igem.org/mediawiki/2011/9/96/Stripe.png"><h1><span class="shadow"><img src="https://static.igem.org/mediawiki/2011/5/5c/58-bookmark.png" width="10" height="26" /> We Thank</span>...</h1></td>
-
           <td colspan="6" td background="https://static.igem.org/mediawiki/2011/9/96/Stripe.png"><h1><span class="shadow"><img src="https://static.igem.org/mediawiki/2011/5/5c/58-bookmark.png" width="10" height="26" /> Our Acknowledgements</span></h1></td>
+
           </tr>
           </tr>
         <tr>
         <tr>
-
       
+
           <td colspan="6" class="stuff"><h4 class="shadow">
-
           <td colspan="6" bgcolor="#F1F1F1" class="stuff"></h4>
+
             </h4>
-
         
+
             <p><strong>Dr. Andrew Vershon,</strong><br>
-
 
+
              Waksman Institute of Microbiology<br>
-
 
+
              <em>For invaluable supervision of our projects and use of lab space and supplies.</em></p>
-
 
+
            <p><strong>Dr. James Stapleton,</strong><br>
-
 
+
              Center for Advanced Biotechnology and Medicine<br>
-
            <p class="stuff">The Rutgers University iGEM team would like to thank everyone who has assisted in making this project possible.  </p>
+
              <em>For supervision of all projects and limitless patience.</em></p>
-
             <p class="stuff">The opportunity to start the inaugural Rutgers iGEM team has been both a challenging and fulfilling experience.  Without the dedication of our mentors, sponsors and team members, this project would not have been possible.  We would like to give a special thanks to the following people:</p>
+
            <p><strong>Dr. Ryan Golhar,</strong><br>
-
<h4 class="shadow"><img src="https://static.igem.org/mediawiki/2011/5/5c/58-bookmark.png" width="10" height="26" /> We thank.. </h4>
+
              The Cancer Institute of New Jersey<br>
-
             <blockquote>
+
              <em>For supervision of the MYS!S project.</em></p>
-
              <p class="stuff">  
+
            <p><strong>Dr. Janet Mead,</strong><br>
-
  <strong>Dr. Andrew Vershon,</strong><br>
+
              Waksman Institute for Microbiology<br>
-
                <em>Waksman Institute of Microbiology                 </em><br>
+
              <em>For supervision of our projects and insightful project ideas.</em></p>
-
                For invaluable supervision of our projects and use of lab space and supplies.</p>
+
            <p><strong>Ms. Grace Chen,</strong><br>
-
              <p class="stuff"><strong>Dr. James Stapleton, </strong><br>
+
              Waksman Institute for Microbiology<br>
-
                <em>Center for Advanced Biotechnology and Medicine                 </em><br>
+
              <em>For knowledgeable supervision of our projects.</em></p>
-
                For supervision of all projects and limitless patience.               </p>
+
            <p><strong>Dr. Michael Pazzani,</strong><br>
-
              <p class="stuff"><strong>Dr. Ryan Golhar, </strong><br>
+
              Vice President for Research and Economic Development<br>
-
                <em>The Cancer Institute of New Jersey                 </em><br>
+
              <em>For his generous financial support in making this team and competition a possibility.</em></p>
-
                For supervision of the MYS!S project.               </p>
+
            <p><strong>Dr. Marie Logue,</strong><br>
-
              <p class="stuff"><strong>Dr. Janet Mead, </strong><br>
+
              Associate Vice President for Academic Engagement and Programming<br>
-
                <em>Waksman Institute for Microbiology                 </em><br>
+
              <em>For her generous financial support in making this team and competition a possibility.</em></p>
-
                For supervision of our projects and insightful project ideas.               </p>
+
            <p><strong>Dean Thomas Papathomas,</strong><br>
-
              <p class="stuff"><strong>Ms. Grace Chen, </strong><br>
+
              Busch Campus Dean, Department of Biomedical Engineering<br>
-
                <em>Waksman Institute for Microbiology                 </em><br>
+
              <em>For his generous financial support in making this team and competition a possibility.</em></p>
-
                For knowledgeable supervision of our projects.               </p>
+
            <p><strong>Dean Richard Ludescher,</strong><br>
-
              <p class="stuff"><strong>Dr. Michael Pazzani, </strong><br>
+
              Dean of Academic Programs, Department of Food Science<br>
-
                <em>Vice President for Research and Economic Development                 </em><br>
+
              <em>For his generous financial support in making this team and competition a possibility.</em></p>
-
                For his generous financial support in making this team and competition a possibility.               </p>
+
            <p><strong>Dean Justine Levine,</strong><br>
-
              <p class="stuff"><strong>Dr. Marie Logue, </strong><br>
+
              Administrative Director of the Aresty Research Center<br>
-
                <em>Associate Vice President for Academic Engagement and Programming                 </em><br>
+
              <em>For providing support for the Regional Jamboree Registration.</em></p>
-
                For her generous financial support in making this team and competition a possibility.               </p>
+
            <p><strong>Jean Patrick Antoine,</strong><br>
-
              <p class="stuff"><strong>Dean Thomas Papathomas, </strong><br>
+
              School of Engineering, Program Development Specialist<br>
-
                <em>Busch Campus Dean, Department of Biomedical Engineering</em><br>
+
              <em>For supporting the cost of lab expenses.</em></p>
-
                For his generous financial support in making this team and competition a possibility.</p>
+
            <p><strong>Dr. Anirvan Sengupta,</strong><br>
-
              <p class="stuff"> <strong>Dean Richard Ludescher, </strong><br>
+
              BioMaPS Institute for Quantitative Biology<br>
-
                <em>Dean of Academic Programs, Department of Food Science </em><br>
+
              <em>For assistance with the start of our team.</em></p>
-
                For his generous financial support in making this team and competition a possibility.               </p>
+
            <p><strong>Dr. Eric Lam,</strong><br>
-
              <p class="stuff"><strong>Dean Justine Levine, </strong><br>
+
              Rutgers Department of Plant Biology and Pathology<br>
-
                <em>Administrative Director of the Aresty Research Center</em><br>
+
              <em>For assistance with the start of our team.</em></p>
-
                For providing support for the Regional Jamboree Registration.               </p>
+
            <p><strong>Waksman Business Office,</strong><br>
-
              <p class="stuff"><strong>Jean Patrick Antoine, </strong><br>
+
              For keeping our team motivated and helping in any way possible. </p>
-
                <em>School of Engineering, Program Development Specialist                 </em><br>
+
-
                For supporting the cost of lab expenses.               </p>
+
-
              <p class="stuff"><strong>Dr. Anirvan Sengupta, </strong><br>
+
-
                <em>BioMaPS Institute for Quantitative Biology                 </em><br>
+
-
                For assistance with the start of our team.</p>
+
-
              <p class="stuff"><strong>Dr. Eric Lam, </strong><br>
+
-
                <em>Rutgers Department of Plant Biology and Pathology                 </em><br>
+
-
                For assistance with the start of our team.               </p>
+
-
              <p class="stuff">The <strong>Staff</strong> at Waksman Institute,<br>
+
-
                For keeping our team motivated and helping in any way possible. </p>
+
-
              </blockquote>
+
             <p class="stuff">&nbsp;</p></td>
             <p class="stuff">&nbsp;</p></td>
           </tr>
           </tr>
Line 383: Line 98:
-
     <td colspan="2" td background="https://static.igem.org/mediawiki/2011/9/96/Stripe.png"><table width="90%" border="0" cellspacing="5" cellpadding="0">
+
 
-
+
 
-
+
 
-
+
     <td colspan="2" td background="https://static.igem.org/mediawiki/2011/9/96/Stripe.png">
-
      <tr>
+
-
        <td width="20%" class="Test">RUiGEM</td>
+
-
        <td width="20%" class="Test">Bacterial Etch-a-Sketch</td>
+
-
        <td width="20%" class="Test">&nbsp;</td>
+
-
        <td width="20%" class="Test">&nbsp;</td>
+
-
        <td width="20%">&nbsp;</td>
+
-
      </tr>
+
-
      <tr class="footer2">
+
-
        <td width="20%" class="Test"><p>iGEM 2011</p>
+
-
          <p>Projects</p>
+
-
          <p>Lab Notebook</p>
+
-
          <p>BioSafety</p>
+
-
          <p>Acknowledgements</p></td>
+
-
        <td width="20%" class="Test">&nbsp;</td>
+
-
        <td width="20%" class="Test">&nbsp;</td>
+
-
        <td width="20%" class="Test">&nbsp;</td>
+
-
        <td width="20%">&nbsp;</td>
+
-
      </tr>
+
-
      <tr>
+
-
        <td width="20%" class="Test">&nbsp;</td>
+
-
        <td width="20%" class="Test">&nbsp;</td>
+
-
        <td width="20%" class="Test">&nbsp;</td>
+
-
        <td width="20%" class="Test">&nbsp;</td>
+
-
        <td width="20%">&nbsp;</td>
+
-
      </tr>
+
-
    </table>
+
       <p>&nbsp;</p>
       <p>&nbsp;</p>
       <p>&nbsp;</p>
       <p>&nbsp;</p>
Line 424: Line 113:
   <p>&nbsp;</p>
   <p>&nbsp;</p>
   <p>&nbsp;</p>
   <p>&nbsp;</p>
-
  <table width="200" border="1" cellpadding="25" cellspacing="25">
+
<p>&nbsp;</p>
-
    <tr>
+
-
      <td>&nbsp;</td>
+
-
      <td bgcolor="#00CC99">s</td>
+
-
      <td>&nbsp;</td>
+
-
    </tr>
+
-
    <tr>
+
-
      <td>&nbsp;</td>
+
-
      <td>a</td>
+
-
      <td>&nbsp;</td>
+
-
    </tr>
+
-
    <tr>
+
-
      <td>&nbsp;</td>
+
-
      <td>a</td>
+
-
      <td bgcolor="#993366">&nbsp;</td>
+
-
    </tr>
+
-
  </table>
+
-
  <p>&nbsp;</p>
+
   <p>&nbsp;</p>
   <p>&nbsp;</p>
   <p>&nbsp;</p>
   <p>&nbsp;</p>

Latest revision as of 03:56, 29 September 2011

Rutgers 2011 iGEM Team: Complex Circuits in Synthetic Biology

Rutgers 2011 iGEM Team: Complex Circuits in Synthetic Biology

 

 

RUTGERS iGEM TEAM WIKI

Acknowledgements

Menu >> The Bacterial Etch-a-Sketch >> Goals

We Thank...

Dr. Andrew Vershon,
Waksman Institute of Microbiology
For invaluable supervision of our projects and use of lab space and supplies.

Dr. James Stapleton,
Center for Advanced Biotechnology and Medicine
For supervision of all projects and limitless patience.

Dr. Ryan Golhar,
The Cancer Institute of New Jersey
For supervision of the MYS!S project.

Dr. Janet Mead,
Waksman Institute for Microbiology
For supervision of our projects and insightful project ideas.

Ms. Grace Chen,
Waksman Institute for Microbiology
For knowledgeable supervision of our projects.

Dr. Michael Pazzani,
Vice President for Research and Economic Development
For his generous financial support in making this team and competition a possibility.

Dr. Marie Logue,
Associate Vice President for Academic Engagement and Programming
For her generous financial support in making this team and competition a possibility.

Dean Thomas Papathomas,
Busch Campus Dean, Department of Biomedical Engineering
For his generous financial support in making this team and competition a possibility.

Dean Richard Ludescher,
Dean of Academic Programs, Department of Food Science
For his generous financial support in making this team and competition a possibility.

Dean Justine Levine,
Administrative Director of the Aresty Research Center
For providing support for the Regional Jamboree Registration.

Jean Patrick Antoine,
School of Engineering, Program Development Specialist
For supporting the cost of lab expenses.

Dr. Anirvan Sengupta,
BioMaPS Institute for Quantitative Biology
For assistance with the start of our team.

Dr. Eric Lam,
Rutgers Department of Plant Biology and Pathology
For assistance with the start of our team.

Waksman Business Office,
For keeping our team motivated and helping in any way possible.