function AppendSearchForm() {
if (document.getElementById("SearchForm") == null) {
var oForm = document.createElement('form');
oForm.id = 'SearchForm';
var oFromBox = document.createElement('input');
oFromBox.type = 'hidden';
oFromBox.name = 'searchType';
oFromBox.id = 'searchType';
oFromBox.value = 'all';
var oQueryBox = document.createElement('input');
oQueryBox.type = 'hidden';
oQueryBox.name = 'searchWord';
oQueryBox.id = 'q';
oForm.appendChild(oFromBox);
oForm.appendChild(oQueryBox);
document.body.appendChild(oForm);
}
}
function DoSearch(query, from, db, target, otherParaArray) {
AppendSearchForm(); //searchForm = document.all["SearchForm"];//firefox 不能识别
searchForm = document.getElementById("SearchForm");
if (searchForm) {
searchForm.action = "http://www.wanfangdata.com.cn/search/searchList.do";
if (target) searchForm.target = target;
if (searchForm.q) {
if(db=="WF_QK"){
searchForm.searchType.value = "perio";
}else if(db=="WF_XW"){
searchForm.searchType.value = "degree";
}else if(db=="WF_HY"){
searchForm.searchType.value = "conference";
}else if(db=="PATENT"){
searchForm.searchType.value = "patent";
}else if(db=="STANDARD"){
searchForm.searchType.value = "standards";
}else if(db=="LOCALCHRONICLEITEM"){
searchForm.searchType.value = "gazetteers";
}else if(db=="CLAW"){
searchForm.searchType.value = "legislations";
}else if(db=="CSTAD"){
searchForm.searchType.value = "tech_result";
}else{
searchForm.searchType.value = "all";
}
searchForm.q.value = query;
} else {
searchForm.q.value = query;
}
var documentCharset = document.charset;
document.charset='utf-8';
searchForm.acceptCharset='utf-8';
setTimeout(function(){document.charset=documentCharset;},1);
searchForm.submit();
}
}
搜索期刊、学位、会议、外文期刊、外文会议等学术论文...
|
第一届上海国际茶文化节
首届上海国际茶文化节于1994年4月17日——21日举行。4月17日下午在闸北公园隆重举行隆重的开幕式同时在宋园茶艺馆举行了“当代茶圣吴觉农在上海”陈列室揭牌仪式。上海市领导陈至立、张惠新、谈家桢、龚学平,老领导夏征农、杨堤,中国奥委会副主席吴重远等与来自日本、韩国、新加坡等国家和福建、江西、安徽、浙江、上海等省市区及香港,台湾地区的茶界人士参加活动。茶文化节期间,还举办了茶文化学术研讨会,茶艺交流,宋园茶艺荟萃,茶趣征文,经贸展销,风情旅游及闸北公园大型游园活动等系列活动。4月21日在上海虹桥宾馆举办了“东方情调、宁红之夜”闭幕式文艺晚会。本届茶文化节共有海内外各界人士和上海市民群众14万人参加了各项系列活动。