(Added teams to the pictures at the bottom) |
|||
Line 231: | Line 231: | ||
if (this.imgSelected != null) | if (this.imgSelected != null) | ||
{ | { | ||
− | if (this.imgSelected < | + | if (this.imgSelected < this.elementImg.length - 1) |
{ | { | ||
− | + | this.imgSelected++; | |
+ | this.normalizeSlide(); | ||
+ | } | ||
+ | else if (this.imgSelected < this.elementImg.length) | ||
+ | { | ||
+ | this.imgSelected= 0; | ||
this.normalizeSlide(); | this.normalizeSlide(); | ||
} | } | ||
Line 244: | Line 249: | ||
{ | { | ||
this.imgSelected--; | this.imgSelected--; | ||
+ | this.normalizeSlide(); | ||
+ | } | ||
+ | |||
+ | else if (this.imgSelected == 0) | ||
+ | { | ||
+ | this.imgSelected= this.elementImg.length - 1; | ||
this.normalizeSlide(); | this.normalizeSlide(); | ||
} | } | ||
Line 271: | Line 282: | ||
{ | { | ||
this.elementImg[this.imgSelected-1].classList.add("prev"); | this.elementImg[this.imgSelected-1].classList.add("prev"); | ||
+ | this.elementImg[this.elementImg.length-1].classList.add("prevLeftSecond"); | ||
+ | } | ||
+ | else if (this.imgSelected == 0){ | ||
+ | this.elementImg[this.elementImg.length-1].classList.add("prev"); | ||
+ | this.elementImg[this.elementImg.length-2].classList.add("prevLeftSecond"); | ||
} | } | ||
Line 285: | Line 301: | ||
} | } | ||
else if((this.imgSelected + 1) < this.elementImg.length) | else if((this.imgSelected + 1) < this.elementImg.length) | ||
− | + | { | |
+ | this.elementImg[0].classList.add("nextRightSecond"); | ||
this.elementImg[this.imgSelected+1].classList.add("next"); | this.elementImg[this.imgSelected+1].classList.add("next"); | ||
+ | |||
+ | } | ||
+ | else if((this.imgSelected + 1) == this.elementImg.length) | ||
+ | { | ||
+ | this.elementImg[1].classList.add("nextRightSecond"); | ||
+ | this.elementImg[0].classList.add("next"); | ||
+ | |||
} | } | ||
} | } |
Revision as of 18:17, 14 October 2019
The BioBrick tutorial
The 12th-14th of April, we hosted the 7th annual DTU BioBrick Tutorial and people from the Chalmers in Gothenburg, Helsinki, Copenhagen, Lund, SDU, Stockholm, Oslo, and Uppsala teams participated in the weekend-long event. The event aimed to give participants an introduction to iGEM and allowed the nordic teams to meet and exchange ideas and arrange collaborations as well have fun together.
The entire team worked hard up to the event in order to prepare lab protocols and materials, book hotels, order food, plan the schedule, arrange talks, and plan social activities.
During the event, members from the iGEM team from 2018 had kindly agreed to help with the experiment and social activities.
Additionally, there were several talks and in the evening, there were different social activities. On the last day, there were a few more talks and then the results from the day before were seen.
The full schedule can be seen here
Team photos!
Here are all the lovely people who joined us for the weekend