Team:Tec-Monterrey/Platinum

From 2010.igem.org

(Difference between revisions)
 
(18 intermediate revisions not shown)
Line 3: Line 3:
     <meta http-equiv="content-type" content="text/html;charset=utf-8" />
     <meta http-equiv="content-type" content="text/html;charset=utf-8" />
     <title>Tec de Monterrey </title>  
     <title>Tec de Monterrey </title>  
 +
<style>
 +
#search-controls {
 +
display: none;
 +
}
 +
</style>
 +
</head>
-
<script type="text/javascript"><!--
+
<style>
-
var delay=7000
+
html, body {
-
var ie4=document.all
+
margin: 0;
-
var curindex=0
+
padding: 0;
-
var totalcontent=0
+
-
function get_total(){
+
-
if (ie4){
+
-
while (eval("document.all.content"+totalcontent))
+
-
totalcontent++
+
}
}
-
else{
+
-
while (document.getElementById("content"+totalcontent))
+
body {
-
totalcontent++
+
background-color: #05182b;
 +
background-position: top center;
}
}
 +
 +
/* Wiki Hacks - START */
 +
 +
 +
 +
#globalWrapper {
 +
background-color: transparent;
 +
border: none;
 +
margin: 0;
 +
padding: 0;
}
}
-
function contract_all(){
+
-
for (y=0;y<totalcontent;y++){
+
#content {
-
if (ie4)
+
background-color: transparent;
-
eval("document.all.content"+y).style.display="none"
+
border: none;
-
else
+
padding: 0;
-
document.getElementById("content"+y).style.display="none"
+
margin: 0;
 +
width: 100%;
}
}
 +
 +
#bodyContent {
 +
border: none;
 +
padding:0;
 +
margin:0;
 +
width:100%;
}
}
-
function expand_one(which){
+
-
contract_all()
+
#top-section {
-
if (ie4)
+
height: 20px;
-
eval("document.all.content"+which).style.display=""
+
margin-top: -5px;
-
else
+
margin-left: auto;
-
document.getElementById("content"+which).style.display=""
+
margin-right: auto;
 +
margin-bottom: 0 !important;
 +
margin-bottom: 10px;
 +
padding:0;
 +
border: none;
}
}
-
function rotate_content(){
+
-
get_total()
+
#p-logo {
-
contract_all()
+
height:1px;
-
expand_one(curindex)
+
overflow:hidden;
-
curindex=(curindex<totalcontent-1)? curindex+1: 0
+
display: none;
-
setTimeout("rotate_content()",delay)
+
}
}
-
window.onload=rotate_content
+
-
//--></script>
+
#search-controls {
-
</head>
+
overflow:hidden;
-
 
+
display:block;
-
<style>
+
background: none;
-
body{
+
position: absolute;
-
background-color: #05182B ;
+
top: 100px;
-
font: 11px Arial;
+
right: 40px;
-
color: #888888;
+
}
-
padding: 5px 5px 5px 5px;
+
-
      }
+
.left-menu {
-
 
+
width: 400px;
-
b{
+
display:block;
 +
float:left;
 +
margin-top:-80px;
 +
border: none;
 +
}
 +
 +
.left-menu ul {
 +
border: none;
 +
}
 +
 +
#menubar.right-menu {
 +
width:300px;
 +
display:block;
 +
float:left;
 +
margin-top:-80px;
 +
border: none;
 +
}
 +
 +
.right-menu ul {
 +
border: none;
 +
}
 +
 +
#footer-box {
 +
background-color: transparent;
 +
border: none;
 +
width: 965px;
 +
margin: 0 auto;
 +
padding: 0;
 +
}
 +
 +
#footer {
 +
border: none;
 +
width: 965px;
 +
margin: 0;
 +
padding: 0;
 +
}
 +
 +
.firstHeading {
 +
display: none;
 +
}
 +
 +
#f-list a {
color: #ffffff;
color: #ffffff;
 +
font-size: 10px;
}
}
 +
 +
#f-list a:hover {
 +
color: #666;
 +
}
 +
 +
#footer ul {
 +
margin: 0;
 +
padding: 0;
 +
}
 +
 +
#footer ul li {
 +
margin-top: 0;
 +
margin-bottom: 0;
 +
margin-left: 10px;
 +
margin-right: 10px;
 +
padding: 0;
 +
}
 +
 +
/* Wiki Hacks - END */
 +
 +
#wrapper {
 +
width: 965px;
 +
margin: 0 auto;
 +
}
 +
 +
#header_wrap {
 +
width:100%;
 +
height:107px;
 +
}
 +
 +
#menu_wrap {
 +
width:100%;
 +
height:45px;
 +
display:block;
 +
float: left;
 +
}
 +
 +
#content_wrap {
 +
width:100%;
 +
/* background-color: #fff; */
 +
margin-top: -24px;
 +
display:block;
 +
float: left;
 +
}
 +
 +
#footer_wrap {
 +
width:100%;
 +
height:40px;
 +
background-color: transparent;
 +
display:block;
 +
float: left;
 +
padding-top: 10px;
 +
}
 +
 +
/* Footer START */
 +
 +
#footer_wrap #copyright {
 +
display: block;
 +
float: left;
 +
width: 300px;
 +
text-align: center;
 +
font-size: 10px;
 +
color: #ffffff;
 +
}
 +
 +
#footer_wrap #footer_links {
 +
display: block;
 +
float: right;
 +
width: 500px;
 +
text-align: center;
 +
font-size: 10px;
 +
}
 +
 +
#footer_links ul {
 +
margin: 0;
 +
padding: 0;
 +
}
 +
 +
#footer_links ul li {
 +
display: block;
 +
list-style-type: none;
 +
float:left;
 +
padding: 0;
 +
margin: 0 5px 0 5px;
 +
}
 +
 +
#footer_links ul li a {
 +
color: #ccc;
 +
text-decoration: none;
 +
}
 +
 +
#footer_links ul li a:hover {
 +
text-decoration: underline;
 +
}
 +
 +
/* Footer END */
 +
 +
 +
 +
#panel_mask { 
 +
            position:absolute;
 +
            top:0px;
 +
            width: 1000px;
 +
            overflow:hidden; 
 +
            margin:0 auto;
 +
            background-color: #05182b;
 +
        }
.heading{
.heading{
color: #000;
color: #000;
Line 75: Line 246:
position: absolute;
position: absolute;
top: 188px ;
top: 188px ;
-
font: 19px Arial;
+
font: 18px Arial;
text-align: center;
text-align: center;
           }
           }
 +
.menubg{
.menubg{
Line 94: Line 266:
a:visited{color: #fff;}
a:visited{color: #fff;}
a:active{color: #fff;}
a:active{color: #fff;}
 +
 +
.menubg .ft .c {
 +
font-size:1px; /* ensure minimum height */
 +
height:13px;
 +
/* for IE */
 +
  filter:alpha(opacity=100);
 +
  /* CSS3 standard */
 +
  opacity:1;
 +
}
 +
 +
.menubg .ft .c {
 +
height:35px;
 +
}
 +
.menubg .ft {
 +
background:transparent url(https://static.igem.org/mediawiki/2010/8/85/Bl.png) no-repeat 0px 0px;
 +
 +
}
 +
 +
.menubg .ft .c {
 +
background:transparent url(https://static.igem.org/mediawiki/2010/b/bf/Br.png) no-repeat right 0px;
 +
}
 +
 +
 +
.righ{
 +
float:right;
 +
width:220px;
 +
background-color:#FFFFFF;
 +
margin:5px 0px 10px 5px;
 +
}
 +
.righ .bdy {
 +
padding:0px 10px 0px 15px;
 +
}
 +
.righ .bgr{
 +
background-color:#05182b;
 +
height:15px;
 +
}
 +
.righ .top {
 +
padding:0px 0px 0px 0px;
 +
}
 +
.righ .hd .g,
 +
.righ .ft .c {
 +
font-size:1px; /* ensure minimum height */
 +
height:13px;
 +
}
 +
 +
.righ .ft .c {
 +
height:14px;
 +
}
 +
.righ .ft {
 +
background:transparent url(https://static.igem.org/mediawiki/2010/8/85/Bl.png) no-repeat 0px 0px;
 +
}
 +
 +
.righ .ft .c {
 +
background:transparent url(https://static.igem.org/mediawiki/2010/b/bf/Br.png) no-repeat right 0px;
 +
}
 +
.righ .hd {
 +
background:transparent url(https://static.igem.org/mediawiki/2010/9/9b/Tl.png) no-repeat 0px 0px;
 +
}
 +
 +
.righ .hd .g {
 +
background:transparent url(https://static.igem.org/mediawiki/2010/5/5f/Tr.png) no-repeat right 0px;
 +
}
 +
 +
 +
.bbody{
 +
margin-left:auto;
 +
margin-right:auto;
 +
width:965px;
 +
 +
 +
}
 +
.texteando{
 +
float:left;
 +
width:965px;
 +
background-color:#ffffff;
 +
margin:5px 5px 10px 0px;
 +
}
 +
.texteando .bdy {
 +
padding:0px 15px 0px 15px;
 +
}
 +
.texteando .top {
 +
padding:0px 0px 0px 0px;
 +
}
 +
.texteando .bgr{
 +
background-color:#05182b;
 +
height:15px;
 +
}
 +
.texteando .hd .g,
 +
.texteando .ft .c {
 +
font-size:1px; /* ensure minimum height */
 +
height:13px;
 +
}
 +
.texteando .ft .c {
 +
height:14px;
 +
}
 +
.texteando .ft {
 +
background:transparent url(https://static.igem.org/mediawiki/2010/8/85/Bl.png) no-repeat 0px 0px;
 +
}
 +
.texteando .ft .c {
 +
background:transparent url(https://static.igem.org/mediawiki/2010/b/bf/Br.png) no-repeat right 0px;
 +
}
 +
.texteando .hd {
 +
background:transparent url(https://static.igem.org/mediawiki/2010/9/9b/Tl.png) no-repeat 0px 0px;
 +
}
 +
.texteando .hd .g {
 +
background:transparent url(https://static.igem.org/mediawiki/2010/5/5f/Tr.png) no-repeat right 0px;
 +
}
 +
.bbody2{
 +
margin-left:auto;
 +
margin-right:auto;
 +
width:715px;
 +
}
 +
.texteando .headercon
 +
{
 +
padding:0.5em;
 +
color:white;
 +
background-color:gray;
 +
clear:left;
 +
}
 +
.texteando .footercon
 +
{
 +
padding:0.5em;
 +
background-color:white;
 +
clear:left;
 +
}
 +
.texteando .leftcon
 +
{
 +
float:left;
 +
width:212px;
 +
margin:0;
 +
padding:1em;
 +
}
 +
.texteando .rightcon
 +
{
 +
float:left;
 +
width:212px;
 +
margin:0;
 +
border-left:1px solid gray;
 +
padding:1em;
 +
}
</style>
</style>
<body bgcolor="#414141">
<body bgcolor="#414141">
-
<body align:center>
 
 +
<style>
 +
#search-controls {
 +
display: none;
 +
}
 +
</style>
 +
 +
<style type="text/css">
 +
.blah {text-align:justify}
 +
.blahimgder {text-align:justify}
 +
.blahimgizq {text-align:justify;}
 +
</style>
 +
 +
<style type="text/css">
 +
ul.lista {text-align:justify}
 +
ol.listad {text-align:justify}
 +
</style>
 +
 +
<style type="text/css">
 +
.blah A:link {text-decoration: none; color: #0D3C6A }
 +
.blah A:visited {text-decoration: none; color: #0D3C6A}
 +
.blah A:active {text-decoration: none;color: #0D3C6A}
 +
.blah A:hover {text-decoration: underline; color: #186FC5;}
 +
 +
.blahimgder A:link {text-decoration: none; color: #0D3C6A }
 +
.blahimgder A:visited {text-decoration: none; color: #0D3C6A}
 +
.blahimgder A:active {text-decoration: none;color: #0D3C6A}
 +
.blahimgder A:hover {text-decoration: underline; color: #186FC5;}
 +
.blahimgizq A:link {text-decoration: none; color: #0D3C6A }
 +
.blahimgizq A:visited {text-decoration: none; color: #0D3C6A}
 +
.blahimgizq A:active {text-decoration: none;color: #0D3C6A}
 +
.blahimgizq A:hover {text-decoration: underline; color: #186FC5;}
 +
 +
</style>
 +
<style type="text/css">
 +
.blahimgder img {float:right; border:1px solid #05182b; margin:0px 0px 15px 20px}
 +
.blahimgizq img {float:left; border:1px solid #05182b; margin:0px 20px 15px 0px;}
 +
 +
</style>
 +
 +
<style type="text/css">
 +
ul.lista A:link {text-decoration: none; color: #0D3C6A }
 +
ul.lista A:visited {text-decoration: none; color: #0D3C6A}
 +
ul.lista A:active {text-decoration: none;color: #0D3C6A}
 +
ul.lista A:hover {text-decoration: underline; color: #186FC5;}
 +
</style>
 +
 +
<style type="text/css">
 +
ol.listad A:link {text-decoration: none; color: #0D3C6A }
 +
ol.listad A:visited {text-decoration: none; color: #0D3C6A}
 +
ol.listad A:active {text-decoration: none;color: #0D3C6A}
 +
ol.listad A:hover {text-decoration: underline; color: #186FC5;}
 +
</style>
 +
 +
<style type="text/css">
 +
ol.menud A:link {text-decoration: none; color: #0D3C6A }
 +
ol.menud A:visited {text-decoration: none; color: #0D3C6A}
 +
ol.menud A:active {text-decoration: none;color: #0D3C6A}
 +
ol.menud A:hover {text-decoration: underline; color: #186FC5;}
 +
ol.menud {position:relative;
 +
left:20px;;}
 +
</style>
 +
 +
<style type="text/css">
 +
h2 {font:17px arial,sans-serif; font-weight:bold; color:#0D3C6A;}
 +
h3 {font:17px arial,sans-serif; font-weight:bold; color:#0D3C6A;}
 +
h4 {font:14px arial,sans-serif; font-weight:bold; color:#0D3C6A;}
 +
</style>
 +
 +
<style type="text/css">
 +
b {color:#0D3C6A;}
 +
</style>
 +
 +
 +
 +
<div class="bbody">
 +
<script type="text/javascript"><!--
 +
var delay=7000
 +
var ie4=document.all
 +
var curindex=0
 +
var totalcontent=0
 +
function get_total(){
 +
if (ie4){
 +
while (eval("document.all.content"+totalcontent))
 +
totalcontent++
 +
}
 +
else{
 +
while (document.getElementById("content"+totalcontent))
 +
totalcontent++
 +
}
 +
}
 +
function contract_all(){
 +
for (y=0;y<totalcontent;y++){
 +
if (ie4)
 +
eval("document.all.content"+y).style.display="none"
 +
else
 +
document.getElementById("content"+y).style.display="none"
 +
}
 +
}
 +
function expand_one(which){
 +
contract_all()
 +
if (ie4)
 +
eval("document.all.content"+which).style.display=""
 +
else
 +
document.getElementById("content"+which).style.display=""
 +
}
 +
function rotate_content(){
 +
get_total()
 +
contract_all()
 +
expand_one(curindex)
 +
curindex=(curindex<totalcontent-1)? curindex+1: 0
 +
setTimeout("rotate_content()",delay)
 +
}
 +
window.onload=rotate_content
 +
//--></script>
<div class="header">
<div class="header">
-
<div class="titlebg">
+
 
-
</div>
+
<div id="content0" style="display:none">
<div id="content0" style="display:none">
-
<img src="http://i138.photobucket.com/albums/q274/gnoxyz/iGEM/cbplano.png" width="966px" height="250px" border="0"></div>
+
<img src="https://static.igem.org/mediawiki/2010/4/4b/Cbplano.png" width="966px" height="250px" border="0"></div>
<div id="content1" style="display:none">
<div id="content1" style="display:none">
-
<img src="http://i138.photobucket.com/albums/q274/gnoxyz/iGEM/legosplano.png" width="966px" height="250px" border="0"></div>
+
<img src="https://static.igem.org/mediawiki/2010/b/b1/Electroplano.png" width="966px" height="250px" border="0"></div>
<div id="content2" style="display:none">
<div id="content2" style="display:none">
-
<img src="http://i138.photobucket.com/albums/q274/gnoxyz/iGEM/teamplano.png" width="966px" height="250px" border="0"></div>
+
<img src="https://static.igem.org/mediawiki/2010/e/ea/Teamplano.png" width="966px" height="250px" border="0"></div>
<div id="content3" style="display:none">
<div id="content3" style="display:none">
-
<img src="http://i138.photobucket.com/albums/q274/gnoxyz/iGEM/electroplano.png" width="966px" height="250px" border="0"></div>
+
<img src="https://static.igem.org/mediawiki/2010/c/cf/Lego_dnaplano.png" width="966px" height="250px" border="0"></div>
</div>
</div>
<div class="menubg">
<div class="menubg">
 +
<br>
 +
<div class="ft"><div class="c"></div></div>
</div>
</div>
Line 153: Line 579:
text-align:center;
text-align:center;
}
}
 +
/* drop up */
/* drop up */
Line 216: Line 643:
</style>
</style>
-
 
<div class="outer">
<div class="outer">
Line 229: Line 655:
<ul>
<ul>
<li><a href="https://2010.igem.org/Team:Tec-Monterrey/Under">Undergraduates</a></li>
<li><a href="https://2010.igem.org/Team:Tec-Monterrey/Under">Undergraduates</a></li>
-
<li><a href="https://2010.igem.org/Team:Tec-Monterrey/Instructors">Instructors</a></li>
+
<li><a href="https://2010.igem.org/Team:Tec-Monterrey/Instructors">Instructors/Advisors</a></li>
 +
<li><a href="https://2010.igem.org/Team:Tec-Monterrey/Attributions">Attributions</a></li>
<li><a href="https://2010.igem.org/Team:Tec-Monterrey/Headquarters">Headquarters</a></li>
<li><a href="https://2010.igem.org/Team:Tec-Monterrey/Headquarters">Headquarters</a></li>
</ul>
</ul>
</li>
</li>
<li>
<li>
-
<p><br />
+
<p><br/><a href="https://2010.igem.org/Team:Tec-Monterrey/Project">&nbsp;&nbsp;Project</a></p>
-
<a href="#">&nbsp;&nbsp;Project</a></p>
+
<ul>
<ul>
-
<li><a href="https://2010.igem.org/Team:Tec-Monterrey/Project">Project Overview</a></li>
+
<li><a href="https://2010.igem.org/Team:Tec-Monterrey/Introduction">Introduction</a></li>
-
                         <li><a href="https://2010.igem.org/Team:Tec-Monterrey/Biosensor">The Biosensor</a></li>
+
                         <li><a href="https://2010.igem.org/Team:Tec-Monterrey/Geneticframe">Genetic Frame</a></li>
-
<li><a href="https://2010.igem.org/Team:Tec-Monterrey/Biosensor">Applications</a></li>
+
<li><a href="https://2010.igem.org/Team:Tec-Monterrey/Parts">Parts</a></li>
-
<li><a href="https://2010.igem.org/Team:Tec-Monterrey/Parts">Parts</a></li>
+
<li><a href="https://2010.igem.org/Team:Tec-Monterrey/FutureResearch">Future Research</a></li>
</ul>
</ul>
</li>
</li>
<li>
<li>
-
<p><br />
+
<p><br/><a href="https://2010.igem.org/Team:Tec-Monterrey/Documentation">&nbsp;&nbsp;Documentation</a></p>
-
<a href="#">&nbsp;&nbsp;Notebook</a></p>
+
<ul>
<ul>
-
                         <li><a href="https://2010.igem.org/Team:Tec-Monterrey/Notebook">Notebook</a></li>
+
                         <li><a href="https://2010.igem.org/Team:Tec-Monterrey/Journal">Journal</a></li>
                         <li><a href="https://2010.igem.org/Team:Tec-Monterrey/Protocols">Protocols</a></li>
                         <li><a href="https://2010.igem.org/Team:Tec-Monterrey/Protocols">Protocols</a></li>
-
        <li><a href="https://2010.igem.org/Team:Tec-Monterrey/Timeline">Timeline</a></li>
+
        <li><a href="https://2010.igem.org/Team:Tec-Monterrey/SafetyEthics">Safety & Ethics</a></li>
-
                         <li><a href="https://2010.igem.org/Team:Tec-Monterrey/Safety">Safety</a></li>
+
                         <li><a href="https://2010.igem.org/Team:Tec-Monterrey/Humanpractices">Human Practices</a></li>
</ul>
</ul>
</li>
</li>
<li>
<li>
-
<p><br />
+
<p><br/><a href="https://2010.igem.org/Team:Tec-Monterrey/Bonus">&nbsp;&nbsp;Bonus</a></p>
-
<a href="#">&nbsp;&nbsp;Bonus</a></p>
+
<ul>
<ul>
-
                        <li><a href="https://2010.igem.org/Team:Tec-Monterrey/News">News</a></li>
 
<li><a href="https://2010.igem.org/Team:Tec-Monterrey/Gallery">Gallery</a></li>
<li><a href="https://2010.igem.org/Team:Tec-Monterrey/Gallery">Gallery</a></li>
-
                        <li><a href="https://2010.igem.org/Team:Tec-Monterrey/Freetime">Free Time</a></li>
 
                         <li><a href="https://2010.igem.org/Team:Tec-Monterrey/Mascot">Wiki Wiki</a></li>
                         <li><a href="https://2010.igem.org/Team:Tec-Monterrey/Mascot">Wiki Wiki</a></li>
</ul>
</ul>
Line 275: Line 697:
</li>
</li>
</ul>
</ul>
 +
</div>
</div>
 +
</div>
</div>
-
<br>
 
-
<br>
 
-
<br>
 
-
<br>
 
-
<br><br><br><br><br><br><br>
 
-
<h1>Platinum sponsors:</h1>
 
-
</html>
 
 +
<br><br><br><br><br><br><br><br><br><br>
 +
<br><br><br><br>
-
[[Image:Uniparts.jpg|300px|center]] 
 
-
                              [[Image:Promega.gif|200px|top|frameless]]                            [[Image:Corning.jpg|200px|frameless]]
 
-
----
+
<div class="texteando">
 +
<div class="hd"><div class="g"></div></div>
 +
<div class="top">
 +
<img src="https://static.igem.org/mediawiki/2010/a/ac/Platinum.png">
 +
<div class="bdy">
 +
      <p class="blah">
 +
</p>
 +
<div class="footercon">
 +
<h2>Uniparts</h2>
 +
<p class="blahimgder">
 +
<a href="http://www.uniparts.com.mx/" target="blank"><img src="https://static.igem.org/mediawiki/2010/d/db/Uniparts2.jpg"></a>
 +
Uniparts is a company with 18 years of experience in the distribution of high quality reactants, materials and equipment for research and diagnosis, directed to the scientific and clinical community. <br><br><br><br><br><br>
 +
</p>
 +
</div>
 +
<div class="footercon">
 +
<h2>Promega</h2>
 +
<p class="blahimgder">
 +
<a href="http://www.promega.com/" target="blank"><img src="https://static.igem.org/mediawiki/2010/3/34/Promega2.jpg"></a>
 +
<p class="blah">
 +
Promega is a company leader in providing innovative solutions and technical support to the life sciences industry. Promega Corporation’s more than 2,000 products enable scientists worldwide to advance in life science research, particularly in genomics, proteomics, and cellular analysis. Founded in 1978, Promega Corporation has branches in 14 countries and over 50 global distributors.</p><br><br><br><br>
 +
</div>
 +
<div class="footercon">
 +
<h2>Corning</h2>
 +
<p class="blahimgder">
 +
<a href="http://www.corning.com" target="blank"><img src="https://static.igem.org/mediawiki/2010/2/22/Corning2.jpg"></a>
 +
<p class="blah">
 +
Corning Incorporated is the world leader in specialty glass and ceramics. Drawing on more than 150 years of materials science and process engineering knowledge, Corning creates and makes keystone components that enable high-technology systems for consumer electronics, mobile emissions control, telecommunications and life sciences. <br><br><br><br><br><br>
 +
</p>
 +
</div>
 +
<div class="footercon">
 +
<h2>Sartorius</h2>
 +
<p class="blahimgder">
 +
<a href="http://www.sartorius.com" target="blank"><img src="https://static.igem.org/mediawiki/2010/c/c5/Sartorius.jpg"></a>
 +
<p class="blah">
 +
Sartorius is an internationally leading laboratory and process technology provider covering the segments of biotechnology and mechatronics. Strongly rooted in the scientific community and closely allied with technology partners, Sartorius has dedicated its philosophy to turning science into solutions. <br><br><br><br><br><br>
 +
</p>
 +
</div>
 +
 
 +
</div>
 +
<div class="ft"><div class="c"></div></div>
 +
</div>
 +
</div>
 +
 
 +
</html>

Latest revision as of 11:13, 27 October 2010

Tec de Monterrey















Uniparts

Uniparts is a company with 18 years of experience in the distribution of high quality reactants, materials and equipment for research and diagnosis, directed to the scientific and clinical community.





Promega

Promega is a company leader in providing innovative solutions and technical support to the life sciences industry. Promega Corporation’s more than 2,000 products enable scientists worldwide to advance in life science research, particularly in genomics, proteomics, and cellular analysis. Founded in 1978, Promega Corporation has branches in 14 countries and over 50 global distributors.





Corning

Corning Incorporated is the world leader in specialty glass and ceramics. Drawing on more than 150 years of materials science and process engineering knowledge, Corning creates and makes keystone components that enable high-technology systems for consumer electronics, mobile emissions control, telecommunications and life sciences.





Sartorius

Sartorius is an internationally leading laboratory and process technology provider covering the segments of biotechnology and mechatronics. Strongly rooted in the scientific community and closely allied with technology partners, Sartorius has dedicated its philosophy to turning science into solutions.