Skip to content
Snippets Groups Projects

Update file cmo.tsx

Merged Paulina Xochitiotzin requested to merge Pauparts into main
1 file
+ 3
6
Compare changes
  • Side-by-side
  • Inline
@@ -6,16 +6,13 @@ const CMOinformacion: React.FC = () => {
<div>
<div className="contenedorImagenGeneral">
<img
src="url-de-la-imagen-del-sitio-de-igem"
alt="aqui-se-pone-una-mini-descripcion-de-la-imagen"
src="https://static.igem.wiki/teams/5288/partsoficial/6-cmo.png"
alt="Figure #. CMO protein diagram"
className="imagenBasica"
></img>
</div>
<p>
Lo que esta dentro dde las "p" es donde se pega el texto que se quiere
mostrar en la pagina
Se muestra por parrafos por lo que si se necesita mas de un parrafo
agregar mas p, se puede copiar y pegar o ponerlo manual
The biobrick consists of a two-domain protein fused with a 6x His-tag to facilitate purification. Choline monooxigenase (CMO), consists of two domains: an N-terminal Rieske-type domain, and a C-terminal mononuclear non-heme iron binding domain [1], [2], [3]. The enzyme has a length of 414 amino acids and a molecular weight of 46.4 kDa. This part is adapted to the Golden Gate cloning method. Additionally, this part contains a 6x His-tag at the C-terminal site to facilitate purification.
</p>
</div>
</>
Loading