Team:LIKA-CESAR-Brasil/Lectures
From 2014.igem.org
Villaverde (Talk | contribs) (Created page with "{{CSS/Main}} <html lang="pt-br"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-wi...") |
|||
(5 intermediate revisions not shown) | |||
Line 13: | Line 13: | ||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css"> | <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css"> | ||
- | + | <style type="text/css"> | |
- | + | body { | |
+ | font-size:12px; | ||
+ | color:#111; | ||
+ | height:100%; | ||
+ | background:#ededed; | ||
+ | /*min-width: 1326px;*/ | ||
+ | } | ||
+ | .container { | ||
+ | width:80%; | ||
+ | background: rgb(255,255,255); /* Old browsers */ | ||
+ | background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(237,237,237,1) 100%); /* FF3.6+ */ | ||
+ | background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */ | ||
+ | background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */ | ||
+ | background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%); /* Opera 11.10+ */ | ||
+ | background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%); /* IE10+ */ | ||
+ | background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%); /* W3C */ | ||
+ | filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */ | ||
+ | } | ||
- | + | .navbar-brand { | |
+ | padding: 5px; | ||
+ | } | ||
+ | .col-md-10 { | ||
+ | width:100%; | ||
+ | padding: 20px 70px 20px 50px; | ||
+ | min-height:200px; | ||
+ | padding-bottom:50px; | ||
+ | } | ||
+ | .col-md-4 { | ||
+ | padding-bottom:70px; | ||
+ | } | ||
+ | .navbar-inverse { | ||
+ | background-color: #ededed; | ||
+ | border-color: #ededed; | ||
+ | } | ||
+ | .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus { | ||
+ | color: #006600; | ||
+ | background-color: #8cff00; | ||
+ | } | ||
+ | .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus { | ||
+ | color: #006600; | ||
+ | background-color: #8cff00; | ||
+ | } | ||
+ | .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus { | ||
+ | color: #006600; | ||
+ | background-color: transparent; | ||
+ | } | ||
+ | .navbar-inverse .navbar-nav > li > a:focus { | ||
+ | color: #006600; | ||
+ | background-color: transparent; | ||
+ | } | ||
+ | .nav > li > a { | ||
+ | display: block; | ||
+ | padding: 25px 15px; | ||
+ | position: relative; | ||
+ | } | ||
+ | .menu{ | ||
+ | color:black; | ||
+ | z-index:999; | ||
+ | position:relative; | ||
+ | float:right; | ||
+ | margin:auto; | ||
+ | } | ||
- | + | .videohome{ | |
- | + | background:#ededed; | |
- | + | } | |
+ | .menu ul{ | ||
+ | margin:0 auto; | ||
+ | } | ||
+ | .jumbotron { | ||
+ | background:url("https://static.igem.org/mediawiki/2014/7/7a/Banner_top.jpg"); | ||
+ | border-top: solid 5px #8cff00; | ||
+ | border-bottom: solid 5px #8cff00; | ||
+ | background-size:cover; | ||
+ | width:80%; | ||
+ | height:331px; | ||
+ | margin:auto; | ||
+ | margin-top:40px; | ||
+ | } | ||
+ | .jumbotron02 { | ||
+ | background:url("https://static.igem.org/mediawiki/2014/5/52/Banner_top02.jpg"); | ||
+ | border-top: solid 5px #8cff00; | ||
+ | border-bottom: solid 5px #8cff00; | ||
+ | background-size:cover; | ||
+ | width:80%; | ||
+ | height:331px; | ||
+ | margin:auto; | ||
+ | margin-top:80px; | ||
+ | } | ||
+ | .jumbotronSafety { | ||
+ | background:url("https://static.igem.org/mediawiki/2014/7/7a/Banner_top.jpg"); | ||
+ | border-top: solid 5px #8cff00; | ||
+ | border-bottom: solid 5px #8cff00; | ||
+ | background-size:cover; | ||
+ | width:80%; | ||
+ | height:331px; | ||
+ | margin:auto; | ||
+ | margin-top:80px; | ||
+ | } | ||
+ | .jumbotronParts { | ||
+ | background:url("https://static.igem.org/mediawiki/2014/b/be/Banner_top04.jpg"); | ||
+ | border-top: solid 5px #8cff00; | ||
+ | border-bottom: solid 5px #8cff00; | ||
+ | background-size:cover; | ||
+ | width:80%; | ||
+ | height:331px; | ||
+ | margin:auto; | ||
+ | margin-top:80px; | ||
+ | } | ||
+ | .jumbotronHuman { | ||
+ | background:url("https://static.igem.org/mediawiki/2014/1/12/Banner_top05.jpg"); | ||
+ | border-top: solid 5px #8cff00; | ||
+ | border-bottom: solid 5px #8cff00; | ||
+ | background-size:cover; | ||
+ | width:80%; | ||
+ | height:331px; | ||
+ | margin:auto; | ||
+ | margin-top:80px; | ||
+ | } | ||
+ | .jumbotronProject { | ||
+ | background:url("https://static.igem.org/mediawiki/2014/b/be/Banner_top04.jpg"); | ||
+ | border-top: solid 5px #8cff00; | ||
+ | border-bottom: solid 5px #8cff00; | ||
+ | background-size:cover; | ||
+ | width:80%; | ||
+ | height:331px; | ||
+ | margin:auto; | ||
+ | margin-top:80px; | ||
+ | } | ||
+ | .jumbotronAdvisors { | ||
+ | background:url("https://static.igem.org/mediawiki/2014/3/3b/Banner_top03.jpg"); | ||
+ | border-top: solid 5px #8cff00; | ||
+ | border-bottom: solid 5px #8cff00; | ||
+ | background-size:cover; | ||
+ | width:80%; | ||
+ | height:331px; | ||
+ | margin:auto; | ||
+ | margin-top:80px; | ||
+ | } | ||
- | + | .igem-logo{ | |
+ | background:url("https://static.igem.org/mediawiki/2014/4/4e/Banner_top_03.png") ; | ||
+ | background-color:transparent; | ||
+ | width: 50px; | ||
+ | height:50px; | ||
+ | z-index: 99; | ||
+ | background-repeat: no-repeat; | ||
+ | } | ||
+ | |||
+ | /* | ||
+ | .navbar .container { | ||
+ | min-width: 1322px; | ||
+ | z-index: 9999; | ||
+ | } | ||
+ | */ | ||
+ | |||
+ | h2 { | ||
+ | font-size: 26px; | ||
+ | color:#339900; | ||
+ | } | ||
+ | .videocapa{ | ||
+ | width:35%; | ||
+ | float:right; | ||
+ | min-height:300px; | ||
+ | margin-top:10px; | ||
+ | } | ||
+ | p { | ||
+ | font-size: 12px; | ||
+ | color:#444; | ||
+ | } | ||
+ | footer { | ||
+ | background:#b8b8b8; | ||
+ | width:100%; | ||
+ | padding: 50px; | ||
+ | clear:both; | ||
+ | position: relative; | ||
+ | bottom:0; | ||
+ | border-top: solid 8px #8cff00; | ||
+ | } | ||
+ | footer p { | ||
+ | margin:auto; | ||
+ | padding-top:10px; | ||
+ | text-align:center; | ||
+ | width:50%; | ||
+ | color:#006600; | ||
+ | } | ||
+ | .firstHeading { | ||
+ | display:none; | ||
+ | } | ||
+ | table{ | ||
+ | color:#888; | ||
+ | font-size:16px; | ||
+ | border: solid 1px #ccc; | ||
+ | } | ||
+ | h1 { | ||
+ | font-size: 26px; | ||
+ | color:#339900; | ||
+ | } | ||
+ | h2 { | ||
+ | font-size: 22px; | ||
+ | color:#339900; | ||
+ | } | ||
+ | h3 { | ||
+ | font-size: 18px; | ||
+ | color:#339900; | ||
+ | } | ||
+ | h4 { | ||
+ | font-size: 16px; | ||
+ | color:#339900; | ||
+ | } | ||
+ | |||
+ | .listHorizontal{ | ||
+ | list-style: none; | ||
+ | display:inline-block; | ||
+ | margin-left: 0.3em; | ||
+ | } | ||
+ | |||
+ | .listHorizontal li{ | ||
+ | padding: 0px 5px 0px 5px; | ||
+ | } | ||
+ | |||
+ | div#globalWrapper { | ||
+ | position: relative; | ||
+ | font-size: 100%; | ||
+ | width: 100%; | ||
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | padding-bottom: 10px; | ||
+ | } | ||
+ | |||
+ | </style> | ||
+ | </head> | ||
+ | |||
+ | <body> | ||
+ | |||
+ | <div class="navbar navbar-inverse navbar-fixed-top" role="navigation"> | ||
+ | <div class="container"> | ||
+ | <header> | ||
+ | |||
+ | <div class="navbar-header"> | ||
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target=".navbar-collapse"> | <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target=".navbar-collapse"> | ||
<span class="sr-only">Toggle navigation</span> | <span class="sr-only">Toggle navigation</span> | ||
Line 29: | Line 261: | ||
<span class="icon-bar"></span> | <span class="icon-bar"></span> | ||
</button> | </button> | ||
- | + | <a class="navbar-brand" href="https://2014.igem.org/Team:LIKA-CESAR-Brasil"><img src="https://static.igem.org/mediawiki/2014/5/55/Marca.png" alt="Marca LIKA"></a> | |
</div> | </div> | ||
- | + | <div class="navbar-collapse collapse menu"> | |
- | + | <ul class="nav navbar-nav"> | |
- | + | ||
- | + | <li><a href="https://2014.igem.org/Team:LIKA-CESAR-Brasil">HOME</a></li> | |
- | + | <li class="dropdown"> | |
- | + | <a href="#" class="dropdown-toggle" data-toggle="dropdown">TEAM<span class="caret"></span></a> | |
- | + | <ul class="dropdown-menu" role="menu"> | |
- | + | <li><a href="https://2014.igem.org/Team:LIKA-CESAR-Brasil/Partnerships">Partnerships</a></li> | |
- | + | <li><a href="https://2014.igem.org/Team:LIKA-CESAR-Brasil/TeamProfile">Official Team Profile</a></li> | |
- | + | <li><a href="https://2014.igem.org/Team:LIKA-CESAR-Brasil/Advisors">Advisors</a></li> | |
- | + | </ul> | |
- | + | </li> | |
- | + | <li class="dropdown"> | |
- | + | <a href="#" class="dropdown-toggle" data-toggle="dropdown">PROJECT<span class="caret"></span></a> | |
- | + | <ul class="dropdown-menu" role="menu"> | |
- | + | <li><a href="https://2014.igem.org/Team:LIKA-CESAR-Brasil/Overview">Overview</a></li> | |
- | + | <li><a href="https://2014.igem.org/Team:LIKA-CESAR-Brasil/Robot">Robot</a></li> | |
- | + | <li><a href="https://2014.igem.org/Team:LIKA-CESAR-Brasil/ColiAlert">ColiAlert</a></li> | |
- | + | <li><a href="https://2014.igem.org/Team:LIKA-CESAR-Brasil/BioSensor">Biosensor</a></li> | |
- | + | </ul> | |
- | + | </li> | |
- | + | <li class="dropdown"> | |
- | + | <a href="#" class="dropdown-toggle" data-toggle="dropdown">PARTS<span class="caret"></span></a> | |
- | + | <ul class="dropdown-menu" role="menu"> | |
- | + | <li><a href="https://2014.igem.org/Team:LIKA-CESAR-Brasil/Biobricks">Biobricks</a></li> | |
- | + | <li><a href="https://2014.igem.org/Team:LIKA-CESAR-Brasil/Notebook">Notebook</a></li> | |
- | + | </ul> | |
- | + | </li> | |
- | + | <li class="dropdown"> | |
- | + | <a href="#" class="dropdown-toggle" data-toggle="dropdown">HUMAN PRACTICE<span class="caret"></span></a> | |
- | + | <ul class="dropdown-menu" role="menu"> | |
- | + | <li><a href="https://2014.igem.org/Team:LIKA-CESAR-Brasil/Lectures">Lectures</a></li> | |
- | + | <li><a href="https://2014.igem.org/Team:LIKA-CESAR-Brasil/Society">Survey and Society Interaction</a></li> | |
- | + | <li><a href="https://2014.igem.org/Team:LIKA-CESAR-Brasil/MeetUp ">Meet Up</a></li> | |
- | + | <li><a href="https://2014.igem.org/Team:LIKA-CESAR-Brasil/SocialImpact">Social Impact</a></li> | |
- | + | </ul> | |
- | + | </li> | |
- | + | <li><a href="https://2014.igem.org/Team:LIKA-CESAR-Brasil/Safety">SAFETY</a></li> | |
- | + | <li><a href="https://2014.igem.org/Team:LIKA-CESAR-Brasil/Atribuitons">ATRIBUITIONS</a></li> | |
- | + | <li class="igem-logo"><a href="https://2014.igem.org/"></a></li> | |
+ | </ul> | ||
+ | </div><!--/.nav-collapse --> | ||
+ | </header> | ||
+ | </div> | ||
</div> | </div> | ||
- | |||
<!-- Main jumbotron for a primary marketing message or call to action --> | <!-- Main jumbotron for a primary marketing message or call to action --> | ||
- | <div class=" | + | <div class="jumbotronHuman"></div> |
<div class="container"> | <div class="container"> | ||
<!-- Example row of columns --> | <!-- Example row of columns --> | ||
Line 81: | Line 316: | ||
<h1>HUMAN PRACTICE</h1> | <h1>HUMAN PRACTICE</h1> | ||
<h2>Lectures</h2> | <h2>Lectures</h2> | ||
- | <p> | + | <p>Team LIKA-CESAR-BRASIL believes the key to success is multidisciplinary. For this, we believe that the exchange of information between different areas should be encouraged. Thinking about it, the team conducted several lectures and organized a workshop. Initially, a lecture on Biosensors and Synthetic Biology was held at C.E.S.A.R. (Center facing the Information, Electronics and Robotics Technology). The lecture was intended to unify the areas of knowledge and had 40 participants.</p> |
- | + | <p>Then, the team developed the first synthetic biology workshop and technological innovation. The workshop took place on August 1, at the Federal University of Pernambuco and had 100 participants. The lectures were divided into themes such as "Synthetic Biology: Now and Future", "Autonomous Biosensors: Powering applications through robotics", "Artificial intelligence and advances in molecular diagnosis"; "The codes of synthetic biology viewed as software - everything is really software?" among others.</p> | |
- | + | <p>The idea of the workshop was to disseminate beyond synthetic biology, was also joining synthetic biology with areas of information technology and robotics, thus relying on the audience of undergraduate and graduate biomedical, medicine, biology, science computing, electronic engineering among others. We also had the chance to publicize our work in international symposium on diagnostics and therapeutics (http://www.sinater.org/2014/) that occurred between days 27 and August 29, with a lecture by Eduardo Peixoto. As Roberta Godone spoke about our work in the twenty-first week of biomedicine from Federal University of Pernambuco (http://www.dabiom.com/semana) that occurred from 22 to 26 September.<p> | |
+ | <p class="graphics"><img src="https://static.igem.org/mediawiki/2014/3/3e/Img_palestracesar.jpg" alt="LIKA-CESAR-BRASIL"></p> | ||
+ | <p>Figure 01: The first Lecture of the team in the Center for Advanced Studies and Systems of Recife (C.E.S.A.R.)</p> | ||
+ | <p class="graphics"><img src="https://static.igem.org/mediawiki/2014/e/ed/Img_likabrasil.jpg" alt="Image10"></p> | ||
+ | <p>Figure 02: The team on organization of the first workshop of synthetic biology and technological innovation in the Federal University of Pernambuco.</p> | ||
+ | <p class="graphics"><img src="https://static.igem.org/mediawiki/2014/3/3e/Img_robertagodone.jpg" alt="Image10"></p> | ||
+ | <p>Figure 03: The LIKA-CESAR-BRASIL Member Roberta Godone, giving one lecture about synthetic biology in the twenty-first week of biomedicine Federal University of Pernambuco.</p> | ||
</p> | </p> | ||
</div> | </div> | ||
- | + | <footer> | |
- | + | <a href="http://www.ufpe.br/lika/"><img src="https://static.igem.org/mediawiki/2014/2/2f/Img_logolika.png" alt="Marca LIKA"></a> | |
- | + | <a href="http://www.cesar.org.br"><img src="https://static.igem.org/mediawiki/2014/d/d7/Img_logocesar.png" alt="Marca CESAR"></a> | |
+ | </footer> | ||
</div> | </div> | ||
</div> <!-- /container --> | </div> <!-- /container --> |
Latest revision as of 02:20, 18 October 2014
HUMAN PRACTICE
Lectures
Team LIKA-CESAR-BRASIL believes the key to success is multidisciplinary. For this, we believe that the exchange of information between different areas should be encouraged. Thinking about it, the team conducted several lectures and organized a workshop. Initially, a lecture on Biosensors and Synthetic Biology was held at C.E.S.A.R. (Center facing the Information, Electronics and Robotics Technology). The lecture was intended to unify the areas of knowledge and had 40 participants.
Then, the team developed the first synthetic biology workshop and technological innovation. The workshop took place on August 1, at the Federal University of Pernambuco and had 100 participants. The lectures were divided into themes such as "Synthetic Biology: Now and Future", "Autonomous Biosensors: Powering applications through robotics", "Artificial intelligence and advances in molecular diagnosis"; "The codes of synthetic biology viewed as software - everything is really software?" among others.
The idea of the workshop was to disseminate beyond synthetic biology, was also joining synthetic biology with areas of information technology and robotics, thus relying on the audience of undergraduate and graduate biomedical, medicine, biology, science computing, electronic engineering among others. We also had the chance to publicize our work in international symposium on diagnostics and therapeutics (http://www.sinater.org/2014/) that occurred between days 27 and August 29, with a lecture by Eduardo Peixoto. As Roberta Godone spoke about our work in the twenty-first week of biomedicine from Federal University of Pernambuco (http://www.dabiom.com/semana) that occurred from 22 to 26 September.
Figure 01: The first Lecture of the team in the Center for Advanced Studies and Systems of Recife (C.E.S.A.R.)
Figure 02: The team on organization of the first workshop of synthetic biology and technological innovation in the Federal University of Pernambuco.
Figure 03: The LIKA-CESAR-BRASIL Member Roberta Godone, giving one lecture about synthetic biology in the twenty-first week of biomedicine Federal University of Pernambuco.