Roos van Dijk

Roos van Dijk creates paintings in which architecture plays an important part. Surfaces, lines and light make for an anonymous and denuded architecture on the canvas. In the collection, however, is the work Depth of field, which is a light projection. Composed of tiny matchsticks lying under an old-fashioned overhead projector like a drawing. A very precise angle and manner of projecting, transform the match drawing into a huge spatial suggestion on the wall. The interesting thing about this installation lies in the simplicity of image and projection. The installation also reflects on the paintings of van Dijk in this way.

Roos van Dijk (Utrecht, 1989) works in Amsterdam.

roosvandijk.com

Roos van Dijk
work

Roos van Dijk
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 = 45
			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