diff --git a/wiki/menu.html b/wiki/menu.html index 626dc24ce97e9cd938468a44b63e9d872d6df0a4..080908f4bf207f1cb67f84b0c2822f86b275fa2c 100644 --- a/wiki/menu.html +++ b/wiki/menu.html @@ -62,7 +62,7 @@ Awards </a> <ul class="dropdown-menu" aria-labelledby="navbarDropdown"> - <li><a class="dropdown-item" href="{{ url_for('pages', page='education') }}">Education</a></li> + <!-- <li><a class="dropdown-item" href="{{ url_for('pages', page='education') }}">Education</a></li> --> <!--<li><a class="dropdown-item" href="{{ url_for('pages', page='entrepreneurship') }}">Entrepreneurship</a></li> --> <li><a class="dropdown-item" href="{{ url_for('pages', page='hardware') }}">Hardware</a></li> <!-- <li><a class="dropdown-item" href="{{ url_for('pages', page='inclusivity') }}">Inclusivity</a></li> --> @@ -74,6 +74,10 @@ </ul> </li> + <li class="nav-item"> + <a class="nav-link" href="{{ url_for('pages', page='medals') }}">Medals</a> + </li> + </ul> </div> </div> diff --git a/wiki/pages/attributions.html b/wiki/pages/attributions.html index d8ec86abaac194a295a92be224a90d87ef64722a..c88e22db11df7dfd99beb726b1ea9dedc80edc8e 100644 --- a/wiki/pages/attributions.html +++ b/wiki/pages/attributions.html @@ -1,7 +1,6 @@ {% extends "layout.html" %} {% block title %}Attributions{% endblock %} -{% block lead %}This page must show the attribution form of your project. This includes the work done by each of the student members on your team and any work that was done by people outside of your team, including the host labs, advisors, instructors, and individuals not on the team roster. This requirement is not about literature references - these can and should be displayed throughout your wiki.{% endblock %} {% block page_content %} @@ -31,116 +30,5 @@ > </iframe> <!-- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ --> - -</div> - -<div class="row mt-4"> - <div class="col"> - <h1>Student Team</h1> - <table class="table table-hover"> - <tr> - <th scope="col">Name</th> - <th scope="col">Part Design</th> - <th scope="col">Experimental Design</th> - <th scope="col">Wet Lab Work</th> - <th scope="col">Sponsorship Outreach</th> - <th scope="col">Educational Outreach</th> - <th scope="col">Human Practices</th> - <th scope="col">Wiki and Graphic Design</th> - <th scope="col">Modeling</th> - <th scope="col">Video Work</th> - </tr> - <tr> - <th>Allison Lin</th> - <td></td> - <td></td> - <td></td> - <td>X</td> - <td></td> - <td></td> - <td></td> - <td></td> - <td></td> - </tr> - <tr> - <th>Jeannie She</th> - <td></td> - <td></td> - <td></td> - <td></td> - <td></td> - <td></td> - <td></td> - <td></td> - <td>X</td> - </tr> - <tr> - <th>Katie Spivakovsky</th> - <td></td> - <td></td> - <td></td> - <td></td> - <td></td> - <td></td> - <td>X</td> - <td></td> - <td></td> - </tr> - </table> - <br> - <p> All members contributed to every part of the project. Those that took a leading role on a part are marked with an 'X'.</p> - </div> - <hr> - <div> - <h1>Mentor & Advisor Team</h1> - <h2>Josh Abramson</h2> - <p>Josh helped supervise the team and provide mentorship during project ideation and direction in modeling. </p> - <h2>Justin Buck, Ph.D.</h2> - <p>Justin is the team’s day-to-day lab supervisor. He provided advice during project ideation and in outreach to corporate sources of funding. </p> - <h2>Gael Chambonnier, Ph.D.</h2> - <p>Gael helped supervise the team and provide feedback on experimental and plasmid design. </p> - <h2>Ellie Feng</h2> - <p>Ellie, as a member of the 2021 iGEM team, supported the team by providing advice on part design, experimental design, and techniques. </p> - <h2>Matthew Feng</h2> - <p>Matthew is the team's day-to-day mentor and a member of the 2022 iGEM team. He crucially supported the team by providing vital mentoring in all aspects of the project.</p> - <h2>Amanda Mei</h2> - <p>Amanda, as a member of the 2022 iGEM team,supported the team by providing advice on part design, experimental design, and techniques. </p> - <h2>Michael Taylor</h2> - <p>Michael helped supervise the team and provide feedback on experimental and plasmid design</p> - </div> - <hr> - <div> - <h1>Corporate Sponsors</h1> - <h2>Addgene</h2> - <p>For providing free plasmids.</p> - <h2>IDT</h2> - <p>For providing free synthesized parts.</p> - <h2>New England Biolabs</h2> - <p>For providing free reagents.</p> - <h2>Plasmidsaurus</h2> - <p>For providing free full-plasmid sequencing.</p> - </div> - <hr> - <div> - <h1>Other Advisors and Support</h1> - - <h2>Dawn Bowdish, Ph.D.</h2> - <p>For providing advice on the science behind our therapeutic as an expert in macrophage research. </p> - <h2>Jianzhu Chen, Ph.D.</h2> - <p>For providing advice on the science behind our therapeutic as an expert in macrophage research. </p> - <h2>Ishan Roy, M.D.</h2> - <p>For providing advice on the science behind our therapeutic as an expert in cachexia patient care. </p> - <h2>Ron Weiss, Ph.D.</h2> - <p>For providing advice on the direction of the project. </p> - <h2>Dane Wittrup, Ph.D.</h2> - <p>For providing advice on the direction of the project. </p> - <h2>Teresa Zimmers, Ph.D.</h2> - <p>For providing advice on the science behind our therapeutic as an expert in cachexia research. </p> - <h2>MIT Department of Biological Engineering & Huang-Hobbs BioMakerspace</h2> - <p>For providing the lab space and basic reagents for many of our experiments. </p> - <h2>Geoffrey Enwere and Callie Karjane</h2> - <p>For helping with project ideation as team members in the spring.</p> - </div> </div> - {% endblock %} diff --git a/wiki/pages/contribution.html b/wiki/pages/contribution.html index 96815f0f5a5e234e842b6892ed70e49e9ae4f20f..1366428e7b9c2c988f9104b1924f966c2ce51c9e 100644 --- a/wiki/pages/contribution.html +++ b/wiki/pages/contribution.html @@ -35,7 +35,8 @@ chimeric antigen receptor toolkit that facilitates modular assembly of CARs. <div class="bd-callout bd-callout-info"> <h1>Improved protocols for HEK293 transfection, hand-cast SDS-PAGE, protein purification, and more.</h1> </div> -<p> +<p> Over the course of our project, we practiced multiple protocols many times and + developed optimized procedures, which we have shared in our Experiments page. </p> diff --git a/wiki/pages/experiments.html b/wiki/pages/experiments.html index 990ab3fb96e9edb28c7474c08288f18c5b619e2c..38adb25b59491ca478559883be12366d7630c901 100644 --- a/wiki/pages/experiments.html +++ b/wiki/pages/experiments.html @@ -376,7 +376,12 @@ <p>Below is a PDF detailing every protocol we used over the course of our project, including the protocols described above and many more.</p> - + <object data= +"https://static.igem.wiki/teams/4764/wiki/miscellaneous/2023-mit-igem-protocols.pdf" + width="800" + height="500" + style="margin:auto"> + </object> </div> {% endblock %} diff --git a/wiki/pages/hardware.html b/wiki/pages/hardware.html index ca58ccba513b19454a5ed9799ede84d2405f47b6..cf89a7771938dcd1d91762d2f008422caed0f18b 100644 --- a/wiki/pages/hardware.html +++ b/wiki/pages/hardware.html @@ -7,6 +7,18 @@ <div class="bd-callout bd-callout-info"> <h1>End-over-end microcentrifuge tube spinner</h1> </div> -Many protocols require constant, gentle mixing of small quantities of liquids for. We designed a +Many protocols—in particular, protein purification—require constant, gentle mixing of small quantities of liquids for an extended period of time. We designed and produced an end-over-end microcentrifuge tube rotating device to enable our team to carry out protein purification. In our case, our goal was to elute purified IL-6 protein from lysate of HEK293 cells expressing an IL-6 gene, but our hardware can certainly be used for other protein purification and similar protocols! +<br> +<br> +<p>Below is a video demonstrating how our rotator functions in practice. </p> +<iframe style="margin-left:auto; margin-right:auto" title="MIT: End-over-end microcentrifuge tube rotating hardware (2023) [English]" width="800" height="387" src="https://video.igem.org/videos/embed/6b0f67ed-c568-4b42-8138-bd4c99896661" frameborder="0" allowfullscreen="" sandbox="allow-same-origin allow-scripts allow-popups"></iframe> + +<br> +<br> +<p>With the understanding that many other teams may similarly lack access to industrial rotating devicecs, + we have published all of the code, files, and documentation necessary for any future team to construct +their own hardware. This includes design files for the 3D printing process, code for the electrical components, and +clearly written explanation of how to piece together the various components of building this device. You can +access all of this documentation at <a href="" target="_blank">this repository</a>. </p> {% endblock %} diff --git a/wiki/pages/medals.html b/wiki/pages/medals.html new file mode 100644 index 0000000000000000000000000000000000000000..a4a3ad65cf9c80233066140d44cbbac43bc34b29 --- /dev/null +++ b/wiki/pages/medals.html @@ -0,0 +1,21 @@ +{% extends "layout.html" %} + +{% block title %}Medal requirements{% endblock %} + +{% block page_content %} +<p>This page is intended to demonstrate how we have satisfied + various medal critera by organizing links to evidence and explanations of our work. </p> + +<div class="bd-callout bd-callout-info"> + <h1>Bronze</h1> +</div> + +<div class="bd-callout bd-callout-info"> + <h1>Silver</h1> +</div> + +<div class="bd-callout bd-callout-info"> + <h1>Gold</h1> +</div> + +{% endblock %} \ No newline at end of file diff --git a/wiki/pages/notebook.html b/wiki/pages/notebook.html index 21eb3b8e61e066da643315a787c53486fecf12ca..45ea39236845f253d268516e5469f4157ace6a60 100644 --- a/wiki/pages/notebook.html +++ b/wiki/pages/notebook.html @@ -4,17 +4,33 @@ {% block page_content %} -<div class="row mt-4"> - <div class="col-lg-8"> - <h2>What should this page contain?</h2> - <hr> - <ul> - <li>Chronological notes of what your team is doing.</li> - <li>Brief descriptions of daily important events.</li> - <li>Pictures of your progress.</li> - <li>Mention who participated in what task.</li> - </ul> - </div> +<div class="bd-callout bd-callout-info"> + <h1>Notebook</h1> </div> +<p>Due to large file sizes, we have split our wet lab notebook into + 3 parts, ordered chronologically. +</p> + +<object data= +"https://static.igem.wiki/teams/4764/wiki/miscellaneous/notebook1compressed.pdf" + width="800" + height="500" + style="margin:auto"> +</object> +<br> +<object data= +"https://static.igem.wiki/teams/4764/wiki/miscellaneous/notebook2compressed.pdf" + width="800" + height="500" + style="margin:auto"> +</object> +<br> +<object data= +"https://static.igem.wiki/teams/4764/wiki/miscellaneous/notebook3-compressed.pdf" + width="800" + height="500" + style="margin:auto"> +</object> + {% endblock %}