Difference between revisions of "Team:XJTU-China"

Line 47: Line 47:
 
             <div class="row wallpaper-bg">
 
             <div class="row wallpaper-bg">
 
                 <div class="col-lg-2"></div>
 
                 <div class="col-lg-2"></div>
                 <div class="page xjtuText col-lg-8">
+
                 <div class="page xjtuText mt-5 mb-5 col-lg-8">
 
                     <hgroup>
 
                     <hgroup>
 
                         <h1>Brief Intro.</h1>
 
                         <h1>Brief Intro.</h1>
Line 154: Line 154:
 
                     </div>
 
                     </div>
 
                     <div class="row grid justify-content-center">
 
                     <div class="row grid justify-content-center">
                         <figure class="effect-zoe">
+
                         <div class="col-lg-6 d-flex justify-content-center">
                            <img src="https://static.igem.org/mediawiki/2021/b/b9/T--XJTU-China--25.jpg" alt="img25" />
+
                            <figure class="effect-zoe">
                            <figcaption>
+
                                <img src="https://static.igem.org/mediawiki/2021/b/b9/T--XJTU-China--25.jpg" alt="img25" />
                                <div class="container d-flex align-items-center">
+
                                <figcaption>
                                    <h2 class="mr-auto"><span>XJTU</span>-China</h2>
+
                                    <div class="container d-flex align-items-center">
                                    <span class="lottieBtn viewBtn" data-dialog="dialog-1"></span>
+
                                        <h2 class="mr-auto"><span>XJTU</span>-China</h2>
                                    <span class="lottieBtn hitLikeBtn"></span>
+
                                        <span class="lottieBtn viewBtn" data-dialog="dialog-1"></span>
                                </div>
+
                                        <span class="lottieBtn hitLikeBtn"></span>
                                <p class="description">Click the view button to check our <strong>wonderful social
+
                                    </div>
                                        interaction</strong>.
+
                                    <p class="description">Click the view button to check our <strong>wonderful social
                                </p>
+
                                            interaction</strong>.
                            </figcaption>
+
                                    </p>
                        </figure>
+
                                </figcaption>
                         <figure class="effect-zoe">
+
                            </figure>
                            <img src="https://static.igem.org/mediawiki/2021/a/a1/T--XJTU-China--26.jpg" alt="img26" />
+
                         </div>
                            <figcaption>
+
                        <div class="col-lg-6 d-flex justify-content-center">
                                <div class="container d-flex align-items-center">
+
                            <figure class="effect-zoe">
                                    <h2 class="mr-auto"><span>XJTU</span>-China</h2>
+
                                <img src="https://static.igem.org/mediawiki/2021/a/a1/T--XJTU-China--26.jpg" alt="img26" />
                                    <span class="lottieBtn viewBtn" data-dialog="dialog-2"></span>
+
                                <figcaption>
                                    <span class="lottieBtn hitLikeBtn"></span>
+
                                    <div class="container d-flex align-items-center">
                                </div>
+
                                        <h2 class="mr-auto"><span>XJTU</span>-China</h2>
                                <p class="description">Click the view button to explore our <strong>interviews with
+
                                        <span class="lottieBtn viewBtn" data-dialog="dialog-2"></span>
                                        well-respected experts</strong>.
+
                                        <span class="lottieBtn hitLikeBtn"></span>
                                </p>
+
                                    </div>
                            </figcaption>
+
                                    <p class="description">Click the view button to explore our <strong>interviews with
                        </figure>
+
                                            well-respected experts</strong>.
 +
                                    </p>
 +
                                </figcaption>
 +
                            </figure>
 +
                        </div>
 
                     </div>
 
                     </div>
 
                     <!-- linkboxes -->
 
                     <!-- linkboxes -->
                     <div class="row">
+
                     <div class="row justify-content-center">
 
                         <div class="linkBox col-lg-3 col-md-6 col-sm-12">
 
                         <div class="linkBox col-lg-3 col-md-6 col-sm-12">
 
                             <div class="linkBox-items">
 
                             <div class="linkBox-items">
Line 270: Line 274:
 
     <script type="text/javascript"
 
     <script type="text/javascript"
 
         src="https://2021.igem.org/wiki/index.php?title=Template:XJTU-China/dialog&action=raw&ctype=text/javascript"></script>
 
         src="https://2021.igem.org/wiki/index.php?title=Template:XJTU-China/dialog&action=raw&ctype=text/javascript"></script>
    <script src="https://codepen.io/Tibixx/pen/BbBxRG.js"></script>
 
  
 
     <!-- flowing banner -->
 
     <!-- flowing banner -->
Line 279: Line 282:
 
             var ctx = canvas.getContext("2d");
 
             var ctx = canvas.getContext("2d");
  
             w = ctx.canvas.width*1.1;
+
             w = ctx.canvas.width * 1.1;
             h = ctx.canvas.height*1.1;
+
             h = ctx.canvas.height * 1.1;
  
 
             nt = 0;
 
             nt = 0;
Line 294: Line 297:
 
                 }
 
                 }
 
                 move(i) {
 
                 move(i) {
                     this.x += noise.perlin3(this.y / (w*0.66), i / 5, nt);
+
                     this.x += noise.perlin3(this.y / (w * 0.66), i / 5, nt);
                     this.y += noise.perlin3(this.x / (h*0.66), i / 5, nt);
+
                     this.y += noise.perlin3(this.x / (h * 0.66), i / 5, nt);
 
                 }
 
                 }
 
                 draw(i) {
 
                 draw(i) {
Line 319: Line 322:
 
                     }
 
                     }
 
                     // hueBase=90;
 
                     // hueBase=90;
                     ctx.fillStyle = "hsl(" + (hueBase + this.h/10) + ", 100%, 30%)";
+
                     ctx.fillStyle = "hsl(" + (hueBase + this.h / 10) + ", 100%, 30%)";
 
                     ctx.arc(this.x, this.y, this.r, 0, Math.PI * 2);
 
                     ctx.arc(this.x, this.y, this.r, 0, Math.PI * 2);
 
                     ctx.fill();
 
                     ctx.fill();

Revision as of 14:59, 1 September 2021

Team:XJTU-China

Tryptophan

iDream

Brief Intro.

a tryptophan producer

Synthetic biology is a science discipline that differs a lot from the others. Usually, you would use the scientific method to obtain results in the majority of life sciences, centering your work on making observations and performing experiments. However, synthetic biology goes beyond that, it is all about constructing something new from parts (biological parts if you may). That is why, sometimes the engineering design process fits better with these projects, since a product has to be built, a machine that performs a task, where it is more important what it does rather than how, yet still has to be tested. Funnily enough, that's why iGEM stands for genetically engineered machines.

To close the menu, the menu icon needs to be clicked again. This menu is inspired by the left side menu found on YouTube. When clicking on the menu label and icon, the main menu appears beneath and the menu icon slides to the right side while the label slides up. To close the menu, the menu icon needs to be clicked again. This menu is inspired by the left side menu found on YouTube. When clicking on the menu label and icon, the main menu appears beneath and the menu icon slides to the right side while the label slides up. To close the menu, the menu icon needs to be clicked again. This menu is inspired by the left side menu found on YouTube. When clicking on the menu label and icon, To close the menu, the menu icon needs to be clicked again. This menu is inspired by the left side menu found on YouTube. When clicking on the menu label and icon,

the main menu appears beneath and the menu icon slides to the right side while the label slides up.o be clicked again. This menu is inspired by the left side menu found on YouTube. When clicking on the menu label and icon, the main menu appears beneath and the menu icon slides to the right side while the label slides up. To close the menu, the menu icon needs to be clicked again. This menu is inspired by the left side menu found on YouTube. When clicking on the menu label and icon, the main menu appears beneath and the menu icon slides to the right side while the label slides up. To close the menu, the menu icon needs to be clicked again. This menu is inspired by the left side menu found on YouTube. When clicking on the menu label and icon, the main menu appears beneath and the menu icon slides to the right side while the label slides up. the main menu appears beneath and the menu icon slides to the right side while the label slides up. To close the menu, the menu icon needs to be clicked again. This menu is inspired by the left side menu found on YouTube. When clicking on the menu label and icon, the main menu appears beneath and the menu icon slides to the right side while the label slides up.ide menu found on YouTube. When clicking on the menu label and icon, To close the menu, the menu icon needs to be clicked again. This menu is inspired by the left side menu found on YouTube. When clicking on the menu label and icon, the main menu appears beneath and the menu icon slides to the right side while the label slides up.


highlights

A lot of wonderful works

img25

XJTU-China

Click the view button to check our wonderful social interaction.

img26

XJTU-China

Click the view button to explore our interviews with well-respected experts.

why can't i see me

Howdy guys sadasd dsadsa sdad ad a dsad as d

Howdy guys sadasd dsadsa sdad ad a dsad as d

Howdy guys sadasd dsadsa sdad ad a dsad as d

Howdy guys sadasd dsadsa sdad ad a dsad as d

Howdy guys sadasd dsadsa sdad ad a dsad as d

Howdy guys sadasd dsadsa sdad ad a dsad as d

Howdy guys sadasd dsadsa sdad ad a dsad as d

Howdy guys sadasd dsadsa sdad ad a dsad as d

Haaaaa

why can't i see me

Howdy guys sadasd dsadsa sdad ad a dsad as d

Howdy guys sadasd dsadsa sdad ad a dsad as d

Howdy guys sadasd dsadsa sdad ad a dsad as d

Howdy guys sadasd dsadsa sdad ad a dsad as d

Howdy guys sadasd dsadsa sdad ad a dsad as d

Howdy guys sadasd dsadsa sdad ad a dsad as d

Howdy guys sadasd dsadsa sdad ad a dsad as d

Howdy guys sadasd dsadsa sdad ad a dsad as d

Haaaaa

contact us

Xi'an Jiaotong University
28 Xianning West Road
Xi'an, Shaanxi, China, 710049
xjtu_igem@xjtu.edu.cn

Made with ❤️ by