| Related sites for http://www.chemnews.com |
| Ancient_Biomolecules_Centre University of Oxford research center in the Departments of Zoology and Biological Anthropology. Projects include research on Phylogenetics, Pathogens, and Beringian permafrost. | | Archaeofauna Publishes yearly papers of archaeozoological nature, in the widest sense of the term not just in the strictly biological one. Contains abstracts of all ten volumes produced to date. | | Archaeozoology_in_New_Zealand Contains detailed information on several current research projects in New Zealand. | | Archeozoo Collaborative content site organized around sections that can contain numerous articles and links. | | ArchNet__Faunal_Resources Links related to identification of animal remains. | | Bibliography_of_Foodways_and_Zooarchaeology_on_Historical_Sites Compiled by William Hampton Adams. | | Binghamton_University_Archaeological_Analytical_Research_Facility Specimens represent taxa from the Northeastern United States, and include examples from South America, West Africa, and the Arctic. Species list and contact information. | | Bioarchaeological_References A bibliography of papers on identifying and interpreting biological remains from archaeological sites in terms of human usage, biogeography, and paleoecology. Compiled by the Laboratory for Environmen | | BoneCommons Online community for zooarchaeology. | | Caerwent_Animal_Bone_Remains Kevin Smith's Dissertation on the faunal remains recovered from 4th century deposits in the Romano-British town of Caerwent. | | California_State_University_Chico_Zooarchaeology_Lab Skeletons of mammals, birds, and fish typical of Northern California and the Western Great Basin, where most of Chico State's archaeological research takes place. Detailed facility profile. | | Canadian_Zooarchaeology A forum for topics of interest to zooarchaeologists working in Canada, and abroad. Regular and special feature articles are complemented by a variety of listings and exchanges. | | Cetacean_Zooarchaeology_Research_Network Informal network of individuals whose research interests include cetacean remains in archaeological contexts. | | Colorado_State_University_Zooarchaeology Collection of pages related to L.C. Todd's zooarchaeology class. Includes information on coding animal bones and bison osteology. | | Computerised_Bone_Templates Presents an approach to the computerized recording of graphical zooarchaeological data using digital image templates and graphic software packages. | | Contribution_of_Archaeozoology_to_Landscape_Archaeology Paper whose principal argument is that information provided by animal bones about ancient landscapes is indirect but critical (RTF File). | | Domestication_Revisited__Its_Implications_for_Faunal_Analysis Abstract of a Journal of Field Archaeology paper by Howard Hecker. | | English_Heritage_Professional_Zooarchaeology_Group Aim is to facilitate the exchange of ideas between those within universities and those working within units or as freelancers. | | Ethnozoology_Index An exhibit in Minnesota State University's EMuseum with information on Egyptian, Roman, Mexican and Wisconsin ethnozoology with links. | | Faunal_analyses_from_HacImusalar_Höyük The purpose of this research is to analyze the faunal assemblage retrieved from the excavations at HacImusalar Höyük in Turkey to determine the spatial and/or temporal differences in that assemblage | | The_Fish_Bones_from_Orford,_Suffolk Report prepared by Mark Beech and Charlie Stokes for the Suffolk County Council Archaeological Service. Includes abstract and link to order full report. | | Florida_Museum_of_Natural_History_-_Zooarchaeology_Comparative_Collection Skeletons of vertebrates and exoskeletons of mollusks and crustaceans from the southeastern United States, the West Indies, the circum-Caribbean area, and northwestern South America. Collection databa | | Grahame_Clark_Laboratory_for_Zooarchaeology Profile of the laboratory at the University of Cambridge. Includes staff profiles and brief descriptions of research projects. | | ICAZ_Animal_Palaeopathology_Working_Group Palaeopathology forum and downloadable bibliography [DOC format]. | | Indiana_University_Zooarchaeology_Laboratory Profile of this laboratory whose purpose is to accumulate skeletal remains of indigenous animal species to facilitate identification of faunal materials from Indiana and contiguous states. | | International_Council_for_Archaeozoology ICAZ is an international organization for those interested in studying the rich history of human/animal interactions through the analysis of archaeological animal bones. | | International_Journal_of_Osteoarchaeology Provides a forum for the publication of papers dealing with all aspects of the study of human and animal bones from archaeological contexts. Including coverage in the following key areas: palaeopathol | | Late_Prehistoric_Subsistence_in_Central_Indiana Report on the faunal remains from three prehistoric sites in Indiana by Rexford C. Garniewicz. | | LaVase_River_Faunal_Analysis Faunal analysis portion of the detailed report on the archaeological excavations at the mouth of the LaVase River on lake Nipissing, North Bay, Ontario, Canada. | | Marine_Turtle_Exploitation_in_Bronze_Age_Oman Paper by Christine Mosseri-Marlio, published in the Marine Turtle Newsletter. | | MSc_in_Zooarchaeology Overview of University of York graduate program. | | NABO__Zooarchaeology_Working_Group NABO is an interdisciplinary, international, non-governmental regional research cooperative that works to serv e scholars interested in the interactions of humans and changing landscapes across the No | | The_Palaeopathology_of_Horse_Husbandry Presentation of this research project being carried out at the McDonald Institute for Archaeological Research, University of Cambridge. | | Paleolithic_Diet_Page A page of annotated links to sites for the Paleolithic diet, also called a hunter/gatherer diet. | | Research_into_the_Aurochs Research to retrace the history, morphology and ecology of the extinct aurochs (Bos primigenius). | | Seasonality_Bibliography A selected bibliography of studies related to determining seasonality from bone remains. | | Transvaal_Museum__Archaeozoology_Department Introduction to archaeozoology, department staff profiles, ordering information for "The Distribution of Macromammals in Southern Africa over the past 30,000 years". | | UCLA_Zooarchaeology_Laboratory Profile of this laboratory which maintains a collection of fish, amphibians, reptiles, birds and mammals, native and domestic, from California, Central America, and Peru. | | University_of_Alberta_Zooarchaeology_Laboratory The Zooarchaeology Reference Collection consists of over 700 animal skeletons of Alberta and arctic vertebrate species, domesticates, and a small number of mollusc specimens. Specimens list, resources | | University_of_Auckland_Zooarchaeology_Laboratory Collection includes fish, birds, mammals, and invertebrates, with an emphasis on native New Zealand taxa. Facility profile and contact information. |
|
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. ... more
Recent Highlights
Presented in Italian: ChemBioOffice 11, Strumenti Desktop per la produttività scientifica
18.2
By: Alessandro Spada of CambridgeSoft Corporation
In questo webinar, CambridgeSoft e' lieta di presentarvi il software ChemBioOffice Ultra 11.0, ...
From: WEBINARS
Migrating Legacy Informatics Systems
18.2
By: Phil McHale 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?
|
|