<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> Accepted talks at ACA2009

List of accepted talks for the ACA2009 Conference

To re-order data, simply click on the name of a column (in red). Information found on this page has been copied off individual session websites or sent to us by session organizers.
Click the Presenter(s) name(s) for more details on the talks. Contact Gilles Picard to make any correction or to add information to this page.
  <% p1 = request("p1") Set Conn = Server.CreateObject("ADODB.Connection") Set RS = Server.CreateObject("ADODB.RecordSet") '1 = Mode read-only (3 si on veut le mode read-write) Conn.mode = 1 Conn.Open "aca2009" select case p1 case "1" order = "AuteurNom" case "2" order = "AuteurPrenom" case "3" order = "AuteurPays" case "4" order = "LocalNumber" case "5" order = "Proposition" case "6" order = "Conference,AuteurNom" case "7" order = "TypeConference" case "8" order = "Jour,Heure" case "9" order = "ConfLocal" case else order = "Conference,AuteurNom" end select sql = "select * from inscriptions order by "+order set rs = Conn.Execute(sql) cpt = 1 do AutPrincNom=rs("AuteurNom") AutPrincPrenom=rs("AuteurPrenom") AutPrincPays=rs("AuteurPays") NoInsc=rs("NoInsc") Proposition=rs("Proposition") Conference=rs("Conference") TypeConference=rs("TypeConference") LocalNumber=rs("LocalNumber") Jour=rs("Jour") Heure=rs("Heure") accepte=rs("Accepte") if (rs("CoAuteur1Nom") = "") then name1 = " " else name1= "
"&rs("CoAuteur1Nom") end if if (rs("CoAuteur2Nom") = "") then name2 = " " else name2= "
"&rs("CoAuteur2Nom") end if if (rs("CoAuteur3Nom") = "") then name3 = " " else name3= "
"&rs("CoAuteur3Nom") end if if (Jour = "1") then confJour= "Thursday" else if (Jour = "2") then confJour= "Friday" else if (Jour = "3") then confJour= "Saturday" else if (Jour = "4") then confJour= "Sunday" else confJour= "" end if end if end if end if if (isNull(rs("Heure"))) then texte4 = " " else texte4=rs("Heure") end if if (isNull(rs("ConfLocal"))) then texte2 = "" else texte2=rs("ConfLocal") end if if Conference = " 1" then sessionA = "1- Computer Algebra in Education" end if if Conference = " 2" then sessionA = "2- Interaction Between Computer Algebra and Interval Computations" end if if Conference = " 3" then sessionA = "3- Applications and Libraries development in Derive" end if if Conference = " 4" then sessionA = "4- Elimination Theory and Applications" end if if Conference = " 5" then sessionA = "5- Chemistry and Computer Algebra" end if if Conference = " 6" then sessionA = "6- Applications of Math Software to Mathematical Research" end if if Conference = " 7" then sessionA = "7- Computer Algebra for Dynamical Systems and Celestial Mechanics" end if if Conference = " 8" then sessionA = "8- Analogy in Reasoning and Construction" end if if Conference = " 9" then sessionA = "9- Symbolic and Numeric Computation" end if if Conference = "10" then sessionA = "10- Algebraic and Algorithmic Aspects of Differential and Integral Operators" end if if Conference = "11" then sessionA = "11- High-Performance Computer Algebra" end if if Conference = "12" then sessionA = "12- Nonstandard Applications of Computer Algebra" end if if Conference = "13" then sessionA = "13- Symbolic and numeric approaches to dynamical modeling and simulation" end if if Conference = "14" then sessionA = "14- Algorithms for Parametric Systems and their Applications" end if if (accepte = "Oui") then Response.Write("") cpt = cpt +1 end if rs.MoveNext loop until rs.eof Conn.Close set rs = nothing set Conn = nothing %>
  Presenter(s)  
  Name(s) Country Title of Talk Talk
Number
Session Tentative
Schedule
Room
"+cstr(cpt)+"-"+AutPrincNom++name1++name2++name3+""+AutPrincPays+""+Proposition+""+LocalNumber+""+sessionA+""+confJour+" 
"+texte4+"
"+texte2+"