From 6d0085d2e9fefcf5d980399a7e907e5a99ff2ff4 Mon Sep 17 00:00:00 2001 From: Minju Ha <hmj19015@korea.ac.kr> Date: Wed, 12 Oct 2022 14:36:41 +0000 Subject: [PATCH] Deleted wiki/pages/results.html, wiki/pages/proof-of-concept.html --- wiki/pages/proof-of-concept.html | 19 ------------ wiki/pages/results.html | 53 -------------------------------- 2 files changed, 72 deletions(-) delete mode 100644 wiki/pages/proof-of-concept.html delete mode 100644 wiki/pages/results.html diff --git a/wiki/pages/proof-of-concept.html b/wiki/pages/proof-of-concept.html deleted file mode 100644 index 266963a..0000000 --- a/wiki/pages/proof-of-concept.html +++ /dev/null @@ -1,19 +0,0 @@ -{% extends "layout.html" %} - -{% block title %}Proof of Concept{% endblock %} - - -{% block page_content %} - -<div class="row mt-4"> - <div class="col"> - <div class="bd-callout bd-callout-info"> - <h4>Gold Medal Criterion #4</h4> - <p>Expand upon your Silver medal work for Proposed Implementation and develop a proof of concept for your project.<p> - <hr> - <p>Please see the <a href="https://competition.igem.org/judging/medals">2022 Medals Page</a> for more information.</p> - </div> - </div> -</div> - -{% endblock %} diff --git a/wiki/pages/results.html b/wiki/pages/results.html deleted file mode 100644 index fae8f05..0000000 --- a/wiki/pages/results.html +++ /dev/null @@ -1,53 +0,0 @@ -{% extends "layout.html" %} - -{% block title %}Results{% endblock %} -{% block lead %}You can describe the results of your project and your future plans here.{% endblock %} - -{% block page_content %} - -<div class="row mt-4"> - <div class="col-lg-5"> - <h2>What should this page contain?</h2> - <hr> - <ul> - <li>Clearly and objectively describe the results of your work.</li> - <li>Future plans for the project.</li> - <li>Considerations for replicating the experiments.</li> - </ul> - </div> - <div class="col-lg-7"> - <h2>Describe what your results mean</h2> - <hr> - <ul> - <li>Interpretation of the results obtained during your project. Don't just show a plot/figure/graph/other, tell us what you think the data means. This is an important part of your project that the judges will look for.</li> - <li>Show data, but remember <b>all measurement and characterization data must also be on the Part's Main Page on the <a href="http://parts.igem.org/Main_Page">Registry</a>.</b> Otherwise these data will not be in consideration for any medals or part awards!</li> - <li>Consider including an analysis summary section to discuss what your results mean. Judges like to read what you think your data means, beyond all the data you have acquired during your project.</li> - </ul> - </div> -</div> - -<div class="row mt-4"> - <div class="col-lg-8"> - <h2>Project Achievements</h2> - <hr> - <p>You can also include a list of bullet points (and links) of the successes and failures you have had over your summer. It is a quick reference page for the judges to see what you achieved during your summer.</p> - <ul> - <li>A list of linked bullet points of the successful results during your project</li> - <li>A list of linked bullet points of the unsuccessful results during your project. This is about being scientifically honest. If you worked on an area for a long time with no success, tell us so we know where you put your effort.</li> - </ul> - </div> - <div class="col-lg-4"> - <h2>Inspirations</h2> - <hr> - <ul> - <li><a href="https://2019.igem.org/Team:Newcastle/Results">2019 Newcastle</a></li> - <li><a href="https://2019.igem.org/Team:Munich/Results">2019 Munich</a></li> - <li><a href="https://2019.igem.org/Team:Tec-Chihuahua/Results">2019 Tec Chihuahua</a></li> - <li><a href="https://2020.igem.org/Team:Aalto-Helsinki/Results">2020 Aalto Helsinki</a></li> - <li><a href="https://2020.igem.org/Team:GreatBay_SCIE/Results">2020 GreatBay SCIE</a></li> - <li><a href="https://2020.igem.org/Team:Queens_Canada/Results">2020 Queens Canada</a></li> - </ul> - </div> -</div> - -{% endblock %} -- GitLab