Difference between revisions of "Team:XJTU-China"

Line 23: Line 23:
 
</head>
 
</head>
  
<body data-scroll-container>
+
<body>
 
     <!--banner-->
 
     <!--banner-->
     <section data-scroll-section>
+
     <section>
 
         <div class="container row">
 
         <div class="container row">
 
             <main>
 
             <main>
Line 38: Line 38:
 
     </section>
 
     </section>
 
     <!--about-->
 
     <!--about-->
     <section data-scroll-section>
+
     <section>
 
         <div class="container d-flex flex-column justify-content-center align-items-center">
 
         <div class="container d-flex flex-column justify-content-center align-items-center">
 
             <div class="row">
 
             <div class="row">
Line 168: Line 168:
 
     </section>
 
     </section>
 
     <!--highlights-->
 
     <!--highlights-->
     <section data-scroll-section>
+
     <section>
 
         <div class="xjtuText text-center">
 
         <div class="xjtuText text-center">
 
             <h1>highlights
 
             <h1>highlights
Line 205: Line 205:
 
         </div>
 
         </div>
 
     </section>
 
     </section>
    <section id="footerAppend"></section>
 
  
 
     <script type="text/javascript"
 
     <script type="text/javascript"
Line 215: Line 214:
 
     <script type="text/javascript"
 
     <script type="text/javascript"
 
         src="https://2021.igem.org/wiki/index.php?title=Template:XJTU-China/footer&action=raw&ctype=text/javascript"></script>
 
         src="https://2021.igem.org/wiki/index.php?title=Template:XJTU-China/footer&action=raw&ctype=text/javascript"></script>
    <!--locomotive-->
 
    <script>//mind don't use module for creating scrollBar
 
        // special for iGEM wiki
 
        // var wrapper = document.querySelector("#mw-content-text");
 
        // wrapper.setAttribute("data-scroll-container", "");
 
  
        // initialize the locomotive scroll
 
        var scrollBar = new LocomotiveScroll({
 
            el: document.querySelector('[data-scroll-container]'),
 
            smooth: true,
 
            multiplier: 1.5
 
        });
 
    </script>
 
 
     <!--viewBtn-->
 
     <!--viewBtn-->
 
     <script>
 
     <script>
Line 308: Line 295:
 
         })();
 
         })();
 
     </script>
 
     </script>
    <!-- // to-top btn -->
 
    <!-- <script>
 
        // var ftoTopBtn = (function () {
 
        //    $(document).ready(function () {
 
        //        $("#to-top").hide();
 
        //        $(function () {
 
        //            $(window).scroll(function () {
 
        //                if ($(window).scrollTop() > 600) {
 
        //                    $("#to-top").fadeIn(500);
 
        //                } else {
 
        //                    $("#to-top").fadeOut(500);
 
        //                }
 
        //            });
 
        //            $("#to-top").click(function () {
 
        //                $('body,html').animate({
 
        //                    scrollTop: 0
 
        //                }, 500);
 
        //                return false;
 
        //            });
 
        //        });
 
        //    });
 
        // })();
 
        // var fToTopBtn = (function () {
 
        //    $(document).ready(function () {
 
        //        var toTopBtn = document.querySelector("#to-top");
 
        //        $(toTopBtn).hide();
 
  
        //        scrollBar.on("scroll", (position) => {
 
        //            var y = position.scroll.y;
 
        //            console.log(y);
 
        //            if (y > 600) {
 
        //                $(toTopBtn).fadeIn(600);
 
        //            }
 
        //            else {
 
        //                $(toTopBtn).fadeOut(600);
 
        //            }
 
        //        })
 
 
        //        toTopBtn.onclick = function () {
 
        //            scrollBar.scrollTo("top");
 
        //        };
 
        //    });
 
 
        // })();
 
    </script> -->
 
    <!-- // Love bar -->
 
    <script>
 
        var fLoveBar = (function () {
 
            var n = 8;
 
            var marqueeContent = new Array(n);
 
            marqueeContent = ["XJTU-iGEMers", "Weiping", "Donglin", "Hongyu", "Hailong", "Daiyun", "Chunlin", "Wenxin"]
 
            var marqueeBox = document.getElementById("marqueeBox");
 
            var marqueeId = 0;
 
            var flag = true;
 
 
            scrollMarquee = function () {
 
                var str = marqueeContent[marqueeId];
 
                var link = "/Team:XJTU-China/Team#" + str;
 
                $(marqueeBox).attr("href", link);
 
                marqueeBox.innerHTML = str;
 
                marqueeId = marqueeId >= n - 1 ? 0 : marqueeId + 1;
 
                $(marqueeBox).fadeIn(300, function () {
 
                    setTimeout(function () {
 
                        $(marqueeBox).fadeOut(300);
 
                    }, 2000)
 
                });
 
 
            };
 
 
            function initMarquee() {
 
                scrollMarquee();
 
                setInterval("scrollMarquee()", 3000);
 
            };
 
 
            initMarquee();
 
        })();
 
    </script>
 
 
</body>
 
</body>
  
 
</html>
 
</html>
 
{{XJTU-China/header}}
 
{{XJTU-China/header}}
<!-- {{XJTU-China/footer}} -->
+
{{XJTU-China/footer}}

Revision as of 13:58, 12 July 2021

Team:XJTU-China

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

Perhaps you have no idea who is Hincious.

img26

XJTU-China

Perhaps you have no idea who is Hincious.

contact us

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

Made with ❤️ by