Metadata
Title
专题讲座-清华大学图书馆读书文化月
Category
general
UUID
8b0d6a16506c479486b5a675674cffd2
Source URL
https://libmonth.lib.tsinghua.edu.cn/dswhy2021/index/ztjz.htm
Parent URL
https://libmonth.lib.tsinghua.edu.cn/dswhy2021/
Crawl Time
2026-03-10T06:58:17+00:00
Rendered Raw Markdown
# 专题讲座-清华大学图书馆读书文化月

**Source**: https://libmonth.lib.tsinghua.edu.cn/dswhy2021/index/ztjz.htm
**Parent**: https://libmonth.lib.tsinghua.edu.cn/dswhy2021/

- [首页](http://lib.tsinghua.edu.cn/index.htm)
- [活动日程](../index.htm#tsg1)
- [相关报道](../index.htm#tsg2)
- [借阅排行榜](../index.htm#tsg3)
- [网上展厅](../index.htm#tsg4)

- [林炎志——建党百年与未来百年](# "林炎志——建党百年与未来百年")
- [杨晓虹——在科研工作中追求卓越](http://lib.tsinghua.edu.cn/nry.htm?id=dd30dd05-277a-4560-bec7-1e9eaf8903bf "杨晓虹——在科研工作中追求卓越")
- [钟振振——从《清华百年赋》说起](# "钟振振——从《清华百年赋》说起")
- [黄京磊——把论文写在中国大地上](https://mp.weixin.qq.com/s/68IMyul0mesib5AlrRXDQg "黄京磊——把论文写在中国大地上")
- [刘国忠——走近清华简](https://mp.weixin.qq.com/s/iUTkaNaKrY13p_GFCOzbvw "刘国忠——走近清华简")

共5条 首页上页1下页尾页

\_showDynClickBatch(['dynclicks\_u3\_1282','dynclicks\_u3\_1281','dynclicks\_u3\_1280','dynclicks\_u3\_1279','dynclicks\_u3\_1278'],[1282,1281,1280,1279,1278],"wbnews", 1733344473)

中国 北京 海淀区 清华大学图书馆 100084 电话:62782137 传真:62781758

[联系我们](http://lib.tsinghua.edu.cn/gk/lxwm.htm)

图书馆微信公众号

版权所有:清华大学图书馆 [版权声明](https://lib.tsinghua.edu.cn/about/policy_bqsm.html)

var nav = {
menuBtn: $('.menuBtn'),
nav: $('.js-nav'),
menu: $('.nav'),
menuLi: $('.nav li'),
menuLink: $('.nav li > a'),
init: function() {
var \_this = this;
this.menuBtn.append('<span></span>');
this.menuBtn.on('click', function() {
$(this).toggleClass('open');
\_this.nav.toggleClass('open');
});
this.resize(959);
},
resize: function(width) {
this.menuLink.off('click');
this.menuLi.off('mouseenter mouseleave');
this.menu.find('.sub').stop(true, true).slideUp(0);
if ($(window).innerWidth() < width) {
this.menuLi.off('mouseenter mouseleave');
this.menuLink.on('click', function() {
if ($(this).siblings('.sub').length) {
$(this).siblings('.sub').stop(true, true).slideToggle('fast').parent().siblings().find('.sub').stop(true, true).slideUp('fast');
return false;
}
})
} else {
this.menuBtn.removeClass('open');
this.nav.removeClass('open');
this.menuLi.on('mouseenter', function() {
if ($(this).find('.sub').length) {
$(this).find('.sub').stop(true, true).slideDown('fast');
}
});
this.menuLi.on('mouseleave', function() {
$(this).find('.sub').stop(true, true).slideUp('fast');
});
}
}
};
nav.init();
var resizeTimer = null;
$(window).on('resize', function() {
if (resizeTimer) {
clearTimeout(resizeTimer);
}
resizeTimer = setTimeout(function() {
nav.resize(959);
}, 100);
});
$(window).on('scroll', function() {
var \_top = $(window).scrollTop();
if (\_top > 10) {
$('.header').addClass('on');
} else {
$('.header').removeClass('on');
}
});