| Related sites for http://www.chemnews.com |
| Joint_European_Stable_Isotope_Users_Group_Meeting The purpose of the meeting is to bring together a broad range of stable isotope scientists from all over Europe. Vienna, Austria, 30 August-3 September 2004. | | Midwest_Ecology_and_Evolution_Conference_2003 March 2003, University of Akron, Ohio. Complete details. | | 27th_Annual_Conference_of_the_Society_of_Ethnobiology Living Landscapes: Linking Ethnobiology and Restoration Ecology in the Revival of Native Systems. University of California, Davis, March 24-27, 2004. | | Society_of_Ethnobiology_26th_Annual_Conference___Ethnobiology_and_Sustainability Seattle, WA. Call for papers, paper proposals, registration, and accommodation information. (March 26, 2003) | | African_Technology_Forum Has teamed up with the Ghana Institution of Engineers (GhIE) to publish The Ghana Engineer, the Journal of the GhIE, online. | | Aitemin Association for research about natural resources and support technology. | | Alberta_Research_Council Develops and commercializes technology including solutions globally to the energy, life sciences, agriculture, environment, forestry and manufacturing sectors. | | American_Indian_Council_of_Architects_and_Engineers Non-profit organization in the United States. | | American_Society_for_Precision_Engineering_(ASPE) Multidisciplinary technical society whose goal is to emphasize research, design, development, manufacture, and measurement of high accuracy components and systems. | | American_Society_of_Heating,_Refrigerating,_and_Air-Conditioning_Engineers International technical society organizedto advance the arts and sciences of heating, ventilation, air-conditioning and refrigeration. | | American_Society_of_Safety_Engineers,_Kuwait A branch of the American Society Of Safety based in Kuwait. One of the largest society for Safety Engineers in the world today. | | American_Technion_Society U.S. affiliate of Technion-Israel Institute of Technology. News releases of recent developments and annotated links. | | APEPEI_-_Association_of_Professional_Engineers_of_Prince_Edward_Island_-_Charlottetown,_PEI Regulates the practice of engineering and governs members, licensees, engineers-in-training and holders of certificates of authorization in accordance with the Act and By-Laws and Code of Ethics. | | ASFE International trade organization of professional firms practicing in the Geosciences. Organization overview, programs, news and event information, publications, membership information, and member res | | ASM_Peoria_Chapter Organization for metallurgists, materials scientists and anyone interested in materials in Peoria. | | Association_for_Laboratory_Automation Advancing the world-wide utilization of automation, robotics, and artificial intelligence to improve the quality, efficiency, and relevance of laboratory analysis. Includes a list of conferences, jo | | Association_of_Professional_Engineers_of_Yukon Self-governing body that regulates the engineering profession in Yukon. This site provides events and membership details along with links to relevant resources. | | Australian_Academy_of_Technological_Sciences_and_Engineering Independent, non-government organization dedicated to the promotion of scientific and engineering knowledge to practical purposes. | | A-Z_Directory_of_Engineering_Institutes_&_Associations Listing of engineering institutes and associations. Site also provides other services, such as job listings. | | BC_Regional_Science_and_Technology_Network Non-profit society working towards enhancing science & technology for economic development. | | Bureau_of_International_Recycling_(BIR) Created in 1948, BIR is the international federation of the world's recycling industries. Site contains membership details, events, competetions and useful recycling content. | | EFNARC European Association for producers and applicators of specialist building products like sprayed concrete, flooring and protection and repair of concrete structures. | | The_Engineering_Council Professional engineering association in the United Kingdom. Information about the engineering profession, accredited courses, exams, recognitions and awards, Council publications, employment opportuni | | Engineering_Council_of_South_Africa Registering of Professional Engineering persons, accreditation of engineering educational qualifications. Site provides joining instructions, events diary, relevant links and research and journal list | | Engineering_Council_Projects The site is a useful reference to the EC projects and the students may go through projects thoroughly before submitting their project report to the EC | | Engineering_Forum Networking for all engineering disciplines, groups and clubs | | The_Engineering_Society_of_Buffalo Engineering Society of Buffalo, NY. Website of ESB, including newsletters, scholarship information, professional and social activities. | | Engineering_Students_Association_of_UPM_(PEMAJU) Provides news, office bearers and activities of the society. | | Engineers_and_Architects_of_Hawaii Nonprofit organization founded in 1902. Formerly Engineers Association of Hawaii. Open to engineers, architects, and anyone else interested in goals of the organization. | | Engineers_Dedicated_to_a_Better_Tomorrow Group is created to promote engineering as a career to pre-college students, support internships for college students, encourage the integration of social impact courses in school curriculum, showcase | | ERCOFTAC The European association of research, education and industry groups in the technology of flow, turbulence and combustion. | | EU-Japan_Centre_for_Industrial_Cooperation Non-profit organization dedicated to industrial cooperation between Japan and the European Union, primarily through training programs and a round table program. Overview, program information, results | | EUROAVIA___the_European_Association_of_Aerospace_Students The official website of EUROAVIA. Information on student projects, fly-ins, symposiums, etc. | | European_Generic_medicines_Association The EGA represents European generic medicines manufacturers. Site includes events diary and links to useful resources | | FLC_Technology_Transfer The Federal Laboratory Consortium for Technology Transfer (FLC) can help you find a wealth of federal technologies available for licensing. | | Florida_Engineering_Society This is the Florida Engineering Society at Miami Dade Community College Kendall Campus. A wonderful guide for students at MDCC to keep up with the Organization. | | General_Association_of_Engineers_in_Romania An association that promotes local industrial development, offer managerial training, support research in the field, Events and publications. [English/French/Romanian] | | Hacettepe_University_IEEE_Student_Branch Official site of Hacettepe University IEEE Student Branch. Region 8 Turkey Ankara. | | Heavy_Movable_Structures,_Inc_ Non-profit technical organization of volunteers focusing on the heavy civil facilities utilized by or for the public benefit. Site includes events diary, discussion forum and useful information. | | Indian_Institute_of_Technology Madras based organisation which aims to promote technological advancement of local engineers. Site includes admissions policy and events diary. |
|
ChemBioNews
document.write('.tabber{display:none;}');
function clickButton(e, buttonid){
var bt = document.getElementById(buttonid);
if (typeof bt == 'object'){
if((navigator.appName.indexOf("Netscape")>(-1)) || (navigator.appName.indexOf("Opera")>(-1))){
if (e.keyCode == 13){
bt.click();
return false;
}
}
if (navigator.appName.indexOf("Microsoft Internet Explorer")>(-1)){
if (event.keyCode == 13){
bt.click();
return false;
}
}
}
}
//
//
//![CDATA[
function Anthem_AddEvent(obj, evType, fn, useCapture) {
if (obj.addEventListener) {
obj.addEventListener(evType, fn, useCapture);
return true;
} else if (obj.attachEvent) {
var r = obj.attachEvent("on" + evType, fn);
return r;
} else {
alert("Anthem_AddEvent could not add event!");
}
}
function Anthem_GetXMLHttpRequest() {
if (window.XMLHttpRequest) {
return new XMLHttpRequest();
} else {
if (window.Anthem_XMLHttpRequestProgID) {
return new ActiveXObject(window.Anthem_XMLHttpRequestProgID);
} else {
var progIDs = ["Msxml2.XMLHTTP.5.0", "Msxml2.XMLHTTP.4.0", "MSXML2.XMLHTTP.3.0", "MSXML2.XMLHTTP", "Microsoft.XMLHTTP"];
for (var i = 0; i < progIDs.length; ++i) {
var progID = progIDs[i];
try {
var x = new ActiveXObject(progID);
window.Anthem_XMLHttpRequestProgID = progID;
return x;
} catch (e) {
}
}
}
}
return null;
}
function Anthem_CallBack(url, target, id, method, args, clientCallBack, clientCallBackArg, includeControlValuesWithCallBack, updatePageAfterCallBack) {
if (window.Anthem_PreCallBack) {
var preCallBackResult = Anthem_PreCallBack();
if (!(typeof preCallBackResult == "undefined" || preCallBackResult)) {
if (window.Anthem_CallBackCancelled) {
Anthem_CallBackCancelled();
}
return null;
}
}
var x = Anthem_GetXMLHttpRequest();
var result = null;
if (!x) {
result = { "value": null, "error": "NOXMLHTTP" };
Anthem_DebugError(result.error);
if (window.Anthem_Error) {
Anthem_Error(result);
}
if (clientCallBack) {
clientCallBack(result, clientCallBackArg);
}
return result;
}
x.open("POST", url ? url : Anthem_DefaultURL, clientCallBack ? true : false);
x.setRequestHeader("Content-Type", "application/x-www-form-urlencoded; charset=utf-8");
x.setRequestHeader("Accept-Encoding", "gzip, deflate");
if (clientCallBack) {
x.onreadystatechange = function() {
if (x.readyState != 4) {
return;
}
Anthem_DebugResponseText(x.responseText);
result = Anthem_GetResult(x);
if (result.error) {
Anthem_DebugError(result.error);
if (window.Anthem_Error) {
Anthem_Error(result);
}
}
if (updatePageAfterCallBack) {
Anthem_UpdatePage(result);
}
Anthem_EvalClientSideScript(result);
clientCallBack(result, clientCallBackArg);
x = null;
if (window.Anthem_PostCallBack) {
Anthem_PostCallBack();
}
}
}
var encodedData = "";
if (target == "Page") {
encodedData += "&Anthem_PageMethod=" + method;
} else if (target == "MasterPage") {
encodedData += "&Anthem_MasterPageMethod=" + method;
} else if (target == "Control") {
encodedData += "&Anthem_ControlID=" + id.split(":").join("_");
encodedData += "&Anthem_ControlMethod=" + method;
}
if (args) {
for (var argsIndex = 0; argsIndex < args.length; ++argsIndex) {
if (args[argsIndex] instanceof Array) {
for (var i = 0; i < args[argsIndex].length; ++i) {
encodedData += "&Anthem_CallBackArgument" + argsIndex + "=" + encodeURIComponent(args[argsIndex][i]);
}
} else {
encodedData += "&Anthem_CallBackArgument" + argsIndex + "=" + encodeURIComponent(args[argsIndex]);
}
}
}
if (updatePageAfterCallBack) {
encodedData += "&Anthem_UpdatePage=true";
}
if (includeControlValuesWithCallBack) {
var form = document.getElementById(Anthem_FormID);
if (form != null) {
for (var elementIndex = 0; elementIndex < form.length; ++elementIndex) {
var element = form.elements[elementIndex];
if (element.name) {
var elementValue = null;
if (element.nodeName == "INPUT") {
var inputType = element.getAttribute("TYPE").toUpperCase();
if (inputType == "TEXT" || inputType == "PASSWORD" || inputType == "HIDDEN") {
elementValue = element.value;
} else if (inputType == "CHECKBOX" || inputType == "RADIO") {
if (element.checked) {
elementValue = element.value;
}
}
} else if (element.nodeName == "SELECT") {
if (element.multiple) {
elementValue = [];
for (var i = 0; i < element.length; ++i) {
if (element.options[i].selected) {
elementValue.push(element.options[i].value);
}
}
} else {
elementValue = element.value;
}
} else if (element.nodeName == "TEXTAREA") {
elementValue = element.value;
}
if (elementValue instanceof Array) {
for (var i = 0; i < elementValue.length; ++i) {
encodedData += "&" + element.name + "=" + encodeURIComponent(elementValue[i]);
}
} else if (elementValue != null) {
encodedData += "&" + element.name + "=" + encodeURIComponent(elementValue);
}
}
}
// ASP.NET 1.1 won't fire any events if neither of the following
// two parameters are not in the request so make sure they're
// always in the request.
if (typeof form.__VIEWSTATE == "undefined") {
encodedData += "&__VIEWSTATE=";
}
if (typeof form.__EVENTTARGET == "undefined") {
encodedData += "&__EVENTTARGET=";
}
}
}
Anthem_DebugRequestText(encodedData.split("&").join("\n&"));
x.send(encodedData);
if (!clientCallBack) {
Anthem_DebugResponseText(x.responseText);
result = Anthem_GetResult(x);
if (result.error) {
Anthem_DebugError(result.error);
if (window.Anthem_Error) {
Anthem_Error(result);
}
}
if (updatePageAfterCallBack) {
Anthem_UpdatePage(result);
}
Anthem_EvalClientSideScript(result);
if (window.Anthem_PostCallBack) {
Anthem_PostCallBack();
}
}
return result;
}
function Anthem_GetResult(x) {
var result = { "value": null, "error": null };
var responseText = x.responseText;
try {
result = eval("(" + responseText + ")");
} catch (e) {
if (responseText.length == 0) {
result.error = "NORESPONSE";
} else {
result.error = "BADRESPONSE";
result.responseText = responseText;
}
}
return result;
}
function Anthem_SetHiddenInputValue(form, name, value) {
var input = null;
if (form[name]) {
input = form[name];
} else {
input = document.createElement("input");
input.setAttribute("name", name);
input.setAttribute("type", "hidden");
}
input.setAttribute("value", value);
var parentElement = input.parentElement ? input.parentElement : input.parentNode;
if (parentElement == null) {
form.appendChild(input);
form[name] = input;
}
}
function Anthem_RemoveHiddenInput(form, name) {
var input = form[name];
var parentElement = input.parentElement ? input.parentElement : input.parentNode;
if (input && parentElement == form) {
form[name] = null;
form.removeChild(input);
}
}
function Anthem_FireEvent(eventTarget, eventArgument, clientCallBack, clientCallBackArg, includeControlValuesWithCallBack, updatePageAfterCallBack) {
var form = document.getElementById(Anthem_FormID);
Anthem_SetHiddenInputValue(form, "__EVENTTARGET", eventTarget);
Anthem_SetHiddenInputValue(form, "__EVENTARGUMENT", eventArgument);
Anthem_CallBack(null, null, null, null, null, clientCallBack, clientCallBackArg, includeControlValuesWithCallBack, updatePageAfterCallBack);
form.__EVENTTARGET.value = "";
form.__EVENTARGUMENT.value = "";
}
function Anthem_UpdatePage(result) {
var form = document.getElementById(Anthem_FormID);
if (result.viewState) {
Anthem_SetHiddenInputValue(form, "__VIEWSTATE", result.viewState);
}
if (result.viewStateEncrypted) {
Anthem_SetHiddenInputValue(form, "__VIEWSTATEENCRYPTED", result.viewStateEncrypted);
}
if (result.eventValidation) {
Anthem_SetHiddenInputValue(form, "__EVENTVALIDATION", result.eventValidation);
}
if (result.controls) {
for (var controlID in result.controls) {
var containerID = "Anthem_" + controlID.split("$").join("_") + "__";
var control = document.getElementById(containerID);
if (control) {
control.innerHTML = result.controls[controlID];
if (result.controls[controlID] == "") {
control.style.display = "none";
} else {
control.style.display = "";
}
}
}
}
if (result.pagescript) {
for (var i = 0; i < result.pagescript.length; ++i) {
try {
var script = document.createElement('script');
script.type = 'text/javascript';
if (script.canHaveChildren ) {
script.appendChild(document.createTextNode(result.pagescript[i]));
} else {
script.text = result.pagescript[i];
}
document.getElementsByTagName("head")[0].appendChild(script);
} catch (e) {
Anthem_DebugError("Error adding page script to head. " + e.name + ": " + e.message);
}
}
}
}
function Anthem_EvalClientSideScript(result) {
if (result.script) {
for (var i = 0; i < result.script.length; ++i) {
try {
eval(result.script[i]);
} catch (e) {
alert("Error evaluating client-side script!\n\nScript: " + result.script[i] + "\n\nException: " + e);
}
}
}
}
function Anthem_DebugRequestText(text) {
}
function Anthem_DebugResponseText(text) {
}
function Anthem_DebugError(text) {
}
//Fix for bug #1429412, "Reponse callback returns previous response after file push".
//see http://sourceforge.net/tracker/index.php?func=detail&aid=1429412&group_id=151897&atid=782464
function Anthem_Clear__EVENTTARGET()
{
var form = document.getElementById(Anthem_FormID);
Anthem_SetHiddenInputValue(form, "__EVENTTARGET", "");
}
function Anthem_InvokePageMethod(methodName, args, callBack, context) {
Anthem_Clear__EVENTTARGET(); // fix for bug #1429412
return Anthem_CallBack(null, "Page", null, methodName, args, callBack, context, true, true);
}
function Anthem_InvokeMasterPageMethod(methodName, args, callBack, context) {
Anthem_Clear__EVENTTARGET(); // fix for bug #1429412
return Anthem_CallBack(null, "MasterPage", null, methodName, args, callBack, context, true, true);
}
function Anthem_InvokeControlMethod(id, methodName, args, callBack, context) {
Anthem_Clear__EVENTTARGET(); // fix for bug #1429412
return Anthem_CallBack(null, "Control", id, methodName, args, callBack, context, true, true);
}
function GetLabelText(id) {
var labels = document.getElementsByTagName('label');
for (var i = 0; i < labels.length; i++) {
if (labels[i].htmlFor == id) {
return labels[i].innerHTML;
}
}
return null;
}
function SetLabelText(id, text) {
var labels = document.getElementsByTagName('label');
for (var i = 0; i < labels.length; i++) {
if (labels[i].htmlFor == id) {
labels[i].innerHTML = text;
return;
}
}
}
function Anthem_FireCallBackEvent(
control,
e,
eventTarget,
eventArgument,
causesValidation,
validationGroup,
imageUrlDuringCallBack,
textDuringCallBack,
enabledDuringCallBack,
preCallBackFunction,
postCallBackFunction,
callBackCancelledFunction,
includeControlValuesWithCallBack,
updatePageAfterCallBack
) {
var preCallBackResult = true;
if (preCallBackFunction) {
preCallBackResult = preCallBackFunction(control);
}
if (typeof preCallBackResult == "undefined" || preCallBackResult) {
var valid = true;
if (causesValidation && typeof Page_ClientValidate == "function") {
valid = Page_ClientValidate(validationGroup);
}
if (valid) {
var inputType = control.getAttribute("TYPE");
inputType = (inputType == null) ? '' : inputType.toUpperCase();
var parentElement = null;
var text = '';
if (imageUrlDuringCallBack || textDuringCallBack) {
if (control.nodeName == "INPUT") {
if (inputType == "CHECKBOX" || inputType == "RADIO" || inputType == "TEXT") {
text = GetLabelText(control.id);
SetLabelText(control.id, textDuringCallBack);
}
else if (inputType == "IMAGE") {
var form = document.getElementById(Anthem_FormID);
if (e.offsetX)
{
Anthem_SetHiddenInputValue(form, eventTarget + ".x", e.offsetX);
Anthem_SetHiddenInputValue(form, eventTarget + ".y", e.offsetY);
}
else
{
Anthem_SetHiddenInputValue(form, eventTarget + ".x", e.clientX - control.offsetLeft + 1);
Anthem_SetHiddenInputValue(form, eventTarget + ".y", e.clientY - control.offsetTop + 1);
}
if (imageUrlDuringCallBack) {
text = control.src;
control.src = imageUrlDuringCallBack;
}
else {
parentElement = control.parentElement ? control.parentElement : control.parentNode;
if (parentElement) {
text = parentElement.innerHTML;
parentElement.innerHTML = textDuringCallBack;
}
}
}
else if (inputType == "SUBMIT") {
text = control.value;
control.value = textDuringCallBack;
}
}
else if (control.nodeName == "SELECT") {
text = GetLabelText(control.id);
SetLabelText(control.id, textDuringCallBack);
}
else {
text = control.innerHTML;
control.innerHTML = textDuringCallBack;
}
}
var enabled = !control.disabled;
control.disabled = !enabledDuringCallBack;
Anthem_FireEvent(
eventTarget,
eventArgument,
function(result) {
if (postCallBackFunction) {
postCallBackFunction(control);
}
control.disabled = !enabled;
if (imageUrlDuringCallBack || textDuringCallBack) {
if (control.nodeName == "INPUT") {
if (inputType == "CHECKBOX" || inputType == "RADIO" || inputType == "TEXT")
SetLabelText(control.id, text);
else if (inputType == "IMAGE") {
Anthem_RemoveHiddenInput(form, eventTarget + ".x");
Anthem_RemoveHiddenInput(form, eventTarget + ".y");
if (imageUrlDuringCallBack)
control.src = text;
else
parentElement.innerHTML = text;
}
else if (inputType == "SUBMIT")
control.value = text;
}
else if (control.nodeName == "SELECT") {
SetLabelText(control.id, text);
}
else {
control.innerHTML = text;
}
}
},
null,
includeControlValuesWithCallBack,
updatePageAfterCallBack
);
}
} else if (callBackCancelledFunction) {
callBackCancelledFunction(control);
}
}
function AnthemListControl_OnClick(
e,
causesValidation,
validationGroup,
textDuringCallBack,
enabledDuringCallBack,
preCallBackFunction,
postCallBackFunction,
callBackCancelledFunction,
includeControlValuesWithCallBack,
updatePageAfterCallBack
) {
var target = e.target || e.srcElement;
if (target.nodeName == "LABEL" && target.htmlFor != '')
return;
var eventTarget = target.id.split("_").join("$");
Anthem_FireCallBackEvent(
target,
e,
eventTarget,
'',
causesValidation,
validationGroup,
'',
textDuringCallBack,
enabledDuringCallBack,
preCallBackFunction,
postCallBackFunction,
callBackCancelledFunction,
true,
true
);
}
//]]>
Français
Deutsch
English
CambridgeSoft.com
ChemBioNews.com
ChemBioFinder.com
SciStore.com
Search the CambridgeSoft.com Network:
All CS Websites
cambridgesoft.com
chembionews.com
scistore.com
Login
Register
Index
Issues
ChemBioNews.Com 18.2
ChemBioNews.Com 18.1
ChemBioNews.Com 17.1
ChemBioNews.Com 16.3
ChemBioNews.Com 16.2
ChemBioNews.Com 16.1
ChemBioNews.Com 15.3
ChemBioNews.Com 15.2
Archived Issues
Media
Webinars
Articles
Feature Clips
White Papers
Subscribe
Free Email Edition
Free Print Edition
Free CD-ROM PDF Edition
Edit Your Account
Advertise
Opportunities
Rates & Terms
Ad Specs
PDF Media Kit
Mail Me a Media Kit
Contribute
Instructions For Authors
Publishers Directory
FAQ
About
About
Events
News
Customers
Partners
Management
Resellers
Careers
Contact
Sales
Technical Support
Customer Service
ChemBioNews.com
SciStore.com
Human Resources
Directions
Corporate »
Directions
Map
Request Information
Browse By Topic
Desktop Software
Bio3D
ChemBioOffice
CombiChem
BioAssay
ChemBioOffice Workgroup
E-Notebook
BioDraw
ChemBioViz
Inventory
BioOffice
ChemDraw
MOPAC
BioViz
ChemFinder
SciStore.Com
Cameo
ChemInfo Database
Software Roundups
Chem3D
ChemOffice
Textbook Roundups
ChemBio3D
ChemScript
Web Services
ChemBioDraw
Enterprise Solutions
21CFR11 Compliance
ChemOffice WebServer
Formulations & Mixtures
BioAssay Enterprise
ChemScript Enterprise
Inventory Enterprise
BioSAR Enterprise
CombiChem Enterprise
Oracle Cartridge
BioViz
DocManager Enterprise
Professional Services
ChemBioOffice Enterprise
Drug Degradation
Registration System
ChemOffice Enterprise
E-Notebook Enterprise
Trials Enterprise
Scientific Databases
Adis R&D Insight
ChemInfo Database
MediChem Database
Ashgate Drugs
ChemMSDX Database
NCI & AIDS
ChemACX Database
ChemSCX Database
Organic Syntheses
ChemFinder.Com
Chiral Auxiliary
Sigma Aldrich MSDS
Chemical Catalogs
Database Roundups
The Merck Index
Chemical Databases
Drug Deg Database
Traditional Chinese Medicines
ChemINDEX Database
EH&S Enterprise
Strategic Partners
Accenture
IBM
Rescentris
ACD Labs
LabVantage
Schrödinger
Agilent Scientific Software
Merck
Spotfire
Axiope
Mestrelab Research
Thermo Galactic
BioByte
Microsoft
Tripos
BioReason
Oracle
Waters NuGenesis
Documentum
Oriental Giken
White Carbon
Fujitsu
Pfizer
Wolters Kluwer
Gaussian
Redasoft
Yet2.Com
Major Customers
Abbott Laboratories
Cambria Biosciences
MethylGene
Achillion
Cubist Pharmaceuticals
Millennium Pharmaceuticals
Addex
Eastman Chemical
Organon
Albany Molecular
Emory University
Patent Office
Arena Pharmaceuticals
Ensemble Discovery
Pfizer
Array BioPharma
GlaxoSmithKline
Philips Research
AstraZeneca
Harvard Medical School
PrimerDesign
BioCryst
Infinity Pharmaceuticals
Sareum
BioSeek
Merck
Wyeth
Bristol-Myers Squibb
Conference and User Meetings
2005
2007
2008
2006
View All
Desktop Software
Bio3D
ChemBio3D
ChemFinder
Inventory
BioAssay
ChemBioDraw
ChemInfo Database
MOPAC
BioDraw
ChemBioOffice
ChemOffice
SciStore.Com
BioOffice
ChemBioOffice Workgroup
ChemScript
Software Roundups
BioViz
ChemBioViz
CombiChem
Textbook Roundups
Cameo
ChemDraw
E-Notebook
Web Services
Chem3D
Enterprise Solutions
21CFR11 Compliance
ChemOffice Enterprise
Drug Degradation
Oracle Cartridge
BioAssay Enterprise
ChemOffice WebServer
E-Notebook Enterprise
Professional Services
BioSAR Enterprise
ChemScript Enterprise
Formulations & Mixtures
Registration System
BioViz
CombiChem Enterprise
Inventory Enterprise
Trials Enterprise
ChemBioOffice Enterprise
DocManager Enterprise
Scientific Databases
Adis R&D Insight
Chemical Databases
Chiral Auxiliary
NCI & AIDS
Ashgate Drugs
ChemINDEX Database
Database Roundups
Organic Syntheses
ChemACX Database
ChemInfo Database
Drug Deg Database
Sigma Aldrich MSDS
ChemFinder.Com
ChemMSDX Database
EH&S Enterprise
The Merck Index
Chemical Catalogs
ChemSCX Database
MediChem Database
Traditional Chinese Medicines
Strategic Partners
Accenture
Fujitsu
Oracle
Thermo Galactic
ACD Labs
Gaussian
Oriental Giken
Tripos
Agilent Scientific Software
IBM
Pfizer
Waters NuGenesis
Axiope
LabVantage
Redasoft
White Carbon
BioByte
Merck
Rescentris
Wolters Kluwer
BioReason
Mestrelab Research
Schrödinger
Yet2.Com
Documentum
Microsoft
Spotfire
Major Customers
Abbott Laboratories
BioCryst
Ensemble Discovery
Organon
Achillion
BioSeek
GlaxoSmithKline
Patent Office
Addex
Bristol-Myers Squibb
Harvard Medical School
Pfizer
Albany Molecular
Cambria Biosciences
Infinity Pharmaceuticals
Philips Research
Arena Pharmaceuticals
Cubist Pharmaceuticals
Merck
PrimerDesign
Array BioPharma
Eastman Chemical
MethylGene
Sareum
AstraZeneca
Emory University
Millennium Pharmaceuticals
Wyeth
Conference and User Meetings
2005
2006
2007
2008
Spotlight
WEBINAR
Inventory Workgroup WebinarDid you know that ChemDraw is fully integrated with our Inventory Ultra software, ...By: Jesse Gordon of CambridgeSoft Corporationfrom Issue 18.2
ARTICLE
Annual Site LicensesA Practical yet Efficient use of ChemDraw for Legal ProfessionalsBy: Jerald J. Baronofsky, Ph.D. of CambridgeSoft Corporationfrom Issue 18.2
FEATURE CLIP
Stoichiometry Grid in ChemDrawDid you know your copy of ChemDraw includes stoichiometry calculations? This ChemClip ...By: Mary-Anne Moore of CambridgeSoft Corporationfrom Issue 18.2
WHITE PAPER
Registration System (Overview)Keeping track of newly synthesized or acquired compounds, tracking their physical ...By: CambridgeSoft of CambridgeSoft Corporationfrom Issue 18.2
ChemBioNews Search:
',true,null,null,null,true,true);return false;">
All Categories
Desktop Software
Enterprise Solutions
Scientific Databases
Strategic Partners
Major Customers
Conference and User Meetings
',true,null,null,null,true,true);return false;">
All Subcategories
2005
2006
2006 Boston
2006 London
2006 Tokyo
2007
2008
21CFR11 Compliance
Abbott Laboratories
Accenture
ACD Labs
Achillion
Addex
Adis R&D Insight
Agilent Scientific Software
Albany Molecular
Annual Site Licenses
Arena Pharmaceuticals
Array BioPharma
Ashgate Drugs
AstraZeneca
Axiope
Bio3D
BioAssay
BioAssay Enterprise
BioByte
BioCryst
BioDraw
BioOffice
BioReason
BioSAR Enterprise
BioSeek
BioViz
Bristol-Myers Squibb
Cambria Biosciences
Cameo
Chem3D
ChemACX Database
ChemBio3D
ChemBioDraw
ChemBioOffice
ChemBioOffice Enterprise
ChemBioOffice Workgroup
ChemBioViz
ChemDraw
ChemFinder
ChemFinder.Com
Chemical Catalogs
Chemical Databases
ChemINDEX Database
ChemInfo Database
ChemMSDX Database
ChemOffice
ChemOffice Enterprise
ChemOffice WebServer
ChemScript
ChemScript Enterprise
ChemSCX Database
Chiral Auxiliary
CombiChem
CombiChem Enterprise
Cubist Pharmaceuticals
Database Roundups
DocManager Enterprise
Documentum
Drug Deg Database
Drug Degradation
Eastman Chemical
EH&S Enterprise
Emory University
E-Notebook
E-Notebook Enterprise
Ensemble Discovery
Formulations & Mixtures
Fujitsu
Gaussian
GlaxoSmithKline
Harvard Medical School
IBM
Infinity Pharmaceuticals
Inventory
Inventory Enterprise
LabVantage
MediChem Database
Merck
Merck
Mestrelab Research
MethylGene
Microsoft
Millennium Pharmaceuticals
MOPAC
Name=Struct
NCI & AIDS
Oracle
Oracle Cartridge
Organic Syntheses
Organon
Oriental Giken
Patent Office
Pfizer
Pfizer
Philips Research
PrimerDesign
Professional Services
Redasoft
Registration System
Rescentris
Sareum
Schrödinger
SciStore.Com
Sigma Aldrich MSDS
Software Roundups
Spotfire
Textbook Roundups
The Merck Index
Thermo Galactic
Traditional Chinese Medicines
Trials Enterprise
Tripos
Waters NuGenesis
Web Services
White Carbon
Wolters Kluwer
Workflow LIMS
Wyeth
Yet2.Com
',true,null,null,null,true,true);return false;">
Select Media
Webinars
Feature Clips
Articles
WhitePapers
Welcome to ChemBioNews.com, the leading collaborative Internet publication serving over 1,000,000 scientists worldwide.
Current Issue
Current Issue #: 18.2
Print Date: October, 2008
View Current Issue
Subscribe To Print Edition
Subscribe To Email/Web Edition
Click here to see previous issues
Next Live Webinar
View details & register
Name to Structure Conversion
December 03, 2008
By: Irwin C. Schreiman of CambridgeSoft Corporation
Name=Struct is CambridgeSoft`s comprehensive algorithm for converting English chemical names into chemical structure diagrams. It is designed to be as practical ... more
Recent Highlights
Structure Analysis in ChemBio3D
18.2
By: Jesse Gordon of CambridgeSoft Corporation
Many chemists and biologists know ChemBio3D as a molecular visualization tool. But it ...
From: WEBINARS
Driving Research Globally
18.2
By: Rob Scoffin of CambridgeSoft Corporation
From: ARTICLES
ChemBio3D Surface Visualization
18.2
By: Jesse Gordon of CambridgeSoft Corporation
Did you know how ChemBio3D allows visualizing molecular surfaces?
|
|