Unreadable. Full of grammatical errors and run on sentences. Just incredibly difficult to read. There may be some useful information in here, but I'll be damned if I can find it. Seriously needs to be edited down by someone with a strong grasp of the English language. Here's a typical sentence: "One of the key […]
Continue reading →
The web service TurnItIn is a "plagiarism detector". Lots of universities use it to assess whether their students are copy-n-pasting content which they haven't written. I'm not a big fan of it. First, I'll explain how to opt-out your websites. Then I'll explain why I don't like the service. Block Their Robot TurnItIn scans the […]
Continue reading →
I'm doing an apprenticeship MSc in Digital Technology. In the spirit of openness, I'm blogging my research and my assignments. This is my paper from the Data Analytics module. I enjoyed it far more than the previous module. This was my second assignment, and I was amazed to score 72%. In the English system 50% […]
Continue reading →
Yet more MSc yak-shaving. I'm currently reading Melissa Schilling's book "Strategic management of technological innovation". In a passage talking about customers' resistance to new inventions and the destruction of domain knowledge, it talks about the invention of the Dvorak keyboard. Supposedly better than the QWERTY keyboard - but ignored by the majority of customers. August […]
Continue reading →
One thing I'm finding extremely frustrating in academia is the number of people citing papers which don't seem to actually exist. As part of a data analytics class, I'm learning about "database sharding". That is, the process of splitting data between multiple machines. But where does the term come from? Wikipedia - the source of […]
Continue reading →
As I am a bear of very little brain, these are notes to myself on my slightly shonky process for creating animated TreeMaps in R. The aim is to end up with something like this: Generate the images Getting the data is left as an exercise for the reader (sorry!). This loops through the data […]
Continue reading →
More yak-shaving for my MSc. A book I read was discussing data pipeline problems. How so much of the work of ETL is cleaning up crappy data and reformatting it to something useful. We should be going to the source of the data, the book suggested. Rather than wasting time cleaning - get better at […]
Continue reading →
As part of my MSc, I'm getting a few lessons in technologies I'm not familiar with. I've found some of these lessons extremely confusing - even when I'm proficient in the language. Here's an example of a coding fragment from one of the tutorials in the R language. Let me explain everything that I think […]
Continue reading →
I'm doing an apprenticeship MSc in Digital Technology. In the spirit of openness, I'm blogging my research and my assignments. This is my paper from the Technical and Digital Leadership module. I think it is fair to say I didn't get on too well with it. I found it very focused on American companies - […]
Continue reading →
I use Zotero to manage my references. Instead of in-text citations of (Smith, 1984) - I want that to be hyperlinked to the academic paper referenced. For example ([Smith, 1984](https://doi.org/.....)) This is possible, if you're willing to hack around with CSL - the Citation Style Language. Here's a fragment of CSL that I've adapted from […]
Continue reading →