特别提示:此页面为网站历史库所收录网站的历史截图,截图日期为2007年05月02日,所以图片上显示的信息已过期,如需查看网站的最新信息,请打开网站查看,特此提示!
此页面为 www.sci.com.cn 的网页截图,本站(www.54zz.com)与该站(www.sci.com.cn)运营活动无任何关系
www.sci.com.cn 涓 在2007年05月02日的
网站截图
www.sci.com.cn 涓 在2007年05月02日的网站截图
title
万方数据知识服务系统
/titlemeta http-equiv="Content-Type" content="text/html; charset=utf-8" /
站点地图 | 使用帮助
首页
期刊浏览
论文检索
引文检索
支持与下载
产品服务与合作
关于我们
服务承诺
下载专区
使用帮助
常见问题
联系我们
客户投诉
知识产权声明
主要产品
服务方式
产品征订
代理合作
广告服务
友情链接
公司简介
总裁致词
质量方针
团队精神
发展历程
成功案例
市场活动
竞争优势
function SearchPeriodical(expression)
{
if(expression==null || expression=="")
{
alert("请输入刊名!");
return;
}
DoSearch("periodical", "name=\"" + expression + "\"", null, null, null, "KnowledgeServer/MagzineList.aspx");
}
function SearchAuthor(author)
{
if(author==null || author=="")
{
alert("请输入作者姓名!");
return;
}
DoSearch("authoronly", "name exact \"" + author + "\"" , null, null, null, "KnowledgeServer/AuthorList.aspx");
}
function SearchOrgan(organ)
{
if(organ==null || organ=="")
{
alert("请输入机构名称!");
return;
}
DoSearch("organonly", organ , null, null, null, "KnowledgeServer/OrganList.aspx");
}
function SearchFund(fund)
{
if(fund==null || fund=="")
{
alert("请输入基金项目名称!");
return;
}
DoSearch("fundonly", fund , null, null, null, "KnowledgeServer/FundList.aspx");
}
用户名
密 码
忘记密码 新用户注册
function GoToPage(url)
{
if(url!=null && url!="")
window.open(url, '_self');
}
国际
化学文摘 (CA)
工程索引 (EI)
科学文摘 (SA)
科学引文索引 (SCI)
科技文献速报 (JICST)
文摘杂志 (PX)
医学索引 (IM)
SCI收录中国大陆期刊名单
EI收录中国大陆期刊名单
国内
中国科技论文与引文数据库
==请选择年份==
1996年来源期刊
1997年来源期刊
1998年来源期刊
1999年来源期刊
2000年来源期刊
2001年来源期刊
2002年来源期刊
2003年来源期刊
中国科学引文数据库
==请选择年份==
1997年来源期刊
1998年来源期刊
1999年来源期刊
2003年来源期刊
中国社会科学引文数据库
中国人文社会科学核心期刊要览(2004版)
中文核心期刊要目总览
==请选择年份==
1992年来源期刊
1996年来源期刊
2000年来源期刊
2004年来源期刊
中文社会科学引文索引数据库
==请选择年份==
1999年来源期刊
2000年来源期刊
2001年来源期刊
2002年来源期刊
2003年来源期刊
2004年来源期刊
中国科学引文索引
论文高级检索
引文高级检索
function DoAdSearch()
{
var keyWordBox_1 = document.getElementById("KeyWordBox_1");
var keyWordBox_2 = document.getElementById("KeyWordBox_2");
if(keyWordBox_1 && keyWordBox_2)
{
keyWordBox_1.value = CheckSearchString(keyWordBox_1.value);
keyWordBox_2.value = CheckSearchString(keyWordBox_2.value);
if((keyWordBox_1.value && keyWordBox_1.value!=null && keyWordBox_1.value !="" && CheckSearchString(keyWordBox_1.value)!="") || (keyWordBox_2.value && keyWordBox_2.value!=null && keyWordBox_2.value !="" && CheckSearchString(keyWordBox_2.value)!=""))
{
var searchTypeItem = document.getElementById("SearchTypeList");
if(searchTypeItem)
{
var yearExpression = null;
var yearStartBox = document.getElementById("YearStartBox");
var yearEndBox = document.getElementById("YearEndBox");
if(yearStartBox.selectedIndex != 0 || yearEndBox.selectedIndex!=yearEndBox.options.length-1)
yearExpression = BuildYearExpression("年", yearStartBox.value, yearEndBox.value);
switch(searchTypeItem.selectedIndex)
{
case 0 :
{
var expression_1 = BuildSearchExpression(null, document.all.LiterFields_1.value, null, keyWordBox_1.value);
var expression_2 = BuildSearchExpression(null, document.all.LiterFields_2.value, null, keyWordBox_2.value);
var expression = null;
if(expression_1!=null && expression_1!="")
expression = expression_1;
if(expression_2!=null && expression_2!="")
{
if(expression==null)
expression = expression_2;
else
expression = "(" + expression + ") " + document.getElementById("BoolOPBox").value + " (" + expression_2 + ")";
}
if(yearExpression!=null)
expression = "(" + expression + ") and " + yearExpression;
DoKnowledgeSearch("literinfo", expression, null, null, "KnowledgeServer/LiterList.aspx", "");
break;
}
case 1 :
{
var expression_1 = BuildSearchExpression(null, document.all.CiteFields_1.value, null, keyWordBox_1.value);
var expression_2 = BuildSearchExpression(null, document.all.CiteFields_2.value, null, keyWordBox_2.value);
var expression = null;
if(expression_1!=null && expression_1!="")
expression = expression_1;
if(expression_2!=null && expression_2!="")
{
if(expression==null)
expression = expression_2;
else
expression = "(" + expression + ") " + document.getElementById("BoolOPBox").value + " (" + expression_2 + ")";
}
if(yearExpression!=null)
expression = "(" + expression + ") and " + yearExpression;
DoKnowledgeSearch("citeinfo", expression, null, null, "KnowledgeServer/CiteList.aspx", "");
break;
}
case 2 :
{
var expression_1 = BuildSearchExpression(null, document.all.MagzineFields_1.value, null, keyWordBox_1.value);
var expression_2 = BuildSearchExpression(null, document.all.MagzineFields_2.value, null, keyWordBox_2.value);
var expression = null;
if(expression_1!=null && expression_1!="")
expression = expression_1;
if(expression_2!=null && expression_2!="")
{
if(expression==null)
expression = expression_2;
else
expression = "(" + expression + ") " + document.getElementById("BoolOPBox").value + " (" + expression_2 + ")";
}
DoKnowledgeSearch("magzine", expression, null, null, "KnowledgeServer/MagzineList.aspx", "");
break;
}
}
}
}
else
{
alert("请输入关键词");
}
}
}
function SearchTypeChange(searchTypeItem)
{
if(searchTypeItem)
{
document.all.LiterFields_1.style.display = (searchTypeItem.selectedIndex == 0) ? "block" : "none";
document.all.CiteFields_1.style.display = (searchTypeItem.selectedIndex == 1) ? "block" : "none";
document.all.MagzineFields_1.style.display = (searchTypeItem.selectedIndex == 2) ? "block" : "none";
document.all.LiterFields_2.style.display = (searchTypeItem.selectedIndex == 0) ? "block" : "none";
document.all.CiteFields_2.style.display = (searchTypeItem.selectedIndex == 1) ? "block" : "none";
document.all.MagzineFields_2.style.display = (searchTypeItem.selectedIndex == 2) ? "block" : "none";
}
}
function SubmitSearchOnKeyPress()
{
return FireDefaultButton(window.event, "KSearchButton");
}
// 设置默认按钮
document.forms[0].onkeypress = SubmitSearchOnKeyPress;
从
91以前
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
年 到
91以前
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
年 在
论文
引文
期刊
全部字段
中英文题名
期刊名称
关键词
摘要
作者
全部字段
论文题名
出处
作者
全部字段
期刊名
中检索
与
或
非
全部字段
中英文题名
期刊名称
关键词
摘要
作者
全部字段
论文题名
出处
作者
全部字段
期刊名
中检索
中国期刊载文与被引查询系统
刊 名
中国著者论文引文查询系统
姓 名
中国学术/研发机构论文产出数据库
机构名称
中国基金资助论文数据库
基金名称
核心期刊论坛
第三届全国核心期刊与期刊国际化、网络化研讨会文集
核心期刊与期刊评价文选
全国核心期刊与期刊国际化、网络化研讨会文集
第二届全国核心期刊与期刊国际化、网络化研讨会文集
论影响因子专集
高被引频次论文排行榜(前五名)
心理卫生评定量表手册 中国心理卫生杂志 [1993年 第206卷](791)
脑卒中患者临床神经功能缺损程... [中华神经科杂志 1996年第29](735)
中国正常人SCL-90评定结... [中国神经精神疾病杂志 1986年第12](538)
检测人群胰岛素敏感性的一项新指数 [中华内科杂志 1993年第32卷](500)
各类脑血管病诊断要点 [中华神经科杂志 1996年第29卷](475)
中国数字化期刊群
刊 名
function GoToSecondCategory(categoryID)
{
if(categoryID!=null && categoryID!="")
window.open('KnowledgeServer/MagzineSecondCategory.aspx?code='+categoryID, '_blank');
}
哲学政法
==选择期刊分类==
哲学
逻辑伦理
心理学
宗教
大学学报(哲学政法)
马列主义理论
政治
党建
外交
法律
社会科学
==选择期刊分类==
社会科学理论
社会学
社会生活
人口与民族
劳动与人才
大学学报(社会科学)
历史
地理
经济财政
==选择期刊分类==
经济学
经济与管理
农业经济
工业经济
交通旅游经济
邮电经济
贸易经济
金融保险
大学学报(经济管理)
教科文艺
==选择期刊分类==
文化
新闻出版
图书情报档案
科研管理
教育
少儿教育
中学生教育
体育
大学学报(教科文艺)
语言文字
文学
艺术
基础科学
==选择期刊分类==
大学学报(自然科学)
数学
力学
物理学
化学
天文学、地球科学
生物科学
自然科学总论
医药卫生
==选择期刊分类==
预防医学与卫生学
医疗保健
中国医学
基础医学
临床医学
内科学
外科学
妇产科学与儿科学
肿瘤学
神经病学与精神病学
皮肤病学与性病学
五官科学
特种医学
药学
大学学报(医药卫生)
医药卫生总论
农业科学
==选择期刊分类==
农业基础科学
农业工程
农学
植物保护
农作物
园艺
林业
畜牧兽医
水产渔业
大学学报(农业科学)
农业科学总论
工业技术
==选择期刊分类==
大学学报(工业技术)
一般工业技术
矿业工程
石油与天然气工业
冶金工业
金属学与金属工艺
机械与仪表工业
军事科技
动力工程
原子能技术
电工技术
无线电电子学与电信技术
自动化技术与计算机技术
化学工业
轻工业与手工业
建筑科学
水利工程
环境科学与安全科学
航空航天
交通运输
文献计量知识
核心期刊评定的方法
文献计量指标定律
计量学
统计指标知识点
知识产权声明 |
服务承诺 |
友情链接
北京万方数据股份有限公司
个人用户热线:(010)58882486 机构用户热线:(010)88018118 公司联系电话:(010)88018065夜间及节假日客户服务电话:(010)58882461手机输入"万方数据",发送至916088(移动/联通/小灵通),即可获得更多帮助Email:wanfang@wanfangdata.com.cn