novasep.com - information about domain
- Server Status: unavailable
- Server IP: fail
- Server Response Time: down
Site title
Novasep | Life Sciences Manufacturing Solutions
Keywords
API, custom manufacturing, fine chemicals, exclusive synthesis, biomanufacturing, process development, purification technologies, generics, Life Sciences Manufacturing Solutions.
Description
Solutions for API custom manufacturing, fine chemicals exclusive synthesis, biomanufacturing, process development, purification technologies, generics.
Alexa information
Alexa rank: 1,431,208
Rank Trend
Bounce Trend
DNS Information
| Host: | Class: | Type: | IP: | TTL: | Target: | Other: |
| novasep.com | IN | SOA | 159200 | mname: ns0.oleane.net rname: hostmaster.oleane.net serial: 2011092600 refresh: 14400 retry: 7200 expire: 5184000 minimum-ttl: 159200 |
||
| novasep.com | IN | MX | 159200 | srvsmtp1.novasep.com | pri: 5 | |
| novasep.com | IN | MX | 159200 | srvsmtp2.novasep.com | pri: 10 | |
| novasep.com | IN | TXT | 159200 | |||
| novasep.com | IN | NS | 159200 | ns0.oleane.net | ||
| novasep.com | IN | NS | 159200 | ns1.oleane.net |
Site source
Show / hide source
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Novasep | Life Sciences Manufacturing Solutions</title>
<meta name="description" content="Solutions for API custom manufacturing, fine chemicals exclusive synthesis, biomanufacturing, process development, purification technologies, generics. ">
<meta name="keywords" content="API, custom manufacturing, fine chemicals, exclusive synthesis, biomanufacturing, process development, purification technologies, generics, Life Sciences Manufacturing Solutions. ">
<meta name="googlebot" content="NOODP">
<link href="/script/styles.css" rel="stylesheet" type="text/css">
<link href="/CSS/styles-color.css" rel="stylesheet" type="text/css">
<link href="/script/mmenu/mmenu.css" rel="stylesheet" type="text/css">
<script language="JavaScript" src="/script/xjscript.js" type="text/javascript"></script>
<script src="/script/AC_RunActiveContent.js" type="text/javascript"></script>
<script src="/script/jquery-engine/jquery.js" type="text/javascript"></script>
<script type="text/javascript" src="/script/mmenu/jquery.hoverIntent.js"></script>
<script type="text/javascript" src="/script/fancybox/jquery.mousewheel-3.0.2.pack.js"></script>
<script type="text/javascript" src="/script/fancybox/jquery.fancybox-1.3.0.pack.js"></script>
<script type="text/javascript" src="/script/fancybox/myfancy.js"></script>
<link rel="stylesheet" type="text/css" href="/script/fancybox/jquery.fancybox-1.3.0.css" media="screen" />
<style type="text/css">
<!--
#COLContent {
width:740px;
}
-->
</style>
</head>
<body>
<div id="contener">
<div id="top">
<a href="/"><img src="/img/interface/Novasep-logo.gif" alt="Novasep" border="0" style="float:left;"></a>
<div id="header">
<script type="text/javascript">
<!--
function trim( as_data )
{
return as_data.replace( /^\s+/g, '' ).replace( /\s+$/g, '' );
}
function isSearchTermValid( aobj_form )
{
var lobj_searchTerm = aobj_form.searchTerm;
var ls_searchTermValue = lobj_searchTerm.value;
//Blank
if ( !/\S/.test( ls_searchTermValue ) )
{
alert( 'Nothing to search for:\n' +
'Please enter some text to search for, it must be more than 2 characters long.' );
lobj_searchTerm.focus();
return false;
}
//Bad Character
if ( /[^a-z0-9_\" ]/i.test( ls_searchTermValue ) )
{
alert( 'Invalid characters:\n' +
'Only letters, numbers and underscore "_" can be searched for.' );
lobj_searchTerm.focus();
return false;
}
//Too Short
if ( trim( ls_searchTermValue ).length < 2 )
{
alert( 'Search term is too short:\n' +
'Please enter a search term longer than 2 characters.' );
lobj_searchTerm.focus();
return false;
}
return true;
}
//-->
</script>
<div style="width:345px; float:right;">
<form name="searchform" method="get" action="/misc/search.asp" style="margin:0px; padding:0px;" onsubmit="return isSearchTermValid( this );">
<a href="javascript:window.print();" class="print">Print</a> - <a id="fancyboxshare" href="/misc/_reco.asp" class="share"> Share </a> |
<img src="/Img/interface/searchico.gif" width="28" height="29" align="absmiddle">
<input name="searchTerm" type="text" id="searchTerm" value="" size="20" style="height:14px;">
<input name="Envoyer" type="submit" value="OK" class="bt">
</form>
</div>
<div style="width:350px; float:left; text-align:left; font-weight:bold;">
</div>
<div class="spacer"></div>
</div>
<div class="fdnav" id="smoothmenu1"><script>
$(document).ready(function() {
//On Hover Over
function megaHoverOver(){
$(this).find(".sub").stop().fadeTo('fast', 1).show(); //Find sub and fade it in
(function($) {
//Function to calculate total width of all ul's
jQuery.fn.calcSubWidth = function() {
rowWidth = 0;
//Calculate row
$(this).find("ul.largeur").each(function() { //for each ul...
rowWidth += $(this).width()+4; //Add each ul's width together
});
};
})(jQuery);
if ( $(this).find(".row").length > 0 ) { //If row exists...
var biggestRow = 0;
$(this).find(".row").each(function() { //for each row...
$(this).calcSubWidth(); //Call function to calculate width of all ul's
//Find biggest row
if(rowWidth > biggestRow) {
biggestRow = rowWidth;
}
});
$(this).find(".sub").css({'width' :biggestRow}); //Set width
$(this).find(".row:last").css({'margin':'0'}); //Kill last row's margin
} else { //If row does not exist...
$(this).calcSubWidth(); //Call function to calculate width of all ul's
$(this).find(".sub").css({'width' : rowWidth}); //Set Width
}
}
//On Hover Out
function megaHoverOut(){
$(this).find(".sub").stop().fadeTo('fast', 0, function() { //Fade to 0 opactiy
$(this).hide(); //after fading, hide it
});
}
//Set custom configurations
var config = {
sensitivity: 2, // number = sensitivity threshold (must be 1 or higher)
interval: 100, // number = milliseconds for onMouseOver polling interval
over: megaHoverOver, // function = onMouseOver callback (REQUIRED)
timeout: 500, // number = milliseconds delay before onMouseOut
out: megaHoverOut // function = onMouseOut callback (REQUIRED)
};
$("ul#topnav li .sub").css({'opacity':'0'}); //Fade sub nav to 0 opacity on default
$("ul#topnav li").hoverIntent(config); //Trigger Hover intent with custom configurations
});
</script>
<ul id="topnav">
<li><a href="/" class="home">Home</a></li>
<!-- *************** ABOUT US ***************** -->
<li class="submenu">
<a href="/Aboutus/">About Novasep</a>
<div class="sub" style="left:0;">
<ul class="largeur">
<li><h4><a href="/Aboutus/">Introduction</a></h4></li>
<li><h4><a href="/Aboutus/pres-corporate.asp">Interactive Presentation</a></h4></li>
<li><h4><a href="/Aboutus/Facilities/">Facilities</a></h4></li>
<li><h4><a href="/Aboutus/Quality/">Quality</a></h4></li>
<li><h4><a href="/Aboutus/SHE.asp">SHE</a></h4></li>
<li><h4><a href="/Aboutus/investors/Investors.asp">Investors</a></h4></li>
</ul>
</div>
</li>
<!-- *************** NEWS ***************** -->
<li class="submenu">
<a href="/news/">News Center</a>
<div class="sub" style="left:0;">
<ul class="largeur">
<li><h4><a href="/news/press-release-list.asp">Press Releases</a></h4></li>
<li><h4><a href="/News/calendar-events.asp">Calendar Events</a></h4></li>
<li><h4><a href="/download/webcast.asp">Webcasts</a></h4></li>
<li><h4><a href="/download/publications.asp">Scientific Library</a></h4></li>
<li><h4><a href="/News/Press-review.asp">Novasep in the News</a></h4></li>
</ul>
</div>
</li>
<!-- *************** CONTACT ***************** -->
<li id="bt3"><a href="/contact/">Contact us</a></li>
<!-- *************** TECHNOLOGIES ***************** -->
<li class="submenu">
<a href="/Technologies/">Technologies</a>
<div class="sub" style="right:-220px;">
<ul class="largeur">
<li><h2><a href="/technologies/Chemical-technologies.asp">Chemical Technologies</a></h2></li>
<li ><h3><a href="/technologies/chiral-technologies.asp">Chiral Technologies</a></h3>
<ul>
<li ><a href="/technologies/Asymmetric-synthesis.asp">Asymmetric Synthesis</a></li>
<li ><a href="/technologies/KR-and-DKR.asp">KR & DKR</a></li>
<li ><a href="/technologies/Chiral-chromatography.asp">Chiral chromatography</a>
<ul>
<li><a href="/technologies/Chiral-Chromatography-equipments.asp">Equipment</a></li>
<li><a href="/technologies/Chiral-Chromatography-Advantages.asp">Advantages</a></li>
<li><a href="/technologies/Chiral-Chromatography-Examples.asp">Examples</a></li>
</ul>
</li>
<li ><a href="/technologies/Diastereomeric-resolution.asp">Diastereomeric Resolution</a></li>
</ul>
</li>
<li><h3><a href="/technologies/HPAIs.asp">Highly Potent APIs</a></h3></li>
<li><h3><a href="/technologies/Advanced-Organic-synthesis.asp">Advanced Organic Synthesis</a></h3>
<ul>
<li ><a href="/technologies/Biocatalysis.asp">Biocatalysis</a></li>
<li ><a href="/technologies/Low-temperature-reactions.asp">Cryogenic Reactions</a></li>
<li ><a href="/technologies/Mitsunobu-reactions.asp">Mitsunobu Reactions</a></li>
</ul>
</li>
</ul>
<ul class="largeur">
<li><h2><a href="/technologies/Chemical-technologies.asp"> </a></h2></li>
<li><h3><a href="/technologies/Hazardous-Chemistry.asp">Hazardous Chemistry</a></h3>
<ul>
<li><a href="/technologies/azide-chemistry.asp">Azide Chemistry</a></li>
<li><a href="/technologies/Borane.asp">Borane Chemistry</a></li>
<li><a href="/technologies/carbon-disulfide.asp">Carbon Disulfide Chemistry</a></li>
<li><a href="/technologies/carbonylation.asp">Carbonylation</a></li>
<li><a href="/technologies/Cyclopropanation.asp">Cyclopropanation</a></li>
<li><a href="/technologies/diazomethane.asp">Diazomethane Chemistry</a></li>
<li><a href="/technologies/hydrazine.asp">Hydrazine Chemistry</a></li>
<li><a href="/technologies/Nitroalkanes.asp">Nitroalkane Chemistry</a></li>
<li><a href="/technologies/O2-oxidation.asp">Oxidation with O<sub>2</sub> </a></li>
<li><a href="/technologies/ozonolysis.asp">Ozonolysis</a></li>
</ul>
</li>
</ul>
<ul class="largeur">
<li><h2><a href="/technologies/Upstream-technologies.asp">Upstream Technologies</a></h2></li>
<li><h3><a href="/technologies/Upstream-expression-system.asp">Expression Systems</a></h3></li>
<li><h3><a href="/technologies/Upstream-batch-process.asp">Batch</a></h3></li>
<li><h3><a href="/technologies/Upstream-fed-batch-process.asp">Fed-Batch</a></h3></li>
<li><h3><a href="/technologies/Upstream-perfusion-process.asp">Perfusion</a></h3></li>
</ul>
<ul class="largeur">
<li><h2><a href="/technologies/Purification-Downstream-Processing-DSP.asp">Purification - DSP Technologies</a></h2></li>
<li><h3><a href="/technologies/chromatography.asp">Chromatography</a></h3>
<!--
<ul>
<li><a href="/technologies/chromatography-hplc.asp">Preparative HPLC</a></li>
<li><a href="/technologies/chromatography-mplc-lplc.asp">Preparative MPLC, LPLC</a></li>
<li><a href="/technologies/chromatography-DAC.asp">Chromatography Columns</a></li>
<li><a href="/technologies/chromatography-SFC.asp">Preparative SFC </a></li>
<li><a href="/technologies/chromatography-continuous-chromatography.asp">Continuous Chromatography</a> </li>
<li><a href="/technologies/chromatography-smc.asp">Multicolumn Chromatography</a> </li>
<li><a href="/technologies/chromatography-smb.asp">SSMB Technology</a></li>
</ul>
-->
</li>
<li ><h3><a href="/technologies/Ion-exchange.asp">Ion exchange</a></h3></li>
<li ><h3><a href="/technologies/Applexion-NRS-Process.asp">Applexion NRS</a></h3></li>
<li ><h3><a href="/technologies/Adsorption.asp">Adsorption</a></h3></li>
<li ><h3><a href="/technologies/Filtration.asp">Filtration</a></h3></li>
<li ><h3><a href="/technologies/Evaporation.asp">Evaporation</a></h3></li>
<li ><h3><a href="/technologies/Crystallization.asp">Crystallization</a></h3></li>
</ul>
</div>
</li>
<!-- *************** CUST SERVICE ***************** -->
<li class="submenu">
<a href="http://www.novasep.com/Customer-service/">Customer Service</a>
<div class="sub" style="right:0;">
<ul class="largeur">
<li><h4><a href="http://www.novasep.com/Customer-service/">Contact</a></h4></li>
<li><h4><a href="http://www.novasep.com/Customer-service/Chromatographic-system-upgrade.asp">System Upgrade</a></h4></li>
</ul>
</div>
</li>
<!-- *************** DOWNLOAD ***************** -->
<li class="submenu">
<a href="/download/">Download</a>
<div class="sub" style="right:0;">
<ul class="largeur">
<li><h4><a href="/download/brochures.asp">Brochures</a></h4></li>
<li><h4><a href="/download/publications.asp">Scientific Library</a></h4></li>
<li><h4><a href="/News/press-release-list.asp">Press Releases</a></h4></li>
<li><h4><a href="/News/press-review.asp">Novasep in the News</a></h4></li>
<li><h4><a href="/download/webcast.asp">Webcasts</a></h4></li>
<li><h4><a href="/download/logo-novasep.asp">Logos</a></h4></li>
</ul>
</div>
</li>
</ul>
</div>
</div>
<div id="page">
<div style="float:left; width:240px;">
<div class="cadre" style="margin-bottom:5px;">
<h5 style="font-weight:normal; font-size:16px; margin:0px; margin-bottom:11px; padding-bottom:4px;">Our Markets</h5>
<ul style="margin-bottom:5px; margin-top:0px; margin-left:20px; padding-left:0px; list-style-type:none;">
<li><a href="/synthetic-molecules/Synthetic-molecules-offering.asp"><strong>Synthetic Molecules</strong></a><strong> </strong>
<ul>
<li><a href="/synthetic-molecules/API/API-offering.asp">APIs</a></li>
<li><a href="/synthetic-molecules/synthetic-peptides/Synthetic-peptides-offering.asp">Synthetic peptides</a></li>
<li><a href="/synthetic-molecules/Agrochemicals/Agrochemicals-offering.asp">Agrochemicals</a></li>
<li><a href="/synthetic-molecules/Fine-chemical/Fine-chemical-offering.asp">Fine Chemicals</a></li>
</ul>
</li>
<li><strong><a href="/biomolecules/biomolecules-offering.asp">Biomolecules</a></strong>
<ul>
<li><a href="/biomolecules/Biopharma/Biopharma-offering.asp">Biopharma</a></li>
<li><a href="/biomolecules/BioIndustries/Bioindustries-offering.asp">White Biotechnologies</a></li>
<li><a href="/biomolecules/food-ingredients/food-ingredients-offering.asp">Food Ingredients</a><a href="/biomolecules/BioIndustries/Bioindustries-offering.asp"></a></li>
<li><a href="/biomolecules/functionnal-ingredients/functional-ingredients-offering.asp">Functional Ingredients</a></li>
</ul>
</li>
</ul>
</div>
<div class="cadre" style="clear:both; margin-top:9px; margin-bottom:9px; height:201px; overflow:hidden;">
<h5>Latest news</h5>
<p style="font-size:10px; text-align:left; line-height:14px;">
<img src="/Img/interface/flechep.gif" align="absmiddle"> (31/10/2011) <a href="/news/press-release-detail.asp?PressRelease=332">Novasep launches AbSolute(R) High Cap</a>
</p>
<p style="font-size:10px; text-align:left; line-height:14px;">
<img src="/Img/interface/flechep.gif" align="absmiddle"> (27/07/2011) <a href="/news/press-release-detail.asp?PressRelease=322">Novasep’s pharmaceutical production excellence in Europe and the Bahamas recognized by two successful FDA inspections in 2011</a>
</p>
<p style="font-size:10px; text-align:left; line-height:14px;">
<img src="/Img/interface/flechep.gif" align="absmiddle"> (07/02/2011) <a href="/news/press-release-detail.asp?PressRelease=304">Novasep and instrAction expand alliance to include taxane purification</a>
</p>
</div>
</div>
<div id="COLContent">
<div id="COLHP">
<div style="color:#FFF; margin-left:220px; margin-right:15px;font-weight:bold; margin-top:5px; text-align:left;">
<script type="text/javascript">
AC_FL_RunContent('codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0','width','500','height','165','src','/img/interface/novasep-home','quality','high','name','novasep','pluginspage','http://www.macromedia.com/go/getflashplayer','movie','/img/interface/novasep-home','wmode','transparent');
</script>
<p style="font-size:20px; font-weight:bold; padding-left:9px; margin-top:15px;">How can we support your needs?</p>
</div>
<div class="pave" style="color:#FFF; margin-left:305px; font-size:15px; font-weight:bold; margin-top:40px; line-height:16px; text-align:center; padding:1px 0; ">
<div style="width:175px; height:110px; float:left; margin-right:28px;"><a href="/generic-apis.asp"></a><a href="/manufacturing.asp">Process Development or Custom Manufacturing?</a></div>
<div style="width:175px; height:110px; float:left; margin-right:5px;"><a href="/purification-systems.asp">Purification Processes <br>
or Equipment? Consumables?</a></div>
<div style="width:175px; height:70px; float:left; margin-right:28px;"><a href="/generic-apis.asp">Special Reagents, <br>
Building Blocks or generic APIs?</a></div>
<div style="width:175px; height:70px; float:left; margin-right:3px;"><a href="/technologies.asp">Innovative Purification, Chemical or Biosynthetic Technologies?</a></div>
</div>
</div>
</div>
<div class="spacer"></div>
</div>
<div class="cadre" style="width:705px; float:left; height:95px;">
<h5>Quicklinks</h5>
<div style=" width:240px; float:left; border-right:1px solid #d1d1d1;">
<ul style="margin-bottom:5px;">
<li><A href="/misc/glossary.asp">Glossary</a></li>
<li><a href="/News/press-release-list.asp">Press Releases</a></li>
<li><a href="/News/calendar-events.asp"> Calendar Events </a></li>
</ul>
</div>
<div style=" width:240px; float:left;border-right:1px solid #d1d1d1;">
<ul style="margin-bottom:5px;">
<li><a href="/Customer-service/Chromatography-Training.asp">Training Seminars</a></li>
<li><a href="/Aboutus/partners.asp">Partners</a></li>
<li><a href="/Aboutus/jobs.asp">Job Center</a></li>
</ul>
</div>
<div style=" width:200px; float:left;">
<ul style="margin-bottom:5px;">
<li><a href="/Aboutus/investors/Investors.asp">Investors</a></li>
<li><a href="/misc/web-feedback.asp">Website Feedback</a><A href="/misc/legal.asp"></a><A href="/misc/legal.asp"></a></li>
<li><A href="/misc/terms-conditions.asp">Sales & Purchasing cond.</a></li>
</ul>
</div>
<div class="spacer"></div>
</div>
<div class="cadre" style="width:250px; float:right; height:95px;">
<h5>International Presence</h5>
<div style="text-align:center;">
<a id="fancymap" href="/Img/illu/fla/map-homepage.swf"><img src="/Img/illu/globe-animated.gif" border="0"></a>
</div>
<div class="spacer"></div>
</div>
<div class="cadre" style="clear:both; height:80px;">
<h5 style="margin-bottom:0px;"> Training Seminar & Upcoming Event </h5>
<script type="text/javascript">
AC_FL_RunContent('codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0','width','950','height','60','src','/img/illu/fla/training-hp','quality','high','name','webinar','pluginspage','http://www.macromedia.com/go/getflashplayer','movie','/img/illu/fla/training-hp','wmode','transparent');
</script>
</div>
<div id="footer">
<a href="/">Home</a> |
<a href="/Aboutus/">About Novasep</a> |
<a href="/news/">News Center</a> |
<a href="/synthetic-molecules/">Synthetic molecules</a> |
<a href="/biomolecules/">Biomolecules</a> |
<a href="/Technologies/">Technologies</a> |
<a href="/download/">Download</a> |
<a href="/contact/">Contact us</a> |
<a href="/misc/sitemap.asp">Sitemap</a><br>
© 2009 Novasep | <a href="/misc/legal.asp"> legal information</a> | <a href="/misc/web-feedback.asp">website feedback</a></div>
</div>
<!-- Begin Sitestat code -->
<script type='text/javascript' language='javascript'>
<!--
sitestat("http://fr.sitestat.com/novasep/novasep/s?Home.homepage");
// -->
</script>
<noscript>
<img src="http://fr.sitestat.com/novasep/novasep/s?Home.homepage" width="1" height="1" alt="">
</noscript>
<!-- End Sitestat code -->
</body>
</html>