Difference between revisions of "Team:Amazonas Brazil/Software"

Line 16: Line 16:
 
/* Clear the default wiki settings */
 
/* Clear the default wiki settings */
 
#home_logo, #sideMenu { display:none; } #sideMenu, #top_title, .patrollink {display:none;} #content { width:100%; padding:0px; margin-top:-7px; margin-left:0px;margin-right: 0;} body {background-color:white; } #bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; }
 
#home_logo, #sideMenu { display:none; } #sideMenu, #top_title, .patrollink {display:none;} #content { width:100%; padding:0px; margin-top:-7px; margin-left:0px;margin-right: 0;} body {background-color:white; } #bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; }
 
.menu-sanfona li ul{
 
    display:none;
 
}
 
.menu-sanfona li:focus ul{
 
    display:block;
 
}
 
 
.wrap {
 
    max-width: 1200px;
 
    margin: 0 auto;
 
}
 
 
  .nav {
 
    background: #FFF;
 
    z-index: 200;
 
    position: fixed;
 
    width: 100%;
 
    font-size: 1em;
 
    overflow: auto;
 
  }
 
 
    .nav ul {
 
        padding: 1em;
 
      }
 
 
        li {
 
        display: inline-block;
 
        margin-right: 2em;
 
        }
 
 
          a {
 
          text-decoration: none;
 
          color: #444;
 
          }
 
 
            a:hover {
 
            color: red;
 
            }
 
 
      .nav-toggle {
 
      display: none;
 
      }
 
 
.foto {
 
    width: 100%;
 
}
 
 
/*Media Queries*/
 
@media only screen and (max-width: 800px) {
 
.wrap {
 
max-width: 100%;
 
margin: 0;
 
}
 
 
  .nav.nav-aberta {
 
  position: relative;
 
  padding: 0 0 0.5em 0;
 
  height: 0;
 
}
 
 
      .nav ul {
 
        padding: .5em;
 
        margin: 0;
 
          background: #444;
 
    }
 
 
      li {
 
        margin: 0;
 
        padding: 0;
 
        display: block;
 
        border-bottom: 1px solid #FFF;
 
        }
 
 
          li a {
 
          padding: 0.5em 0 0.5em 0;
 
          display: block;
 
              color: #FFF;
 
          }
 
 
            li:last-child {
 
              border-bottom:none;
 
            }
 
 
      .nav-toggle {
 
      display: block;
 
      padding: .4em;
 
      margin: .5em 0;
 
      }
 
}
 
  
 
</style>
 
</style>
Line 203: Line 113:
 
                 more details here.</p>
 
                 more details here.</p>
 
             </div>
 
             </div>
            <div>
+
            
            <ul class="menu-sanfona">
+
              <li tabindex="0">Item 1
+
                <ul>
+
                  <li>Item 1.1</li>
+
                </ul>
+
              </li>
+
              <li tabindex="1">Item 2
+
                <ul>
+
                  <li>Item 2.1</li>
+
                </ul>
+
              </li>
+
            </ul>
+
           </div>
+
 
+
<div>
+
 
+
 
+
          <nav class="nav nav-aberta">
+
          <div class="wrap">
+
          <ul class="listaNav">
+
          <li><a href="#TESTE">Item 1</a></li>
+
          <li><a href="#">Item 2</a></li>
+
          <li><a href="#">Item 3</a></li>
+
          <li><a href="#">Item 4</a></li>
+
          <li><a href="#">Item 5</a></li>
+
          <li><a href="#">Item 6</a></li>
+
          <li><a href="#">Item 7</a></li>
+
          <li><a href="#">Item 8</a></li>
+
          <li><a href="#">Item 9</a></li>
+
          </ul>
+
          </div>
+
          </nav>
+
 
+
</div>
+
 
         </div>
 
         </div>
 
       </div>
 
       </div>

Revision as of 00:37, 1 November 2017

Wiki_iGEM_Amazonas

SOFTWARE

A platform to expand the iGEM Experience

CRISPeasy

Our perspective is to provide a bacterial genome editing vector based on BioBrick parts assembly easy to engineer as A, B, C… CRISPR.

What's the boost?

Scientific community have been achieved great results using CRISPR-Cas9 mediated genome editing techniques. While these methods are moving forward, some methodological aspects related to this technique could be further improved to bring up this science revolution even more.

In prokaryotes, the genome editing based on CRISPR/Cas9 machinery require quite laborious days of work in lab due to the multi-plasmid based edition. The system não é padronizado e, em determinadas metodologias, demands more than one plasmid, each one carrying a part of the CRISPR/Cas9 apparatus. Other critical problem consist in the addition of a linear DNA carrying homologous arms to provide a donor DNA to insert information into the genome during the HDR repair via. However, the linear donor DNA system has low edition efficiency due the action of DNA restriction systems present in wild type and E. coli strains, which can degrade the linear DNAs before integration into genome. All this demands plenty of time and a lot of wet lab hours of work. To verify this information, we got in touch with other iGEM's teams who had work with CRISPR/Cas9 in the previous years, you can check this outreach part with more details here.