-
Chiral Molecules: how cool is the SEM picture?
I just found my student thesis in Organic Chemistry from my Nijmegen education. It’s in Dutch, but I’ll explore if I can upload this to Radboud University’s DSpace. But I could not resist sharing this nice scanning electron microscope picture :) Look at those amphiphiles show a nice chiral ribbon! -
ChEMBL 09 as RDF
Update 2021-02: this post is still the second-most read post in my blog. Welcome! Some updates: -
GitHub Tip: download commits as patches
Some time ago, the brilliant GitHub people gave me the following tip. Rajarshi is lazy, and might find it interesting. By appending .patch to the commit URL, a commit can easily be downloaded as patch. That way, developers can easily download it with wget or curl and apply it locally with git am, without having the fetch the full repository. -
Converting JSON to RDF/XML with Groovy
Mark’s new CCO/RDF hosting functionality (see also my post two days ago) requires RDF/XML format, so I updated my code to convert the Chempedia Substances data into RDF/XML instead of N3 (I have asked Rich to put a new download link online). This is the Groovy code I used: