-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnotebook.html
More file actions
485 lines (458 loc) · 46.5 KB
/
notebook.html
File metadata and controls
485 lines (458 loc) · 46.5 KB
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
<html>
<head>
<style>
/* hides "Team:Cornell" and iGEM logo */
#top_title {
display: none;
}
/* removes padding below footer */
#globalWrapper {
padding: 0;
}
#content {
background: #0d1c38;
padding: 0px;
width: 100% !important;
margin-top: 0px;
margin-left: 0px ;
}
/* removes default styling for home banner tagline */
#HQ_page p {
font-family: 'Open Sans', sans-serif;
font-size: 16px;
}
/* removes small extra margin at very bottom below footer */
p {
margin: 0;
}
.notebook-header-text {
margin-top: 1em;
margin-bottom: 1em;
}
.notebook-body-text {
font-family: 'Open Sans', sans-serif;
}
.notebook-text-wrapper {
font-family: 'Open Sans', sans-serif;
}
/* removes bullets from Toolkit dropdown menu */
ul {
list-style-image: none;
}
</style>
<title>Team:Cornell/Notebook - 2018.igem.org</title>
<!-- CSS -->
<link rel="stylesheet" type="text/css" href="http://2018.igem.org/Team:Cornell/styles?action=raw&ctype=text/css">
<link rel="stylesheet" type="text/css" href="http://2018.igem.org/Team:Cornell/grids?action=raw&ctype=text/css">
<!-- JS -->
<script src="http://2018.igem.org/Team:Cornell/jquerymin?action=raw&ctype=text/javascript"></script>
<script src="http://2018.igem.org/Team:Cornell/mainJS?action=raw&ctype=text/javascript" type="text/javascript"></script>
</head>
<body>
<div class="notebook-page-wrapper">
<!------------------------ NAV BAR START ------------------------>
<nav>
<div class="nav-bar-wrapper">
<div>
<div class="nav-bar-logo">
<a href="http://2018.igem.org/Team:Cornell"><img src="http://2018.igem.org/wiki/images/6/63/T--Cornell--OscillateLogo.jpg" alt="Oscillate"></a>
</div>
<div class="nav-bar-main-menu">
<div class="dropdown">
<button class="dropbtn">TEAM</button>
<div class="dropdown-content team-dropdown-content">
<a href="http://2018.igem.org/Team:Cornell/Team">BIOS</a>
<a href="http://2018.igem.org/Team:Cornell/Sponsors">SPONSORS</a>
<a href="http://2018.igem.org/Team:Cornell/Attributions">ATTRIBUTIONS</a>
</div>
</div>
<div class="dropdown">
<button class="dropbtn">OUTREACH</button>
<div class="dropdown-content outreach-dropdown-content">
<a href="http://2018.igem.org/Team:Cornell/Collaborations">COLLABORATIONS</a>
<a href="http://2018.igem.org/Team:Cornell/Public_Engagement">PUBLIC ENGAGEMENT</a>
</div>
</div>
<div class="dropdown">
<button class="dropbtn">HUMAN-CENTERED DESIGN</button>
<div class="dropdown-content human-dropdown-content">
<a href="http://2018.igem.org/Team:Cornell/Human_Practices">PRACTICES</a>
<a href="http://2018.igem.org/Team:Cornell/Policies">POLICIES</a>
<a href="http://2018.igem.org/Team:Cornell/Entrepreneurship">ENTREPRENEURSHIP</a>
</div>
</div>
<div class="dropdown">
<button class="dropbtn">MODELING</button>
<div class="dropdown-content modeling-dropdown-content">
<a href="http://2018.igem.org/Team:Cornell/Modeling">MODELING</a>
<a href="http://2018.igem.org/Team:Cornell/Testing">TESTING</a>
</div>
</div>
<div class="dropdown">
<button class="dropbtn active-page">TOOLKIT</button>
<div class="dropdown-content toolkit-dropdown-content">
<ul>
<div class="nav-first-col">
<li class = "wet-lab-list-title"><b>WET LAB</b></li>
<li><a href="http://2018.igem.org/Team:Cornell/Foundations">FOUNDATIONS</a></li>
<li><a href="http://2018.igem.org/Team:Cornell/Demonstrate">DEMONSTRATE</a></li>
<li><a href="http://2018.igem.org/Team:Cornell/InterLab">INTERLAB</a></li>
<li><a href="http://2018.igem.org/Team:Cornell/Parts">PARTS</a></li>
<li><a href="http://2018.igem.org/Team:Cornell/Basic_Part">BASIC PARTS</a></li>
<li><a href="http://2018.igem.org/Team:Cornell/Composite_Part">COMPOSITE PARTS</a></li>
</li>
</div>
<div class="nav-second-col">
<li class = "doc-list-title"><b>DOCUMENTATION</b></li>
<li><a href="http://2018.igem.org/Team:Cornell/Notebook">NOTEBOOK</a></li>
<li><a href="http://2018.igem.org/Team:Cornell/Safety">SAFETY</a></li>
</li>
</div>
</ul>
</div>
</div>
<div class="dropdown">
<button class="dropbtn" onclick="location.href='http://2018.igem.org/Team:Cornell/About'">ABOUT</button>
</div>
<div class="dropdown">
<button class="dropbtn" onclick="location.href='http://2018.igem.org/Team:Cornell'">HOME</button>
</div>
</div>
</div>
</div>
</nav>
<!------------------------ NAV BAR END ------------------------>
<!------------------------ STANDARD PAGE BANNER START ------------------------>
<header class="no-pic-banner">
<svg viewBox="0 0 100 100" width=100% height=100%>
<polygon points="-50,50 50,10 150,50 50,90" fill="white" fill-opacity="0.4"></polygon>
<text text-anchor="middle" alignment-baseline="middle" x=50% y=50%>Notebook</text>
</svg>
</header>
<!------------------------ STANDARD PAGE BANNER END ------------------------>
<!------------------------ NOTEBOOK PAGE CONTENT START ------------------------>
<div class="notebook-page-content-wrapper">
<div class="notebook-content-wrapper">
<div class="notebook-header-wrapper"><div class="notebook-header-text">March 4th to March 10th</div></div>
<hr class="yellow-accent-line-center">
<div class="notebook-text-wrapper">
<p class="notebook-body-text"><strong>Wet Lab:</strong> New members began training by learning about sterile technique, bacterial cultures, and DNA purification. Team practiced miniprep protocols.</p>
<p class="notebook-body-text"><strong>Product Development:</strong> New members conducted survey to find problems to solve in the community. This served as training to improve member engagement within the community.</p>
<p class="notebook-body-text"><strong>Wiki:</strong> Wiki subteam learned the importance of typography during a one-hour long Wiki/Design Training class. Worked on the webpage replication project to practice Adobe Illustrator (due 3/18).</p>
<p class="notebook-body-text"><strong>P & P:</strong> On February 27th, P&P worked with YOURS to teach kids about physics and engineering principles by building paper towers to hold up as many books as possible. P&P regrouped to discuss this program and to continue brainstorming for future outreach events. P&P continued brainstorming other outreach events and ideas with the intention of reaching out to the kids at the local Ithaca High school.</p>
<p class="notebook-body-text"><strong>Business:</strong> Members met to discuss sponsorship options as well as a possible fundraising idea to inform the community about Cornell iGEM. Assigned portions of sponsorship packet that needed updating.</p>
</div>
</div>
<div class="notebook-content-wrapper">
<div class="notebook-header-wrapper">
<div class="notebook-header-text">March 11th to March 17th</div></div>
<hr class="yellow-accent-line-center">
<div class="notebook-text-wrapper">
<p class="notebook-body-text"><strong>Wet Lab:</strong> Members split into training groups and performed PCR on gBlocks from last year’s project. Training involved overviews and run-throughs of cloning, transformation, miniprep, gel extraction, and other protocols.</p>
<p class="notebook-body-text"><strong>Product Development:</strong> Members familiarize themselves with CADing software autodesk fusion in a workshop. This served as new member training.</p>
<p class="notebook-body-text"><strong>Wiki:</strong> Wiki subteam learned the basics of HTML and CSS during a one-hour long Wiki/Design Training class. Worked on the HTML/CSS project (due 3/26).</p>
<p class="notebook-body-text"><strong>P & P:</strong> P&P started planning and finding information for a synthetic biology discussion. Also brainstormed for activities for the annual student outreach event - Splash! at Cornell.</p>
<p class="notebook-body-text"><strong>Business:</strong> Members met to discuss sponsorship options as well as a possible fundraising idea to inform the community about Cornell iGEM. Assigned portions of sponsorship packet that needed updating.</p>
</div>
</div> <div class="notebook-content-wrapper">
<div class="notebook-header-wrapper"><div class="notebook-header-text">March 18th to March 24th</div></div>
<hr class="yellow-accent-line-center">
<div class="notebook-text-wrapper">
<p class="notebook-body-text"><strong>Product Development:</strong> Member familiarized themselves with arduino and LED’s as part of the new member training.</p>
<p class="notebook-body-text"><strong>Wiki:</strong> Wiki subteam learned the basics of colors, white space, and composition during a one-hour long Wiki/Design Training class. Worked on webpage creation project to practice building information hierarchy (due 4/8). </p>
<p class="notebook-body-text"><strong>P & P:</strong> P&P brainstormed applications for two possible projects for the team - incorporating synthetic biology with 3D printing or with fourier transforms/band-pass filters.</p>
<p class="notebook-body-text"><strong>Business:</strong> Members met to finalize specific details about National Garlic Day Fundraiser. Made graphic to spread the word about the event. Continued to reach out to sponsors.</p>
</div>
</div>
<div class="notebook-content-wrapper">
<div class="notebook-header-wrapper"><div class="notebook-header-text">March 25th to March 31st</div></div>
<hr class="yellow-accent-line-center">
<div class="notebook-text-wrapper">
<p class="notebook-body-text"><strong>Product Development:</strong> Members continue to familiarize themselves with arduino and circuits. Members also learned how to use MOSFETs in a circuit. </p>
<p class="notebook-body-text"><strong>Wiki:</strong> Wiki subteam learned the basics of JavaScript and jQuery during a one-hour long Wiki/Design Training class. Worked on the JavaScript/jQuery project (due 4/13).</p>
<p class="notebook-body-text"><strong>P & P:</strong> P&P started finding research contacts to consult for technical advice on creating a band-pass filter in bacteria. P&P compiled a list of questions for the interviews to inform our biological circuit design.</p>
<p class="notebook-body-text"><strong>Business:</strong> Business continued to organize the fundraiser. Also came up with potential apparel designs for the team. </p>
</div>
</div>
<div class="notebook-content-wrapper">
<div class="notebook-header-wrapper"><div class="notebook-header-text">April 8th to April 14th</div></div>
<hr class="yellow-accent-line-center">
<div class="notebook-text-wrapper">
<p class="notebook-body-text"><strong>Product Development:</strong> Members familiarize themselves with circuits using circuit lab. Members designed their own circuits and learned how to read circuit part manuels. </p>
<p class="notebook-body-text"><strong>Wiki:</strong> Wiki subteam evaluated past competition winners’ websites and our past competition websites during a one-hour long Wiki/Design Training class. Worked on designing a webpage for our current project (due 4/23).</p>
<p class="notebook-body-text"><strong>P & P:</strong> P&P consulted Professor G. Lambert on April 9th regarding our preliminary design of our genetic circuit and any potential issues with the project. On April 10th, P&P interviewed Professor E. Kan about the similar design principles connecting electrical engineering to genetic circuit engineering.</p>
<p class="notebook-body-text"><strong>Business:</strong> Continued to finalize the fundraising event. Narrowed down apparel options for the team.</p>
</div>
</div>
<div class="notebook-content-wrapper">
<div class="notebook-header-wrapper"><div class="notebook-header-text">April 15th to April 21st</div></div>
<hr class="yellow-accent-line-center">
<div class="notebook-text-wrapper">
<p class="notebook-body-text"><strong>Product Development:</strong> </p>
<p class="notebook-body-text"><strong>Wiki:</strong> Wiki subteam learned the basics of Bootstrap and Git/GitHub during a one-hour long Wiki/Design Training class. Worked on the Bootstrap/Github project (due 4/30).</p>
<p class="notebook-body-text"><strong>P & P:</strong> P&P interviewed Professor J. March on April 20th for assistance in choosing specific protein candidates for our genetic circuit. The discussion also addressed control of circuit kinetics via protein degradation and plasmid copy number and potential applications for our project. P&P also continued planning for Splash! and RawExpo, a creative exposition at the architecture school.</p>
<p class="notebook-body-text"><strong>Business:</strong> Business held their National Garlic Day fundraiser on 4/19 - earned some money and spread the word about iGEM!</p>
</div>
</div>
<div class="notebook-content-wrapper">
<div class="notebook-header-wrapper"><div class="notebook-header-text">April 22nd to April 28th</div></div>
<hr class="yellow-accent-line-center">
<div class="notebook-text-wrapper">
<p class="notebook-body-text"><strong>Wet Lab:</strong> Wetlab continued training. Members performed a double digestion and practiced using a NanoDrop Spectrophotometer.</p>
<p class="notebook-body-text"><strong>Product Development:</strong> Members started brainstorming for potential projects and problems to solve for this year’s competition.</p>
<p class="notebook-body-text"><strong>Wiki:</strong> Wiki subteam met up to discuss iGEM wiki rules and go over the general timeline for the summer and fall.</p>
<p class="notebook-body-text"><strong>P & P:</strong> The first day of Ithaca High School (IHS) outreach took place on 4/26. P&P introduced Future Problem Solving (FPS) approaches and assigned readings for first topic (spread of infectious diseases). <br>On April 27th, P&P participated in RawExpo and presented last year’s project, Oxyponics. <br>P&P hosted an outreach event on April 28th as part of Splash! at Cornell U. We introduced synthetic biology topics including DNA extraction, plasmid transformation, and CRISPR.</p>
<p class="notebook-body-text"><strong>Business:</strong> Business worked on apparel design for the team and went over fundraising numbers.</p>
</div>
</div>
<div class="notebook-content-wrapper">
<div class="notebook-header-wrapper"><div class="notebook-header-text">April 29th to May 5th</div></div>
<hr class="yellow-accent-line-center">
<div class="notebook-text-wrapper">
<p class="notebook-body-text"><strong>Wet Lab:</strong> Members practiced double digest and ligation of digested inserts into pSB1C3 vector.</p>
<p class="notebook-body-text"><strong>Product Development:</strong> Members continued the brainstorming process and presented our ideas to other members for feedback. </p>
<p class="notebook-body-text"><strong>P & P:</strong> P&P continued IHS outreach on 5/3 by going over a practice FPS future scenario about the spread of infectious diseases and introducing the problem-solving process.</p>
</div>
</div>
<div class="notebook-content-wrapper">
<div class="notebook-header-wrapper"><div class="notebook-header-text">May 6th to May 12th</div></div>
<hr class="yellow-accent-line-center">
<div class="notebook-text-wrapper">
<p class="notebook-body-text"><strong>Product Development:</strong> Members continued learning about Pmos and Nmos along with other circuitry components. </p>
<p class="notebook-body-text"><strong>P & P:</strong> P&P continued reaching out to faculty and experts for consultation on our band-pass filter biological circuit and mapped out the schedule for summer work.</p>
</div>
</div>
<div class="notebook-content-wrapper">
<div class="notebook-header-wrapper"><div class="notebook-header-text">May 13th to May 19th</div></div>
<hr class="yellow-accent-line-center">
<div class="notebook-text-wrapper">
<p class="notebook-body-text"><strong>Product Development:</strong> MMembers started CADing components of a model car separately. </p>
</div>
</div>
<div class="notebook-content-wrapper">
<div class="notebook-header-wrapper"><div class="notebook-header-text">June 3rd to June 9th</div></div>
<hr class="yellow-accent-line-center">
<div class="notebook-text-wrapper">
<p class="notebook-body-text"><strong>Wiki:</strong> Started discussing possible concepts to consider for the 2018 wiki design, such as going with a dark color scheme (not necessarily black, something more along the lines of a dark color like navy blue) and incorporating geometric aspects. Also went over some brainstorming already done in April.</p>
</div>
</div>
<div class="notebook-content-wrapper">
<div class="notebook-header-wrapper"><div class="notebook-header-text">June 10th to June 16th</div></div>
<hr class="yellow-accent-line-center">
<div class="notebook-text-wrapper">
<p class="notebook-body-text"><strong>Wiki:</strong> Discussed idea of using templates to make implementation of the wiki easier. Assignment to look up templates that could work for possible wiki designs for 2018 project.</p>
</div>
</div>
<div class="notebook-content-wrapper">
<div class="notebook-header-wrapper"><div class="notebook-header-text">June 17th to June 23rd</div></div>
<hr class="yellow-accent-line-center">
<div class="notebook-text-wrapper">
<p class="notebook-body-text"><strong>Wet Lab:</strong> We had our first team meeting on Thursday the 21st where we outlined goals for the summer. We also had a group training session on Sunday the 23rd to complete training for new members. In the lab, we attempted to transform stock PSB1C3 into NEB 5-alpha Competent E. coli, however the transformation was not successful. </p>
<p class="notebook-body-text"><strong>Product Development:</strong> PD met with wet lab members to discuss the project while also exploring possible modeling methods.</p>
<p class="notebook-body-text"><strong>Wiki:</strong> Discussed themes we found that represented elements we would like to see in a potential wiki design. Reached out to team lead for more information and clarification on the project and Product Development’s role.</p>
<p class="notebook-body-text"><strong>P & P:</strong> P&P outlined the events and goals for the summer while planning for 4-H. One major goal was to finish creating a customizable plasmid kit and to use it for collaboration.</p>
</div>
</div>
<div class="notebook-content-wrapper">
<div class="notebook-header-wrapper"><div class="notebook-header-text">June 24th to June 30th</div></div>
<hr class="yellow-accent-line-center">
<div class="notebook-text-wrapper">
<p class="notebook-body-text"><strong>Wet Lab:</strong> Wet Lab ran PCR reactions for PhrpL and sigmaF and Confirmed the lengths of each construct by running through a gel. The PCR was cleaned up and nanodropped resulting in high DNA concentration. Wet Lab began a wet culture from NEB 5-alpha E. coli transformed with PSB1c3. The wet culture was miniprepped and then ran through a gel. However, no bands were visible for PSB1C3 indicating an unsuccessful miniprep.</p>
<p class="notebook-body-text"><strong>Product Development:</strong> PD had a modeling meeting to look into simbiology and other ways to model online. We also began translating the wet lab work into a math model. </p>
<p class="notebook-body-text"><strong>P & P:</strong> P&P taught a class on synthetic biology during 4-H career explorations on June 27th. Various topics were introduced, including CRISPR, DNA extraction, and phage transduction/plasmid transformation. The first iteration of the plasmid kit was laser cut and used at 4-H. We asked the students about their opinions on its use in pedagogy for feedback to improve our design. P&P began pursuing an educational collaboration with the Greater Ithaca Activities Center nearby. <br>P&P also began reaching out to professors at Washington University in St. Louis for consultation on our band-pass filter biological circuit.</p>
<p class="notebook-body-text"><strong>Business:</strong> Members began reaching out to potential sponsors. </p>
</div>
</div>
<div class="notebook-content-wrapper">
<div class="notebook-header-wrapper"><div class="notebook-header-text">July 1st to July 7th</div></div>
<hr class="yellow-accent-line-center">
<div class="notebook-text-wrapper">
<p class="notebook-body-text"><strong>Wet Lab:</strong> We ran PCR on our DNA constructs PhrpL, Sigmaf, and PF2. After several failed attempts, the lengths of each construct was confirmed by running a gel and nanodropping to determine the respective concentrations of each construct.</p>
<p class="notebook-body-text"><strong>Product Development:</strong> PD brainstormed ideas for a hardware application, worked on and finished a basic model for simbiology and began developing a system of ODEs as a math model. </p>
<p class="notebook-body-text"><strong>Wiki:</strong> Called together three of our Wiki subteam members to help design the wiki this summer. Went over the project description to catch up other members of the design team. Assigned each design member to make mock-up(s) of a home page (due 7/12).</p>
<p class="notebook-body-text"><strong>P & P:</strong> P&P reflected on 4-H and the feedback about the plasmid kit. Issues included its transparent color, lack of visibility, and difficulty in assembly. A new plasmid kit was designed for laser cutting. P&P also worked on consolidating materials for IHS outreach in the fall and reached out to the NY Affiliate Director. </p>
<p class="notebook-body-text"><strong>Business:</strong> Members are still reaching out to potential sponsors. </p>
</div>
</div>
<div class="notebook-content-wrapper">
<div class="notebook-header-wrapper"><div class="notebook-header-text">July 8th to July 14th</div></div>
<hr class="yellow-accent-line-center">
<div class="notebook-text-wrapper">
<p class="notebook-body-text"><strong>Wet Lab:</strong> We ran PCR on our DNA constructs PhrpL, Sigmaf, PF2, High pass 1b, Low pass 1b. Confirmed the lengths of each construct by running through a gel. Miniprepped PSB1C3 bacteria with low yields. </p>
<p class="notebook-body-text"><strong>Product Development:</strong> PD started a literature review and began searching for parameter values to fit the mathematical models. </p>
<p class="notebook-body-text"><strong>Wiki:</strong> Design team went over each member’s home page design. Discussed what we liked/disliked for each person’s design. Picked best design out of the three. Assigned each design member to edit the chosen home page design (due 7/17).</p>
<p class="notebook-body-text"><strong>P & P:</strong> On July 9th, P&P interviewed Professor M. DeLisa, who interrogated the circuit design, provided suggestions on the placement different protein degradation tags on different components of the system. P&P also consulted him on the emerging technology and public opinion side of synthetic biology. <br>On July 10th, P&P interviewed Professor G. Lambert about modelling and testing the biological circuit. <br>P&P continued brainstorming potential outreach events, including a hackathon and activities for Ithaca High School in the Fall.</p>
<p class="notebook-body-text"><strong>Business:</strong> Members are still reaching out to potential sponsors. </p>
</div>
</div>
<div class="notebook-content-wrapper">
<div class="notebook-header-wrapper"><div class="notebook-header-text">July 15th to July 21st</div></div>
<hr class="yellow-accent-line-center">
<div class="notebook-text-wrapper">
<p class="notebook-body-text"><strong>Wet Lab:</strong> Team ligated Phrpl, mf-lon, High Pass 1b and Low Pass 1b into pSB1C3 vectors. Team unsuccessfully attempted to transform plasmids into competent cells on chloramphenicol plates. </p>
<p class="notebook-body-text"><strong>Product Development:</strong> PD began working on CAD (computer aided design), continued to identify parameter values for the model, and started working on the graphs for the wiki.</p>
<p class="notebook-body-text"><strong>Wiki:</strong> Design team went over each team member’s revised home page design and listed out what features/components to include for the final home page design. Reached out to leads and former members who contributed to design for feedback. Assigned each design member to make mock-up(s) of sub-page (due 7/21). <br>Design team went over sub-page designs and listed out what features/components to include for final sub-page design. Designated assignments for making team page design, notebook/attributes page design, and looking into incorporating animation into the wiki (due).</p>
<p class="notebook-body-text"><strong>P & P:</strong> On July 17th, P&P hosted a workshop at GIAC about synthetic biology teaching 1st graders about parts of a cell by representing different parts with different candies. Additionally, the plasmid kit was painted with methods that did not give a good final aesthetic. P&P contacted NY 4H for outreach opportunities at the upcoming NY State fair.</p>
<p class="notebook-body-text"><strong>Business:</strong> Members are still reaching out to potential sponsors. </p>
</div>
</div>
<div class="notebook-content-wrapper">
<div class="notebook-header-wrapper"><div class="notebook-header-text">July 22nd to July 28th</div></div>
<hr class="yellow-accent-line-center">
<div class="notebook-text-wrapper">
<p class="notebook-body-text"><strong>Wet Lab:</strong> Wet Lab PCRed High Pass 1a, High Pass 1b and Low Pass 1c. We ran the PCR product on a gel, which confirmed a successful PCR. We then cleaned up the PCR product and nanodropped the cleanups. The PCR cleanup was cleaned up, while PSB1c3 was linearized and digested. The digestion were cleaned up and nanodropped. Wet Lab also miniprepped a wet culture that had been started earlier in the week of PSB1C3 transformed bacteria and nanodropped the results.</p>
<p class="notebook-body-text"><strong>Product Development:</strong> PD completed data parsing and created basic graphs. We also worked on updating parts of the model that required adjusting. </p>
<p class="notebook-body-text"><strong>P & P:</strong> On July 24th, P&P returned to GIAC and made aluminum boats with the kids to learn about engineering principles, buoyancy, and physics. Plasmid kits were designed, cut, and painted for testing for UT-Austin </p>
<p class="notebook-body-text"><strong>Business:</strong> Members are still reaching out to potential sponsors. </p>
</div>
</div>
<div class="notebook-content-wrapper">
<div class="notebook-header-wrapper"><div class="notebook-header-text">July 29th to August 4th</div></div>
<hr class="yellow-accent-line-center">
<div class="notebook-text-wrapper">
<p class="notebook-body-text"><strong>Wet Lab:</strong> We ligated previously digested High Pass 1a and High Pass 1b into pSB1C3 (to create High Pass 2a) as well as High Pass 1a and High Pass 1c into pSB1C3 (to create high Pass 2b). We performed PCR reactions for some parts we were running low on and then digested and ligated mf-Lon, sigmaF, and PhrpL, High Pass 1a, High Pass 1b, High Pass 1c, Low Pass 1b, and Low Pass 1c individually into pSB1C3 vectors. We heat inactivated and transformed our ligations into NEB 5-alpha Competent E. coli. Since we had been having trouble with transformations, we used SOC instead of LB for our outgrowth steps, with a positive outcome - colonies grew on all plates. We used isolated colonies to inoculate 5 mL liquid cultures which we miniprepped after overnight incubations. We also performed colony PCR reactions on assembled pSB1C3 vectors with High Pass 2a and and mf-lon inserts. We will continue with colony PCRs and run gels for them next week.</p>
<p class="notebook-body-text"><strong>Product Development:</strong> PD began developing proofs and identifying characters of model via direct analysis and also worked on updating the graphics of the graphical model.</p>
<p class="notebook-body-text"><strong>Wiki:</strong> Design team discussed and made final decisions for sub-page and team page designs. Went over and made final decisions for animation. Assigned design team members to make these finalized designs.</p>
<p class="notebook-body-text"><strong>P & P:</strong> On July 31st, P&P played polymerase tag and made oobleck with the kids at GIAC. P&P interviewed Dr. L. Pierce and Dr. N. Argyres of Washington University in St. Louis in two separate interviews on 8/1 about the potential risks and regulations relevant to our project (see interview notes for specific interview contents).</p>
<p class="notebook-body-text"><strong>Business:</strong> Members are still reaching out to potential sponsors. </p>
</div>
</div>
<div class="notebook-content-wrapper">
<div class="notebook-header-wrapper"><div class="notebook-header-text">August 5th to August 11th</div></div>
<hr class="yellow-accent-line-center">
<div class="notebook-text-wrapper">
<p class="notebook-body-text"><strong>Product Development:</strong> PD identified algorithms for stochastic simulation model, found more parameter values, and updated graphics. </p>
<p class="notebook-body-text"><strong>Wiki:</strong> Wiki started setting up the internal structure of the wiki. Wiki set up the wiki repository.</p>
<p class="notebook-body-text"><strong>P & P:</strong> P&P interviewed Professor Swingle on August 6th, focusing on understanding methods to test and gather characterization data for modeling of the proteins HrpR and HrpS, which are integral to the biological circuit. New plasmid kits were ready for laser cutting, but the laser cutter was down. </p>
<p class="notebook-body-text"><strong>Business:</strong> Members finalized sponsor list.</p>
</div>
</div>
<div class="notebook-content-wrapper">
<div class="notebook-header-wrapper"><div class="notebook-header-text">August 12th to August 18th</div></div>
<hr class="yellow-accent-line-center">
<div class="notebook-text-wrapper">
<p class="notebook-body-text"><strong>Product Development:</strong> PD continued to work on the math model.</p>
<p class="notebook-body-text"><strong>Wiki:</strong> Wiki started setting up the layout of the home page and considering what kind of framework to use to set up the layout.</p>
</div>
</div>
<div class="notebook-content-wrapper">
<div class="notebook-header-wrapper"><div class="notebook-header-text">August 19th to August 25th</div></div>
<hr class="yellow-accent-line-center">
<div class="notebook-text-wrapper">
<p class="notebook-body-text"><strong>Product Development:</strong> PD continued to work on the math model.</p>
<p class="notebook-body-text"><strong>Wiki:</strong> Wiki decided to use CSS grid to implement the layout of the wiki. Wiki did more setup of the wiki.</p>
<p class="notebook-body-text"><strong>P & P:</strong> P&P had a Skype call interview on 8/22 with Professor M. Baccara from Washington University in St. Louis about the process and ethics of moving a product from science to business. <br>P&P resumed work on the project, outlining the fall semester outreach events and synthesizing information from various human practices and policies readings and interviews with experts. <br>P&P met with the IHS teacher on 8/24 to go over lesson plans and how FPS might fit in with the BioBuilder Club activities for the fall semester.</p>
</div>
</div>
<div class="notebook-content-wrapper">
<div class="notebook-header-wrapper"><div class="notebook-header-text">August 26th to Septmeber 1st</div></div>
<hr class="yellow-accent-line-center">
<div class="notebook-text-wrapper">
<p class="notebook-body-text"><strong>Product Development:</strong> PD continued to work on the math model and completed the graph-model animation.</p>
<p class="notebook-body-text"><strong>Wiki:</strong> Wiki had its first weekly subteam meeting. Wiki started implementing the nav bar, footer, home page, and standard page template. </p>
<p class="notebook-body-text"><strong>P & P:</strong> P&P worked on state fair materials, including a trifold and portable plasmid kits for our outreach efforts on 9/3.</p>
</div>
</div>
<div class="notebook-content-wrapper">
<div class="notebook-header-wrapper"><div class="notebook-header-text">September 2nd to September 8th</div></div>
<hr class="yellow-accent-line-center">
<div class="notebook-text-wrapper">
<p class="notebook-body-text"><strong>Product Development:</strong> Members came back and learned about the modeling which began this summer.</p>
<p class="notebook-body-text"><strong>Wiki:</strong> Wiki implemented the home page banner, footer, and description. Wiki implemented the side bar for the standard page template.</p>
<p class="notebook-body-text"><strong>P & P:</strong> On September 3rd, P&P traveled to Syracuse, New York, to share our project with the local community. We promoted discussions with the fairgoers about what synthetic biology means to them and engaged younger children with our smaller plasmid kits.
</p>
</div>
</div>
<div class="notebook-content-wrapper">
<div class="notebook-header-wrapper"><div class="notebook-header-text">September 9th to September 15th</div></div>
<hr class="yellow-accent-line-center">
<div class="notebook-text-wrapper">
<p class="notebook-body-text"><strong>Product Development:</strong> Member helped with WIKI to develop interactive web pages. Members also continued to work on the models. </p>
<p class="notebook-body-text"><strong>Wiki:</strong> Wiki implemented the nav bar, standard page text section, and notebook page. Wiki started implementing the team page and the sub-descriptions area of the home page.</p>
<p class="notebook-body-text"><strong>P & P:</strong> P&P received a response from the NY Affiliate Director with more information on the timeline and registration process for Future Problem Solving, which was then forwarded to Ms. Arti Jewett at Ithaca High School. <br>
P&P led the general body meeting on September 15th to conduct Application Day as a team exercise to brainstorm possible applications of our project in various industries. We compiled all of the responses and narrowed the scope to five main areas: co-culturing, process control, biological clocks, medical devices, and cell therapy. We had two additional ideas that we thought were interesting but had a bit of difficulty conceptualizing: biological data storage and microfluidics.
</p>
<p class="notebook-body-text"><strong>Business:</strong> Business began compiling a project overview for the potential business model. </p>
</div>
</div>
<div class="notebook-content-wrapper">
<div class="notebook-header-wrapper"><div class="notebook-header-text">September 16th to September 22nd</div></div>
<hr class="yellow-accent-line-center">
<div class="notebook-text-wrapper">
<p class="notebook-body-text"><strong>Wet Lab:</strong> Transformed LP1ac and Hp1ac, among other constructs, into pSB1c3.
</p>
<p class="notebook-body-text"><strong>Product Development:</strong> Members continued helping wiki create interactive web pages and continued to work on the stochastic and deterministic models. </p>
<p class="notebook-body-text"><strong>Wiki:</strong> Wiki implemented the safety page and the standard page banner. Wiki continued implementing the team page and sub-descriptions area of the home page. Wiki started implementing the sponsors page and the no-picture banner.</p>
<p class="notebook-body-text"><strong>P & P:</strong> P&P brainstormed designs for the Human-Centered Design and Outreach wiki pages at Wiki Workday.</p>
<p class="notebook-body-text"><strong>Business:</strong> Business established that the foundational nature of the project would lead to gaps in the business model and consequently switched focus to looking at alternative business applications. </p>
</div>
</div>
<div class="notebook-content-wrapper">
<div class="notebook-header-wrapper"><div class="notebook-header-text">September 23rd to September 29th</div></div>
<hr class="yellow-accent-line-center">
<div class="notebook-text-wrapper">
<p class="notebook-body-text"><strong>Wet Lab:</strong> Began preparing completed constructs for testing. Transformed PF2 into pSB1C3 and began verification of transformants.</p>
<p class="notebook-body-text"><strong>Product Development:</strong> Members ordered parts for the hardware application of the project. Members continued helping wiki create interactive web pages and continued to work on the stochastic and deterministic models. </p>
<p class="notebook-body-text"><strong>Wiki:</strong> Wiki implemented the Attributions page. Wiki finalized and uploaded the Home, Sponsors, Safety, and Notebook pages.</p>
<p class="notebook-body-text"><strong>P & P:</strong> P&P continued to write and modify the designs for wiki content to be added to the wiki pages.</p>
<p class="notebook-body-text"><strong>Business:</strong> Business decided to schedule a meeting with Launchpad, a Cornell Entrepreneurship Program in order to pitch the prior year’s project for potential sponsorship. </p>
</div>
</div>
<div class="notebook-content-wrapper">
<div class="notebook-header-wrapper"><div class="notebook-header-text">September 30th to October 6th</div></div>
<hr class="yellow-accent-line-center">
<div class="notebook-text-wrapper">
<p class="notebook-body-text"><strong>Wet Lab:</strong> Wet Lab began testing low pass and high pass filters independently. PD’s model predicted a period of 2 hours for the temperature signal would fall within the band, and wet lab tested at this frequency, as well as at a 1 hour period.
</p>
<p class="notebook-body-text"><strong>Product Development:</strong> Members started working on the stochastic model simulation along with the deterministic model simulation. Members continue working on the interactive webpage. </p>
<p class="notebook-body-text"><strong>Wiki:</strong> Wiki started implementing the Wet Lab and P&P pages. Wiki started working on creating a plasmid and DNA helix for the Public Engagement and Practices pages respectively.</p>
<p class="notebook-body-text"><strong>P & P:</strong> P&P emailed information about Future Problem Solving to Ms. Arti Jewett at Ithaca High School to distribute to students. P&P also sent a link to a survey to gauge the students’ interest in participating in Global Issues Problem Solving.</p>
</div>
</div>
<div class="notebook-content-wrapper">
<div class="notebook-header-wrapper"><div class="notebook-header-text">October 7th to October 13th</div></div>
<hr class="yellow-accent-line-center">
<div class="notebook-text-wrapper">
<p class="notebook-body-text"><strong>Wet Lab:</strong> Continued testing to find the cutoff frequencies. </p>
<p class="notebook-body-text"><strong>Product Development:</strong> Finished up Wiki content.</p>
<p class="notebook-body-text"><strong>Wiki:</strong>
Wiki started implementing the Wet Lab and P&P pages. Wiki started working on creating a plasmid and buttons for the Public Engagement and Practices pages respectively.
</p>
<p class="notebook-body-text"><strong>P & P:</strong> P&P finished up wiki content and finalized designs for the wiki pages.</p>
<p class="notebook-body-text"><strong>Business:</strong> Business worked on the Wiki page content.</p>
</div>
</div>
<div class="notebook-content-wrapper">
<div class="notebook-header-wrapper"><div class="notebook-header-text">October 14th to October 16th</div></div>
<hr class="yellow-accent-line-center">
<div class="notebook-text-wrapper">
<p class="notebook-body-text"><strong>Wiki:</strong>
Wiki finished uploading the wiki to the iGEM server. Wiki did final checks to make sure everything was OK.
</p>
<p class="notebook-body-text"><strong>P & P:</strong> P&P finished up wiki content.</p>
<p class="notebook-body-text"><strong>Business:</strong> Business finalized Wiki pages.</p>
</div>
</div>
</div>
<!------------------------ NOTEBOOK PAGE CONTENT END ------------------------>
<!------------------------ FOOTER START ------------------------>
<footer>
<div class="footer-wrapper">
<div class="icon-wrapper">
<a class="icon" href="http://facebook.com/cornelligem"><img src="http://2018.igem.org/wiki/images/3/30/T--Cornell--Facebook.jpg"></a>
</div>
<div class="icon-wrapper">
<a class="icon" href="http://twitter.com/cugem"><img src="http://2018.igem.org/wiki/images/0/02/T--Cornell--Twitter.jpg"></a>
</div>
<div class="icon-wrapper">
<a class="icon" href="https://www.instagram.com/cugem/"><img src="http://2018.igem.org/wiki/images/a/ae/T--Cornell--Instagram.jpg"></a>
</div>
<div class="icon-wrapper icon-wrapper-last">
<a class="icon" href="https://www.youtube.com/channel/UCJt-5JfyoucUJXC1EsTllhg"><img src="http://2018.igem.org/wiki/images/7/77/T--Cornell--Youtube.jpg"></a>
</div>
</div>
</footer>
<!------------------------ FOOTER END ------------------------>
</div>
</body>
</html>