diff --git a/wiki/footer.html b/wiki/footer.html index a6f5dded4e49846d20d4530c0e55f9864091b3d8..529cca28de55da33ac6357e46641f21065404203 100644 --- a/wiki/footer.html +++ b/wiki/footer.html @@ -419,6 +419,9 @@ <li> <a href="software">Software</a> </li> + <li> + <a href="medal">Medal</a> + </li> </ul> <h5>Human Practices</h5> <ul id="project-list"> diff --git a/wiki/menu.html b/wiki/menu.html index 1889a02af27a3497c2016ff141580ffa3fb10eb6..47b10e75179298b5e6ce69b50e61c9ef395f2bf2 100644 --- a/wiki/menu.html +++ b/wiki/menu.html @@ -82,6 +82,7 @@ <li><a class="dropdown-item" href="{{ url_for('pages', page='entrepreneurship') }}">Entrepreneurship</a> </li> <li><a class="dropdown-item" href="{{ url_for('pages', page='software') }}">Software</a></li> + <li><a class="dropdown-item" href="{{ url_for('pages', page='medal') }}">Medal</a></li> </ul> </li> </ul> diff --git a/wiki/pages/medal.html b/wiki/pages/medal.html new file mode 100644 index 0000000000000000000000000000000000000000..192219f64d09168c5ae0c4ea960fd0b7b104a6a5 --- /dev/null +++ b/wiki/pages/medal.html @@ -0,0 +1,77 @@ +{% extends "layout.html" %} + +{% block title %}Medal{% endblock %} + +{% block page_content %} +<!-- Header --> +<link href="{{ url_for('static', filename = 'header.css') }}" rel="stylesheet"> +<div class="sky single_slider d-flex align-items-center" id="cover-image" + style="background-image:url('https://static.igem.wiki/teams/4702/wiki/medal/jamboree-teamphoto-2.jpg');background-size:cover"> + + <section class="col-md-12 text-center"> + <script src="https://files.cnblogs.com/files/cn-suqingnian/snow.js"></script> + <div class="container header"> + <div class="row"> + <div class=""> + <p class="text-light">Medal</p> + <div class=" "> + <p class="lead text-white-50" style="font-family:'Times New Roman', Times, serif;"> + </p> + </div> + </div> + </div> + </div> + </section> +</div> +<div class="card"> + <div class="video-container" + style="position: relative; overflow: hidden; width: 80%; padding-top: 45%; margin: 0 auto;"> + <iframe title="Team Plaza Presentation" width="100%" height="auto" + src="https://video.igem.org/videos/embed/dG1jKvZ4RVtGhiMw68HzcL" frameborder="0" allowfullscreen="" + sandbox="allow-same-origin allow-scripts allow-popups" + style="position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%;"></iframe> + </div> +</div> +<div class="row mt-4"> + <div class="col"> + <div class="bd-callout bd-callout-info"> + <h4>Best Model</h4> + <p>Models and computer simulations provide a great way to describe the functioning and operation of BioBrick Parts + and Devices. Synthetic biology is an engineering discipline and part of engineering is simulation and modeling + to determine system behavior before building your design. Designing and simulating can be iterated many times in + a computer before moving to the lab. This award is for teams who build a model of their system and use it to + inform system design or simulate expected behavior before or in conjunction with experiments in the wetlab.</p> + <p>To compete for the Best Model prize, please describe your work on this page and also fill out the description + on the <a href="https://competition.igem.org/deliverables/judging-form">judging form</a>.</p> + <hr> + <p>Please see the <a href="https://competition.igem.org/judging/awards">2023 Awards Page</a> for more information. + </p> + </div> + </div> +</div> + +<div class="row mt-4"> + <div class="col-lg-8"> + <h2>Overview</h2> + <hr> + <p>Mathematical models and computer simulations provide a great way to describe the function and operation of Parts + and Devices. Synthetic Biology is an engineering discipline, and part of engineering is simulation and modeling to + determine the behavior of your design before you build it. Designing and simulating can be iterated many times in + a computer before moving to the lab.</p> + </div> + <div class="col-lg-4"> + <h2>Inspirations</h2> + <hr> + <ul> + <li><a href="http://2018.igem.org/Team:GreatBay_China/Model">2018 GreatBay China</a></li> + <li><a href="http://2018.igem.org/Team:Leiden/Model">2018 Leiden</a></li> + <li><a href="https://2019.igem.org/Team:IISER_Kolkata/Model">2019 IISER Kolkata</a></li> + <li><a href="https://2019.igem.org/Team:Exeter/Model">2019 Exeter</a></li> + <li><a href="https://2019.igem.org/Team:Mingdao/Model">2019 Mingdao</a></li> + <li><a href="https://2020.igem.org/Team:Harvard/Model">2020 Harvard</a></li> + <li><a href="https://2020.igem.org/Team:Leiden/Model">2020 Leiden</a></li> + </ul> + </div> +</div> + +{% endblock %} \ No newline at end of file diff --git a/wiki/pages/model.html b/wiki/pages/model.html deleted file mode 100644 index 6f29ae534136719871483abd114830502c936493..0000000000000000000000000000000000000000 --- a/wiki/pages/model.html +++ /dev/null @@ -1,67 +0,0 @@ -{% extends "layout.html" %} - -{% block title %}Model{% endblock %} -{% block lead %}Explain your model's assumptions, data, parameters, and results in a way that anyone could understand.{% endblock %} - -{% block page_content %} -<!-- Header --> -<link href="{{ url_for('static', filename = 'header.css') }}" rel="stylesheet"> -<div class="sky single_slider d-flex align-items-center"id = "cover-image" style="background:linear-gradient( - 110deg, - #6fd7d0 0%, - #96daf7 32%, - #66bfe5 57%, - rgba(0, 76, 197, 0.8) 100% - )"> - <section class="col-md-12 text-center"> - <script src="https://files.cnblogs.com/files/cn-suqingnian/snow.js"></script> - <div class="container header"> - <div class="row"> - <div class=""> - <p class="text-light">Model</p> - <div class=" "> - <p class="lead text-white-50" style="font-family:'Times New Roman', Times, serif;"> - Explain your model's assumptions, data, parameters, and results in a way that anyone could understand. - </p> - <button class="custom-btn btn-header "><span>Click!</span><span>Read More</span></button> - </div> - </div> - </div> - </div> - </section> -</div> - -<div class="row mt-4"> - <div class="col"> - <div class="bd-callout bd-callout-info"> - <h4>Best Model</h4> - <p>Models and computer simulations provide a great way to describe the functioning and operation of BioBrick Parts and Devices. Synthetic biology is an engineering discipline and part of engineering is simulation and modeling to determine system behavior before building your design. Designing and simulating can be iterated many times in a computer before moving to the lab. This award is for teams who build a model of their system and use it to inform system design or simulate expected behavior before or in conjunction with experiments in the wetlab.</p> - <p>To compete for the Best Model prize, please describe your work on this page and also fill out the description on the <a href="https://competition.igem.org/deliverables/judging-form">judging form</a>.</p> - <hr> - <p>Please see the <a href="https://competition.igem.org/judging/awards">2023 Awards Page</a> for more information.</p> - </div> - </div> -</div> - -<div class="row mt-4"> - <div class="col-lg-8"> - <h2>Overview</h2> - <hr> - <p>Mathematical models and computer simulations provide a great way to describe the function and operation of Parts and Devices. Synthetic Biology is an engineering discipline, and part of engineering is simulation and modeling to determine the behavior of your design before you build it. Designing and simulating can be iterated many times in a computer before moving to the lab.</p> - </div> - <div class="col-lg-4"> - <h2>Inspirations</h2> - <hr> - <ul> - <li><a href="http://2018.igem.org/Team:GreatBay_China/Model">2018 GreatBay China</a></li> - <li><a href="http://2018.igem.org/Team:Leiden/Model">2018 Leiden</a></li> - <li><a href="https://2019.igem.org/Team:IISER_Kolkata/Model">2019 IISER Kolkata</a></li> - <li><a href="https://2019.igem.org/Team:Exeter/Model">2019 Exeter</a></li> - <li><a href="https://2019.igem.org/Team:Mingdao/Model">2019 Mingdao</a></li> - <li><a href="https://2020.igem.org/Team:Harvard/Model">2020 Harvard</a></li> - <li><a href="https://2020.igem.org/Team:Leiden/Model">2020 Leiden</a></li> - </ul> - </div> -</div> - -{% endblock %} diff --git a/wiki/pages/notebook.html b/wiki/pages/notebook.html index d2104611cb5692c3bb0dd7fcd50f87131b04415c..4d30b09199ad89c29d6fa880606fe3075bd7497d 100644 --- a/wiki/pages/notebook.html +++ b/wiki/pages/notebook.html @@ -4033,7 +4033,7 @@ </div> </div> <br> - <div class="card mx-auto"> + <div class="card mx-auto" style="margin-bottom:200px"> <div class="card-header ani-card-header"> <b>10/2 TEM Sample Preparation <br> DLS Analysis of Ferric Ion Induced Nanoparticle with Ferric Ion Concentration Gradient @@ -4169,12 +4169,6 @@ </div> </div> </div> -<br> -<br> -<br> -<br> -<br> -<br> <script src="https://cdnjs.cloudflare.com/ajax/libs/pdf.js/2.9.359/pdf.js"></script> <script src="{{ url_for('static', filename = 'card.js') }}"></script> <script src="{{ url_for('static', filename = 'pdf.js') }}"></script>