| Research Production |
 |
|
|
 |
School Of Civil And Hydraulic Engineering
was originated from Civil Engineering and Architecture Department (1949~1955).In later years, its name was changed several times, Hydraulic Engineering Department from 1955 to 1985, Civil Engineering Department from 1985 to 1996,School of Civil Engineering and Architecture from 1996 to 2002 .In 2002 it got its present name. |
 |
|
 |
 |
| Professor & Doctoral Supervisor |
More> |
|
<%
sql="select * from teacher where yn = 1 order by order1 desc"
rs.open sql,conn,1,1
rs.movelast
dim pic,na
pic=""
na=" "
for i = 1 to 6
if not rs.bof then
pic=pic&"&") | "
if rs("usehomepage")=1 then
na=na&""&rs("name")&" | "
else
na=na&""&rs("name")&" | "
end if
rs.moveprevious
else
end if
next
pic=pic&" "
na=na&""
response.Write pic
response.Write na
rs.close
set rs=nothing
conn.close
set conn=nothing
%>
|
|
 |
|