Skip to main content

Critique: Generic python

Today’s poster is from Leonardo Uieda. This was presented at the American Geophysical Union fall meeting last year. Click to enlarge!

A modern Python interface for generic mapping tools

Leonardo explains:

It’s about a software project I’m working on and not really about research results. That’s why it has no results figures (though the background of the poster was generated by the first code block on the right, so it serves as a kind of result).

The message I was trying to get across is: “We’re building this thing. This is what we currently have. Come help us!”

It’s always tough to have a poster that is just text. I might have tried to bring some element of the map off the background and somewhere into the foreground. The subtlety of the background enhances the legibility of the text, but at a glance, I can’t see anything that says, “maps.”

Leonardo continues:

I expect that my main talking points during the presentation will be around the code. Each line was put there so that it would represent an idea in our design and why we think it’s a good choice. The online demo and websites have a lot more information for people to read.

Colour coding the text in the code block is another nice touch that adds to the visual interest of the poster. I have no idea if the colour highlight consistent elements of the code, but that would be the principle to look for.

Finally, Leonardo says:

After printing, I realized that I should have made the margins wider, particularly between the two halves of the poster.

I agree with Leonardo that a bit more white space between the halves would be a good idea. But luckily, the text on the two sides only approach each other at about two points, so this is not a horrible problem.

There are two QR codes. Leonardo is good enough to give brief descriptions of what they are, which is excellent. I might want a little more detail about what the demo consists of, though. Can I run it on my phone? Is it interactive? Is it a video?

This poster shows a lot of good decisions. I just wonder if there are enough people browsing during the conference who would recognize and care about “Python” or “Generic Mapping Tools” to come and chat.

External links

Poster: A modern Python interface for the Generic Mapping Tools

Comments

Popular posts from this blog

Scott McCloud’s “Big triangle” and poster design

Posters are a visual medium. But not everything is equally visual. A picture of a real object is very visual, and the best thing to have on a poster. A scatter plot is less visual. And text is the least of all. I was thinking about how I might make that point, um, visually, and I suddenly realized that I was just recreating one side of Scott McCloud ’s triangle from Understanding Comics . If you have not read Understanding Comics ... oh, how I envy you. You have that to look forward to. It is a wonderful book. Even if you are the sort who thinks, “Ugh, superheroes,” get over it, read this damn book, and have your consciousness expanded. It is an undisputed classic book. Here’s a except relevant to the matter at hand: And that’s the point I was trying to make, except McCloud did it better over twenty years ago. Received information is immediate; perceived information takes effort. This is why nobody likes posters with too much writing. It takes effort that, in a busy conference settin...

Link round-up for March, 2019

Mike Morrison has a 20 minute video describing what a poster session is and how to make a poster. Unlike Mike, however, I do not believe poster sessions are “holding the human race back in a non insignificant way.” The video, particularly the first half, is pessimistic about poster sessions. Around 13:25, good stuff starts to happen as Mike outlines a good poster design. I think he overestimates people’s willingness to snap pictures of QR codes, though. Mike has provided templates here , and is working on a study validating the design he has. He is looking for grad students to participate. You can email him at Mike.A.Morrison@gmail.com . Amy Burgain saw this video and offers this alternative : Amy writes: It achieves the clear simple message BUT emphasizes how that message is supported by the DATA. It keeps the goal of understanding how the conclusion is related to the data while also making it easier to glean main messages. I plan to have my own longer post about this in a couple of...

You have options for numbers (PowerPoint users need not apply)

If you must  have a table on your poster, look into what options you have for your numbers. Many fonts have number variants. Proportional numbers have skinny numbers (e.g., 1) and wide numbers (e.g., 0). Two numbers differ in width depending on what numbers they have. But tabular numbers are all the same width. So decimal places and dividers will line up if the numbers are lined up, as they are in a table. If you have a table, it only makes sense to use tabular numbers if you can. They are explicitly designed to make your tables more readable! But tabular numbers will only do so if you follow a couple of other good practices: Make your numbers right aligned. Use the same number of decimal places in each column. You may also find a couple of other options. numbers can be either lining numbers (all the same height) or oldstyle (with ascenders and descenders, like upper and lower-case letters). That means you have four options for many fonts. In Microsoft Office, these options are...