ioc.exchange is one of the many independent Mastodon servers you can use to participate in the fediverse.
INDICATORS OF COMPROMISE (IOC) InfoSec Community within the Fediverse. Newbies, experts, gurus - Everyone is Welcome! Instance is supposed to be fast and secure.

Administered by:

Server stats:

1.3K
active users

#msc

2 posts2 participants0 posts today

Very short deadline (21 July) but fully funded taught MSc in Conservation Science studentships at Durrell Institute of Conservation and Ecology (DICE), University of Kent, starting in September 2025. They are "particularly targeted towards individuals from undeserved backgrounds" (do they mean underrepresented??)

kent.ac.uk/durrell-institute-c

Durrell Institute of Conservation and Ecology - University of KentLeverhulme ‘Space for Nature’ MSc ScholarshipJoin the Durrell Institute of Conservation and Ecology as a Leverhulme 'Space for Nature' scholar.

I’ve been away from here for so long. Been working on my MSc project full time (9am-7pm) 6 days a week since the last 2 months.

I desperately want to take a break. But again, this is complicated, and I want to get it done first.

How do you decide if this is the right time to take a break for a project with a deadline that can incur complications at any stage?

Wie wäre eine Petition für #Kiel?
Kurz nachdem diese riesigen #kreuzfahrtschiffe ablegen, machen sie mit einem Hupkonzert enormen Krach in der Stadt. Für dieses Signal mit dem Horn gibt es keine seemännische Notwendigkeit. Das ist pures Aufmerksam Machen. PR. Mehr nicht. Überflüssig.

Was ist eure Meinung?

tagesschau.de/ausland/studie-l

tagesschau.de · Studie: Mindestens jeder fünfte Europäer leidet unter LärmBy tagesschau.de

Animated TreeMaps in R - the hard way

shkspr.mobi/blog/2021/06/anima

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:

https://shkspr.mobi/blog/wp-content/uploads/2021/06/animated-tree-map.mp4

Generate the images

Getting the data is left as an exercise for the reader (sorry!). This loops through the data and generates a separate image for each TreeMap:

for(week in weeks) {  weekly_data <- subset(file_data, Week == week)  size <- sqrt(sum(weekly_data$Count)) / 2  if (size < 40) {    size <- 40  }  map <- ggplot(weekly_data, aes(area = Count, label = paste(Filetype,formatC(Count, big.mark=",") ,sep="\n"), subgroup = Category, fill=Category)) +    geom_treemap(layout="fixed") +    geom_treemap_text(colour = "white", place = "centre", grow = TRUE, layout="fixed")  file_name <- paste("media/", weekly_data$Week[1], ".png", sep="")  ggsave(file_name, map, width = size, height = size, units = "mm")}

The width and height are proportionate the the square-root of the size of the data. Annoyingly, ggplot works in millimetres rather than pixels!

If images are too small, R throws an error of "Viewport has zero dimension(s)". So this sets a minimum size. This value was found using trial and error.

The layout is fixed, as per the documentation which keeps the order of the elements and their labels.

Resize and reorientate the images

Now I have a directory of images, each a different size. I want all of them to have the same size canvas and to be placed against the right-hand edge.

mogrify -gravity east -background white -extent 1750x1750 *.png 

That sets the "gravity" to the right - so the original image is centred vertically but is up against the right edge. The extent is the dimension of the new image.

Mogrify overwrites the original images.

Make a video

This is a lazy way to shove all the images into a video.

cat *.png | ffmpeg -f image2pipe -r 10 -vcodec png -i - -vcodec libx264 out.mp4

or

ffmpeg -framerate 8 -pattern_type glob -i '*.png' -c:v libx264 -r 30 -pix_fmt yuv420p out.mp4

Some websites will need further conversion as they have specific codec requirements.

That's it

It isn't the prettiest way to do things, but it seemed pretty effective. If you know of a more efficient - or more R-ish way to accomplish the same animation - please let me know.

Terence Eden’s Blog · Animated TreeMaps in R - the hard way
More from Terence Eden
#data#HowTo#MSc

I moved my account from astrodon.social to sciences.re, so it's time for a new #introduction. (french version below)

I'm Yaël Moussouni, currently a #MSc student in #astrophysics (and #PhD student from October 2025) at the Observatoire astronomique de Strasbourg (@ObsStrasbourg). I'm working primarily on extra-galactic globular clusters and their stellar population, with @karinavoggel and Ariane Lançon.

I'm also involved in #astronomy outreach as a scientific animator at the Centre Astro de St.-Michel-l'Observatoire during the summer.

Finally, in my free time, I like taking pictures of birds (among other things), playing organ and guitar, climbing, and I used to fly gliders.

Many thanks to @sebinthestars for running astrodon.social for so long!

Wissenschaft und Sicherheit gehören zusammen: Forschung, Technologie und Raumfahrt werden zunehmend sicherheitsrelevant. Bundesforschungsministerin Dorothee Bär tauschte sich daher mit Prof. Wolfgang Ischinger aus, dem Präsidenten des Stiftungsrats der Stiftung Münchener Sicherheitskonferenz. #MSC #MunichSecurityConference