Team:Uppsala/Project Notebook

From 2014.igem.org

(Difference between revisions)
Line 16: Line 16:
var total_weeks = 15;
var total_weeks = 15;
/*var calendar_dates_array = ["June 9th - June 15th", "June 16th - June 22nd", "June 23rd - June 29th", "June 30th - July 6th", "July 7th - July 13th", "July 14th - July 20th", "July 21th - July 27th", "July 28th - August 3rd", "August 4th - August 10th", "August 11th - August 17th", "August 18th - August 24th", "August 25th - August 31st"];*/
/*var calendar_dates_array = ["June 9th - June 15th", "June 16th - June 22nd", "June 23rd - June 29th", "June 30th - July 6th", "July 7th - July 13th", "July 14th - July 20th", "July 21th - July 27th", "July 28th - August 3rd", "August 4th - August 10th", "August 11th - August 17th", "August 18th - August 24th", "August 25th - August 31st"];*/
-
var calendar_dates_array = ["June 9th", "June 10th", "June 11th", "June 12th", "June 13th", "June 14th", "June 15th", "June 16th", "June 17th", "June 18th", "June 19th", "June 20th", "June 21st", "June 22nd", "June 23rd", "June 24th", "June 25th", "June 26th", "June 27th", "June 28th", "June 29th"];
+
var calendar_dates_array = ["Jun. 9th", "Jun. 10th", "Jun. 11th", "Jun. 12th", "Jun. 13th", "Jun. 14th", "Jun. 15th", "Jun. 16th", "Jun. 17th", "Jun. 18th", "Jun. 19th", "Jun. 20th", "Jun. 21st", "Jun. 22nd", "Jun. 23rd", "Jun. 24th", "Jun. 25th", "Jun. 26th", "Jun. 27th", "Jun. 28th", "Jun. 29th", "Jun. 30th", "Jul. 1st", "Jul. 2nd", "Jul. 3rd", "Jul. 4th", "Jul. 5th", "Jul. 6th", "Jul. 7th", "Jul. 8th", "Jul. 9th", "Jul. 10th", "Jul. 11th", "Jul. 12th", "Jul. 13th", "Jul. 14th", "Jul. 15th", "Jul. 16th", "Jul. 17th", "Jul. 18th", "Jul. 19th", "Jul. 20th", "Jul. 21st", "Jul. 22nd", "Jul. 23rd", "Jul. 24th", "Jul. 25th", "Jul. 26th", "Jul. 27th", "Jul. 28th", "Jul. 29th", "Jul. 30th", "Jul. 31st", "Aug. 1st", "Aug. 2nd", "Aug. 3rd", "Aug. 4th", "Aug. 5th", "Aug. 6th", "Aug. 7th", "Aug. 8th", "Aug. 9th", "Aug. 10th", "Aug. 11th", "Aug. 12th", "Aug. 13th", "Aug. 14th", "Aug. 15th", "Aug. 16th", "Aug. 17th", "Aug. 18th", "Aug. 19th", "Aug. 20th", "Aug. 21st", "Aug. 22nd", "Aug. 23rd", "Aug. 24th", "Aug. 25th", "Aug. 26th", "Aug. 27th", "Aug. 28th", "Aug. 29th", "Aug. 30th", "Aug. 31st"];
document.getElementById("calendar_week").innerHTML = "week " + calendar_week_var;
document.getElementById("calendar_week").innerHTML = "week " + calendar_week_var;
for(i = 0; i < 7; i++) {
for(i = 0; i < 7; i++) {

Revision as of 18:19, 29 August 2014

Home

Failed to load tracking. JS is probably not enabled