-
s/Twitter/Mastodon/g
Yeah, it has been hard to miss it (see e.g. Should I join Mastodon? A scientists’ guide to Twitter’s rival). Twitter is experiencing some turbulence and Mastodon has become a very attractive, open source, community-driven, inclusive alternative. It’s been around since 2016 and there is some research literature about it already. I got my account in 2018, but did not start actively using it until earlier this year. -
Is your research cited by a Nobel prize winner?
Forget the journal impact factor and the H-index. You want your research being used. A first approximation of that is getting cited, sure. So, with the Nobel Prize week over (congrats to all winners! the Neanderthaler prize actually helped my work in Maastricht this week), let’s figure out of you are cited by a Nobel Prize winner. Wikidata allows us to figure this out with a SPARQL query (created together with Adriano): -
Biology, ACPs, lipids, cheminformatics, and Dagstuhl
Already 3 months ago I visited Dagstuhl for the second time. The weather was much better than in the January right before the start of the pandemic. The first I attended the Computational Metabolomics meeting, with the focus From Cheminformatics to Machine Learning, one of the things we concerned ourselves with was how to do computation with compound classes (see Section 3.6 and this online book). We know how to handle SMILES and we know how to the substructure searching with SMARTS, but what if you have compound classes or lipid classes? Biology is a greasy business. -
BridgeDb NWO grant update #1: first steps
Last year, Denise, Tina, Marvin, and I received an NWO Open Science grant (203.001.121) to improve the long running BridgeDb project, originally developed by Martijn van Iersel (see doi:10.1186/1471-2105-11-5). Helena joined our group as research software engineer and will work part-time on this grant. We started two weeks ago, so time for an update of results: -
BioHackathon Europe 2021 #1: CiTO annotations in BioHackrXiv
Serendipity. I did not plan this hack at the BioHackathon Europe 2021 but it happened anyway. Based on earlier work in the Journal of Cheminformatics, extending on the work by Krewinkel et al. I looked into the idea of using the Lua filter for BioHackrXiv, a preprint server for BioHackathons. Actually, I started by looking at the Citation Styling Language file used by the BioHackrXiv tools. But that was just wrong. -
Bioclipse git experiences #2: Create patches for individual plugins/features
This is a series of two posts repeating some content I wrote up back in the Bioclipse days (see also this Scholia page). They both deal with something we were facing: restructuring of version control repositories, while actually keeping the history. For example, you may want to copy or move code from one repository to another. A second use case can be a file that must be removed (there are valid reasons for that). Because these posts are based on Bioclipse work, there will be some specific terminology, but the approach I regularly apply in other situations.