function showScience() { var content = "" + " " + " " + " " + " " + " " + " " + " " + " " + " " + " " + " " + " " + " " + " " + " " + "
isis-logo " + " Isis Pharmaceuticals designs antisense RNA oligos that target specific locations " + " in a gene, but were troubled by a low rate of binding success.  Alodar Systems " + " built predictive models using neural networks to characterize what makes " + " an effective oligo, and were able to double their yield. " + " <Read More>
" + "
 
Nanogen, Inc., " + " a provider of diagnostic tools for researchers, healthcare professionals " + " and patients, was developing control software for their next generation " + " system.  Alodar systems created a framework for the control software supporting " + " multiple clients and instruments across a networked environment. " + " <Read More>
" + "
 
pharma-logo " + " A Pharmaceutical startup was looking for a laboratory information management " + " system.  Alodar Systems helped construct a feature comparison matrix to select " + " the best candidate, then installed and customized the system to capture " + " their specific assay results, and trained the scientists in its use. " + " <Read More>
" + "
"; showContentTitle("Science R & D"); document.getElementById("contentPageNav").innerHTML="1 of 2"; document.getElementById("contentPageNext").onclick = showScience2; document.getElementById("contentPagePrev").style.visibility="hidden"; document.getElementById("contentPageNext").style.visibility="visible"; document.getElementById("contentPageNav").style.visibility="visible"; document.getElementById("contentBody").innerHTML = content; } function showScience2() { var content = "" + " " + " " + " " + "
isis-logo Isis " + " Pharmaceuticals has a broad and deep bioinformatics department.  To make " + " things happen required a bewildering array of languages, databases, libraries, " + " and custom applications.  Maintenance was becoming increasingly difficult. " + " <Read " + " More>
" + "
"; showContentTitle("Science R & D"); document.getElementById("contentPageNav").innerHTML="2 of 2"; document.getElementById("contentPagePrev").onclick = showScience; document.getElementById("contentPagePrev").style.visibility="visible"; document.getElementById("contentPageNext").style.visibility="hidden"; document.getElementById("contentPageNav").style.visibility="visible"; document.getElementById("contentBody").innerHTML = content; }