Team:UNICAMP-EMSE Brazil/Notebook

From 2011.igem.org

(Difference between revisions)
 
(One intermediate revision not shown)
Line 4: Line 4:
<html>
<html>
<img src="https://static.igem.org/mediawiki/2011/c/cb/UNICAMP-EMSE_Brazil_Stresswars.png" width="893px"></img>
<img src="https://static.igem.org/mediawiki/2011/c/cb/UNICAMP-EMSE_Brazil_Stresswars.png" width="893px"></img>
 +
</html>
 +
 +
 +
<html>
 +
<head>
 +
<script language='JavaScript' type='text/JavaScript'>
 +
 +
function makeQuote() {
 +
 +
Q = new Array();
 +
 +
 +
Q[0] = "<i>I’m Luke Skywalker, I’m here to rescue you.</i>Luke, Star Wars: Episode IV-A New Hope (1977)"
 +
Q[1] = "<i>Watch your mouth kid, or you’ll find yourself floating home.</i>Star Wars: Episode IV-A New Hope (1977)"
 +
Q[2] = "<i>Evacuate in our moment of triumph? I think you overestimate their chances.</i> Star Wars: Episode IV-A New Hope (1977)"
 +
Q[3] = "<i>The Force is strong with this one.</i> Star Wars: Episode IV-A New Hope (1977)"
 +
Q[4] = "<i> I have you now!</i> Darth Vader, Star Wars: Episode IV-A New Hope (1977)"
 +
Q[5] = "<i> Fear is the path to the dark side. Fear leads to anger, anger leads to hate, hate leads to suffering.</i> MsC Yoda, Star Wars Episode I: The Phantom Menace (1999)"
 +
Q[6] = "<i> No blasters! No blasters!.</i> A bartender, Star Wars: Episode IV-A New Hope (1977)"
 +
Q[7] = "<i> Go to the center of the gravity's pull, and find your planet you will...</i> M.Sc. Yoda, Star Wars Episode II: Attack of the Clones (2002)"
 +
Q[8] = "<i> Clear, your mind must be if you are to discover the real villains behind the plot.</i> M.Sc. Yoda, Star Wars Episode II: Attack of the Clones (2002)"
 +
Q[9] = "<i> Much to learn, you still have.</i> M.Sc. Yoda, Star Wars Episode II: Attack of the Clones (2002)"
 +
Q[10] = "<i> Meditate on this, I will.</i> M.Sc. Yoda, Star Wars Episode II: Attack of the Clones (2002)"
 +
Q[11] = "<i> Use the Force, Luke.</i> M.Sc. Yoda, Star Wars Episode II: Attack of the Clones (2002)"
 +
Q[12] = "<i> May the Force be with you.</i> Mentioned several times throughout the Star Wars saga"
 +
Q[13] = "<i> I really need a Jedi Bacteria.</i> Iolanda Albuquerque, UNICAMP-EMSE team advisor"
 +
Q[14] = "<i> Another splendid day in Brazil!!!</i> Marc Emery, UNICAMP-EMSE team student"
 +
Q[15] = "<i> Dont' cut, let your hair volume expressing all their feelings...</i> Thibault Sabattier (UNICAMP-EMSE team student) about Nemailla's hair"
 +
Q[16] = "<i> What a good life!!</i> Louise Marais (UNICAMP-EMSE team student) about living in Brazil"
 +
Q[17] = "<i> Gosh!I will have nigthmares tonight! </i> Danieli Gonçalves (UNICAMP-EMSE team student) about Thibault wearing Marianna's dress"
 +
Q[18] = "<i> I will revenge myself against you and Marc Emery!!!</i> Nemailla Bonturi (UNICAMP-EMSE team advisor)"
 +
Q[19] = "<i> Yeah, those dresses deserve us!</i> Marc Emery (UNICAMP-EMSE team student) about Marianna's dresses"
 +
Q[20] = "<i> I am really starting getting worried with you guys!!</i> Iolanda Albuquerque (UNICAMP-EMSE team advisor)"
 +
Q[21] = "<i> Relationship is not like those colorful things where everything fits perfectly ... The name of that is LEGO!</i> Izabella's Mom (mother of one of UNICAMP-EMSE team student)"
 +
Q[22] = "<i> Nice to meet you, I am Marianna</i> Marianna Favaro (UNICAMP-EMSE team student, said after Thibault cut his hair and become unrecognizable)"
 +
Q[23] = "<i> Who is this guy?</i> Danieli Gonçalves (UNICAMP-EMSE team student, said after Thibault cut his hair and become unrecognizable)"
 +
Q[24] = "<i> That guy is your friend?</i> Izabella Neshich (UNICAMP-EMSE team student, about Thibault, after he cut his hair and become unrecognizable)"
 +
Q[25] = "<i> But Nemaila said me that it was good!</i> Thibault Sabattier (UNICAMP-EMSE team student)"
 +
Q[26] = "<i> That guy is Caua Reymond</i> Marco Marinho (UNICAMP-EMSE team advisor said after Thibault cut his hair and become unrecognizable)"
 +
Q[27] = "<i> Marc don't put your head inside the flux or try to tan yourself in the UV transilluminator</i> Nemailla Bonturi (UNICAMP-EMSE team advisor warning the little student Marc Emery)"
 +
Q[28] = "<i> Piri-piri-piri-pi-pi-piri-pi (UNICAMP-EMSE team students Izabella, Danieli, Marianna, Juliana and advisor Nemailla singing a traditional song)"
 +
Q[29] = "<i> Everythings works at the end. If it has not worked, it's because we have not arrived to the end (UNICAMP-EMSE team students Izabella, Danieli, Marianna, Juliana and advisor Nemailla singing a traditional song)"
 +
Q[30] = "<i> That guy is your friend?</i> Izabella Neshich (UNICAMP-EMSE team student, about Thibault, after he cut his hair and become unrecognizable)"
 +
Q[31] = "<i> Who are you? What did you do with Thibault?</i> Juliana Canto (UNICAMP-EMSE team student, said after Thibault cut his hair and become unrecognizable)"
 +
Q[32] = "<i> When you are in hell, hugh satan </i> Nemailla Bonturi (UNICAMP-EMSE team advisor, explaining to Claire about the lab life infortunities)"
 +
 +
 +
 +
 +
 +
 +
 +
 +
index = Math.floor(Math.random() * Q.length);
 +
 +
document.writeln(Q[index]);
 +
 +
}
 +
 +
</script>
 +
 +
</head>
 +
 +
<style>
 +
#newquote {color:gray; font-family:verdana; font-size:11px; text-align:right; padding:5px;}
 +
 +
#newquote i {display:block; color:black; font-family:georgia, trebuchet ms; font-size:13px;}
 +
 +
#newquote small {display:block; text-align:right; margin-top:10px;}
 +
 +
]]></b:skin>
 +
</style>
 +
</html>
 +
 +
 +
<html>
 +
<head>
 +
<div id='newquote'>
 +
 +
<script language="javascript">
 +
 +
makeQuote();
 +
 +
</script>
 +
</div>
 +
</head>
 +
</html>
 +
 +
 +
 +
 +
 +
 +
<html>
 +
<head>
 +
<script type="text/javascript">
 +
 +
  var _gaq = _gaq || [];
 +
  _gaq.push(['_setAccount', 'UA-13209770-10']);
 +
  _gaq.push(['_trackPageview']);
 +
 +
  (function() {
 +
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
 +
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
 +
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
 +
  })();
 +
 +
</script>
 +
</head>
</html>
</html>

Latest revision as of 18:15, 28 September 2011

Click here to see our PROTOCOLS

Notebook

Click on a date to see what we have done!

May
MTWTFSS
            1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31
June
MTWTFSS
    1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30
July
MTWTFSS
        1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28 29 30 31
August
MTWTFSS
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 31
September
MTWTFSS
      1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30
October
MTWTFSS
          1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31