Rogue Scholar Beiträge

language
Veröffentlicht in quantixed

This post follows on from the last post on BBSRC Responsive Mode funding. Another frequent question from applicants is: “How much can I ask for?” One answer is: the same amount as successful grants. This information is freely available and can be downloaded from the UKRI website. All awarded grants can be searched (even those that have completed) using their database.

Veröffentlicht in quantixed

Garmin Connect has a number of plots built in, but to take a deeper dive into all your fitness data, you need to export a CSV and fire up R. This post is a quick guide to some possibilities for running data.  There’s a few things that I wanted to look at. For example, how does my speed change through the year? How does that compare to previous years? If I see some trends, is that the same for short runs and long runs?

Veröffentlicht in quantixed

I’ve previously crunched times for local Half and Full Marathons here on quantixed . Last weekend was the Kenilworth Half Marathon (2018) over a new course. I thought I’d have a look at the distributions of times and paces of the runners. The times are available here. If the Time and Category for finishers are saved as a csv, the script below works to generate the following plots.

Veröffentlicht in quantixed

There have been several posts on this site about publication lag times. You can read them here. Lag times are the delays in the dissemination of scientific data introduced by the process of publishing the paper in a journal. Nowadays, your paper can be online in a few hours using a preprint server. However, this work is not peer reviewed. Journals organise a formal peer review and provide some sort of certification of the work.

Veröffentlicht in quantixed

As a geek, the added bonus of exercise is the fun that you can have with the data you’ve generated. A recent conversation on Twitter about the accuracy of wrist-based HRMs got me thinking… how does a wrist-based HRM compare with a traditional chest-strap HRM? Conventional wisdom says that the chest-strap is more accurate, but my own experience of chest-strap HRMs is that they are a bit unreliable. Time to put it to the test.

Veröffentlicht in quantixed

My activity on twitter revolves around four accounts. I try to segregate what happens on each account, and there’s inevitably some overlap. But what about overlap in followers? What lucky people are following all four? How many only see the individual accounts? It’s quite easy to look at this in R. So there are 36 lucky people (or bots!) following all four accounts.

Veröffentlicht in chem-bla-ics

The great thing about open source is that… it’s open. When I was browsing the internet just now, I dropped in on KDE Dot News. In the rightside column, there is a feed of new KDE software from KDE-apps.org. A new version of my favoriate music player, amarok, lured me to the KDE-apps website, where I saw rkward is latest announcement.

Veröffentlicht in chem-bla-ics

Some time ago Rajarshi Guha introduced R bindings for the CDK (see his CDK News articles), and today I tried to install his rcdk package that makes it happen. However, it requires SJava which compiled fine on other machines, but not on my AMD64 machine. The problem seems to be related to the GNU GCC 4.0 compiler I have installed.