Chemical SciencesJekyll

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.
Home PageAtom Feed
language
Published

The Predictive Toxicology meeting is over. It was a great meeting, by any standard. Very much recommended, and many thanx to Barry for the organization! The meeting was a true workshop, with a mix of presentations and getting work done. I participated in a group that looked at mutagenicity of potential anti-malaria drugs from the datasets of GSK and Novartis recently release as Open Data.

Published

Yesterday I arrived in Oxford, after a 3.5 hour bus transfer from London Stansted. Long, boring ride (though I might have seen a few red kites , but seeing that they were near extinct, I am wondering what other large bird of prey has strong split tail like a swallow). Showed once more that the UK infrastructure has hardly changed since the 19th century. Enjoying an undergraduate room at one of the colleges.

Published

The announcement of the Panton Principles is the big news today, though Peter already spoke about them in May last year (see coverage on FriendFeed and Twitter). The four principles list in their short versions: When publishing data make an explicit and robust statement of your wishes. Use a recognized waiver or license that is appropriate for data.

Published

The Bioclipse Workshop has ended and, for just three days, turned out quite productive. We have first bits of scripting support for JavaScript using Rhino. At this moment the scripting plugin needs to explicit depend on plugins to be able to access their classpath, but we plan to solve that. An example script: // to have short identifiers Array = Packages.java.lang.reflect.Array; String = Packages.java.lang.String;

Published

The Blue Obelisk mailing list has seen an interesting discussion on ambiguity in the term ‘open source’, triggered by a study by Beth Ritter Guth. For example, Jean-Claude Bradley performs ‘open source’ science (see his Useful Chemistry blog) who is not opposed to using closed source software, while the Blue Obelisk is about ‘open source’ software.

Published

Unit testing is important when developing source code. JUnit provides a library to facilitate this in Java, and Eclipse had the functionality to run JUnit tests. Even better, it allows you to run single JUnit tests, even in debug mode: Just open the java class in your Package Explorer, right click on the JUnit method you want to run, then pick Run As or Debug As, and then JUnit test.

Published

There are many ways to contribute to opensource software (OSS), programming only being one of them. I develop OSS, but use OSS too. For example, I am a big user of the Linux kernel, the KDE desktop, Kubuntu, Debian (I have unstable in a chroot), Firefox, Eclipse, Classpath, and many, many others. What these have in common, is that I generally have no time to look into the source code of these projects.