Team:Wellesley Desyne

From 2013.igem.org

(Difference between revisions)
Line 7: Line 7:
<meta name="viewport" content="width=device-width">
<meta name="viewport" content="width=device-width">
<link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
-
 
+
<script src="//code.jquery.com/jquery-latest.min.js"></script>
 +
<script src="//unslider.com/unslider.min.js"></script>
 +
<style type="text/css">
 +
.banner { position: relative; overflow: auto; }
 +
    .banner li { list-style: none; }
 +
        .banner ul li { float: left; }
 +
</style>
<body>
<body>
<nav class="top-bar" style="padding-top: 0px; margin-top: 0px;">
<nav class="top-bar" style="padding-top: 0px; margin-top: 0px;">
Line 73: Line 79:
<div class="row">
<div class="row">
<div class="large-12 columns">
<div class="large-12 columns">
 +
<div class="banner">
 +
    <ul>
 +
        <li>This is a slide.</li>
 +
        <li>This is another slide.</li>
 +
        <li>This is a final slide.</li>
 +
    </ul>
 +
</div>
<ul data-orbit>
<ul data-orbit>
<li>
<li>
Line 103: Line 116:
</div>
</div>
</div>
</div>
-
<script src="http://cs.wellesley.edu/~hcilab/igem2013/whci_jquery.js"></script>
+
 
<script src="http://cs.wellesley.edu/~hcilab/igem2013/whci_foundation.js"></script>
<script src="http://cs.wellesley.edu/~hcilab/igem2013/whci_foundation.js"></script>
-
<script src="http://cs.wellesley.edu/~hcilab/igem2013/whci_foundation.abide.js"></script>
 
<script src="http://cs.wellesley.edu/~hcilab/igem2013/whci_foundation.alerts.js"></script>
<script src="http://cs.wellesley.edu/~hcilab/igem2013/whci_foundation.alerts.js"></script>
-
<script src="http://cs.wellesley.edu/~hcilab/igem2013/whci_foundation.clearing.js"></script>
 
-
<script src="http://cs.wellesley.edu/~hcilab/igem2013/whci_foundation.cookie.js"></script>
 
<script src="http://cs.wellesley.edu/~hcilab/igem2013/whci_foundation.dropdown.js"></script>
<script src="http://cs.wellesley.edu/~hcilab/igem2013/whci_foundation.dropdown.js"></script>
-
<script src="http://cs.wellesley.edu/~hcilab/igem2013/whci_foundation.forms.js"></script>
 
-
<script src="http://cs.wellesley.edu/~hcilab/igem2013/whci_foundation.interchange.js"></script>
 
-
<script src="http://cs.wellesley.edu/~hcilab/igem2013/whci_foundation.joyride.js"></script>
 
-
<script src="http://cs.wellesley.edu/~hcilab/igem2013/whci_foundation.magellan.js"></script>
 
-
<script src="http://cs.wellesley.edu/~hcilab/igem2013/whci_foundation.orbit.js"></script>
 
-
<script src="http://cs.wellesley.edu/~hcilab/igem2013/whci_foundation.placeholder.js"></script>
 
-
<script src="http://cs.wellesley.edu/~hcilab/igem2013/whci_foundation.reveal.js"></script>
 
-
<script src="http://cs.wellesley.edu/~hcilab/igem2013/whci_foundation.section.js"></script>
 
-
<script src="http://cs.wellesley.edu/~hcilab/igem2013/whci_foundation.tooltips.js"></script>
 
<script src="http://cs.wellesley.edu/~hcilab/igem2013/whci_foundation.topbar.js"></script>
<script src="http://cs.wellesley.edu/~hcilab/igem2013/whci_foundation.topbar.js"></script>
<script>
<script>
$(document).foundation();
$(document).foundation();
 +
$(function() {
 +
    $('.banner').unslider();
 +
});
</script>
</script>
</body>
</body>
</html>
</html>

Revision as of 23:57, 9 September 2013

Wellesley HCI iGEM Team: Welcome

Wellesley HCI iGEM 2013

Synthetic biology requires a multidisciplinary, collaborative design environment to engineer the complex biological systems of the future.

Our team created a collection of software tools which address specific technical synthetic biology challenges while simultaneously advancing the way in which users interact with computing environments. Our software will facilitate the workflow of the scientific process by supporting each step: research, brainstorming, building, testing, troubleshooting, iteration, and analysis. The combination of human computer interaction, bio-design automation, and experimental design makes our effort unique in the iGEM experience and closes the loop on the design-build-test methodology.