(19 intermediate revisions by 3 users not shown) | |||
Line 4: | Line 4: | ||
<html> | <html> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
Line 84: | Line 12: | ||
<div class="section_container"> | <div class="section_container"> | ||
− | <section style=" | + | <section style="display:table;background:none;padding:0px !important;z-index:100; "> |
− | + | <h1 style="vertical-align:bottom;display:table-cell; width:50%;font-size:60pt;letter-spacing: 0.2em;z-index:120;text-align: center;">Notebook</h1> | |
− | + | <img style="vertical-align:bottom;display:table-cell; width:100%;" src="https://static.igem.org/mediawiki/2017/5/53/T--INSA-UPS_France--Labbook.png" alt=""> | |
+ | </section> | ||
+ | |||
+ | <section style="margin-top:50px;"> | ||
+ | |||
+ | <p> | ||
Here is a summary of what we did for our project, week by week. | Here is a summary of what we did for our project, week by week. | ||
You can go on our <a href="https://2017.igem.org/Team:INSA-UPS_France/HP/Silver">Human Practices labbook</a> page to know more about how each event affected us to take a decision about the future of our project. | You can go on our <a href="https://2017.igem.org/Team:INSA-UPS_France/HP/Silver">Human Practices labbook</a> page to know more about how each event affected us to take a decision about the future of our project. | ||
</p> | </p> | ||
+ | </section> | ||
+ | |||
+ | <section style="background:none;margin:0;"> | ||
+ | <div> | ||
+ | <div style="display:inline-block;background:#ffd966; width:20px; height:20px"></div> | ||
+ | <div style="display:inline-block;">Brainstorming meeting</div> | ||
+ | </div> | ||
+ | |||
+ | <div> | ||
+ | <div style="display:inline-block;background:#8e7cc3; width:20px; height:20px"></div> | ||
+ | <div style="display:inline-block;">Team day</div> | ||
+ | </div> | ||
+ | <div> | ||
+ | <div style="display:inline-block;background: #d5a6bd; width:20px; height:20px"></div> | ||
+ | <div style="display:inline-block;">Meetup with other iGEM teams</div> | ||
+ | </div> | ||
+ | <div> | ||
+ | <div style="display:inline-block;background:#f6b26b; width:20px; height:20px"></div> | ||
+ | <div style="display:inline-block;">Public Engagement event</div> | ||
+ | </div> | ||
+ | <div> | ||
+ | <div style="display:inline-block;background:#e06666; width:20px; height:20px"></div> | ||
+ | <div style="display:inline-block;">Integrated Human Practices / Entrepreneurship major step</div> | ||
+ | </div> | ||
+ | |||
+ | <div> | ||
+ | <div style="display:inline-block;border-left:solid 5px #0097a7; background:#eee; width:15px; height:20px"></div> | ||
+ | <div style="display:inline-block;">Experiments</div> | ||
+ | </div> | ||
</section> | </section> | ||
Line 97: | Line 59: | ||
width:100%; | width:100%; | ||
display:table; | display:table; | ||
+ | table-layout: fixed; | ||
border-collapse: separate; | border-collapse: separate; | ||
margin-top:30px; | margin-top:30px; | ||
Line 102: | Line 65: | ||
} | } | ||
.first-row, .second-row{ | .first-row, .second-row{ | ||
+ | display:table-row; | ||
width:100%; | width:100%; | ||
position:relative; | position:relative; | ||
} | } | ||
.month_container{ | .month_container{ | ||
− | |||
− | |||
display:table-cell; | display:table-cell; | ||
− | |||
text-align: center; | text-align: center; | ||
} | } | ||
Line 125: | Line 86: | ||
.month_container table tr td{ | .month_container table tr td{ | ||
text-align: center; | text-align: center; | ||
− | font-size: | + | font-size:1vw; |
padding:3px; | padding:3px; | ||
background:#eee; | background:#eee; | ||
Line 139: | Line 100: | ||
} | } | ||
.month_container table tr.current-week > td{ | .month_container table tr.current-week > td{ | ||
− | + | border-top:solid 3px #3377A8; | |
− | border:none; | + | border-bottom:solid 3px #3377A8; |
+ | border-right:none; | ||
+ | border-left:none; | ||
} | } | ||
+ | .month_container table tr.current-week > td:first-child{ | ||
+ | border-left:solid 3px #3377A8; | ||
+ | border-right:none; | ||
+ | } | ||
+ | .month_container table tr.current-week > td:last-child{ | ||
+ | border-right:solid 3px #3377A8; | ||
+ | border-left:none; | ||
+ | } | ||
+ | td.meeting_day{ | ||
+ | background: #ffd966 !important; /* Jaune */ | ||
+ | } | ||
+ | .week-meeting{ | ||
+ | border:solid 5px #ffd966; | ||
+ | } | ||
+ | td.team_day{ | ||
+ | background:#8e7cc3 !important; /* Violet */ | ||
+ | } | ||
+ | .week-team{ | ||
+ | border:solid 5px #8e7cc3; | ||
+ | } | ||
+ | td.pe-event_day{ | ||
+ | background:#f6b26b !important; /* Orange */ | ||
+ | } | ||
+ | .week-pe{ | ||
+ | border:solid 5px #f6b26b; | ||
+ | } | ||
+ | td.ihp_day{ | ||
+ | background: #e06666 !important; /* Rouge */ | ||
+ | } | ||
+ | .week-ihp{ | ||
+ | border:solid 5px #e06666; | ||
+ | } | ||
+ | td.igemers_day{ | ||
+ | background: #d5a6bd !important; /* Rose */ | ||
+ | } | ||
+ | .week-igemers{ | ||
+ | border:solid 5px #d5a6bd; | ||
+ | } | ||
+ | td.experiment_day{ | ||
+ | border-left:solid 2px #0097a7; /* bleuvert */ | ||
+ | border-right:none; | ||
+ | } | ||
+ | .week-experiment{ | ||
+ | border:solid 5px #0097a7; | ||
+ | } | ||
+ | |||
</style> | </style> | ||
<div class="calendar"> | <div class="calendar"> | ||
Line 148: | Line 157: | ||
<h3>January</h3> | <h3>January</h3> | ||
<table> | <table> | ||
− | <tr data-target="1 | + | <tr data-target="1" > |
<td>1</td> | <td>1</td> | ||
<td>2</td> | <td>2</td> | ||
Line 175: | Line 184: | ||
<td>21</td> | <td>21</td> | ||
</tr> | </tr> | ||
− | <tr data-target="4"> | + | <tr data-target="4" class="current-week"> |
<td>22</td> | <td>22</td> | ||
<td>23</td> | <td>23</td> | ||
<td>24</td> | <td>24</td> | ||
− | <td>25</td> | + | <td class="team_day">25</td> |
<td>26</td> | <td>26</td> | ||
<td>27</td> | <td>27</td> | ||
Line 186: | Line 195: | ||
<tr data-target="5"> | <tr data-target="5"> | ||
<td>29</td> | <td>29</td> | ||
− | <td>30</td> | + | <td class="meeting_day">30</td> |
<td>31</td> | <td>31</td> | ||
<td class="lastmonth">1</td> | <td class="lastmonth">1</td> | ||
Line 209: | Line 218: | ||
<tr data-target="6"> | <tr data-target="6"> | ||
<td>5</td> | <td>5</td> | ||
− | <td>6</td> | + | <td class="meeting_day">6</td> |
<td>7</td> | <td>7</td> | ||
<td>8</td> | <td>8</td> | ||
Line 217: | Line 226: | ||
</tr> | </tr> | ||
<tr data-target="7"> | <tr data-target="7"> | ||
− | <td>12</td> | + | <td class="experiment_day">12</td> |
− | <td>13</td> | + | <td class="experiment_day">13</td> |
− | <td>14</td> | + | <td class="experiment_day">14</td> |
− | <td>15</td> | + | <td class="experiment_day">15</td> |
− | <td>16</td> | + | <td class="meeting_day experiment_day">16</td> |
− | <td>17</td> | + | <td class="experiment_day">17</td> |
− | <td>18</td> | + | <td class="experiment_day">18</td> |
</tr> | </tr> | ||
<tr data-target="8"> | <tr data-target="8"> | ||
Line 230: | Line 239: | ||
<td>21</td> | <td>21</td> | ||
<td>22</td> | <td>22</td> | ||
− | <td>23</td> | + | <td class="meeting_day">23</td> |
<td>24</td> | <td>24</td> | ||
<td>25</td> | <td>25</td> | ||
Line 253: | Line 262: | ||
<td class="lastmonth">28</td> | <td class="lastmonth">28</td> | ||
<td>1</td> | <td>1</td> | ||
− | <td>2</td> | + | <td class="meeting_day">2</td> |
<td>3</td> | <td>3</td> | ||
<td>4</td> | <td>4</td> | ||
</tr> | </tr> | ||
<tr data-target="10"> | <tr data-target="10"> | ||
− | <td>5</td> | + | <td class="team_day">5</td> |
<td>6</td> | <td>6</td> | ||
<td>7</td> | <td>7</td> | ||
<td>8</td> | <td>8</td> | ||
− | <td>9</td> | + | <td class="meeting_day">9</td> |
<td>10</td> | <td>10</td> | ||
<td>11</td> | <td>11</td> | ||
</tr> | </tr> | ||
<tr data-target="11"> | <tr data-target="11"> | ||
− | <td>12</td> | + | <td class="team_day">12</td> |
<td>13</td> | <td>13</td> | ||
− | <td>14</td> | + | <td class="meeting_day">14</td> |
<td>15</td> | <td>15</td> | ||
<td>16</td> | <td>16</td> | ||
Line 278: | Line 287: | ||
<td>19</td> | <td>19</td> | ||
<td>20</td> | <td>20</td> | ||
− | <td>21</td> | + | <td class="meeting_day">21</td> |
<td>22</td> | <td>22</td> | ||
<td>23</td> | <td>23</td> | ||
Line 285: | Line 294: | ||
</tr> | </tr> | ||
<tr data-target="13"> | <tr data-target="13"> | ||
− | <td>26</td> | + | <td class="team_day">26</td> |
<td>27</td> | <td>27</td> | ||
<td>28</td> | <td>28</td> | ||
<td>29</td> | <td>29</td> | ||
− | <td>30</td> | + | <td class="meeting_day">30</td> |
<td>31</td> | <td>31</td> | ||
<td class="lastmonth">1</td> | <td class="lastmonth">1</td> | ||
Line 313: | Line 322: | ||
<td>4</td> | <td>4</td> | ||
<td>5</td> | <td>5</td> | ||
− | <td>6</td> | + | <td class="meeting_day">6</td> |
− | <td>7</td> | + | <td class="team_day">7</td> |
<td>8</td> | <td>8</td> | ||
</tr> | </tr> | ||
<tr data-target="15"> | <tr data-target="15"> | ||
− | <td>9</td> | + | <td class="experiment_day">9</td> |
− | <td>10</td> | + | <td class="experiment_day">10</td> |
− | <td>11</td> | + | <td class="experiment_day">11</td> |
− | <td>12</td> | + | <td class="experiment_day">12</td> |
− | <td>13</td> | + | <td class="meeting_day experiment_day">13</td> |
− | <td>14</td> | + | <td class="experiment_day">14</td> |
− | <td>15</td> | + | <td class="experiment_day">15</td> |
</tr> | </tr> | ||
<tr data-target="16"> | <tr data-target="16"> | ||
Line 330: | Line 339: | ||
<td>17</td> | <td>17</td> | ||
<td>18</td> | <td>18</td> | ||
− | <td>19</td> | + | <td class="ihp_day">19</td> |
− | <td>20</td> | + | <td class="meeting_day">20</td> |
<td>21</td> | <td>21</td> | ||
<td>22</td> | <td>22</td> | ||
</tr> | </tr> | ||
<tr data-target="17"> | <tr data-target="17"> | ||
− | <td>23</td> | + | <td class="team_day"s>23</td> |
<td>24</td> | <td>24</td> | ||
− | <td>25</td> | + | <td class="ihp_day">25</td> |
− | <td>26</td> | + | <td class="meeting_day">26</td> |
− | <td>27</td> | + | <td class="team_day">27</td> |
<td>28</td> | <td>28</td> | ||
<td>29</td> | <td>29</td> | ||
Line 362: | Line 371: | ||
<td class="lastmonth">30</td> | <td class="lastmonth">30</td> | ||
<td>1</td> | <td>1</td> | ||
− | <td>2</td> | + | <td class="meeting_day">2</td> |
<td>3</td> | <td>3</td> | ||
<td>4</td> | <td>4</td> | ||
− | <td>5</td> | + | <td class="pe_day">5</td> |
<td>6</td> | <td>6</td> | ||
</tr> | </tr> | ||
Line 373: | Line 382: | ||
<td>9</td> | <td>9</td> | ||
<td>10</td> | <td>10</td> | ||
− | <td>11</td> | + | <td class="meeting_day">11</td> |
<td>12</td> | <td>12</td> | ||
− | <td>13</td> | + | <td class="team_day">13</td> |
</tr> | </tr> | ||
<tr data-target="20"> | <tr data-target="20"> | ||
Line 382: | Line 391: | ||
<td>15</td> | <td>15</td> | ||
<td>16</td> | <td>16</td> | ||
− | <td>17</td> | + | <td class="meeting_day">17</td> |
− | <td>18</td> | + | <td class="experiment_day">18</td> |
<td>19</td> | <td>19</td> | ||
<td>20</td> | <td>20</td> | ||
Line 389: | Line 398: | ||
<tr data-target="21"> | <tr data-target="21"> | ||
− | <td>21</td> | + | <td class="team_day">21</td> |
<td>22</td> | <td>22</td> | ||
<td>23</td> | <td>23</td> | ||
<td>24</td> | <td>24</td> | ||
− | <td>25</td> | + | <td class="team_day">25</td> |
<td>26</td> | <td>26</td> | ||
<td>27</td> | <td>27</td> | ||
</tr> | </tr> | ||
<tr data-target="22"> | <tr data-target="22"> | ||
− | <td>28</td> | + | <td class="team_day experiment_day">28</td> |
− | <td>29</td> | + | <td class="experiment_day">29</td> |
− | <td>30</td> | + | <td class="pe-event_day experiment_day">30</td> |
− | <td>31</td> | + | <td class="pe-event_day experiment_day">31</td> |
<td class="lastmonth">1</td> | <td class="lastmonth">1</td> | ||
<td class="lastmonth">2</td> | <td class="lastmonth">2</td> | ||
Line 418: | Line 427: | ||
<td class="lastmonth">30</td> | <td class="lastmonth">30</td> | ||
<td class="lastmonth">31</td> | <td class="lastmonth">31</td> | ||
− | <td>1</td> | + | <td class="pe-event_day experiment_day">1</td> |
− | <td>2</td> | + | <td class="experiment_day">2</td> |
− | <td>3</td> | + | <td class="experiment_day">3</td> |
</tr> | </tr> | ||
<tr data-target="23"> | <tr data-target="23"> | ||
− | <td>4</td> | + | <td class="experiment_day">4</td> |
− | <td>5</td> | + | <td class="experiment_day">5</td> |
− | <td>6</td> | + | <td class="ihp_day experiment_day">6</td> |
− | <td>7</td> | + | <td class="experiment_day">7</td> |
− | <td>8</td> | + | <td class="meeting_day experiment_day">8</td> |
− | <td>9</td> | + | <td class="pe-event_day experiment_day">9</td> |
− | <td>10</td> | + | <td class="experiment_day">10</td> |
</tr> | </tr> | ||
<tr data-target="24"> | <tr data-target="24"> | ||
− | <td>11</td> | + | <td class="experiment_day">11</td> |
− | <td>12</td> | + | <td class="experiment_day">12</td> |
− | <td>13</td> | + | <td class="experiment_day">13</td> |
− | <td>14</td> | + | <td class="ihp_day experiment_day">14</td> |
− | <td>15</td> | + | <td class="meeting_day experiment_day">15</td> |
− | <td>16</td> | + | <td class="igemers_day experiment_day">16</td> |
− | <td>17</td> | + | <td class="experiment_day">17</td> |
</tr> | </tr> | ||
<tr data-target="25"> | <tr data-target="25"> | ||
− | <td>18</td> | + | <td class="experiment_day">18</td> |
− | <td>19</td> | + | <td class="ihp_day experiment_day">19</td> |
− | <td>20</td> | + | <td class="ihp_day experiment_day">20</td> |
− | <td>21</td> | + | <td class="experiment_day">21</td> |
− | <td>22</td> | + | <td class="igemers_day experiment_day">22</td> |
− | <td>23</td> | + | <td class="meeting_day experiment_day">23</td> |
− | <td>24</td> | + | <td class="experiment_day">24</td> |
</tr> | </tr> | ||
<tr data-target="26"> | <tr data-target="26"> | ||
− | <td>25</td> | + | <td class="experiment_day">25</td> |
− | <td>26</td> | + | <td class="igemers_day experiment_day">26</td> |
− | <td>27</td> | + | <td class="experiment_day">27</td> |
− | <td>28</td> | + | <td class="ihp_day experiment_day">28</td> |
− | <td>29</td> | + | <td class="meeting_day experiment_day">29</td> |
− | <td>30</td> | + | <td class="ihp_day experiment_day">30</td> |
<td class="lastmonth">1</td> | <td class="lastmonth">1</td> | ||
</tr> | </tr> | ||
Line 471: | Line 480: | ||
<td class="lastmonth">29</td> | <td class="lastmonth">29</td> | ||
<td class="lastmonth">30</td> | <td class="lastmonth">30</td> | ||
− | <td>1</td> | + | <td class="experiment_day">1</td> |
</tr> | </tr> | ||
<tr data-target="27"> | <tr data-target="27"> | ||
− | <td>2</td> | + | <td class="experiment_day">2</td> |
− | <td>3</td> | + | <td class="experiment_day">3</td> |
− | <td>4</td> | + | <td class="experiment_day">4</td> |
− | <td>5</td> | + | <td class="experiment_day">5</td> |
− | <td>6</td> | + | <td class="meeting_day experiment_day">6</td> |
− | <td>7</td> | + | <td class="igemers_day experiment_day">7</td> |
− | <td>8</td> | + | <td class="experiment_day">8</td> |
</tr> | </tr> | ||
<tr data-target="28"> | <tr data-target="28"> | ||
− | <td>9</td> | + | <td class="experiment_day">9</td> |
− | <td>10</td> | + | <td class="experiment_day">10</td> |
− | <td>11</td> | + | <td class="experiment_day">11</td> |
− | <td>12</td> | + | <td class="experiment_day">12</td> |
− | <td>13</td> | + | <td class="meeting_day">13</td> |
− | <td>14</td> | + | <td class="ihp_day experiment_day">14</td> |
− | <td>15</td> | + | <td class="experiment_day">15</td> |
</tr> | </tr> | ||
<tr data-target="29"> | <tr data-target="29"> | ||
− | <td>16</td> | + | <td class="experiment_day">16</td> |
− | <td>17</td> | + | <td class="experiment_day">17</td> |
− | <td>18</td> | + | <td class="experiment_day">18</td> |
− | <td>19</td> | + | <td class="experiment_day">19</td> |
− | <td>20</td> | + | <td class="meeting_day experiment_day">20</td> |
− | <td>21</td> | + | <td class="igemers_day experiment_day">21</td> |
− | <td>22</td> | + | <td class="experiment_day">22</td> |
</tr> | </tr> | ||
<tr data-target="30"> | <tr data-target="30"> | ||
− | <td>23</td> | + | <td class="igemers_day experiment_day">23</td> |
− | <td>24</td> | + | <td class="experiment_day">24</td> |
− | <td>25</td> | + | <td class="experiment_day">25</td> |
− | <td>26</td> | + | <td class="experiment_day">26</td> |
− | <td>27</td> | + | <td class="ihp_day experiment_day">27</td> |
− | <td>28</td> | + | <td class="experiment_day">28</td> |
− | <td>29</td> | + | <td class="team_day experiment_day">29</td> |
</tr> | </tr> | ||
<tr data-target="31"> | <tr data-target="31"> | ||
− | <td>30</td> | + | <td class="team_day experiment_day">30</td> |
− | <td>31</td> | + | <td class="experiment_day">31</td> |
<td class="lastmonth">1</td> | <td class="lastmonth">1</td> | ||
<td class="lastmonth">2</td> | <td class="lastmonth">2</td> | ||
Line 527: | Line 536: | ||
<td class="lastmonth">30</td> | <td class="lastmonth">30</td> | ||
<td class="lastmonth">31</td> | <td class="lastmonth">31</td> | ||
− | <td>1</td> | + | <td class="meeting_day experiment_day">1</td> |
− | <td>2</td> | + | <td class="experiment_day">2</td> |
− | <td>3</td> | + | <td class="experiment_day">3</td> |
− | <td>4</td> | + | <td class="experiment_day">4</td> |
− | <td>5</td> | + | <td class="experiment_day">5</td> |
</tr> | </tr> | ||
<tr data-target="32"> | <tr data-target="32"> | ||
− | <td>6</td> | + | <td class="experiment_day">6</td> |
− | <td>7</td> | + | <td class="igemers_day experiment_day">7</td> |
− | <td>8</td> | + | <td class="experiment_day">8</td> |
− | <td>9</td> | + | <td class="experiment_day">9</td> |
− | <td>10</td> | + | <td class="experiment_day">10</td> |
− | <td>11</td> | + | <td class="experiment_day">11</td> |
− | <td>12</td> | + | <td class="experiment_day">12</td> |
</tr> | </tr> | ||
<tr data-target="33"> | <tr data-target="33"> | ||
− | <td>13</td> | + | <td class="experiment_day">13</td> |
− | <td>14</td> | + | <td class="experiment_day">14</td> |
− | <td>15</td> | + | <td class="experiment_day">15</td> |
− | <td>16</td> | + | <td class="igemers_day experiment_day">16</td> |
− | <td>17</td> | + | <td class="team_day experiment_day">17</td> |
− | <td>18</td> | + | <td class="experiment_day">18</td> |
− | <td>19</td> | + | <td class="experiment_day">19</td> |
</tr> | </tr> | ||
<tr data-target="34"> | <tr data-target="34"> | ||
− | <td>20</td> | + | <td class="experiment_day">20</td> |
− | <td>21</td> | + | <td class="experiment_day">21</td> |
− | <td>22</td> | + | <td class="experiment_day">22</td> |
− | <td>23</td> | + | <td class="experiment_day">23</td> |
− | <td>24</td> | + | <td class="meeting_day experiment_day">24</td> |
− | <td>25</td> | + | <td class="experiment_day">25</td> |
− | <td>26</td> | + | <td class="experiment_day">26</td> |
</tr> | </tr> | ||
<tr data-target="35"> | <tr data-target="35"> | ||
− | <td>27</td> | + | <td class="experiment_day">27</td> |
− | <td>28</td> | + | <td class="experiment_day">28</td> |
− | <td>29</td> | + | <td class="experiment_day">29</td> |
− | <td>30</td> | + | <td class="experiment_day">30</td> |
− | <td>31</td> | + | <td class="meeting_day">31</td> |
<td class="lastmonth">1</td> | <td class="lastmonth">1</td> | ||
<td class="lastmonth">2</td> | <td class="lastmonth">2</td> | ||
Line 581: | Line 590: | ||
<td class="lastmonth">30</td> | <td class="lastmonth">30</td> | ||
<td class="lastmonth">31</td> | <td class="lastmonth">31</td> | ||
− | <td>1</td> | + | <td class="experiment_day">1</td> |
− | <td>2</td> | + | <td class="experiment_day">2</td> |
</tr> | </tr> | ||
<tr data-target="36"> | <tr data-target="36"> | ||
− | <td>3</td> | + | <td class="experiment_day">3</td> |
− | <td>4</td> | + | <td class="pe-event_day">4</td> |
− | <td>5</td> | + | <td class="experiment_day">5</td> |
− | <td>6</td> | + | <td class="experiment_day">6</td> |
− | <td>7</td> | + | <td class="meeting_day experiment_day">7</td> |
− | <td>8</td> | + | <td class="team_day experiment_day">8</td> |
− | <td>9</td> | + | <td class="ihp_day experiment_day">9</td> |
</tr> | </tr> | ||
<tr data-target="37"> | <tr data-target="37"> | ||
− | <td>10</td> | + | <td class="experiment_day">10</td> |
− | <td>11</td> | + | <td class="experiment_day">11</td> |
− | <td>12</td> | + | <td class="experiment_day">12</td> |
− | <td>13</td> | + | <td class="experiment_day">13</td> |
− | <td>14</td> | + | <td class="meeting_day experiment_day">14</td> |
− | <td>15</td> | + | <td class="experiment_day">15</td> |
− | <td>16</td> | + | <td class="experiment_day">16</td> |
</tr> | </tr> | ||
<tr data-target="38"> | <tr data-target="38"> | ||
− | <td>17</td> | + | <td class="experiment_day">17</td> |
− | <td>18</td> | + | <td class="experiment_day">18</td> |
− | <td>19</td> | + | <td class="experiment_day">19</td> |
− | <td>20</td> | + | <td class="experiment_day">20</td> |
− | <td>21</td> | + | <td class="meeting_day experiment_day">21</td> |
− | <td>22</td> | + | <td class="ihp_day experiment_day">22</td> |
− | <td>23</td> | + | <td class="experiment_day">23</td> |
</tr> | </tr> | ||
<tr data-target="39"> | <tr data-target="39"> | ||
− | <td>24</td> | + | <td class="experiment_day">24</td> |
− | <td>25</td> | + | <td class="experiment_day">25</td> |
− | <td>26</td> | + | <td class="experiment_day">26</td> |
− | <td>27</td> | + | <td class="meeting_day experiment_day">27</td> |
− | <td>28</td> | + | <td class="experiment_day">28</td> |
− | <td>29</td> | + | <td class="pe-event_day experiment_day">29</td> |
− | <td>30</td> | + | <td class="experiment_day">30</td> |
</tr> | </tr> | ||
</table> | </table> | ||
Line 630: | Line 639: | ||
<td>2</td> | <td>2</td> | ||
<td>3</td> | <td>3</td> | ||
− | <td>4</td> | + | <td class="pe-event_day">4</td> |
− | <td>5</td> | + | <td class="meeting_day">5</td> |
<td>6</td> | <td>6</td> | ||
<td>7</td> | <td>7</td> | ||
Line 680: | Line 689: | ||
<style> | <style> | ||
section img{ | section img{ | ||
− | width: | + | width:80%; |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
} | } | ||
section p{ | section p{ | ||
Line 693: | Line 696: | ||
font-weight: 300; | font-weight: 300; | ||
margin-top:20px; | margin-top:20px; | ||
+ | text-align: justify; | ||
} | } | ||
section ul{ | section ul{ | ||
Line 722: | Line 726: | ||
} | } | ||
− | |||
− | |||
− | |||
− | |||
.wet-lab-notebook{ | .wet-lab-notebook{ | ||
display:table; | display:table; | ||
} | } | ||
+ | .wet-lab-notebook > div{ | ||
+ | display: table-row; | ||
+ | text-align: center; | ||
+ | } | ||
+ | |||
.wet-lab-notebook > div > div{ | .wet-lab-notebook > div > div{ | ||
display:table-cell; | display:table-cell; | ||
Line 734: | Line 739: | ||
padding:10px; | padding:10px; | ||
} | } | ||
− | + | .wet-lab-notebook > div > div > img{ | |
+ | max-width:380px; | ||
+ | } | ||
+ | .wet-lab-notebook > div > div > p, .wet-lab-notebook > div > div > ul{ | ||
+ | text-align: justify; | ||
+ | } | ||
+ | .wet-lab-notebook h2{ | ||
+ | margin-top: 0px; | ||
+ | font-size: 20pt; | ||
+ | } | ||
.week.visible-week{ | .week.visible-week{ | ||
display:block; | display:block; | ||
Line 740: | Line 754: | ||
.week{ | .week{ | ||
display: none; | display: none; | ||
+ | margin-top: 50px; | ||
+ | } | ||
+ | .next-week, .last-week{ | ||
+ | color:#3377A8; | ||
+ | cursor: pointer; | ||
+ | } | ||
+ | .week section:first-child{ | ||
+ | background:none; | ||
+ | margin:0px; | ||
+ | padding:0px; | ||
+ | } | ||
+ | .week section:nth-child(2){ | ||
+ | margin-top:0px; | ||
+ | } | ||
+ | .week section{ | ||
+ | text-align: center; | ||
+ | } | ||
+ | .week section h2{ | ||
+ | margin:0px; | ||
+ | } | ||
+ | .week section img{ | ||
+ | width:90%; | ||
+ | max-width:600px; | ||
} | } | ||
</style> | </style> | ||
+ | <!-- Week 1 --> | ||
+ | <div class="week" id="week-1"> | ||
+ | <section> | ||
+ | <h1>Week 1 <i class="fa fa-chevron-right next-week" aria-hidden="true"></i></h1> | ||
+ | </section> | ||
+ | <section> | ||
+ | <p> | ||
+ | Our team was being recruited. Nothing happened this week! | ||
+ | </p> | ||
+ | </section> | ||
+ | </div> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | <!-- Week 2 --> | |
− | </div> | + | <div class="week" id="week-2"> |
+ | <section> | ||
+ | <h1><i class="fa fa-chevron-left last-week" aria-hidden="true"></i> Week 2 <i class="fa fa-chevron-right next-week" aria-hidden="true"></i></h1> | ||
+ | </section> | ||
+ | <section> | ||
+ | <p> | ||
+ | Our team was being recruited. Nothing happened this week! | ||
+ | </p> | ||
+ | </section> | ||
+ | </div> | ||
− | + | <!-- Week 3 --> | |
+ | <div class="week" id="week-3"> | ||
+ | <section > | ||
+ | <h1><i class="fa fa-chevron-left last-week" aria-hidden="true"></i> Week 3 <i class="fa fa-chevron-right next-week" aria-hidden="true"></i></h1> | ||
+ | </section> | ||
+ | <section > | ||
+ | <p> | ||
+ | Our team was being recruited. Nothing happened this week! | ||
+ | </p> | ||
+ | </section> | ||
+ | </div> | ||
− | + | <!-- Week 4 --> | |
− | + | <div class="week visible-week" id="week-4"> | |
− | + | <section> | |
− | + | <h1><i class="fa fa-chevron-left last-week" aria-hidden="true"></i> Week 4 <i class="fa fa-chevron-right next-week" aria-hidden="true"></i></h1> | |
− | + | </section> | |
− | + | <section class="week-team"> | |
− | + | <h2>01-25: Kick Off Meeting</h2> | |
+ | <p> | ||
+ | Gathering the team members and distribute the tasks... The adventure begins! | ||
+ | </p> | ||
+ | <img src="https://static.igem.org/mediawiki/2017/5/57/T--INSA-UPS_France--Notebook_Week-4.jpg" alt=""> | ||
+ | </section> | ||
+ | </div> | ||
− | / | + | <!-- Week 5 --> |
+ | <div class="week" id="week-5"> | ||
+ | <section> | ||
+ | <h1><i class="fa fa-chevron-left last-week" aria-hidden="true"></i> Week 5 <i class="fa fa-chevron-right next-week" aria-hidden="true"></i></h1> | ||
+ | </section> | ||
+ | <section class="week-meeting"> | ||
+ | <h2> | ||
+ | 01-30: 2th brainstorming: on the track of crocodile antimicrobial peptides... | ||
+ | </h2> | ||
+ | <p> | ||
+ | We’ve took charge of differents accounts of the association (facebook, twitter, email, bank account, google drive…), and made a listing of 45 potential subjects for the competition. | ||
+ | </p> | ||
+ | </section> | ||
+ | </div> | ||
+ | |||
− | + | <!-- Week 6 --> | |
− | + | <div class="week" id="week-6"> | |
− | + | <section> | |
+ | <h1><i class="fa fa-chevron-left last-week" aria-hidden="true"></i> Week 6 <i class="fa fa-chevron-right next-week" aria-hidden="true"></i></h1> | ||
+ | </section> | ||
+ | <section class="week-meeting"> | ||
+ | <h2>02-06: 3th brainstorming meeting</h2> | ||
+ | <p> | ||
+ | We’ve selected 17 subjects that we considered the most originals, the most feasible, and the most interesting. We’ve imagined to make a dressing against nosocomial infections containing bacteria that produces antimicrobial peptides from crocodile. We’ve read that crocodile peptides are not toxic for humans at microbicide quantity. | ||
+ | </p> | ||
+ | </section> | ||
+ | </div> | ||
+ | <!-- Week 7 --> | ||
+ | <div class="week" id="week-7"> | ||
+ | <section> | ||
+ | <h1><i class="fa fa-chevron-left last-week" aria-hidden="true"></i> Week 7 <i class="fa fa-chevron-right next-week" aria-hidden="true"></i></h1> | ||
+ | </section> | ||
+ | <section class="week-meeting"> | ||
+ | <h2>02-16: 4th brainstorming</h2> | ||
+ | <p> | ||
+ | Only 7 subjects left! To make a safe device, we’ve thought of switch on the dressing by using spores that can be activated with the temperature. | ||
+ | </p> | ||
+ | </section> | ||
+ | <section class="week-experiment"> | ||
+ | <h2>02-13 to 02-17: Training course for INSA students at LISBP with our instructor Brice Enjalbert</h2> | ||
+ | </section> | ||
+ | </div> | ||
− | + | <!-- Week 8 --> | |
+ | <div class="week" id="week-8"> | ||
+ | <section> | ||
+ | <h1><i class="fa fa-chevron-left last-week" aria-hidden="true"></i> Week 8 <i class="fa fa-chevron-right next-week" aria-hidden="true"></i></h1> | ||
+ | </section> | ||
+ | <section class="week-meeting"> | ||
+ | <h2>02-23: 5th brainstorming</h2> | ||
+ | <p> | ||
+ | We made a list of our public engagement events. For our subject, we’ve focused our research on the originality, and we’ve noted that a similar dressing has already been made by an iGEM team before. So we imagined the use of anticoagulant molecules in the dressing. We’ve thought of a bandage for pets. | ||
+ | </p> | ||
+ | </section> | ||
+ | </div> | ||
− | + | <!-- Week 9 --> | |
− | + | <div class="week" id="week-9"> | |
− | + | <section> | |
− | + | <h1><i class="fa fa-chevron-left last-week" aria-hidden="true"></i> Week 9 <i class="fa fa-chevron-right next-week" aria-hidden="true"></i></h1> | |
− | + | </section> | |
+ | <section class="week-meeting"> | ||
+ | <h2>03-02: 6th brainstorming</h2> | ||
+ | <p> | ||
+ | We’ve analysed the 7 subjects, and we’ve noted some technical issues. For the “crocodile peptides project”, we’ve raised several questions : what organisme should we use to produce antimicrobial peptides? We need to find an organism which is not susceptible to their antimicrobial activity. We need to use a special membrane to contain GMOs inside the dressing and not directly in contact to the skin. | ||
+ | </p> | ||
+ | </section> | ||
+ | </div> | ||
− | + | <!-- Week 10 --> | |
− | + | <div class="week" id="week-10"> | |
− | + | <section> | |
− | + | <h1><i class="fa fa-chevron-left last-week" aria-hidden="true"></i> Week 10 <i class="fa fa-chevron-right next-week" aria-hidden="true"></i></h1> | |
+ | </section> | ||
+ | <section class="week-team"> | ||
+ | <h2>03-05: Team building at the restaurant</h2> | ||
+ | <p> | ||
+ | Our team met for the first time outside the INSA buildings and shared a delicious korean meal after brainstorming the whole afternoon! | ||
+ | </p> | ||
+ | <img src="https://static.igem.org/mediawiki/2017/6/60/T--INSA-UPS_France--Notebook_Week-9.jpg" alt=""> | ||
+ | </section> | ||
+ | <section class="week-meeting"> | ||
+ | <h2>03-09: 7th brainstorming meeting</h2> | ||
+ | <p> | ||
+ | We’ve voted for our 4 favourite subjects : “crocodile antimicrobial peptides”, “bioluminescent living board”, “expiration pastille”, and “colourful cellular cycle”. | ||
+ | </p> | ||
+ | </section> | ||
+ | </div> | ||
− | + | <!-- Week 11 --> | |
− | + | <div class="week" id="week-11"> | |
− | + | <section> | |
− | + | <h1><i class="fa fa-chevron-left last-week" aria-hidden="true"></i> Week 11 <i class="fa fa-chevron-right next-week" aria-hidden="true"></i></h1> | |
+ | </section> | ||
+ | <section class="week-team"> | ||
+ | <h2>03-12: Brainstorming in a café</h2> | ||
+ | <img src="https://static.igem.org/mediawiki/2017/9/99/T--INSA-UPS_France--Notebook_Week-10.jpg" alt=""> | ||
+ | </section> | ||
+ | <section class="week-meeting"> | ||
+ | <h2>03-14: 8th brainstorming</h2> | ||
+ | <p> | ||
+ | The problem of originality persists for the application: what about a suture thread? For the peptide-producer microorganism, a yeast could be a good solution because the antimicrobial activity of our peptide is bacterial-specific. For the activation of the peptide production, we’ve thought about lyophilisating the engineered yeast. | ||
+ | </p> | ||
+ | </section> | ||
+ | </div> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | / | + | <!-- Week 12 --> |
+ | <div class="week" id="week-12"> | ||
+ | <section> | ||
+ | <h1><i class="fa fa-chevron-left last-week" aria-hidden="true"></i> Week 12 <i class="fa fa-chevron-right next-week" aria-hidden="true"></i></h1> | ||
+ | </section> | ||
+ | <section class="week-meeting"> | ||
+ | <h2>03-21: 9th brainstorming</h2> | ||
+ | <p> | ||
+ | In view of what has already been done in iGEM for detection of quorum sensing molecules, it seems that we’ll need a bacteria to detect other quorum sensing molecules because it’s difficult to express a prokaryotic membrane-receptor into a yeast. So we’ve imagined a system with a prokaryote that detect a quorum sensing signal from a pathogenic bacteria, and that triggers peptide production by a yeast. | ||
+ | </p> | ||
+ | </section> | ||
+ | </div> | ||
− | . | + | <!-- Week 13 --> |
− | + | <div class="week" id="week-13"> | |
− | + | <section> | |
− | + | <h1><i class="fa fa-chevron-left last-week" aria-hidden="true"></i> Week 13 <i class="fa fa-chevron-right next-week" aria-hidden="true"></i></h1> | |
− | + | </section> | |
− | + | <section class="week-team"> | |
− | . | + | <h2>03-26: Brainstorming in a café </h2> |
− | + | <img src="https://static.igem.org/mediawiki/2017/f/fa/T--INSA-UPS_France--Notebook_Week-12.jpg" alt=""> | |
− | } | + | </section> |
+ | <section class="week-meeting"> | ||
+ | <h2>03-30: 10th brainstorming</h2> | ||
+ | <p> | ||
+ | A second device is born: a shaker containing our too organisms (prokaryote-detector and yeast-peptide-producer) to detect and kill <i>Vibrio cholerae</i> in the water. We had a idea for our public engagement project: creating a pedagogic card game about microbiology. <i>MicrobioWorld</i> conception is in process... | ||
+ | </p> | ||
+ | </section> | ||
+ | </div> | ||
+ | |||
+ | |||
+ | <!-- Week 14 --> | ||
+ | <div class="week" id="week-14"> | ||
+ | <section> | ||
+ | <h1><i class="fa fa-chevron-left last-week" aria-hidden="true"></i> Week 14 <i class="fa fa-chevron-right next-week" aria-hidden="true"></i></h1> | ||
+ | </section> | ||
+ | <section class="week-meeting"> | ||
+ | <h2>04-06: 11th brainstorming</h2> | ||
+ | <p> | ||
+ | Dropping of the first device because ALS detection of one single Staphylococcus aureus is going to be difficult. In contrary, <i>Vibrio cholerae</i> produces a high quantity of CAI-1, a specific quorum sensing molecule, at pathogenic quantity. | ||
+ | </p> | ||
+ | </section> | ||
+ | <section class="week-team"> | ||
+ | <h2>04-07: choice of the subject</h2> | ||
+ | <p> | ||
+ | We’ve finally choose to work on cholera water treatment using a prokaryotic-eukaryotic communication. | ||
+ | </p> | ||
+ | </section> | ||
+ | </div> | ||
+ | |||
+ | |||
+ | <!-- Week 15 --> | ||
+ | <div class="week" id="week-15"> | ||
+ | <section> | ||
+ | <h1><i class="fa fa-chevron-left last-week" aria-hidden="true"></i> Week 15 <i class="fa fa-chevron-right next-week" aria-hidden="true"></i></h1> | ||
+ | </section> | ||
+ | <section class="week-meeting"> | ||
+ | <h2>04-13: 12th brainstorming</h2> | ||
+ | <p> | ||
+ | Actual solution to fight against cholera are not sufficient to prevent great epidemics, we need to contact NGOs to benefit from their experience of the field of a cholera epidemy. For the proof of concept, we need to find an effective cholera detector, and a good peptide producer. The detector bacteria could be <i>E. coli</i>, or maybe <i>V. harveyi</i>, that already possess the quorum sensing receptor of CAI-1, and all the proteins to do the phosphorylation cascade in response of CAI-1. | ||
+ | </p> | ||
+ | </section> | ||
+ | <section class="experiment-meeting"> | ||
+ | <h2>04-10 to 04-14 Training course for the UPS students at LBME with our instructors Anthony Henras and Yves Romeo</h2> | ||
+ | </section> | ||
+ | </div> | ||
+ | |||
+ | |||
+ | <!-- Week 16 --> | ||
+ | <div class="week" id="week-16"> | ||
+ | <section> | ||
+ | <h1><i class="fa fa-chevron-left last-week" aria-hidden="true"></i> Week 16 <i class="fa fa-chevron-right next-week" aria-hidden="true"></i></h1> | ||
+ | </section> | ||
+ | <section class="week-ihp"> | ||
+ | <h2>04-19: Meeting with Marc Lemonnier, CEO of Antabio</h2> | ||
+ | <p> | ||
+ | We met Marc Lemonnier, founding CEO of ANTABIO: a start-up that develops novel therapies to treat drug-resistant infections by the most critical Gram-negative pathogens. This was our first meeting within the Entrepreneurship part of the project. The aim was to learn about the approach to follow to start a business and to have a first external opinion regarding the integration of our biological system into the market. You can read the result of <a href="https://2017.igem.org/Team:INSA-UPS_France/Entrepreneurship/Testimonies#a1">his testimony here.</a> | ||
+ | </p> | ||
+ | </section> | ||
+ | <section class="week-meeting"> | ||
+ | <h2>04-20: 13th brainstorming</h2> | ||
+ | <p> | ||
+ | We’ve found a company called “Sunwaterlife” that work on water treatment by filtrating water in Toulouse. We’ve planned to meet them to take advices from their experience, and ask if they could help us to build our device to contain GMMs into a membrane to avoid their dispersion into the environment. For the peptide-producer yeast, we’ve selected <i>Pichia pastoris</i>, famous for it’s capacity of fast production of proteins. To make a communication between our two organisms, we’ve thought of using diacetyl: our detector organism produces diacetyl in response of CAI-1 detection, that triggers AMP by <i>P. pastoris</i>. | ||
+ | </p> | ||
+ | </section> | ||
+ | </div> | ||
+ | |||
+ | <!-- Week 17 --> | ||
+ | <div class="week" id="week-17"> | ||
+ | <section> | ||
+ | <h1><i class="fa fa-chevron-left last-week" aria-hidden="true"></i> Week 17 <i class="fa fa-chevron-right next-week" aria-hidden="true"></i></h1> | ||
+ | </section> | ||
+ | <section class="week-team"> | ||
+ | <h2>04-23: First drafts of Sobki, our mascot!</h2> | ||
+ | <img src="https://static.igem.org/mediawiki/2017/0/02/T--INSA-UPS_France--Notebook_Week-16.jpg" alt=""> | ||
+ | </section> | ||
+ | <section class="week-ihp"> | ||
+ | <h1>04-25:</h1> | ||
+ | <p> | ||
+ | Following our appointment with Marc Lemonnier, we began to think about a device so that our system could treat the water in a tank for villagers or the water of a flask for the tourists. The challenge is to confine the microorganisms so that they do not go into the water. | ||
+ | </p> | ||
+ | </section> | ||
+ | <section class="week-meeting"> | ||
+ | <h2>04-26: 14th brainstorming</h2> | ||
+ | <p> | ||
+ | For safety reasons we can’t use <i>V. cholerae</i> for our proof of concept, and we can’t use any gene from that bacteria. As <i>V. harveyi</i> is genetically close to <i>V. cholerae</i> but not pathogenic for human, we can use it’s quorum sensing molecule, the C8-CAI-1 that looks very much as the CAI-1, to mimic <i>V. cholerae</i>. Here, the idea is to engineer a bacteria to be a “cholerae-like bacteria” that produces a lot quorum sensing molecules to be detected by our detector <i>V. harveyi</i>. | ||
+ | </p> | ||
+ | </section> | ||
+ | <section class="week-team"> | ||
+ | <h2>04-27:</h2> | ||
+ | <p> | ||
+ | Téo and Margaux went to a conference about <i>V. cholerae</i> to learn more about genetics of that bacteria, and the main differences between <i>V. cholerae</i> and <i>V. harveyi</i>. | ||
+ | </p> | ||
+ | </section> | ||
+ | </div> | ||
+ | |||
+ | <!-- Week 18 --> | ||
+ | <div class="week" id="week-18"> | ||
+ | <section> | ||
+ | <h1><i class="fa fa-chevron-left last-week" aria-hidden="true"></i> Week 18 <i class="fa fa-chevron-right next-week" aria-hidden="true"></i></h1> | ||
+ | </section> | ||
+ | <section class="week-meeting"> | ||
+ | <h2>05-02: 15th brainstorming</h2> | ||
+ | <p> | ||
+ | We need to evaluate the volume of water to treat. In the case of our device contain 1L water, it’s for only 1 person but we can imagine to treat a high volume for an entire village. We’ve prepared a list of questions to ask to NGOs to make a user friendly device. | ||
+ | </p> | ||
+ | </section> | ||
+ | <section class="week-pe"> | ||
+ | <h2>05-07:</h2> | ||
+ | <p> | ||
+ | We’ve met 2 game designers and graphists students, Vincent and Julien, to help us in the conception of our card game about microbiology! They will make the graphism designs of our card game. | ||
+ | </p> | ||
+ | </section> | ||
+ | </div> | ||
+ | |||
+ | |||
+ | <!-- Week 19 --> | ||
+ | <div class="week" id="week-19"> | ||
+ | <section> | ||
+ | <h1><i class="fa fa-chevron-left last-week" aria-hidden="true"></i> Week 19 <i class="fa fa-chevron-right next-week" aria-hidden="true"></i></h1> | ||
+ | </section> | ||
+ | <section class="week-meeting"> | ||
+ | <h2>05-11: 16th brainstorming</h2> | ||
+ | <p> | ||
+ | For the detection of diacetyl, we found the receptor Odr10, that activate the promoter pFUS for peptide production. For diacetyl production, the gene ALS is known to enhance diacetyl production, so we’ll need to express ALS gene in <i>V. harveyi</i> only when C8-CAI-1 is detected. This is complicated because the receptor of C8-CAI-1 induces a repression of the promoter pqrr4. We need to find a inhibitor regulation in our system. | ||
+ | </p> | ||
+ | </section> | ||
+ | <section class="week-team"> | ||
+ | <h2>05-13: Paul & Margaux officialy joined our team!</h2> | ||
+ | <img src="https://static.igem.org/mediawiki/2017/6/6a/T--INSA-UPS_France--Notebook_Week-19_1.jpg" alt=""> | ||
+ | </section> | ||
+ | |||
+ | </div> | ||
+ | |||
+ | <!-- Week 20 --> | ||
+ | <div class="week" id="week-20"> | ||
+ | <section> | ||
+ | <h1><i class="fa fa-chevron-left last-week" aria-hidden="true"></i> Week 20 <i class="fa fa-chevron-right next-week" aria-hidden="true"></i></h1> | ||
+ | </section> | ||
+ | <section class="week-meeting"> | ||
+ | <h2>05-17: 17th brainstorming</h2> | ||
+ | <p> | ||
+ | We planed to do NMR analysis to detect C8-CAI-1 and diacetyl for the proof of concept. We’ve asked to Bassler’s lab to give us 2 <i>V. harveyi</i> strains: a WT one, and the JMH626 strain deleted from the gene CqsA, which can’t produce C8-CAI-1 by itself. We’ll need that strain to detect C8-CAI-1 from our engineered “<i>E. coli</i> cholera-like”. Purified diacetyl has been commanded to do induction experiments on <i>P. pastoris</i>. We find the Tet on/ Tet off repression system for diacetyl production in response to C8-CAI-1. | ||
+ | </p> | ||
+ | </section> | ||
+ | <section class="week-experiment"> | ||
+ | <h2>05-18: iGEM distribution kit received</h2> | ||
+ | <img src="https://static.igem.org/mediawiki/2017/7/70/T--INSA-UPS_France--Notebook_Week-20.jpg" alt=""> | ||
+ | </section> | ||
+ | <section class="week-team"> | ||
+ | <h2>05-21 Sobki is born!</h2> | ||
+ | <img src="" alt=""> | ||
+ | </section> | ||
+ | </div> | ||
+ | |||
+ | <!-- Week 21 --> | ||
+ | <div class="week" id="week-21"> | ||
+ | <section> | ||
+ | <h1><i class="fa fa-chevron-left last-week" aria-hidden="true"></i> Week 21 <i class="fa fa-chevron-right next-week" aria-hidden="true"></i></h1> | ||
+ | </section> | ||
+ | <section class="week-ihp"> | ||
+ | <p> | ||
+ | We made a survey about cholera disease and about our project to know if people are aware of cholera epidemics in Africa and the existing solutions, and to know if people would be ready to use a device containing GMMs to treat the water they drink. | ||
+ | </p> | ||
+ | </section> | ||
+ | <section class="week-team"> | ||
+ | <h2>05-25: Parts design day at Brice's</h2> | ||
+ | <img src="https://static.igem.org/mediawiki/2017/f/f0/T--INSA-UPS_France--Notebook_Week-21_2.jpg" alt=""> | ||
+ | </section> | ||
+ | </div> | ||
+ | |||
+ | <!-- Week 22 --> | ||
+ | <div class="week" id="week-22"> | ||
+ | <section> | ||
+ | <h1><i class="fa fa-chevron-left last-week" aria-hidden="true"></i> Week 22 <i class="fa fa-chevron-right next-week" aria-hidden="true"></i></h1> | ||
+ | </section> | ||
+ | <section class="week-team"> | ||
+ | <h2>05-28: Official announcement of our subject</h2> | ||
+ | <p> | ||
+ | We officialy the subject of our project on social media! | ||
+ | </p> | ||
+ | </section> | ||
+ | <section class="week-pe"> | ||
+ | <h2>05-30 and 31: Exposciences</h2> | ||
+ | <p> | ||
+ | We took part to “Exposciences” which is a scientific festival. During this event we made children extract banana DNA thanks to simple ingredients that they can find in their kitchen. We also discussed with them about microorganisms thanks to paper fortune teller and this support led them to be curious on the microscopic world around them. | ||
+ | </p> | ||
+ | <img src="https://static.igem.org/mediawiki/2017/f/fb/T--INSA-UPS_France--Engagement-Exposciences_1.jpg" alt=""> | ||
+ | <h2>06-01: Interventions in schools</h2> | ||
+ | <p> | ||
+ | The main goals of these interventions were the discovery of biology and research at school with two workshops: Microorganisms and their environment and growth of microorganisms on a Petri dish. | ||
+ | </p> | ||
+ | <img src="https://static.igem.org/mediawiki/2017/6/61/T--INSA-UPS_France--Notebook_Week-22.jpg" alt=""> | ||
+ | </section> | ||
+ | <section class="week-experiment"> | ||
+ | <h2>Experiments</h2> | ||
+ | <div class="wet-lab-notebook"> | ||
+ | <div> | ||
+ | <div><img src="https://static.igem.org/mediawiki/2017/4/4e/T--INSA-UPS_France--Experiments_module-coli.png" alt=""></div> | ||
+ | <div><img src="https://static.igem.org/mediawiki/2017/4/48/T--INSA-UPS_France--Experiments_module-harveyi.png" alt=""></div> | ||
+ | <div><img src="https://static.igem.org/mediawiki/2017/9/99/T--INSA-UPS_France--Experiments_module-pichia.png" alt=""></div> | ||
+ | </div> | ||
+ | <div> | ||
+ | <div> | ||
+ | <h2>Design and orders</h2> | ||
+ | <ul> | ||
+ | <li>Design of the gBlocks and launching of the synthesis order for IDT</li> | ||
+ | <li>Design of the PCR oligos</li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | <div> | ||
+ | <h2>Design and orders</h2> | ||
+ | <ul> | ||
+ | <li>Design of the gBlocks and launching of the synthesis order for IDT</li> | ||
+ | <li>Design of the PCR oligos</li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | <div> | ||
+ | <!--<h2>Titre</h2> | ||
+ | <p> | ||
+ | Lorem ipsum dolor sit amet, consectetur adipisicing elit. Odio inventore modi dignissimos sint. Nobis nulla eum soluta vero quibusdam maxime, quo totam non, at provident labore. Ut dolorum libero totam! | ||
+ | </p>--> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </section> | ||
+ | </div> | ||
+ | |||
+ | <!-- Week 23 --> | ||
+ | <div class="week" id="week-23"> | ||
+ | <section> | ||
+ | <h1><i class="fa fa-chevron-left last-week" aria-hidden="true"></i> Week 23 <i class="fa fa-chevron-right next-week" aria-hidden="true"></i></h1> | ||
+ | </section> | ||
+ | <section class="week-ihp"> | ||
+ | <h2>06-06: Meeting with the CEO of Sunwaterlife</h2> | ||
+ | <p> | ||
+ | We presented our project to Christophe Campéri-Ginestet who seems to be interested, especially by the detection function of <i>V. cholerae</i>. He would like to adapt it to the Sunwaterlife filters in order to have a direct colored response according to the water contamination. In addition, he would be willing to invest in our project in order to apply for JEI status (or “Young Innovative Enterprises” in english), a very interesting status for start-ups allowing them to have financial advantages. Besides, a collaboration is discussed so that Sunwaterlife provide us with their membranes, allowing us to confine our microorganisms within a device. He told us that he might be able to put us in touch with a UNICEF person in charge of cholera epidemics. | ||
+ | </p> | ||
+ | <p> | ||
+ | You can read the result of <a href="https://2017.igem.org/Team:INSA-UPS_France/Entrepreneurship/Testimonies#a4">his testimony here.</a> | ||
+ | </p> | ||
+ | </section> | ||
+ | <section class="week-meeting"> | ||
+ | <h2>06-08: 18th brainstorming</h2> | ||
+ | <p> | ||
+ | We’ve divided the subject in 3 modules. The “Quorum” module, with <i>E. coli</i> engineered to produce C8-CAI-1; the “Detection” module, with V. harveyi engineered to detect C8-CAI-1 and produce diacetyl in response; and the “Killing” module with <i>P. pastoris</i> engineered to detect diacetyl and produce crocodile AMP in response. | ||
+ | </p> | ||
+ | </section> | ||
+ | <section class="week-pe"> | ||
+ | <h2>06-09: Intervention in school</h2> | ||
+ | <p> | ||
+ | The main goals of these interventions were the discovery of biology and research at school with two workshops: Microorganisms and their environment and growth of microorganisms on a Petri dish. | ||
+ | </p> | ||
+ | <img src="https://static.igem.org/mediawiki/2017/6/60/T--INSA-UPS_France--Engagement_school1.JPG" alt=""> | ||
+ | </section> | ||
+ | |||
+ | <section class="week-experiment"> | ||
+ | <h2>Experiments</h2> | ||
+ | <div class="wet-lab-notebook"> | ||
+ | <div> | ||
+ | <div><img src="https://static.igem.org/mediawiki/2017/4/4e/T--INSA-UPS_France--Experiments_module-coli.png" alt=""></div> | ||
+ | <div><img src="https://static.igem.org/mediawiki/2017/4/48/T--INSA-UPS_France--Experiments_module-harveyi.png" alt=""></div> | ||
+ | <div><img src="https://static.igem.org/mediawiki/2017/9/99/T--INSA-UPS_France--Experiments_module-pichia.png" alt=""></div> | ||
+ | </div> | ||
+ | <div> | ||
+ | <div> | ||
+ | <!--<h2>Titre</h2> | ||
+ | <p> | ||
+ | Lorem ipsum dolor sit amet, consectetur adipisicing elit. Repudiandae repellat, delectus ab voluptatem pariatur suscipit sed perspiciatis nisi officiis iusto nulla facere provident incidunt dolorum voluptate eligendi ut unde error? | ||
+ | </p>--> | ||
+ | </div> | ||
+ | <div> | ||
+ | <h2>Taking care of <i>V. harveyi</i></h2> | ||
+ | <ul> | ||
+ | <li>Reception and storage of <i>V. harveyi</i> BB120 (WT) and <i>V. harveyi</i> JMH626 (ΔcqsA ΔluxQ ΔluxN) CmR at -80 °C.</li> | ||
+ | <li>Investigation of <i>V. harveyi</i> antibiotics resistances.</li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | <div> | ||
+ | <!--<h2>Titre</h2> | ||
+ | <p> | ||
+ | Lorem ipsum dolor sit amet, consectetur adipisicing elit. Odio inventore modi dignissimos sint. Nobis nulla eum soluta vero quibusdam maxime, quo totam non, at provident labore. Ut dolorum libero totam! | ||
+ | </p>--> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </section> | ||
+ | </div> | ||
+ | |||
+ | <!-- Week 24 --> | ||
+ | <div class="week" id="week-24"> | ||
+ | <section> | ||
+ | <h1><i class="fa fa-chevron-left last-week" aria-hidden="true"></i> Week 24 <i class="fa fa-chevron-right next-week" aria-hidden="true"></i></h1> | ||
+ | </section> | ||
+ | <section class="week-experiment"> | ||
+ | <h2>06-13: Model</h2> | ||
+ | <p> | ||
+ | A first version of the SBGN (Systems Biology Graphical Notation) summarizing our synthetic system have been drawn. | ||
+ | </p> | ||
+ | </section> | ||
+ | <section class="week-ihp"> | ||
+ | <h2>06-14: Scope statement start</h2> | ||
+ | <p> | ||
+ | A scope statement was created for a device that treats the water of a tank and another for a device that treats the water in a flask. | ||
+ | </p> | ||
+ | </section> | ||
+ | <section class="week-meeting"> | ||
+ | <h2>06-15: 19th brainstorming</h2> | ||
+ | <p> | ||
+ | We’ve received our IDT parts! We finally choose the name of our project: Croc’n cholera. | ||
+ | </p> | ||
+ | </section> | ||
+ | <section class="week-igemers"> | ||
+ | <h2>06-16: Skype with Greece iGEM team</h2> | ||
+ | </section> | ||
+ | <section class="week-experiment"> | ||
+ | <h2>Experiments</h2> | ||
+ | <div class="wet-lab-notebook"> | ||
+ | <div> | ||
+ | <div><img src="https://static.igem.org/mediawiki/2017/4/4e/T--INSA-UPS_France--Experiments_module-coli.png" alt=""></div> | ||
+ | <div><img src="https://static.igem.org/mediawiki/2017/4/48/T--INSA-UPS_France--Experiments_module-harveyi.png" alt=""></div> | ||
+ | <div><img src="https://static.igem.org/mediawiki/2017/9/99/T--INSA-UPS_France--Experiments_module-pichia.png" alt=""></div> | ||
+ | </div> | ||
+ | <div> | ||
+ | <div> | ||
+ | <h2>Amplifying pSB1C3</h2> | ||
+ | <ul> | ||
+ | <li>Reception of IDT gBlocks and storage</li> | ||
+ | <li>Preparative work with the cloning vectors : Amplification and stock of pSB1C3</li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | <div> | ||
+ | <h2>Taking charge of the lab and of <i>V. harveyi</i></h2> | ||
+ | <ul> | ||
+ | <li>Growth kinetic assay in order to determine the adequate NaCl concentration for <i>V. harveyi</i> growth. </li> | ||
+ | <li>Reception of IDT gBlocks and storage</li> | ||
+ | <li>Transformation of DH5α competent cells with pYFP, pDsRed, pPIZα, pBR322 and amplification of the plasmids. The plasmids are double digested with the appropriate restriction enzymes.</li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | <div> | ||
+ | <h2>Cloning</h2> | ||
+ | <ul> | ||
+ | <li>pPICzα, jmp62-DsRed (pDsRed) and jmp62-YFP (pYFP) were transformed into E.coli DHAα in order to amplify them. </li> | ||
+ | <li>Bacteria grown were then put into liquid culture to do miniprep.</li> | ||
+ | <li>Digestion BamHI/EcoRI to check pPICzα gel migration profile<br /> | ||
+ | Digestion XbaI/NheI to check jmp62-DsRed gel migration profile<br /> | ||
+ | Digestion BamHI/NheI to check jmp62-YFP gel migration profile</li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </section> | ||
+ | </div> | ||
+ | |||
+ | <!-- Week 25 --> | ||
+ | <div class="week" id="week-25"> | ||
+ | <section> | ||
+ | <h1><i class="fa fa-chevron-left last-week" aria-hidden="true"></i> Week 25 <i class="fa fa-chevron-right next-week" aria-hidden="true"></i></h1> | ||
+ | </section> | ||
+ | <section class="week-ihp"> | ||
+ | <h2>06-19: Meeting with Doctors Without Borders, regional manager</h2> | ||
+ | <p> | ||
+ | She explained that the detection of cholera in the patient is simple because the symptoms are known. She told us that our system would be more useful treating water tanks in villages far from cholera camps rather than tourists. Indeed, governments often hide epidemics from tourists and tourist places take enough precautions to avoid tourists’ contamination. | ||
+ | </p> | ||
+ | <p> | ||
+ | You can read the result of <a href="https://2017.igem.org/Team:INSA-UPS_France/Entrepreneurship/Testimonies#a5">her testimony here.</a> | ||
+ | </p> | ||
+ | <h2>06-23: Beginning of the marketing approach</h2> | ||
+ | <p> | ||
+ | A marketing approach has been initiated to study the strengths and weaknesses of our two potential products and to determine the approach to sell them. Thanks to a SWOT analysis on both products, we realized that the product to treat water in a flask is not adapted to the market. This product is therefore abandoned and we focus on a product that processes a larger volume of water, suitable for villagers in the affected countries. | ||
+ | </p> | ||
+ | </section> | ||
+ | <section class="week-igemers"> | ||
+ | <h2>06-22 Skype with NUS iGEM team</h2> | ||
+ | </section> | ||
+ | <section class="week-meeting"> | ||
+ | <h2>06-23: 20th brainstorming</h2> | ||
+ | <p> | ||
+ | Meeting with all the team members and supervisors and final choice of the global device purpose: made for people living in remote areas in Africa, which are far from NGOs camps and more vulnerable to a cholera epidemy. | ||
+ | </p> | ||
+ | </section> | ||
+ | <section class="week-experiment"> | ||
+ | <h2>06-23: Model</h2> | ||
+ | <p> | ||
+ | Our mathematical model based on twelve ODEs was built! | ||
+ | </p> | ||
+ | </section> | ||
+ | <section class="week-team"> | ||
+ | <h2>06-23: First appearance of Sobki, our mascott!</h2> | ||
+ | <img src="https://static.igem.org/mediawiki/2017/2/2a/T--INSA-UPS_France--Logo.png" alt=""> | ||
+ | </section> | ||
+ | <section class="week-experiment"> | ||
+ | <h2>Experiments</h2> | ||
+ | <div class="wet-lab-notebook"> | ||
+ | <div> | ||
+ | <div><img src="https://static.igem.org/mediawiki/2017/4/4e/T--INSA-UPS_France--Experiments_module-coli.png" alt=""></div> | ||
+ | <div><img src="https://static.igem.org/mediawiki/2017/4/48/T--INSA-UPS_France--Experiments_module-harveyi.png" alt=""></div> | ||
+ | <div><img src="https://static.igem.org/mediawiki/2017/9/99/T--INSA-UPS_France--Experiments_module-pichia.png" alt=""></div> | ||
+ | </div> | ||
+ | <div> | ||
+ | <div> | ||
+ | <h2>Plasmids preparation</h2> | ||
+ | <ul> | ||
+ | <li>Transformation of DH5α competent cells with pSB1C3 and amplification of the plasmids. The plasmids are double digested with the appropriate restriction enzymes.</li> | ||
+ | <li>Scale up of the preparative digestion, in order to have more DNA matrix.</li> | ||
+ | <li>Reception of the PCR primer.</li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | <div> | ||
+ | <h2>Plasmids preparation</h2> | ||
+ | <ul> | ||
+ | <li>Transformation of DH5α competent cells with pGAP, pSB1C3 and amplification of the plasmids. The plasmids are double digested with the appropriate restriction enzymes.</li> | ||
+ | <li>Scale up of the preparative digestion, in order to have more DNA matrix.</li> | ||
+ | <li>Reception of the PCR primer.</li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | <div> | ||
+ | <h2>Cloning</h2> | ||
+ | <ul> | ||
+ | <li>Preparative digestion of pPICZα with BamHI/BglII to clone our gene followed by a gel extraction to purify the open plasmid.</li> | ||
+ | <li>Glycerol stocks of <i>E.coli</i> DHAα containing pPICZα, pDSRed and pYFP were made after liquid culture. </li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </section> | ||
+ | </div> | ||
+ | |||
+ | <!-- Week 26 --> | ||
+ | <div class="week" id="week-26"> | ||
+ | <section> | ||
+ | <h1><i class="fa fa-chevron-left last-week" aria-hidden="true"></i> Week 26 <i class="fa fa-chevron-right next-week" aria-hidden="true"></i></h1> | ||
+ | </section> | ||
+ | <section class="week-igemers"> | ||
+ | <h2>06-26: Skype with the iGEM team of Purdue</h2> | ||
+ | </section> | ||
+ | <section class="week-ihp"> | ||
+ | <h2>06-28: Meeting with the CEO of Sunwaterlife, building a collaboration</h2> | ||
+ | <p> | ||
+ | Really interested in the ability to detect <i>V. cholerae</i> in water, Christophe Campéri-Ginestet asked us to provide our bibliographic research and results at the end of the iGEM project. In addition, in exchange for our financial investment in our project, we have to fill out the JEI document which attests to our R&D activity for Sunwaterlife. He also put us in touch with Alama Keita, cholera leader of UNICEF in Niger. Finally, we talked to him about our product to contain our microorganisms. He helped us to design a cylindrical device whose sections would be these membranes to ensure GMMs containment. | ||
+ | </p> | ||
+ | <p> | ||
+ | You can read the result of <a href="https://2017.igem.org/Team:INSA-UPS_France/Entrepreneurship/Testimonies#a4">his testimony here.</a> | ||
+ | </p> | ||
+ | <h2>06-30: First steps of our ethical matrix</h2> | ||
+ | <img src="https://static.igem.org/mediawiki/2017/6/6b/T--INSA-UPS_France--Notebook_Week-26.jpg" alt=""> | ||
+ | </section> | ||
+ | <section class="week-meeting"> | ||
+ | <h2>06-29: 21th brainstorming</h2> | ||
+ | <p> | ||
+ | We choose to made a Prezi for the presentation in Boston, the structure has been validated by instructors and students, and we made a first version of our poster for the meetup in Delft. Our wiki is online next day! Our survey has around 400 answers, so we can start analyses of results. | ||
+ | </p> | ||
+ | </section> | ||
+ | <section class="week-experiment"> | ||
+ | <h2>Experiments</h2> | ||
+ | <div class="wet-lab-notebook"> | ||
+ | <div> | ||
+ | <div><img src="https://static.igem.org/mediawiki/2017/4/4e/T--INSA-UPS_France--Experiments_module-coli.png" alt=""></div> | ||
+ | <div><img src="https://static.igem.org/mediawiki/2017/4/48/T--INSA-UPS_France--Experiments_module-harveyi.png" alt=""></div> | ||
+ | <div><img src="https://static.igem.org/mediawiki/2017/9/99/T--INSA-UPS_France--Experiments_module-pichia.png" alt=""></div> | ||
+ | </div> | ||
+ | <div> | ||
+ | <div> | ||
+ | <h2>Cloning VhCqsA</h2> | ||
+ | <ul> | ||
+ | <li>Amplification of the IDT gblocks and optimisation of the PCR cycle condition for VhCqsA part</li> | ||
+ | <li>Digestion of the PCR amplicons and ligation with the appropriate cloning vector. </li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | <div> | ||
+ | <h2>Assembly of <i>V. harveyi</i> gene circuit : starting the sub-cloning work</h2> | ||
+ | <ul> | ||
+ | <li>Amplification of the IDT gblocks and optimisation of the PCR cycle condition for VhCqsA part</li> | ||
+ | <li>Digestion of the PCR amplicons and ligation with the appropriate cloning vector. </li> | ||
+ | <li>Cloning attempt #1 and #2 to sub-clone Vh1, Vh2 and Vh3 in their respective vector. </li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | <div> | ||
+ | <h2>Cloning</h2> | ||
+ | <ul> | ||
+ | <li>PCR of DsRed and YFP with primers containing restriction sites. PCR products for these genes have right size. PCR products are purified.</li> | ||
+ | <li>PCR of our parts (cOT2 ; leucrocine ; DNY15; Odr10) from IDT GBlocks. All PCRs succeeded.</li> | ||
+ | <li>cOT2 ; leucrocine ; DNY15 ; Odr10 were digested BamHI/BglII to be inserted in pPICZα.</li> | ||
+ | <li>Transformation of pPICZα-cOT2 ; pPICZα-leucrocine ; pPICZα-Odr10 and pPICZα-DNY15 in <i>E. coli</i> DH5α</li> | ||
+ | <li>Miniprep of liquid culture transformants</li> | ||
+ | <li>Digestion BmaHI/BglII to check the gel migration profile. <br />→ It appears that the plasmid was well digested but the insert does not appear. There is an intense band around 1300bp that might correspond to supercoiled plasmid. To conclude it seems like pPICZα closed itself without the insert: BamHI and BglII are compatibles. | ||
+ | </li> | ||
+ | <li>New primers were ordered replace by PCR the BglII site by KpnI site to remove the possibility for the plasmid to close itself.</li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </section> | ||
+ | </div> | ||
+ | |||
+ | <!-- Week 27 --> | ||
+ | <div class="week" id="week-27"> | ||
+ | <section> | ||
+ | <h1><i class="fa fa-chevron-left last-week" aria-hidden="true"></i> Week 27 <i class="fa fa-chevron-right next-week" aria-hidden="true"></i></h1> | ||
+ | </section> | ||
+ | <section class="week-meeting"> | ||
+ | <h2>07-06: 22th brainstorming</h2> | ||
+ | <p> | ||
+ | We’ve prepared some public engagement events for september : an exhibition at the campus science in Toulouse to showcase ancient iGEM Toulouse projects, and synthetic biology, a practical work in an high school, and we’ve planned to participate to the “European Researcher’s Night” with the LISBP by creating a game called “Possible or Impossible”, to open a dialogue about GMO legislation with people. | ||
+ | </p> | ||
+ | </section> | ||
+ | <section class="week-igemers"> | ||
+ | <h2>07-07: Delft European iGEM Meetup</h2> | ||
+ | <img src="https://static.igem.org/mediawiki/2017/e/e1/T--INSA-UPS_France--Collaborations_meetup-2.jpg" alt=""> | ||
+ | <!-- link meetups --> | ||
+ | </section> | ||
+ | <section class="week-experiment"> | ||
+ | <h2>Experiments</h2> | ||
+ | <div class="wet-lab-notebook"> | ||
+ | <div> | ||
+ | <div><img src="https://static.igem.org/mediawiki/2017/4/4e/T--INSA-UPS_France--Experiments_module-coli.png" alt=""></div> | ||
+ | <div><img src="https://static.igem.org/mediawiki/2017/4/48/T--INSA-UPS_France--Experiments_module-harveyi.png" alt=""></div> | ||
+ | <div><img src="https://static.igem.org/mediawiki/2017/9/99/T--INSA-UPS_France--Experiments_module-pichia.png" alt=""></div> | ||
+ | </div> | ||
+ | <div> | ||
+ | <div> | ||
+ | <h2>Cloning VhCqsA</h2> | ||
+ | <ul> | ||
+ | <li>Optimization of PCR cycle </li> | ||
+ | <li>Cloning of VhCqsA into pSB1C3 : positives clones grew </li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | <div> | ||
+ | <h2>Assembly of <i>V. harveyi</i> gene circuit : continuing the sub-cloning work</h2> | ||
+ | <ul> | ||
+ | <li>Assembly of V.harveyi gene circuit: Analysis of the transformants of V.harveyi module (attempt #1 and #2) by checking of the restriction map. </li> | ||
+ | <li>New attempt (attempt #3) to sub-clone Vh1, Vh2 and Vh3 in their respective vector. </li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | <div> | ||
+ | <h2>Cloning</h2> | ||
+ | <ul> | ||
+ | <li>While waiting for the new primers, another try was made using for the ligation a 1:10 ratio (pPICZα:insert).</li> | ||
+ | <li>Transformants appeared in all plates except for Odr10.</li> | ||
+ | <li>Miniprep and digestions of transformants to check the gel migration profile.</li> | ||
+ | <li>We obtained 2 clones pPICZα-DNY15. The gel confirmed that D1 and D2 are clones with the entire plasmid pPICZa A open only in BamHI site with one insert in this site. D1 has the insert in the good direction and D2 has the insert in the opposite direction.</li> | ||
+ | <li>Clones D1 and D2 were stored in glycerol.</li> | ||
+ | <li>At the end of the week, PCR with new primers containing KpnI instead of BglII were made for all the parts (cOT2 ; leucrocine ; DNY15 ; Odr10). All the PCR worked perfectly, PCR tubes were pooled. Odr10 has secondary products which need gel extraction. </li> | ||
+ | <li>Digestion of plasmid and parts with KpnI and BamHI</li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </section> | ||
+ | </div> | ||
+ | |||
+ | <!-- Week 28 --> | ||
+ | <div class="week" id="week-28"> | ||
+ | <section> | ||
+ | <h1><i class="fa fa-chevron-left last-week" aria-hidden="true"></i> Week 28 <i class="fa fa-chevron-right next-week" aria-hidden="true"></i></h1> | ||
+ | </section> | ||
+ | <section class="week-meeting"> | ||
+ | <h2>07-13: 23th brainstorming</h2> | ||
+ | <p> | ||
+ | Citation from Cédric : “we must be humble before molecular biology”. Our card game conception progressing well! We find a name : MicrobioWorld, and the main rules has been determined after several crazy gameplay! | ||
+ | </p> | ||
+ | </section> | ||
+ | <section class="week-ihp"> | ||
+ | <h2>07-14: Meeting with Doctors Without Borders, cholera specialist</h2> | ||
+ | <p> | ||
+ | Fransisco Luquero assured us that the current solutions (bleach, boil water) were not the most suitable to treat water from cholera. Our device could be interesting if it is suitable to treat several liters of water and even if it contains GMM, it could be easily accepted by the population as long as it does not change the color and taste of water. | ||
+ | </p> | ||
+ | </section> | ||
+ | <section class="week-experiment"> | ||
+ | <h2>Experiments</h2> | ||
+ | <div class="wet-lab-notebook"> | ||
+ | <div> | ||
+ | <div><img src="https://static.igem.org/mediawiki/2017/4/4e/T--INSA-UPS_France--Experiments_module-coli.png" alt=""></div> | ||
+ | <div><img src="https://static.igem.org/mediawiki/2017/4/48/T--INSA-UPS_France--Experiments_module-harveyi.png" alt=""></div> | ||
+ | <div><img src="https://static.igem.org/mediawiki/2017/9/99/T--INSA-UPS_France--Experiments_module-pichia.png" alt=""></div> | ||
+ | </div> | ||
+ | <div> | ||
+ | <div> | ||
+ | <!--<h2>Titre</h2> | ||
+ | <p> | ||
+ | Lorem ipsum dolor sit amet, consectetur adipisicing elit. Repudiandae repellat, delectus ab voluptatem pariatur suscipit sed perspiciatis nisi officiis iusto nulla facere provident incidunt dolorum voluptate eligendi ut unde error? | ||
+ | </p>--> | ||
+ | </div> | ||
+ | <div> | ||
+ | <h2>Assembly of <i>V. harveyi</i> gene circuit : continuing the sub-cloning work</h2> | ||
+ | <ul> | ||
+ | <li>Assembly of V.harveyi gene circuit: Analysis of the transformants of V.harveyi module (attempt #1 and #2) by checking of the restriction map. </li> | ||
+ | <li>New attempt (attempt #3) to sub-clone Vh1, Vh2 and Vh3 in their respective vector. </li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | <div> | ||
+ | <h2>Cloning</h2> | ||
+ | <ul> | ||
+ | <li>Ligation and transformation of pPICZα-cOT2 ; pPICZα-leucrocine ; pPICZα-Odr10 and pPICZα-DNY15.</li> | ||
+ | <li>Miniprep of transformants and gel migration were made. The ladder was clear but there was no DNA on tranformants colums.</li> | ||
+ | <li>Nanodrop analysis showed that there was not enough DNA.<br />→ The hypothesis is that the liquid culture was too long so <i>E. coli</i> lost the plasmid.</li> | ||
+ | </ul> | ||
+ | <h2>Experiments with <i>P. pastoris</i></h2> | ||
+ | <ul> | ||
+ | <li>We did plates of YPD with increasing concentration of zeocin to select <i>P. pastoris</i> clones which integrated the most copies of the construction.</li> | ||
+ | <li>Preparation of competent yeast (<i>Pichia pastoris</i>)</li> | ||
+ | <li>Digestion of D1 clone (pPICZα-DNY15) with HindIII to integrate the plasmid construction at the AOX1 promotor in <I>P. pastoris</I> genome.</li> | ||
+ | <li>Electroporation of competent yeast with the digested DNA.</li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </section> | ||
+ | </div> | ||
+ | |||
+ | <!-- Week 29 --> | ||
+ | <div class="week" id="week-29"> | ||
+ | <section> | ||
+ | <h1><i class="fa fa-chevron-left last-week" aria-hidden="true"></i> Week 29 <i class="fa fa-chevron-right next-week" aria-hidden="true"></i></h1> | ||
+ | </section> | ||
+ | <section class="week-experiment"> | ||
+ | <h2>07-17: Model</h2> | ||
+ | <p> | ||
+ | Our system of ODEs script and function have been developed in Matlab. | ||
+ | </p> | ||
+ | </section> | ||
+ | <section class="week-meeting"> | ||
+ | <h2>07-20: 24th brainstorming</h2> | ||
+ | <p> | ||
+ | We’ve finished a first version of our presentation, which will be presented during the Parisian Meetup. The Matlab programming is done, the next step is to add values from bibliography. | ||
+ | </p> | ||
+ | </section> | ||
+ | <section class="week-ihp"> | ||
+ | <h2>07-20: First meeting with Pierre-Alain Hoffmann</h2> | ||
+ | <p> | ||
+ | We met Pierre-Alain Hoffmann, Deputy Director of CRITT Bio-Industries for the business plan elaboration. The knowledge in creation and development of companies of Pierre-Alain Hoffmann allowed us to understand the goal of a business plan. He accompanied us in this approach, explaining the points to be detailed in order to better integrate our system in the market. | ||
+ | </p> | ||
+ | </section> | ||
+ | <section class="week-igemers"> | ||
+ | <h2>07-21: Parisian meetup</h2> | ||
+ | <img src="https://static.igem.org/mediawiki/2017/8/8b/T--INSA-UPS_France--Collaborations_meetup-1.jpg" alt=""> | ||
+ | </section> | ||
+ | <section class="week-experiment"> | ||
+ | <h2>Experiments</h2> | ||
+ | <div class="wet-lab-notebook"> | ||
+ | <div> | ||
+ | <div><img src="https://static.igem.org/mediawiki/2017/4/4e/T--INSA-UPS_France--Experiments_module-coli.png" alt=""></div> | ||
+ | <div><img src="https://static.igem.org/mediawiki/2017/4/48/T--INSA-UPS_France--Experiments_module-harveyi.png" alt=""></div> | ||
+ | <div><img src="https://static.igem.org/mediawiki/2017/9/99/T--INSA-UPS_France--Experiments_module-pichia.png" alt=""></div> | ||
+ | </div> | ||
+ | <div> | ||
+ | <div> | ||
+ | <h2>Expressing VhCqsA (2nd)</h2> | ||
+ | <ul> | ||
+ | <li>Production of C8-CAI-1 in minimal media, extration on LLE dichloromethane and analysis on NMR (fail)</li> | ||
+ | <li>SDS page fo the protein overexpression of our clones (fail)</li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | <div> | ||
+ | <h2>Assembly of <i>V. harveyi</i> gene circuit : A new strategy</h2> | ||
+ | <ul> | ||
+ | <li>Amplification of the IDT gblocks, digestion of the PCR amplicons. </li> | ||
+ | <li>Amplification and digestion of the sub-cloning vectors. </li> | ||
+ | <li>Ligation and transformation in <i>E. coli</i> STELLAR competent cells (attempt #8). </li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | <div> | ||
+ | <h2>Cloning</h2> | ||
+ | <ul> | ||
+ | <li>This time transformation were made with <i>E. coli</i> XL1 Blue which are supposed to be more efficient.</li> | ||
+ | <li>No DNA after gel migration like the previous week.</li> | ||
+ | </ul> | ||
+ | <h2>Experiments with <i>P. pastoris</i></h2> | ||
+ | <ul> | ||
+ | <li>Colony PCR of <i>P. pastoris</i> clone which grew on YPD zeocin. → All clones have the gene construction in their genome!</li> | ||
+ | <li>The 11 clones of Pichia were grown on plates with 250 µg/mL, 500 µg/mL and 1000 µg/mL to see which one has the best integration of the construction. All clones grew onto 250, 500 and 1000 µg/mL zeocin.</li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </section> | ||
+ | </div> | ||
+ | |||
+ | |||
+ | <!-- Week 30 --> | ||
+ | <div class="week" id="week-30"> | ||
+ | <section> | ||
+ | <h1><i class="fa fa-chevron-left last-week" aria-hidden="true"></i> Week 30 <i class="fa fa-chevron-right next-week" aria-hidden="true"></i></h1> | ||
+ | </section> | ||
+ | <section class="week-igemers"> | ||
+ | <h2>07-23: Skype with the iGEM team of Greece</h2> | ||
+ | </section> | ||
+ | <section class="week-ihp"> | ||
+ | <h2>07-27: Meeting with Pierre Monsan at TWB</h2> | ||
+ | <p> | ||
+ | As a preindustrial demonstrator recognized in France, TWB helps many projects to become companies. We presented them our project and had a positive feedback. It is even one of our biggest sponsors. | ||
+ | </p> | ||
+ | <p> | ||
+ | You can read the result of <a href="https://2017.igem.org/Team:INSA-UPS_France/Entrepreneurship/Testimonies#a2">their testimony here.</a> | ||
+ | </p> | ||
+ | </section> | ||
+ | <section class="week-team"> | ||
+ | <h2>07-29: Team building in Pyrenees</h2> | ||
+ | <img src="https://static.igem.org/mediawiki/2017/e/ec/T--INSA-UPS_France--Notebook_Week-30.gif" alt=""> | ||
+ | </section> | ||
+ | <section class="week-experiment"> | ||
+ | <h2>Experiments</h2> | ||
+ | <div class="wet-lab-notebook"> | ||
+ | <div> | ||
+ | <div><img src="https://static.igem.org/mediawiki/2017/4/4e/T--INSA-UPS_France--Experiments_module-coli.png" alt=""></div> | ||
+ | <div><img src="https://static.igem.org/mediawiki/2017/4/48/T--INSA-UPS_France--Experiments_module-harveyi.png" alt=""></div> | ||
+ | <div><img src="https://static.igem.org/mediawiki/2017/9/99/T--INSA-UPS_France--Experiments_module-pichia.png" alt=""></div> | ||
+ | </div> | ||
+ | <div> | ||
+ | <div> | ||
+ | <h2>Expressing VhCqsA (3rd)</h2> | ||
+ | <ul> | ||
+ | <li>Production of C8-CAI-1 in minimal media, extration on LLE dichloromethane and analysis on NMR (fail)</li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | <div> | ||
+ | <h2>Assembly of <i>V. harveyi</i> gene circuit : The first transformant</h2> | ||
+ | <ul> | ||
+ | <li>TA cloning (attempt #9): amplification of the IDT gblocks with KAPA2G polymerase , digestion of the PCR amplicons. Ligation with pGEM vector TA cloning vector. </li> | ||
+ | <li>Analysis of the transformants (attempt #8 and #9) by checking the restriction map. </li> | ||
+ | <li>The part 1 and 2 were successfully cloned in pBR322 and pGEM. </li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | <div> | ||
+ | <h2>Cloning</h2> | ||
+ | <ul> | ||
+ | <li>PCR were made again of all parts in order to have enough materials to do ligation.</li> | ||
+ | <li>This time lot of DNA was digested.</li> | ||
+ | <li>Several strategies were tried to obtain pPICZα-cOT2 ; pPICZα-leucrocine and pPICZα-Odr10 with DHAα and XL1 Blue strains.</li> | ||
+ | <li>At the end of the week we got 2 clones of pPICZα-Odr10 in E. coli DHAα </li> | ||
+ | </ul> | ||
+ | <h2>Experiments with <i>P. pastoris</i></h2> | ||
+ | <ul> | ||
+ | <li>The supernatant of <i>P. pastoris</i> containing the DNY15 gene was extracted and then concentrated via rotavapor and freeze-drying.</li> | ||
+ | <li>In a 24 wells plate, kinetic growths of <i>V. harveyi</i> were followed with or without <i>P. pastoris</i> supernatant to check the bactericide effect of DNY15. → this first try was not perfectly made</li> | ||
+ | <li>Inhibition test with the same supernatant was made on petri dish. → this first try was not perfectly made</li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </section> | ||
+ | </div> | ||
+ | |||
+ | <!-- Week 31 --> | ||
+ | <div class="week" id="week-31"> | ||
+ | <section> | ||
+ | <h1><i class="fa fa-chevron-left last-week" aria-hidden="true"></i> Week 31 <i class="fa fa-chevron-right next-week" aria-hidden="true"></i></h1> | ||
+ | </section> | ||
+ | <section class="week-meeting"> | ||
+ | <h2>08-01: 25th brainstorming</h2> | ||
+ | <p> | ||
+ | Our collaborations with other iGEM teams are in process! We’ve started an experiment for iGEM Purdue. | ||
+ | </p> | ||
+ | </section> | ||
+ | <section class="week-experiment"> | ||
+ | <h2>Experiments</h2> | ||
+ | <div class="wet-lab-notebook"> | ||
+ | <div> | ||
+ | <div><img src="https://static.igem.org/mediawiki/2017/4/4e/T--INSA-UPS_France--Experiments_module-coli.png" alt=""></div> | ||
+ | <div><img src="https://static.igem.org/mediawiki/2017/4/48/T--INSA-UPS_France--Experiments_module-harveyi.png" alt=""></div> | ||
+ | <div><img src="https://static.igem.org/mediawiki/2017/9/99/T--INSA-UPS_France--Experiments_module-pichia.png" alt=""></div> | ||
+ | </div> | ||
+ | <div> | ||
+ | <div> | ||
+ | <h2>Expressing VhCqsA (aborted) + Cloning of VcCqsA </h2> | ||
+ | <ul> | ||
+ | <li>Production of C8-CAI-1 in minimal media, extration on LLE dichloromethane and analysis on NMR aborted : no growth of bacteria</li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | <div> | ||
+ | <h2>Step 2 : reconstruction of CqsS Rc by ligating Vh2 to Vh1 in pBR322. </h2> | ||
+ | <ul> | ||
+ | <li>Storage of the transformants with Vh1 and Vh2 in glycerol at -80°C.</li> | ||
+ | <li>Amplification, digestion of pBR322-Vh1, pGEM-Vh2 and ligation in <i>E. coli</i> TOP10 competent cells (attempt A)</li> | ||
+ | <li>Transformation of Vh3 (attempt #10) in <i>E. coli</i> DH5α competent cells </li> | ||
+ | <li>Analysis of the transformants (attempt #A and #10) by checking the restriction map.</li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | <div> | ||
+ | <h2>Cloning</h2> | ||
+ | <ul> | ||
+ | <li>Different strategies were made again to obtain pPICZα-cOT2 and pPICZα-leucrocine in E.coli. → Several clones of pPICZα-cOT2 and pPICZα-leucrocine were obtained!!!</li> | ||
+ | <li>Liquid culture of DHAα containing pSB1C3 was made to get enough material to do cloning of our parts in it.</li> | ||
+ | <li>Ligation of YFP in pPICZα-Odr10 and in pPICZα-DNY15 instead of the AMP gene.</li> | ||
+ | <li>Integration of AMP genes in pSBIC3 (=iGEM parts).</li> | ||
+ | </ul> | ||
+ | <h2>Experiments with <i>P. pastoris</i></h2> | ||
+ | <ul> | ||
+ | <li>Cytotoxicity test of DNY15 was tried again with kinetic growths of <i>V. harveyi</i>.</li> | ||
+ | <li>Cytotoxicity test of DNY15 was tried again on petri dish: No effect of DNY15 can be seen. </li> | ||
+ | <li>Genomic integration of pPICZα-cOT2 , pPICZα-leucrocine and pPICZα-Odr10.</li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | </section> | ||
+ | </div> | ||
+ | |||
+ | <!-- Week 32 --> | ||
+ | <div class="week" id="week-32"> | ||
+ | <section> | ||
+ | <h1><i class="fa fa-chevron-left last-week" aria-hidden="true"></i> Week 32 <i class="fa fa-chevron-right next-week" aria-hidden="true"></i></h1> | ||
+ | </section> | ||
+ | <section class="week-igemers"> | ||
+ | <h2>08-07: Skype with the iGEM team of Boston</h2> | ||
+ | </section> | ||
+ | <section class="week-experiment"> | ||
+ | <h2>08-07: Model</h2> | ||
+ | <p> | ||
+ | All the experimental and literature values have been implemented in our Matlab script, which provides promising results. These first results will be used for preliminary work in design and entrepreneurship. | ||
+ | </p> | ||
+ | </section> | ||
+ | <section class="week-experiment"> | ||
+ | <h2>Experiments</h2> | ||
+ | <div class="wet-lab-notebook"> | ||
+ | <div> | ||
+ | <div><img src="https://static.igem.org/mediawiki/2017/4/4e/T--INSA-UPS_France--Experiments_module-coli.png" alt=""></div> | ||
+ | <div><img src="https://static.igem.org/mediawiki/2017/4/48/T--INSA-UPS_France--Experiments_module-harveyi.png" alt=""></div> | ||
+ | <div><img src="https://static.igem.org/mediawiki/2017/9/99/T--INSA-UPS_France--Experiments_module-pichia.png" alt=""></div> | ||
+ | </div> | ||
+ | <div> | ||
+ | <div> | ||
+ | <h2>Expressing VhCqsA (4th time) + VcCqsA cloning</h2> | ||
+ | <ul> | ||
+ | <li>Production of C8-CAI-1 in minimal media, extration on LLE dichloromethane and analysis on NMR (fail)</li> | ||
+ | <li>PCR on VcCqsA</li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | <div> | ||
+ | <h2>Step 2 CqsS Rc assembly in progress…still no success for Vh3</h2> | ||
+ | <ul> | ||
+ | <li>Amplification, digestion of pBR322-Vh1 pGEM-Vh2 and ligation in <i>E. coli</i> TOP10 competent cells (attempt B and C)</li> | ||
+ | <li>Transformation of Vh3 (attempt #11 to #13) in <i>E. coli</i> TOP10 competent cells using an alternative restriction enzyme : PstI-HF restriction enzyme is remplaced by SpeI.</li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | <div> | ||
+ | <h2>Cloning</h2> | ||
+ | <p> | ||
+ | We obtained the YFP gene after the GAP promotor and the FUS1 promotor in <i>E. coli</i>. | ||
+ | </p> | ||
+ | <h2>Experiments with <i>P. pastoris</i></h2> | ||
+ | <ul> | ||
+ | <li>pGAP-YFP and pFUS-YFP were transformed in <i>P. pastoris</i>.</li> | ||
+ | <li><i>P. pastoris</i> clones were obtained with pPICZα-Odr10 ; pPICZα-leucrocine and pPICZα-cOT2 but the PCR colony didn’t work. After several trials and controls we concluded that the DNA extraction the way we did it was not enough to do a PCR of the GAP promotor in the pichia genome.</li> | ||
+ | <li>A kinetic study of <i>V. harveyi</i> growth was made using pichia supernatant. → A difference was observed but the experiment needs to be done again.</li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </section> | ||
+ | </div> | ||
+ | |||
+ | <!-- Week 33 --> | ||
+ | <div class="week" id="week-33"> | ||
+ | <section> | ||
+ | <h1><i class="fa fa-chevron-left last-week" aria-hidden="true"></i> Week 33 <i class="fa fa-chevron-right next-week" aria-hidden="true"></i></h1> | ||
+ | </section> | ||
+ | <section class="week-igemers"> | ||
+ | <h2>08-16: Skype with the iGEM team of Groningen</h2> | ||
+ | </section> | ||
+ | <section class="week-team"> | ||
+ | <h2>08-17: “iGEM on ice”</h2> | ||
+ | <img src="https://static.igem.org/mediawiki/2017/7/70/T--INSA-UPS_France--Notebook_Week-33.jpg" alt=""> | ||
+ | </section> | ||
+ | <section class="week-experiment"> | ||
+ | <h2>Experiments</h2> | ||
+ | <div class="wet-lab-notebook"> | ||
+ | <div> | ||
+ | <div><img src="https://static.igem.org/mediawiki/2017/4/4e/T--INSA-UPS_France--Experiments_module-coli.png" alt=""></div> | ||
+ | <div><img src="https://static.igem.org/mediawiki/2017/4/48/T--INSA-UPS_France--Experiments_module-harveyi.png" alt=""></div> | ||
+ | <div><img src="https://static.igem.org/mediawiki/2017/9/99/T--INSA-UPS_France--Experiments_module-pichia.png" alt=""></div> | ||
+ | </div> | ||
+ | <div> | ||
+ | <div> | ||
+ | <h2>Cloning of VcCqsA</h2> | ||
+ | <ul> | ||
+ | <li>From ligation to transformation : transformants grew.</li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | <div> | ||
+ | <h2>Step 2 CqsS Rc assembly in progress, preparation of the conjugation</h2> | ||
+ | <ul> | ||
+ | <li>Analysis of the transformants (attempt #13) by checking the restriction map : the part 3 is successfully cloned in pSB1C3. The transformant is stored in glycerol at -80°C.</li> | ||
+ | <li>Amplification of pBBR1MCS-4 and pBBR1MCS-5 for cloning of Vh3 and for a conjugation assay. </li> | ||
+ | <li>Ligation of Vh3 in pBBR1MCS-4 and transformation in <i>E. coli</i> TOP10 (attempt α). </li> | ||
+ | <li>Amplification, digestion of pBR322-Vh1 pGEM-Vh2 and ligation in <i>E. coli</i> TOP10 competent cells (attempt D to F) </li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | <div> | ||
+ | <ul> | ||
+ | <li><i>P. pastoris</i> clones were obtained with the YFP reporter behind both promotor: GAP and FUS1.</li> | ||
+ | <li>Fluorescence test was made but it didn’t work.</li> | ||
+ | <li>A cytotoxicity test was made on V.harveyi with pichia-AMP supernantant but we had trouble because of volumes used.</li> | ||
+ | <li>We tried a new DNA extraction protocol to do the PCR colony on <i>P. pastoris</i> and it did work.</li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </section> | ||
+ | </div> | ||
+ | |||
+ | |||
+ | <!-- Week 34 --> | ||
+ | <div class="week" id="week-34"> | ||
+ | <section> | ||
+ | <h1><i class="fa fa-chevron-left last-week" aria-hidden="true"></i> Week 34 <i class="fa fa-chevron-right next-week" aria-hidden="true"></i></h1> | ||
+ | </section> | ||
+ | <section class="week-meeting"> | ||
+ | <h2>08-24: 26th brainstorming</h2> | ||
+ | <p> | ||
+ | We finally choose our track! We will be candidate in “information processing”, to highlight the prokaryote-eukaryote communications in our multimicrobial system! | ||
+ | </p> | ||
+ | </section> | ||
+ | <section class="week-experiment"> | ||
+ | <h2>Experiments</h2> | ||
+ | <div class="wet-lab-notebook"> | ||
+ | <div> | ||
+ | <div><img src="https://static.igem.org/mediawiki/2017/4/4e/T--INSA-UPS_France--Experiments_module-coli.png" alt=""></div> | ||
+ | <div><img src="https://static.igem.org/mediawiki/2017/4/48/T--INSA-UPS_France--Experiments_module-harveyi.png" alt=""></div> | ||
+ | <div><img src="https://static.igem.org/mediawiki/2017/9/99/T--INSA-UPS_France--Experiments_module-pichia.png" alt=""></div> | ||
+ | </div> | ||
+ | <div> | ||
+ | <div> | ||
+ | <h2>Confirming VcCqsa clone + Expressing VhCqsA (5th time)</h2> | ||
+ | <ul> | ||
+ | <li>Transformant were good</li> | ||
+ | <li>Production of C8-CAI-1 in minimal media, extration on LLE dichloromethane and analysis on NMR (fail)</li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | <div> | ||
+ | |||
+ | <ul> | ||
+ | <li>Analysis of the transformants (attempt #F) by checking the restriction map : the part Vh1+Vh2 is successfully cloned in pBR322. The transformant is stored in glycerol at -80°C.</li> | ||
+ | <li>Amplification, digestion of pBR322-Vh1+Vh2, pSB1C3-Vh3. Ligation and transformation (attempt #1 and #2) in <i>E. coli</i> TOP10 competent cells. </li> | ||
+ | <li>Ligation of Vh3 in pBBR1MCS-4 and transformation in <i>E. coli</i> TOP10 (attempt β and γ)</li> | ||
+ | <li>Vh3 part validation : diacetyl production assay by NMR detection with <i>E. coli</i> BL21. </li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | <div> | ||
+ | <ul> | ||
+ | <li>Cytotoxicity test was made again but this time on a petri dish. We had a halo for the antibiotic but <i>P. pastoris’</i> supernatant didn’t stop <i>V. harveyi’</i>s growth.</li> | ||
+ | <li>We’ve tried to characterize pFUS1 promoter in different media but we got no positive result.</li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </section> | ||
+ | </div> | ||
+ | |||
+ | <!-- Week 35 --> | ||
+ | <div class="week" id="week-35"> | ||
+ | <section> | ||
+ | <h1><i class="fa fa-chevron-left last-week" aria-hidden="true"></i> Week 35 <i class="fa fa-chevron-right next-week" aria-hidden="true"></i></h1> | ||
+ | </section> | ||
+ | <section class="week-ihp"> | ||
+ | <h2>08-28: First try for the device modeling</h2> | ||
+ | <p> | ||
+ | A 3D modeling of the device was initiated on the Solidworks software with the help of a professional in the design of industrial parts. The objective is to model the device in 3D and then to print the prototype. | ||
+ | </p> | ||
+ | </section> | ||
+ | <section class="week-meeting"> | ||
+ | <h2>08-31: 27th brainstorming</h2> | ||
+ | <p> | ||
+ | After much thinking, we are agreed that we want Margaux, Maxant and Margaux to be our speakers during the competition in Boston! | ||
+ | </p> | ||
+ | </section> | ||
+ | <section class="week-experiment"> | ||
+ | <h2> 08-31: Model</h2> | ||
+ | <p> | ||
+ | First MCA results! The control exerted by each parameter on the response time can now be analysed. | ||
+ | </p> | ||
+ | </section> | ||
+ | <section class="week-experiment"> | ||
+ | <h2>Experiments</h2> | ||
+ | <div class="wet-lab-notebook"> | ||
+ | <div> | ||
+ | <div><img src="https://static.igem.org/mediawiki/2017/4/4e/T--INSA-UPS_France--Experiments_module-coli.png" alt=""></div> | ||
+ | <div><img src="https://static.igem.org/mediawiki/2017/4/48/T--INSA-UPS_France--Experiments_module-harveyi.png" alt=""></div> | ||
+ | <div><img src="https://static.igem.org/mediawiki/2017/9/99/T--INSA-UPS_France--Experiments_module-pichia.png" alt=""></div> | ||
+ | </div> | ||
+ | <div> | ||
+ | <div> | ||
+ | <h2>Expressing VhCqsA (6th time) + Bioluminescence</h2> | ||
+ | <ul> | ||
+ | <li>Production of C8-CAI-1 in minimal media, extration on LLE dichloromethane and analysis on NMR (fail)</li> | ||
+ | <li>Optimisation of <i>Vibrio harveyi</i> JMH626 bioluminescent assay</li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | <div> | ||
+ | <ul> | ||
+ | <li>2nd diacetyl production assay by NMR detection with <i>E. coli</i> BL21.</li> | ||
+ | <li>Success of the conjugation assay of pBBR1MCS-4. </li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | <div> | ||
+ | <ul> | ||
+ | <li>This time, we tested the production of DNY15 in YPD with 40g/L of glucose instead of 30g/L because publications which use pGAP as a promotor to produce AMP sometimes have a higher production with more glucose.</li> | ||
+ | <li>Cytotoxicity tests using the supernatant from the 40g/L glucose culture media was made. Supernatants were filtered beforehand and half was freeze-dried. We got a weak halo for the DNY15 production in glucose 40 and supernatant freeze-dried!</li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </section> | ||
+ | </div> | ||
+ | |||
+ | <!-- Week 36 --> | ||
+ | <div class="week" id="week-36"> | ||
+ | <section> | ||
+ | <h1><i class="fa fa-chevron-left last-week" aria-hidden="true"></i> Week 36 <i class="fa fa-chevron-right next-week" aria-hidden="true"></i></h1> | ||
+ | </section> | ||
+ | <section class="week-pe"> | ||
+ | <h2>09-04: Start of our Ulule campaign</h2> | ||
+ | </section> | ||
+ | <section class="week-meeting"> | ||
+ | <h2>09-07: 28th brainstorming</h2> | ||
+ | </section> | ||
+ | <section class="week-team"> | ||
+ | <h2>09-08: Farewell party</h2> | ||
+ | <img src="https://static.igem.org/mediawiki/2017/5/52/T--INSA-UPS_France--Notebook_Week-36.jpg" alt=""> | ||
+ | </section> | ||
+ | <section class="week-ihp"> | ||
+ | <h2>09-09: Meeting with Marie-Pierre Escudié</h2> | ||
+ | </section> | ||
+ | <section class="week-experiment"> | ||
+ | <h2>Experiments</h2> | ||
+ | <div class="wet-lab-notebook"> | ||
+ | <div> | ||
+ | <div><img src="https://static.igem.org/mediawiki/2017/4/4e/T--INSA-UPS_France--Experiments_module-coli.png" alt=""></div> | ||
+ | <div><img src="https://static.igem.org/mediawiki/2017/4/48/T--INSA-UPS_France--Experiments_module-harveyi.png" alt=""></div> | ||
+ | <div><img src="https://static.igem.org/mediawiki/2017/9/99/T--INSA-UPS_France--Experiments_module-pichia.png" alt=""></div> | ||
+ | </div> | ||
+ | <div> | ||
+ | <div> | ||
+ | <h2>Expressing VhCqsA (7th time)</h2> | ||
+ | <ul> | ||
+ | <li>Production of C8-CAI-1 in minimal media, and analysis on MS (fail) extration on LLE dichloromethane and analysis on NMR (fail)</li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | <div> | ||
+ | <ul> | ||
+ | <li>3rd Diacetyl production assay by NMR detection with <i>E. coli</i> MG1655. </li> | ||
+ | <li>Amplification of pBBR1MCS-4 and pBBR1MCS-5. </li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | <div> | ||
+ | <ul> | ||
+ | <li>Because we still had trouble integrating some parts in <i>P. pastoris’</i> genome we tried the integration via electroporation and via chemical way at the same time.</li> | ||
+ | <li>We launched one again <i>P. pastoris</i> culture in YPD 40g/L and 50g/L glucose to try producing more DNY15.</li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </section> | ||
+ | </div> | ||
+ | |||
+ | <!-- Week 37 --> | ||
+ | <div class="week" id="week-37"> | ||
+ | <section> | ||
+ | <h1><i class="fa fa-chevron-left last-week" aria-hidden="true"></i> Week 37 <i class="fa fa-chevron-right next-week" aria-hidden="true"></i></h1> | ||
+ | </section> | ||
+ | <section class="week-meeting"> | ||
+ | <h2>09-14: 29th brainstorming</h2> | ||
+ | <p> | ||
+ | We’ve prepared the abstract, and choose a subtitle : “a synthetic microbial consortium” | ||
+ | </p> | ||
+ | </section> | ||
+ | <section class="week-experiment"> | ||
+ | <h2>Experiments</h2> | ||
+ | <div class="wet-lab-notebook"> | ||
+ | <div> | ||
+ | <div><img src="https://static.igem.org/mediawiki/2017/4/4e/T--INSA-UPS_France--Experiments_module-coli.png" alt=""></div> | ||
+ | <div><img src="https://static.igem.org/mediawiki/2017/4/48/T--INSA-UPS_France--Experiments_module-harveyi.png" alt=""></div> | ||
+ | <div><img src="https://static.igem.org/mediawiki/2017/9/99/T--INSA-UPS_France--Experiments_module-pichia.png" alt=""></div> | ||
+ | </div> | ||
+ | <div> | ||
+ | <div> | ||
+ | <h2>Bioluminescence assay</h2> | ||
+ | <ul> | ||
+ | <li>Trial on the expression of C8-CAI-1 with induction on bioluminescence on liquid media : fail</li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | <div> | ||
+ | <ul> | ||
+ | <li>4th diacetyl production assay by NMR detection with <i>E. coli</i> MG1655 in M9 media supplemented with xylose and pyruvate. </li> | ||
+ | <li>Transformation of <i>E. coli</i> TOP10 competent cells with GFP from iGEM kit</li> | ||
+ | <li>Ligation and transformation of pBBR1MCS-4 to RFP from iGEM kit in <i>E. coli</i> TOP10 competent cells for conjugation to <i>V. harveyi</i>. </li> | ||
+ | <li>Preparation of the clones for sequencing. </li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | <div> | ||
+ | <ul> | ||
+ | <li>We prepared sample to sequence the AMP genes we wanted to give to the iGEM registry.</li> | ||
+ | <li>Culture media from <i>P. pastoris</i> culture of last week were freeze-dried. And the cytotoxicity test on petri dish was made again but this time, even the positive control with antibiotic didn’t work.</li> | ||
+ | <li><i>P. pastoris</i> clones were obtained with pAOX1-leucrocine, pAOX1-cOT2, Odr10-pFUS-RFP.</li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </section> | ||
+ | </div> | ||
+ | |||
+ | <!-- Week 38 --> | ||
+ | <div class="week" id="week-38"> | ||
+ | <section> | ||
+ | <h1><i class="fa fa-chevron-left last-week" aria-hidden="true"></i> Week 38 <i class="fa fa-chevron-right next-week" aria-hidden="true"></i></h1> | ||
+ | </section> | ||
+ | <section class="week-meeting"> | ||
+ | <h2>09-21: 30th brainstorming</h2> | ||
+ | <p> | ||
+ | We’ve finished the experiment time, it’s time to write results for the wiki! | ||
+ | </p> | ||
+ | </section> | ||
+ | <section class="week-ihp"> | ||
+ | <h2>09-22: Meeting with UNICEF</h2> | ||
+ | <p> | ||
+ | He warned us that NGOs would agree to use a GMM system only if efficacy is proven and there is no danger of GMM proliferation. He also gave us an idea of the volume of water a village needs. Moreover, it is also important to make a system with as little waste as possible. | ||
+ | </p> | ||
+ | <p> | ||
+ | You can read the result of <a href="https://2017.igem.org/Team:INSA-UPS_France/Entrepreneurship/Testimonies#a6">Alama Keita's testimony here.</a> | ||
+ | </p> | ||
+ | </section> | ||
+ | <section class="week-experiment"> | ||
+ | <h2>Experiments</h2> | ||
+ | <div class="wet-lab-notebook"> | ||
+ | <div> | ||
+ | <div><img src="https://static.igem.org/mediawiki/2017/4/4e/T--INSA-UPS_France--Experiments_module-coli.png" alt=""></div> | ||
+ | <div><img src="https://static.igem.org/mediawiki/2017/4/48/T--INSA-UPS_France--Experiments_module-harveyi.png" alt=""></div> | ||
+ | <div><img src="https://static.igem.org/mediawiki/2017/9/99/T--INSA-UPS_France--Experiments_module-pichia.png" alt=""></div> | ||
+ | </div> | ||
+ | <div> | ||
+ | <div> | ||
+ | <h2>Bioluminescence assay</h2> | ||
+ | <ul> | ||
+ | <li>Trial on the expression of C8-CAI-1 with induction on bioluminescence on plate : success</li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | <div> | ||
+ | <ul> | ||
+ | <li>Results of the 4th Diacetyl production assay by NMR detection: a small peak of diacetyl is visible. </li> | ||
+ | <li>5th diacetyl production assay by NMR detection with <i>E. coli</i> MG1655 in M9 media supplemented with xylose and pyruvate. </li> | ||
+ | <li>Results of ligation of RFP in conjugative plasmid: all transformants are red. Two transformants are stored at -80°C in order to be used for conjugation assay. </li> | ||
+ | <li>Preparative work for the ligation of Vh3 in pBBR1MCS-4 with fresh material</li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | <div> | ||
+ | <ul> | ||
+ | <li>AMP genes were sent to be sequenced.</li> | ||
+ | <li><i>P. pastoris</i> producing DNY15 was cultured to do a RT-qPCR experiment to compare it to the WT <i>P. pastoris</i>.</li> | ||
+ | <li>New cytotoxicity tests on petri dish were made but this time it didn’t work because of the paper disk we used. Once again the positive control didn’t work.</li> | ||
+ | <li>Cultures in BMMY adding methanol every 24h for 120h were made for both pAOX1-leucrocine and pAOX1-cOT2 P.pastoris clones. Half of each supernatant was stored at 4°C and the other half was evaporated to concentrate 10 times.</li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </section> | ||
+ | </div> | ||
+ | |||
+ | <!-- Week 39 --> | ||
+ | <div class="week" id="week-39"> | ||
+ | <section> | ||
+ | <h1><i class="fa fa-chevron-left last-week" aria-hidden="true"></i> Week 39 <i class="fa fa-chevron-right next-week" aria-hidden="true"></i></h1> | ||
+ | </section> | ||
+ | <section class="week-meeting"> | ||
+ | <h2>09-27: 31th brainstorming</h2> | ||
+ | <p> | ||
+ | We’ve started to make rehearsals for the presentation in Boston. | ||
+ | </p> | ||
+ | </section> | ||
+ | <section class="week-pe"> | ||
+ | <h2>09-29: European Researcher's Night</h2> | ||
+ | <p> | ||
+ | We’ve been to the European Researcher’s Night, a major scientific event that gather researchers and general public in a convivial atmosphere. In 2017, the topic of the event was “Impossible”. In order to follow this thematic, we chose to focus our workshop on the incredible features of biodiversity, how to use it in synthetic biology, and what are legal limits on GMO use in France. | ||
+ | </p> | ||
+ | <img src="https://static.igem.org/mediawiki/2017/0/05/T--INSA-UPS_France--Notebook_Week-39.jpg" alt=""> | ||
+ | <!-- link --> | ||
+ | </section> | ||
+ | <section class="week-experiment"> | ||
+ | <h2>Experiments</h2> | ||
+ | <div class="wet-lab-notebook"> | ||
+ | <div> | ||
+ | <div><img src="https://static.igem.org/mediawiki/2017/4/4e/T--INSA-UPS_France--Experiments_module-coli.png" alt=""></div> | ||
+ | <div><img src="https://static.igem.org/mediawiki/2017/4/48/T--INSA-UPS_France--Experiments_module-harveyi.png" alt=""></div> | ||
+ | <div><img src="https://static.igem.org/mediawiki/2017/9/99/T--INSA-UPS_France--Experiments_module-pichia.png" alt=""></div> | ||
+ | </div> | ||
+ | <div> | ||
+ | <div> | ||
+ | <!--<h2>Titre</h2> | ||
+ | <p> | ||
+ | Lorem ipsum dolor sit amet, consectetur adipisicing elit. Repudiandae repellat, delectus ab voluptatem pariatur suscipit sed perspiciatis nisi officiis iusto nulla facere provident incidunt dolorum voluptate eligendi ut unde error? | ||
+ | </p>--> | ||
+ | </div> | ||
+ | <div> | ||
+ | <ul> | ||
+ | <li>Observation by microscopy of <i>V. harveyi</i> (rfp) transformant</li> | ||
+ | <li>Ligation of pBBR1MCS-4 and Vh3 at 16°C overnight, and transformation in competent <i>E. coli</i> (Stellars)</li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | <div> | ||
+ | <ul> | ||
+ | <li>New cytotoxicity tests on petri dishes were made with the leucrocine and cOT2 supernatants. This time with appropriate discs. Positive control did not work again.</li> | ||
+ | <li> New cytotoxicity tests on petri dishes were made but using pure chloramphenicol. A weak halo was seen. We found out that the <i>V. harveyi</i> strain we used to do cytotoxicity test was maybe! the JMH626 one which was chloramphenicol-resistant. </li> | ||
+ | <li>RT-PCR experiment was made.</li> | ||
+ | <li>To test the Odr10-RFP system and activate pFUS, nitrogen depletion cultures were done and two sources of nitrogen were tested: sulfate ammonium and glutamine. The fluorescence following was made in a plate reader.</li> | ||
+ | <li>New cytotoxicity tests on petri dishes were made starting from a fresh <i>V. harveyi</i> cuture. Leucrocine, cOT2 and D-NY15 (40g/L and 50g/L glucose) productions were tested. Halos are clearly visible for D-NY15 40g / L not concentrated and concentrated 10 times.</li> | ||
+ | <li>A 24 well plate was launched by adding leucrocine, cOT2 and D-NY15 supernatant to <i>V. harveyi</i> cultures in exponential phase.</li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </section> | ||
+ | </div> | ||
+ | |||
+ | <!-- Week 40 --> | ||
+ | <div class="week" id="week-40"> | ||
+ | <section> | ||
+ | <h1><i class="fa fa-chevron-left last-week" aria-hidden="true"></i> Week 40 <i class="fa fa-chevron-right next-week" aria-hidden="true"></i></h1> | ||
+ | </section> | ||
+ | <section class="week-ihp"> | ||
+ | <h2>10-02: Meeting with Pierre-Alain Hoffmann, director of CRITT Bio-industries.</h2> | ||
+ | <p> | ||
+ | Between these two appointments, we have elaborated the business plan ourselves. Pierre-Alain Hoffmann read it and made a feed-back. He was pleased with our work, ensuring that some start-ups do not start their business with such a business plan. | ||
+ | </p> | ||
+ | </section> | ||
+ | <section class="week-meeting"> | ||
+ | <h2>10-05: 32th brainstorming</h2> | ||
+ | <p> | ||
+ | Rehearsals, and writing of different pages of the wiki. | ||
+ | </p> | ||
+ | </section> | ||
+ | <section class="week-pe"> | ||
+ | <h2>10-04: High school practical work</h2> | ||
+ | <p> | ||
+ | We prepared an intervention for High School senior students in scientific classes. Our involvement was focused on 3 main goals: implement a learner-centred pedagogical approach in a high school class, make discover biotechnologies through a practical approach, and discuss on “how to be part of science, and which paths to choose after high school?”. | ||
+ | </p> | ||
+ | <img src="https://static.igem.org/mediawiki/2017/8/8a/T--INSA-UPS_France--Notebook_Week-42.jpg" alt=""> | ||
+ | </section> | ||
+ | </div> | ||
+ | |||
+ | <!-- Week 41 --> | ||
+ | <div class="week" id="week-41"> | ||
+ | <section> | ||
+ | <h1><i class="fa fa-chevron-left last-week" aria-hidden="true"></i> Week 41 <i class="fa fa-chevron-right next-week" aria-hidden="true"></i></h1> | ||
+ | </section> | ||
+ | <section class="week-meeting"> | ||
+ | <h2>33th brainstorming</h2> | ||
+ | <p> | ||
+ | Rehearsals, and writing of different pages of the wiki. | ||
+ | </p> | ||
+ | </section> | ||
+ | <section class="week-pe"> | ||
+ | <h2>All week: exhibition at Bib'INSA</h2> | ||
+ | <p> | ||
+ | In order to make former iGEM Toulouse projects understandable for all scientist student (and not only for biologists), we redesigned posters of previous project E. calculus, SubtiTree, ApiColi, Paleotilis, and of our project Croc’n Cholera. | ||
+ | </p> | ||
+ | </section> | ||
+ | |||
+ | </div> | ||
+ | |||
+ | <!-- Week 42 --> | ||
+ | <div class="week" id="week-42"> | ||
+ | <section> | ||
+ | <h1><i class="fa fa-chevron-left last-week" aria-hidden="true"></i> Week 42 <i class="fa fa-chevron-right next-week" aria-hidden="true"></i></h1> | ||
+ | </section> | ||
+ | <section class="week-ihp"> | ||
+ | <h2>10-10: End of the 3D modeling of the device and 3D printing</h2> | ||
+ | <p> | ||
+ | The device was printed in 3D by the High school Georges Cabanis at Brive-La-Gaillarde. | ||
+ | </p> | ||
+ | <img src="" alt=""> | ||
+ | </section> | ||
+ | <section class="week-experiment"> | ||
+ | <h2>10-11: Model</h2> | ||
+ | <p> | ||
+ | Some inaccuracies in our mathematical model have been corrected, we have now the final version of all our Matlab files! Results will be used for our entrepreneurship and design work. | ||
+ | </p> | ||
+ | <h2>10-13</h2> | ||
+ | <p> | ||
+ | We have now our final MCA, and performed a global analysis of our system. We can now definitely conclude about sensitivity and robustness of our model. | ||
+ | </p> | ||
+ | </section> | ||
+ | <section class="week-pe"> | ||
+ | <h2>13-10: Seminar at the campus science Toulouse</h2> | ||
+ | <p> | ||
+ | After working during several months on synthetic biology for our iGEM project, we needed to organize an event to present our work and the one achieved by the previous iGEM teams. We also wanted to have an exchange of opinions with people who possibly have different values and considerations than us. The intended public was mainly composed of the Paul Sabatier university and INSA Toulouse students, two of the schools we are intending. | ||
+ | </p> | ||
+ | </section> | ||
+ | </div> | ||
+ | |||
+ | <!-- Week 43 --> | ||
+ | <div class="week" id="week-43"> | ||
+ | <section> | ||
+ | <h1><i class="fa fa-chevron-left last-week" aria-hidden="true"></i> Week 43 <i class="fa fa-chevron-right next-week" aria-hidden="true"></i></h1> | ||
+ | </section> | ||
+ | <section class="week-experiment"> | ||
+ | <h2>10-21: Model</h2> | ||
+ | <p> | ||
+ | An intuitive modeling interface have been built for displaying our model results to non-specialists. | ||
+ | </p> | ||
+ | </section> | ||
+ | </div> | ||
+ | |||
+ | <!-- Week 44 --> | ||
+ | <div class="week" id="week-44"> | ||
+ | <section> | ||
+ | <h1><i class="fa fa-chevron-left last-week" aria-hidden="true"></i> Week 44 <i class="fa fa-chevron-right next-week" aria-hidden="true"></i></h1> | ||
+ | </section> | ||
+ | </div> | ||
+ | |||
+ | <!-- fin section --> | ||
+ | <style> | ||
+ | .links_end{ | ||
+ | background: none; | ||
+ | } | ||
+ | .links_end table{ | ||
+ | width:100%; | ||
+ | } | ||
+ | .links_end th, .links_end td{ | ||
+ | font-size:18pt; | ||
+ | padding:10px; | ||
+ | } | ||
+ | .links_end td{ | ||
+ | |||
+ | border:solid #eee 1px; | ||
+ | } | ||
+ | </style> | ||
+ | |||
+ | <section class="links_end"> | ||
+ | <table> | ||
+ | <tr> | ||
+ | <th colspan="6"> | ||
+ | Realisations pages | ||
+ | </th> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td><a href="https://2017.igem.org/Team:INSA-UPS_France/Experiments">Overview</a></td> | ||
+ | <td><i>Notebook</i></td> | ||
+ | <td><a href="https://2017.igem.org/Team:INSA-UPS_France/Experiments/Clonings">Clonings</a></td> | ||
+ | <td><a href="https://2017.igem.org/Team:INSA-UPS_France/Results">Results</a></td> | ||
+ | <td><a href="https://2017.igem.org/Team:INSA-UPS_France/Contribution">Contribution</a></td> | ||
+ | <td><a href="https://2017.igem.org/Team:INSA-UPS_France/Protocols">Protocols</a></td> | ||
+ | <td><a href="https://2017.igem.org/Team:INSA-UPS_France/Safety">Safety</a></td> | ||
+ | </tr> | ||
+ | </table> | ||
+ | </section> | ||
+ | </div> | ||
+ | </div> | ||
− | |||
<footer> | <footer> | ||
Line 955: | Line 2,325: | ||
<a href="https://www.veolia.com/en"><img src="https://static.igem.org/mediawiki/2017/9/91/T--INSA-UPS_France--Logo_veolia.png" alt=""></a> | <a href="https://www.veolia.com/en"><img src="https://static.igem.org/mediawiki/2017/9/91/T--INSA-UPS_France--Logo_veolia.png" alt=""></a> | ||
<a href="https://www.france-science.org/-Homepage-English-.html"><img src="https://static.igem.org/mediawiki/2017/1/1a/T--INSA-UPS_France--Logo_ambassade.jpg" alt=""></a> | <a href="https://www.france-science.org/-Homepage-English-.html"><img src="https://static.igem.org/mediawiki/2017/1/1a/T--INSA-UPS_France--Logo_ambassade.jpg" alt=""></a> | ||
+ | <a href="https://www-lbme.biotoul.fr/"><img src="https://static.igem.org/mediawiki/2017/5/51/T--INSA-UPS_France--Logo_LBME.png" alt=""></a> | ||
+ | <a href="https://www6.toulouse.inra.fr/metatoul_eng/"><img src="https://static.igem.org/mediawiki/2017/1/16/T--INSA-UPS_France--Logo_metatoul.png" alt=""></a> | ||
<a href="http://www.univ-tlse3.fr/associations-+/do-you-have-a-project--378066.kjsp?RH=1238417866394"><img src="https://static.igem.org/mediawiki/2017/5/5b/T--INSA-UPS_France--Logo_fsdie.png" alt=""></a> | <a href="http://www.univ-tlse3.fr/associations-+/do-you-have-a-project--378066.kjsp?RH=1238417866394"><img src="https://static.igem.org/mediawiki/2017/5/5b/T--INSA-UPS_France--Logo_fsdie.png" alt=""></a> | ||
<a href="http://en.univ-toulouse.fr/our-strengths"><img src="https://static.igem.org/mediawiki/2017/9/93/T--INSA-UPS_France--Logo_fsie.jpg" alt=""></a> | <a href="http://en.univ-toulouse.fr/our-strengths"><img src="https://static.igem.org/mediawiki/2017/9/93/T--INSA-UPS_France--Logo_fsie.jpg" alt=""></a> | ||
Line 980: | Line 2,352: | ||
<script type="text/javascript"> | <script type="text/javascript"> | ||
+ | |||
+ | $(document).on("click",".last-week", function(){ | ||
+ | var target_str=$(this).parent().parent().parent().attr('id'); | ||
+ | target_str=target_str.slice(5); | ||
+ | var target=parseInt(target_str)-1; | ||
+ | $('[data-target="'+(target+1)+'"]').removeClass('current-week'); | ||
+ | $('[data-target="'+target+'"]').addClass('current-week'); | ||
+ | $('#week-'+(target+1)).removeClass("visible-week"); | ||
+ | $('#week-'+target).addClass("visible-week"); | ||
+ | }); | ||
+ | |||
+ | $(document).on("click",".next-week", function(){ | ||
+ | var target_str=$(this).parent().parent().parent().attr('id'); | ||
+ | target_str=target_str.slice(5); | ||
+ | var target=parseInt(target_str)+1; | ||
+ | $('[data-target="'+(target-1)+'"]').removeClass('current-week'); | ||
+ | $('[data-target="'+target+'"]').addClass('current-week'); | ||
+ | $('#week-'+(target-1)).removeClass("visible-week"); | ||
+ | $('#week-'+target).addClass("visible-week"); | ||
+ | }); | ||
+ | |||
$(document).on("click",".month_container tr", function(){ | $(document).on("click",".month_container tr", function(){ | ||
var target = $(this).data("target"); | var target = $(this).data("target"); |
Latest revision as of 22:20, 1 November 2017
Here is a summary of what we did for our project, week by week.
You can go on our Human Practices labbook page to know more about how each event affected us to take a decision about the future of our project.
Our team was being recruited. Nothing happened this week!
Our team was being recruited. Nothing happened this week!
Our team was being recruited. Nothing happened this week!
Gathering the team members and distribute the tasks... The adventure begins!
We’ve took charge of differents accounts of the association (facebook, twitter, email, bank account, google drive…), and made a listing of 45 potential subjects for the competition.
We’ve selected 17 subjects that we considered the most originals, the most feasible, and the most interesting. We’ve imagined to make a dressing against nosocomial infections containing bacteria that produces antimicrobial peptides from crocodile. We’ve read that crocodile peptides are not toxic for humans at microbicide quantity.
Only 7 subjects left! To make a safe device, we’ve thought of switch on the dressing by using spores that can be activated with the temperature.
We made a list of our public engagement events. For our subject, we’ve focused our research on the originality, and we’ve noted that a similar dressing has already been made by an iGEM team before. So we imagined the use of anticoagulant molecules in the dressing. We’ve thought of a bandage for pets.
We’ve analysed the 7 subjects, and we’ve noted some technical issues. For the “crocodile peptides project”, we’ve raised several questions : what organisme should we use to produce antimicrobial peptides? We need to find an organism which is not susceptible to their antimicrobial activity. We need to use a special membrane to contain GMOs inside the dressing and not directly in contact to the skin.
Our team met for the first time outside the INSA buildings and shared a delicious korean meal after brainstorming the whole afternoon!
We’ve voted for our 4 favourite subjects : “crocodile antimicrobial peptides”, “bioluminescent living board”, “expiration pastille”, and “colourful cellular cycle”.
The problem of originality persists for the application: what about a suture thread? For the peptide-producer microorganism, a yeast could be a good solution because the antimicrobial activity of our peptide is bacterial-specific. For the activation of the peptide production, we’ve thought about lyophilisating the engineered yeast.
In view of what has already been done in iGEM for detection of quorum sensing molecules, it seems that we’ll need a bacteria to detect other quorum sensing molecules because it’s difficult to express a prokaryotic membrane-receptor into a yeast. So we’ve imagined a system with a prokaryote that detect a quorum sensing signal from a pathogenic bacteria, and that triggers peptide production by a yeast.
A second device is born: a shaker containing our too organisms (prokaryote-detector and yeast-peptide-producer) to detect and kill Vibrio cholerae in the water. We had a idea for our public engagement project: creating a pedagogic card game about microbiology. MicrobioWorld conception is in process...
Dropping of the first device because ALS detection of one single Staphylococcus aureus is going to be difficult. In contrary, Vibrio cholerae produces a high quantity of CAI-1, a specific quorum sensing molecule, at pathogenic quantity.
We’ve finally choose to work on cholera water treatment using a prokaryotic-eukaryotic communication.
Actual solution to fight against cholera are not sufficient to prevent great epidemics, we need to contact NGOs to benefit from their experience of the field of a cholera epidemy. For the proof of concept, we need to find an effective cholera detector, and a good peptide producer. The detector bacteria could be E. coli, or maybe V. harveyi, that already possess the quorum sensing receptor of CAI-1, and all the proteins to do the phosphorylation cascade in response of CAI-1.
We met Marc Lemonnier, founding CEO of ANTABIO: a start-up that develops novel therapies to treat drug-resistant infections by the most critical Gram-negative pathogens. This was our first meeting within the Entrepreneurship part of the project. The aim was to learn about the approach to follow to start a business and to have a first external opinion regarding the integration of our biological system into the market. You can read the result of his testimony here.
We’ve found a company called “Sunwaterlife” that work on water treatment by filtrating water in Toulouse. We’ve planned to meet them to take advices from their experience, and ask if they could help us to build our device to contain GMMs into a membrane to avoid their dispersion into the environment. For the peptide-producer yeast, we’ve selected Pichia pastoris, famous for it’s capacity of fast production of proteins. To make a communication between our two organisms, we’ve thought of using diacetyl: our detector organism produces diacetyl in response of CAI-1 detection, that triggers AMP by P. pastoris.
Following our appointment with Marc Lemonnier, we began to think about a device so that our system could treat the water in a tank for villagers or the water of a flask for the tourists. The challenge is to confine the microorganisms so that they do not go into the water.
For safety reasons we can’t use V. cholerae for our proof of concept, and we can’t use any gene from that bacteria. As V. harveyi is genetically close to V. cholerae but not pathogenic for human, we can use it’s quorum sensing molecule, the C8-CAI-1 that looks very much as the CAI-1, to mimic V. cholerae. Here, the idea is to engineer a bacteria to be a “cholerae-like bacteria” that produces a lot quorum sensing molecules to be detected by our detector V. harveyi.
Téo and Margaux went to a conference about V. cholerae to learn more about genetics of that bacteria, and the main differences between V. cholerae and V. harveyi.
We need to evaluate the volume of water to treat. In the case of our device contain 1L water, it’s for only 1 person but we can imagine to treat a high volume for an entire village. We’ve prepared a list of questions to ask to NGOs to make a user friendly device.
We’ve met 2 game designers and graphists students, Vincent and Julien, to help us in the conception of our card game about microbiology! They will make the graphism designs of our card game.
For the detection of diacetyl, we found the receptor Odr10, that activate the promoter pFUS for peptide production. For diacetyl production, the gene ALS is known to enhance diacetyl production, so we’ll need to express ALS gene in V. harveyi only when C8-CAI-1 is detected. This is complicated because the receptor of C8-CAI-1 induces a repression of the promoter pqrr4. We need to find a inhibitor regulation in our system.
We planed to do NMR analysis to detect C8-CAI-1 and diacetyl for the proof of concept. We’ve asked to Bassler’s lab to give us 2 V. harveyi strains: a WT one, and the JMH626 strain deleted from the gene CqsA, which can’t produce C8-CAI-1 by itself. We’ll need that strain to detect C8-CAI-1 from our engineered “E. coli cholera-like”. Purified diacetyl has been commanded to do induction experiments on P. pastoris. We find the Tet on/ Tet off repression system for diacetyl production in response to C8-CAI-1.
We made a survey about cholera disease and about our project to know if people are aware of cholera epidemics in Africa and the existing solutions, and to know if people would be ready to use a device containing GMMs to treat the water they drink.
We officialy the subject of our project on social media!
We took part to “Exposciences” which is a scientific festival. During this event we made children extract banana DNA thanks to simple ingredients that they can find in their kitchen. We also discussed with them about microorganisms thanks to paper fortune teller and this support led them to be curious on the microscopic world around them.
The main goals of these interventions were the discovery of biology and research at school with two workshops: Microorganisms and their environment and growth of microorganisms on a Petri dish.
We presented our project to Christophe Campéri-Ginestet who seems to be interested, especially by the detection function of V. cholerae. He would like to adapt it to the Sunwaterlife filters in order to have a direct colored response according to the water contamination. In addition, he would be willing to invest in our project in order to apply for JEI status (or “Young Innovative Enterprises” in english), a very interesting status for start-ups allowing them to have financial advantages. Besides, a collaboration is discussed so that Sunwaterlife provide us with their membranes, allowing us to confine our microorganisms within a device. He told us that he might be able to put us in touch with a UNICEF person in charge of cholera epidemics.
You can read the result of his testimony here.
We’ve divided the subject in 3 modules. The “Quorum” module, with E. coli engineered to produce C8-CAI-1; the “Detection” module, with V. harveyi engineered to detect C8-CAI-1 and produce diacetyl in response; and the “Killing” module with P. pastoris engineered to detect diacetyl and produce crocodile AMP in response.
The main goals of these interventions were the discovery of biology and research at school with two workshops: Microorganisms and their environment and growth of microorganisms on a Petri dish.
A first version of the SBGN (Systems Biology Graphical Notation) summarizing our synthetic system have been drawn.
A scope statement was created for a device that treats the water of a tank and another for a device that treats the water in a flask.
We’ve received our IDT parts! We finally choose the name of our project: Croc’n cholera.
She explained that the detection of cholera in the patient is simple because the symptoms are known. She told us that our system would be more useful treating water tanks in villages far from cholera camps rather than tourists. Indeed, governments often hide epidemics from tourists and tourist places take enough precautions to avoid tourists’ contamination.
You can read the result of her testimony here.
A marketing approach has been initiated to study the strengths and weaknesses of our two potential products and to determine the approach to sell them. Thanks to a SWOT analysis on both products, we realized that the product to treat water in a flask is not adapted to the market. This product is therefore abandoned and we focus on a product that processes a larger volume of water, suitable for villagers in the affected countries.
Meeting with all the team members and supervisors and final choice of the global device purpose: made for people living in remote areas in Africa, which are far from NGOs camps and more vulnerable to a cholera epidemy.
Our mathematical model based on twelve ODEs was built!
Really interested in the ability to detect V. cholerae in water, Christophe Campéri-Ginestet asked us to provide our bibliographic research and results at the end of the iGEM project. In addition, in exchange for our financial investment in our project, we have to fill out the JEI document which attests to our R&D activity for Sunwaterlife. He also put us in touch with Alama Keita, cholera leader of UNICEF in Niger. Finally, we talked to him about our product to contain our microorganisms. He helped us to design a cylindrical device whose sections would be these membranes to ensure GMMs containment.
You can read the result of his testimony here.
We choose to made a Prezi for the presentation in Boston, the structure has been validated by instructors and students, and we made a first version of our poster for the meetup in Delft. Our wiki is online next day! Our survey has around 400 answers, so we can start analyses of results.
We’ve prepared some public engagement events for september : an exhibition at the campus science in Toulouse to showcase ancient iGEM Toulouse projects, and synthetic biology, a practical work in an high school, and we’ve planned to participate to the “European Researcher’s Night” with the LISBP by creating a game called “Possible or Impossible”, to open a dialogue about GMO legislation with people.
Citation from Cédric : “we must be humble before molecular biology”. Our card game conception progressing well! We find a name : MicrobioWorld, and the main rules has been determined after several crazy gameplay!
Fransisco Luquero assured us that the current solutions (bleach, boil water) were not the most suitable to treat water from cholera. Our device could be interesting if it is suitable to treat several liters of water and even if it contains GMM, it could be easily accepted by the population as long as it does not change the color and taste of water.
Our system of ODEs script and function have been developed in Matlab.
We’ve finished a first version of our presentation, which will be presented during the Parisian Meetup. The Matlab programming is done, the next step is to add values from bibliography.
We met Pierre-Alain Hoffmann, Deputy Director of CRITT Bio-Industries for the business plan elaboration. The knowledge in creation and development of companies of Pierre-Alain Hoffmann allowed us to understand the goal of a business plan. He accompanied us in this approach, explaining the points to be detailed in order to better integrate our system in the market.
As a preindustrial demonstrator recognized in France, TWB helps many projects to become companies. We presented them our project and had a positive feedback. It is even one of our biggest sponsors.
You can read the result of their testimony here.
Our collaborations with other iGEM teams are in process! We’ve started an experiment for iGEM Purdue.
All the experimental and literature values have been implemented in our Matlab script, which provides promising results. These first results will be used for preliminary work in design and entrepreneurship.
We obtained the YFP gene after the GAP promotor and the FUS1 promotor in E. coli.
We finally choose our track! We will be candidate in “information processing”, to highlight the prokaryote-eukaryote communications in our multimicrobial system!
A 3D modeling of the device was initiated on the Solidworks software with the help of a professional in the design of industrial parts. The objective is to model the device in 3D and then to print the prototype.
After much thinking, we are agreed that we want Margaux, Maxant and Margaux to be our speakers during the competition in Boston!
First MCA results! The control exerted by each parameter on the response time can now be analysed.
We’ve prepared the abstract, and choose a subtitle : “a synthetic microbial consortium”
We’ve finished the experiment time, it’s time to write results for the wiki!
He warned us that NGOs would agree to use a GMM system only if efficacy is proven and there is no danger of GMM proliferation. He also gave us an idea of the volume of water a village needs. Moreover, it is also important to make a system with as little waste as possible.
You can read the result of Alama Keita's testimony here.
We’ve started to make rehearsals for the presentation in Boston.
We’ve been to the European Researcher’s Night, a major scientific event that gather researchers and general public in a convivial atmosphere. In 2017, the topic of the event was “Impossible”. In order to follow this thematic, we chose to focus our workshop on the incredible features of biodiversity, how to use it in synthetic biology, and what are legal limits on GMO use in France.
Between these two appointments, we have elaborated the business plan ourselves. Pierre-Alain Hoffmann read it and made a feed-back. He was pleased with our work, ensuring that some start-ups do not start their business with such a business plan.
Rehearsals, and writing of different pages of the wiki.
We prepared an intervention for High School senior students in scientific classes. Our involvement was focused on 3 main goals: implement a learner-centred pedagogical approach in a high school class, make discover biotechnologies through a practical approach, and discuss on “how to be part of science, and which paths to choose after high school?”.
Rehearsals, and writing of different pages of the wiki.
In order to make former iGEM Toulouse projects understandable for all scientist student (and not only for biologists), we redesigned posters of previous project E. calculus, SubtiTree, ApiColi, Paleotilis, and of our project Croc’n Cholera.
The device was printed in 3D by the High school Georges Cabanis at Brive-La-Gaillarde.
Some inaccuracies in our mathematical model have been corrected, we have now the final version of all our Matlab files! Results will be used for our entrepreneurship and design work.
We have now our final MCA, and performed a global analysis of our system. We can now definitely conclude about sensitivity and robustness of our model.
After working during several months on synthetic biology for our iGEM project, we needed to organize an event to present our work and the one achieved by the previous iGEM teams. We also wanted to have an exchange of opinions with people who possibly have different values and considerations than us. The intended public was mainly composed of the Paul Sabatier university and INSA Toulouse students, two of the schools we are intending.
An intuitive modeling interface have been built for displaying our model results to non-specialists.
Notebook
January
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
1
2
3
4
February
29
30
31
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
1
2
3
4
March
26
27
28
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
1
April
26
27
28
29
30
31
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
1
2
3
4
5
6
May
30
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
1
2
3
June
28
29
30
31
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
1
July
25
26
27
28
29
30
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
1
2
3
4
5
August
30
31
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
1
2
September
27
28
29
30
31
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
October
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
1
2
3
4
Week 1
Week 2
Week 3
Week 4
01-25: Kick Off Meeting
Week 5
01-30: 2th brainstorming: on the track of crocodile antimicrobial peptides...
Week 6
02-06: 3th brainstorming meeting
Week 7
02-16: 4th brainstorming
02-13 to 02-17: Training course for INSA students at LISBP with our instructor Brice Enjalbert
Week 8
02-23: 5th brainstorming
Week 9
03-02: 6th brainstorming
Week 10
03-05: Team building at the restaurant
03-09: 7th brainstorming meeting
Week 11
03-12: Brainstorming in a café
03-14: 8th brainstorming
Week 12
03-21: 9th brainstorming
Week 13
03-26: Brainstorming in a café
03-30: 10th brainstorming
Week 14
04-06: 11th brainstorming
04-07: choice of the subject
Week 15
04-13: 12th brainstorming
04-10 to 04-14 Training course for the UPS students at LBME with our instructors Anthony Henras and Yves Romeo
Week 16
04-19: Meeting with Marc Lemonnier, CEO of Antabio
04-20: 13th brainstorming
Week 17
04-23: First drafts of Sobki, our mascot!
04-25:
04-26: 14th brainstorming
04-27:
Week 18
05-02: 15th brainstorming
05-07:
Week 19
05-11: 16th brainstorming
05-13: Paul & Margaux officialy joined our team!
Week 20
05-17: 17th brainstorming
05-18: iGEM distribution kit received
05-21 Sobki is born!
Week 21
05-25: Parts design day at Brice's
Week 22
05-28: Official announcement of our subject
05-30 and 31: Exposciences
06-01: Interventions in schools
Experiments
Design and orders
Design and orders
Week 23
06-06: Meeting with the CEO of Sunwaterlife
06-08: 18th brainstorming
06-09: Intervention in school
Experiments
Taking care of V. harveyi
Week 24
06-13: Model
06-14: Scope statement start
06-15: 19th brainstorming
06-16: Skype with Greece iGEM team
Experiments
Amplifying pSB1C3
Taking charge of the lab and of V. harveyi
Cloning
Digestion XbaI/NheI to check jmp62-DsRed gel migration profile
Digestion BamHI/NheI to check jmp62-YFP gel migration profile Week 25
06-19: Meeting with Doctors Without Borders, regional manager
06-23: Beginning of the marketing approach
06-22 Skype with NUS iGEM team
06-23: 20th brainstorming
06-23: Model
06-23: First appearance of Sobki, our mascott!
Experiments
Plasmids preparation
Plasmids preparation
Cloning
Week 26
06-26: Skype with the iGEM team of Purdue
06-28: Meeting with the CEO of Sunwaterlife, building a collaboration
06-30: First steps of our ethical matrix
06-29: 21th brainstorming
Experiments
Cloning VhCqsA
Assembly of V. harveyi gene circuit : starting the sub-cloning work
Cloning
→ It appears that the plasmid was well digested but the insert does not appear. There is an intense band around 1300bp that might correspond to supercoiled plasmid. To conclude it seems like pPICZα closed itself without the insert: BamHI and BglII are compatibles.
Week 27
07-06: 22th brainstorming
07-07: Delft European iGEM Meetup
Experiments
Cloning VhCqsA
Assembly of V. harveyi gene circuit : continuing the sub-cloning work
Cloning
Week 28
07-13: 23th brainstorming
07-14: Meeting with Doctors Without Borders, cholera specialist
Experiments
Assembly of V. harveyi gene circuit : continuing the sub-cloning work
Cloning
→ The hypothesis is that the liquid culture was too long so E. coli lost the plasmid.Experiments with P. pastoris
Week 29
07-17: Model
07-20: 24th brainstorming
07-20: First meeting with Pierre-Alain Hoffmann
07-21: Parisian meetup
Experiments
Expressing VhCqsA (2nd)
Assembly of V. harveyi gene circuit : A new strategy
Cloning
Experiments with P. pastoris
Week 30
07-23: Skype with the iGEM team of Greece
07-27: Meeting with Pierre Monsan at TWB
07-29: Team building in Pyrenees
Experiments
Expressing VhCqsA (3rd)
Assembly of V. harveyi gene circuit : The first transformant
Cloning
Experiments with P. pastoris
Week 31
08-01: 25th brainstorming
Experiments
Expressing VhCqsA (aborted) + Cloning of VcCqsA
Step 2 : reconstruction of CqsS Rc by ligating Vh2 to Vh1 in pBR322.
Cloning
Experiments with P. pastoris
Week 32
08-07: Skype with the iGEM team of Boston
08-07: Model
Experiments
Expressing VhCqsA (4th time) + VcCqsA cloning
Step 2 CqsS Rc assembly in progress…still no success for Vh3
Cloning
Experiments with P. pastoris
Week 33
08-16: Skype with the iGEM team of Groningen
08-17: “iGEM on ice”
Experiments
Cloning of VcCqsA
Step 2 CqsS Rc assembly in progress, preparation of the conjugation
Week 34
08-24: 26th brainstorming
Experiments
Confirming VcCqsa clone + Expressing VhCqsA (5th time)
Week 35
08-28: First try for the device modeling
08-31: 27th brainstorming
08-31: Model
Experiments
Expressing VhCqsA (6th time) + Bioluminescence
Week 36
09-04: Start of our Ulule campaign
09-07: 28th brainstorming
09-08: Farewell party
09-09: Meeting with Marie-Pierre Escudié
Experiments
Expressing VhCqsA (7th time)
Week 37
09-14: 29th brainstorming
Experiments
Bioluminescence assay
Week 38
09-21: 30th brainstorming
09-22: Meeting with UNICEF
Experiments
Bioluminescence assay
Week 39
09-27: 31th brainstorming
09-29: European Researcher's Night
Experiments
Week 40
10-02: Meeting with Pierre-Alain Hoffmann, director of CRITT Bio-industries.
10-05: 32th brainstorming
10-04: High school practical work
Week 41
33th brainstorming
All week: exhibition at Bib'INSA
Week 42
10-10: End of the 3D modeling of the device and 3D printing
10-11: Model
10-13
13-10: Seminar at the campus science Toulouse
Week 43
10-21: Model
Week 44
Realisations pages
Overview
Notebook
Clonings
Results
Contribution
Protocols
Safety