立足中国科学院、面向中国,主要为自然科学、边缘交叉科学和高技术领域提供文献信息保障、战略情报研究服务、公共信息服务平台支撑和科学交流与传播服务。
中国科学院档案馆是集中永久保存全院系统各类重要档案的基地,是为各项工作提供档案信息利用的中心。档案馆工作是中国科学院档案事业的重要组成部分,是全院各单位档案工作的继续和延伸。
';
}
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官方下载官方网站入口说明」的上下文,可结合站内栏目与相关篇目对照查看。
栏目用于追新,文内链接用于对照细节。这样安排可减少漏读与重复检索。
若从搜索引擎进入,可先确认当前栏目名称,再按需打开相关阅读。