Team:Dundee

From 2011.igem.org

(Difference between revisions)
Line 1: Line 1:
 +
 +
<!--Date: May 2011 -->
<html>
<html>
-
<head>
+
  <head>
-
<link href='http://fonts.googleapis.com/css?family=Droid+Sans' rel='stylesheet' type='text/css'>
+
    <link href='http://fonts.googleapis.com/css?family=Droid+Sans' rel='stylesheet' type='text/css'>
     <link rel="stylesheet" href="https://2011.igem.org/Team:Dundee/global.css?action=raw&amp;ctype=text/css" />
     <link rel="stylesheet" href="https://2011.igem.org/Team:Dundee/global.css?action=raw&amp;ctype=text/css" />
-
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>  
+
    <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
     <script type="text/javascript" src="https://2011.igem.org/Team:Dundee/cleanPage.js?action=raw&amp;ctype=text/js"></script>  
     <script type="text/javascript" src="https://2011.igem.org/Team:Dundee/cleanPage.js?action=raw&amp;ctype=text/js"></script>  
-
</head>
+
  </head>
-
<body>
+
<body>
-
    <div id="pages">
+
<div id="wrapper">
-
      <nav id="access" role="navigation">
+
<div id="header">
-
  <div id="navi">
+
<div id="nav">
-
<ul>
+
<ul>
-
            <li class="current"><a href="Home" alt="Home">HOME</a></li>
+
<li><a href="/Team:Dundee" alt="Home">HOME</a></li>
-
<li><a href="Team" alt="Team">TEAM</a></li>
+
<li><a href="/Team:Dundee/Team" alt="Team">TEAM</a></li>
-
<li><a href="Project" alt="Project">PROJECT</a></li>
+
<li><a href="/Team:Dundee/Project" alt="Project">PROJECT</a></li>
-
<li><a href="Modeling" alt="Modeling">MODELLING</a></li>
+
<li><a href="/Team:Dundee/Modelling" alt="Modelling">MODELLING</a></li>
-
<li><a href="Notebook" alt="Notebook">NOTEBOOK</a></li>
+
<li class="current"><a href="/Team:Dundee/Notebook" alt="Notebook">NOTEBOOK</a></li>
-
<li><a href="Safety" alt="Safety">SAFETY</a></li>
+
<li><a href="/Team:Dundee/Safety" alt="Safety">SAFETY</a></li>
-
                         <li><a href="Safety" alt="Safety">SPONSORS</a></li>
+
                         <li><a href="/Team:Dundee/Sponsors" alt="Safety">SPONSORS</a></li>
-
</ul>
+
</ul>
-
</div><!-- #primary-nav -->
+
</div>
-
</nav><!-- #access -->
+
</div>
-
  </div>
+
<div id="title">
-
  <div id="largeImage">
+
<h1>PROJECT NOTEBOOK</h1>
-
  <div class = "text1">
+
<h2>2011 iGem Team</h2>
-
  <img src="images/DundeeOverBridge.jpg"/>
+
<a href="http://twitter.com/#!/DundeeiGEMTeam"><img src="https://static.igem.org/mediawiki/2011/3/3f/Dundee-twitter.png" /></a>
-
  <h2><span>Home</span></h2>
+
<a href=""><img src="https://static.igem.org/mediawiki/2011/1/1a/Dundee-facebook.png" /></a>
-
  </div>
+
</div>
-
</div>
+
            <div id = "rightSidebar">
-
<div id="project">
+
            <h1>RECENT POSTS</h1>
-
<div id="title">
+
-
<h1>UNIVERSITY OF DUNDEE</h1>
+
-
<h2>2011 iGem Team</h2>
+
-
<a href="http://twitter.com/#!/DundeeiGEMTeam"><img src="images/twitter.png" /></a>
+
-
<a href=""><img src="images/facebook.png" /></a>
+
-
    </div> 
+
-
  <div id = "largeContent">
+
-
<h1>BRIEF PROJECT DESCRIPTION</h1>
+
-
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque nec enim ipsum. Aliquam erat volutpat. Phasellus feugiat congue vulputate. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac. </p>
+
-
<ol>
+
-
<li>Lorem ipsum dolor</li>
+
-
<li>Lorem ipsum dolor</li>
+
-
<li>Lorem ipsum dolor</li>
+
-
</ol>
+
-
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque nec enim ipsum. Aliquam erat volutpat. Phasellus feugiat congue vulputate. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac. </p>
+
-
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque nec enim ipsum. Aliquam erat volutpat. Phasellus feugiat congue vulputate. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac. </p>
+
-
</div>
+
-
<div id = "rightContent">
+
-
              <h1>RECENT POSTS</h1>
+
             <ul>
             <ul>
             <li> <a>Website Started</a></li>
             <li> <a>Website Started</a></li>
Line 54: Line 37:
             <hr>
             <hr>
             <h1>TWITTER BLOG</h1>
             <h1>TWITTER BLOG</h1>
-
            <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
+
                        <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
             <script type="text/javascript">
             <script type="text/javascript">
                 $(document).ready(function () {
                 $(document).ready(function () {
Line 62: Line 45:
                     var url = 'http://api.twitter.com/1/statuses/user_timeline/' + username + '.' + format + '?callback=?'; // make the url
                     var url = 'http://api.twitter.com/1/statuses/user_timeline/' + username + '.' + format + '?callback=?'; // make the url
                     $.getJSON(url, function (tweet) { // get the tweets
                     $.getJSON(url, function (tweet) { // get the tweets
-
                         $("#lasttweet").append('" ' + tweet[0].text + ' "'); // get the first tweet in the response and place it inside the div
+
                         $("#lasttweet").append('"' + tweet[0].text + '"'); // get the first tweet in the response and place it inside the div
                     });
                     });
                 });
                 });
Line 80: Line 63:
             <div id="lasttweet"></div>
             <div id="lasttweet"></div>
             <div id = "tweetDate"></div>
             <div id = "tweetDate"></div>
-
  </div>
+
            </div>
-
    </div>
+
<div id="project">
-
  </body>
+
<h1>TEAM ACTIVITIES</h1>
-
  </html>
+
                    </br>
 +
                    <div id="projectLeft">
 +
                    <h2><u>April 21st 2011</u></h2>
 +
                    </br>
 +
                    </br>
 +
<p>First team meeting at the Land of the Loyal hotel in Perthshire. The team was introduced, and skills and interests were identified. Two brainstorming sessions were completed to come up with idea's for the projects. Some great idea's were identified, and it was decided to think over the idea's and select the idea by the end of the month. It was agreed at the meeting that Rachel and Dave would work on the website as they have a technology background.</p>
 +
</div>
 +
            <div id="projectRight">
 +
<img src="https://static.igem.org/mediawiki/2011/0/0c/Dundee-lol.jpg" />
 +
</div>
 +
            </div>
 +
           
 +
</div>
 +
</body>
 +
</html>

Revision as of 10:39, 22 June 2011

PROJECT NOTEBOOK

2011 iGem Team

TEAM ACTIVITIES


April 21st 2011



First team meeting at the Land of the Loyal hotel in Perthshire. The team was introduced, and skills and interests were identified. Two brainstorming sessions were completed to come up with idea's for the projects. Some great idea's were identified, and it was decided to think over the idea's and select the idea by the end of the month. It was agreed at the meeting that Rachel and Dave would work on the website as they have a technology background.