Web of Knowledge是一个由Thomson Reuters提供的科学引文数据库,它收集了全球范围内有影响力的期刊、书籍和会议论文。它可以帮助学者快速找到相关文献,进行研究工作。
1. 数据库:Web of Knowledge收录了来自全球各地的期刊、书籍和会议论文,包括Science Citation Index Expanded (SCI-EXPANDED)、Social Sciences Citation Index (SSCI)、Arts & Humanities Citation Index (A&HCI)、Conference Proceedings Citation Index- Science (CPCI-S)、Conference Proceedings Citation Index- Social Science & Humanities (CPCI-SSH)等。
2. 引文分析:Web of Knowledge提供了引文分析功能,可以帮助学者快速了解文献的引文情况,如文献的引用次数、引用年份、引用频次等。
3. 专利检索:Web of Knowledge收录了来自全球的专利信息,可以帮助学者快速检索相关的专利信息,如专利标题、专利摘要、专利号等。
4. API接口:Web of Knowledge提供了API接口,可以方便的将Web of Knowledge中的数据导出到其他系统中,如下面的代码示例:
// 获取文献详情
var url = 'http://wokinfo.com/citation/retrieve?query=AU%3D(Smith%20J.)&count=10';
$.ajax({
type: 'GET',
url: url,
success: function(data){
console.log(data);
}
});
标签:
评论列表 (0)