ArtistImages (click for hi-res version) "; } function art_list_show($logos) { shuffle($logos); foreach($logos as $logo) { $x0 = $logo[0]; $x1 = $logo[1]; echo " $x0 $x1 "; } } echo "

The BOINC logo

The BOINC logo and associated icons were designed by Michal Krakowiak. Its arms represent the convergence of separated things (such as computers) into a unified whole. The colors are based on U.C. Berkeley's blue-and-gold colors. Icon: Installer splash screen: 'Powered by BOINC' image:

(always link this to http://boinc.berkeley.edu)

Monochrome/black:

Wallpaper:

"; $wallpaper = array( array( "Robin Weezepoel", " " ), ); art_list_head(); art_list_show($wallpaper); echo "

The old BOINC logo and related artwork

The 'B in a circle' icon was designed by Tim Lan. The Mac variant was contributed by Juho Viitasalo.

Wallpaper:

ArtistImages
Landi Paolo

Logo proposals

"; art_list_head(); echo " "; $logos = array( array("Markus Beck", "" ), array("Keijo Simonen", " " ), array("Markus Beck", "
... and various others" ), array("Invisible Design", " ... and many variants in different sizes and colors, and for specific countries." ), array("Dario Arnaez", "" ), array("Rebirther", " " ), array("Michal Krakowiak", "
16x16 icon: " ), array("Jim Paulis", " ... and several variants" ), array("Eduardo Ascarrunz", "
Adobe Illustrator source" ), array("Michael Peele", ", " ), array("Yopi at sympatico.ca", " " ), ); art_list_show($logos); $banners = array( array( "Anthony Hern", array( array( "logos/Knightrider_TV_1.gif", "logos/Knightrider_TV_1.gif", 90, ), array( "logos/Knightrider_TV_1n.gif", "logos/Knightrider_TV_1n.gif", 90, ), array( "logos/Knightrider_TV_1tp.gif", "logos/Knightrider_TV_1tp.gif", 90, ), array("
"), array( "images/hern_logo3.gif" ), array( "images/hern_logo4.gif" ), ), ), array("(unknown)", array( array("images/boincheading.jpg"), array("images/boincprojectheading.jpg"), ), ), array("Jared Hatfield", array( array( "images/hatfield.png", "images/hatfield_120.png", ), ), ), array("Myster65", array( array("logos/boinc-myster65-1.png"), array("logos/boinc-myster65-2.png"), array("
"), array("logos/boinc-myster65-3.png"), array("logos/boinc-myster65-4.png"), ), ), ); echo "

Banners for BOINC projects

"; shuffle($banners); foreach ($banners as $b) { $name = $b[0]; echo " "; } echo "
$name"; $imgs = $b[1]; foreach ($imgs as $i) { $large = $i[0]; $small = $i[1]; $size = $i[2]; if ($small) { if ($size) { echo ""; } else { echo ""; } } else { if ($large == "
") { echo $large; } else { echo ""; } } } echo "

Coinage

Tony/Knightrider/Chuggybus has created BOINC coinage. See the
large and small versions. The Latin text means 'Berkeley open and shared resources'. "; page_tail(); ?>