Registered Participants
$host = 'localhost';
$user = 'wwwwpcf';
$pass = 'bdruk';
$dbconn = mysql_connect($host, $user, $pass) or die('Error connecting to database. Information NOT submitted.');
mysql_select_db('wpcf');
$res = mysql_query('SELECT name, title, country FROM registration ORDER BY name ASC');
echo '';
while ($row = mysql_fetch_array($res, MYSQL_ASSOC)) {
echo '- '.$row['name'].' ('.$row['title'].', '.$row['country'].')'.'
';
}
echo ' ';
mysql_close($dbconn);
?>
|
|
initial conditions
hydrodynamic evolution
freeze-out
identical particle correlations
non-identical particle correlations
imaging
event-by-event fluctuations
correlations, EoS, transport and other topics
|
|