Skip to content
Snippets Groups Projects
Commit 18a1f30b authored by Kamile Liucija Vainiute's avatar Kamile Liucija Vainiute
Browse files

Update Attributions

parent b8213356
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ export function Attributions() {
if (type === "igem-attribution-form") {
const element = document.getElementById("igem-attribution-form");
if (element) {
element.style.height = `${data + 50}px`;
element.style.height = `${data + 100}px`;
}
}
}
......@@ -25,6 +25,9 @@ export function Attributions() {
<>
<div className="row mt-4">
<div className="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 <a href="https://competition.igem.org/deliverables/project-attribution" target="_blank">here</a></p>
</div>
<div className="bd-callout bd-callout-info">
<p>
In the iGEM Competition, we celebrate student effort and
......
......@@ -13,7 +13,7 @@ export function Contribution() {
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="http://parts.igem.org/Main_Page">Registry</a> for your
<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.
......
......@@ -15,7 +15,7 @@ export function Engineering() {
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="http://parts.igem.org/Main_Page">Registry</a> for your
<a href="https://parts.igem.org/Main_Page">Registry</a> for your
team to be eligible for this criteria.
</p>
<hr />
......
......@@ -24,7 +24,7 @@ export function Experiments() {
<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="http://parts.igem.org/Main_Page">Registry</a>.
the <a href="https://parts.igem.org/Main_Page">Registry</a>.
</p>
</div>
<Inspirations inspirationLinkList={links} />
......
......@@ -37,7 +37,7 @@ export function Results() {
<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>.
<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!
......
......@@ -43,38 +43,8 @@ export function Team() {
</div>
</div>
<div className="col-4">
<h2>Inspirations</h2>
<hr />
<ul>
<li>
<a href="https://2019.igem.org/Team:CU/Team">2019 CU</a>
</li>
<li>
<a href="https://2019.igem.org/Team:UANL/Team">2019 UANL</a>
</li>
<li>
<a href="https://2019.igem.org/Team:William_and_Mary/Team">
2019 William and Mary
</a>
</li>
<li>
<a href="https://2020.igem.org/Team:BOKU-Vienna/Team">
2020 BOKU Vienna{" "}
</a>
</li>
<li>
<a href="https://2020.igem.org/Team:CAU_China/Team_Member">
2020 CAU China
</a>
</li>
<li>
<a href="https://2020.igem.org/Team:Lethbridge/Members">
2020 Lethbridge
</a>
</li>
</ul>
</div>
<Inspirations inspirationLinkList={links} />
</div>
</div>
</>
);
......
......@@ -61,7 +61,7 @@ const Pages: (Page | Folder)[] = [
title: "Attributions",
path: "/attributions",
component: Attributions,
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.",
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.",
},
],
},
......
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