亚洲威廉注册优惠 English
8:00 ~ 22:00
01 -
- / -
机构与学科发展态势等进行分析判断 -
-
首页 咨询 服务办理 我的图书馆
亚洲威廉
"); $(".album-container .album-item:eq(3),.album-container .album-item:eq(4)").wrapAll("
"); $(".exhibit-container").album(); $(".exhibit-more").click(function(){ $(".exhibit-container .album-item").eq(0).click(); }) //学科馆员 var navHeight = $("#navWrap").height() ; $(".box-college .m-list1 li a").click(function(e){ e.preventDefault(); var top = $( $(this).attr("href") ).offset().top; var dis = top - navHeight; $("html,body").animate({scrollTop: dis}, 500); }) //时间轴 $('.navigation-2 .box a').click(function (){ var top = $(this).parents(".timeline").find($(this).attr('href')).offset().top $('body,html').animate({'scrollTop': top - 10},400); //$(".years_box").hide(); //$($(this).attr('href')).parent().fadeIn(); var index = $(this).parent().index(); $(this).parents(".timeline").find('.navigation-2 .navigation_wrap').css('top', -5*index + 'px'); $(this).parents(".timeline").find('.navigation-2 .box').removeClass('active'); $(this).parents(".timeline").find('.navigation-2 .box').eq(index).addClass('active'); return false; }) //年度简报 $(".timeline").each(function(index,item){ var i = 0; var len = $(this).find(".page-content > div").length; for (i=0;i div").eq(i).find(".years_box_title").text(); console.log("year:"+year); if (parseInt(year) >= 2021) { var list = $(this).find(".page-content > div").eq(0); var childs = list.children(); var innertext = ''; for(var j = childs.length-1; j >= 0; j--){ innertext += childs[j].outerHTML; } list.html(innertext); var dom = list.find(".years_box").last().find(".years_box_title"); var year_dom = dom.clone(); dom.remove(); list.find(".years_box").eq(0).find(".years_box_content").before(year_dom); } } }) //移动端表格 if (w < 1400) { $("table").wrap("
"); } }
首页 > 正文

亚洲威廉注册优惠

活动报名 | 数字素养工作坊第7期:Web of Science AI工具专场


主题:AI辅助科研发现与情报分析:从核心文献识别到研究趋势判断

时间:2026615(周一)15:30-17:00

地点:图书馆西馆401培训教室

主讲人:王振(科睿唯安学术研究事业部高级解决方案专家)

讲座简介:

讲座将围绕 Web of Science Research Assistant 和 Web of Science Research Intelligence 两款 AI 工具展开,介绍其在科研发现与情报分析中的主要功能和应用场景。Web of Science Research Assistant 可帮助用户基于自然语言提问开展文献探索,快速定位核心文献、梳理研究主题、拓展相关线索;Web of Science Research Intelligence 则面向更宏观的科研分析需求,支持对研究热点、前沿方向、机构与学科发展态势等进行分析判断。

讲座将结合具体使用场景,展示AI工具如何辅助完成从“微观文献发现”到“宏观趋势研判”的科研信息分析过程,适合亚洲威廉注册优惠、教师、科研人员及科研管理人员参加。

主讲人简介:

王振,科睿唯安学术研究事业部高级解决方案专家,毕业于山东大学,长期专注于科研产出绩效分析,近年来,围绕前沿热点识别、高影响力人才分析、学科交叉测度等主题面向国内知名高校、科研院所及科技领军企业开展专题讲座数百场。

参与方式

欢迎感兴趣的读者通过https://wenjuan.tsinghua.edu.cn/s/UZBZJvhL/# 扫描下方二维码报名

01

【温馨提示】建议读者自带笔记本电脑在现场进行实操

 

数字素养工作坊是以《提升全民数字素养与技能行动纲要》为指导,由图书馆发起,并联合校内相关单位组织的一系列互动性强、交流深入的专题活动。实际上工作坊旨在全面提升师生运用数字资源与先进工具的能力,以促进高效亚洲威廉注册优惠、工作和创新。欢迎您的持续关注和积极参与!

 


 

  • 智能问答
  • 咨询电话:62782137

    服务时间:

    周一至周日 8:00-22:00

  • https

    清华图书馆

  • 当面咨询
    服务时间:周一至周日 8:00-22:00

    服务地点:北馆一层总服务台

    联系电话:010-62788937

  • 请发送邮件至

    ref-desk@tsinghua.edu.cn

    答案通过E-mail发送给您

  • 联络您的学科馆员,为您提供针对学科的深度咨询服务

//wenjuan.tsinghua
' + '

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

' + '
'; $("#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(fid){ var message = this.question; if (message) { post("/openlab_component/expand/robot/api/textChat",{clientId: this.cId ,question: message,fid: typeof fid === 'string'?fid:null},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) { if(res.data.robotReply[0].answerType===-2 && znwdHtml && znwdHtml.length){ reply = '
    亚洲威廉注册优惠
    ' + '

    ' + znwdHtml + '

    ' + '
    ' + comment + '
    '; }else{ 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 = '

    01
    ' + '

    ' + guide.beforeWord + '

    ' + guideList + '

    ' + guide.afterWord + '

    ' + '
    ' + comment + '
    '; } }else if (richText) { reply = '
    机构与学科发展态势等进行分析判断
    ' + '

    ' + richText.original + '

    ' //description + '
    ' + comment + '
    '; }else { reply = '
    、机构与学科发展态势等进行分析判断。
    ' + '

    [消息]

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

    ' + message + '

    ' + '
    ' $("#win").append(html); this.question = ""; } }, sendA :function(question){ this.question = question; this.send(); }, rengongClick:function (){ if(this.num==1){ document.getElementById('rengong').innerHTML='' } this.num=2 this.isRenGong=true $('.fd-win').addClass('rengong') $('.rengong-new span').removeClass('activeBar') $('.znwd-new span').removeClass('activeBar') $('.rengong-new span').addClass('activeBar') }, zhinengClick:function(){ this.isRenGong=false $('.fd-win').removeClass('rengong') $('.znwd-new span').removeClass('activeBar') $('.rengong-new span').removeClass('activeBar') $('.znwd-new span').addClass('activeBar') } }//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"; window.locations.href="https://wpa1.qq.com/eQSH9aPO?_type=wpa&qidian=tru"; }else{ $('.fix-bg,.fix-nv').fadeIn(); $(".fix-con").show(); $(".fix-con").addClass("animated bounceInRight") $("body").addClass('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"); $("body").removeClass('hidden') }); $('#win').on('click','.wflink',function(e){ e.preventDefault() vm1.question = $(this).text(); vm1.send($(this).prop('rel')) }) $('#win').on('click','.welcomeWords',function(e){ e.preventDefault() vm1.question = $(this).text(); vm1.send() }) }); $('#win').on('click','#znwz1234',function(){ //console.log(123); vm1.rengongClick() })
    正文、栏目列表与相关阅读构成完整路径,适合按主题持续查阅。