Team:TU Delft/Tour

From 2010.igem.org

(Difference between revisions)
(Undo revision 141914 by Kschipper (Talk))
Line 221: Line 221:
<div id="text">
<div id="text">
<h3>Team Statistics</h3>
<h3>Team Statistics</h3>
-
<p>Thirty six weeks, 178 liters of LB medium, 47 new BioBricks to construct and characterize,<!-- Visitor counter gets statistics from https://2010.igem.org/Special:PopularPages /-->
+
<p>Thirty six weeks, 178 liters of LB medium, 47 new BioBricks to construct and characterize, 1 Jamboree.</p>
-
<script>
+
-
var maxcount = 15696;
+
-
$.get("https://2010.igem.org/wiki/index.php?title=Special:PopularPages&limit=500&offset=0", function(data) {
+
-
var scan1 = $(data).find(".mw-spcontent" );
+
-
$(scan1).find("li").each(function(index, value) {
+
-
  var scan2 = $(value).text().substr(0,14);
+
-
    if(scan2 == "Team:TU Delft ") {
+
-
      var scan3 = $(value).text().substr(16);
+
-
      scan3 = scan3.replace(',', '');
+
-
      maxcount = parseInt(scan3.substring(0, scan3.length - 7));
+
-
    }
+
-
  });
+
-
});
+
-
 
+
-
// Declaring class "Timer"
+
-
var Timer = function()
+
-
{
+
-
// Property: Frequency of elapse event of the timer in millisecond
+
-
this.Interval = 1000;
+
-
+
-
// Property: Whether the timer is enable or not
+
-
this.Enable = new Boolean(false);
+
-
+
-
// Event: Timer tick
+
-
this.Tick;
+
-
+
-
// Member variable: Hold interval id of the timer
+
-
var timerId = 0;
+
-
+
-
// Member variable: Hold instance of this class
+
-
var thisObject;
+
-
+
-
// Function: Start the timer
+
-
this.Start = function()
+
-
{
+
-
this.Enable = new Boolean(true);
+
-
+
-
thisObject = this;
+
-
if (thisObject.Enable)
+
-
{
+
-
thisObject.timerId = setInterval(
+
-
function()
+
-
{
+
-
thisObject.Tick();
+
-
}, thisObject.Interval);
+
-
}
+
-
};
+
-
+
-
// Function: Stops the timer
+
-
this.Stop = function()
+
-
{
+
-
thisObject.Enable = new Boolean(false);
+
-
clearInterval(thisObject.timerId);
+
-
};
+
-
+
-
};
+
-
+
-
var index = 0;
+
-
var obj = new Timer();
+
-
obj.Interval = 30;
+
-
obj.Tick = timer_tick;
+
-
obj.Start();
+
-
+
-
function timer_tick()
+
-
{
+
-
index  = index + 389;
+
-
document.getElementById("visitor-counter-div").innerHTML =index +" <a href='https://2010.igem.org/Special:PopularPages'>wiki visitors</a>";
+
-
+
-
if (index > maxcount)
+
-
{
+
-
obj.Stop();
+
-
document.getElementById("visitor-counter-div").innerHTML = maxcount +" <a href='https://2010.igem.org/Special:PopularPages'>visitors</a>";
+
-
}
+
-
}
+
-
</script>
+
-
1 Jamboree.</p>
+
<p><a href="https://2010.igem.org/Team:TU_Delft/Team/statistics">Read more</a></p>
<p><a href="https://2010.igem.org/Team:TU_Delft/Team/statistics">Read more</a></p>
</div>
</div>

Revision as of 07:58, 25 October 2010

Nine students with three advisors

One summer of fun in the lab

The TU Delft iGEM Team

Crazy enough to show up in a suit at the Jamboree, that's us!

If you didn't get the chance to meet us yet, check out our team page.

Read more

Team Statistics

Thirty six weeks, 178 liters of LB medium, 47 new BioBricks to construct and characterize, 1 Jamboree.

Read more

iJAM & Fun

Our iGEM experience was about more than just SynBio. See us play with our iJAM band, sailing on the Dutch lakes and cheering for our national team during the World Cup.

Number one requirement for an iGEM Team: "Have fun". Check!

Read more