Difference between revisions of "Team:UMass-Dartmouth"

Line 47: Line 47:
 
               <!--FOR EACH SUB-SECTION-->
 
               <!--FOR EACH SUB-SECTION-->
 
                     <!--OF CODE!-->
 
                     <!--OF CODE!-->
 
+
          <link href="http://s3.amazonaws.com/codecademy-content/courses/ltp2/css/bootstrap.min.css" rel="stylesheet">
 +
          <link href='http://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
 +
          <link href="style.css" rel="stylesheet">
 +
          <link href="http://code.jquery.com/jquery-1.11.3.js>
 
     </HEAD>
 
     </HEAD>
 
     <!--END SOURCE SITES-->
 
     <!--END SOURCE SITES-->
  
  
     <!--INSERT TEXT AND IMAGES-->
+
     <!--INSERT TEXT, LINKS AND IMAGES-->
 
     <BODY>
 
     <BODY>
  
Line 69: Line 72:
 
                         <a href= "https://2015.igem.org/Team:UMass-Dartmouth/ourproject"><li>Our Project</li></a>
 
                         <a href= "https://2015.igem.org/Team:UMass-Dartmouth/ourproject"><li>Our Project</li></a>
 
                               <ul>
 
                               <ul>
                                   <a href= "link"><li>Parts</li><a>
+
                                   <a href= "link"><li>About H. Pylori</li></a>
                                   <a href= "link"><li>About H. Pylori</li><a>
+
                                   <a href= "link"><li>Our Proposition</li></a>
 
                               </ul>
 
                               </ul>
 +
                        <a href= "#"><li>The Team</li></a>
 +
                        <a href= "#"><li>Contact</li></a>
 +
                    </ul>
 
               </div>
 
               </div>
              <div align
 
 
           </div>
 
           </div>
 
            
 
            
Line 85: Line 90:
  
  
 
+
<a href="https://2015.igem.org/Team:UMass-Dartmouth/test"><li>Test Page 1</li></a>
 
     </BODY>
 
     </BODY>
 
     <!--END TEXT AND IMAGES-->
 
     <!--END TEXT AND IMAGES-->
 
</HTML>
 
</HTML>
===============================================================================================================
 
<!--EXAMPLE FROM CODECADEMY.COM-->
 
<HTML>
 
  
    <!--START CSS*-->
+
========================================================================
    <STYLE TYPE="TEXT/CSS">
+
    .navigate a {
+
        color: #5a5a5a;
+
        font-size: 11px;
+
        font-weight: bold;
+
        padding: 14px 10px;
+
        text-transform: uppercase;
+
    }
+
  
    .navigate li {
 
        display: inline;
 
    }
 
 
    .bigpic {
 
        background-image:url('https://static.igem.org/mediawiki/2015/0/02/UMassD_igem.png');
 
        height: 600px;
 
        background-repeat: no-repeat;
 
        background-size: cover;
 
    }
 
 
    .bigpic .container {
 
        position: relative;
 
        top:100px;
 
    }
 
 
    .bigpic h1 {
 
        color: #fff;
 
        font-size: 48px; 
 
        font-family: 'Shift', sans-serif;
 
        font-weight: bold;
 
    }
 
 
    .bigpic p {
 
        font-size: 20px;
 
        color: #fff;
 
    }
 
 
    .learn-more {
 
        background-color: #f7f7f7;
 
    }
 
 
    .learn-more h3 {
 
        font-family: 'Shift', sans-serif;
 
        font-size: 18px;
 
        font-weight: bold;
 
    }
 
 
    .learn-more a {
 
        color: #00b0ff;
 
    }
 
 
    .overview{
 
        background-color: #efefef
 
        border-bottom: 1px solid #dbdbdb
 
    }
 
 
    .overview h2{
 
        color:#393c3d
 
        font-size: 24px
 
    }
 
 
    .overview p{
 
        font-size: 15px
 
        margin-bottom: 13px
 
    }
 
    /*END CSS*/
 
    </STYLE>
 
 
 
<!--HTML CODING STARTS-->
 
 
  <head>
 
 
    <link href="http://s3.amazonaws.com/codecademy-content/courses/ltp/css/shift.css" rel="stylesheet">
 
    <link href="http://code.jquery.com/jquery-1.11.3.js>
 
    <link rel="stylesheet" href="http://s3.amazonaws.com/codecademy-content/courses/ltp/css/bootstrap.css">
 
    <link rel="stylesheet" href="main.css">
 
   
 
  </head>
 
<!--HEAD ENDS-->
 
 
 
<!--PAGE TEXTS AND IMAGES STARTS-->
 
  <body>
 
*
 
*
 
    <div class="navigate">
 
      <div class="container">
 
        <ul class="pull-left">
 
 
          <li><a href="#">Home</a></li>
 
          <li><a href="#">About Us</a></li>
 
 
        <!--</ul>-->
 
        <!--<ul class="pull-right">-->
 
 
          <li><a href="#">About Our Project</a></li>
 
          <li><a href="#">Contact Us</a></li>
 
          <li><a href="#">Help</a></li>
 
 
        </ul>
 
      </div>
 
    </div>
 
*
 
*
 
    <div class="bigpic">
 
      <div class="container">
 
 
        <h1>Sythetic Biology Club</h1>
 
        <p>UMass Dartmouth is in the building...browser...!</p>
 
        <a href="#">Learn More</a>
 
 
      </div>
 
    </div>
 
*
 
*
 
    <div class="overview">
 
        <div class="container">
 
 
            <h2>Overview of Our Project</h2>
 
            <p>Helicobacter Pylori (H. pylori) is a bacteria that dwells in our digestive system mainly around the stomach. Blah blah more words will go here eventually.</p>
 
 
            <div class="row">
 
                <div class="col-md-4">
 
                    <div class="thumbnail">
 
 
                        <img src="https://microbewiki.kenyon.edu/images/thumb/2/24/H.pylori.gif/400px-H.pylori.gif">
 
 
                    </div>
 
                    <div class="thumbnail">
 
 
                        <img src="INSERT PHOTO HERE!">
 
 
                    </div>
 
                </div>
 
 
                <div class="col-md-4">
 
                    <div class="thumbnail">
 
 
                        <img src="INSERT PHOTO HERE!">
 
 
                    </div>
 
                    <div class="thumbnail">
 
 
                        <img src="INSERT PHOTO HERE!">
 
 
                    </div>
 
                </div>
 
 
                <div class="col-md-4">
 
                    <div class="thumbnail">
 
 
                        <img src="INSERT PHOTO HERE!">
 
 
                    </div>
 
                </div>
 
            </div>
 
        </div>
 
    </div>
 
*
 
*
 
    <div class="learn-more">
 
  <div class="container">
 
<div class="row">
 
      <div class= "col-md-2">
 
 
<h3>The UMD Team</h3>
 
<p>We couldn't have even imagined a project without our creative, intelligent, hardworking team.</p>
 
<p><a href="#">MEET US</a></p>
 
 
      </div>
 
  <div>
 
 
<h3>Our Sponsors</h3>
 
<p>We want to thank all of those who have contributed so much to our project!</p>
 
<p><a href="#">SPONSOR PAGE</a></p>
 
 
  </div>
 
  <div>
 
 
<h3>Learn More</h3>
 
<p>Insert Text about being pretty cool here</p>
 
<p><a href="#">LEARN MORE</a></p>
 
 
  </div>
 
    </div>
 
  </div>
 
</div>
 
 
 
  </body>
 
<!--PAGE TEXTS AND IMAGES ENDS-->
 
 
</HTML>
 
========================================================================
 
 
<html>
 
<html>
 
<h1 align="center">The Synthetic Biology Club </h1>
 
<h1 align="center">The Synthetic Biology Club </h1>

Revision as of 17:31, 9 July 2015

Team UMass-Dartmouth banner.jpg

  • Test Page 1
  • ============================================================

    The Synthetic Biology Club

    'We, UMass Dartmouth Synthetic Biology Club, welcome you to our page'

    Who We Are

    Insert cool stuff to say about us here

    -->Team photo <--

    Introduction to Our Team

    -->Individual photos<---

    Evan Cambell

    Project

    Helicobacter Pylori Bacteriophage Therapy

    Our project is to engineer Escherchia coli to detect and kill Helicobacter pylori via bacteriophage (virus) therapy. H. pylori, a bacterial pathogen and Class I carcinogen, is known for causing gastric duodenal ulcers, gastric lymphoma, and chronic gastritis, which is a precursor to gastric carcinoma. H. pylori infects about 50% of the human population, with prevalence in developing countries. With antibiotics quickly losing efficacy, a new method of treatment is direly needed!

    Project Goals

    Contact Us!

    If you have any questions or suggestions about our project please feel free to contact us

    -->Insert Contact Panel Here<--

    =============================================================================

    Please read the following pages:

    Styling your wiki

    You may style this page as you like or you can simply leave the style as it is. You can easily keep the styling and edit the content of these default wiki pages with your project information and completely fulfill the requirement to document your project.

    While you may not win Best Wiki with this styling, your team is still eligible for all other awards. This default wiki meets the requirements, it improves navigability and ease of use for visitors, and you should not feel it is necessary to style beyond what has been provided.

    Editing your wiki

    On this page you can document your project, introduce your team members, document your progress and share your iGEM experience with the rest of the world!

    Click here to edit this page!

    See tips on how to edit your wiki on the Template Documentation page.

    Templates

    This year we have created templates for teams to use freely. More information on how to use and edit the templates can be found on the Template Documentation page.

    Tips

    This wiki will be your team’s first interaction with the rest of the world, so here are a few tips to help you get started:

    • State your accomplishments! Tell people what you have achieved from the start.
    • Be clear about what you are doing and how you plan to do this.
    • You have a global audience! Consider the different backgrounds that your users come from.
    • Make sure information is easy to find; nothing should be more than 3 clicks away.
    • Avoid using very small fonts and low contrast colors; information should be easy to read.
    • Start documenting your project as early as possible; don’t leave anything to the last minute before the Wiki Freeze. For a complete list of deadlines visit the iGEM 2015 calendar
    • Have lots of fun!

    Inspiration

    You can also view other team wikis for inspiration! Here are some examples:

    Uploading pictures and files

    You can upload your pictures and files to the iGEM 2015 server. Remember to keep all your pictures and files within your team's namespace or at least include your team's name in the file name.
    When you upload, set the "Destination Filename" to Team:YourOfficialTeamName/NameOfFile.jpg. (If you don't do this, someone else might upload a different file with the same "Destination Filename", and your file would be erased!)

    CLICK HERE TO UPLOAD FILES