Line 40: | Line 40: | ||
border-radius:20px; | border-radius:20px; | ||
position:relative; | position:relative; | ||
− | margin-top: | + | margin-top:50px; |
} | } | ||
Line 71: | Line 71: | ||
bottom:-25px; | bottom:-25px; | ||
} | } | ||
+ | |||
+ | section h1{ | ||
+ | font-family: 'Quicksand', sans-serif; | ||
+ | font-size:34pt; | ||
+ | margin-top:-75px; | ||
+ | text-align: right; | ||
+ | } | ||
</style> | </style> | ||
Line 85: | Line 92: | ||
<section style="margin-top:200px;"> | <section style="margin-top:200px;"> | ||
− | <h1 style="text-align: left | + | <h1 style="text-align: left; font-size:40pt;">Notebook</h1> |
− | <p | + | <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. | ||
Line 97: | Line 104: | ||
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 110: | ||
} | } | ||
.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 131: | ||
.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 145: | ||
} | } | ||
.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; | ||
} | } | ||
Line 149: | Line 202: | ||
<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 180: | Line 233: | ||
<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 187: | Line 240: | ||
<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 210: | Line 263: | ||
<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 222: | Line 275: | ||
<td>14</td> | <td>14</td> | ||
<td>15</td> | <td>15</td> | ||
− | <td>16</td> | + | <td class="meeting_day">16</td> |
<td>17</td> | <td>17</td> | ||
<td>18</td> | <td>18</td> | ||
Line 231: | Line 284: | ||
<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 254: | Line 307: | ||
<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 279: | Line 332: | ||
<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 286: | Line 339: | ||
</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 314: | Line 367: | ||
<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> | ||
Line 323: | Line 376: | ||
<td>11</td> | <td>11</td> | ||
<td>12</td> | <td>12</td> | ||
− | <td>13</td> | + | <td class="meeting_day">13</td> |
<td>14</td> | <td>14</td> | ||
<td>15</td> | <td>15</td> | ||
Line 331: | Line 384: | ||
<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>25</td> | ||
− | <td>26</td> | + | <td class="meeting_day">26</td> |
<td>27</td> | <td>27</td> | ||
<td>28</td> | <td>28</td> | ||
Line 363: | Line 416: | ||
<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> | ||
Line 374: | Line 427: | ||
<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 383: | Line 436: | ||
<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 394: | Line 447: | ||
<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 419: | Line 472: | ||
<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 472: | Line 525: | ||
<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 528: | Line 581: | ||
<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">1</td> |
<td>2</td> | <td>2</td> | ||
<td>3</td> | <td>3</td> | ||
Line 536: | Line 589: | ||
<tr data-target="32"> | <tr data-target="32"> | ||
<td>6</td> | <td>6</td> | ||
− | <td>7</td> | + | <td class="igemers_day">7</td> |
<td>8</td> | <td>8</td> | ||
<td>9</td> | <td>9</td> | ||
Line 547: | Line 600: | ||
<td>14</td> | <td>14</td> | ||
<td>15</td> | <td>15</td> | ||
− | <td>16</td> | + | <td class="igemers_day">16</td> |
− | <td>17</td> | + | <td class="team_day">17</td> |
<td>18</td> | <td>18</td> | ||
<td>19</td> | <td>19</td> | ||
Line 557: | Line 610: | ||
<td>22</td> | <td>22</td> | ||
<td>23</td> | <td>23</td> | ||
− | <td>24</td> | + | <td class="meeting_day">24</td> |
<td>25</td> | <td>25</td> | ||
<td>26</td> | <td>26</td> | ||
Line 566: | Line 619: | ||
<td>29</td> | <td>29</td> | ||
<td>30</td> | <td>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 587: | Line 640: | ||
<tr data-target="36"> | <tr data-target="36"> | ||
<td>3</td> | <td>3</td> | ||
− | <td>4</td> | + | <td class="pe-event_day">4</td> |
<td>5</td> | <td>5</td> | ||
<td>6</td> | <td>6</td> | ||
− | <td>7</td> | + | <td class="meeting_day">7</td> |
− | <td>8</td> | + | <td class="team_day">8</td> |
− | <td>9</td> | + | <td class="ihp_day">9</td> |
</tr> | </tr> | ||
<tr data-target="37"> | <tr data-target="37"> | ||
Line 599: | Line 652: | ||
<td>12</td> | <td>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 608: | Line 661: | ||
<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 class="ihp_day">22</td> |
<td>23</td> | <td>23</td> | ||
</tr> | </tr> | ||
Line 616: | Line 669: | ||
<td>25</td> | <td>25</td> | ||
<td>26</td> | <td>26</td> | ||
− | <td>27</td> | + | <td class="meeting_day">27</td> |
<td>28</td> | <td>28</td> | ||
− | <td>29</td> | + | <td class="pe-event_day">29</td> |
<td>30</td> | <td>30</td> | ||
</tr> | </tr> | ||
Line 631: | Line 684: | ||
<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 682: | Line 735: | ||
section img{ | section img{ | ||
width:80%; | width:80%; | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } | ||
section p{ | section p{ | ||
Line 694: | Line 741: | ||
font-weight: 300; | font-weight: 300; | ||
margin-top:20px; | margin-top:20px; | ||
+ | text-align: justify; | ||
} | } | ||
section ul{ | section ul{ | ||
Line 722: | Line 770: | ||
width:100%; | width:100%; | ||
} | } | ||
− | |||
− | |||
− | |||
− | |||
− | |||
.wet-lab-notebook{ | .wet-lab-notebook{ | ||
Line 756: | Line 799: | ||
.week{ | .week{ | ||
display: none; | display: none; | ||
+ | margin-top: 50px; | ||
} | } | ||
.next-week, .last-week{ | .next-week, .last-week{ | ||
color:#3377A8; | color:#3377A8; | ||
cursor: pointer; | 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> | ||
− | < | + | |
− | <h1>Week | + | <!-- Week 2 --> |
+ | <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> | <p> | ||
Our team was being recruited. Nothing happened this week! | Our team was being recruited. Nothing happened this week! | ||
</p> | </p> | ||
− | + | </section> | |
− | <section class="week" id="week- | + | </div> |
− | <h1><i class="fa fa-chevron-left last-week" aria-hidden="true"></i> Week | + | |
+ | <!-- 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> | <p> | ||
− | + | Gathering the team members and distribute the tasks... The adventure begins! | |
</p> | </p> | ||
− | + | <img src="https://static.igem.org/mediawiki/2017/5/57/T--INSA-UPS_France--Notebook_Week-4.jpg" alt=""> | |
− | < | + | </section> |
− | <h1><i class="fa fa-chevron-left last-week" aria-hidden="true"></i> Week | + | </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> | <p> | ||
− | Our team | + | 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> | ||
+ | </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><i> | ||
+ | Dropping of first device | ||
+ | </i></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> | ||
+ | </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> | ||
+ | </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><i> | ||
+ | Technical solutions | ||
+ | </i></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><i> | ||
+ | Second device proposition | ||
+ | </i></p> | ||
+ | </section> | ||
+ | <section class="week-team"> | ||
+ | <h2>04-07: choice of the subject</h2> | ||
+ | </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> | ||
+ | </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> | ||
+ | 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> | ||
+ | </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</h2> | ||
+ | <img src="https://static.igem.org/mediawiki/2017/0/02/T--INSA-UPS_France--Notebook_Week-16.jpg" alt=""> | ||
+ | </section> | ||
+ | <section class="week-meeting"> | ||
+ | <h2>04-26: 14th brainstorming</h2> | ||
+ | </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> | ||
+ | </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> | ||
+ | </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> | ||
+ | </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> | ||
+ | </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-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-31: Exposciences</h2> | ||
+ | <p> | ||
+ | We took part to the Exposciences event. | ||
</p> | </p> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
<!-- LINK --> | <!-- LINK --> | ||
− | + | <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> | |
− | + | <!-- LINK --> | |
− | + | <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> | <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> | <div> | ||
− | <h2>Design and orders</h2> | + | <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> | |
− | <!--<h2>Titre</h2> | + | <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> | ||
</div> | </div> | ||
− | </ | + | </section> |
− | </ | + | </div> |
− | < | + | |
− | <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> | + | <!-- Week 23 --> |
− | <h2>06-06: Meeting with the CEO of Sunwaterlife</h2> | + | <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> |
− | + | 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"> |
− | <div> | + | <h2>06-08: 18th brainstorming</h2> |
+ | </section> | ||
+ | <section class="week-pe"> | ||
+ | <h2>06-09: Intervention in school</h2> | ||
+ | <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> | ||
− | < | + | <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> | <div> | ||
− | <h2>Taking care of <i>V. harveyi</i></h2> | + | <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> | ||
</div> | </div> | ||
− | </ | + | </section> |
− | </ | + | </div> |
− | < | + | |
− | <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> | + | <!-- Week 24 --> |
− | <h2>06- | + | <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-ihp"> | |
− | < | + | <h2>06-14: Scope statement start</h2> |
− | < | + | <p><i> |
− | + | Third device proposition | |
− | + | </i></p> | |
− | + | </section> | |
− | </ | + | <section class="week-meeting"> |
− | <div> | + | <h2>06-15: 19th brainstorming</h2> |
+ | </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> | ||
− | < | + | <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> | <div> | ||
− | <h2>Taking charge of the lab and of <i>V. harveyi</i></h2> | + | <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>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> | ||
</div> | </div> | ||
− | </ | + | </section> |
− | </ | + | </div> |
− | < | + | |
− | <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> | + | <!-- Week 25 --> |
− | <h2>06-19: Meeting with Doctors Without Borders, regional manager</h2> | + | <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> | |
− | + | 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-22: Meeting with all the team members and supervisors</h2> | + | <h2>06-20: Cholera survey</h2> |
− | + | <p> | |
− | + | We shared our survey about cholera on the social media. | |
− | + | <!-- lINK --> | |
− | <h2>06-23: First appearance of Sobki, our mascott!</h2> | + | </p> |
− | + | </section> | |
− | + | <section class="week-igemers"> | |
− | < | + | <h2>06-22 Skype with NUS iGEM team</h2> |
− | < | + | </section> |
− | + | <section class="week-meeting"> | |
− | + | <h2>06-23: Meeting with all the team members and supervisors</h2> | |
− | + | <p><i> | |
− | + | Final choice of the global device purpose | |
− | + | </i></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> | ||
− | < | + | <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> | <div> | ||
− | <h2>Plasmids preparation</h2> | + | <div> |
− | + | <h2>Plasmids preparation</h2> | |
− | <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> | + | <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>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> | ||
</div> | </div> | ||
− | </ | + | </section> |
− | </ | + | </div> |
− | < | + | |
− | <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> | + | <!-- Week 26 --> |
− | <h2>06-28: Meeting with the CEO of Sunwaterlife, building a collaboration</h2> | + | <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> | |
− | + | 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> |
− | <div> | + | <!-- img éthique --> |
+ | </section> | ||
+ | <section class="week-meeting"> | ||
+ | <h2>06-29: 21th brainstorming</h2> | ||
+ | </section> | ||
+ | <section class="week-team"> | ||
+ | <h2>06-30: Tropicool!</h2> | ||
+ | <img src="https://static.igem.org/mediawiki/2017/6/6b/T--INSA-UPS_France--Notebook_Week-26.jpg" alt=""> | ||
+ | </section> | ||
+ | <section class="week-experiment"> | ||
+ | <h2>Experiments</h2> | ||
+ | <div class="wet-lab-notebook"> | ||
<div> | <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> | <div> | ||
− | <h2>Assembly of <i>V. harveyi</i> gene circuit : starting the sub-cloning work</h2> | + | <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>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> | ||
</div> | </div> | ||
− | </ | + | </section> |
− | </ | + | </div> |
− | < | + | |
− | <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> | + | <!-- 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> | |
− | + | </section> | |
− | + | <section class="week-igemers"> | |
− | </ | + | <h2>07-07: Delft European iGEM Meetup</h2> |
− | <div> | + | <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> | ||
− | < | + | <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> | <div> | ||
− | <h2>Assembly of <i>V. harveyi</i> gene circuit : continuing the sub-cloning work</h2> | + | <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>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> | ||
</div> | </div> | ||
− | </ | + | </section> |
− | </ | + | </div> |
− | < | + | <!-- Week 28 --> |
− | <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> | + | <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> |
− | < | + | </section> |
− | + | <section class="week-ihp"> | |
− | + | <h2>07-14: Meeting with Doctors Without Borders, cholera specialist</h2> | |
− | + | </section> | |
− | + | <section class="week-experiment"> | |
− | + | <h2>Experiments</h2> | |
+ | <div class="wet-lab-notebook"> | ||
<div> | <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> | <div> | ||
− | <h2>Assembly of <i>V. harveyi</i> gene circuit : continuing the sub-cloning work</h2> | + | <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>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> | ||
</div> | </div> | ||
− | </ | + | </section> |
− | </ | + | </div> |
− | < | + | |
− | <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> | + | <!-- Week 29 --> |
− | <h2>07- | + | <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-meeting"> | |
− | + | <h2>07-20: 24th brainstorming</h2> | |
− | + | </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> | ||
− | < | + | <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> | <div> | ||
− | <h2>Assembly of <i>V. harveyi</i> gene circuit : A new strategy</h2> | + | <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>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> | ||
+ | </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 at TWB</h2> | ||
+ | <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> | ||
− | < | + | <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> | <div> | ||
− | <h2>Expressing VhCqsA (3rd)</h2> | + | <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>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> | ||
</div> | </div> | ||
− | </ | + | </section> |
− | </ | + | </div> |
− | < | + | <!-- Week 31 --> |
− | <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> | + | <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> | |
− | + | </section> | |
− | + | <section class="week-experiment"> | |
− | + | <h2>Experiments</h2> | |
+ | <div class="wet-lab-notebook"> | ||
<div> | <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> | <div> | ||
− | <h2>Step 2 : reconstruction of CqsS Rc by ligating Vh2 to Vh1 in pBR322. </h2> | + | <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>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> | ||
</div> | </div> | ||
− | </ | + | |
− | + | </section> | |
− | </ | + | </div> |
− | < | + | <!-- Week 32 --> |
− | <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> | + | <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>Experiments</h2> | |
+ | <div class="wet-lab-notebook"> | ||
<div> | <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> | <div> | ||
− | <h2>Step 2 CqsS Rc assembly in progress…still no success for Vh3</h2> | + | <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>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> | ||
</div> | </div> | ||
− | </ | + | </section> |
− | </ | + | </div> |
− | < | + | |
− | <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> | + | <!-- 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> |
− | <div> | + | <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> | ||
− | < | + | <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> | <div> | ||
− | <h2>Step 2 CqsS Rc assembly in progress, preparation of the conjugation</h2> | + | <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> | ||
+ | <!--<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> | ||
</div> | </div> | ||
− | </ | + | </section> |
− | </ | + | </div> |
− | < | + | |
− | <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> | + | |
− | + | <!-- 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> | |
− | + | </section> | |
− | + | <section class="week-experiment"> | |
− | + | <h2>Experiments</h2> | |
− | + | <div class="wet-lab-notebook"> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
<div> | <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> | <div> | ||
− | <!--<h2>Titre</h2> | + | <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> | ||
+ | <!--<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> | ||
</div> | </div> | ||
− | </ | + | </section> |
− | </ | + | </div> |
− | < | + | |
− | <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> | + | <!-- 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-meeting"> | |
− | + | <h2>08-31: 27th brainstorming</h2> | |
− | + | </section> | |
− | + | <section class="week-experiment"> | |
+ | <h2>Experiments</h2> | ||
+ | <div class="wet-lab-notebook"> | ||
<div> | <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> | <div> | ||
− | <ul> | + | <div> |
− | <li>2nd diacetyl production assay by NMR detection with <i>E. coli</i> BL21.</li> | + | <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> | ||
+ | <!--<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> | ||
</div> | </div> | ||
− | </ | + | </section> |
− | </ | + | </div> |
− | < | + | |
− | <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> | + | <!-- Week 36 --> |
− | <h2>09-04: Start of our Ulule campaign</h2> | + | <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"> |
− | <div> | + | <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> | ||
− | < | + | <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> | <div> | ||
− | <ul> | + | <div> |
− | <li>3rd Diacetyl production assay by NMR detection with <i>E. coli</i> MG1655. </li> | + | <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> | ||
+ | <!--<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> | ||
</div> | </div> | ||
− | </ | + | </section> |
− | </ | + | </div> |
− | < | + | |
− | <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> | + | <!-- 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> | |
− | + | </section> | |
− | + | <section class="week-experiment"> | |
+ | <h2>Experiments</h2> | ||
+ | <div class="wet-lab-notebook"> | ||
<div> | <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> | <div> | ||
− | <ul> | + | <div> |
− | <li>4th diacetyl production assay by NMR detection with <i>E. coli</i> MG1655 in M9 media supplemented with xylose and pyruvate. </li> | + | <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> | ||
+ | <!--<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> | ||
</div> | </div> | ||
− | </ | + | </section> |
− | </ | + | </div> |
− | < | + | |
− | <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> | + | <!-- Week 38 --> |
− | <h2>09-22: Meeting with UNICEF</h2> | + | <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> |
− | < | + | </section> |
− | + | <section class="week-ihp"> | |
− | + | <h2>09-22: Meeting with UNICEF</h2> | |
− | + | <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> | ||
− | < | + | <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> | <div> | ||
− | <ul> | + | <div> |
− | <li>Results of the 4th Diacetyl production assay by NMR detection: a small peak of diacetyl is visible. </li> | + | <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> | ||
+ | <!--<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> | ||
</div> | </div> | ||
− | </ | + | </section> |
− | </ | + | </div> |
− | < | + | |
− | <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> | + | <!-- 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> | |
− | + | </section> | |
− | + | <section class="week-pe"> | |
− | </ | + | <h2>09-29: European Researcher's Night</h2> |
− | <div> | + | <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> | ||
− | < | + | <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> | <div> | ||
− | < | + | <div> |
− | <li>Observation by microscopy of <i>V. harveyi</i> (rfp) transformant</li> | + | <!--<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> | ||
+ | <!--<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> | ||
</div> | </div> | ||
− | </ | + | </section> |
− | </ | + | </div> |
− | < | + | |
− | <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> | + | <!-- Week 40 --> |
− | + | <div class="week" id="week-40"> | |
− | + | <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> | + | <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-meeting"> |
− | <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> | + | <h2>09-05: 32th brainstorming</h2> |
− | + | </section> | |
− | < | + | <section class="week-pe"> |
− | <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> | + | <h2>09-04: High school practical work</h2> |
− | + | <img src="https://static.igem.org/mediawiki/2017/8/8a/T--INSA-UPS_France--Notebook_Week-42.jpg" alt=""> | |
− | < | + | </section> |
− | <h1><i class="fa fa-chevron-left last-week" aria-hidden="true"></i> Week 44</i></h1> | + | </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> | ||
+ | |||
+ | </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> | ||
+ | </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> | ||
+ | </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 --> | <!-- fin section --> | ||
Line 1,662: | Line 2,143: | ||
$(document).on("click",".last-week", function(){ | $(document).on("click",".last-week", function(){ | ||
− | var target_str=$(this).parent().parent().attr('id'); | + | var target_str=$(this).parent().parent().parent().attr('id'); |
target_str=target_str.slice(5); | target_str=target_str.slice(5); | ||
var target=parseInt(target_str)-1; | var target=parseInt(target_str)-1; | ||
Line 1,672: | Line 2,153: | ||
$(document).on("click",".next-week", function(){ | $(document).on("click",".next-week", function(){ | ||
− | var target_str=$(this).parent().parent().attr('id'); | + | var target_str=$(this).parent().parent().parent().attr('id'); |
target_str=target_str.slice(5); | target_str=target_str.slice(5); | ||
var target=parseInt(target_str)+1; | var target=parseInt(target_str)+1; |
Revision as of 10:51, 7 October 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!
Dropping of first device
Technical solutions
Second device proposition
You can read the result of his testimony here.
We officialy the subject of our project on social media!
We took part to the Exposciences event.
You can read the result of his testimony here.
Third device proposition
You can read the result of her testimony here.
We shared our survey about cholera on the social media.
Final choice of the global device purpose
You can read the result of his testimony here.
You can read the result of their testimony here.
You can read the result of Alama Keita's testimony here.
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
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
Week 16
04-19: Meeting with Marc Lemonnier, CEO of Antabio
04-20: 13th brainstorming
Week 17
04-23: First drafts of Sobki
04-26: 14th brainstorming
Week 18
05-02: 15th brainstorming
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
Week 21
05-25: Parts design day at Brice's
Week 22
05-28: Official announcement of our subject
05-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-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
Week 25
06-19: Meeting with Doctors Without Borders, regional manager
06-20: Cholera survey
06-22 Skype with NUS iGEM team
06-23: Meeting with all the team members and supervisors
06-23: First appearance of Sobki, our mascott!
Experiments
Plasmids preparation
Plasmids preparation
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
06-30: Tropicool!
Experiments
Cloning VhCqsA
Assembly of V. harveyi gene circuit : starting the sub-cloning work
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
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
Week 29
07-20: 24th brainstorming
07-21: Parisian meetup
Experiments
Expressing VhCqsA (2nd)
Assembly of V. harveyi gene circuit : A new strategy
Week 30
07-23: Skype with the iGEM team of Greece
07-27: Meeting at TWB
07-29: Team building in Pyrenees
Experiments
Expressing VhCqsA (3rd)
Assembly of V. harveyi gene circuit : The first transformant
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.
Week 32
08-07: Skype with the iGEM team of Boston
Experiments
Expressing VhCqsA (4th time) + VcCqsA cloning
Step 2 CqsS Rc assembly in progress…still no success for Vh3
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-31: 27th brainstorming
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
09-05: 32th brainstorming
09-04: High school practical work
Week 41
Week 42
Week 43
Week 44