Team:DTU-Denmark/calendartest2

From 2014.igem.org

(Difference between revisions)
 
(13 intermediate revisions not shown)
Line 113: Line 113:
//Global variables
//Global variables
var dtToday=new Date();
var dtToday=new Date();
-
var dtMonth=dtToday.getMonth() + 1;
+
var dtMonth=dtToday.getMonth();
var Cal;
var Cal;
var MonthName=["January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"];
var MonthName=["January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"];
Line 182: Line 182:
vDayCount=vDayCount+1;
vDayCount=vDayCount+1;
-
if (j==Cal.Date && j==Cal.Date)
+
if (j==Cal.Date)
{
{
-
vCalData += GenCell(j,"selectedDate");
+
if (Cal.Month==dtMonth)
 +
{
 +
vCalData += GenCell(j,"selectedDate");
 +
}
 +
else
 +
{
 +
if (vDayCount%7==6)
 +
vCalData += GenCell(j,"saturday");
 +
else if (vDayCount%7==0)
 +
vCalData += GenCell(j,"sunday");
 +
else
 +
vCalData += GenCell(j,"weekday");
 +
}
}
}
else
else
Line 294: Line 306:
</p>
</p>
</div>
</div>
 +
<html>
 +
            </div>
 +
        </div>
 +
    </div>
 +
    <div id="footer-panel">
 +
        <div class="centering">
 +
            <div class="footerBox">
 +
                <h4>This project is part of iGEM</h4>
 +
                <p>Read more on the <a href="https://2011.igem.org/Main_Page">iGEM Main Page</a></p>
 +
                <br />
 +
                <a href="https://2011.igem.org/Main_Page">
 +
                    <img style="width:240px" src="https://static.igem.org/mediawiki/2011/a/a9/DTU-Denmark2011-IGEM_logo.png"></img>
 +
                </a>
 +
            </div>
 +
            <div class="footerBox">
 +
                <h4>Sponsors</h4>
 +
                <p>Thanks to:</p>
 +
                <br />
 +
                <a href="http://www.clcbio.com/"><img class="sponsorImage hasPicOnRight" src="https://static.igem.org/mediawiki/2011/4/43/CLCBIO-logo.png"></img></a>
 +
                <a href="http://www.idtdna.com/"><img class="sponsorImage hasPicOnLeft hasPicOnRight" src="https://static.igem.org/mediawiki/2011/0/01/IDT-logo.png"></img></a>
 +
                <a href="http://www.hedenielsensfond.dk/"><img class="sponsorImage hasPicOnLeft" src="https://static.igem.org/mediawiki/2011/9/9f/FHN-FOND-logo2.png"></img></a>
 +
                <a href="http://www.dtu.dk/"><img class="sponsorImage hasPicOnRight hasPicOnTop" src="https://static.igem.org/mediawiki/2011/a/a0/DTU-logo.png"></img></a>
 +
                <a href="http://www.sigmaaldrich.com/"><img class="sponsorImage hasPicOnLeft hasPicOnRight hasPicOnTop" src="https://static.igem.org/mediawiki/2011/5/52/SIGMA-logo.png"></img></a>
 +
                <a href="http://www.bio.dtu.dk/"><img class="sponsorImage hasPicOnLeft hasPicOnTop" src="https://static.igem.org/mediawiki/2011/7/76/DTU-System_Biology_sq.png"></img></a>
 +
            </div>
 +
            <div class="footerBox">
 +
                <h4>How to customize an iGEM wiki?</h4>
 +
                <p>Learn all the tricks in our <a href="/Team:DTU-Denmark/How_to_customize_an_iGEM_wiki">wiki guide</a></p>
 +
                <br />
 +
                <a href="http://www.mediawiki.org/" style="margin-right: 20px;"><img height="127px" src="http://upload.wikimedia.org/wikipedia/commons/1/1c/MediaWiki_logo.png"></img></a>
 +
                <a href="http://creativecommons.org/licenses/by/3.0/"><img height="127px" src="https://static.igem.org/mediawiki/2011/1/15/Cc.png"></img></a>
 +
            </div>
 +
        </div>
 +
    </div>
 +
 +
</html>
<br /><hr /></div>
<br /><hr /></div>
 +
</html>
</html>

Latest revision as of 08:30, 23 July 2014

/*

*/

[edit] Chronological notebook

  • 27th of June:

Fluorescence We did blabla, no fluorescence.

  • 1st of July:

Headline EtOH resistance assay was continued in a narrow concentration range (Jan).

E. coli (DH5alpha) cells were transformed using BioBricks required for EtOH production (Aleksandra).

O/N cultures of E. coli and B. subtilis were set up to continue with the experiments tomorrow (Harry).



</div>


</html>