Doris Boerman

Doris Boerman's prints are located on the boundary of graphic design and art. They can best be described as infographics. Only Boerman's infographics do not actually provide very useful information. She uses an interview with a pop band as a base. A colour is designated to every participant in the interview and then the whole interview is written out in coloured bars and lines. Who says what is not clear, but who has talked most becomes evident in the different colours. This way, Boerman turns a banal story into a typographic image and makes it official and formal. What's interesting is that the result is also reminiscent of the typographical lead type from the nineteen thirties.

dorisboerman.nl

Doris Boerman
work

Doris Boerman
archive

no_exhibitions

		SELECT
			cdg_2026__events.id,
			cdg_2026__events.name,
			cdg_2026__events.clean_name,
			cdg_2026__events.timestamp,
			cdg_2026__events.timestamp_end
			,cdg_2026__items.image_bank_id
			,cdg_2026__items.large_pic
		FROM cdg_2026__events, cdg_2026__meta_rel, cdg_2026__items
		WHERE 1
			AND cdg_2026__meta_rel.rel_type = 'artist'
			AND cdg_2026__meta_rel.rel_id = 8
			AND cdg_2026__meta_rel.item_type = 'event'
			AND cdg_2026__meta_rel.item_id = cdg_2026__events.id
			AND cdg_2026__events.visible = '100'
			AND cdg_2026__items.rel_id = cdg_2026__events.id
			AND cdg_2026__items.rel_type = 'event'
		ORDER BY cdg_2026__events.timestamp ASC