From 18a1f30b5548c123ada4137fb2ff6ba30001fdc3 Mon Sep 17 00:00:00 2001 From: Kamile Liucija Vainiute <kamile@igem.org> Date: Tue, 28 May 2024 22:38:06 +0000 Subject: [PATCH] Update Attributions --- src/contents/attributions.tsx | 5 ++++- src/contents/contribution.tsx | 2 +- src/contents/engineering.tsx | 2 +- src/contents/experiments.tsx | 2 +- src/contents/results.tsx | 2 +- src/contents/team.tsx | 32 +------------------------------- src/pages.ts | 2 +- 7 files changed, 10 insertions(+), 37 deletions(-) diff --git a/src/contents/attributions.tsx b/src/contents/attributions.tsx index ab562fd..32d82f5 100644 --- a/src/contents/attributions.tsx +++ b/src/contents/attributions.tsx @@ -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 diff --git a/src/contents/contribution.tsx b/src/contents/contribution.tsx index ee8a817..f5c49a4 100644 --- a/src/contents/contribution.tsx +++ b/src/contents/contribution.tsx @@ -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. diff --git a/src/contents/engineering.tsx b/src/contents/engineering.tsx index 243ccbc..32accee 100644 --- a/src/contents/engineering.tsx +++ b/src/contents/engineering.tsx @@ -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 /> diff --git a/src/contents/experiments.tsx b/src/contents/experiments.tsx index de788e0..09519bc 100644 --- a/src/contents/experiments.tsx +++ b/src/contents/experiments.tsx @@ -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} /> diff --git a/src/contents/results.tsx b/src/contents/results.tsx index 2db5c56..feb900e 100644 --- a/src/contents/results.tsx +++ b/src/contents/results.tsx @@ -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! diff --git a/src/contents/team.tsx b/src/contents/team.tsx index dd9f6b9..f159156 100644 --- a/src/contents/team.tsx +++ b/src/contents/team.tsx @@ -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> </> ); diff --git a/src/pages.ts b/src/pages.ts index 66e4c11..749066f 100644 --- a/src/pages.ts +++ b/src/pages.ts @@ -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.", }, ], }, -- GitLab