dofile("staff.lua")
global{
ROOT='http://www.tecgraf.puc-rio.br',
EMAIL="|LOGIN|@tecgraf.puc-rio.br",
WWW="|ROOT|/~|LOGIN|",
webmast='|ROOT|/webmaster.html',
TECGRAF='TeCGraf',
CS='Computer Science Department',
PUCRIO='PUC-Rio',
}
staff{
DI="inf.puc-rio.br",
LOGIN="roberto",
NAME="Roberto Ierusalimschy",
TITLE="D.Sc., |PUCRIO|, 1990",
POSITION="Associate Professor, |CS|, |PUCRIO|",
AREAS="Programming Languages, Object Oriented Programming",
EMAIL="|LOGIN|@|DI|",
WWW="http://www.|DI|/~|LOGIN|",
}
staff{
PCG="http://www.graphics.cornell.edu",
LOGIN="celes",
NAME="Waldemar Celes",
TITLE="D.Sc., |PUCRIO|, 1995",
POSITION="Postdoctoral Associate at "..
'Program of Computer Graphics, '..
'Cornell University',
WWW="|PCG|/~celes/",
AREAS="Image segmentation and 3D reconstruction; "
.."Physical simulation and educational software;"
.."Geometric modeling and topological data structures;"
.."Extension languages and customizable applications"
}
staff{
LOGIN="lhf",
NAME="Luiz Henrique de Figueiredo",
TITLE='D.Sc., IMPA, 1992',
POSITION='Visiting Research fellow at LNCC; Consultant at |TECGRAF|',
AREAS="Geometric modeling; Software tools",
WWW="http://www2.lncc.br/~lhf/",
}