/*

   All seminars are entered here.  Place the next one at the end.

   Beginning October 13, 2001, property 'abstractLink' points to the abstract.  The speaker can provide an html   
   or text file; or can use TeX to generate a more elaborate abstract.  In fact, this is not necessarily 
   an abstract link at all, since it can point to anything.

   Beginning June 1, 2004, there are two changes.  

   Change 1.  Until now, two formats were used:  "Applicable Mathematics," then "Applied Mathematics."  
   The switch from the former to the latter takes place beginning with the value of seminar id 
   referenced by SEMINAR_ID in 'global.js'.  Beginning with the value of seminar id referenced by SEMINAR_ID2 
   in 'global.js', we switch to another html layout introduced with the new sebsite.  Here,
   "Matemáticas Aplicadas" replaces "Matemática Aplicada" and "Matemática Aplicable" used previously.  
   The values are SEMINAR_ID = 26 and SEMINAR_ID2 = 66. Note: SEMINAR_ID and SEMINAR_ID2 should never
   dereference to anything else ever again.

   Change 2:  Until now, an html file (property 'titleLink') had to be created to generate the html miniposter 
   for each seminar. Of course, each file had a unique name, e.g.: 'seminar20030418.html'.  All of these files 
   are not present in the new site because they are no longer necessary.  Now each html miniposter is 
   generated automatically by 'seminar_gen.html?<id>', where <id> is the id for that seminar (the ordinal 
   position of that seminar entry in the array 'seminarEntry'.  Property 'titleLink' is no longer used to store the link
   to the HTML miniposter, but to store a string containing date, time and place in Spanish.

   Note 1:  Before it was necessary to know the id of a seminar to generate the html miniposter page for that seminar.
   This is no longer required.  In other words, we can more easily swap the order of seminars.

   Note 2:  'seminar_gen.html' in the subdirectory 'seminars'.  If invoked with the empty argument, 'seminar_gen.html'
   generates an html poster for the lates seminar.

*/

function seminarEntryCreate(year, month, day, title, titleLink, speaker, speakerLink, speakerLine, timeAndPlace, abstractLink) {
  this.year = year
  this.month = month
  this.day = day
  this.title = title
  this.titleLink = titleLink        //  Old Style: Link to HTML miniposter file.  New Style:  String containing time.
  this.speaker = speaker
  this.speakerLink = speakerLink
  this.speakerLine = speakerLine
  this.timeAndPlace = timeAndPlace  //  New Style:  String containing place.
  this.abstractLink = abstractLink
}

seminarEntry = new Array()

id = 0

seminarEntry[id++] = new seminarEntryCreate(2000, 9, 22, "Origins of Living Structure", "seminar1.html",
                          "Nikos Salingaros", "http://math.utsa.edu/sphere/salingar/",
                          "Nikos Salingaros, Professor<BR>Applicable Mathematics<BR>UTSA",
                          "Friday, September 22, 2000, 2 pm<BR>Science Building 4.01.02","")

seminarEntry[id++] = new seminarEntryCreate(2000, 9, 29, "An Iterative Monte Carlo Boundary Propagation" +
                          " Method with Successive Relaxation", "seminar2.html", "Robert Hiromoto",
                          "http://www.uidaho.edu/eo/newhtml/profpages/hiromoto.htm",
                          "Robert Hiromoto, Professor<BR>Computer Science<BR>UTSA",
                          "Friday, September 29, 2000, 2 pm<BR>Science Building 4.01.02","")

seminarEntry[id++] = new seminarEntryCreate(2000, 10, 6, "On a Cross-Diffusion System on n-dimensional Domains",
                          "seminar3.html", "Dung Le", "http://math.utsa.edu/~dle/",
                          "Dung Le, Assistant Professor<BR>Applicable Mathematics<BR>UTSA",
                          "Friday, October 6, 2000, 2 pm<BR>Science Building 4.01.02","")

seminarEntry[id++] = new seminarEntryCreate(2000, 10, 13, "The Lyapunov-Schmitt Reduction Methods in Variational Problems",
                          "seminar4.html", "Alfonso Castro", "http://math.utsa.edu/~castro/",
                          "Alfonso Castro, Professor<BR>Applicable Mathematics<BR>UTSA",
                          "Friday, October 13, 2000, 2 pm<BR>Science Building 4.01.02","")

seminarEntry[id++] = new seminarEntryCreate(2000, 10, 20, "Preconditioning Techniques Based on Domain Decomposition" +
                          " for the Finite Element Method",
                          "seminar5.html", "Weiming Cao", "http://math.utsa.edu/~wcao/",
                          "Weiming Cao, Assistant Professor<BR>Applicable Mathematics<BR>UTSA",
                          "Friday, October 20, 2000, 2 pm<BR>Science Building 4.01.02","")

seminarEntry[id++] = new seminarEntryCreate(2000, 11, 10, "Topological Ramsey Theory and Applications",
                          "seminar6.html", "Jos&eacute; Iovino", "http://math.utsa.edu/~iovino/",
                          "Jos&eacute; Iovino, Assistant Professor<BR>Applicable Mathematics<BR>UTSA",
                          "Friday, November 10, 2000, 2 pm<BR>Science Building 4.01.02","")

seminarEntry[id++] = new seminarEntryCreate(2000, 11, 17, "The Recommendation Architecture: Systems Which Can Learn Complex Behaviors",
                          "seminar7.html", "Andrew Coward", "",
                          "Andrew Coward<BR>Murdoch University",
                          "Friday, November 17, 2000, 2 pm<BR>Science Building 4.01.02","")

seminarEntry[id++] = new seminarEntryCreate(2000, 12, 1, "Topological Ramsey Theory and Applications II",
                          "seminar8.html", "Jos&eacute; Iovino", "http://math.utsa.edu/~iovino/",
                          "Jos&eacute; Iovino, Assistant Professor<BR>Applicable Mathematics<BR>UTSA",
                          "Friday, December 1, 2000, 2 pm<BR>Science Building 4.01.02","")

seminarEntry[id++] = new seminarEntryCreate(2000, 12, 8, "Multidimensional Stability of Traveling Waves of Nonlocal Allen-Cahn Equations",
                          "seminar9.html", "Fengxin Chen", "http://math.utsa.edu/~feng/",
                          "Fengxin Chen, Assistant Professor<BR>Applicable Mathematics<BR>UTSA",
                          "Friday, December 8, 2000, 2 pm<BR>Science Building 4.01.02","")

seminarEntry[id++] = new seminarEntryCreate(2001, 1, 19, "An Approach to Global Bifurcation from Sard's Lemma and the Implicit Function Theorem",
                          "seminar10.html", "Alfonso Castro", "http://math.utsa.edu/~castro/",
                          "Alfonso Castro, Professor<BR>Applicable Mathematics<BR>UTSA",
                          "Friday, January 19, 2001, 2 pm<BR>Science Building 4.01.02","")
			  
			  
seminarEntry[id++] = new seminarEntryCreate(2001, 3, 2, "Boundary Problems for Some Nonlinear Elliptic Equations",
                          "seminar12.html", "Maria Cristina Mariani", "",
                          "Maria Cristina Mariani<BR>Universidad de Buenos Aires<BR>University of Texas at Asutin",
                          "Friday, March 2, 2001, 2 pm<BR>Science Building 4.01.02","")
			  
seminarEntry[id++] = new seminarEntryCreate(2001, 3, 9, "Spectral Approximation of Singular Differential Equations",
                          "seminar13.html", "Weizhang Huang", "http://www.math.ukans.edu/faculty/officialpages/huang.html",
                          "Weizhang Huang<BR>University of Kansas",
                          "Friday, March 9, 2001, 2 pm<BR>Science Building 4.01.02","")

seminarEntry[id++] = new seminarEntryCreate(2001, 3, 25, "Infinitely Many Nonradial Solutions to a Dirichlet Problem",
                          "seminar14.html", "Hugo Adu&eacute;n", "",
			  "Hugo Adu&eacute;n<BR>Universidad de C&oacute;rdoba, Colombia",
                          "Friday, March 25, 2001, 2 pm<BR>Science Building 4.01.02","")
			  
seminarEntry[id++] = new seminarEntryCreate(2001, 4, 6, "Diffusive Logistic Equation with Constant Effort Harvesting",
                          "seminar15.html", "Ratnasingham Shivaji", "http://www2.msstate.edu/~shivaji",
                          "Ratnasingham Shivaji <BR>William L. Giles Distinguished Professor<BR>Mississippi State University",
                          "Friday, April 6, 2001, 2 pm<BR>Science Building 4.01.02","")			  
                          
seminarEntry[id++] = new seminarEntryCreate(2001, 4, 20, "Polar Noctilucent Clouds",
                          "seminar16.html", "Greg Wene", "/wene/",
                          "Greg Wene, Professor<BR>Applicable Mathematics<BR>UTSA",
                          "Friday, April 20, 2001, 2 pm<BR>Science Building 4.01.02","")	
			  
seminarEntry[id++] = new seminarEntryCreate(2001, 4, 27, "Mixed Pseudospectral Method For Incompressible Fluid Flow In Unbounded Domains",
                          "seminar17.html", "Ben-Yu Guo", "",
                          "Ben-Yu Guo, Professor<BR>School of Mathematical Sciences<BR>Shanghai Normal University",
                          "Friday, April 27, 2001, 2 pm<BR>Science Building 4.01.02","")
			  
			  			  
seminarEntry[id++] = new seminarEntryCreate(2001, 5, 11, "G-Pseudodifferentiability and Lagrange Multipliers",
                          "seminar18.html", "Duong, Minh Duc", "",
                          "Duong, Minh Duc, Professor<BR>Ohio University, Athens<BR>National University of Hochiminh City, Vietnam",
                          "Friday, May 11, 2001, 2 pm<BR>Science Building 4.01.02","")
			  
seminarEntry[id++] = new seminarEntryCreate(2001, 9, 7, "Spike Layer Solutions and Lyapunov-Schmidt Reduction",
                          "seminar19.html", "Junping Shi", "http://www.math.wm.edu/~shij",
                          "Junping Shi<BR>College of William and Mary",
                          "Friday, September 7, 2001, 2 pm<BR>Science Building 2.01.02","abstract7.9.01.txt")

seminarEntry[id++] = new seminarEntryCreate(2001, 9, 28, "Infinitely Many solutions for a Neumann Problem",
                          "seminar20.html", "Alfonso Castro", "http://math.utsa.edu/~castro/",
                          "Alfonso Castro, Professor<BR>Applicable Mathematics<BR>UTSA",
                          "Friday, September 28, 2001, 2 pm<BR>Science Building 2.01.02","abstract28.9.01.txt")

seminarEntry[id++] = new seminarEntryCreate(2001, 10, 5, "Some Recent Improvements in Regularity Theory for Cross-Diffusion Systems",
                          "seminar21.html", "Dung Le", "http://math.utsa.edu/~dle/",
                          "Dung Le, Assistant Professor<BR>Applicable Mathematics<BR>UTSA",
                          "Friday, October 5, 2001, 2 pm<BR>Science Building 2.01.02","abstract5.10.01.txt")
			  
			  
seminarEntry[id++] = new seminarEntryCreate(2001, 10, 12, "Modeling the LH Surge in the Human Menstrual Cycle",
                          "seminar22.html", "Mary Lou Zeeman", "http://math.utsa.edu/~zeeman/",
                          "Mary Lou Zeeman, Associate Professor<BR>Applicable Mathematics<BR>UTSA",
                          "Friday, October 12 2001, 2 pm<BR>Science Building 2.01.02","abstract12.10.01.pdf")
			  

seminarEntry[id++] = new seminarEntryCreate(2001, 10, 19, "Stability of the Planar Traveling Waves for Allen-Cahn Equatuions with Bistable Nonlinearity", 
                          "seminar20011019.html",
                          "Fengxin Chen", "http://www.math.utsa.edu/~feng/",
                          "Fengxin Chen, Assistant Professor<BR>Applicable Mathematics<BR>UTSA",
                          "Friday, October 19, 2 pm<BR>Science Building 2.01.20","abstract19.10.01.pdf")

seminarEntry[id++] = new seminarEntryCreate(2001, 10, 26, "Ultraproducts in Analysis",
                          "seminar20011102.html", "Jos&eacute; Iovino", "http://www.math.utsa.edu/~iovino/",
                          "Jos&eacute Iovino, Assistant Professor<BR>Applicable Mathematics<BR>UTSA",
                          "Friday, October 26 2001, 2 pm<BR>Science Building 2.01.02","abstract26.10.01.pdf")
			  			  

seminarEntry[id++] = new seminarEntryCreate(2001, 11, 9, "Global stability of cycles: Lotka-Volterra competition model with stocking", 
                          "seminar20011109.html",
                          "Saber Elaydi", "http://www.trinity.edu/selaydi/",
                          "Saber Elaydi, Professor<BR>Department of Mathematics<BR>Trinity University",
                          "Friday, November 9, 2001, 3 pm<BR>Science Building 2.01.02","abstract20011109.txt")


seminarEntry[id++] = new seminarEntryCreate(2001, 11, 30, "Delay Differential Equation Models of HIV Infection of CD4+ T-cells",
                          "seminar20011130.html",
                          "Shigui Ruan", "http://www.mscs.dal.ca/~ruan/",
                          "Shigui Ruan<BR>Dalhousie University and<BR>Vanderbilt University",
                          "Friday, November 30, 2001, 2 pm<BR>Science Building 2.01.02","abstract20011130.txt")	


seminarEntry[id++] = new seminarEntryCreate(2001, 12, 7, "Reforms in Mathematics Education: Best Practices and Malpractices",
                          "seminar20011207.html",
                          "Manuel P. Berriozabal", "/berriozabal/",
                          "Manuel P. Berriozabal<BR>Applicable Mathematics<BR>UTSA",
                          "Friday, December 7, 2001, 2 pm<BR>Science Building 2.01.02","abstract20011207.txt")



// Begin: seminarID = 26 Use sem01.new.jpg, sem02.new.jpg, sem03.new.jpg instead of sem01.pg, sem02.jpg, sem03.jpg
			  
seminarEntry[id++] = new seminarEntryCreate(2002, 1, 25, "A Theory of Numerical Simulations for Hybrid Systems", "seminar20020125.html",
                          "Lucio Tavernini", "http://tavernini.com/home.html",
                          "Lucio Tavernini, Professor<BR>Department of Applied Mathematics<BR>UTSA",
                          "Friday, January 25, 2002, 2 pm<BR>Science Building 2.01.02","abstract20020125.html")
			  		  
		  			  			  
seminarEntry[id++] = new seminarEntryCreate(2002, 2, 1, "An Existence Result on Positive Solutions for a Class of Semilinear Elliptic Systems", 
                          "seminar20020201a.html",
                          "Ratnasingham Shivaji", "http://www2.msstate.edu/~shivaji",
                          "Ratnasingham Shivaji <BR>William L. Giles Distinguished Professor<BR>Mississippi State University",
                          "Friday, February 1, 2002, 11 am<BR>BSB 3.03.10","abstract20020201a.pdf")
			  
			  
seminarEntry[id++] = new seminarEntryCreate(2002, 2, 1, "Focusing Solutions of the One-Dimensional Plasma-Wave Equation", 
                          "seminar20020201b.html",
                          "Tuncay Aktosun", "http://www2.msstate.edu/~aktosun",
                          "Tuncay Aktosun <BR>Department of Mathematics and Statistics<BR>Mississippi State University",
                          "Friday, February 1, 2002, 2 pm<BR>BSB 3.03.10","abstract20020201b.txt")
			  
seminarEntry[id++] = new seminarEntryCreate(2002, 2, 15, "The Continuous Wavelet Transform", "seminar20020215.html",
                          "Jaime Navarro", "/navarro/",
                          "Jaime Navarro <BR>Universidad Autonoma Metropolitana, Mexico, D.F., <BR>and UTSA",
                          "Friday, February 15, 2002, 2 pm<BR>Science Building 2.01.02","abstract20020215.txt")				  

seminarEntry[id++] = new seminarEntryCreate(2002, 2, 22, "An Elliptic Boundary Value Problem with Critical Exponent", "seminar20020222.html",
                          "Alfonso Castro", "http://www.math.utsa.edu/~castro",
                          "Alfonso Castro, Professor<BR>Department of Applied Mathematics<BR>UTSA",
                          "Friday, February 22, 2002, 2 pm<BR>Science Building 2.01.02","abstract20020222.txt")				  

seminarEntry[id++] = new seminarEntryCreate(2002, 3, 22, "Solutions of the General Forced Pendulum Equation and of a Nonlinear Elastic Beam with Friction", 
                          "seminar20020322.html",
                          "Maria Cristina Mariani", "",
                          "Maria Cristina Mariani<BR>Department of Mathematics<BR>Universidad de Buenos Aires",
                          "Friday, March 22, 2002, 2 pm<BR>Science Building 2.01.02","abstract20020322.txt")				  
			  
			  
seminarEntry[id++] = new seminarEntryCreate(2002, 9, 27, "Non-standard Discretization Methods for Some Biological Models", 
                          "seminar20020927.html",
                          "Saber Elaydi", "http://www.trinity.edu/selaydi/",
                          "Saber Elaydi, Professor<BR>Department of Mathematics<BR>Trinity University",
                          "Friday, September 27, 2002, 2 pm<BR>Science Building 2.01.02","abstract20020927.txt")
			  
seminarEntry[id++] = new seminarEntryCreate(2002, 10, 4, "Fixed Point Theory vs Liapunov Theory", 
                          "seminar20021004.html",
                          "M. R. M. Rao", "",
                          "M. R. M. Rao<BR>O.M.I.S.<BR>UTSA",
                          "Friday, October 4, 2002, 3 pm<BR>Science Building 2.01.02","abstract20021004.txt")
			  
seminarEntry[id++] = new seminarEntryCreate(2002, 10, 18, "Critical Points and Solutions to Differential Equations", 
                          "seminar20021018.html",
                          "Alfonso Castro", "http://www.math.utsa.edu/~castro",
                          "Alfonso Castro, Professor<BR>Department of Applied Mathematics<BR>UTSA",
                          "Friday, October 18, 2002, 3 pm<BR>Science Building 2.01.02","abstract20021018.txt")			  

seminarEntry[id++] = new seminarEntryCreate(2002, 10, 25, "Radiotherapy Planning via Linear Optimization", 
                          "seminar20021025.html",
                          "Allen Holder", "http://www.trinity.edu/aholder/",
                          "Allen Holder, Assistant Professor<BR>Department of Mathematics<BR>Trinity University",
                          "Friday, October 25, 2002, 2 pm<BR>Science Building 2.01.02","abstract20021025.txt")				  
			 

// Tuesday
	  
seminarEntry[id++] = new seminarEntryCreate(2002, 11, 12, "Coupled Cell Systems: A Potpourri of Theory and Examples", 
                          "seminar20021112.html",
                          "Martin Golubitsky", "http://www.math.uh.edu/~mg/",
                          "Martin Golubitsky<BR> Cullen Distinguished Professor<BR>Department of Mathematics<BR>University of Houston",
                          "Tuesday, November 12, 2002, 4:30 pm<BR>Science Building 2.01.02","abstract20021112.txt")

//
 
seminarEntry[id++] = new seminarEntryCreate(2002, 11, 15, "On Zero-Sums in Finite Abelian Groups and Non-Unique Factorizations in Integral Domains and Monoids", 
                          "seminar20021115.html",
                          "Scott Chapman", "http://www.trinity.edu/schapman/",
                          "Scott Chapman, Professor<BR>Department of Mathematics<BR>Trinity University",
                          "Friday, November 15, 2002, 2 pm<BR>Science Building 2.01.02","abstract20021115.pdf")

seminarEntry[id++] = new seminarEntryCreate(2002, 11, 22, "Generalized Isoperimetric Inequalities", 
                          "seminar20021122.html",
                          "Rodrigo Ba&ntilde;uelos", "http://www.math.purdue.edu/~banuelos/",
                          "Rodrigo Ba&ntilde;uelos, Professor<BR>Department of Mathematics<BR>Purdue University",
                          "Friday, November 22, 2002, 2 pm<BR>Science Building 2.01.02","abstract20021122.pdf")			  

seminarEntry[id++] = new seminarEntryCreate(2002, 12, 6, "Classifying Mathematical Structures: Some Non First Order Paths in Model Theory", 
                          "seminar20021206.html",
                          "Andr&eacute;s Villaveces", "http://www.math.cmu.edu/~villavec/",
                          "Andr&eacute;s Villaveces<BR>Department of Mathematics<BR>National University of Colombia<BR>and Carnegie Mellon University",
                          "Friday, December 6, 2002, 2 pm<BR>Science Building 2.01.02","abstract20021206.txt")
			  

seminarEntry[id++] = new seminarEntryCreate(2003, 1, 17, "Quantum Mechanics: The State of the Art (Part 1)", 
                          "seminar20030117.html",
                          "Rafael L&oacute;pez-Mobilia", "http://physics.utsa.edu/lopez-mobilia/",
                          "Rafael L&oacute;pez-Mobilia<BR>Department of Physics and Astronomy<BR>UTSA",
                          "Friday, January 17, 2003, 2 pm<BR>Science Building 2.01.02","abstract20030117.txt")	
			  
			  
seminarEntry[id++] = new seminarEntryCreate(2003, 1, 24, "Quantum Mechanics: The State of the Art (Part 2)", 
                          "seminar20030124.html",
                          "Rafael L&oacute;pez-Mobilia", "http://physics.utsa.edu/lopez-mobilia/",
                          "Rafael L&oacute;pez-Mobilia<BR>Department of Physics and Astronomy<BR>UTSA",
                          "Friday, January 24, 2003, 2 pm<BR>Science Building 2.01.02","abstract20030117.txt")
			  
			  
seminarEntry[id++] = new seminarEntryCreate(2003, 2, 7, "The Steinhaus Lattice Problem", 
                          "seminar20030207.html",
                          "R. Daniel Mauldin", "http://www.math.unt.edu/~mauldin/",
                          "R. Daniel Mauldin<BR>Regents Professor<BR>University of North Texas",
                          "Friday, February 7, 2003, 2 pm<BR>Science Building 2.01.02","abstract20030207.txt")	
			  
			  
seminarEntry[id++] = new seminarEntryCreate(2003, 2, 14, "Ramsey Theory and Banach Space Theory", 
                          "seminar20030214.html",
                          "Edward W. Odell", "",
                          "Edward W. Odell, Professor<BR>Department of Mathematics<BR>University of Texas at Austin",
                          "Friday, February 14, 2003, 2 pm<BR>Science Building 2.01.02","abstract20030214.txt")
			  
			  
			  
seminarEntry[id++] = new seminarEntryCreate(2003, 2, 21, "Approximation Theory of the P-version of the Finite Element Method in the Framework of the Jacobi-weighted Besov Spaces", 
                          "seminar20030221.html",
                          "Benqi Guo", "http://home.cc.umanitoba.ca/~guo/",
                          "Benqi Guo, Professor<BR>Department of Mathematics<BR>University of Manitoba",
                          "Friday, February 21, 2003, 2 pm<BR>Science Building 2.01.02","abstract20030221.txt")
			  
			  
seminarEntry[id++] = new seminarEntryCreate(2003, 3, 28, "Asymptotic Dynamics in Almost Periodic/Nonautonomous Competition Diffusion Systems", 
                          "seminar20030321.html",
                          "Wenxian Shen", "http://www.auburn.edu/~wenxish/",
                          "Wenxian Shen, Professor<BR>Department of Mathematics<BR>Auburn University",
                          "Friday, March 28, 2003, 2 pm<BR>Science Building 2.01.02","abstract20030328.txt")				  			  
			  
seminarEntry[id++] = new seminarEntryCreate(2003, 4, 4, "Spectral Differentiation", 
                          "seminar20030404.html",
                          "Manfred Trummer", "http://www.math.sfu.ca/~mrt/",
                          "Manfred Trummer, Professor<BR>Department of Mathematics<BR>Simon Fraser University",
                          "Friday, April 4, 2003, 2 pm<BR>University Center, Magnolia Room: 2.01.30","abstract20030404.txt")			  

seminarEntry[id++] = new seminarEntryCreate(2003, 4, 11, "The Body Mass Index and Estimation Subject to Dispersion Constraints", 
                          "seminar20030411.html",
                          "Javier Rojo", "http://www.stat.rice.edu/%7Ejrojo/",
                          "Javier Rojo, Professor<BR>Department of Statistics<BR>Rice University",
                          "Friday, April 11, 2003, 2 pm<BR>Science Building 2.01.02","abstract200304011.txt")				  			  			  

seminarEntry[id++] = new seminarEntryCreate(2003, 4, 18, "Generic Properties of Impulsive Hybrid Systems", 
                          "seminar20030418.html",
                          "Lucio Tavernini", "http://tavernini.com/",
                          "Lucio Tavernini, Professor<BR>Department of Applied Mathematics<BR>UTSA",
                          "Friday, April 18, 2003, 2 pm<BR>Science Building 2.01.02","abstract20030418.html")				  			  

			  			  
seminarEntry[id++] = new seminarEntryCreate(2003, 4, 25, "Human Acoustics: From The Vocal Cords to the Inner Ear", 
                          "seminar20030425.html",
                          "M. Drew LaMar", "",
                          "M. Drew LaMar<BR>Department of Mathematics<BR>University of Texas at Austin",
                          "Friday, April 25, 2003, 1 pm<BR>Science Building 2.01.02","abstract200304025.txt")
			  
seminarEntry[id++] = new seminarEntryCreate(2003, 5, 1, "An Existence Result on Positive Solutions for a Class of p-Laplacian Systems", 
                          "seminar20030501.html",
                          "Ratnasingham Shivaji", "http://www2.msstate.edu/~shivaji",
                          "Ratnasingham Shivaji <BR>William L. Giles Distinguished Professor<BR>Mississippi State University",
                          "Thursday, May 1, 2003, 10 am<BR>Science Building 2.01.02","abstract20030501.txt")			  
			  
seminarEntry[id++] = new seminarEntryCreate(2003, 9, 12, "Modeling the Martian Atmosphere", 
                          "seminar20030912.html",
                          "Gregory Wene", "http://applied.math.utsa.edu/wene/",
                          "Gregory Wene <BR>Department of Applied Mathematics<BR>UTSA",
                          "Friday, September 12, 2003, 2:30 pm<BR>Science Building 2.02.02","abstract20030912.txt")			  
			  
seminarEntry[id++] = new seminarEntryCreate(2003, 9, 19, "Regularity of Weak Solutions for Elliptic PDEs Via the Wavelet Transform", 
                          "seminar20030919.html",
                          "Dmitry Gokhman", "http://applied.math.utsa.edu/~gokhman/",
                          "Dmitry Gokhman <BR>Department of Applied Mathematics<BR>UTSA",
                          "Friday, September 19, 2003, 2:30 pm<BR>Science Building 2.02.02","abstract20030919.txt")			  
			  
seminarEntry[id++] = new seminarEntryCreate(2003, 10, 3, "About Critical Point Theorems, Max-Min Solutions, and Some of Their Applications", 
                          "seminar20031003.html",
                          "Chen Chang", "",
                          "Chen Chang <BR>UTSA",
                          "Friday, October 3, 2003, 2:30 pm<BR>Science Building 2.02.02","abstract20031003.txt")			  

seminarEntry[id++] = new seminarEntryCreate(2003, 10, 10, "Reaction-Diffusion, Cross Diffusion: What are They?", 
                          "seminar20031010.html",
                          "Dung Le", "http://math.utsa.edu/~dle",
                          "Dund Le<BR>Department of Applied Mathematics<BR>UTSA",
                          "Friday, October 10, 2003, 2:30 pm<BR>Science Building 2.02.02","abstract20031010.txt")


seminarEntry[id++] = new seminarEntryCreate(2003, 10, 17, "Normal Form Theory and Asymptotics for Weakly Nonlinear ODE's", 
                          "seminar20031017.html",
                          "Kresimir Josic", "http://math.uh.edu/~josic",
                          "Kresimr Josic<BR>Department of Mathematics<BR>University of Houston",
                          "Friday, October 17, 2003, 2:30 pm<BR>Science Building 2.02.02","abstract20031017.txt")

seminarEntry[id++] = new seminarEntryCreate(2003, 10, 24, "On The Non-existence of Certain Subrings of Finite Division Rings", 
                          "seminar20031024.html",
                          "Gregory Wene", "http://math.utsa.edu/~gwene/",
                          "Gregory Wene <BR>Department of Applied Mathematics<BR>UTSA",
                          "Friday, October 24, 2003, 2:30 pm<BR>Science Building 2.02.02","abstract20031024.txt")


seminarEntry[id++] = new seminarEntryCreate(2003, 10, 31, " Urn Model, Probability and Approximations", 
                          "seminar20031031.html",
                          "Fengxin Chen", "http://math.utsa.edu/~feng/",
                          "Fensgxin Chen<BR>Department of Applied Mathematics<BR>UTSA",
                          "Friday, October 31, 2003, 2:30 pm<BR>Science Building 2.02.02","abstract20031031.pdf")

seminarEntry[id++] = new seminarEntryCreate(2003, 11, 21, "The Gap Between Mathematical Constructs and Cryptographic Constructs: The RSA Case", 
                          "seminar20031121.html",
                          "Shouhuai Xu", "http://www.cs.utsa.edu/~shxu/",
                          "Shouhuai Xu <BR>Department of Computer Science<BR>UTSA",
                          "Friday, November 21, 2003, 2:30 pm<BR>Science Building 2.02.02","abstract20031121.txt")

seminarEntry[id++] = new seminarEntryCreate(2004, 02, 06, "Minimal Zero Sequences", 
                          "seminar20040206.html",
                          "Vadim Ponomarenko", "http://www.trinity.edu/vadim/",
                          "Vadim Ponomarenko<BR>Department of Mathematics<BR>Trinity University",
                          "Friday, February 6, 2004, 3:00 pm<BR>Science Building 2.02.02","abstract20040206.txt")


seminarEntry[id++] = new seminarEntryCreate(2004, 02, 20, "A Simple Story but Big Expectation - Numerical Analysis on Time Scales and Beyond", 
                          "seminar20040220.html",
                          "Qin Sheng", "http://www.udayton.edu/~qsheng",
                          "Qin Sheng<BR>Department of Mathematics<BR>University of Dayton",
                          "Friday, February 20, 2004, 3:00 pm<BR>Science Building 2.02.02","abstract20040220.txt")

seminarEntry[id++] = new seminarEntryCreate(2004, 04, 01, "Shooting Methods For Numerical Solution of Stochastic Boundary-Value Problems", 
                          "seminar20040401.html",
                          "Armando Arciniega", "http://www.stmarytx.edu/acad/math/display.php?go=arc",
                          "Armando Arciniega<BR>Department of Mathematics<BR>St. Mary's University",
                          "Thursday, April 1 2004, 3:00 pm<BR>UC 2.03.06 (Ash Room)","abstract20040401.txt")

seminarEntry[id++] = new seminarEntryCreate(2004, 04, 05, "Taking Model Theory to the Next Level", 
                          "seminar20040405.html",
                          "Monica VanDieren", "http://www.math.lsa.umich.edu/~mvd/home.html",
                          "Monica VanDieren<BR>Department of Mathematics<BR>University of Michigan",
                          "Monday, April 5 2004, 3:30 pm<BR>UC 2.01.24 (Mesquite Room)","abstract20040405.txt")


seminarEntry[id++] = new seminarEntryCreate(2004, 04, 08, "Nonlinear Parabolic Partial Differential Equations with Singular Lower Order Term", 
                          "seminar20040408.html",
                          "Ismail Kombe", "http://www.math.missouri.edu/~kombe/",
                          "Ismail Kombe<BR>Department of Mathematics<BR>University of Missouri",
                          "Thursday, April 8 2004, 3:00 pm<BR>UC 2.01.24 (Mesquite Room)","abstract20040408.pdf")


seminarEntry[id++] = new seminarEntryCreate(2004, 04, 12, "Nonlinear Size-Structured Phytoplankton Model with a Spatial Dimension", 
                          "seminar20040412.html", 
                          "Robert Ferdinand", "http://cs.ecok.edu/~rferd/index.htm",
                          "Robert Ferdinand<BR>Department of Mathematics<BR>East Central University",
                          "Monday, April 12 2004, 3:30 pm<BR>UC 2.01.24 (Mesquite Room)","abstract20040412.txt")

seminarEntry[id++] = new seminarEntryCreate(2004, 04, 19, "Optimal Convergence to the Barenblatt Solution in Fast Diffusion and an Approximation Based on Special Solution", 
                          "seminar20040419.html",
                          "Yong Jung Kim", "http://www.ima.umn.edu/~yjkim/",
                          "Yong Jung Kim<BR>The Fields Institute for Research<BR>in the Mathematical Sciences",
                          "Monday, April 19 2004, 3:30 pm<BR>UC 2.01.24 (Mesquite Room)","abstract20040419.txt")

/*

    The new style is used from here on.  The html file is generated automatically by seminar_gen.html: 

    Seminar HTML Poster Generator 
    
    Usage: seminar_gen?<id>

    where <id> is in [0,seminarEntry.length - 1]

Place each entry as follows:

seminarEntry[id++] = new seminarEntryCreate(<year>, <month>, <day>, "<seminar title>", 
                          "<time>",
                          "<speaker's name>", "<speaker's home page URL>",
                          "<speaker's name and affiliation>",
                          "<location>", "<link to abstract file>")

Example:

seminarEntry[id++] = new seminarEntryCreate(2004, 04, 19, 
                     "Optimal Convergence to the Barenblatt Solution in Fast Diffusion and an Approximation Based on Special Solution", 
                     "3:30 pm", "Yong Jung Kim", "http://www.ima.umn.edu/~yjkim/",
                     "Yong Jung Kim<BR>The Fields Institute for Research<BR>in the Mathematical Sciences",
                     "UC 2.01.24 (Mesquite Room)", "abstract20040419.txt")


*/


seminarEntry[id++] = new seminarEntryCreate(2004, 09, 17, 
                     "Random Matrices: From Quantum Physics to Number Theory", 
                     "4:00 pm", "Eduardo Due&ntilde;ez", "http://www.mathematics.jhu.edu/eduenez/",
                     "Eduardo Due&ntilde;ez<BR>Department of Applied Mathematics<BR>UTSA",
                     "Science Building 2.02.02", "abstract20040917.txt")


seminarEntry[id++] = new seminarEntryCreate(2004, 09, 24, 
                     "Rounding Error In Numerical Solution of Stochastic Differential Equations", 
                     "4:00 pm", "Armando Arciniega", "http://math.utsa.edu/~aarcinie/",
                     "Armando Arciniega<BR>Department of Applied Mathematics<BR>UTSA",
                     "Science Building 2.02.02", "abstract20040924.txt")



seminarEntry[id++] = new seminarEntryCreate(2004, 10, 08, 
                     "Localized Patterns in Homogeneous Networks of Diffusively Coupled Reactors", 
                     "4:00 pm", "Peter K. Moore", "http://faculty.smu.edu/pmoore/",
                     "Peter K. Moore<BR>Department of Mathematics<BR>Southern Methodist University",
                     "Science Building 2.02.10", "abstract20041008.txt")

seminarEntry[id++] = new seminarEntryCreate(2004, 11, 05, 
                     "An Introduction to Optimal Control and Dynamic Games", 
                     "4:00 pm", "Onesimo Hernandez-Lerma", "http://www.math.cinvestav.mx/~ohernand/",
                     "Onesimo Hernandez-Lerma<BR>Department of Mathematics<BR>CINVESTAV-IPN<BR>Mexico City",
                     "Science Building 2.02.10", "abstract20041105.txt")

seminarEntry[id++] = new seminarEntryCreate(2005, 01, 21, 
                     "The Stability of Tensegrity Structures", 
                     "4:00 pm", "Robert Connelly", "http://www.math.cornell.edu/~connelly/",
                     "Robert Connelly<BR>Department of Mathematics<BR>Cornell University",
                     "Science Building 2.02.10", "abstract20050121.txt")

seminarEntry[id++] = new seminarEntryCreate(2005, 01, 28, 
                     "The Minimax Equality: Sufficient and Necessary Conditions", 
                     "4:30 pm", "Anton Stefanescu", "http://www.unibuc.ro/ro/cd_antstefanescu_ro",
                     "Anton Stefanescu<BR>Faculty of Mathematics and Computer Science<BR>University of Bucharest",
                     "Science Building 2.02.10", "abstract20050128.txt")

seminarEntry[id++] = new seminarEntryCreate(2005, 02, 4, 
                     "Statistical Characterization of the Performance of Nondestructive Evaluation Systems ", 
                     "4:00 pm", "Jay Fisher", "",
                     "Jay Fisher<BR>Southwest Research Institute",
                     "Science Building 2.02.10", "abstract20050204.txt")

seminarEntry[id++] = new seminarEntryCreate(2005, 03, 04, 
                     "Opportunities in Applied Mathematics in the Oilfield Services Industry", 
                     "4:00 pm", "Daniel M. Tetzlaff", "",
                     "Daniel M. Tetzlaff<BR>Schlumberger-Doll Research",
                     "Science Building 2.02.10", "abstract20050211.txt")

seminarEntry[id++] = new seminarEntryCreate(2005, 03, 11, 
                     "Fractals and Their Applications", 
                     "4:00 pm", "Lokenath Debnath", "http://www.math.panam.edu/debnathl.html",
                     "Lokenath Debnath<BR>Department of Mathematics<BR>UT Pan American",
                     "Science Building 2.02.10", "abstract20050418.txt")

seminarEntry[id++] = new seminarEntryCreate(2005, 03, 25, 
                     "On Matching Polygonal Curves in Arbitrary Dimensions", 
                     "4:00 pm", "Carola Wenk", "http://www.cs.utsa.edu/~carola/",
                     "Carola Wenk<BR>Department of Computer Science<BR>UTSA",
                     "Science Building 2.02.10", "abstract20050325.txt")

seminarEntry[id++] = new seminarEntryCreate(2005, 04, 08, 
                     "Numerical Methods in the Oil and Gas Services Industry", 
                     "4:00 pm", "Jorge Aragon", "",
                     "Jorge Aragon<BR>Baker Hghes",
                     "Science Building 2.02.10", "abstract20050408.txt")


seminarEntry[id++] = new seminarEntryCreate(2005, 04, 15, 
                     "Applicable Mathematics in the Oilfield Drillbit Industry", 
                     "4:00 pm", "Thomas M. Black", "",
                     "Thomas M. Black<BR>Hughes Christensen Research",
                     "Science Building 2.02.10", "abstract20050415.txt")

seminarEntry[id++] = new seminarEntryCreate(2005, 04, 22, 
                     "Mathematical Foundations for a Key Generation of a Group-Oriented, Threshold Cryptosystem", 
                     "4:00 pm", "Stephanie Deacon", "",
                     "Stephanie Deacon<BR>UTSA",
                     "Science Building 2.02.10", "abstract20050422.txt")


seminarEntry[id++] = new seminarEntryCreate(2005, 09, 09, 
                     "The Mathematics Clinic at Harvey Mudd College", 
                     "4:00 pm", "Alfonso Castro", "http://www.math.hmc.edu/~castro/",
                     "Alfonso Castro<BR>Department of Mathematics<BR>Harvey Mudd College",
					 "Science Building 2.02.10", "abstract20050906.txt")

seminarEntry[id++] = new seminarEntryCreate(2005, 09, 16, 
                     "Fundamental Equation of Combat Aircraft Effectiveness", 
                     "4:00 pm", "Bud Simrin", "",
                     "Bud Simrin<BR>Lockheed Martin Aeronautics Company",
                     "Science Building 2.02.10", "abstract20050914.txt")

seminarEntry[id++] = new seminarEntryCreate(2005, 09, 30, 
                     "Three Facets of Mathematics in Industry", 
                     "4:00 pm", "Charles Anderson, Galen Halverson, and Robert L. Mason", "",
                     "Charles Anderson (SWRI)<BR>Robert L. Mason (SWRI)<BR> Galen Halverson (Harcourt Corporation)",
                     "Science Building 2.02.10", "abstract20050930.txt")

seminarEntry[id++] = new seminarEntryCreate(2005, 10, 14,
                     "Algorithms for Real and p-adic Geometry",
                     "4:00 pm", "Maurice Rojas", "http://www.math.tamu.edu/~rojas/",
                     "Maurice Rojas<BR>Department of Mathematics<BR>Texas A&M University",
                     "Science Building 2.02.10", "abstract20051014.txt")
