rejected proposal for si17 cover with a dog

we printed 85 000 postit for real

Web SI17 Print

Working on contents together

For SI17 we produced a pubblication in 850 postit. Fun and funny, but at some point also crazy. We generated the postit hell starting from the experiments and researches we did in the second trim, in a way to make room for each contribution but still a common ground.

After gathering all the materials we started splitting them to fit the postit format. We opted for self sustaining sentence approach. Each post-it is a concluded statement. Some of them invites a more linear narration, some others can just be combined with different variation.

To manage the contents and detach them from the layout and design of the postit, we set up a repository in git. Find more info here.

In the postit page it's possible to generate the contributions included in the loot box. The Contributions list it's basically an index of the pubblication. Since we have two kind of loot boxes we implemented a switch to change color also for the post-it.

Structure

The post-it generator is a web app built with Flask and Frontmatter. It uses the postit-contents repo as submodule, in order to manage the two things indipendently. In this way the work can advance on both sides without mess to much with the structure of each part of the project.

The postit flask app has these modules:

and a couple of blueprints

additionally we implemented also a git hook to regenerate the contents when something new is pushed on the postit-contents repo, but didn't manage to make it works right now. There are some issues in the python-git module, and we were a bit in a rush.

The postit.html template takes care of all the possible modules we developed for the layout, that at the moment are:

    - pic: cover.jpg
      alt: this is a picture
    - img: cover.jpg
      alt: this is an image
    - card: A1
      quote: If life is a game, play the game
      motivation: 90
      empathy: 20
      vision: 40
      positivity: 50
    - word: Counterculture
      definition: It can be present as disturbance
      direction: V
      start: C16
      category: Ideology
    - type: mimic-colophon
      original: original text
      original-credits: Austin Wood
      original-action: published
      original-date: May 03, 2017
      current: current text
      current-credits: XPUB
      current-action: '.replace("mimic", "loot box")'
      current-date: March 25, 2022
- nw: top left
  ne: top right
  sw: bottom left
  se: bottom right
    - Hello a simple text

All the postit but the images and some really specific layouts (like the cards) have a footer with the title of the contribution and a progress bar instead of the page number. We decided on that in order to have the position of the contribution to be free in the loot box and not constrained to a single order. The progress bar is calculated on the amount of contents for contribution and it's funny and less strict than numbers.

For the karaoke we slightly modified it in order to recall the animation that karaoke lyrics often have. Then there are some easter eggs scattered around just for fun.

Find the code commented in git!

The Web-to-print part is managed with Paged.js.