Off-Campus Access
Since May 2018
the Library has la

Learning Support

tools and experienSupporting Cases

亚洲威廉官网常用功能

Case 1: Embedded information literacy instructions

In recent years, the Library has continually promoted embedded information literacy instructions into University’s teaching and research activities. The embedded instructions are usually tailored for various majors, courses or research topics by subject librarians working closely with faculties, which has well accepted by faculties and students. If you have any request or suggestion, please contact your subject librarian.

aiming to comprehe

Case 2: “Information Talent” series salons that invite readers to share their experience

Since May 2018, the Library has launched the “Information Talent” series salons. We invite readers with information-related expertise to share methods, tools and experiences for efficient use of information in scientific research, aiming to comprehensively improve students’ media and information literacy in the ecology of new academic communication. Please follow the homepage or WeChat Official Account of the Library for the latest announcement about our activities. You are welcome to participate in the activities! Want to submit comments and suggestion? Please send us email at any time:hanlf@mail.tsinghua.edu.cn.

Want to submit com

Case 3: Arts Library sets up the “Area for Copying Imitation Paintings”

The Library allocates special funds in annual budget for the Arts Library to purchase high-degree imitation paintings for teaching support. In recent years, the Library has successively purchased more than 100 such paintings, including Fahai Temple murals, Taipei Palace Museum collection series, Dunhuang murals and the Palace Museum collection series. In order to build a real teaching environment, we established a special space for“Area for Copying Imitation Paintings” in the Arts Library, where the faculties may teach classes and the art students may copy and paint , thus making best use of such special collections.

Please send us ema

The Library is abundant in special space resources. If you need teaching support for special spaces, please contact us at:

Email:wang-p@mail.tsinghua.edu.cn

Case 4: Special collections enter classroom

Historical documents are one of the priorities in the building of special collections of Tsinghua University Library. So far, the Library has collected over 60,000 historical documents, dominated by those from Shanxi Province. Most of these documents are collected from ordinary folk, and many of them need to be repaired before they can be used. While repairing and processing historical documents, the Library has begun to explore and utilize them, enabling the documents with rich historical memory to “tell” stories. For example, the special collection librarian was invited to participate in the teaching practice of the course “History of the Late Qing Dynasty” in the School of Humanities, which was welcomed by the students.

hanlf@mail.tsinghu

The Library boasts abundant resources of ancient texts and special collections. If you need teaching support for special collections, please contact us at:

Email:weipnu@mail.tsinghua.edu.cn

Arts Library sets
' + '

' + "Hello, I'm your intelligent reference robot.Please feel free to ask me if you have any questions about the library! It's my pleasure to help you!" + '

' + '
'; $("#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 = '
    ' + '' + '' + '
    ' + '
    Thank your for surporting!
    ' + '
    Sorry that I did no help ..
    ' cstyle="display:block"; } if (text) { reply = '
    The Library alloca
    ' + '

    ' + text.content + '

    ' + '
    ' + comment + '
    '; }else if (guide) { if (guide.content){ reply = '
    the Library has su
    ' + '

    ' + guide.content + '

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

    " + item.seq + item.question + "

    "; }) reply = '

    including Fahai Te
    ' + '

    ' + guide.beforeWord + '

    ' + guideList + '

    ' + guide.afterWord + '

    ' + '
    ' + comment + '
    '; } }else if (richText) { reply = '
    Taipei Palace Muse
    ' + '

    ' + richText.content + '

    ' //description + '
    ' + comment + '
    '; }else { reply = '
    Dunhuang murals an
    ' + '

    [消息]

    ' + '
    '; } $("#win").append(reply); if (res.data.robotReply[0].cluid) {bindZan();} $("#win").scrollTop(10000); }); var html = '
    we established a s
    ' + '

    ' + 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://wpa1.qq.com/eQSH9aPO?_type=wpa&qidian=true"; }else{ $('.fix-bg,.fix-nv').fadeIn(); $(".fix-con").show(); $(".fix-con").addClass("animated bounceInRight") // $("body").css("overflow","hidden"); } }); //咨询 $('#link3').click(function() { if ( $(window).width() < 700) { window.locations.href="https://wpa1.qq.com/eQSH9aPO?_type=wpa&qidian=true"; }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"); }); });
    正文、栏目列表与相关阅读构成完整路径,适合按主题持续查阅。