Team:Columbia-Cooper-NYC/trial

From 2012.igem.org

(Difference between revisions)
Line 231: Line 231:
-
                        <script type="text/javascript">
 
-
                            $(document).ready(function () {
 
-
 
-
 
-
 
-
                                jQuery.cookie = function (d, f, b) { function e(j, i) { if (j) { if (i) { return true } } return false } if (e(arguments.length > 1, String(f) !== "[object Object]")) { b = jQuery.extend({}, b); if (f === null || f === undefined) { b.expires = -1 } if (typeof b.expires === "number") { var h = b.expires, c = b.expires = new Date(); c.setDate(c.getDate() + h) } f = String(f); return (document.cookie = [encodeURIComponent(d), "=", b.raw ? f : encodeURIComponent(f), b.expires ? "; expires=" + b.expires.toUTCString() : "", b.path ? "; path=" + b.path : "", b.domain ? "; domain=" + b.domain : "", b.secure ? "; secure" : ""].join("")) } b = f || {}; var a, g = b.raw ? function (i) { return i } : decodeURIComponent; return (a = new RegExp("(?:^|; )" + encodeURIComponent(d) + "=([^;]*)").exec(document.cookie)) ? g(a[1]) : null };
 
-
 
-
 
-
                                $('.right-menu, .left-menu').fadeTo(0, 0);
 
-
                                $('.right-menu, .left-menu').bind('mouseover', function () {
 
-
                                    $(this).fadeTo('slow', 1);
 
-
                                });
 
-
 
-
 
-
                                $(function () {
 
-
                                    $('img').each(function () {
 
-
                                        var thumb = $(this).attr('src');
 
-
                                        var reg = new RegExp('^(\/wiki\/images)\/thumb');
 
-
                                        if (thumb.match(reg)) {
 
-
                                            var image = thumb.replace(reg, '$1');
 
-
                                            image = image.replace(/[^\/]+?$/, '').replace(/\/$/, '');
 
-
                                            var $tag = $('<img>').attr('src', image);
 
-
                                            $(this).closest('a').bind('click', function () {
 
-
                                                $('<div>').append($tag).lightbox_me();
 
-
                                                return false;
 
-
                                            });
 
-
                                        }
 
-
                                    });
 
-
                                });
 
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
                                var buttons = {
 
-
                                    previous: $('#lofslidercontent45 .lof-previous'),
 
-
                                    next: $('#lofslidercontent45 .lof-next')
 
-
                                };
 
-
                                $obj = $('#lofslidecontent45').lofJSidernews({
 
-
                                    interval: 5000,
 
-
                                    direction: 'opacitys',
 
-
                                    easing: 'easeInOutExpo',
 
-
                                    duration: 1200,
 
-
                                    auto: true,
 
-
                                    maxItemDisplay: 7,
 
-
                                    startItem: 0,
 
-
                                    navPosition: 'horizontal', // horizontal
 
-
                                    navigatorHeight: 32,
 
-
                                    navigatorWidth: 80,
 
-
                                    mainWidth: 780,
 
-
                                    buttons: buttons
 
-
                                });
 
-
 
-
 
-
 
-
 
-
   
 
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
                            });
 
-
                </script>
 
Line 312: Line 242:
         <div id="hokkaidou-content">
         <div id="hokkaidou-content">
-
                            <div id="lofslidecontent45" class="lof-slidecontent">
+
                    <div id="lofslidecontent45" class="lof-slidecontent">
                         <div style="display: none;" class="preload">
                         <div style="display: none;" class="preload">
                             <div>
                             <div>
Line 407: Line 337:
                 <div id="hokkaidou-right-content">
                 <div id="hokkaidou-right-content">
                 </div>
                 </div>
 +
 +
 +
        </div>
 +
    </div>
 +
 +
 +
 +
 +
 +
 +
 +
    <script type="text/javascript">
 +
        $(document).ready(function () {
 +
 +
 +
 +
 +
            jQuery.cookie = function (d, f, b) { function e(j, i) { if (j) { if (i) { return true } } return false } if (e(arguments.length > 1, String(f) !== "[object Object]")) { b = jQuery.extend({}, b); if (f === null || f === undefined) { b.expires = -1 } if (typeof b.expires === "number") { var h = b.expires, c = b.expires = new Date(); c.setDate(c.getDate() + h) } f = String(f); return (document.cookie = [encodeURIComponent(d), "=", b.raw ? f : encodeURIComponent(f), b.expires ? "; expires=" + b.expires.toUTCString() : "", b.path ? "; path=" + b.path : "", b.domain ? "; domain=" + b.domain : "", b.secure ? "; secure" : ""].join("")) } b = f || {}; var a, g = b.raw ? function (i) { return i } : decodeURIComponent; return (a = new RegExp("(?:^|; )" + encodeURIComponent(d) + "=([^;]*)").exec(document.cookie)) ? g(a[1]) : null };
 +
 +
 +
            $('.right-menu, .left-menu').fadeTo(0, 0);
 +
            $('.right-menu, .left-menu').bind('mouseover', function () {
 +
                $(this).fadeTo('slow', 1);
 +
            });
 +
 +
 +
            $(function () {
 +
                $('img').each(function () {
 +
                    var thumb = $(this).attr('src');
 +
                    var reg = new RegExp('^(\/wiki\/images)\/thumb');
 +
                    if (thumb.match(reg)) {
 +
                        var image = thumb.replace(reg, '$1');
 +
                        image = image.replace(/[^\/]+?$/, '').replace(/\/$/, '');
 +
                        var $tag = $('<img>').attr('src', image);
 +
                        $(this).closest('a').bind('click', function () {
 +
                            $('<div>').append($tag).lightbox_me();
 +
                            return false;
 +
                        });
 +
                    }
 +
                });
 +
            });
 +
 +
 +
 +
 +
 +
 +
 +
            var buttons = {
 +
                previous: $('#lofslidercontent45 .lof-previous'),
 +
                next: $('#lofslidercontent45 .lof-next')
 +
            };
 +
            $obj = $('#lofslidecontent45').lofJSidernews({
 +
                interval: 5000,
 +
                direction: 'opacitys',
 +
                easing: 'easeInOutExpo',
 +
                duration: 1200,
 +
                auto: true,
 +
                maxItemDisplay: 7,
 +
                startItem: 0,
 +
                navPosition: 'horizontal', // horizontal
 +
                navigatorHeight: 32,
 +
                navigatorWidth: 80,
 +
                mainWidth: 780,
 +
                buttons: buttons
 +
            });
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
        });
 +
</script>
 +
 +
 +
 +
 +
 +
 +
 +
</body>
</body>
</html>
</html>

Revision as of 14:00, 3 October 2012

  • Columbia & Cooper 2012 Team

  • Columbia University

  • The Cooper Union for the Advancement of Science and Art

  • Genetics

  • Copper Etching

  • The Effects of A. ferrooxidans

  • Maker Faire (Copyright © Andrew Cribb)