Skip to content
Snippets Groups Projects
Commit 41cce435 authored by Liliana Sanfilippo's avatar Liliana Sanfilippo
Browse files

Merge branch 'Sidebar-branch'

parents 6f57af56 13cd71f3
No related branches found
No related tags found
No related merge requests found
Showing
with 217 additions and 511 deletions
......@@ -32,4 +32,4 @@ def pages(page):
# Main Function, Runs at http://0.0.0.0:8080
if __name__ == "__main__":
app.run(port=3003)
app.run(port=3005)
body { padding-top: 100px;
background-color: var(--purple);}
body {
padding-top: 56px;
background-color: var(--purple);
color: var(--offblack);
}
.left-aligned { margin-left: auto; }
.bg-dark { background-color: var(--darkpurple) !important; }
.bg-hero { background-color: var(--purple) }
......@@ -67,4 +70,29 @@ footer a:hover { color: white; text-decoration: underline; }
--igemmediumgreen: #019968;
--igemlightgreen: #99cb9a;
}
\ No newline at end of file
/*sidenav*/
/* Style the sidenav */
.sidebar{
border-left: 8px solid;
border-left-color: currentcolor;
border-color: var(--orange);
list-style-type: none;
line-height: 280%;
margin: 0px 0px;
padding: 0px 0px;
}
.sidebarEntry {
font-family: ebgaramond-bold;
font-size: 25px;
color: #191308;
background: linear-gradient(var(--orange) 0 0) var(--p, 0) / var(--p, 0) no-repeat;
transition: .2s, background-position 0s;
}
.container {
display: flex; /* or inline-flex */
}
......@@ -20,21 +20,29 @@
<!-- Navigation -->
{% include 'menu.html' %}
<!-- Header -->
<header class="headpad">
<div class="container h-100">
<div class="row h-100 align-items-center">
<div class="col-lg-12">
<!-- Page Content -->
<div class="container-fluid">
<div class="row mt-5">
<div class="col-2 d-none d-lg-block">
<div class="sticky-top" style="top: 80px; overflow-wrap: break-word;">
{% block sidebar %}{% endblock %}
</div>
</div>
<div class="col">
{% block page_content %}{% endblock %}
</div>
<div class="col-2 d-none d-lg-block">
<!-- empty so far -->
</div>
</div>
</header>
<!-- Page Content -->
<div class="container">
{% block page_content %}{% endblock %}
</div>
<!-- Footer: MUST mention license AND have a link to team wiki's repository on gitlab.igem.org -->
{% include 'footer.html' %}
......
......@@ -3,21 +3,10 @@
{% block title %}Attributions{% endblock %}
{% block lead %}In the iGEM Competition, we celebrate student effort and achievement. The Attributions form helps the judges differentiate between what students accomplished from how their external collaborators supported them. Therefore, teams must clearly explain on the standard Project Attributions form what work they have conducted by themselves and what has been done by others.{% endblock %}
{% endblock %}
{% block page_content %}
<div class="row mt-4">
<div class="col">
<div>
<p>Teams must use the standard Attributions form. To meet the attributions requirement, you must display the standard form on your Wiki by following the instructions here: <a href="https://competition.igem.org/deliverables/project-attribution">Project Attribution page</a>. </p>
</div>
<div class="bd-callout bd-callout-info">
<h4>Bronze Medal Criterion #2</h4>
<p>Describe what work your team members did and what other people did for your project.</p>
<p>The form that has been embedded in an iframe in this page shows your team's Project Attribution form. This page must keep the form as it is.</p>
<p>If you use a different website framework, make sure to embed the right URL for your team's form.</p>
</div>
</div>
</div>
<!--
======================================================================
......
......@@ -2,19 +2,17 @@
{% block title %}Contribution{% endblock %}
{% block lead %}Make a useful contribution for future iGEM teams. Use this page to document that contribution.{% endblock %}
<!-- Side bar has to be here to be places correctly on the left side of the page-->
{% block sidebar %}
<ul class="sidebar">
<li> <a class="anchor sidebarEntry" href="#">1</a> </li>
<li> <a class="anchor sidebarEntry" href="#">2</a> </li>
<li> <a class="anchor sidebarEntry" href="#">3</a> </li>
<li> <a class="anchor sidebarEntry" href="#">4 Safety</a> </li>
</ul>
{% endblock %}
{% block page_content %}
<div class="row mt-4">
<div class="col">
<div class="bd-callout bd-callout-info">
<h4>Bronze Medal Criterion #4</h4>
<p>Make a useful contribution for future iGEM teams. Use this page to document that contribution.</p>
<p>If you are making a contribution by adding information to an existing Part or creating a new Part, you must document your contribution on the Part's Main Page on the <a href="https://parts.igem.org/Main_Page">Registry</a> for your team to be eligible for this criteria. You can use this page to link to that part and include additional information about your contribution.</p>
<hr>
<p>Please see the <a href="https://competition.igem.org/judging/medals">2024 Medals Page</a> for more information.</p>
</div>
</div>
</div>
{% endblock %}
......@@ -2,56 +2,16 @@
{% block title %}Project Description{% endblock %}
{% block lead %}Describe how and why you chose your iGEM project.{% endblock %}
<!-- Side bar has to be here to be places correctly on the left side of the page-->
{% block sidebar %}
<ul class="sidebar">
<li> <a class="anchor sidebarEntry" href="#">1</a> </li>
<li> <a class="anchor sidebarEntry" href="#">2</a> </li>
<li> <a class="anchor sidebarEntry" href="#">3</a> </li>
<li> <a class="anchor sidebarEntry" href="#">4 Safety</a> </li>
</ul>
{% endblock %}
{% block page_content %}
<div class="row mt-4">
<div class="col">
<div class="bd-callout bd-callout-info">
<h4>Bronze Medal Criterion #3</h4>
<p>Describe how and why you chose your iGEM project.</p>
<hr>
<p>Please see the <a href="https://competition.igem.org/judging/medals">2024 Medals Page</a> for more information.</p>
</div>
</div>
</div>
<div class="row mt-4">
<div class="col-lg-8">
<h2>What should this page contain?</h2>
<hr>
<ul>
<li>A clear and concise description of your project.</li>
<li>A detailed explanation of why your team chose to work on this particular project.</li>
<li>References and sources to document your research.</li>
<li>Use illustrations and other visual resources to explain your project.</li>
</ul>
</div>
<div class="col-lg-4">
<h2>Inspirations</h2>
<hr>
<ul>
<li><a href="https://2022.igem.wiki/dtu-denmark/description">2022 DTU-Denmark</a></li>
<li><a href="https://2019.igem.org/Team:ITESO_Guadalajara/Description">2019 ITESO Guadalajara</a></li>
<li><a href="https://2020.igem.org/Team:Technion-Israel/Description">2020 Technion Israel</a></li>
<li><a href="https://2020.igem.org/Team:Botchan_Lab_Tokyo/Description">2020 Botchan Lab Tokyo</a></li>
<li><a href="https://2020.igem.org/Team:St_Andrews/Description">2020 St Andrews</a></li>
<li><a href="https://2020.igem.org/Team:MIT/Description">2020 MIT</a></li>
</ul>
</div>
</div>
<div class="row mt-4">
<div class="col-lg-8">
<h2>Some advice</h2>
<hr>
<p>We encourage you to put up a lot of information and content on your wiki, but we also encourage you to include summaries as much as possible. If you think of the sections in your project description as the sections in a publication, you should try to be concise, accurate, and unambiguous in your achievements. Your Project Description should include more information than your project abstract.</p>
</div>
<div class="col-lg-4">
<h2>References</h2>
<hr>
<p>iGEM teams are encouraged to record references you use during the course of your research. They should be posted somewhere on your wiki so that judges and other visitors can see how you thought about your project and what works inspired you.</p>
</div>
</div>
{% endblock %}
......@@ -2,34 +2,16 @@
{% block title %}Education{% endblock %}
{% block lead %}Innovative educational tools and outreach activities have the ability to establish a two-way dialogue with new communities by discussing public values and the science behind synthetic biology.{% endblock %}
<!-- Side bar has to be here to be places correctly on the left side of the page-->
{% block sidebar %}
<ul class="sidebar">
<li> <a class="anchor sidebarEntry" href="#">1</a> </li>
<li> <a class="anchor sidebarEntry" href="#">2</a> </li>
<li> <a class="anchor sidebarEntry" href="#">3</a> </li>
<li> <a class="anchor sidebarEntry" href="#">4 Safety</a> </li>
</ul>
{% endblock %}
{% block page_content %}
<div class="row mt-4">
<div class="col">
<div class="bd-callout bd-callout-info">
<h4>Best Education</h4>
<p>How have you developed new opportunities to include more people in shaping synthetic biology? Innovative educational tools and outreach activities have the ability to establish a two-way dialogue with new communities by discussing public values and the science behind synthetic biology. Document your approach and what was learned by everyone involved to compete for this award.</p>
<p>To compete for the Best Education prize, select the prize on the <a href="https://competition.igem.org/deliverables/judging-form">judging form</a> and describe your work on this page.</p>
<hr>
<p>Please see the <a href="https://competition.igem.org/judging/awards">2024 Awards Page</a> for more information.</p>
</div>
</div>
</div>
<div class="row mt-4">
<div class="col">
<h2>Inspirations</h2>
<hr>
<ul>
<li><a href="https://2020.igem.org/Team:CCA_San_Diego/Education">2020 CCA San Diego</a></li>
<li><a href="https://2020.igem.org/Team:Lambert_GA/Education">2020 Lambert GA</a></li>
<li><a href="https://2020.igem.org/Team:Stanford/Education">2020 Stanford</a></li>
<li><a href="https://2020.igem.org/Team:Waseda/Education">2020 Waseda</a></li>
<li><a href="https://2020.igem.org/Team:Fudan/Education">2020 Fudan</a></li>
<li><a href="https://2020.igem.org/Team:Toulouse_INSA-UPS/Education">2020 Toulouse INSA UPS</a></li>
</ul>
</div>
</div>
{% endblock %}
......@@ -3,18 +3,17 @@
{% block title %}Engineering Success{% endblock %}
{% block lead %}Demonstrate engineering success in a technical aspect of your project by going through at least one iteration of the engineering design cycle. This achievement should be distinct from your Contribution for Bronze.{% endblock %}
<!-- Side bar has to be here to be places correctly on the left side of the page-->
{% block sidebar %}
<ul class="sidebar">
<li> <a class="anchor sidebarEntry" href="#">1</a> </li>
<li> <a class="anchor sidebarEntry" href="#">2</a> </li>
<li> <a class="anchor sidebarEntry" href="#">3</a> </li>
<li> <a class="anchor sidebarEntry" href="#">4 Safety</a> </li>
</ul>
{% endblock %}
{% block page_content %}
<div class="row mt-4">
<div class="col">
<div class="bd-callout bd-callout-info">
<h4>Silver Medal Criterion #1</h4>
<p>Demonstrate engineering success in a part of your project by going through at least one iteration of the engineering design cycle. This achievement should be distinct from your Contribution for Bronze.</p>
<p>If you plan to show engineering success by creating a new Part that has been shown to work as expected, you must document your contribution on the Part's Main Page on the <a href="https://parts.igem.org/Main_Page">Registry</a> for your team to be eligible for this criteria.</p>
<hr>
<p>Please see the <a href="https://competition.igem.org/judging/medals">2024 Medals Page</a> for more information.</p>
</div>
</div>
</div>
{% endblock %}
......@@ -2,40 +2,15 @@
{% block title %}Entrepreneurship{% endblock %}
{% block lead %}The entrepreneurship prize recognizes exceptional effort to build a business case and commercialize an iGEM project.{% endblock %}
<!-- Side bar has to be here to be places correctly on the left side of the page-->
{% block sidebar %}
<ul class="sidebar">
<li> <a class="anchor sidebarEntry" href="#">1</a> </li>
<li> <a class="anchor sidebarEntry" href="#">2</a> </li>
<li> <a class="anchor sidebarEntry" href="#">3</a> </li>
<li> <a class="anchor sidebarEntry" href="#">4 Safety</a> </li>
</ul>
{% endblock %}
{% block page_content %}
<div class="row mt-4">
<div class="col">
<div class="bd-callout bd-callout-info">
<h4>Best Supporting Entrepreneurship</h4>
<p>The Best Supporting Entrepreneurship award recognizes exceptional effort to build a business case and commercialize an iGEM project. This award is open to all teams to show that entrepreneurship is something all teams can aspire to do with their project. This award can go to an new project, or to a previous project that a team aimed to commercialize. Have you filed a provisional patent on your project/device/process? Have you raised money to build and ship products? Have you pitched your idea to investors and received money? As always in iGEM, the aim is to impress the judges!</p>
<p>To compete for the Best Supporting Entrepreneurship prize, select the prize on the <a href="https://competition.igem.org/deliverables/judging-form">judging form</a> and describe your work on this page.</p>
<hr>
<p>Please see the <a href="https://competition.igem.org/judging/awards">2024 Awards Page</a> for more information.</p>
</div>
</div>
</div>
<div class="row mt-4">
<div class="col-lg-8">
<h2>Patents and intellectual property</h2>
<hr>
<p>If your team is seriously considering commercializing and looking into building a company after the competition, you may want to look at how you are going to protect your work and secure investment. Investors will usually require some form of intellectual protection, so you may want to investigate how to apply for a patent or provisional patent in your country and region before disclosing your project at iGEM. Remember that you can only be evaluated in iGEM based on what you share on your wiki and at the Jamboree, so any work you don't present can't count towards your project.</p>
<p>This is an area where we are different as we care about sharing, openness and contributing to the community and investors don't always agree with these values. It is up to you and your team to decide what to do. Remember that most universities have a commercialization department and that you can talk to them before coming to a decision.</p>
</div>
<div class="col-lg-4">
<h2>Inspirations</h2>
<hr>
<ul>
<li><a href="https://2019.igem.org/Team:UCopenhagen/Entrepreneurship">2019 UCopenhagen</a></li>
<li><a href="https://2019.igem.org/Team:Thessaly/Entrepreneurship">2019 Thessaly</a></li>
<li><a href="https://2019.igem.org/Team:NCKU_Tainan/Entrepreneurship">2019 NCKU Tainan</a></li>
<li><a href="https://2020.igem.org/Team:TAS_Taipei/Entrepreneurship">2020 TAS Taipei</a></li>
<li><a href="https://2020.igem.org/Team:KCL_UK/Entrepreneurship">2020 KCL UK</a></li>
<li><a href="https://2020.igem.org/Team:Calgary/Entrepreneurship">2020 Calgary</a></li>
</ul>
</div>
</div>
{% endblock %}
......@@ -3,27 +3,16 @@
{% block title %}Experiments{% endblock %}
{% block lead %}Describe the research, experiments, and protocols you used in your iGEM project.{% endblock %}
{% block page_content %}
<!-- Side bar has to be here to be places correctly on the left side of the page-->
{% block sidebar %}
<ul class="sidebar">
<li> <a class="anchor sidebarEntry" href="#">1</a> </li>
<li> <a class="anchor sidebarEntry" href="#">2</a> </li>
<li> <a class="anchor sidebarEntry" href="#">3</a> </li>
<li> <a class="anchor sidebarEntry" href="#">4 Safety</a> </li>
</ul>
{% endblock %}
<div class="row mt-4">
<div class="col-lg-8">
<h2>What should this page contain?</h2>
<hr>
<p>Describe the research, experiments, and protocols you used in your iGEM project. These should be detailed enough for another team to repeat your experiments.</p>
<p>If you made Parts this year, please remember to put all information, characterization, and measurement data on the Part's Main Page on the <a href="https://parts.igem.org/Main_Page">Registry</a>.</p>
</div>
<div class="col-lg-4">
<h2>Inspirations</h2>
<hr>
<ul>
<li><a href="https://2019.igem.org/Team:Nantes/Experiments">2019 Nantes</a></li>
<li><a href="https://2019.igem.org/Team:TU_Eindhoven/Experiments">2019 TU Eindhoven</a></li>
<li><a href="https://2019.igem.org/Team:Mingdao/Demonstrate">2019 Mingdao</a></li>
<li><a href="https://2020.igem.org/Team:Amsterdam/Experiments">2020 Amsterdam</a></li>
<li><a href="https://2020.igem.org/Team:NCTU_Formosa/Experiments">2020 NCTU Formosa</a></li>
<li><a href="https://2020.igem.org/Team:USAFA/Experiments">2020 USAFA</a></li>
</ul>
</div>
</div>
{% block page_content %}
{% endblock %}
......@@ -3,41 +3,17 @@
{% block title %}Hardware{% endblock %}
{% block lead %}Hardware in iGEM should make synthetic biology based on standard parts easier, faster, better, or more accessible to our community.{% endblock %}
{% block page_content %}
<div class="row mt-4">
<div class="col">
<div class="bd-callout bd-callout-info">
<h4>Best Hardware</h4>
<p>This is a prize for the team that has developed a piece of hardware for synthetic biology. Hardware in iGEM should make synthetic biology based on standard parts easier, faster, better or more accessible to our community. Did your team make a sensor to help teams characterize parts? Did you make a robot that can help teams perform experiments or do cloning more easily? Tell us what your team did for this award!</p>
<p>To compete for the Best Hardware prize, select the prize on the <a href="https://competition.igem.org/deliverables/judging-form">judging form</a> and describe your work on this page.</p>
<hr>
<p>Please see the <a href="https://competition.igem.org/judging/awards">2024 Awards Page</a> for more information.</p>
</div>
</div>
</div>
<!-- Side bar has to be here to be places correctly on the left side of the page-->
{% block sidebar %}
<ul class="sidebar">
<li> <a class="anchor sidebarEntry" href="#">1</a> </li>
<li> <a class="anchor sidebarEntry" href="#">2</a> </li>
<li> <a class="anchor sidebarEntry" href="#">3</a> </li>
<li> <a class="anchor sidebarEntry" href="#">4 Safety</a> </li>
</ul>
{% endblock %}
{% block page_content %}
<div class="row mt-4">
<div class="col-lg-8">
<h2>Overview</h2>
<hr>
<p>In addition to encouraging teams to work with DNA parts and build biological devices in the lab, iGEM also encourages other types of technical solutions for synthetic biology. This can include physical devices (hardware) related to robotic assembly, microfluidics, low-cost measurement devices, to name a few examples. There are many exciting opportunities for hardware innovation in synthetic biology.</p>
</div>
<div class="col-lg-4">
<h2>Inspirations</h2>
<hr>
<ul>
<li><a href="http://2018.igem.org/Team:Valencia_UPV/Hardware">2018 Valencia UPV</a></li>
<li><a href="http://2018.igem.org/Team:Unesp_Brazil/Hardware">2018 Unesp Brazil</a></li>
<li><a href="https://2019.igem.org/Team:BIT/Hardware">2019 BIT</a></li>
<li><a href="https://2019.igem.org/Team:Bielefeld-CeBiTec/Hardware">2019 Bielefeld CeBiTec</a></li>
<li><a href="https://2019.igem.org/Team:Nanjing-China/Hardware">2019 Nanjing China</a></li>
<li><a href="https://2020.igem.org/Team:Vilnius-Lithuania/Hardware">2020 Vilnius Lithuania</a></li>
<li><a href="https://2020.igem.org/Team:Aachen/Hardware">2020 Aachen</a></li>
<li><a href="https://2020.igem.org/Team:ZJUT_China_B/Hardware">2020 ZJUT China B</a></li>
</ul>
</div>
</div>
{% endblock %}
{% extends "layout.html" %}
{% block title %}Human Practices{% endblock %}
<!-- Side bar has to be here to be places correctly on the left side of the page-->
{% block sidebar %}
<ul class="sidebar">
<li> <a class="anchor sidebarEntry" href="#">1</a> </li>
<li> <a class="anchor sidebarEntry" href="#">2</a> </li>
<li> <a class="anchor sidebarEntry" href="#">3</a> </li>
<li> <a class="anchor sidebarEntry" href="#">4</a> </li>
</ul>
{% endblock %}
{% block page_content %}
<div class="row mt-4">
<div class="col">
<div class="bd-callout bd-callout-info">
<h4>Silver Medal Criterion #2</h4>
<p>Explain how you have determined your work is responsible and good for the world.</p>
<hr>
<p>Please see the <a href="https://competition.igem.org/judging/medals">2024 Medals Page</a> for more information.</p>
</div>
<div class="bd-callout bd-callout-info">
<h4>Best Integrated Human Practices</h4>
<p>How does your project affect society and how does society influence the direction of your project? How might ethical considerations and stakeholder input guide your project purpose and design and the experiments you conduct in the lab? How does this feedback enter into the process of your work all through the iGEM competition? Document a thoughtful and creative approach to exploring these questions and how your project evolved in the process to compete for this award!</p>
<p>To compete for the Best Integrated Human Practices prize, select the prize on the <a href="https://competition.igem.org/deliverables/judging-form">judging form</a> and describe your work on this page.</p>
<hr>
<p>Please see the <a href="https://competition.igem.org/judging/awards">2024 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>At iGEM we believe societal considerations should be upfront and integrated throughout the design and execution of synthetic biology projects. “Human Practices” refers to iGEM teams' efforts to actively consider how the world affects their work and their work affects the world. Through your Human Practices activities, your team should demonstrate how you have thought carefully and creatively about whether your project is responsible and good for the world. We invite you to explore issues relating (but not limited) to the ethics, safety, security, and sustainability of your project, and to show how this exploration feeds back into your project purpose, design, and execution.</p>
<p>Please note you can compete for the Silver Medal criterion #2 and the Best Integrated Human Practices prize with this page.</p>
<p>For more information, please see the <a href="https://responsibility.igem.org/human-practices/what-is-human-practices">Human Practices Hub</a>.</p>
<p>On this page, your team should document all of your Human Practices work and activities. You should write about the Human Practices topics you considered in your project, document any activities you conducted to explore these topics (such as engaging with experts and stakeholders), describe why you took a particular approach (including referencing any work you built upon), and explain if and how you integrated takeaways from your Human Practices work back into your project purpose, design and/or execution.</p>
</div>
<div class="col-lg-4">
<h2>Inspirations</h2>
<hr>
<ul>
<li><a href="https://2019.igem.org/Team:Thessaly/Human_Practices">2019 Thessaly</a></li>
<li><a href="https://2019.igem.org/Team:Linkoping_Sweden/Human_Practices">2019 Linkoping Sweden</a></li>
<li><a href="https://2019.igem.org/Team:FDR-HB_Peru/Human_Practices">2019 FDR HB Peru</a></li>
<li><a href="https://2020.igem.org/Team:William_and_Mary/Human_Practices">2020 William and Mary</a></li>
<li><a href="https://2020.igem.org/Team:Rochester/Human_Practices">2020 Rochester</a></li>
<li><a href="https://2020.igem.org/Team:Leiden/Human_Practices">2020 Leiden</a></li>
<li><a href="https://2020.igem.org/Team:Baltimore_BioCrew/Human_Practices">2020 Baltimore BioCrew</a></li>
</ul>
</div>
<div class="col">
Hallo
</div>
{% endblock %}
......@@ -3,36 +3,17 @@
{% block title %}Diversity and Inclusion{% endblock %}
{% block lead %}Every individual, regardless of background or experience, should have an equal opportunity to engage with scientific knowledge and technological development.{% endblock %}
{% block page_content %}
<!-- Side bar has to be here to be places correctly on the left side of the page-->
{% block sidebar %}
<ul class="sidebar">
<li> <a class="anchor sidebarEntry" href="#">1</a> </li>
<li> <a class="anchor sidebarEntry" href="#">2</a> </li>
<li> <a class="anchor sidebarEntry" href="#">3</a> </li>
<li> <a class="anchor sidebarEntry" href="#">4 Safety</a> </li>
</ul>
{% endblock %}
<div class="row mt-4">
<div class="col">
<div class="bd-callout bd-callout-info">
<h4>Inclusivity Award</h4>
<p>The Inclusivity Award recognizes exceptional efforts to include people with diverse identities in scientific research. Who is allowed to have a voice in iGEM, synthetic biology, and science more broadly? How have you developed new opportunities to eliminate barriers and allow more people to contribute to, participate in, and/or be represented by these communities? To compete for this prize, activities do not have to be directly related to your team’s project. Document your approach, how you improved inclusivity, and what was learned.</p>
<p>To compete for the Inclusivity award, select the prize on the <a href="https://competition.igem.org/deliverables/judging-form">judging form</a> and describe your work on this page.</p>
<hr>
<p>Please see the <a href="https://competition.igem.org/judging/awards">2024 Awards Page</a> for more information.</p>
</div>
</div>
</div>
{% block page_content %}
<div class="row mt-4">
<div class="col-lg-8">
<h2>Overview</h2>
<hr>
<p>We should all recognize the importance of building an open and welcoming scientific community. A more diverse community involved in creating knowledge and technology is more likely to produce a more equitable and representative system. Every individual, regardless of background or experience, should have an equal opportunity to engage with scientific knowledge and technological development. Everyone should be able to share their opinions on the societal implications of research.</p>
</div>
<div class="col-lg-4">
<h2>Inspirations</h2>
<hr>
<ul>
<li><a href="https://2020.igem.org/Team:Fudan/Inclusion">2020 Fudan</a></li>
<li><a href="https://2020.igem.org/Team:CCU_Taiwan/Inclusion">2020 CCU Taiwan</a></li>
<li><a href="https://2020.igem.org/Team:Concordia-Montreal/Inclusion">2020 Concordia Montreal</a></li>
<li><a href="https://2020.igem.org/Team:CLS_CLSG_UK/Inclusione">2020 CLS CLSG UK</a></li>
</ul>
</div>
</div>
{% endblock %}
......@@ -3,38 +3,18 @@
{% block title %}Measurement{% endblock %}
{% block lead %}Synthetic Biology needs great measurement approaches for characterizing parts, and efficient new methods for characterizing many parts at once. Describe your measurement approaches on this page.{% endblock %}
<!-- Side bar has to be here to be places correctly on the left side of the page-->
{% block sidebar %}
<ul class="sidebar">
<li> <a class="anchor sidebarEntry" href="#">1</a> </li>
<li> <a class="anchor sidebarEntry" href="#">2</a> </li>
<li> <a class="anchor sidebarEntry" href="#">3</a> </li>
<li> <a class="anchor sidebarEntry" href="#">4 Safety</a> </li>
</ul>
{% endblock %}
{% block page_content %}
<div class="row mt-4">
<div class="col">
<div class="bd-callout bd-callout-info">
<h4>Best Measurement</h4>
<p>Measurements are critical to scientific communication and advancement. Well-reported measurements are the only way to show whether hardware is functioning correctly, whether data are reliable, and whether a result is actually important. There is a high value in identifying appropriate targets for measurement, collecting precise measurements, and reporting results clearly and with appropriate units. Document your careful measurement efforts and you could win this award!</p>
<p>To compete for the Best Measurement prize, select the prize on the <a href="https://competition.igem.org/deliverables/judging-form">judging form</a> and describe your work on this page.</p>
<hr>
<p>Please see the <a href="https://competition.igem.org/judging/awards">2024 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> If you've done excellent work in measurement, you should consider nominating your team for this special prize. Synthetic Biology needs great measurement approaches for characterizing parts, and efficient new methods for characterizing many parts at once. If you've done something exciting in the area of Measurement, describe it here!</p>
</div>
<div class="col-lg-4">
<h2>Inspirations</h2>
<hr>
<ul>
<li><a href="http://2018.igem.org/Team:UC_Davis/Measurement">2018 UC Davis</a></li>
<li><a href="https://2019.igem.org/Team:Newcastle/Measurement">2019 Newcastle</a></li>
<li><a href="https://2019.igem.org/Team:Evry_Paris-Saclay/Measurement">2019 Evry Paris Saclay</a></li>
<li><a href="https://2019.igem.org/Team:GENAS_China/Measurement">2019 GENAS China</a></li>
<li><a href="https://2020.igem.org/Team:Calgary/Measurement">2020 Calgary</a></li>
<li><a href="https://2020.igem.org/Team:CSMU_Taiwan/Measurement">2020 CSMU Taiwan</a></li>
</ul>
</div>
</div>
{% endblock %}
......@@ -3,39 +3,17 @@
{% 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 %}
<!-- Side bar has to be here to be places correctly on the left side of the page-->
{% block sidebar %}
<ul class="sidebar">
<li> <a class="anchor sidebarEntry" href="#">1</a> </li>
<li> <a class="anchor sidebarEntry" href="#">2</a> </li>
<li> <a class="anchor sidebarEntry" href="#">3</a> </li>
<li> <a class="anchor sidebarEntry" href="#">4 Safety</a> </li>
</ul>
{% endblock %}
<div class="row mt-4">
<div class="col">
<div class="bd-callout bd-callout-info">
<h4>Best Model</h4>
<p>Models and computer simulations can help us understand the function and operation of BioBrick Parts and Devices. Simulation and modeling are critical engineering skills that can contribute to project design or provide a better understanding of the modeled process. These processes are even more useful and/or informative when real world data are included in the model. 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, select the prize on the <a href="https://competition.igem.org/deliverables/judging-form">judging form</a> and describe your work on this page.</p>
<hr>
<p>Please see the <a href="https://competition.igem.org/judging/awards">2024 Awards Page</a> for more information.</p>
</div>
</div>
</div>
{% block page_content %}
<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 %}
......@@ -3,32 +3,16 @@
{% block title %}Notebook{% endblock %}
{% block lead %}Document the dates you worked on your project. This should be a detailed account of the work done each day for your project.{% endblock %}
{% block page_content %}
<!-- Side bar has to be here to be places correctly on the left side of the page-->
{% block sidebar %}
<ul class="sidebar">
<li> <a class="anchor sidebarEntry" href="#">1</a> </li>
<li> <a class="anchor sidebarEntry" href="#">2</a> </li>
<li> <a class="anchor sidebarEntry" href="#">3</a> </li>
<li> <a class="anchor sidebarEntry" href="#">4 Safety</a> </li>
</ul>
{% endblock %}
<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="col-lg-4">
<h2>Inspirations</h2>
<hr>
<ul>
<li><a href="http://2018.igem.org/Team:Munich/Notebook">2018 Munich</a></li>
<li><a href="https://2019.igem.org/Team:Georgia_State/Notebook">2019 Georgia State</a></li>
<li><a href="https://2019.igem.org/Team:Newcastle/Notebook">2019 Newcastle</a></li>
<li><a href="https://2020.igem.org/Team:IISER-Pune-India/Notebook">2020 IISER Pune India</a></li>
<li><a href="https://2020.igem.org/Team:Lund/Notebook">2020 Lund</a></li>
<li><a href="https://2020.igem.org/Team:NOVA_LxPortugal/Notebook">2020 NOVA LxPortugal</a></li>
<li><a href="https://2020.igem.org/Team:RDFZ-China/NoteBook">2020 RDFZ China</a></li>
</ul>
</div>
</div>
{% block page_content %}
{% endblock %}
......@@ -3,32 +3,16 @@
{% block title %}Plant{% endblock %}
{% block lead %}This award is designed to celebrate exemplary work done in plant synthetic biology.{% endblock %}
{% block page_content %}
<div class="row mt-4">
<div class="col">
<div class="bd-callout bd-callout-info">
<h4>Best Plant Synthetic Biology</h4>
<p>This award is designed to celebrate exemplary work done in plant synthetic biology. Did you build a project in a plant chassis? Did you submit plant parts to the Registry? This award could also be given to a team working with algae or another photosynthetic eukaryotic chassis. Show us what you made and remember to adhere to iGEM safety guidelines!</p>
<p>To compete for the Best Plant Synthetic Biology prize, select the prize on the <a href="https://competition.igem.org/deliverables/judging-form">judging form</a> and describe your work on this page.</p>
<hr>
<p>Please see the <a href="https://competition.igem.org/judging/awards">2024 Awards Page</a> for more information.</p>
</div>
</div>
</div>
<!-- Side bar has to be here to be places correctly on the left side of the page-->
{% block sidebar %}
<ul class="sidebar">
<li> <a class="anchor sidebarEntry" href="#">1</a> </li>
<li> <a class="anchor sidebarEntry" href="#">2</a> </li>
<li> <a class="anchor sidebarEntry" href="#">3</a> </li>
<li> <a class="anchor sidebarEntry" href="#">4 Safety</a> </li>
</ul>
{% endblock %}
<div class="row mt-4">
<div class="col">
<h2>Inspirations</h2>
<hr>
<ul>
<li><a href="http://2018.igem.org/Team:Cardiff_Wales/Plant">2018 Cardiff Wales</a></li>
<li><a href="https://2019.igem.org/Team:Sorbonne_U_Paris/Plant">2019 Sorbonne U Paris</a></li>
<li><a href="https://2019.igem.org/Team:TU_Kaiserslautern/Plant">2019 TU Kaiserslautern</a></li>
<li><a href="https://2019.igem.org/Team:Humboldt_Berlin/Plant">2019 Humboldt Berlin</a></li>
<li><a href="https://2020.igem.org/Team:Sorbonne_U_Paris/Plant">2020 Sorbonne U Paris</a></li>
</ul>
</div>
</div>
{% block page_content %}
{% endblock %}
......@@ -3,51 +3,16 @@
{% 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="https://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>
<!-- Side bar has to be here to be places correctly on the left side of the page-->
{% block sidebar %}
<ul class="sidebar">
<li> <a class="anchor sidebarEntry" href="#">1</a> </li>
<li> <a class="anchor sidebarEntry" href="#">2</a> </li>
<li> <a class="anchor sidebarEntry" href="#">3</a> </li>
<li> <a class="anchor sidebarEntry" href="#">4 Safety</a> </li>
</ul>
{% endblock %}
<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 and what you learned from them. 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. Furthermore, you can still impress the judges by thoughtfully discussing what went wrong and how you might change things. </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>
{% block page_content %}
{% endblock %}
......@@ -3,48 +3,16 @@
{% block title %}Safety{% endblock %}
{% block lead %}Describe all the safety issues of your project.{% endblock %}
{% block page_content %}
<div class="row mt-4">
<div class="col">
<div class="bd-callout bd-callout-info">
<h4>Safety and Security Award</h4>
<p>Synthetic biology will need to be used safely and securely if local people are to solve local problems all around the world. The Safety and Security Committee is challenging teams to apply biological engineering approaches to manage risks associated with synthetic biology. Can you take the next step in incremental progress towards knowledge, understanding, and tools that will make the use of synthetic biology safer and more secure?</p>
<p>To compete for the Safety and Security award, 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">2024 Awards Page</a> for more information.</p>
</div>
</div>
</div>
<div class="row mt-4">
<div class="col">
<h2>What should this page contain?</h2>
<hr>
<p>On this page of your wiki, you should write about how you are addressing any safety issues in your project. The wiki is a place where you can go beyond the questions on the safety forms, and write about whatever safety topics are most interesting in your project. (You do not need to copy your safety forms onto this wiki page.)</p>
<div class="bd-callout bd-callout-info">
<p>Please visit the <a href="https://responsibility.igem.org/safety-policies/introduction">Safety Policies page</a> to find this year's safety requirements & deadlines, and to learn about safe & responsible research in iGEM.</p>
</div>
</div>
</div>
<!-- Side bar has to be here to be places correctly on the left side of the page-->
{% block sidebar %}
<ul class="sidebar">
<li> <a class="anchor sidebarEntry" href="#">1</a> </li>
<li> <a class="anchor sidebarEntry" href="#">2</a> </li>
<li> <a class="anchor sidebarEntry" href="#">3</a> </li>
<li> <a class="anchor sidebarEntry" href="#">4 Safety</a> </li>
</ul>
{% endblock %}
<div class="row mt-4">
<div class="col-lg-8">
<h2>Safe Project Design</h2>
<hr>
<p>Does your project include any safety features? Have you made certain decisions about the design to reduce risks? Write about them here! For example:</p>
<ul>
<li>Choosing a non-pathogenic chassis</li>
<li>Choosing parts that will not harm humans / animals / plants</li>
<li>Substituting safer materials for dangerous materials in a proof-of-concept experiment</li>
<li>Including an "induced lethality" or "kill-switch" device</li>
</ul>
</div>
<div class="col-lg-4">
<h2>Safe Lab Work</h2>
<hr>
<p>What safety procedures do you use every day in the lab? Did you perform any unusual experiments, or face any unusual safety issues? Write about them here!</p>
</div>
</div>
{% block page_content %}
{% endblock %}
......@@ -3,33 +3,17 @@
{% block title %}Software{% endblock %}
{% block lead %}Software in iGEM should make synthetic biology based on standard parts easier, faster, better or more accessible to our community.{% endblock %}
{% block page_content %}
<!-- Side bar has to be here to be places correctly on the left side of the page-->
{% block sidebar %}
<ul class="sidebar">
<li> <a class="anchor sidebarEntry" href="#">1</a> </li>
<li> <a class="anchor sidebarEntry" href="#">2</a> </li>
<li> <a class="anchor sidebarEntry" href="#">3</a> </li>
<li> <a class="anchor sidebarEntry" href="#">4 Safety</a> </li>
</ul>
{% endblock %}
<div class="row mt-4">
<div class="col">
<div class="bd-callout bd-callout-info">
<h4>Best Software Tool</h4>
<p>Regardless what's the topic, iGEM projects often create or adapt computational tools to move the bigger project forward. Because they are born out of a direct practical need, these software tools (or new computational methods) can even prove surprisingly useful for others. Without necessarily being big or complex, they can make the crucial difference to a project's success. This award tries to find and honor such "nuggets" of computational work. To be eligible, your software has to be documented and made available under an OSI-approved open source license. Teams nominating themselves for this prize must host the source code of their software on the dedicated repository on <a href="https://gitlab.igem.org/2024/software-tools/">iGEM's GitLab</a>.</p>
<p>To compete for the Best Software Tool prize, select the prize on the <a href="https://competition.igem.org/deliverables/judging-form">judging form</a>, host your software on <a href="https://gitlab.igem.org/2024/software-tools/">iGEM's GitLab</a>, and describe your work on this page.</p>
<hr>
<p>Please see the <a href="https://competition.igem.org/judging/awards">2024 Awards Page</a> for more information.</p>
</div>
</div>
</div>
{% block page_content %}
<div class="row mt-4">
<div class="col">
<h2>Inspirations</h2>
<hr>
<ul>
<li><a href="https://2019.igem.org/Team:Sydney_Australia/Software">2019 Sydney Australia</a></li>
<li><a href="https://2019.igem.org/Team:SMMU-China/Software">2019 SMMU China</a></li>
<li><a href="https://2019.igem.org/Team:Grenoble-Alpes/Software">2019 Grenoble Alpes</a></li>
<li><a href="https://2020.igem.org/Team:DTU-Denmark/Software">2020 DTU Denmark</a></li>
<li><a href="https://2020.igem.org/Team:GunnVistaPingry_US/Software">2020 GunnVistaPingry US</a></li>
<li><a href="https://2020.igem.org/Team:Rochester/Software">2020 Rochester</a></li>
</ul>
</div>
</div>
{% endblock %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment