<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> Description de proposition <% Set Conn = Server.CreateObject("ADODB.Connection") Set RS = Server.CreateObject("ADODB.RecordSet") Conn.Open "aca2009" sql = "select * from inscriptions where noinsc ="+Request("id") set rs = Conn.Execute(sql) AutPrincNom=rs("AuteurNom") AutPrincPrenom=rs("AuteurPrenom") Proposition=rs("Proposition") Conference=rs("Conference") TypeConference=rs("TypeConference") Jour=rs("Jour") NoInsc=rs("noInsc") 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 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 Conference = "15" then sessionA = "15- Algebraic and Numerical Computation for Engineering Applications and Optimization Problems" end if %>
First presenter Co-presenter(s)
Name : <%=rs("AuteurTitre")%> <%=rs("AuteurPrenom")%> <%=rs("AuteurNom")%> Name: <%=rs("CoAuteur1Titre")%> <%=rs("CoAuteur1Prenom")%> <%=rs("CoAuteur1Nom")%>
E-mail: ?subject=ACA2009"><%=rs("AuteurCourriel")%> E-mail:   ?subject=ACA2009"><%=rs("CoAuteur1Courriel")%>
Affiliation: <%=rs("AuteurCie")%> Name: <%=rs("CoAuteur2Titre")%> <%=rs("CoAuteur2Prenom")%> <%=rs("CoAuteur2Nom")%>
Department: <%=rs("AuteurDept")%>  E-mail:   ?subject=TIME-2004"><%=rs("CoAuteur2Courriel")%> 
City: <%=rs("AuteurVille")%> Name: <%=rs("CoAuteur3Titre")%> <%=rs("CoAuteur3Prenom")%> <%=rs("CoAuteur3Nom")%>
State/Province: <%=rs("AuteurProv")%>   E-mail:   ?subject=TIME-2004"><%=rs("CoAuteur3Courriel")%> 
Country: <%=rs("AuteurPays")%> Name: <%=rs("CoAuteur4Titre")%> <%=rs("CoAuteur4Prenom")%> <%=rs("CoAuteur4Nom")%>
Talk
Number:
<%=rs("LocalNumber")%>  E-mail:   ?subject=TIME-2004"><%=rs("CoAuteur4Courriel")%> 
Session: <%=sessionA%> Schedule:
 
Room:
<%=confJour%>, <%=rs("Heure")%>
 
<%=rs("ConfLocal")%>
Related website: "><%=rs("SiteWeb")%> 
Title of
presentation:
<%=rs("Proposition")%>
Abstract:
<%=rs("ResumeProposition")%>
<% Conn.Close set rs = nothing set Conn = nothing %>