本科生

本科生

我进入图书馆像一只蜜蜂进了百花园中
当前位置: 首页 > 本科生
自由自在地采撷花蜜
费孝通(1935年毕业于亚洲威廉优惠

本科生

* 全校图书馆系统主要由 1 个总馆

我进入图书馆像一只蜜蜂进了百花园中,自由自在地采撷花蜜。其实

——费孝通(1935年毕业于亚洲威廉优惠活动亚洲威廉优惠活动院社会学人类学系)

6 个专业图书馆组成

亚洲威廉优惠活动

本科生

* 全校图书馆系统主要由 1 个总馆、6 个专业图书馆组成。本校师生在全校图书馆系统总借书限额 100 册。通过图书馆馆藏目录(水木搜索)可查阅总馆及各专业图书馆的馆藏信息。
* 文科图书馆、金融图书馆、法律图书馆:面向全校开放借阅,与总馆借阅规则基本相同。
但外院系读者限借 20 册。事实上* 美术图书馆、经管图书馆、建筑图书馆: 面向全校开放借阅,
* 各专业图书馆与总馆之间实行通还,所借普通图书可在任一图书馆归还。
* 各专业图书馆开放时间、馆藏特点、服务范围、 联系电话等信息请访问各馆主页,详见图书馆主页-专业图书馆(http://lib.tsinghua.edu.cn/index.htm)。
* 西馆、北馆、文科图书馆、美术图书馆、金融图书馆、法律图书馆的座位均采用座位管理系统管理。须预约使用。老馆的座位不需预约。

通过图书馆馆藏目录(水木搜索)可查阅

1老馆设有普通阅览室、清华文库阅览室、老馆大库等空间,老馆大库包括库存本库、报刊库及多个专题馆藏区,如学位论文、服部文库、爱泼斯坦文库、科恩文库、任继愈文库、方志馆、影印报刊专架、东方文库等。清华文库阅览室已升级为多功能文化共享空间,在保留文献阅览功能基础上,增设学术沙龙、主题展览、创新研讨等复合场景,实现学术研究、文化活动与公共服务的有机融合。

2凡馆藏目录中显示馆藏地为“老馆库存本库”、“老馆报刊库”、“清华文库阅览室”、“老馆大库专题馆藏”的馆藏。请至老馆服务台借阅。


* 文科图书馆

金融图书馆


法律图书馆

* 北馆(李文正馆)建筑面积 15,000 平方米,提供 900 余阅读坐席。可藏书60 余万册,
* 馆内一至五层图书实行开架陈列,读者自行取书借阅。凡馆藏目录中显示馆藏地为“北馆 ***”的图书。请至北馆(李文正馆)借阅。
* 北馆(李文正馆)G层设有古籍阅览室(北G07)和邺架轩阅读体验书店(由馆外下沉广场进入)。古籍阅览室收藏有部分使用率较高的古代典籍和常用古籍工具书供读者阅览。 

面向全校开放借阅


与总馆借阅规则基本相同

图书馆远程书库位于亚洲威廉优惠活动昌平校区,主要收藏一些利用率较低的俄文、日文图书、期刊、专利、检索刊和部分库存报纸合订本等。在馆藏目录中,远程书库储存空间有限,则说明该文献收藏在远程书库。老馆部分馆藏因闭馆维修而搬迁至图书馆远程书库,如果查到文献的馆藏地点为“远程书库”。故自 2019 年 10 月 14 日起暂停对外服务。有需要的读者可通过馆际互借或本馆电子资源获得相应资源。




所借普通图书可在任一图书馆归还
' + '

' + "您好,我是智能客服机器人,我可以回答您相关的业务问题,有什么问题就问我吧! 很高兴为您服务!" + '

' + '
'; $("#win").append(hello); }, getHot:function(){ var _this = this; post("/openlab_component/expand/robot/api/getHotQuestion",{},function(res){ _this.hotList = res.data; }); }, getQuestionType:function(){ var _this = this; var subTypes = []; post("/openlab_component/expand/robot/api/getQuestionType",{},function(res){ var typelist = res.data; $.each(typelist,function(index,item){ var type = '
  • ' + '

    ' + item.Name + '

    ' '
  • ' if (item.ParentId == 0) { $("#list").append(type); }else{ var sub = {}; sub.content = '
    ' + '
    ' + item.Name + '
    ' + '
    ' sub.pid = item.ParentId; subTypes.push(sub); } }) $.each(subTypes,function(index,item){ $("#list [data-id='"+ item.pid +"']").append(item.content); $("#list [data-id='"+ item.pid +"']").find("h3").attr("style",""); }) bindTree(); }); }, send:function(){ var message = this.question; if (message) { post("/openlab_component/expand/robot/api/textChat",{clientId: this.cId ,question: message },function(res){ var text = res.data.robotReply[0].text; var guide = res.data.robotReply[0].guide; var richText = res.data.robotReply[0].richText; var reply = ""; var comment = ""; var cstyle=""; var cid = res.data.robotReply[0].cluid; if (cid) { comment = '
    ' + '' + '' + '
    ' + '
    谢谢您的支持哦~会更努力哒!
    ' + '
    抱歉没能帮到您,希望下次能帮您排忧!
    ' cstyle="display:block"; } if (text) { reply = '
    * 各专业图书馆开放时间
    ' + '

    ' + text.content + '

    ' + '
    ' + comment + '
    '; }else if (guide) { if (guide.content){ reply = '
    馆藏特点
    ' + '

    ' + guide.content + '

    ' + '
    ' + comment + '
    '; }else if (guide.list) { var guideList = ""; $.each(guide.list,function(index,item){ guideList += "

    " + item.seq + item.question + "

    "; }) reply = '

    服务范围
    ' + '

    ' + guide.beforeWord + '

    ' + guideList + '

    ' + guide.afterWord + '

    ' + '
    ' + comment + '
    '; } }else if (richText) { reply = '
    联系电话等信息请访问各馆主页
    ' + '

    ' + richText.content + '

    ' //description + '
    ' + comment + '
    '; }else { reply = '
    详见图书馆主页-专业图书馆(http
    ' + '

    [消息]

    ' + '
    '; } $("#win").append(reply); if (res.data.robotReply[0].cluid) {bindZan();} $("#win").scrollTop(10000); }); var html = '
    //lib.tsinghua.edu
    ' + '

    ' + message + '

    ' + '
    ' $("#win").append(html); this.question = ""; } }, sendA :function(question){ this.question = question; this.send(); } }//methods }) $(document).ready(function() { //咨询 $('.link2').click(function() { if ( $(window).width() < 700) { window.locations.href="https://znkf.vsbclub.com/robot/h5chat.html?sysNum=16100186094532511&receiveId=2177&sourceId=2443"; }else{ $('.fix-bg,.fix-nv').fadeIn(); $(".fix-con").show(); $(".fix-con").addClass("animated bounceInRight") //$("body").css("overflow","hidden"); } }); // 弹出全部问题 $('.js-pro').click(function(event) { //$('.fix-con').addClass('open'); $(".fix-wrap").show(); $(".fix-problem").animate({right:"-370px"},200); }); //关闭问题界面 $('.fix-problem .tit .btn').click(function(event) { //$('.fix-con').removeClass('open'); //$('.fix-con').removeClass('open1'); $(".fix-problem").animate({right:"-580px"}); setTimeout(function(){ $(".fix-wrap").hide(); },500) }); // 关闭咨询台 $('.fix-bg').click(function(event) { $('.fix-con').removeClass('open').fadeOut();; $('.fix-con').removeClass('open1'); $(".fix-nv").hide(); $(".fix-con").removeClass("animated bounceInRight") $(this).fadeOut(); //$("body").css("overflow","visible"); }); });
    正文、栏目列表与相关阅读构成完整路径,适合按主题持续查阅。