Team:NUDT CHINA
From 2014.igem.org
Line 1: | Line 1: | ||
- | |||
<html> | <html> | ||
+ | |||
+ | <script src="http://down.admin5.com/demo/code_pop/18/1772/jquery-1.8.2.min.js" type="text/javascript"></script> | ||
+ | <script src="http://down.admin5.com/demo/code_pop/18/1772/jquery.carouFredSel-6.0.4-packed.js" type="text/javascript"></script> | ||
+ | <script type="text/javascript"> | ||
+ | $(function() { | ||
+ | $('#carousel').carouFredSel({ | ||
+ | width: 900, | ||
+ | height: 525, | ||
+ | align: false, | ||
+ | padding: [0, 650, 0, 0], | ||
+ | items: { | ||
+ | width: 50, | ||
+ | height: 525, | ||
+ | visible: 5, | ||
+ | minimum: 1 | ||
+ | }, | ||
+ | scroll: { | ||
+ | items: 1, | ||
+ | duration: 750, | ||
+ | onBefore: function( data ) { | ||
+ | data.items.old.add( data.items.visible ).find( 'span' ).stop().slideUp(); | ||
+ | }, | ||
+ | onAfter: function( data ) { | ||
+ | data.items.visible.last().find( 'span' ).stop().slideDown(); | ||
+ | } | ||
+ | }, | ||
+ | auto: false, | ||
+ | onCreate: function() { | ||
+ | $(this).children().each(function() { | ||
+ | $(this).append( '<span>' + $('img', this).attr( 'alt' ) + '</span>' ); | ||
+ | $(this).find( 'span' ).hide(); | ||
+ | }); | ||
+ | } | ||
+ | }); | ||
+ | $('#carousel').children().click(function() { | ||
+ | $('#carousel').trigger( 'slideTo', [this, -4, 'prev'] ); | ||
+ | }); | ||
+ | }); | ||
+ | </script> | ||
+ | <style type="text/css"> | ||
+ | |||
+ | #wrapper { | ||
+ | width: 900px; | ||
+ | height: 525px; | ||
+ | margin:0 auto; | ||
+ | overflow: hidden; | ||
+ | } | ||
+ | #carousel div { | ||
+ | cursor: pointer; | ||
+ | margin-right: -650px; | ||
+ | float: left; | ||
+ | position: relative; | ||
+ | box-shadow: 0 0 10px #000; | ||
+ | } | ||
+ | #carousel div:last-child { | ||
+ | cursor: default; | ||
+ | } | ||
+ | #carousel div span { | ||
+ | background-color: #222; | ||
+ | background-color: rgba(0,0,0, 0.8); | ||
+ | color: #fff; | ||
+ | font-size: 25px; | ||
+ | text-align: center; | ||
+ | display: inline-block; | ||
+ | width: 700px; | ||
+ | height: 25px; | ||
+ | padding: 20px 0; | ||
+ | overflow: hidden; | ||
+ | position: absolute; | ||
+ | left: 0; | ||
+ | bottom: 0; | ||
+ | } | ||
+ | </style> | ||
+ | |||
<!--main content --> | <!--main content --> | ||
<table width="70%" align="center" background="https://static.igem.org/mediawiki/2014/8/87/NUDT_CHINA_BG.jpg"> | <table width="70%" align="center" background="https://static.igem.org/mediawiki/2014/8/87/NUDT_CHINA_BG.jpg"> | ||
+ | <tr> | ||
+ | <td> | ||
+ | <div id="wrapper"> | ||
+ | <div id="carousel"> | ||
+ | <div><img src="http://down.admin5.com/demo/code_pop/18/1772/img/sp-colorado-is-not-enough.jpg" alt="Colorado Is Not Enough" width="700" height="525" /></div> | ||
+ | <div><img src="http://down.admin5.com/demo/code_pop/18/1772/img/sp-die-hard.jpg" alt="Die Hard" width="700" height="525" /></div> | ||
+ | <div><img src="http://down.admin5.com/demo/code_pop/18/1772/img/sp-fat-red-line.jpg" alt="Fat Red Line" width="700" height="525" /></div> | ||
+ | <div><img src="http://down.admin5.com/demo/code_pop/18/1772/img/sp-resevoir-dogs.jpg" alt="Resevoir Dogs" width="700" height="525" /></div> | ||
+ | <div><img src="http://down.admin5.com/demo/code_pop/18/1772/img/sp-fatrix.jpg" alt="The Fatrix" width="700" height="525" /></div> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | </td> | ||
+ | </tr> | ||
<tr> | <tr> |
Revision as of 17:55, 9 October 2014
|
||||||||||||
| ||||||||||||
Requirements | ||||||||||||
Please be sure to keep these links, your audience will want to find your: |
There are a few wiki requirements teams must follow:
Visit the Wiki How To page for a complete list of requirements, tips and other useful information. |
|||||||||||
Tips | ||||||||||||
We are currently working on providing teams with some easy to use design templates.
For a full wiki list, you can visit iGEM 2013 web sites and iGEM 2012 web sites lists. |
This wiki will be your team’s first interaction with the rest of the world, so here are a few tips to help you get started:
|
|||||||||||
WELCOME TO iGEM 2014!Your team has been approved and you are ready to start the iGEM season!
|
||||||||||||