%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<%
Dim Recordset1
Dim Recordset1_numRows
Set Recordset1 = Server.CreateObject("ADODB.Recordset")
Recordset1.ActiveConnection = MM_conn_STRING
Recordset1.Source = "SELECT rg_intro FROM tsg_intro"
Recordset1.CursorType = 0
Recordset1.CursorLocation = 2
Recordset1.LockType = 1
Recordset1.Open()
Recordset1_numRows = 0
%>
<%
Dim Repeat1__numRows
Dim Repeat1__index
Repeat1__numRows = -1
Repeat1__index = 0
Recordset1_numRows = Recordset1_numRows + Repeat1__numRows
%>
沈阳药科大学图书馆
| |
| 读者培训 |
| 图书馆读者服务周期间系列讲座 |
|
|
| 地点:图书馆一楼会议室 |
| 讲座内容 |
主讲 |
时间 |
| 图书馆资源与利用 |
李 华(管理学院学科馆员) |
周一 上午09:00-11:00(5月19日) |
| SciFinder Scholar使用指南 |
崔淑贞(化学制药学科馆员) |
周一 下午16:00-18:00(5月19日) |
| SciFinder Scholar使用指南 |
王 芳(天然药化学科馆员) |
周四 下午13:30-15:30(5月22日) |
| Pubmed使用指南 |
王 红(中药专业学科馆员) |
周一 下午13:30-15:30(5月19日) |
| Pubmed使用指南 |
佟 岩(药理专业学科馆员) |
周二 下午16:00-18:00(5月20日) |
| Pubmed使用指南 |
张 秀(药分专业学科馆员) |
周五 上午09:00-11:00(5月23日) |
| 外文全文数据库Elsevier,Springer,EBSCO使用指南 |
胡 艳(生物制药学科馆员) |
周二 上午09:00-11:00(5月20日) |
| 外文全文数据库Elsevier,Springer,EBSCO使用指南 |
蒋若冰(药剂专业学科馆员) |
周四 下午16:00-18:00(5月22日) |
| 外文全文数据库Elsevier,Springer,EBSCO使用指南 |
姜 洋(管理学院学科馆员) |
周五 下午13:30-15:30(5月23日) |
| 中文全文数据库中国知网CNKI与维普使用指南 |
关 晶(药理专业学科馆员) |
周三 下午13:30-15:30(5月21日) |
| 网上专利检索 |
常 悦(药剂专业学科馆员) |
周二 下午13:30-15:30(5月20日) |
| 网上专利检索 |
王 琳(环境科学学科馆员) |
周三 上午09:00-11:00(5月21日) |
| 网上专利检索 |
王 洋(天然药化学科馆员) |
周五 下午16:00-18:00(5月23日) |
|
|
|
图书馆 2008-05-14 |
|
|
|
|
| |
| | |
|
|
|
<%'一个简单的计数器程序
Set fs=CreateObject("Scripting.FileSystemObject")
Set a=fs.openTextFile(server.mappath("/Templates/count.txt"))
count=a.readline
response.write "您是访问本站的第:" & count & "个用户"
%>
Copyright(2005) 沈阳药科大学图书馆(中国 辽宁 沈阳药科大学 110016) Tel:(024)-23986188
Email: xiehero@126.com
|
|
<%
Recordset1.Close()
Set Recordset1 = Nothing
%>