各位老师,你们好!
中国科学院集团2025年引进Wiley期刊数据库的组团工作已经结束, Wiley出版社已开通网络服务,请各位读者使用。
一、资源简介:
Wiley期刊数据库收录了1,900多种高质量学术期刊,并通过Wiley Online Library提供集成访问。Wiley期刊数据库收录的期刊涵盖学科范围广泛,包括化学、物理学、工程学、农学、兽医学、食品科学、医学、护理学、口腔医学、生命科学、心理学、商业、经济学、社会科学、艺术、人类学等多个学科。根据2023年的期刊引证报告(JCR),Wiley出版的1725种期刊被JCR收录,约占Wiley出版期刊总数的91%,在JCR全部253个学科类别中,230个收录了Wiley期刊;182种期刊影响因子在其所属的学科中排名前十,17种期刊影响因子在其所属学科中排名第一。
资源网址:http://onlinelibrary.wiley.com/。
二、订购内容:
2025年集团成员统一访问原集团共享刊和非集团共享刊,可访问品总共计627种。
三、数据年限:可访问1997年以来的期刊全文。
四、订购内容和权益期限:1年,2025年1月1日-2025年12月31日。
五、开通范围:79家成员单位。
六、访问方式:(1)IP控制访问,无并发用户数限制。(2)该数据库已接通中国科技云认证联盟(CST Cloud)的身份认证访问方式,参团研究所可通过科技云通行证(院内邮箱账号)登录后,随时随地访问该数据库。
请各位读者注意自觉遵守相关法律法规,尊重知识产权,合理使用。谢谢!如有任何访问问题,请及时与我们联系:
章岑
电话:010-82627183,010-82626611-6105
Email: zhangcen@mail.felbazar.com
亚赢国际APP官方下载手机版登录
数据资源部
2025年11月6日
';
}
str+=' '+obj[i][0].titleEng+'
'; }else{ str+=''+obj[i][0].title+'
'; } str+=' '; str+='
';
} */
if(isEn){
str+=''+obj[i].titleEng+'';
}else{
str+=''+obj[i].title+'';
}
str+='';
}
}
jq("#feiendlyLinkList").html(str);
}, "json");
}
function jumpPage(type, entityId, entityType,title, url) {
if(entityId==34){
window.open(url,"_self");
}else{
window.open(url,"_blank");
}
jq.get("/front/logs/saveLogs", {
type : type,
entityId : entityId,
entityType : entityType,
title:title,
url : url,
}, function(url) {
}, "text");
}
function jumpDBPage(type, entityIdStr, entityType,title, url) {
window.open(url,"_blank");
jq.get("/front/logs/saveDBLogs", {
type : type,
entityIdStr : entityIdStr,
entityType : entityType,
title:title,
url : url,
}, function(url) {
}, "text");
}
function saveSearchLogs(searchText, url) {
jq.get("/front/logs/saveSearchLogs", {
searchText : searchText,
url : url,
}, function(url) {
}, "text");
}
//馆藏检索
function selectBookField(field,value){
jq("#selectBookField").text(field);
jq("#book_type").val(value);
}
function guancSubmit() {
var searchType = jq('#book_type').val();
var searchText = jq('#book_text').val();
locations.href="/front//book//list"+"?searchValue="+encodeURI(searchText)+"&searchField="+searchType;
}
//电子图书检索
function selectEbookField(field,value){
jq("#selectEbookField").text(field);
jq("#ebook_type").val(value);
}
function ebookSubmit() {
var searchType = jq('#ebook_type').val();
var searchText = jq('#ebook_text').val();
locations.href="/front//ebook//list"+"?searchValue="+encodeURI(searchText)+"&searchField="+searchType;
}
//数据库检索
function selectDataBaseField(field,value){
jq("#selectDataBaseField").text(field);
jq("#db_type").val(value);
}
function dbFormSubmit() {
var searchType = jq('#db_type').val();
var searchText = jq('#db_text').val();
locations.href="/front//dataBase//list"+"?searchValue="+encodeURI(searchText)+"&searchField="+searchType;
}
//站内检索
function localSearch(){
var localSearchInput = jq('#localSearchInput').val();
window.open("\/front\/localSearch\/list?searchField=all\u0026searchValue="+encodeURI(localSearchInput),"_blank");
}
function toLogin(){
if(confirm("需要登录,是否立即登录?")){
locations.href="/front/hky/toLogin";
}
}
function checkLogin(){
var frontUser = null;;
if(!frontUser){
toLogin();
}
}
function toReportCollect(o,entityId,entityType){
jq.get("\/front\/collect\/asyncSave", {
entityId : entityId,
entityType : entityType,
}, function(obj) {
if(obj){
jq(o).addClass('on');
jq(o).html(" 已收藏");
jq(o).attr('onclick','cancelReportCollect(this,\''+entityId+'\',\''+entityType+'\')');
}else{
alert('收藏失败,请重试');
}
}, "json");
}
function toReportCollect1(o,entityId,entityType,title){
jq.get("\/front\/collect\/asyncSaveCollect", {
entityId : entityId,
entityType : entityType,
title:title,
}, function(obj) {
if(obj){
jq(o).addClass('on');
jq(o).html(" 已收藏");
jq(o).attr('onclick','cancelReportCollect1(this,\''+entityId+'\',\''+entityType+'\',\''+title+'\')');
}else{
alert('收藏失败,请重试');
}
}, "json");
}
function cancelCollect(o,entityId,entityType){
jq.get("\/front\/collect\/asyncCancelCollect", {
entityId : entityId,
entityType : entityType,
}, function(obj) {
if(obj){
jq(o).removeClass('on');
jq(o).html(" 收藏");
jq(o).attr('onclick','toCollect(this,\''+entityId+'\',\''+entityType+'\')');
}else{
alert('取消收藏失败,请重试');
}
}, "json");
}
function cancelReportCollect(o,entityId,entityType){
jq.get("\/front\/collect\/asyncCancelCollect", {
entityId : entityId,
entityType : entityType,
}, function(obj) {
if(obj){
jq(o).removeClass('on');
jq(o).html(" 收藏");
jq(o).attr('onclick','toReportCollect(this,\''+entityId+'\',\''+entityType+'\')');
}else{
alert('取消收藏失败,请重试');
}
}, "json");
}
function cancelReportCollect1(o,entityId,entityType,title){
jq.get("\/front\/collect\/asyncCancelCollect", {
entityId : entityId,
entityType : entityType,
}, function(obj) {
if(obj){
jq(o).removeClass('on');
jq(o).html(" 收藏");
jq(o).attr('onclick','toReportCollect1(this,\''+entityId+'\',\''+entityType+'\',\''+title+'\')');
}else{
alert('取消收藏失败,请重试');
}
}, "json");
}
function cancelMyCenterCollect(o,entityId,entityType){
jq.get("\/front\/collect\/asyncCancelCollect", {
entityId : entityId,
entityType : entityType,
}, function(obj) {
if(obj){
jq(o).hide();
}else{
alert('取消收藏失败,请重试');
}
}, "json");
}
function toCollect(o,entityId,entityType,title){
jq.get("\/front\/collect\/asyncSaveCollect", {
entityId : entityId,
entityType : entityType,
title : title,
}, function(obj) {
if(obj){
jq(o).addClass('on');
jq(o).html(" 已收藏");
jq(o).attr('onclick','cancelCollect(this,\''+entityId+'\',\''+entityType+'\')');
}else{
alert('收藏失败,请重试');
}
}, "json");
}
function toThumbsUp(o,entityId,entityType,hits){
jq.get("\/front\/thumbsUp\/asyncSave", {
entityId : entityId,
entityType : entityType,
}, function(obj) {
if(obj){
jq(o).addClass('on');
hits=parseInt(hits)+1;
if(isNaN(hits)){hits=0; }
jq(o).html(" "+hits+" 点赞");
jq(o).attr('onclick','cancelThumbsUp(this,\''+entityId+'\',\''+entityType+'\',\''+hits+'\')');
}else{
alert('点赞失败,请重试');
}
}, "json");
}
function toThumbsUp1(o,entityId,entityType,title){
jq.get("\/front\/thumbsUp\/asynSaveThumbsUp", {
entityId : entityId,
entityType : entityType,
title:title,
}, function(obj) {
if(obj){
jq(o).addClass('on');
jq(o).html(" 点赞");
jq(o).attr('onclick','cancelThumbsUp1(this,\''+entityId+'\',\''+entityType+'\',\''+title+'\')');
}else{
alert('点赞失败,请重试');
}
}, "json");
}
function toThumbsUp2(o,entityId,entityType,title,hits){
jq.get("\/front\/thumbsUp\/asynSaveThumbsUp", {
entityId : entityId,
entityType : entityType,
title:title,
}, function(obj) {
if(obj){
jq(o).addClass('on');
hits=parseInt(hits)+1;
if(isNaN(hits)){hits=0; }
jq(o).html(" "+hits+" 点赞");
jq(o).attr('onclick','cancelThumbsUp(this,\''+entityId+'\',\''+entityType+'\',\''+hits+'\')');
}else{
alert('点赞失败,请重试');
}
}, "json");
}
function cancelThumbsUp(o,entityId,entityType,hits){
jq.get("\/front\/thumbsUp\/asyncCancelThumbsUp", {
entityId : entityId,
entityType : entityType,
}, function(obj) {
if(obj){
jq(o).removeClass('on');
hits=parseInt(hits)-1;
if(isNaN(hits)){hits=0; }
jq(o).html(" "+hits+" 点赞");
jq(o).attr('onclick','toThumbsUp(this,\''+entityId+'\',\''+entityType+'\',\''+hits+'\')');
}else{
alert('取消点赞失败,请重试');
}
}, "json");
}
function cancelThumbsUp1(o,entityId,entityType,title){
jq.get("\/front\/thumbsUp\/asyncCancelThumbsUp", {
entityId : entityId,
entityType : entityType,
}, function(obj) {
if(obj){
jq(o).removeClass('on');
jq(o).html(" 点赞");
jq(o).attr('onclick','toThumbsUp1(this,\''+entityId+'\',\''+entityType+'\',\''+title+'\')');
}else{
alert('取消点赞失败,请重试');
}
}, "json");
}
function cancelMyCenterThumbsUp(o,entityId,entityType){
jq.get("\/front\/thumbsUp\/asyncCancelThumbsUp", {
entityId : entityId,
entityType : entityType,
}, function(obj) {
if(obj){
jq(o).hide();
}else{
alert('取消点赞失败,请重试');
}
}, "json");
}
function toComment(entityId,entityType){
var value= jq("#detailComment"+entityId).parent().css("display");
if('none'==value){
toggle(entityId,entityType);
window.event? window.event.cancelBubble = true : e.stopPropagation();
}else{
jq("#detailComment"+entityId).parent().hide();
window.event? window.event.cancelBubble = true : e.stopPropagation();
}
}
function toggle(entityId,entityType){
jq.get("/front/comment/CommentList", {
entityId : entityId,
entityType : entityType,
}, function(obj) {
var str='';
if(obj.length==0){
str='若需了解「亚赢国际APP官方下载手机版登录」的上下文,可结合站内栏目与相关篇目对照查看。
栏目用于追新,文内链接用于对照细节。这样安排可减少漏读与重复检索。
若从搜索引擎进入,可先确认当前栏目名称,再按需打开相关阅读。