Oddly ticking clock

Today, I stood still in a meeting room with an oddly ticking clock. This was part of my annual #StillStanding project which is documented on my Mastodon channel. There was nothing special about today’s session but the clock. The meeting room was furnished with a large table in the middle, a screen on the wall, and glass walls on both sides. The large ventilation system led to a noticeable low-frequency “hum” dominating the soundscape....

June 8, 2023 · 2 min · 341 words · ARJ

Confession Case Study

I have previously written about the coauthorship exercise that we use at RITMO workshops when we have new groups of doctoral and postdoctoral fellows. Another concept we use from time to time is what we call a “confession workshop.” This builds on the fact that a researcher’s life is often filled with rejections and discouraging feedback. Too often, we only talk about successful stories, giving the skewed impression that there are no challenges in academia....

June 7, 2023 · 4 min · 669 words · ARJ

Coauthorship Exercise

I have previously written about the different publication cultures at RITMO. This includes different coauthorship traditions between our disciplines: musicology, psychology, and informatics. Our approach to avoid conflicts over (co)authorship is to discuss it often. We also have an exercise that we run occasionally at retreats. Since this may be a topic of interest to others, here I share the case we have developed. We typically allocate an hour for the exercise and split people into small groups (4–6 people) from different disciplines....

June 2, 2023 · 2 min · 367 words · ARJ

The Art of Flying

I participated in the conference The Aesthetics of Absence in Music of the Twenty-First Century at the Department of Musicology the last couple of days. Judith Lochhead started her keynote lecture with a clip from the movie The art of flying by Jan van Ijken. This is a beautiful short film based on clips of flocking birds: The art of flying from Jan van IJken on Vimeo. Of course, I wanted to see how some video visualizations would work, so I reached for the Musical Gestures Toolbox for Python....

May 26, 2023 · 2 min · 308 words · ARJ

Understanding the GoPro Max' File Formats

I use a GoPro Max 360-degree camera in my annual #StillStanding project. That means that I also have had an excellent chance to work with GoPro files and try to understand their inner logic. In this blog post, I will summarize some of my findings. What is recorded? Recording “a video” with a GoPro Max results in recording multiple files. For example, each of my daily 10-minute recordings ends up with something like this:...

May 25, 2023 · 9 min · 1901 words · ARJ

The effect of skipping frames for video visualization

I have been exploring different video visualizations as part of my annual stillstanding project. Some of these I post as part of my daily Mastodon updates, while others I only test for future publications. Most of the video visualizations and analyses are made with the Musical Gestures Toolbox for Python and structured as Jupyter Notebooks. I have been pondering whether skipping frames is a good idea. The 360-degree videos that I create visualizations from are shot at 25 fps....

May 20, 2023 · 3 min · 466 words · ARJ

Visualization of Musique de Table

Musique de Table is a wonderful piece written by Thierry de Mey. I have seen it performed live several times, and here came across a one-shot video recording that I thought it would be interesting to analyse: The test with some video visualization tools in the Musical Gestures Toolbox for Python. For running the commands below, you first need to import the toolbox in Python: import musicalgestures as mg I started the process by importing the source video:...

May 10, 2023 · 2 min · 290 words · ARJ

Different Publication Cultures

At RITMO, we have several different disciplines working together. The three core disciplines at RITMO are musicology, psychology, and informatics. In addition, we have people working in philosophy, physics, computer science, biology, dance studies, and so on. This also means that we have several different publication cultures. In this blog post, I will reflect on the differences between them. The Paper Proceedings Culture My professorship is in music technology. I don’t know if music technology should be considered a discipline; it might be better described as a community of communities....

May 7, 2023 · 5 min · 898 words · ARJ

100 Days and Still Standing

Today marks the 100th day of my annual #StillStanding project. In this blog post, I summarize some of my experiences so far. Endurance Some people questioned whether I would be able to stand still every single day for an entire year. But, hey, it is only ten minutes (out of 1440) per day, and even though my life as a centre director is busy, it is always possible to find time for a standstill sometime during the day....

April 10, 2023 · 11 min · 2240 words · ARJ

Editing PDF metadata

Sometimes it is necessary to check, remove or modify the metadata of PDF files. Here is a quick post to show how it can be done in the terminal on Ubuntu Checking PDF metadata Most PDF viewers have an option for showing the metadata of PDF files. This can also be done in the terminal using the “pdfinfo” command-line tool. First, we need to install the “poppler-utils” package: sudo apt install poppler-utils Once installed, you can check the metadata by using the following command:...

April 10, 2023 · 1 min · 186 words · ARJ