1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198 |
- $(function() {
- loginStatus();
- var userid = $.cookie("userid");
- var professorId = GetQueryString("professorId");
- var oArray=[];
- if(userid != professorId) {
- ifcollectionAbout(professorId,$(".goSpan").find(".attenSpan"), 1)
- $(".goSpan").show();
- }
-
- if(professorId) {
- getUserInfo(professorId);
- historyEvaluate();
- getResource(10,1,true);
- getArticle(10,1,true);
- getPaper(10,1,true);
- getPatent(10,1,true);
- relevantExperts();
- relevantarticalList();
- likeExperts();
-
- $.ajax({
- type:"get",
- url:"/ajax/watch/countObject",
- data: {
- id: professorId,
- type: 1,
- },
- async:true,
- success:function(data){
- if(data.success){
- if(data.data){
- $("#myFocus").html(data.data)
- }else{
- $("#myFocus").html("0")
- }
- }
- }
- });
- $.ajax({
- type:"get",
- url:"/ajax/watch/countProfessor",
- data: {
- id: professorId,
- type: 1,
- },
- async:true,
- success:function(data){
- if(data.success){
- if(data.data){
- $("#focusMe").html(data.data)
- }else{
- $("#focusMe").html("0")
- }
- }
- }
- });
-
- $("#conbtn").on('click', function(){
- if(userid && userid != null && userid != 'null' && userid != undefined && userid != 'undefined') {
- ConsultApply();
- concultProInfo(professorId);
-
- $("#sendConsultBtn").click(function() {
- sendConsultHandler($(this).attr("proId"));
- });
- } else {
- $.MsgBox.Alert("提示", "请先登录再进行咨询");
- $("#mb_btn_ok").val("去登录");
- var aele = document.createElement('a');
- $("#mb_btnbox").append(aele);
- $("#mb_btnbox a").css({
- 'display': "block",
- 'width': '100%',
- 'height': '40px',
- 'position': 'absolute',
- 'bottom': '-6px',
- 'left': '0'
- });
- aele.setAttribute('href', '../login.html');
- }
- });
-
- $("#attentBtn").on('click', function() {
- if(userid && userid != null && userid != "null") {
- if($(this).is('.attenedSpan')){
- cancelCollectionAbout(professorId,$(this), 1)
- } else {
- collectionAbout(professorId,$(this), 1);
- }
- }else{
- $.MsgBox.Alert("提示", "请先登录再进行关注");
- $("#mb_btn_ok").val("去登录");
- var aele = document.createElement('a');
- $("#mb_btnbox").append(aele);
- $("#mb_btnbox a").css({
- 'display': "block",
- 'width': '100%',
- 'height': '40px',
- 'position': 'absolute',
- 'bottom': '-6px',
- 'left': '0'
- });
- aele.setAttribute('href', '../login.html');
- }
- });
-
- var clFlag = 1;
- $("#researchAreaShow").on("click", ".plus", function() {
- if(userid && userid != null && userid != "null") {
-
- if(clFlag) {
- clFlag = 0;
- } else {
- return;
- }
- if($(this).data("isagree") > -1) {
- $(this).stop(true, true).animate({
- backgroundPositionY: 0
- }, 300);
- } else {
- $(this).stop(true, true).animate({
- backgroundPositionY: -26
- }, 300);
- }
- $.ajax({
- "url": $(this).data("isagree") > -1 ? "/ajax/researchArea/unAgree" : "/ajax/researchArea/agree",
- "type": "POST",
- "data": {
- "targetId": $(this).data("pid"),
- "targetCaption": oArray[$(this).data("caption")],
- "opId": userid
- },
- "contentType": "application/x-www-form-urlencoded",
- "success": function($data) {
- if($data.success) {
- $.get("/ajax/professor/info/" + professorId, function($data) {
- if($data.success) {
- clFlag = 1;
- var $info = $data.data;
- if($info) {
- $("#researchAreaShow").empty("")
- if($info.researchAreas) {
- researchAreaShow($info.researchAreas, $info.editResearchAreaLogs);
- }
- }
- }
- })
- } else {
- $.MsgBox.Alert("提示", $data.msg);
- }
- }
- });
- } else {
- $.MsgBox.Alert("提示", "请登录后点赞");
- }
- })
-
- $("#researchAreaShow").on("click", ".favorBox,.favorCount", function() {
- var cap = $(this).attr("caption");
- $.ajax({
- url: "/ajax/researchAreaLog/ql",
- dataType: 'json',
- type: 'GET',
- timeout: 10000,
- data: {
- "professorId": professorId,
- 'caption': cap,
- "rows": 10
- },
- success: function(data) {
- console.log(data)
- if(data.success) {
- $(".listitemdiv").html("");
- var $info = data.data;
- $("#subArea").text(cap);
- $(".resAreaCover").fadeIn();
- $(".resAreaCon").show()
- if($info.length == 0) {
- $(".resAreaCon").hide();
- return;
- }
- for(var i = 0; i < $info.length; i++) {
- if($info[i].professor.hasHeadImage == 1) {
- var imgbg = "/images/head/" + $info[i].professor.id + "_l.jpg";
- } else {
- var imgbg = "../images/default-photo.jpg";
- }
-
- var oSty=autho($info[i].professor.authType,$info[i].professor.orgAuth,$info[i].professor.authStatus);
-
- var title = $info[i].professor.title || "";
- var orgName = $info[i].professor.orgName || "";
- var office = $info[i].professor.office || "";
- if(title != "") {
- var ttitle = title + ",";
- }else{
- if(office!=""){
- var ttitle = office + ",";
- }else{
- var ttitle = office;
- }
- }
- if(orgName != "") {
- orgName = orgName;
- }
-
- var addw ='<li class="flexCenter" data-id="'+$info[i].professor.id+'">'
- addw +='<a href="userInforShow.html?professorId='+ $info[i].professor.id +'" class="expertUrl linkhref">'
- addw +='<div class="lefthead userheadt userRadius" id="expertImg" style="background-image: url('+ imgbg +');"></div>'
- addw +='<div class="centercon" style="padding-right:0;">'
- addw +='<p class="h1font"><span class="nameSpan" id="Name">' + $info[i].professor.name + '</span><em class="authiconNew ' + oSty.sty + '" title="'+ oSty.title +'"></em></p>'
- addw +='<p class="h2font ellipsisSty">'+ ttitle + orgName + '</p>'
- addw +='</div></a></li>';
- $(".listitemdiv").append(addw);
- }
-
- $("body").css("position", "fixed");
- }
- },
- error: function() {}
- });
- });
-
- $("#workclose").click(function() {
- $(".resAreaCover").fadeOut();
- $("body").css("position", "");
- });
-
-
- $(".coninfobox").on("click","#seeMoreR",function(){
- document.body.scrollTop = document.documentElement.scrollTop = 0;
- $(".navconBox ul>li").eq(1).addClass("liNow").siblings().removeClass("liNow");
- $("#item1user").hide();
- $("#item2user").show();
- })
-
- $(".coninfobox").on("click","#seeMoreA",function(){
- document.body.scrollTop = document.documentElement.scrollTop = 0;
- $(".navconBox ul>li").eq(2).addClass("liNow").siblings().removeClass("liNow");
- $("#item1user").hide();
- $("#item3user").show();
- })
-
- $(".coninfobox").on("click","#seeMoreP",function(){
- document.body.scrollTop = document.documentElement.scrollTop = 0;
- $(".navconBox ul>li").eq(3).addClass("liNow").siblings().removeClass("liNow");
- $("#item1user").hide();
- $("#item4user").show();
- })
-
- $(".coninfobox").on("click","#seeMoreL",function(){
- document.body.scrollTop = document.documentElement.scrollTop = 0;
- $(".navconBox ul>li").eq(4).addClass("liNow").siblings().removeClass("liNow");
- $("#item1user").hide();
- $("#item5user").show();
- })
- }
-
- liulanNum();
- function liulanNum() {
- $.ajax({
- "url": "/ajax/professor/incPageViews",
- "type": "POST",
- "dataType": "json",
- "async": true,
- "data": {
- "id": professorId,
- },
- "success": function(data) {
- if(data.success) {
- console.log(data);
- }
- },
- "error": function() {
- $.MsgBox.Alert('提示', '链接服务器超时')
- }
- });
- }
-
-
- function getUserInfo(professorId){
- $.ajax({
- type:"get",
- url:"/ajax/professor/info/"+ professorId,
- async:true,
- success: function(data) {
- var $info = data.data;
- if(data.success) {
- console.log(data)
- if($info.hasHeadImage){
- $("#proHead").css("background-image","url(/images/head/"+ $info.id +"_l.jpg)");
- }
- $("#proName").text($info.name);
- var oStyS=autho($info.authType,$info.orgAuth,$info.authStatus);
- $("#proAuth").addClass(oStyS.sty); $("#proAuth").attr("title",oStyS.title);
- if($info.address){
- $("#proAddress").html($info.address + "<span style='margin-right:10px;'></span>");
- }
- var proOther="";
- if($info.orgName){
- if($info.department){
- if($info.office){
- proOther = $info.orgName + "," + $info.department + "," + $info.office
- }else{
- proOther = $info.orgName + "," + $info.department
- }
- }else{
- if($info.office){
- proOther = $info.orgName +"," + $info.office
- }else{
- proOther = $info.orgName
- }
- }
- }else{
- if($info.department){
- if($info.office){
- proOther = $info.department + "," + $info.office
- }else{
- proOther = $info.department
- }
- }else{
- if($info.office){
- proOther = $info.office
- }
- }
- }
- $("#proOther").text(proOther);
- var llqtitle=$info.name + "-" + proOther.replace(/,/gi,"-") + "-科袖网";
- if($info.title){
- $("#proTit").html($info.title + "<span style='margin-right:10px;'></span>");
- llqtitle = $info.name + "-" + $info.title + "-" + proOther.replace(/,/gi,"-") + "-科袖网";
- }
- document.title = llqtitle;
-
-
- if($info.descp) {
- $("#descpS").parents(".coninfobox").removeClass("displayNone");
- $("#item1user>.nodatabox").addClass("displayNone");
- $("#descpS").text($info.descp);
- }
-
- if($info.subject) {
- $("#subjectShow").parents(".coninfobox").removeClass("displayNone");
- $("#item1user>.nodatabox").addClass("displayNone");
- subjectShow($info.subject);
- }
-
- if($info.researchAreas.length) {
- $("#researchAreaShow").parents(".coninfobox").removeClass("displayNone");
- $("#item1user>.nodatabox").addClass("displayNone");
- researchAreaShow($info.researchAreas, $info.editResearchAreaLogs);
- }
-
- if($info.industry) {
- $("#industryShow").parents(".coninfobox").removeClass("displayNone");
- $("#item1user>.nodatabox").addClass("displayNone");
- industryShow($info.industry);
- }
-
- if($info.edus.length) {
- eduBgShow($info.edus);
- } else {
- $("#eduBgShow").parents(".coninfobox").hide();
- }
-
- if($info.jobs.length) {
- timeJobShow($info.jobs);
- } else {
- $("#timeJobShow").parents(".coninfobox").hide();
- }
-
- if($info.projects.length) {
- projectShow($info.projects)
- } else {
- $("#projectShow").parents(".coninfobox").hide();
- }
-
- if($info.honors.length) {
- honorShow($info.honors);
- } else {
- $("#honorShow").parents(".coninfobox").hide();
- }
-
- if($info.honors.length == 0 && $info.projects.length == 0 && $info.jobs.length == 0 && $info.edus.length == 0){
- $("#item6user>.nodatabox").show();
- $("#item6user>.nodatabox").find(".noContip").text("用户尚未完善详细资料")
- }
-
- var weibotitle = $info.name;
- var weibourl = window.location.href;
- var weibopic ="http://"+window.location.host+"/images/head/"+ $info.id +"_l.jpg";
- $("#weibo").attr("href","http://service.weibo.com/share/share.php?appkey=3677230589&title="+weibotitle+"&url="+weibourl+"&pic="+weibopic+"&ralateUid=6242830109&searchPic=false&style=simple");
-
- }
- },
- error: function() {
- $.MsgBox.Alert('提示', '链接服务器超时')
- }
- });
- }
- function subjectShow(data) {
- if(data != undefined && data.length != 0) {
- var subs = new Array();
- if(data.indexOf(',')) {
- subs = data.split(',');
- } else {
- subs[0] = data;
- }
- if(subs.length > 0) {
- for(var i = 0; i < subs.length; i++) {
- $("#subjectShow").append("<li>" + subs[i] + "</li>");
- };
- }
- }
- }
-
- function researchAreaShow($datas, $datarecords) {
- if($datas != undefined && $datas.length != 0) {
- var html = [];
- for(var i = 0; i < $datas.length; ++i) {
- var $data = $datas[i];
- var $photos = [];
-
- if($datarecords.length > 0) {
- $photos = getRecords($datarecords, $data.caption);
- }
- var isAgree = -1;
- for(var j = 0; j < $photos.length; j++) {
- if(userid == $photos[j].id)
- isAgree++;
- }
- oArray[i]=$data.caption;
- if(professorId != userid) {
- if(isAgree) {
- var showDiv = '<li><div class="favorBox" caption="'+ $data.caption +'"><span class="like">'+ $data.count +'</span>'+ $data.caption +'</div><span class="plus" data-pid="'+ $data.professorId +'" data-caption="'+ i + '" data-isagree="' + isAgree + '"></span><div class="favorCount" caption="'+ $data.caption +'">';
- } else {
- var showDiv = '<li><div class="favorBox" caption="'+ $data.caption +'"><span class="like">'+ $data.count +'</span>'+ $data.caption +'</div><span class="plus" style="background-position-y:-26px" data-pid="'+ $data.professorId +'" data-caption="'+ i + '" data-isagree="' + isAgree + '"></span><div class="favorCount" caption="'+ $data.caption +'">';
- }
- } else {
- var showDiv = '<li><div class="favorBox" caption="'+ $data.caption +'"><span class="like">'+ $data.count +'</span>'+ $data.caption +'</div><div class="favorCount" caption="'+ $data.caption +'">';
- }
- if($photos.length < 6) {
- for(var j = 0; j < $photos.length; ++j) {
- if($photos[j].img) {
- showDiv += '<span class="like-people" style="background-image: url(../images/head/'+ $photos[j].id +'_s.jpg);"></span>';
- } else {
- showDiv += '<span class="like-people" style="background-image: url(../images/default-photo.jpg);"></span>';
- }
- }
- } else {
- for(var j = $photos.length - 5; j < $photos.length; ++j) {
- if($photos[j].img) {
- showDiv +='<span class="like-people" style="background-image: url(../images/head/'+ $photos[j].id +'_s.jpg);"></span>';
- } else {
- showDiv += '<span class="like-people" style="background-image: url(../images/default-photo.jpg);"></span>';
- }
- }
- showDiv += '<span class="like-people like-more"></span>';
- }
- showDiv += "</div></li>";
- html.push(showDiv);
- }
- document.getElementById("researchAreaShow").innerHTML = html.join('');
- }
- }
- function industryShow(data) {
- if(data != undefined && data.length != 0) {
- var subs = new Array();
- if(data.indexOf(',')) {
- subs = data.split(',');
- } else {
- subs[0] = data;
- }
- if(subs.length > 0) {
- for(var i = 0; i < subs.length; i++) {
- $("#industryShow").append("<li><div class='h4tit'>" + subs[i] + "</div></li>");
- };
- }
- }
- }
- function projectShow(data) {
- if(data.length > 0) {
- for(var i = 0; i < data.length; i++) {
- if(!data[i].descp) {
- data[i].descp = "";
- }
- var sDate = "";
- var eDate = "";
- if(data[i].startMonth) {
- sDate = data[i].startMonth.substr(0, 4) + "年" + data[i].startMonth.substr(4, 6) + "月";
- sDateV = data[i].startMonth.substr(0, 4) + "-" + data[i].startMonth.substr(4, 6);
- if(data[i].stopMonth) {
- eDate =" - "+ data[i].stopMonth.substr(0, 4) + "年" + data[i].stopMonth.substr(4, 6) + "月";
- } else {
- eDate = " - "+ "至今";
- }
- }
- var projectHtml = '<li>';
- projectHtml += '<div class="h4Font h4tit">' + data[i].name + '<small class="h6Font">' + sDate + eDate + '</small></div>';
- projectHtml += '<div class="h5Font">' + data[i].descp + '</div>';
- projectHtml += '</li>';
- $("#projectShow").append(projectHtml);
- }
- }
- }
- function honorShow(data) {
- if(data.length > 0) {
- for(var i = 0; i < data.length; i++) {
- var timeho="";
- if(data[i].year){
- timeho = data[i].year+'年';
- }else{
- data[i].year="";
- }
- if(!data[i].descp) {
- data[i].descp = "";
- }
- var honorHtml = '<li>';
- honorHtml += '<div class="h4Font h4tit">' + data[i].name + '<small class="h6Font">' + timeho + '</small></div>';
- honorHtml += '<div class="h5Font">' + data[i].descp + '</div>';
- honorHtml += '</li>';
- $("#honorShow").append(honorHtml);
- }
- }
- }
- function timeJobShow(data) {
- if(data.length > 0) {
- for(var i = 0; i < data.length; i++) {
- if(data[i].department) {
- var dep = " - " + data[i].department;
- } else {
- var dep = ""
- }
- var sDate = "";
- var eDate = "";
- if(data[i].startMonth) {
- sDate = data[i].startMonth.substr(0, 4) + "年" + data[i].startMonth.substr(4, 6) + "月";
- sDateV = data[i].startMonth.substr(0, 4) + "-" + data[i].startMonth.substr(4, 6);
- if(data[i].stopMonth) {
- eDate =" - "+ data[i].stopMonth.substr(0, 4) + "年" + data[i].stopMonth.substr(4, 6) + "月";
- } else {
- eDate = " - "+ "至今";
- }
- }
- var JobHtml = '<li>';
- JobHtml += '<div class="h4Font h4tit">' + data[i].company + dep + ' - ' + data[i].title + '<small class="h6Font">' + sDate + eDate + '</small></div>';
- JobHtml += '</li>';
- $("#timeJobShow").append(JobHtml);
- }
- }
- }
- function eduBgShow(data) {
- if(data.length > 0) {
- for(var i = 0; i < data.length; i++) {
- var college="",major="",degree=""
- if(data[i].college){
- college =' - ' + data[i].college
- }else{
- data[i].college="";
- }
- if(data[i].major){
- major =' - ' + data[i].major
- }else{
- data[i].major="";
- }
- if(data[i].degree){
- degree =' - ' + data[i].degree
- if(data[i].degree==0){
- degree =""
- }
- }else{
- data[i].degree="";
- }
- var timebiye="";
- if(data[i].year){
- if(data[i].year.trim()=="至今"){
- timebiye=data[i].year;
- }else{
- timebiye=data[i].year+'年';
- }
- }else{
- timebiye="";
- }
-
- var showHtml = '<li><div class="h4Font h4tit">'
- showHtml += data[i].school + college + major + degree;
- showHtml +='<small class="h6Font">' + timebiye + '</small></div></li>';
- $("#eduBgShow").append(showHtml);
- }
- }
- }
-
- function getRecords($researchAreaLogs, caption) {
- var ret = [];
- var t = 0;
- for(var i = 0; i < $researchAreaLogs.length; i++) {
- if(caption == $researchAreaLogs[i].caption) {
- ret[t] = {
- id: $researchAreaLogs[i].opreteProfessorId,
- img: $researchAreaLogs[i].hasHeadImage
- }
- t++;
- }
- }
- return ret;
- }
-
-
- function historyEvaluate(){
- $.ajax({
- "url": "/ajax/consult/pqAssessHis",
- "type": "get",
- "data": {
- "professorId": professorId
- },
- "async": false,
- "success": function(response) {
- if(response.success) {
- var $data = response.data.data;
- if($data.length>0){
- $("#historyEvaluate").parents(".coninfobox").removeClass("displayNone");
- $("#item1user>.nodatabox").addClass("displayNone");
- for(var i = 0; i < $data.length; i++) {
- var assessTime = commenTime($data[i].assessTime);
- var assessContant ="";
- if($data[i].assessContant) {
- assessContant = $data[i].assessContant;
- }
- var userhed='';
- if($data[i].professor.hasHeadImage) {
- userhed = 'background-image:url(/images/head/' + $data[i].professor.id + '_l.jpg)';
- } else {
- userhed = 'background-image:url(/images/default-photo.jpg)';
- }
- var add = "";
- add += '<li class="flexCenter">';
- add += '<a href="userInforShow.html?professorId='+ $data[i].professor.id +'" class="userhref"><div class="madiaHead useHead useHeadMsg" style="'+ userhed +'"></div></a>'
- add += '<div class="madiaInfo"><div style="position: relative;">';
- add += '<a href="userInforShow.html?professorId='+ $data[i].professor.id +'" class="userhref"><span class="h1Font messageName">'+ $data[i].professor.name +'</span></a>';
- add += '<em class="authiconNew authicon-pro" title=" "></em><span class="commenttime">'+ assessTime +'</span>';
- add += '<ul class="starShow">';
- add += '<li></li> <li></li> <li></li> <li></li> <li></li>';
- add += '</ul></div>';
- add += '<p class="h2Font messageContent">'+ assessContant +'</p>';
- add += '</div></li>';
-
- var $add = $(add);
- $("#historyEvaluate").append($add);
- $add.find(".starShow>li:lt(" + $data[i].assessStar + ")").addClass('evastar');
- }
- }else{
-
- }
-
- }
- }
- })
- }
-
- function getResource(pageSize, pageNo,isbind){
- $.ajax({
- "url": "/ajax/resource/pqProPublish",
- "type": "get",
- "async": false,
- "data": {
- "professorId": professorId,
- "pageSize": pageSize,
- "pageNo": pageNo
- },
- "success": function(data) {
- console.log(data);
- if(data.success) {
- var madiaHead ='';
- var dataStr=data.data.data;
- if(dataStr.length > 0){
- $("#showResource").parents(".coninfobox").removeClass("displayNone");
- $("#item1user>.nodatabox").addClass("displayNone");
- for(var i = 0; i < dataStr.length; i++) {
- if(dataStr[i].images.length) {
- madiaHead ='/data/resource/' + dataStr[i].images[0].imageSrc ;
- }else{
- madiaHead ='/images/default-resource.jpg';
- }
- var strAdd = '';
- strAdd += '<li><a traget="_blank" href="resourceShow.html?resourceId='+ dataStr[i].resourceId +'" class="flexCenter urlgo">';
- strAdd += '<div class="madiaHead resouseHead" style="background-image:url('+ madiaHead +')"></div>';
- strAdd += '<div class="madiaInfo"><p class="h1Font ellipsisSty">'+ dataStr[i].resourceName +'</p><p class="h2Font ellipsisSty-2">用途:'+ dataStr[i].supportedServices+'</p></div>';
- strAdd += '</a></li>';
- var $strAdd = $(strAdd);
- $("#proResource").append(strAdd);
- if(isbind==true && i==0){
- var $strAddO=$(strAdd);
- $("#showResource").html("");
- $("#showResource").append($strAddO);
- }
- }
-
- if(isbind==true){
- $("#proResource").siblings(".tcdPageCode").off("click").createPage({
- pageCount: Math.ceil(data.data.total / 10),
- current: data.data.pageNo,
- backFn: function(p) {
- $("#proResource").html("");
- getResource(10, p,false);
- document.body.scrollTop = document.documentElement.scrollTop = 0;
- }
- });
- }
- }else{
- $("#proResource + .nodatabox").show();
- $("#proResource + .nodatabox").find(".noContip").text("用户尚未发布任何资源");
- }
- }
- },
- "error": function() {
- $.MsgBox.Alert("提示", "服务器连接超时")
- }
- });
- }
-
- function getArticle(pageSize, pageNo,isbind){
- $.ajax({
- url: "/ajax/article/pqProPublish",
- dataType: 'json',
- type: 'GET',
- data: {
- "professorId": professorId,
- "pageSize": pageSize,
- "pageNo": pageNo
- },
- timeout: 10000,
- success: function(data) {
- if(data.success) {
- var madiaHead ='/images/default-artical.jpg';
- var dataStr=data.data.data;
- if(dataStr.length > 0){
- $("#showArticle").parents(".coninfobox").removeClass("displayNone");
- $("#item1user>.nodatabox").addClass("displayNone");
- for(var i = 0; i < dataStr.length; i++) {
- if(dataStr[i].articleImg) {
- madiaHead ='/data/article/' + dataStr[i].articleImg ;
- }
- var sowU="";
- if(dataStr[i].pageViews!=0){
- if(dataStr[i].articleAgree!=0){
- sowU='<li><span>阅读量 '+dataStr[i].pageViews+'</span></li><li><span>赞 '+dataStr[i].articleAgree+'</span></li>'
- }else{
- sowU='<li><span>阅读量 '+dataStr[i].pageViews+'</span></li>'
- }
- }
-
- var strAdd = '';
- strAdd += '<li><a traget="_blank" href="articalShow.html?articleId='+ dataStr[i].articleId +'" class="flexCenter urlgo">';
- strAdd += '<div class="madiaHead artHead" style="background-image:url('+ madiaHead +')"></div>';
- strAdd += '<div class="madiaInfo"><p class="h1Font ellipsisSty-2">'+ dataStr[i].articleTitle +'</p>';
- strAdd += '<ul class="h2Font clearfix">';
- strAdd += '<li><span class="time">'+ commenTime(dataStr[i].publishTime) +'</span></li>';
- strAdd += sowU
- strAdd += '<li><span class="comment"></span></li>';
- strAdd += '</ul></div>';
- strAdd += '</a></li>';
-
- var $strAdd = $(strAdd);
- $("#proArticel").append( $strAdd);
- commentnum(dataStr[i].articleId, $strAdd)
- if(isbind==true && i==0){
- var $strAddO = $(strAdd);
- $("#showArticle").html("");
- $("#showArticle").append($strAddO);
- commentnum(dataStr[0].articleId,$strAddO)
- }
- }
-
- if(isbind==true){
- $("#proArticel").siblings(".tcdPageCode").off("click").createPage({
- pageCount: Math.ceil(data.data.total / 10),
- current: data.data.pageNo,
- backFn: function(p) {
- $("#proArticel").html("");
- getArticle(10, p,false);
- document.body.scrollTop = document.documentElement.scrollTop = 0;
- }
- });
- }
- }else{
- $("#proArticel + .nodatabox").show();
- $("#proArticel + .nodatabox").find(".noContip").text("用户尚未发布任何文章");
- }
-
- }
- },
- error: function() {
- return;
- }
- });
-
- }
-
- function getPatent(pageSize, pageNo,isbind){
- $.ajax({
- url: "/ajax/ppatent/byProfessor",
- dataType: 'json',
- type: 'GET',
- data: {
- "id": professorId,
- "pageSize": pageSize,
- "pageNo": pageNo
- },
- timeout: 10000,
- success: function(data) {
- if(data.success) {
- var dataStr=data.data.data;
- if(dataStr.length > 0){
- $("#showPatent").parents(".coninfobox").removeClass("displayNone");
- $("#item1user>.nodatabox").addClass("displayNone");
- for(var i = 0; i < dataStr.length; i++) {
- if(!dataStr[i].reqPerson){
- dataStr[i].reqPerson="";
- }
- var strAdd = '';
- strAdd += '<li><a traget="_blank" href="patentShow.html?patentId='+ dataStr[i].id +'" class="flexCenter urlgo">';
- strAdd += '<div class="madiaHead patentHead"></div>';
- strAdd += '<div class="madiaInfo"><p class="h1Font ellipsisSty">'+ dataStr[i].name +'</p>';
- strAdd += '<p class="h2Font ellipsisSty">发明人:'+ dataStr[i].authors.substring(0, dataStr[i].authors.length - 1) +'</p>';
- strAdd += '<p class="h2Font ellipsisSty">申请人:'+ dataStr[i].reqPerson +'</p>';
- strAdd += '</div>';
- strAdd += '</a></li>';
-
- var $strAdd = $(strAdd);
- $("#proPatent").append( $strAdd);
- if(isbind==true && i==0){
- var $strAddO=$(strAdd);
- $("#showPatent").html("");
- $("#showPatent").append($strAddO);
- }
- }
-
- if(isbind==true){
- $("#proPatent").siblings(".tcdPageCode").off("click").createPage({
- pageCount: Math.ceil(data.data.total / 10),
- current: data.data.pageNo,
- backFn: function(p) {
- $("#proPatent").html("");
- getPatent(10, p,false);
- document.body.scrollTop = document.documentElement.scrollTop = 0;
- }
- });
- }
- }else{
- $("#proPatent + .nodatabox").show();
- $("#proPatent + .nodatabox").find(".noContip").text("用户尚未发布任何专利");
- }
- }
- },
- error: function() {
- return;
- }
- });
- }
-
- function getPaper(pageSize, pageNo,isbind){
- $.ajax({
- url: "/ajax/ppaper/byProfessor",
- dataType: 'json',
- type: 'GET',
- data: {
- "id": professorId,
- "pageSize": pageSize,
- "pageNo": pageNo
- },
- timeout: 10000,
- success: function(data) {
- if(data.success) {
- var dataStr=data.data.data;
- if(dataStr.length > 0){
- $("#showPaper").parents(".coninfobox").removeClass("displayNone");
- $("#item1user>.nodatabox").addClass("displayNone");
- for(var i = 0; i < dataStr.length; i++) {
- var moreInf=""
- if(!dataStr[i].cn4periodical){
- dataStr[i].cn4periodical="";
- }
- if(!dataStr[i].en4periodical){
- dataStr[i].en4periodical="";
- }
- if(!dataStr[i].pubDay){
- dataStr[i].pubDay="";
- }
- moreInf = dataStr[i].cn4periodical+ " " +dataStr[i].en4periodical+ " " +dataStr[i].pubDay
-
- var strAdd = '';
- strAdd += '<li><a traget="_blank" href="paperShow.html?paperId='+ dataStr[i].id +'" class="flexCenter urlgo">';
- strAdd += '<div class="madiaHead paperHead"></div>';
- strAdd += '<div class="madiaInfo"><p class="h1Font ellipsisSty">'+ dataStr[i].name +'</p>';
- strAdd += '<p class="h2Font ellipsisSty">作者:'+ dataStr[i].authors.substring(0, dataStr[i].authors.length - 1) +'</p>';
- strAdd += '<p class="h2Font ellipsisSty">期刊:'+ moreInf +'</p>';
- strAdd += '</div>';
- strAdd += '</a></li>';
-
- var $strAdd = $(strAdd);
- $("#proPaper").append( $strAdd);
- if(isbind==true && i==0){
- var $strAddO=$(strAdd);
- $("#showPaper").html();
- $("#showPaper").append($strAddO);
- }
- }
-
- if(isbind==true){
- $("#proPaper").siblings(".tcdPageCode").off("click").createPage({
- pageCount: Math.ceil(data.data.total / 10),
- current: data.data.pageNo,
- backFn: function(p) {
- $("#proPaper").html("");
- getPaper(10, p,false);
- document.body.scrollTop = document.documentElement.scrollTop = 0;
- }
- });
- }
- }else{
- $("#proPaper + .nodatabox").show();
- $("#proPaper + .nodatabox").find(".noContip").text("用户尚未发布任何论文");
- }
- }
- },
- error: function() {
- return;
- }
- });
- }
-
-
- function commentnum(articleId, $itemlist) {
- $.ajax({
- "url": "/ajax/leaveWord/lwCount",
- "type": "GET",
- "dataType": "json",
- "async": false,
- "data": {
- "articleId": articleId
- },
- "success": function(data) {
- if(data.success) {
- if(data.data>0){
- $itemlist.find(".comment").text("留言 " + data.data);
- }
- }
- },
- "error": function() {
- $.MsgBox.Alert('提示', '链接服务器超时')
- }
- });
- }
-
- function relevantExperts(){
- $.ajax({
- "url": "/ajax/professor/coadjutant",
- "type": "get",
- "dataType" : "json",
- "data" :{"id":professorId},
- "success": function(data) {
- if(data.success && data.data) {
- console.log(data)
- for(var i = 0; i < data.data.length; i++) {
- var ExpId = data.data[i].professorId;
- var paperN=data.data[i].paperCount;
- var patentN=data.data[i].patentCount;
- var liItem=$('<li class="flexCenter"></li>').appendTo($("#relatePro"));
- relExpertsList(ExpId,paperN,patentN,liItem);
- }
-
- }
- },
- "error": function() {
- $.MsgBox.Alert('提示', '链接服务器超时')
- }
- });
- }
-
- function relExpertsList(Id,numL,numZ,liItem){
- $.ajax({
- "url" : "/ajax/professor/info/"+Id,
- "type" : "GET" ,
- "dataType" : "json",
- "success" : function(data) {
- if (data.success && data.data!=""){
- $("#relatePro").parents(".conBlock").removeClass("displayNone");
- var itemlist = '<a traget="_blank" href="" class="urlgo">';
- itemlist += '<div class="madiaHead useHead" id="userimg"></div>';
- itemlist += '<div class="madiaInfo">';
- itemlist += '<p><span class="h1Font" id="userName"></span><em class="authiconNew" title=""></em></p>';
- itemlist += '<p class="ellipsisSty h2Font" id="usertitle"></p>';
- itemlist += '<p class="h2Font ellipsisSty" id="copNum"></p>';
- itemlist += '</div></a>';
- $(itemlist).appendTo(liItem);
- var $itemlist =liItem;
- if(numL){
- if(numZ){
- $itemlist.find("#copNum").text("合作:"+numZ+"项专利,"+numL+"篇论文")
- }else{
- $itemlist.find("#copNum").text("合作:"+numL+"篇论文")
- }
- }else{
- if(numZ){
- $itemlist.find("#copNum").text("合作:"+numZ+"项专利")
- }else{
-
- }
- }
- if(data.data.title) {
- if(data.data.orgName) {
- $itemlist.find("#usertitle").text(data.data.title +","+ data.data.orgName);
- }else{
- $itemlist.find("#usertitle").text(data.data.title);
- }
- }else{
- if(data.data.office) {
- if(data.data.orgName) {
- $itemlist.find("#usertitle").text(data.data.office +","+ data.data.orgName);
- }else{
- $itemlist.find("#usertitle").text(data.data.office);
- }
- }else{
- if(data.data.orgName) {
- $itemlist.find("#usertitle").text(data.data.orgName);
- }
- }
- }
- $itemlist.find("#userName").text(data.data.name);
-
- $itemlist.find(".urlgo").attr("href", "userInforShow.html?professorId="+data.data.id);
-
- if(data.data.hasHeadImage == 1) {
- $itemlist.find("#userimg").attr("style", "background-image: url(/images/head/" + data.data.id + "_l.jpg);");
- }
- var userType = autho(data.data.authType, data.data.orgAuth, data.data.authStatus);
- $itemlist.find(".authiconNew").attr("title", userType.title);
- $itemlist.find(".authiconNew").addClass(userType.sty);
- }
- },
- "error":function(){
- $.MsgBox.Alert('提示','链接服务器超时')
- }
- });
- }
-
- function relevantarticalList(){
- $.ajax({
- "url" : "/ajax/article/byAssProfessor",
- "type" : "GET" ,
- "dataType" : "json",
- "data" :{"id":professorId},
- "traditional": true,
- "success" : function(data) {
- console.log(data);
- if (data.success && data.data!=""){
- $("#relateArt").parents(".conBlock").removeClass("displayNone");
- var itemlist = '';
- $("#relateArt").html("");
- for(var i = 0; i < data.data.length; i++) {
- var itemlist = '<li class="flexCenter"><a traget="_blank" href="articalShow.html?articleId='+ data.data[i].articleId +'" class="urlgo">';
- itemlist += '<p class="h2Font ellipsisSty-2"><em class="circlePre"></em>'+data.data[i].articleTitle+'</p>';
- itemlist += '</a></li>';
- $itemlist = $(itemlist);
- $("#relateArt").append($itemlist);
- }
- }
- },
- "error":function(){
- $.MsgBox.Alert('提示','链接服务器超时')
- }
- });
- }
-
- function likeExperts(){
- $.ajax({
- "url": "/ajax/professor/ralateProfessors",
- "type": "get",
- "dataType" : "json",
- "data" :{"professorId":professorId},
- "success": function(data) {
- if(data.success && data.data) {
- console.log(data)
- var lengthT;
- if(data.data.length>5){
- lengthT=5;
- }else{
- lengthT=data.data.length
- }
- for(var i = 0; i < lengthT; i++) {
- var ExpId = data.data[i].id;
- likeExpertsList(ExpId);
- }
-
- }
- },
- "error": function() {
- $.MsgBox.Alert('提示', '链接服务器超时')
- }
- });
- }
-
- function likeExpertsList(ExpId){
- $.ajax({
- "url" : "/ajax/professor/info/"+ExpId,
- "type" : "GET" ,
- "dataType" : "json",
- "success" : function(data) {
- if (data.success && data.data!=""){
- console.log(data)
- $("#likePro").parents(".conBlock").removeClass("displayNone");
- var itemlist = '<li class="flexCenter"><a traget="_blank" href="" class="urlgo">';
- itemlist += '<div class="madiaHead useHead" id="userimg"></div>';
- itemlist += '<div class="madiaInfo">';
- itemlist += '<p><span class="h1Font" id="userName"></span><em class="authiconNew" title=""></em></p>';
- itemlist += '<p class="ellipsisSty h2Font" id="usertitle"></p>';
- itemlist += '</div></a></li>';
- $itemlist = $(itemlist);
- $("#likePro").append($itemlist);
- if(data.data.title) {
- if(data.data.orgName) {
- $itemlist.find("#usertitle").text(data.data.title +","+ data.data.orgName);
- }else{
- $itemlist.find("#usertitle").text(data.data.title);
- }
- }else{
- if(data.data.office) {
- if(data.data.orgName) {
- $itemlist.find("#usertitle").text(data.data.office +","+ data.data.orgName);
- }else{
- $itemlist.find("#usertitle").text(data.data.office);
- }
- }else{
- if(data.data.orgName) {
- $itemlist.find("#usertitle").text(data.data.orgName);
- }
- }
- }
- $itemlist.find("#userName").text(data.data.name);
- $itemlist.find(".urlgo").attr("href", "userInforShow.html?professorId="+data.data.id);
-
- if(data.data.hasHeadImage == 1) {
- $itemlist.find("#userimg").attr("style", "background-image: url(/images/head/" + data.data.id + "_l.jpg);");
- }
- var userType = autho(data.data.authType, data.data.orgAuth, data.data.authStatus);
- $itemlist.find(".authiconNew").attr("title", userType.title);
- $itemlist.find(".authiconNew").addClass(userType.sty);
- }
- },
- "error":function(){
- $.MsgBox.Alert('提示','链接服务器超时')
- }
- });
- }
-
-
- $(".correctSubmit").on("click",function(){
- var cntCon=$(this).siblings(".correctCon").val();
- var cntUser="";
- if(userid && userid != null && userid != "null") {
- cntUser = userid;
- }
- if(cntCon.length>500){
- $.MsgBox.Alert('提示', '纠错反馈内容不得超过500个字');
- return;
- }else{
- $.ajax({
- "url": "/ajax/feedback/error/professor",
- "type": "POST",
- "dataType": "json",
- "async": true,
- "data": {
- "id": professorId,
- "cnt":cntCon,
- "user":cntUser
- },
- "success": function(data) {
- if(data.success) {
- backSuccessed();
- }
- },
- "error": function() {
- $.MsgBox.Alert('提示', '链接服务器超时')
- }
- });
- }
- })
-
- })
|