Meetups:August USTC software
From 2014.igem.org
(Difference between revisions)
(Created page with "{{CSS/Main}} <html> <div id="contentcontainer"> <div style="width:975px;"> <p> More information coming soon! </p> </div> </div> </html>") |
(For meetups) |
||
Line 1: | Line 1: | ||
- | + | <!doctype html> | |
+ | <html class="no-js" lang="en"> | ||
+ | <head> | ||
+ | <meta charset="utf-8" /> | ||
+ | <meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
+ | <title>USTC-Software | Welcome</title> | ||
+ | <link rel="icon" href="http://huodong.ustc.edu.cn/Web/igem2014-website/img/favicons/favicon.ico" type="image/x-icon"> | ||
+ | <!-- For third-generation iPad with high-resolution Retina display: --> | ||
+ | <link rel="apple-touch-icon-precomposed" sizes="144x144" href="http://huodong.ustc.edu.cn/Web/igem2014-website/img/favicons/apple-touch-icon-144x144-precomposed.png"> | ||
+ | <!-- For iPhone with high-resolution Retina display: --> | ||
+ | <link rel="apple-touch-icon-precomposed" sizes="114x114" href="http://huodong.ustc.edu.cn/Web/igem2014-website/img/favicons/apple-touch-icon-114x114-precomposed.png"> | ||
+ | <!-- For first- and second-generation iPad: --> | ||
+ | <link rel="apple-touch-icon-precomposed" sizes="72x72" href="http://huodong.ustc.edu.cn/Web/igem2014-website/img/favicons/apple-touch-icon-72x72-precomposed.png"> | ||
+ | <!-- For non-Retina iPhone, iPod Touch, and Android 2.1+ devices: --> | ||
+ | <link rel="apple-touch-icon-precomposed" href="http://huodong.ustc.edu.cn/Web/igem2014-website/img/favicons/apple-touch-icon-precomposed.png"> | ||
- | < | + | <meta name="description" content="iGEM"> |
- | < | + | <meta name="author" content="Taixing Lin"> |
- | < | + | <meta name="copyright" content="USTC-Software, inc. Copyright (c) 2014"> |
+ | |||
+ | <link rel="stylesheet" href="css/foundation.css" /> | ||
+ | <link href="http://huodong.ustc.edu.cn/Web/igem2014-website/css/fixed-positioning.css" rel="stylesheet" type="text/css" /> | ||
+ | <link rel="stylesheet" href="css/main.css" /> | ||
+ | <script src="js/vendor/modernizr.js"></script> | ||
+ | <!--[if lt IE 9]> | ||
+ | <link href="css/ie.css" media="screen" rel="stylesheet" /> | ||
+ | <![endif]--> | ||
- | < | + | <!-- IE Fix for HTML5 Tags --> |
- | </ | + | <!--[if lt IE 9]> |
+ | <script src="js/html5.js"></script> | ||
+ | <![endif]--> | ||
+ | </head> | ||
+ | <body class="off-canvas hide-extras " style=""> | ||
+ | <div class="off-canvas-wrap"> | ||
+ | <div class="inner-wrap"> | ||
+ | <aside class="left-off-canvas-menu"> | ||
+ | <ul class="off-canvas-list"> | ||
+ | <li><label class="first">USTC-Software</label></li> | ||
+ | <li><a href="index.html">Home</a></li> | ||
+ | </ul> | ||
+ | <hr> | ||
- | </ | + | <ul class="off-canvas-list"> |
- | </ | + | <li><label class="first">About</label></li> |
+ | <li><a href="learn/features.html">Overall</a></li> | ||
+ | <li><a href="learn/faq.html">Software</a></li> | ||
+ | <li><a href="learn/faq.html">Method</a></li> | ||
+ | <li><a href="learn/faq.html">Examples</a></li> | ||
+ | <li><a href="learn/faq.html">Future Work</a></li> | ||
+ | </ul> | ||
+ | <hr> | ||
+ | |||
+ | <ul class="off-canvas-list"> | ||
+ | <li><label>Teams</label></li> | ||
+ | </ul> | ||
+ | |||
+ | <hr> | ||
+ | |||
+ | <ul class="off-canvas-list"> | ||
+ | <li><label>Schedule</label></li> | ||
+ | <li><a href="support/support.html">Term</a></li> | ||
+ | <li><a href="/forum">Vacation</a></li> | ||
+ | </ul> | ||
+ | <hr> | ||
+ | <ul class="off-canvas-list"> | ||
+ | <li><label>Media</label></li> | ||
+ | </ul> | ||
+ | |||
+ | <hr> | ||
+ | <ul class="off-canvas-list"> | ||
+ | <li><label>Results</label></li> | ||
+ | </ul> | ||
+ | <hr> | ||
+ | <ul class="off-canvas-list"> | ||
+ | <li><label>Sponsors</label></li> | ||
+ | </ul> | ||
+ | <hr> | ||
+ | <ul class="off-canvas-list"> | ||
+ | <li><label>Contact</label></li> | ||
+ | </ul> | ||
+ | <hr> | ||
+ | |||
+ | </aside> | ||
+ | <!-- --------------------------------------> | ||
+ | |||
+ | |||
+ | <nav class="tab-bar show-for-small"> | ||
+ | <a class="left-off-canvas-toggle menu-icon" style="line-height: 1.0625rem;"> | ||
+ | |||
+ | <span>USTC_Software</span> | ||
+ | |||
+ | </a> | ||
+ | </nav> | ||
+ | |||
+ | <nav class="top-bar hide-for-small" data-topbar> | ||
+ | <ul class="title-area"> | ||
+ | <li class="name"> | ||
+ | <h1><a href="index.html">USTC-Software</a></h1> | ||
+ | </li> | ||
+ | </ul> | ||
+ | <!-- --------------------------------------> | ||
+ | <section class="top-bar-section"> | ||
+ | <ul class="right"> | ||
+ | <li class="divider"></li> | ||
+ | <li> | ||
+ | <a href="/docs" class="">Home</a> | ||
+ | </li> | ||
+ | |||
+ | <li class="divider"></li> | ||
+ | <li class="has-dropdown"> | ||
+ | <a href="learn/features.html" class="">About</a> | ||
+ | <ul class="dropdown"> | ||
+ | <li><a href="learn/features.html">Overall</a></li> | ||
+ | <li><a href="learn/faq.html">Software</a></li> | ||
+ | <li><a href="learn/faq.html">Method</a></li> | ||
+ | <li><a href="learn/faq.html">Examples</a></li> | ||
+ | <li><a href="learn/faq.html">Future Work</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li class="divider"></li> | ||
+ | <li> | ||
+ | <a href="/docs" class="">Teams</a> | ||
+ | </li> | ||
+ | <li class="divider"></li> | ||
+ | <li class="has-dropdown"> | ||
+ | <a href="templates.html" class="">Schedule</a> | ||
+ | <ul class="dropdown"> | ||
+ | <li><a href="templates.html">test</a></li> | ||
+ | <li><a href="/docs">Docs</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li class="divider"></li> | ||
+ | <li class="has-dropdown"> | ||
+ | <a href="support/support.html" class="">Media</a> | ||
+ | <ul class="dropdown"> | ||
+ | <li><a href="support/support.html">test</a></li> | ||
+ | <li><a href="/forum">test</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | |||
+ | <li class="divider"></li> | ||
+ | <li> | ||
+ | <a href="/docs" class="">Results</a> | ||
+ | </li> | ||
+ | <li class="divider"></li> | ||
+ | <li> | ||
+ | <a href="/docs" class="">Sponsors</a> | ||
+ | </li> | ||
+ | <li class="divider"></li> | ||
+ | <li> | ||
+ | <a href="/docs" class="">Contact</a> | ||
+ | </li> | ||
+ | |||
+ | <!-- | ||
+ | <li class="divider"></li> | ||
+ | <li class="has-dropdown"> | ||
+ | <a href="business/services.html" class="">Communicate</a> | ||
+ | <ul class="dropdown"> | ||
+ | <li><a href="support/support.html">Human Practice</a></li> | ||
+ | <li><a href="/forum">Safety</a></li> | ||
+ | <li><a href="/forum">Collaborate</a></li> | ||
+ | <li><a href="/forum">Develop</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | --> | ||
+ | </ul> | ||
+ | </section> | ||
+ | |||
+ | </nav> | ||
+ | <div id="container"> | ||
+ | <div class="slide-box"> | ||
+ | <div class="row large-12 columns large-centered"> | ||
+ | <div class="orbit-container boxshadow"> | ||
+ | |||
+ | |||
+ | <ul data-orbit data-options="timer_speed:2500; bullets:false;"> | ||
+ | <li> | ||
+ | <img src="http://huodong.ustc.edu.cn/Web/igem2014-website/img/slide1.jpg" /> | ||
+ | <div class="orbit-caption">...</div> | ||
+ | </li> | ||
+ | |||
+ | <li> | ||
+ | <img src="http://huodong.ustc.edu.cn/Web/igem2014-website/img/slide2.jpg" /> | ||
+ | <div class="orbit-caption">...</div> | ||
+ | </li> | ||
+ | |||
+ | <li> | ||
+ | <img src="http://huodong.ustc.edu.cn/Web/igem2014-website/img/slide3.jpg" /> | ||
+ | <div class="orbit-caption">...</div> | ||
+ | </li> | ||
+ | <!-- | ||
+ | <li> | ||
+ | <img src="img/slide4.jpg" /> | ||
+ | <div class="orbit-caption">...</div> | ||
+ | </li> | ||
+ | --> | ||
+ | </ul> | ||
+ | |||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="main-content"> | ||
+ | <div class="row large-12 columns large-centered"> | ||
+ | <h2>iGEM meets USTC-Software</h2> | ||
+ | <div class="underline-large"></div> | ||
+ | </div> | ||
+ | <div class="row large-12 columns large-centered"> | ||
+ | <h3>Why?</h3> | ||
+ | <div class="underline-small"></div> | ||
+ | <p>The USTC Software team will organize a worldwide team meet up on August 15th, which will be held at University of Science and Technology of China and planed to last about three days. This meeting is mainly for software tracks. Because most of the meet-ups are among wet tracks, the meeting could be a great opportunity to enhance communication between software teams. Teams will present a brief overview of their project along with their specific summer goals, then discuss alternative ways to approach their projects, and end the meeting with brainstorming ways for the teams to collaborate on either coding or human practices. ! | ||
+ | </p> | ||
+ | </div> | ||
+ | <div class="row"> | ||
+ | <div class="large-6 columns"> | ||
+ | <h3>When?</h3> | ||
+ | <div class="underline-small"></div> | ||
+ | <p>August 15 - August 17, 2014</p> | ||
+ | </div> | ||
+ | |||
+ | <div class="large-6 columns"> | ||
+ | <h3>Where?</h3> | ||
+ | <div class="underline-small"></div> | ||
+ | <ul> | ||
+ | <li>University of Science and Technology of China</li> | ||
+ | <li>USTC-Software</li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="row large-12 columns large-centered"> | ||
+ | <h3>Who?</h3> | ||
+ | <div class="underline-small"></div> | ||
+ | <p>Members from iGEM teams will attend our meetup | ||
+ | </p> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | <!-- | ||
+ | <div class="team-wrap"> | ||
+ | </div> | ||
+ | <div class="row"> | ||
+ | <div class="large-4 columns centered-text zurbian"> | ||
+ | <img alt="bryan zmijewski" src="./img/bryan-home-3b154e2f21236aefb7b72f9e31106ca0.jpg"> | ||
+ | <h4><a href="http://zurb.com/profile/bryan-zmijewski">Bryan Zmijewski</a></h4> | ||
+ | <p class="job-title">Founder, President</p> | ||
+ | <p class="short-bio">Bryan is our fearless leader and chief instigator. Hailing from the Stanford Product Design program and getting his roots from IDEO, he has advised more than 200 startups on how to build digital products.</p> | ||
+ | </div> | ||
+ | <div class="large-4 columns centered-text zurbian"> | ||
+ | <img alt="matt kelly" src="./img/matt-home-0daaa6cedcf767c1da16d704a469025b.jpg"> | ||
+ | <h4><a href="http://zurb.com/profile/matt-kelly">Matt Kelly</a></h4> | ||
+ | <p class="job-title">Partner, Engineering Lead</p> | ||
+ | <p class="short-bio">Matt is our University Dean. He drives the creation of our courses. As a ZURB partner and head of engineering, he's involved in all aspects of our business and brings that knowledge to the classes he teaches.</p> | ||
+ | </div> | ||
+ | <div class="large-4 columns centered-text zurbian"> | ||
+ | <img alt="jonathan smiley" src="./img/jon-home-19f1fe54bbb5d42854f8947c2f6e8670.jpg"> | ||
+ | <h4><a href="http://zurb.com/profile/jonathan-smiley">Jonathan Smiley</a></h4> | ||
+ | <p class="job-title">Partner, Product Lead</p> | ||
+ | <p class="short-bio">Jonathan is a partner at ZURB and our Product Lead. He's the original mastermind behind Foundation, our responsive framework, and continually pushes the ZURB products forward.</p> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="row"> | ||
+ | <div class="large-4 columns centered-text zurbian"> | ||
+ | <img alt="alina senderzon" src="./img/alina-home-7fed177744596d2f4a836d3b4a91b37b.jpg"> | ||
+ | <h4><a href="http://zurb.com/profile/alina-senderzon">Alina Senderzon</a></h4> | ||
+ | <p class="job-title">Design Lead</p> | ||
+ | <p class="short-bio">Alina heads up ZURB's Design Team. As a Lead, she helps shape the work of her fellow designers. Her greatest design strength: designing balanced, structured layouts.</p> | ||
+ | </div> | ||
+ | <div class="large-4 columns centered-text zurbian"> | ||
+ | <img alt="ghaida zahran" src="./img/ghaida-home-84c118f2ab4c5616a7c163f6aced72fa.jpg"> | ||
+ | <h4><a href="http://zurb.com/profile/ghaida-zahran">Ghaida Zahran</a></h4> | ||
+ | <p class="job-title">Designer</p> | ||
+ | <p class="short-bio">Ghaida is an outstanding ZURBian designer and a driver of Foundation. You'll find her working through interaction design problems, pushing pixels or contributing code daily.</p> | ||
+ | </div> | ||
+ | <div class="large-4 columns centered-text zurbian"> | ||
+ | <img alt="caleb winters" src="./img/caleb-home-4d6e71df43e9562a8615f6d4eb9a96b5.jpg"> | ||
+ | <h4><a href="http://zurb.com/profile/caleb-winters">Caleb Winters</a></h4> | ||
+ | <p class="job-title">Designer</p> | ||
+ | <p class="short-bio">Caleb is a core contributor to Foundation and the lead designer for Forrst. While he's amazing at code, you'll find him crushing all parts of our design process.</p> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | --> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | </section> | ||
+ | <script src="http://huodong.ustc.edu.cn/Web/igem2014-website/js/vendor/jquery.js"></script> | ||
+ | <script src="http://huodong.ustc.edu.cn/Web/igem2014-website/js/foundation.min.js"></script> | ||
+ | <script> | ||
+ | $(document).foundation(); | ||
+ | </script> | ||
+ | <!-- | ||
+ | <script type="text/javascript" src="dist/skrollr.min.js"></script> | ||
+ | --> | ||
+ | <!--[if lt IE 9]> | ||
+ | <script type="text/javascript" src="dist/skrollr.ie.min.js"></script> | ||
+ | <![endif]--> | ||
+ | <!-- | ||
+ | <script type="text/javascript"> | ||
+ | var s = skrollr.init({ | ||
+ | edgeStrategy: 'set', | ||
+ | easing: { | ||
+ | WTF: Math.random, | ||
+ | inverted: function(p) { | ||
+ | return 1-p; | ||
+ | } | ||
+ | } | ||
+ | }); | ||
+ | </script> | ||
+ | --> | ||
+ | </body> | ||
</html> | </html> |
Revision as of 05:15, 4 June 2014
<!doctype html>
iGEM meets USTC-Software
Why?
The USTC Software team will organize a worldwide team meet up on August 15th, which will be held at University of Science and Technology of China and planed to last about three days. This meeting is mainly for software tracks. Because most of the meet-ups are among wet tracks, the meeting could be a great opportunity to enhance communication between software teams. Teams will present a brief overview of their project along with their specific summer goals, then discuss alternative ways to approach their projects, and end the meeting with brainstorming ways for the teams to collaborate on either coding or human practices. !
When?
August 15 - August 17, 2014
Where?
- University of Science and Technology of China
- USTC-Software
Who?
Members from iGEM teams will attend our meetup