Difference between revisions of "Team:Cornell NY/Description"

(Prototype team page)
 
Line 1: Line 1:
{{Cornell_NY}}
+
<html lang=en>
<html>
+
<head>
 +
    <meta charset="UTF-8"
 +
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
 +
    <meta name="viewport" content="width=device-width, initial-scale=1">
  
 +
    <!-- bootstrap -->
 +
    <link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
 +
    <style>
 +
      nav[data-toggle='toc'] {
 +
        margin-top: 30px;
 +
      }
  
 +
      /* small screens */
 +
      @media (max-width: 768px) {
 +
        /* override the Affix plugin so that the navigation isn't sticky */
 +
        nav.affix[data-toggle='toc'] {
 +
          position: static;
 +
        }
  
<div class="column full_size judges-will-not-evaluate">
+
        /* PICK ONE */
<h3>★  ALERT! </h3>
+
        /* don't expand nested items, which pushes down the rest of the page when navigating */
<p>This page is used by the judges to evaluate your team for the<a href="https://2016.igem.org/Judging/Medals"> improve a previous part or project gold medal criterion</a>. </p>
+
        nav[data-toggle='toc'] .nav .active .nav {
<p> Delete this box in order to be evaluated for this medal. See more information at <a href="https://2016.igem.org/Judging/Pages_for_Awards/Instructions"> Instructions for Pages for awards</a>.</p>
+
          display: none;
</div>
+
        }
 +
        /* alternatively, if you *do* want the second-level navigation to be shown (as seen on this page on mobile), use this */
 +
        nav[data-toggle='toc'] .nav .nav {
 +
          display: block;
 +
        }
 +
      }
 +
    </style>
 +
    <!-- table of contents -->
 +
    <link rel="stylesheet" href="https://cdn.rawgit.com/afeld/bootstrap-toc/v0.4.0/dist/bootstrap-toc.min.css">
 +
    <!-- jquery -->
 +
    <script src="https://code.jquery.com/jquery-2.2.4.min.js" integrity="sha256-BbhdlvQf/xTY9gja0Dq3HiwQF8LaCRTXxZKRutelT44=" crossorigin="anonymous"></script>
 +
    <!-- markdown compiling -->
 +
    <script src='markdown-browser-0.6.0-beta1/markdown.min.js'></script>
 +
</head>
 +
<body data-spy="scroll" data-target="#toc">
 +
  <div class="container">
 +
    <div class="row">
 +
      <!-- sidebar, which will move to the top on a small screen -->
 +
      <div class="col-sm-3">
 +
        <nav id="toc" data-spy="affix" data-toggle="toc"></nav>
 +
      </div>
 +
      <!-- main content area -->
 +
      <div class="col-sm-9">
 +
        <!-- markdown compiling -->
 +
        <script>
 +
          function getWhatever() {
 +
            // strUrl is whatever URL you need to call
 +
            var strUrl = "Wet_Lab_Log.md", strReturn = "";
  
 +
            jQuery.ajax({
 +
              url: strUrl,
 +
              success: function(html) {
 +
                strReturn = html;
 +
              },
 +
              async:false
 +
            });
  
<div class="column full_size">
+
            return strReturn;
 +
          }
  
<p>Tell us about your project, describe what moves you and why this is something important for your team.</p>
+
          var md_content = getWhatever();
 
+
          var html_content = markdown.toHTML(md_content);
 
+
          document.write(html_content);
<h5>What should this page contain?</h5>
+
        </script>
<ul>
+
      </div>
<li> A clear and concise description of your project.</li>
+
    </div>
<li>A detailed explanation of why your team chose to work on this particular project.</li>
+
  </div>
<li>References and sources to document your research.</li>
+
  <div style="height: 95vh;"/>
<li>Use illustrations and other visual resources to explain your project.</li>
+
  <!-- bootstrap -->
</ul>
+
  <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" crossorigin="anonymous"></script>
 
+
  <!-- table of contents -->
 
+
  <script src="https://cdn.rawgit.com/afeld/bootstrap-toc/v0.4.0/dist/bootstrap-toc.min.js"></script>
</div>
+
</body>
 
+
<div class="column full_size" >
+
 
+
<h5>Advice on writing your Project Description</h5>
+
 
+
<p>
+
We encourage you to put up a lot of information and content on your wiki, but we also encourage you to include summaries as much as possible. If you think of the sections in your project description as the sections in a publication, you should try to be consist, accurate and unambiguous in your achievements.
+
</p>
+
 
+
<p>
+
Judges like to read your wiki and know exactly what you have achieved. This is how you should think about these sections; from the point of view of the judge evaluating you at the end of the year.
+
</p>
+
 
+
</div>
+
 
+
 
+
<div class="column half_size" >
+
 
+
<h5>References</h5>
+
<p>iGEM teams are encouraged to record references you use during the course of your research. They should be posted somewhere on your wiki so that judges and other visitors can see how you thought about your project and what works inspired you.</p>
+
 
+
</div>
+
 
+
 
+
<div class="column half_size" >
+
<h5>Inspiration</h5>
+
<p>See how other teams have described and presented their projects: </p>
+
 
+
<ul>
+
<li><a href="https://2014.igem.org/Team:Imperial/Project"> Imperial</a></li>
+
<li><a href="https://2014.igem.org/Team:UC_Davis/Project_Overview"> UC Davis</a></li>
+
<li><a href="https://2014.igem.org/Team:SYSU-Software/Overview">SYSU Software</a></li>
+
</ul>
+
</div>
+
 
+
 
+
 
+
</html>
+

Revision as of 19:51, 7 August 2016