Members
|
Professors | ||||
| " target="ParWin"> Prof. <% =grsProf("LastName") %> <% Response.Write(" ") %> <% =grsProf("FirstName") %> | <% =grsProf("OfficeLocation") %> | <% =grsProf("Extension") %> | "><% =grsProf("EmailName") %> | |
|
Secretaries | ||||
| " target="ParWin"> <% =grsSec("LastName") %> <% Response.Write(" ") %> <% =grsSec("FirstName") %> | <% =grsSec("OfficeLocation") %> | <% =grsSec("Extension") %> | "><% =grsSec("EmailName") %> | |
|
Senior researchers | ||||
| " target="ParWin"> <% =grsSr("LastName") %> <% Response.Write(" ") %> <% =grsSr("FirstName") %> | <% =grsSr("OfficeLocation") %> | <% =grsSr("Extension") %> | "><% =grsSr("EmailName") %> | |
|
System managers | ||||
| " target="ParWin"> <% =grsMan("LastName") %> <% Response.Write(" ") %> <% =grsMan("FirstName") %> | <% =grsMan("OfficeLocation") %> | <% =grsMan("Extension") %> | "><% =grsMan("EmailName") %> | |
|
Research Assistants | ||||
| " target="ParWin"> <% =grsAss("LastName") %> <% Response.Write(" ") %> <% =grsAss("FirstName") %> | <% =grsAss("OfficeLocation") %> | <% =grsAss("Extension") %> | "><% =grsAss("EmailName") %> | |
|
Other people working at LCA | ||||
| " target="ParWin"> <% =grsOther("LastName") %> <% Response.Write(" ") %> <% =grsOther("FirstName") %> | <% =grsOther("OfficeLocation") %> | <% =grsOther("Extension") %> | "><% =grsOther("EmailName") %> | |
|
Previous members <% While (grsOld.EOF <> TRUE) %> <%if grsOld("HomePageURL") <> "" then %> " target="ParWin"> <%end if%> <% =grsOld("LastName") %> <% Response.Write(" ") %> <% =grsOld("FirstName") %>, <% grsOld.MoveNext WEnd %> |
||||
J-P Dupertuis
(jean-pierre.dupertuis@epfl.ch)
Generated on-the-fly:
<%
Dim MonthName(12)
MonthName(1) = "January"
MonthName(2) = "February"
MonthName(3) = "March"
MonthName(4) = "April"
MonthName(5) = "May"
MonthName(6) = "June"
MonthName(7) = "July"
MonthName(8) = "August"
MonthName(9) = "September"
MonthName(10) = "October"
MonthName(11) = "November"
MonthName(12) = "December"
Response.Write(MonthName(Month(Date)))
Response.Write(" ")
Response.Write(Day(Date))
Response.Write(", ")
Response.Write(Year(Date))
%>