CYRC Logo
The Canadian Young Researchers Conference logo is generated from a context-free grammar, using the official colours of the conference's original two host universities: the University of Alberta and the University of Calgary. Both institutions share the colour gold, while the red tone is from the University of Calgary and the green from the University of Alberta.

Below is the CFDG file used to generate the logo. For more about context-free grammars and to see some amazing pictures, visit the Context Free Art Galley.
startshape start_stream background { b 1 } rule start_stream { rotate_stream { r 180 } } rule rotate_stream { three_stream { } } rule three_stream { stream { flip 0 hue 48 sat 1 b 1 } stream { flip 60 hue 0 sat 1 b 0.8 } stream { flip 120 hue 150 sat 1 b 0.4 } } rule stream { shift_segment { r 0 } stream { r 6 hue -5 s 0.95725 a -0.025 } } rule shift_segment { segment { y 10 } } rule segment { CIRCLE { } segment { y -1 s 0.8225 } }