
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xml:lang="zh-TW" lang="zh-TW" xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>
	國立自然科學博物館 ─ 科學學習中心 ─ 外借方式</title>
<link rel="SHORTCUT ICON" href="https://slc.nmns.edu.tw/favicon.ico" type="image/x-icon"/>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="DC.Title" content="「科學學習中心」教案外借規定與流程1">
<meta name="DC.Subject" content="「科學學習中心」教案外借規定與流程1">
<meta name="DC.Creator" content="譚美芳">
<meta name="DC.Description" content="「科學學習中心」教案外借規定與流程1">
<meta name="DC.Publisher" content="科學教育組">
<meta name="DC.Contributor" content="">
<meta name="DC.coverage.t.max" content="2018-3-22">
<meta name="DC.coverage.t.min" content="2015-3-22">
<meta name="DC.Date" content="2015-3-22 00:00">
<meta name="DC.Type" content="文字">
<meta name="DC.Format" content="文字">
<meta name="DC.Identifier" content="7117">
<meta name="DC.Relation" content="CP-7117">
<meta name="DC.Source" content="">
<meta name="DC.Language" content="">
<meta name="DC.Coverage" content="">
<meta name="DC.Rights" content="">
<meta name="Category.Theme" content="">
<meta name="Category.Cake" content="">
<meta name="Category.Service" content="">
<meta name="Title" content=""/>
<meta name="Keywords" content=""/>
<link rel="stylesheet" type="text/css" href="GIPDSD/xslGip/xslExport/8/SLC/css/default.css">
</link>
<link rel="stylesheet" type="text/css" href="GIPDSD/xslGip/xslExport/8/SLC/css/design.css">
</link>
<link rel="stylesheet" type="text/css" href="GIPDSD/xslGip/xslExport/8/SLC/css/tabpanel1_class.css">
</link>
<link rel="stylesheet" type="text/css" media="print" href="GIPDSD/xslGip/xslExport/8/SLC/css/print.css">
</link>
<script type="text/javascript" src="js/globals.js"></script>
<link rel="STYLESHEET" type="text/css" href="/DHTMLX/codebase/dhtmlxtree.css"/>
<script src="/DHTMLX/codebase/dhtmlxcommon.js"></script>
<script src="/DHTMLX/codebase/dhtmlxtree.js"></script>
<script>
				window.dhx_globalImgPath="/DHTMLX/codebase/imgs/";
				</script>
<link rel="STYLESHEET" type="text/css" href="/DHTMLX/codebase/dhtmlxcalendar.css"/>
<script src="/DHTMLX/codebase/dhtmlxcalendar.js"></script>
<script src="js/multimenu.js"></script>
<script async="true" src="https://www.googletagmanager.com/gtag/js?id=UA-140413919-1"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());
  gtag('config', 'UA-140413919-1');
</script>
</head>
<body>
<a name="top"></a>
<div class="wrap">
<div class="top">
<div class="header">
<h1><a title="" href="mp.asp?mp=8"><img src="public/MMO/GIP2/logo.gif" title="" alt=""></a></h1>
<div class="nav"><ul>

                       <li><a href="sitemap.asp?mp=8">網站導覽</a></li><li><a href="http://www.nmns.edu.tw">回科博館首頁</a></li>
            <li><a href="np.asp?ctNode=780&mp=8">Q & A</a></li>
<li><a href="sp.asp?xdUrl=slc/contactus.asp&mp=8&ctNode=781">聯絡我們</a></li>

        </ul></div><script language='JavaScript'>
function getAJAXEngine()
{
    var ajaxEngine = false;
    if (window.XMLHttpRequest) { // Mozilla
        ajaxEngine = new XMLHttpRequest();
        if (ajaxEngine.overrideMimeType) {
            ajaxEngine.overrideMimeType('text/xml');
        }
    } else if (window.ActiveXObject) { // IE
        try {
                ajaxEngine = new ActiveXObject("Msxml2.XMLHTTP");
            } 
        catch (e) {
                try {
                    ajaxEngine = new ActiveXObject("Microsoft.XMLHTTP");
                } 
                catch (e) {}
        }
    }
    if (!ajaxEngine) {
        alert('Giving up :( Cannot create an XMLHTTP instance');
        return false;
    } 
    return ajaxEngine;
}

function processRequest(ajaxEngine)
{
    if( ajaxEngine.readyState == 4 )
    {
        if( ajaxEngine.status == 200 )
        {
            return true;
        }
        else
        {
            //alert('There was a problem with the http request.');
            return false;
        }
    }
    else
    {
        return false;
    }
}
	function sendAJAXPOST(ajaxEngine, url, data)
{
    //async: true  sync: false
    ajaxEngine.open('POST', url, false);
	try { ajaxEngine.responseType = 'msxml-document'; } catch(e){}

    ajaxEngine.setRequestHeader("Content-Length",data.length);
    ajaxEngine.setRequestHeader("Content-Type", "application/x-www-form-urlencoded");  
    ajaxEngine.send(data);
}

	

	
</script>	  
   <div class="memberFun">
        <input name="submit" type="image" src="GIPDSD/xslGip/xslExport/8/SLC/images/btn_member.png"   value="會員單一登入"  onclick="member_login2();" onkeypress="member_login2();"/>
    
		</div>  <div class="searchFun">
            <form action="sp.asp" method="get">
            <input type="hidden" value="slc/searchList.asp" id="xdurl" name="xdurl">
			<input type="hidden" value="8" id="mp" name="mp">

            <input class="text"  id="q" name="q" type="text" value="請輸入關鍵字" onfocus="javascript: if(this.value=='請輸入關鍵字') this.value='';" onblur="javascript: if(this.value=='') this.value='請輸入關鍵字';"  />
  
            <input class="btn" name="button" type="submit" value="查詢" title="查詢" />
            </form>
        <!--searchFun--></div>     
<script language="JavaScript" type="text/JavaScript">			
		function member_login2()
	{	
      document.location.href='cas/demo.asp?mp=8&flag=1';
	}

	function member_logout()
	{	
 
	var Stamp = new Date();	
	var url;
	var html;
	var xData="";
	url = "sp.asp?xdUrl=./slc/member_logout.asp&mp=8";
	var ajaxEngine = null;
	ajaxEngine = getAJAXEngine();
		if(ajaxEngine){
	  if(document.all){
		ajaxEngine.onreadystatechange = function(){
			var result = processRequest(ajaxEngine);
			 
			}
			sendAJAXPOST(ajaxEngine, url, xData);
		}else{
		sendAJAXPOST(ajaxEngine, url, xData);
		
      
    }
  
	}
	
	document.location.href='http://account.nmns.edu.tw/cas/logout';
	}


</script>	
	<div class="accesskey"><a href="#" title="主選單" accesskey="U">:::</a></div>
<div class="mlmenu menubg inaccesible arrow">
<ul>
<li><a href="np.asp?ctNode=773&amp;CtUnit=213&amp;BaseDSD=7&amp;mp=8" title="中心介紹">中心介紹</a></li>
<li><a href="lp.asp?ctNode=775&amp;CtUnit=215&amp;BaseDSD=7&amp;mp=8" title="教案介紹">教案介紹</a></li>
<li><a class="here" href="np.asp?ctNode=784&amp;mp=8" title="教具外借">教具外借</a><ul>
<li><a class="here" href="np.asp?ctNode=785&amp;CtUnit=223&amp;BaseDSD=7&amp;mp=8" title="外借方式">外借方式</a></li>
<li><a href="sp.asp?xdUrl=slc/query.asp&amp;spec=sp2&amp;mp=8&amp;ctNode=787" title="外借狀況查詢">外借狀況查詢</a></li>
<li><a href="sp.asp?xdUrl=slc/rent.asp&amp;spec=sp2&amp;mp=8&amp;ctNode=786" title="我要外借">我要外借</a></li>
</ul>
</li>
<li><a href="sp.asp?xdUrl=slc/list.asp&amp;mp=8&amp;ctNode=776" title="研習活動">研習活動</a></li>
<li><a href="lp.asp?ctNode=777&amp;CtUnit=217&amp;BaseDSD=7&amp;mp=8" title="教學剪影">教學剪影</a></li>
<li><a href="np.asp?ctNode=771&amp;mp=8" title="教學資源">教學資源</a><ul>
<li><a href="lp.asp?ctNode=778&amp;CtUnit=218&amp;BaseDSD=7&amp;mp=8" title="好書推薦">好書推薦</a></li>
<li><a href="lp.asp?ctNode=779&amp;CtUnit=219&amp;BaseDSD=7&amp;mp=8" title="好站推薦">好站推薦</a></li>
</ul>
</li>
</ul>
</div><script src="GIPDSD/xslGip/xslExport/8/SLC/js/jquery-1.7.2.min.js"></script><script defer src="GIPDSD/xslGip/xslExport/8/SLC/js/jquery.flexslider.js"></script><div class="flexslider">
<ul class="slides">
<li><a href="http://slc.nmns.edu.tw/ct.asp?xItem=7379&amp;ctNode=775&amp;mp=8" title="又快又給力的車子"><img src="public/Data/582911162471.jpg" title="又快又給力的車子" alt="又快又給力的車子"></a></li>
<li><a href="http://slc.nmns.edu.tw/ct.asp?xItem=7380&amp;ctNode=775&amp;mp=8" title="待實證的針刺療法"><img src="public/Data/58291203553.jpg" title="待實證的針刺療法" alt="待實證的針刺療法"></a></li>
<li><a href="http://slc.nmns.edu.tw/ct.asp?xItem=7377&amp;ctNode=775&amp;mp=8" title="小標示大學問"><img src="public/Data/58281764953.jpg" title="小標示大學問" alt="小標示大學問"></a></li>
<li><a href="http://slc.nmns.edu.tw/ct.asp?xItem=7378&amp;ctNode=775&amp;mp=8" title="白蟻的感官之謎"><img src="public/Data/561613584453.jpg" title="白蟻的感官之謎" alt="白蟻的感官之謎"></a></li>
<li><a href="http://slc.nmns.edu.tw/ct.asp?xItem=6950&amp;ctNode=775&amp;mp=8" title="虛與實"><img src="public/Data/522410125171.jpg" title="虛與實" alt="虛與實"></a></li>
<li><a href="http://slc.nmns.edu.tw/ct.asp?xItem=6953&amp;ctNode=775&amp;mp=8" title="消失的黑鮪魚"><img src="public/Data/522410114971.jpg" title="消失的黑鮪魚" alt="消失的黑鮪魚"></a></li>
<li><a href="http://slc.nmns.edu.tw/ct.asp?xItem=6945&amp;ctNode=775&amp;mp=8" title="蜥蜴與象鼻蟲的對決"><img src="public/Data/522410133571.png" title="蜥蜴與象鼻蟲的對決" alt="蜥蜴與象鼻蟲的對決"></a></li>
<li><a href="http://slc.nmns.edu.tw/ct.asp?xItem=6946&amp;ctNode=775&amp;mp=8" title="二足形不行"><img src="public/Data/52241014971.jpg" title="二足形不行" alt="二足形不行"></a></li>
<li><a href="http://slc.nmns.edu.tw/ct.asp?xItem=6952&amp;ctNode=775&amp;mp=8" title="氣候變遷熱不熱?"><img src="public/Data/5217927453.jpg" title="氣候變遷熱不熱?" alt="氣候變遷熱不熱?"></a></li>
<li><a href="http://slc.nmns.edu.tw/ct.asp?xItem=6947&amp;ctNode=775&amp;mp=8" title="一起來找向心力"><img src="public/Data/522410144571.jpg" title="一起來找向心力" alt="一起來找向心力"></a></li>
</ul>
</div><script type="text/javascript">
$(function(){
  //SyntaxHighlighter.all();
});
$(window).load(function(){
  $('.flexslider').flexslider({
    animation: "slide",
    start: function(slider){
      $('body').removeClass('loading');
    }
  });
});
</script></div></div>
<table class="layout" summary="layout table">
<tr>
<td class="center">
<div class="cp">
<div class="accesskey"><a href="#" title="中央內容區塊" accesskey="C">:::</a></div>
<div class="friendly" xmlns:hyweb="urn:gip-hyweb-com">
<div class="path"><span class="before">現在位置</span><a href="mp.asp?mp=8">首頁</a>
				>
				<a href="np.asp?ctNode=784&mp=8">教具外借</a>
				>
				<a href="np.asp?ctNode=785&mp=8">外借方式</a></div>
</div><script type="text/javascript" src="js/globals.js" xmlns:hyweb="urn:gip-hyweb-com"></script><script type="text/javascript" src="js/widgets_class.js" xmlns:hyweb="urn:gip-hyweb-com"></script><script type="text/javascript" src="js/tabpanel1_class.js" xmlns:hyweb="urn:gip-hyweb-com"></script><div class="cp" xmlns:hyweb="urn:gip-hyweb-com">
<h2><span>外借方式</span></h2>
<h3>「科學學習中心」教材外借規定與流程</h3>
<ul class="webFun">
</ul>
<ul class="info">
<li>最新公告日期:<span>2015-03-22</span></li>
</ul>
<p><div class="cp">
<h2><font color=orange>借用</font></h2>
<ol>
<li>僅開放曾參加過本館「科學學習中心教師研習」之全國公私立學校教師，借用該研習課程之教材。</li>
<li>請先註冊為科學學習中心會員，已於本館網站「教育活動個人報名」註冊為會員者，請由同一帳號登入並補齊科學學習中心會員資料。</li>
<li>每位會員每次至多預約2套教材，同一時段僅能預約1套，每套借用期限最多為14日，歸還一套後即可再進行下一筆預約。</li>
<li>於台中市之學校借用教材請自取。外縣市學校借出教材，寄出之運費由本館負擔，寄還之運費由借用學校負擔。</li>
<li>預約成功後如需異動，請於借用起始日7日前自行上網取消或修改，7日內不受理異動。</li>
<li>選擇郵寄者，教材將於借用起始日前2～3日由本館寄出至貴校，請教師確實填寫學校地址，並留意收件狀況。</li>
<li>隨同教材將檢附「教材清單與使用注意事項」，收到後請確實核對，並至本網站回報教材狀態。</li>
<li>自取者須主動與本館聯絡取件事宜，並於借用起始日前2日內取件，無故未於約定日期取件者，本中心有權取消其預約，並列入紀錄，不另行通知。</li>
<li><font color=blue>二足行不行、千濾一得、大腦與二足、恐龍就在你身邊等教案，因考慮運送可能使教具受損，因此僅限自取。</font></li>
</ol>
<h2><font color=orange>使用</font></h2>
<ol>
<li>借用人不得向使用人收取任何費用；非經本館同意不得轉借第三方。</li>
<li>借用人請確實遵照教具之「使用注意事項」或依物件性質而定之方法執行，教材若於借用期間發生毀損或滅失，應立即電話通知本中心，保留損壞部位並照相，勿自行修復或丟棄。本中心有權依毀損或滅失程度向其求取賠償，並列入紀錄。</li>
<li>教材必須在負責老師的監督下方可使用，不使用時請存放於上鎖的空間。</li>
</ol>
<h2><font colo=orange>歸還</h2>
<ol>
<li>郵寄者最晚須於借用期限後1日由貴校寄出，寄出後請至本網站點選教材狀態回覆。自取者最晚於借用期限後2日內歸還至本館。</li>
<li>借用教師若蓄意不歸還教材，經催還3次後，將報請相關單位處理。</li>
<li>如有未盡事宜，依本館相關規定辦理。</li>
</ol>
<hr>
<p>承辦人：自然學友之家　電話：04-23226940轉754或545　
電子郵件：<a href="mailto:nmns_naturalist@gs.nmns.edu.tw">nmns_naturalist@gs.nmns.edu.tw</a><br>
聯絡時間：週二至週日：9：00～17：00 (以及其餘本館公告開館日)<br>
郵寄地址：404台中市北區館前路1號 國立自然科學博物館 自然學友之家收</p>
</div></p>
<div class="quickLink">
<ul>
<li><a href="#top" class="gotop">回頁首</a></li>
<li><a href="javascript:history.back();" class="back">回上一頁</a></li>
</ul>
</div>
</div></div>
</td>
</tr>
</table>
<div id="zone.footer"><div class="footer">
<div class="copyright"></div>
<p><div class="fb"><ul><li> <a href="https://www.facebook.com/nmnsTaiwan/" target='nmns' title='facebook'>
                                <img src="/images/facebook.png" alt="facebook"></a></li><li> <a href="https://www.instagram.com/nmnstw/" target='nmns' title='Instagram'>
                                <img src="/images/ig.png" alt="Instagram">
                            </a>
</li><li><a href="https://www.youtube.com/user/NMNSTW" target='nmns' title='youtube'>
                                <img src="/images/youtube.png" alt="youtube">
                            </a>
</li></ul></div><p>國立自然科學博物館版權所有Copyright&copy; 2014 National Museum of Natural Science. All rights reserved.<br />
         ．地址：404023臺中市北區館前路一號 ．電話：(04)2322-6940　  </br><a href="np.asp?ctNode=796&mp=8" title='政府網站資料開放宣告'>政府網站資料開放宣告</a> | <a href="np.asp?ctNode=797&mp=8" title='隱私權政策'>隱私權政策</a> |  <a href="np.asp?ctNode=798&mp=8" title='資訊安全政策'>資訊安全政策</a></p>
    <!--footer End--></p>
</div>
</div>
</div>
</body>
</html>

<script>
function w3FP_close(reloadURL) {
	if (reloadURL == "") {
		location.reload();
	} else{
		location.reload(reloadURL);
	}
}
</script>
