Lie Groups: Participants

<?php $participants = array("Shiri Artstein","Institute for Advanced Study", "Andrej Bogdanov", "University of California, Berkeley", "Emmanuel Breuillard", "IHES, France", "Marc Burger", "Swiss Federal Institute of Technology Zurich, Switzerland", "Maria Chudnovsky", "Institute for Advanced Study", "Alex Eskin", "University of Chicago", "Alex Gamburd","Stanford University", "Yair Glasner", "University of Illinois, Chicago", "Daniel Goldstein", "Center for Communications Research, La Jolla", "Fritz Grunewald", "Heinrich Heine Universität, Germany", "Robert Guralnick", "University of Southern California", "Allessandra Iozzi", "Universität of Basel, Switzerland", "Bruce Jordan", "Baruch College (CUNY)", "William Kantor", "University of Oregon", "Nicholas Katz", "Princeton University", "Erez Lapid", "The Hebrew University of Jerusalem, Israel", "James Lee", "University of California, Berkeley", "Ron Livné", "The Hebrew University of Jerusalem, Israel", "Alexander Lubotzky", "The Hebrew University of Jerusalem, Israel", "Gregory Margulis", "Yale University", "Roy Meshulam", "Technion, Israel", "Shahar Mozes", "The Hebrew University of Jerusalem, Israel", "Amos Nevo", "Technion, Israel", "Andrei Rapinchuk", "University of Virginia", "Alexander Razborov", "Institute for Advanced Study", "Eyal Rozenman", "Weizmann Institute, Israel", "Michael Saks", "Rutgers University", "Peter Sarnak", "Princeton University", "Yehuda Shalom", "Tel Aviv University, Israel", "Lior Silberman", "Princeton University", "Tim Steger", "Universita degli Studi di Sassari, Italy", "Benny Sudakov", "Princeton University", "Balazs Szegedy", "Microsoft Research", "Uzi Vishne", "Bar Ilan University, Israel", "Van Vu", "University of California, San Diego", "Anna Wienhard", "Universität of Basel, Switzerland", "Tamar Ziegler", "Ohio State University", "Andrej Zuk", "University of Paris VI, France" ); print "

Participants

\n

Institute Members

"; print "
\n"; $total=count($participants); print "total: ".$total."
"; $colsize=bcdiv($total,2,0); print "colsize:".$colsize."
"; for ($x=0; $x<$total; $x++) { if ((bcmod($x,$colsize)<=1) && ($x != 0)) print \"
\n"; print $participants[$x++]."
".$participants[$x]."

\n"; } print "

\n"; ?>