Team:Tec-Monterrey/specialthanks

From 2011.igem.org

(Difference between revisions)
Line 160: Line 160:
font:12px arial;
font:12px arial;
width:700;
width:700;
-
height:300;
+
height:350;
-
max-height: 300px;
+
max-height: 350px;
border:none;
border:none;
overflow:auto;
overflow:auto;
Line 249: Line 249:
<script type="text/javascript">
<script type="text/javascript">
<!--
<!--
-
 
-
 
-
 
-
 
i = 0
i = 0
var speed = 10
var speed = 10
Line 270: Line 266:
t1=setTimeout("scrollUp()",100)
t1=setTimeout("scrollUp()",100)
}
}
-
 
-
 
-
 
-
 
-
 
-
 
-
function changeImg(n) {
 
-
 
-
//url goes here
 
-
var imgname = new Array();
 
-
imgname[0] = "https://static.igem.org/mediawiki/2011/5/58/Highlights01.png";
 
-
imgname[1] = "https://static.igem.org/mediawiki/igem.org/a/ad/Highlights02.png";
 
-
imgname[2] = "https://static.igem.org/mediawiki/igem.org/e/eb/Highlights03.png";
 
-
imgname[3] = "https://static.igem.org/mediawiki/igem.org/4/4a/Highlights04.png";
 
-
 
-
 
-
var name = imgname[n];
 
-
document.getElementById('imagered').src=name;
 
-
}
 
-
 
-
 
// -----------------------------------------------------------------------------------------------
// -----------------------------------------------------------------------------------------------
Line 297: Line 272:
var PANEL_COLLAPSED_CLASS = "panelcollapsed";
var PANEL_COLLAPSED_CLASS = "panelcollapsed";
var PANEL_HEADING_TAG    = "h2";
var PANEL_HEADING_TAG    = "h2";
-
var PANEL_HEADING_TAG2    = "h3";
 
var PANEL_CONTENT_CLASS  = "panelcontent";
var PANEL_CONTENT_CLASS  = "panelcontent";
var PANEL_COOKIE_NAME    = "panels";
var PANEL_COOKIE_NAME    = "panels";
Line 308: Line 282:
// get all headings
// get all headings
-
var ht2 = document.getElementsByTagName(PANEL_HEADING_TAG);
+
var headingTags = document.getElementsByTagName(PANEL_HEADING_TAG);
-
var ht3 = document.getElementsByTagName(PANEL_HEADING_TAG2);
+
-
+
-
var c1 = 0;
+
-
var c2 = 0;
+
-
var full = ht2.length + ht3.length;
+
-
var headingTags = new Array(full);
+
-
+
-
for (var j = 0; j < full; j++)
+
-
{
+
-
if (c1 < ht2.length) {
+
-
headingTags[j] = ht2[c1];
+
-
c1++;
+
-
}
+
-
if (c1 >= ht2.length) {
+
-
headingTags[j] = ht3[c2];
+
-
c2++;
+
-
}
+
-
}
+
// go through all tags
// go through all tags
Line 400: Line 356:
}
}
-
 
+
/**
 +
* Change the height of the target
 +
* @param panelContent reference to the panel content to change height
 +
* @param iteration current iteration; animation will be stopped when iteration reaches PANEL_ANIMATION_STEPS
 +
* @param stepHeight height increment to be added/substracted in one step
 +
* @param direction 1 for expanding, -1 for collapsing
 +
*/
function animateStep(panelContent, iteration, stepHeight, direction)
function animateStep(panelContent, iteration, stepHeight, direction)
{
{
Line 505: Line 467:
-->
-->
</script>
</script>
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
</head>
</head>
Line 549: Line 522:
             <p><a href="https://2011.igem.org/Team:Tec-Monterrey/projectnotebook">notebook</a></p>
             <p><a href="https://2011.igem.org/Team:Tec-Monterrey/projectnotebook">notebook</a></p>
             <p><a href="https://2011.igem.org/Team:Tec-Monterrey/projectresults">results</a></p>
             <p><a href="https://2011.igem.org/Team:Tec-Monterrey/projectresults">results</a></p>
-
  <p><a href="https://2011.igem.org/Team:Tec-Monterrey/sampledata">sample data</a></p>
+
        <p><a href="https://2011.igem.org/Team:Tec-Monterrey/sampledata">sample data</a></p>
           </div>
           </div>
</div>
</div>
Line 582: Line 555:
  </div>
  </div>
       </li>
       </li>
-
    </ul>
+
 
-
   
+
</ul>
 +
 
</div>
</div>
    
    
<div class="content">
<div class="content">
-
  <!--in sub pages, this divisions should be comments! :D-->
+
<div style="
 +
text-align:center;">
 +
 +
<!--in sub pages, this divisions should be comments! :D-->
         <div style="  
         <div style="  
padding:25px 50px;
padding:25px 50px;
-
        background-color:#04191d;
+
background-color:#04191d;
-
        color:#333;
+
color:#333;
-
margin:5px 50px;
+
text-align:left;
-
 
+
margin:5px 30px;">
-
 
+
-
  ">
+
   
   
-
     
 
</head>
</head>
<body>
<body>
 +
<div align="justify">
<div style="-moz-border-radius: 4px;-webkit-border-radius: 4px;">
<div style="-moz-border-radius: 4px;-webkit-border-radius: 4px;">
<div class="frame" id="frame1" style="background-color:#e5e5e5;">
<div class="frame" id="frame1" style="background-color:#e5e5e5;">
 +
<br>
 +
   
 +
    
    
     SPECIAL THANKS
     SPECIAL THANKS
Line 664: Line 642:
     </p>
     </p>
<p>&nbsp;</p>
<p>&nbsp;</p>
-
 
-
</div>
 
-
<br><hr>
 
-
<br><input type="button" value="Up" onmouseover="scrollUp()" onmouseout="clearTimeout(t1)">
 
-
<br><input type="button" value="Down" onmouseover="scrollDown()" onmouseout="clearTimeout(t1)">
 
-
</div>
 
-
</body>
 
-
</html>
+
 
 +
 
 +
</div>
 +
<hr>
 +
<br/>
 +
<input type="button" value="  Up  " onmouseover="scrollUp()" onmouseout="clearTimeout(t1)">
 +
<input type="button" value=" Down " onmouseover="scrollDown()" onmouseout="clearTimeout(t1)">
 +
</div></body></html>

Revision as of 15:45, 11 September 2011

wiki

iGEM

 

 


SPECIAL THANKS

Special Thanks to all that have helped to make this project a reality:
• Our families: for understanding our crazy dreams that consumed your time and resources, for your unconditional support and most of all for your love. We promise to give our best effort and show that all educative effort from you will give us the chance for being the best.
• Dr. Guy A. Cardineau: for providing us your knowledge as professor and friend, for teaching us how to dream awake, and not less important, for facilitating us laboratory material.
• Dr. Silverio García Lara: for all your time and support, for teaching us that private industry could be a great ally and for helping us to understand and reach them.
• CPA Mario González: for your patience and backup with financial problems. For showing us the administrative world behind our work and the university.
• M. Sc. Gonzalo Ismael Mendoza Ochoa: for your patience, for being a great one-legged friend and a good advisor.
• CPA Claudia Dávila Ramos and Lic. Belinda Vargas Heredia: for being friendly and gentle with our endless problems that became easy after talking with you, for your efforts to arrange all our needs.
• Lic. Mary Carmen Rodríguez Ayala: for understanding us in our complicated agenda that was a mess every day, for being a patience colleague.
• M. Sc. Marco Arnulfo Mata Gómez and M. Sc. Lidia López Barrios: for giving us technical support with kindness and flexibility, for teaching us good laboratory practices with your own work.
• Lic. Ana Gabriela Gonzalez Romero: for listening to our lab problems, even in the unhealthy days. For hosting our team providing lab space.
• Dr. Jorge Benavides Lozano: for your time and knowledge, for introducing us in the interesting and exciting world of the enzymes.
• M. Sc. Juan Gerardo Cantú de la Garza and Elsita Salas Cabello: for all your support through the career direction with every administrative problem that showed up.
• Dr. Elsy Genny Molina Solís: for being a great professor and an incredible woman that give us her knowledge. For your support with the MicroCongress.
• Dr. Javier Serrano Bouquet: for being an incredible philosopher and an excellent professor. For your support in our MicroCongress and with the bioethics essay.
• M. Sc. Naty Gabriela Ramírez Rivera: for all your time, tips and advices given with honesty and happiness.
• José Manuel Tiscareño: for becoming our customs advisor and a special friend.
• Dr. José Luis Stephano: For teaching us an alternative way of being a great researcher, for providing us your knowledge through our advisors, for the primers that allowed us to continue in the contest.
• Dr. Jorge Welti Chanes: for giving us the opportunity, your time, and your own life example by being a great researcher and entrepreneur. For giving us the support of the university.
• Lic. Myriam Robledo Pérez: for being the link between the University, the advisors, and the team. For being so accessible and giving us a great support and most of all your friendship.
• Lic. Valeria Lobos y Lic. Andrea Martínez: for the lab material that you provide us even when you were not at the lab. For all your time that was invested in solving our problems with patience, for being good friends.
• Mr. Eliseo Salas and all cleaning services of the University: for helping us maintaining the lab, even in the afternoon or Sundays when everything was a mess, your smile and energy give us the inspiration to go ahead.
• Policeman Ricardo and all police department of the University: For visiting us at night checking that we were fine and being interested in our work.
• Our teachers: for your assessments, for answering our questions at the beginning of our project.
• Our friends: for not letting us down, for understanding this long and exhaustive work that quit our time with you, please keep understanding our crazy ideas, you will be proud of us. For your unconditional support and your time listening to our problems giving us great advices in order to keep looking and make a great project and best human beings.
• Our career friends: for your back up in our contests and meetings to obtain resources, for giving your support and friendship.
• Tec Monterrey iGEM team 2010: for your tips, for remembering little details about things that happened to you last year.
• Our own team: for all the great moments we have, for being friends outside lab and colleagues inside, for all the smiles and tears, for being a special team and incredible coworkers.