Difference between revisions of "Team:NEFU China/Software"
m |
m |
||
Line 299: | Line 299: | ||
<div class="col-xs-12 col-md-12 msg"> | <div class="col-xs-12 col-md-12 msg"> | ||
− | <p>According to our investigation among 65 teams, 18 of them thought there were too many deadlines in iGEM and they might be forgotten easily. Moreover,43 teams surveyed indicated that it would be better if there are certain reminders for the deadlines. As we all know, iGEM is a competition composed of | + | <em class="up"></em> |
− | </div> | + | <p>According to our investigation among 65 teams, 18 of them thought there were too many deadlines in iGEM and they might be forgotten easily. Moreover,43 teams surveyed indicated that it would be better if there are certain reminders for the deadlines. As we all know, iGEM is a competition composed of a lot of events. To help users manage their time better, Flight iGEM also covers a deadline reminder. Most noteworthy is that this reminder is able to convert time zones automatically according to the users' geographic positions.</p> |
+ | </div> | ||
+ | </div> | ||
</div> | </div> | ||
</div> | </div> | ||
Line 312: | Line 314: | ||
<div class="raw"> | <div class="raw"> | ||
<div class="sub-container"> | <div class="sub-container"> | ||
− | + | <div class="col-xs-6 col-md-6" style="text-align:center;"><img class="himg" src="https://static.igem.org/mediawiki/2015/d/d8/Queue.png" /></div> | |
− | + | <div class="col-xs-6 col-md-6 msg"> | |
− | + | <p>Considering that 83% teams (54/65) have encountered the situation that the iGEM server got slower or went down when it is close to the freeze of wiki, we decide to linearize all our request. It means if you want to build up a page and post it to iGEM server, you have to queue for a while until people who requested before you finished their query. To speed up all the requests, we create more than ten queues, which we believe is enough to handle them.</p> | |
− | + | </div> </div> | |
</div> | </div> | ||
</div> | </div> |
Revision as of 17:14, 13 September 2015
Attitudes towards creating a wiki
According to a survey conducted by us, we found that most teams agrees the thesis that creating wiki is a difficult or tedious work to finish with high quality, especially when time is very limited. So, we’d like to make some changes.
*You can see all raw data by click this.
A typical iGEM wiki can be divided into no less than 8 sections (like the home page, project, safety, team, and so on). Under each section, there are a lot of issues which you want to present. Just like the ‘Project’ section, you may need to tell others about your background information, design, etc. Tedious as it is, we, the same as other 52 teams (52/56), believe that online collaboration can improve the efficiency of creating a wiki. Flight iGEM provides you an online platform, in which you can collaborate with your teammates, so every teammate can create page and edit them at any time or anywhere. To avoid version conflict(covered by others’ edition), we mimic the concept of SVN. You can click me to watch a short video which explains how it works.
According to our investigation among 65 teams, 18 of them thought there were too many deadlines in iGEM and they might be forgotten easily. Moreover,43 teams surveyed indicated that it would be better if there are certain reminders for the deadlines. As we all know, iGEM is a competition composed of a lot of events. To help users manage their time better, Flight iGEM also covers a deadline reminder. Most noteworthy is that this reminder is able to convert time zones automatically according to the users' geographic positions.
Considering that 83% teams (54/65) have encountered the situation that the iGEM server got slower or went down when it is close to the freeze of wiki, we decide to linearize all our request. It means if you want to build up a page and post it to iGEM server, you have to queue for a while until people who requested before you finished their query. To speed up all the requests, we create more than ten queues, which we believe is enough to handle them.