<pclassName="indent">We have built several BioBricks, which cover all aspects throughout our projects, constituting our sensory module, metabolic module, and safety module.</p>
<h2>1.Our Basic Parts</h2>
<pclassName="indent">We designed six basic parts in total this year,you can click on the part to see details.</p>
<tableclassName="three-line-table">
<thead>
<trclassName='table-head-line'>
<th>Part Name</th>
<th>Type</th>
<th>Short Description</th>
</tr>
</thead>
<tbody>
{basicParts.map((row)=>(
<trclassName={row.class}key={row.id}>
<td><ahref={row.link}>{row.id}</a></td>
<td>{row.type}</td>
<td>{row.description}</td>
</tr>
))}
</tbody>
</table>
<h2>2.Our Composite Parts</h2>
<pclassName="indent">We designed seven composite parts in total this year,you can click on the part to see details.</p>
<tableclassName="three-line-table">
<thead>
<trclassName='table-head-line'>
<th>Part Name</th>
<th>Type</th>
<th>Short Description</th>
</tr>
</thead>
<tbody>
{compositeParts.map((row)=>(
<trclassName={row.class}key={row.id}>
<td><ahref={row.link}>{row.id}</a></td>
<td>{row.type}</td>
<td>{row.description}</td>
</tr>
))}
</tbody>
</table>
<h2> 3.Contribution</h2>
<pclassName="indent">In addition, we have added content to the uploaded parts.</p>
<pclassName="indent">We optimized the codon of <ahref='https://parts.igem.org/Part:BBa_K3924011'>BBa_K3924011</a> and <ahref='https://parts.igem.org/Part:BBa_K3924002'>BBa_K3924002</a>, and added two basic components accordingly, namely <ahref='https://parts.igem.org/Part:BBa_K5378011'>BBa_K5378011</a> and <ahref='https://parts.igem.org/Part:BBa_K5378012'>BBa_K5378012</a>.</p>
<pclassName="indent">Moreover, we added information to an existing part created by iGEM21_Tsinghua, clearly documenting our Functional Verification on the Part's Main Page on the Registry. Here shows the link <ahref='https://parts.igem.org/Part:BBa_K3924029'>BBa_K3924029</a>.And we also make our new composite part <ahref='https://parts.igem.org/Part:BBa_K5378021'>BBa_K5378021</a>.</p>