ChimieAnglaisJekyll

chem-bla-ics

chem-bla-ics
Chemblaics (pronounced chem-bla-ics) is the science that uses open science and computers to solve problems in chemistry, biochemistry and related fields.
Page d'accueilFlux JSON
language
CmlChimieAnglais
Publié

Recently, a new generation of Chemical Markup Language CML users seem to hit the learning-curve-wall; there seems to be a niche in explaining the use of CML, so here goes. My new (third) blog will discuss frequently and less frequently asked questions about the use of CML.

JavaChimieAnglais
Publié

Trepalin et al. published in Molecules the article A Java Chemical Structure Editor Supporting the Modular Chemical Descriptor Language (MCDL) (open access PDF). The applet is about 250kB (though the article mentions 200kB) in size and downloadable from the MCDL project on SourceForge (license: Public Domain). The article compares the applet with the JChemPaint applet and notes that their applet is much smaller.

JavaCdkJchempaintTavernaChimieAnglais
Publié

Bling! Bling!. Mark Wielaard announced the GNU Classpath 0.92 release, with the following changes: an alternative awt peer implementation based on Escher that uses the X protocol directly. Various ImageIO providers for png, gif and bmp images. Support for reading and writing midi files and reading .au and .wav files have been added. Various tools and support classes have been added for jar, native2ascii, serialver, keytool, jarsigner.

CmlChimieAnglais
Publié

Mix one of the oldest and one of the latest computer technologies, and you get FoX (BSD license), a Fortran library for reading and writing Chemical Markup Language, and thus XML. Amazing, what Toby White achieved, though he did not start from scratch: “FoX evolved from the initial codebase of xmlf90, which was written largely by Alberto Garcia and Jon Wakelin.” (source: cml-discuss mailing list).

CdkJoelibTechnoratiChimieAnglais
Publié

Technorati is nice in several ways, one being the feature to set up a watchlist. I have set watches on chemoinformatics, Jmol, Bioclipse and a few more. This allows me see the latest blog items on these topics. Often, the point to Asian blogs, mostly Chinese and Japanese, which I mostly find hard to read.

CdkJavaDebianChimieAnglais
Publié

Recently, a second beta of Java 6 was released, which triggered a patch for the Debian java-package package. It was a Bioclipse bug report today, however, which made me patch my java-package setup and install the beta. So, next thing was to try to get the CDK compile with the Java 6 beta.

JmolBioclipseChimieAnglais
Publié

The Eclipse Rich Client Platform (RCP) is very powerfull, and takes a lot of architectural things of your hand when developing a bio- and chemoinformatics GUIs. Bioclipse is based on it. One thing the RCP offers is a Help View which works with plain (X)HTML files, and one neat feature is the context help. It is help shown in the Help View when one focused on a specific GUI element.

BioclipseChemometricsQsarCdkChimieAnglais
Publié

With chemometrics in mind (QSAR, data mining, …), I have started working on matrix support in Bioclipse, because the matrix is the important step between (bio-)molecular content and statistical analysis. I implemented this such that the actual matrix implementation can be freely chosen, that is, bc_statistical provides a IMatrixImplementation extension point.