Difference between revisions of "Team:CLSB-UK/Attributions"

(Prototype team page)
 
Line 1: Line 1:
 
{{CLSB-UK}}
 
{{CLSB-UK}}
 +
{{CLSB-UK_Header}}
 
<html>
 
<html>
 +
    <style>
 +
    #attribution {
 +
        text-align: center;
 +
        padding-bottom: 20px;
 +
    }
 +
    #attribution img {
 +
        border-radius: 50%;
 +
        vertical-align: middle;
 +
        width: 200px;
 +
        height: 200px;
 +
        margin: 5px 10px;
 +
        padding: 2px;
 +
        border: 3px solid transparent;
 +
        transition: border 0.75s;
 +
        cursor: pointer;
 +
        user-drag: none;
 +
        -webkit-user-drag: none;
 +
        user-select: none;
 +
        position: relative;
 +
        object-fit: cover;
 +
    }
 +
    #attribution:hover img {
 +
        border: 3px solid #bbb;
 +
        animation-play-state: paused !important;
 +
    }
 +
    #attribution img:hover {
 +
        border: 3px solid #1976d2;
 +
    }
 +
    #attribution img.attribution_selected {
 +
        border: 8px solid #1976d2;
 +
    }
 +
    @keyframes bob {
 +
        0% {
 +
            top: 0;
 +
        }
 +
        100% {
 +
            top: 20px;
 +
        }
 +
    }
 +
    @media (max-width: 768px) {
 +
        #attribution img {
 +
            animation: none !important;
 +
            width: 100px !important;
 +
            height: 100px !important;
 +
            margin: 4px;
 +
        }
 +
        #attribution img.attribution_selected {
 +
            border: 3px solid #1976d2;
 +
        }
 +
    }
 +
    </style>
 +
    <div class="content_wrapper">
 +
        <!-- TODO: Put in images + biographies -->
 +
        <h1>Attributions</h1>
 +
        <h3 id="attribution_name">Click on someone to view how they helped us</h3>
 +
        <p id="attribution_biography"></p>
 +
        <div id="attribution">
 +
            <img src="https://www.imperial.ac.uk/ImageCropToolT4/imageTool/uploaded-images/ouldridge--tojpeg_1477991756284_x1.jpg" alt="Dr Thomas Ouldrige" data-name="Dr Thomas Ouldrige" data-biography="We met with Dr Ouldridge twice, both times at Imperial where he helped us out with modelling. The <a href=&quot;http://imperialchemthermo.blogspot.co.uk/2017/04/working-with-city-of-london-school-on.html&quot;>first meeting</a> we discussed the basics of modelling toehold switches, and how to get started using MATLAB for biological modelling. The second meeting we talked about removing unneeded complexity, making the model easier to understand and to narrow it down to have just 4 main parameters which we could then try changing around to see how it would affect the GFP output. Without him <a href=&quot;https://2017.igem.org/Team:CLSB-UK/Model&quot;>our models</a> would not have been nearly as accurate and useful to the wetlab team."
 +
            />
 +
            <img src="http://lorempixel.com/200/200/business/2" alt="Firstname Lastname" data-name="Firstname Lastname" data-biography="Example biography. How they helped us goes here." />
 +
            <img src="http://lorempixel.com/200/200/business/3" alt="Firstname Lastname" data-name="Firstname Lastname" data-biography="Example biography. How they helped us goes here." />
 +
            <img src="http://lorempixel.com/200/200/business/4" alt="Firstname Lastname" data-name="Firstname Lastname" data-biography="Example biography. How they helped us goes here." />
 +
        </div>
 +
    </div>
 +
    <script type="text/javascript">
 +
        document.querySelectorAll('#attribution img').forEach(function(image) {
 +
            // Random width between 125 and 200 px;
 +
            let width = Math.floor(Math.random() * 76 + 125);
 +
            image.style.width = width + 'px';
 +
            image.style.height = width + 'px';
 +
            image.style.animation = (Math.random().toFixed(2) * 0.25 + 1.25) + 's -' + Math.random() + 's bob ease-in-out alternate infinite';
  
 +
            image.addEventListener('click', displayBiography);
 +
        });
  
 +
        let currentSelected;
  
 +
        function displayBiography(e) {
 +
            if (currentSelected) {
 +
                currentSelected.classList.remove('attribution_selected');
 +
            }
 +
            currentSelected = e.target;
 +
            document.getElementById('attribution_name').innerHTML = currentSelected.getAttribute('data-name');
 +
            document.getElementById('attribution_biography').innerHTML = currentSelected.getAttribute('data-biography');
 +
            /*
 +
            if (typeof document.getElementById('attribution_name').scrollIntoViewIfNeeded === "function") {
 +
                document.getElementById('attribution_name').scrollIntoViewIfNeeded();
 +
            } else {
 +
                document.getElementById('attribution_name').scrollIntoView();
 +
            }
 +
            */
 +
            currentSelected.classList.add('attribution_selected');
 +
        }
 +
    </script>
  
<div class="column full_size judges-will-not-evaluate">
 
<h3>★  ALERT! </h3>
 
<p>This page is used by the judges to evaluate your team for the <a href="https://2017.igem.org/Judging/Medals">medal criterion</a> or <a href="https://2017.igem.org/Judging/Awards"> award listed above</a>. </p>
 
<p> Delete this box in order to be evaluated for this medal criterion and/or award. See more information at <a href="https://2017.igem.org/Judging/Pages_for_Awards"> Instructions for Pages for awards</a>.</p>
 
</div>
 
<div class="clear"></div>
 
 
 
 
 
<div class="column full_size">
 
<h1>Attributions</h1>
 
 
<p> Each team must clearly attribute work done by the student team members on this page. The team must distinguish work done by the students from work done by others, including the host labs, advisors, instructors, and individuals not on the team roster.
 
<br><br>
 
This is a bronze medal requirement. Please see the <a href="https://2017.igem.org/Judging/Medals">Medals requirements page</a> for more details.</p>
 
 
</div>
 
 
 
<div class="clear"></div>
 
 
 
<div class="column half_size">
 
<h5> Why is this page needed? </h5>
 
<p>The Attribution requirement helps the judges know what you did yourselves and what you had help with. We don't mind if you get help with difficult or complex techniques, but you must report what work your team did and what work was done by others.</p>
 
<p>
 
For example, you might choose to work with an animal model during your project. Working with animals requires getting a license and applying far in advance to conduct certain experiments in many countries. This is difficult to achieve during the course of a summer, but much easier if you can work with a postdoc or PI who has the right licenses.</p>
 
</div>
 
 
 
<div class="column half_size">
 
<h5> What should this page have?</h5>
 
 
<ul>
 
<li>General Support</li>
 
<li>Project support and advice</li>
 
<li>Fundraising help and advice</li>
 
<li>Lab support</li>
 
<li>Difficult technique support</li>
 
<li>Project advisor support</li>
 
<li>Wiki support</li>
 
<li>Presentation coaching</li>
 
<li>Human Practices support</li>
 
<li> Thanks and acknowledgements for all other people involved in helping make a successful iGEM team</li>
 
</ul>
 
</div>
 
 
 
<div class="clear"></div>
 
 
<div class="column half_size">
 
 
<div class="highlight">
 
<h5> Can we base our project on a previous one? </h5>
 
<p>Yes! You can have a project based on a previous team, or based on someone else's idea, <b>as long as you state this fact very clearly and give credit for the original project.</b> </p>
 
</div>
 
</div>
 
 
 
<div class="column half_size">
 
 
<h5>Inspiration</h5>
 
<p>Take a look at what other teams have done:</p>
 
<ul>
 
<li><a href="https://2011.igem.org/Team:Imperial_College_London/Team">2011 Imperial College London</a> (scroll to the bottom)</li>
 
<li><a href="https://2014.igem.org/Team:Exeter/Attributions">2014 Exeter </a></li>
 
<li><a href="https://2014.igem.org/Team:Melbourne/Attributions">2014 Melbourne </a></li>
 
<li><a href="https://2014.igem.org/Team:Valencia_Biocampus/Attributions">2014 Valencia Biocampus</a></li>
 
</ul>
 
 
</div>
 
 
<div class="clear"></div>
 
 
<div class="column half_size">
 
 
<h5>Team training and Project start</h5>
 
<p>Tell us if your institution teaches an iGEM or synthetic biology class and when you started your project:</p>
 
<ul>
 
<li>Does your institution teach an iGEM or synthetic biology course?</li>
 
<li>When did you start this course?</li>
 
<li>Are the syllabus and course materials freely available online?</li>
 
<li>When did you start your brainstorming?</li>
 
<li>When did you start in the lab?</li>
 
<li>When did you start working on  your project?</li>
 
 
</ul>
 
 
</div>
 
 
 
 
 
</div>
 
 
</html>
 
</html>
 +
{{CLSB-UK_Footer}}

Revision as of 16:48, 26 July 2017

Attributions

Click on someone to view how they helped us

Dr Thomas Ouldrige Firstname Lastname Firstname Lastname Firstname Lastname