<%@LANGUAGE="VBSCRIPT"%> <% Dim gsgg__MMColParam gsgg__MMColParam = "1" If (Request.QueryString("1") <> "") Then gsgg__MMColParam = Request.QueryString("1") End If %> <% Dim gsgg Dim gsgg_numRows Set gsgg = Server.CreateObject("ADODB.Recordset") gsgg.ActiveConnection = MM_rsc_STRING gsgg.Source = "SELECT * FROM news WHERE n_type = " + Replace(gsgg__MMColParam, "'", "''") + " ORDER BY n_ID DESC" gsgg.CursorType = 0 gsgg.CursorLocation = 2 gsgg.LockType = 1 gsgg.Open() gsgg_numRows = 0 %> <% Dim Repeat1__numRows Dim Repeat1__index Repeat1__numRows = 5 Repeat1__index = 0 gsgg_numRows = gsgg_numRows + Repeat1__numRows %> <% Dim MM_paramName %> <% ' *** Go To Record and Move To Record: create strings for maintaining URL and Form parameters Dim MM_keepNone Dim MM_keepURL Dim MM_keepForm Dim MM_keepBoth Dim MM_removeList Dim MM_item Dim MM_nextItem ' create the list of parameters which should not be maintained MM_removeList = "&index=" If (MM_paramName <> "") Then MM_removeList = MM_removeList & "&" & MM_paramName & "=" End If MM_keepURL="" MM_keepForm="" MM_keepBoth="" MM_keepNone="" ' add the URL parameters to the MM_keepURL string For Each MM_item In Request.QueryString MM_nextItem = "&" & MM_item & "=" If (InStr(1,MM_removeList,MM_nextItem,1) = 0) Then MM_keepURL = MM_keepURL & MM_nextItem & Server.URLencode(Request.QueryString(MM_item)) End If Next ' add the Form variables to the MM_keepForm string For Each MM_item In Request.Form MM_nextItem = "&" & MM_item & "=" If (InStr(1,MM_removeList,MM_nextItem,1) = 0) Then MM_keepForm = MM_keepForm & MM_nextItem & Server.URLencode(Request.Form(MM_item)) End If Next ' create the Form + URL string and remove the intial '&' from each of the strings MM_keepBoth = MM_keepURL & MM_keepForm If (MM_keepBoth <> "") Then MM_keepBoth = Right(MM_keepBoth, Len(MM_keepBoth) - 1) End If If (MM_keepURL <> "") Then MM_keepURL = Right(MM_keepURL, Len(MM_keepURL) - 1) End If If (MM_keepForm <> "") Then MM_keepForm = Right(MM_keepForm, Len(MM_keepForm) - 1) End If ' a utility function used for adding additional parameters to these strings Function MM_joinChar(firstItem) If (firstItem <> "") Then MM_joinChar = "&" Else MM_joinChar = "" End If End Function %> 天津外国语学院斯语系首页
 
教学内容与课程建设
 
 
 
一、课程类型
 

课程类型

2007-2008学年

基础斯语、斯语口语、

/

/

2008-2009学年

斯语听力、

高级斯语、斯语口语、斯语阅读、东非概况、斯语口译

/

2009-2010学年

/

高级斯语、斯语听力、斯语阅读、东非概况、斯语笔译

斯语报刊选读、斯语文学欣赏、斯语诗歌选读、斯语影视欣赏

2010-2011学年

/

高级斯语、斯语笔译、斯语视听说、斯语写作

 
 
 
二、教材选用
 

  选用教材中正式出版教材均为北京外国语大学亚非学院斯瓦希里语专业教师编著,其他口译、听力、笔译、东非

概况、视听说教材均为其内部使用教材,尚未公开出版。

课程名称

课程性质

教材名称

作者

出版社

出版日期

基础斯语

专业基础课

《斯瓦希里语》第一、二册

曹勤、孙宝华、冯玉培

外语教学与研究出版社

2007年6月

高级斯语

专业必修课

《斯瓦希里语》第三、四册

沈志英 章培智 申钧

外语教学与研究出版社

1990年10月

斯语口语

专业必修课

《斯瓦希里语口语教程》

冯玉培

外语教学与研究出版社

2003年6月

斯语阅读

专业必修课

《斯瓦希里语文学作品选读》

冯玉培

外语教学与研究出版社

2002年5月

 
 
 
三、教学内容与教学大纲
 
  本年度积极进行教学方法与教学手段改革,加大采用现代化教学技术的比例,运用多媒体进行教学,并获得了良好的效果。
  教师课件实例点击下载
  教师备课单1点击下载
  教师备课单2点击下载
 
 
四、教学方法
 

  本专业教师接受过先进教学法的培训,本专业均为小班授课,课堂形式活泼,注重师生互动。以学生为主体,突出教师的主导作用,启发学生进行思维的主动性、自觉性。以传统语法翻译法为基础,通过认知、任务、比较等多种方法,使学生全面提高听、说、读、写、译等各方面能力。

  2008年第八届青年教师基本功竞赛中,我系教师芮菊芬获得了二等奖,向全校展示了斯瓦希里语系师生风采。

 
 
 
天津外国语学院亚非语学院斯瓦希里语系制作
<% gsgg.Close() Set gsgg = Nothing %>