$val){ $request[] = $key . "=" . urlencode($val); } $request = join('&',$request); }else{ $request = $param; } $request_length = strlen($request); // Build the header switch($method){ case 'POST': $header = "POST $path HTTP/1.0\r\n"; $header .= "Host: $host\r\n"; if($ua) $header .= "User-Agent: $ua\r\n"; $header .= "Content-type:application/x-www-form-urlencoded\r\n"; $header .= "Content-length: $request_length\r\n"; $header .= "\r\n"; break; case 'GET': $header = "GET $path?$request HTTP/1.0\r\n"; $header .= "Host: $host\r\n"; if($ua) $header .= "User-Agent: $ua\r\n"; $header .= "Content-type:application/x-www-form-urlencoded\r\n"; $header .= "Content-length: $request_length\r\n"; $header .= "\r\n"; break; default: $header = "$method $path HTTP/1.0\r\n"; $header .= "Host: $host\r\n"; if($ua) $header .= "User-Agent: $ua\r\n"; break; } // Open the connection $fp = fsockopen($host,$port,&$err_num,&$err_msg,30); // No Connection Error if(!$fp){ die('Sorry, the server is not currently available!'); } // Send everything fputs($fp, $header . $request); // Discard the HTTP header while(trim(fgets($fp,4096)) != ''); // Get the response while(!feof($fp)){ $response .= fgets($fp,4096); } return $response; } ?> set_var("TITLE", "Error: $message"); $codif = CleanArray ($_POST); $mode = INSERTION; } else { $tpl->set_var("TITLE", "Transaction OK"); $mode = INSERTION; } // Display the form $tpl->set_var("FORM_CODIF", FormCodif ($codeName, array(), $mode, $context)); } else if (isSet($_GET['id'])) { if (!isSet ($_GET['do']) or $_GET['do']=="modify") { // Ask for code modification $tpl->set_var("TITLE", "Modify"); $codif = ChercheCodif ($codeName, $_GET['id'], $db); $tpl->set_var ("FORM_CODIF", FormCodif($codeName, $codif, MAJ, $context)); } else { // Delete the code $query = "DELETE FROM $codeName WHERE id=" . $_GET['id']; $db->execRequete ($query); $tpl->set_var ("FORM_CODIF", FormCodif($codeName, array(), INSERTION, $context)); } } else { // Insert $tpl->set_var("TITLE", "Add a code in table $codeName"); $tpl->set_var ("FORM_CODIF", FormCodif($codeName, $_POST, INSERTION, $context)); } // Always print the list of existing codes $tpl->set_block("TxtCodes", "DETAIL_CODIF", "CODIFS"); $tpl->set_var ("CODIFS", ""); $query = "SELECT * FROM $codeName order by id"; $result = $db->execRequete ($query); while ($code = $db->objetSuivant($result)) { $modLink = Ancre ($context . "&id=$code->id&do=modify", "Modify"); $delLink = Ancre ($context . "&id=$code->id&do=delete", "Delete"); $tpl->set_var("CODIF_ID", $code->id); $tpl->set_var("CODIF_LABEL", $code->label); $tpl->set_var("MODIFY", $modLink); $tpl->set_var("DELETE", $delLink); $tpl->parse("CODIFS", "DETAIL_CODIF", true); } $tpl->set_var("ADD_CODE", Ancre($context, "Add a new code")); /* Instanciate CODIFS in BODY */ $tpl->parse("BODY", "TxtCodes"); } function InsertCode ($nomCodif, $codif, $mode, $db) { // Controle $message = ControleCodif ($codif); if (!empty($message)) return $message; // Insertion ou mise à jour $code = SQLCodif ($nomCodif, $codif, $mode, $db); return $code; } function FormCodif ($nomCodif, $codif, $mode, $target) { // Create the form $form = new Formulaire ("POST", $target, false); $form->champCache ("mode", $mode); if ($mode != INSERTION) { $form->champCache ("id", $codif['id']); } else $codif['label'] = ""; $form->champTexte ("Label", "label", $codif['label'], 30, 30); if ($mode == MAJ) $form->champValider ("Modify", "submit"); else $form->champValider ("Insert", "submit"); return $form->fin(false); } // Insérer une codification function SQLCodif ($nomCodif, $codif, $mode, $db) { // Get the variables (easier) $lib = $codif['label']; if ($mode == INSERTION) { // Insert $query = "INSERT INTO $nomCodif (label) " . "VALUES ('$lib') "; $db->execRequete ($query); $code = $db->idDerniereLigne(); } else { // Update $code = $codif['id']; $query = "UPDATE $nomCodif SET label='$lib' " . " WHERE id='$code'"; $db->execRequete ($query); } return $code; } function ControleCodif($codif) { $message = ""; // Quelques tests... if (empty ($codif['label'])) $message = "Please provide a label
"; return $message; } // Recherche d'une codif function ChercheCodif ($nomCodif, $code, $db) { $query = "SELECT * FROM $nomCodif WHERE id = '$code'" ; $result = $db->execRequete ($query); return $db->ligneSuivante ($result); } // Recherche de l'intitulé d'une codif function LibelleCodif ($nomCodif, $code, $db) { $query = "SELECT * FROM $nomCodif WHERE id = '$code'" ; $result = $db->execRequete ($query); $codif = $db->ligneSuivante ($result); return $codif['label']; } ?> Erreur. Désolé, connexion au serveur localhost impossible
Erreur. Désolé, accès à la base Review impossible
Erreur. MySQL proteste
Erreur. problème dans l'exécution de la requête : SELECT * FROM Config
Erreur. MySQL proteste :
ISMIR 2004 - 5th International Conference on Music Information Retrieval
     
 
Call For Papers Call For Papers
Submissions Submissions
Conference venue Venue
Exhibition Exhibition
Important Dates Important Dates
Program Program
Conference Committee Conference Committee
Registration Registration
Attendee List Attendee List
Frequently Asked Questions FAQ
Hotels Hotels
Local Information Local Information
ISMIR Links ISMIR Links
Graduate School Gruduate School
Tutorials Tutorials

Home>

CONFERENCE COMMITTEE

See the ISMIR 2004 Conference Committee.

» read more


IMPORTANT DATES

Check the important ISMIR 2004 dates.

» read more


 

Further questions about ISMIR2004?
Please contact: ismir2004@iua.upf.edu

 

 

 

Paper submission

Welcome to the ISMIR web-based conference management system.

  1. Authors. The review process has finished. The notification to authors has been done by email on Jul 9th at 12:00(GMT+1 time) with the comments of the reviewers.


    The deadline for submitting your camara-ready paper was August 20th at midnight (GMT+1 time).

  2. Reviewers. As a reviewer, you can access the reviewing interface, download your assigned papers, submit and update your reviews.
  3. Administrator. Using the administrator interface you can assign manually or automatically papers to reviewers and consult the marks of papers.


 
Universitat Pompeu Fabra

Institut Universitari de l'Audiovisual