CINXE.COM
BrainMap
<!DOCTYPE html> <!-- spv --><html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>BrainMap</title> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"> <link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,400i,600" rel="stylesheet"> <!--<link rel="apple-touch-icon" sizes="180x180" href="./BrainRomania_files/img/favicon/apple-touch-icon.png"> <link rel="icon" type="image/png" href="./BrainRomania_files/img/favicon/favicon-32x32.png" sizes="32x32"> <link rel="icon" type="image/png" href="./BrainRomania_files/img/favicon/favicon-16x16.png" sizes="16x16"> <link rel="manifest" href="./BrainRomania_files/img/favicon/manifest.json"> <link rel="mask-icon" href="./BrainRomania_files/img/favicon/safari-pinned-tab.svg" color="#2b5797">--> <meta name="apple-mobile-web-app-title" content="BrainMap"> <meta name="application-name" content="BrainMap"> <meta name="theme-color" content="#ffffff"> <script language="JavaScript" type="text/javascript" id="jas/JAS.js">var jas=function jas(){} var JAS=jas;jas.lang=function(){} jas.lang.Object=function(cN){this.className=cN;this.whoami=function(){if(typeof(this.className)=="Object"){this.className="Object";} return this.className;}} jas.cacheClassesLoaded=new Array();jas.buffers=new Array();jas.node={};jas.configScrollWait=10;jas.scrollActive=false;jas.configScrollSteps=5;jas.configScrollWaitBetweenSteps=50;jas.isDebug=("0"==""?0:parseInt("0"));jas.node.domain=("www.brainmap.ro"==""?null:"www.brainmap.ro");jas.defaultVariables=new Array();jas.loadingIntervalHandler=null;jas.loadingIntervalTimer=20;jas.loadingIntervalHandlerRunning=false;jas.iCallOnLoad=null;jas.iCallOnLoaded=null;JAS.prototype=new jas.lang.Object("JAS");JAS.isLoaded=function(cN){cN=cN.split(".").join('/')+".js";var list=document.getElementsByTagName('script');for(var idx in list){var o=list[idx];try{if((typeof o==='object')&&(o.hasAttribute)){} if((typeof o==='object')&&(o.hasAttribute)&&o.hasAttribute('id')&&o.getAttribute('id')==cN){return true;}}catch(e){}} return false;} JAS.load=function(cN,as,doneHandler){cN=cN.trim();JAS.debug("[Normal] Loading "+cN);if(!as)as=false;if(cN=='jas.external.jquery.jquery'){if(window["$"]!=null&&typeof $=='function'&&typeof jQuery=='function'){return;}} if(typeof $!='function'&&typeof jQuery!='function'){JAS.loadBasic('jas.external.jquery.jquery');} if(JAS.isClassLoaded(cN)){if(doneHandler){doneHandler(cN,'already loaded',0);} JAS.debug("[Normal] Already loaded "+cN);return;} if(!doneHandler){doneHandler=function(){};} jQuery.ajaxSetup({async:as});var t=$.getScript("?mtx=ui.output.jas&t=f&cN="+cN.trim()).done(function(script,textStatus){JAS.debug("Loaded "+cN+" [Success]");JAS.registerClass(cN);doneHandler(cN,script,textStatus);}).fail(function(jqxhr,settings,exception){JAS.debug("Loaded "+cN+" [Failed]");JAS.error("[.] Failed loading "+cN);JAS.error(exception);});if(t.error){t.error(function(jqXHR,textStatus,errorThrown){JAS.error("[.] Error :"+textStatus+","+errorThrown);JAS.log("Source Code:\n"+jqXHR.responseText);})};if(!doneHandler){$.Deferred(function(deferred){$(deferred.resolve);});} jQuery.ajaxSetup({async:true});} JAS.createClass=function(cN,classBody){var code=null;if(classBody){code=cN+'='+classBody;window[cN]=eval(code);}else{code=cN+'=function(){this.prototype= new jas.lang.Object("'+cN+'"); };';window[cN]=eval(code);} return window[cN];} JAS.package=function(cN,createPrototype){var s=cN.split(".");var sN=new Array();var code=null;for(var x in s){sN[x]=s[x];cN=sN.join(".");if(window[cN]){} else{code=cN+'=function(){ this.getPackageName=function(){ return "'+cN+'"}};';window[cN]=eval(code);if(createPrototype){eval(cN+'.prototype=new jas.lang.Object("'+cN+'");');}}}} JAS.script=function(depts,script,handlerLoading){var classes=new Array();if(depts instanceof Array)classes=depts else classes=depts.split(",");for(var iCN in classes){var cN=classes[iCN];JAS.include(cN,true,handlerLoading);} hh=function(classes,script){var all=true;for(var iCN in classes){var cN=classes[iCN];if(JAS.isClassLoaded(cN)){all=false;break;}else{}} var kk="X";if(!jas.buffers[kk])jas.buffers[kk]=0;jas.buffers[kk]=jas.buffers[kk]+1;if(!all){setTimeout(function(){hh(classes,script)},200);}else{if(!script){JAS.error("Include class loaded but no script provided");return;} setTimeout(function(){script()},50);}} setTimeout(function(){hh(classes,script)},200);} JAS.include=function(classes,async,handler){if(!async){async=false;} var s=classes.split(",");for(var x in s){var c=s[x];if(c.charAt(0)=="&"){c=c.substring(1);JAS.load(c,true,handler);}else{JAS.load(c,async,handler);}} $.Deferred(function(deferred){$(deferred.resolve);});} JAS.import=function(className,async,handler){JAS.include(className,async,handler);return eval(className);} JAS.create=function(cN,code){window[cN]=code;} JAS.log=function(message){if(JAS.isDebug==0){return;} if(console)console.log(message);else alert(message);} JAS.debug=function(message){if(JAS.isDebug==1){console.error("[DEBUG-JAS] "+message);}} JAS.error=function(message,stop){if(stop){throw(message);} message="[ERROR] "+message;if(console)console.error(message);else alert(message);} JAS.logStackTrace=function(){var err=new Error();JAS.log(err.stack);} JAS.warning=function(message){message="[WARNING] "+message;if(console)console.log(message);else alert(message);} JAS.isClassLoaded=function(cN){cN=decodeURIComponent(cN);cN=cN.replace(".js","");cN=cN.split('/').join(".");if(cN.charAt(0)=='&')cN=cN.substring(1);if(cN=='jas.external.jquery.jquery'){if(window["$"]!=null&&typeof $=='function'&&typeof jQuery=='function'){return true;}} if(jas.cacheClassesLoaded[cN]){return true;} if(JAS.isLoaded(cN)){return true;} return false;} JAS.registerClass=function(cN){var oldCN=cN;cN=decodeURIComponent(cN);if(cN.charAt(0)=='&')cN=cN.substring(1);cN=cN.replace(".js","");cN=cN.split('/').join(".");JAS.debug("[RC] Registering "+oldCN+" => "+cN);jas.cacheClassesLoaded[cN]=1;} JAS.loadBasic=function(cN,wait){JAS.debug("[Basic] Loading "+cN);if(JAS.isClassLoaded(cN)){JAS.debug("[Basic] already loaded "+cN);return;} JAS.registerClass(cN);var xReq=null;if(window.XMLHttpRequest) xReq=new XMLHttpRequest();else if(window.ActiveXObject) xReq=new ActiveXObject("MsXml2.XmlHttp");if(xReq==null)throw("no ajax support");xReq.onreadystatechange=function(){if(xReq.readyState==4){if(xReq.status==200||xReq.status==304){JAS.registerClass(cN);var oHead=document.getElementsByTagName('HEAD').item(0);if(oHead==null){throw("Cannot load "+cN+". Head Element is null");} var oScript=document.createElement("script");oScript.type="text/javascript";oScript.id="id-"+cN;oScript.defer=true;oScript.text=xReq.responseText;JAS.debug("[.] Loaded (JAS.loadBasic): "+cN);try{oHead.appendChild(oScript);}catch(e){JAS.error("request answer: "+xReq.responseText);}} else{throw("class cannot be included:"+cN);}}} JAS.debug("Loading(JAS.loadBasic): "+cN);xReq.open('GET',"?mtx=ui.output.jas&t=b&cN="+cN,false);xReq.send(null);JAS.registerClass(cN);} JAS.package('jas');var Boot=jas.Boot=function(){this.loadingStarted=false;} jas.Boot.prototype=new jas.lang.Object('jas.Boot');jas.Boot.onLoadingHandler=null;jas.Boot.onLoadedHandler=null;jas.Boot.onLoadingAjaxHandler=null;jas.Boot.loadingStarted=false;jas.Boot.allowActions=false;jas.Boot.location=window.location;jas.Boot.attach=function(event,functionHandler){if(typeof window.addEventListener=='function'){window.addEventListener(event,functionHandler,true);}else{window.attachEvent('on'+event,functionHandler);}} jas.Boot.getEventSource=function(event){var source=event.target||event.srcElement;return source;} jas.Boot.attachEvent=function(obj,event,functionHandler){if(obj==null){return;} if(typeof obj.addEventListener=='function'){obj.addEventListener(event,functionHandler,true);}else{obj.attachEvent('on'+event,functionHandler);}} jas.Boot.removeEvent=function(obj,event,functionHandler){if(typeof obj.addEventListener=='function'){obj.removeEventListener(event,functionHandler,true);}else{obj.detachEvent('on'+event,functionHandler);}} jas.Boot.acquirreScreenInfo=function(){var one={dpi:96,dpcm:96 / 2.54} function ie(){return Math.sqrt(screen.deviceXDPI*screen.deviceYDPI)/ one.dpi} function dppx(){return typeof window=='undefined'?0:+window.devicePixelRatio||ie()||0} function dpcm(){return dppx()*one.dpcm} function dpi(){return dppx()*one.dpi} function o(){return Math.abs(window.orientation)-90==0?"l":"p";};function w(){return[window.innerWidth,window.innerHeight];return(o()=="p")?[window.innerHeight,window.innerWidth]:[window.innerWidth,window.innerHeight];} function m(){return[window.screen.width,window.screen.height];return(o()=="p")?[window.screen.height,window.screen.width]:[window.screen.width,window.screen.height];} return'dppx:'+dppx()+";"+'dpi:'+dpi()+";"+'dpcm:'+dpcm()+";"+'o:'+o()+";"+'w:'+w()+";"+'s:'+m();} jas.Boot.init=function(){jas.defaultVariables['wes']=jas.Boot.acquirreScreenInfo();} jas.Boot.onLoad=function(functionHandler){this.attach("load",functionHandler);} jas.Boot.onLoaded=function(functionHandler){jas.Boot.onLoadedHandler=functionHandler;this.attach("load",functionHandler);} jas.Boot.onLoading=function(functionHandler){jas.Boot.onLoadingHandler=functionHandler;functionHandler();} jas.Boot.onLoadAjaxInit=function(){jas.Boot.onLoadingAjaxHandler=new Array();} jas.Boot.onLoadAjax=function(functionHandler){if(jas.Boot.onLoadingAjaxHandler==null){jas.Boot.onLoadAjaxInit();} jas.Boot.onLoadingAjaxHandler.push(functionHandler);} jas.Boot.onLoadedAjax=function(){if(jas.Boot.onLoadingAjaxHandler==null){JAS.error("ajaxa handlers are null, call onLoadAjaxInit first");} for(var idx in jas.Boot.onLoadingAjaxHandler){var functionHandler=jas.Boot.onLoadingAjaxHandler[idx];functionHandler();}} jas.Boot.loading=function(){if(!jas.Boot.allowActions){return;} jas.Boot.loadingStarted=true;if(jas.Boot.onLoadingHandler){jas.Boot.onLoadingHandler();}} jas.Boot.loaded=function(){if(jas.Boot.onLoadedHandler) jas.Boot.onLoadedHandler();else{JAS.error("not onLoadedHandler found...");}} jas.Boot.loaderChecker=function(t){if((document.body)&&(document.readyState=='complete')&&(!jas.Boot.loadingStarted)){jas.Boot.loaded();console.log("Error: Something went wrong, a loading event stared very fast in the same DOM as the first one. Usually an IE issue. Recovering");}else{console.log(document.readyState);console.log(jas.Boot.loadingStarted);}} jas.Events=function(){} jas.Events.prototype=new jas.lang.Object('jas.Events');jas.Events.keyHandlers=null;jas.Events.isAltKeyPressed=false;jas.Events.isCtrlKeyPressed=false;jas.Events.isShiftKeyPressed=false;jas.Events.keyCode=null;jas.Events.ALL=65535;jas.Events.objectFocused=null;jas.Events.objectFocusedId=null;jas.Events.objectAction=null;jas.Events.objectActionHasLoader=true;jas.Events.eventsHandlers=new Array();jas.Events.mouseObjectFocused=0;jas.Events.pageX=0;jas.Events.pageY=0;jas.Events.relativeX=0;jas.Events.relativeY=0;jas.Events.collectEventFocusBody=function(){} jas.Events.collectEventAction=function(e){var o=jas.Boot.getEventSource(e);if(o.hasAttribute('target')){var d=document.getElementById(o.getAttribute('target'));if(d){o=d;}} jas.Events.objectAction=o;jas.Events.objectFocused=o;} jas.Events.pasteAction=function(event){jas.Events.issueAction("paste",jas.Events.objectFocused,event);} jas.Events.mousePosition=function(e){var evtobj=window.event?event:e;var obj=evtobj.target||evtobj.srcElement;jas.Events.mouseObjectFocused=obj;jas.Events.pageX=e.pageX;jas.Events.pageY=e.pageY;if(obj.hasAttribute("a:position")){var a=jas.UI.getPosition(obj);jas.Events.relativeX=e.pageX-a[0];jas.Events.relativeY=e.pageY-a[1];}else{jas.Events.relativeX=null jas.Events.relativeY=null;}} jas.Events.keyboardSpecialKeys=function(e){var evtobj=window.event?event:e;var keyCode=evtobj.keyCode;jas.Events.keyCode=keyCode;if(evtobj.altKey||evtobj.ctrlKey||evtobj.shiftKey){if(evtobj.altKey){jas.Events.isAltKeyPressed=true;} if(evtobj.ctrlKey){jas.Events.isCtrlKeyPressed=true;} if(evtobj.shiftKey){jas.Events.isShiftKeyPressed=true;}}else{jas.Events.isAltKeyPressed=false;jas.Events.isCtrlKeyPressed=false;jas.Events.isShiftKeyPressed=false;}} jas.Events.keyboardKeys=function(e){var evtobj=window.event?event:e;var keyCode=evtobj.keyCode;jas.Events.keyCode=keyCode;if(jas.Events.keyHandlers!=null&&jas.Events.keyHandlers[keyCode]){var handler=jas.Events.keyHandlers[keyCode];var source=evtobj.target||evtobj.srcElement;handler(source,keyCode);} if(jas.Events.keyHandlers!=null&&jas.Events.keyHandlers[jas.Events.ALL]){var handler=jas.Events.keyHandlers[jas.Events.ALL];var source=evtobj.target||evtobj.srcElement;handler(source,keyCode);} return true;} jas.Events.keyboardObject=function(e){var o=jas.Boot.getEventSource(e);if(o.hasAttribute('target')){var d=document.getElementById(o.getAttribute('target'));if(d){o=d;}} jas.Events.objectFocused=o;return true;} jas.Events.register=function(keyCode,handler){if(jas.Events.keyHandlers==null){jas.Events.keyHandlers=new Array();} jas.Events.keyHandlers[keyCode]=handler;} jas.Events.registerAction=function(eventName,obj,handler){if(jas.Events.eventsHandlers==null){jas.Events.eventsHandlers=new Array();} if(jas.Events.eventsHandlers[eventName]==null){jas.Events.eventsHandlers[eventName]=new Array();} jas.Events.eventsHandlers[eventName][obj.getAttribute("id")]={'handler':handler,'object':obj};} jas.Events.issueAction=function(eventName,object,event){if(jas.Events.eventsHandlers[eventName]){for(var id in jas.Events.eventsHandlers[eventName]){if(id==object.getAttribute("id")){var f=jas.Events.eventsHandlers[eventName][id]['handler'];f(event);}}}} var Core=jas.Core=function(){} jas.Core.prototype=new jas.lang.Object('jas.Core');jas.Core.getElementsByTagName=function(obj,tag){var tagArr=obj.getElementsByTagName(tag);var elements=[];for(var i=0;i<tagArr.length;i++){elements[i]=tagArr[i];} return elements;} jas.Core.setDOMChangeCallback=function(obj,callback){var MutationObserver=window.MutationObserver||window.WebKitMutationObserver;if(MutationObserver){var mutationObserver=new MutationObserver(callback) mutationObserver.observe(obj,{childList:true,subtree:true}) return mutationObserver;} else if(window.addEventListener){obj.addEventListener('DOMNodeInserted',callback,false) obj.addEventListener('DOMNodeRemoved',callback,false)}} jas.Core.getParentElementByTagName=function(obj,tagName){return this.detectParent(obj,tagName,true);} jas.Core.detectParent=function(obj,tagNameType,checkSource){var at=tagNameType.split("#");var tagName=at[0];var tagAType=null;if(at[1]!=null){tagAType=at[1];tagAType=tagAType.toUpperCase();} if((checkSource)&&(obj.tagName)&&(obj.tagName==tagName))return obj;if(obj){var n=64;var o=obj.parentNode;var i=0;for(i=0;i<n;i++){if(o==null)break;var id=o.id+"";if((o.tagName)&&(o.tagName==tagName||(tagName=='*'&&o.hasAttribute('a:type')))&&((!id)||((id)&&(id.indexOf("_fake")==-1)))){if(tagAType!=null){var localType="";if(o.hasAttribute('a:type')){localType=o.getAttribute("a:type").toUpperCase();} if(localType!=tagAType){o=o.parentNode;continue;}} return o;} o=o.parentNode;} return null;} return null;} jas.Core.removeVariables=function(obj,array){var oForm=jas.Core.detectParent(obj,"FORM",true);if(!oForm)throw("createVariables: Cannot find FORM tag using this context "+obj);for(var varName in array){var newObj=document.getElementById(oForm.getAttribute("id")+"_"+varName);if(newObj!=null){if(newObj.hasAttribute("a:created")){newObj.parentNode.removeChild(newObj);} var attrName=jas.Core.attrTransformName2Attribute(varName);if(oForm.hasAttribute(attrName)){oForm.removeAttribute(attrName);}}} return jas.Core;} jas.Core.attrTransformName2Attribute=function(name){return"s:"+name.split("[").join("-_").split("]").join("_-").split("@").join("AT--_");} jas.Core.attrTransformAttribute2Name=function(name){return name.split("-_").join("[").split("_-").join("]").split("AT--_").join("@").substring(2);} jas.Core.createVariables=function(obj,array){var oForm=jas.Core.detectParent(obj,"FORM",true);if(array==null)array=new Array();for(var x in jas.defaultVariables){var vv=jas.defaultVariables[x];array[x]=vv;} if(!oForm)throw("createVariables: Cannot find FORM tag using this context "+obj);for(var varName in array){var addCreated=false;var varIdName=oForm.getAttribute("id")+"_"+varName;var newObj=document.getElementById(varIdName);if(newObj!=null){newObj.parentNode.removeChild(newObj);}else{addCreated=true;} newObj=null;if(newObj==null){newObj=document.createElement("input");newObj.setAttribute("type","hidden");oForm.appendChild(newObj);} try{if(newObj.getAttribute("type")!="hidden") newObj.setAttribute("type",'text');}catch(err){alert("cannot set type to "+newObj+":"+newObj.id);}{newObj.setAttribute('a:created',"1");} newObj.value=array[varName];newObj.name=varName;newObj.setAttribute("id",varIdName);JAS.log("creating variable : "+varName+"="+array[varName]);oForm.setAttribute(jas.Core.attrTransformName2Attribute(varName),array[varName]);} return jas.Core;} jas.Core.imerge=function(){var out=[];var outIndex=0;for(var i=0;i<arguments.length;i++){var argument=arguments[i];for(var index=0;index<argument.length;index++){out[outIndex]=argument[index];outIndex++;}} return out;} jas.Core.kmerge=function(){var out=new Array();for(var i=0;i<arguments.length;i++){for(var index in arguments[i])out[index]=arguments[i][index];} return out;} jas.Core.rmerge=function(array1,array2,prefix){var p;for(p in array2){if(array2.hasOwnProperty(p)){var k=prefix?prefix+"["+p+"]":p,v=array2[p];if(v!==null&&typeof v==="object"){array1[k]=jas.Core.rmerge([],v,k);}else{array1[k]=v;}}} return array1;} jas.Core.createTemplateVariables=function(obj,vars,searchDomain){var variables=jas.Core.getTemplateVariables(obj,vars,searchDomain);jas.Core.createVariables(obj,variables);return this;} jas.Core.getTemplateVariables=function(obj,vars,searchDomain){if(!searchDomain)searchDomain="DIV#template";else{searchDomain=searchDomain.toUpperCase();} var objTR=jas.Core.detectParent(obj,searchDomain,true);var allObjects=jas.Core.imerge(jas.Core.getElementsByTagName(objTR,"SELECT"),jas.Core.getElementsByTagName(objTR,"INPUT"),jas.Core.getElementsByTagName(objTR,"TEXTAREA"));var variables=new Array();var varsArray=vars.split(",");for(var o in allObjects){var objCurent=allObjects[o];if((objCurent)&&(objCurent.tagName)){var id=objCurent.getAttribute("id");var value=objCurent.value;if(!id)continue;for(var i in varsArray){var idC=varsArray[i];var idCTarget=idC;if(idC.indexOf("=")!=-1){var idC2=idC.split("=");idCTarget=idC2[0];idC=idC2[1];if(idC.charAt(0)=='#'){value=idC.substring(1);variables[idCTarget]=value;continue;} if(idC.charAt(0)=='&'){value=idC.substring(1);variables[idCTarget]=value;continue;}} var len=(""+idC).length+1;var newS=id.substring(id.length-len);if((id.indexOf(idC+"@")!=-1)||(newS=="_"+idC)){variables[idCTarget]=value;}}}} return variables;} jas.Core.ld=function(obj,event){if(jas.Events.isCtrlKeyPressed){return;} if((event)&&(event.srcElement)&&(event.srcElement.tagName.toUpperCase()=='LABEL')){if(obj.hasAttribute('href')){var link=obj.getAttribute("href")+"";if(link.charAt(0)!="#"){window.location=obj.getAttribute("href");}}} Boot.loading(event);return;} jas.Core.ldStart=function(auto){var o=jas.Events.objectAction if(o==null)return;if(auto){if(o.parentNode.tagName=='A'){o=o.parentNode;} if(o.tagName=='A'){if(o.hasAttribute("href")){var href=o.getAttribute("href");if(href.substring(0,1)=="#")o=null;if(href=="")o=null;}else{o=null;} if(o!=null&&typeof o.onclick=="function"){o=null;} if(o!=null&&o.hasAttribute('target')&&o.getAttribute('target')=='_blank'){o=null;}}else{o=null;}} if(o==null){return;} var objectActionHasLoader=true;if(o!=null){var loader='1';if(o.hasAttribute('loader')){loader=o.getAttribute('loader');}else if(o.hasAttribute('a:loader')){loader=o.getAttribute('a:loader');} if(o.tagName=='A'&&o.hasAttribute("href")&&o.getAttribute("href").indexOf("javascript:")!=-1){loader="0";} if(loader=='off'||loader=='no'||loader=='false'||loader=='0'){objectActionHasLoader=false;} if(!objectActionHasLoader){if(o.tagName=='INPUT'){}}} if(!objectActionHasLoader){return;} jas.Core.ldProgressStart();jas.Core.ld();} jas.Core.ldProgressStop=function(){if(jas.loadingIntervalHandler!=null){clearInterval(jas.loadingIntervalHandler);jas.loadingIntervalHandler=null;} var o=document.getElementById('ld-progress');if(o!=null){o.style.width="100%";} setTimeout(function(){var o=document.getElementById('ld-progress');if(o!=null)o.parentNode.removeChild(o);},jas.loadingIntervalTimer*10);} jas.Core.ldProgressStart=function(){var o=null;o=document.getElementById('ld-progress');if(o!=null){o.style.width="0%";} jas.Core.ldProgress(null,null);jas.loadingIntervalHandler=setInterval(jas.Core.ldProgress,jas.loadingIntervalTimer);} jas.Core.ldProgress=function(obj,event){if(jas.loadingIntervalHandlerRunning){return;} jas.loadingIntervalHandlerRunning=true;var o=null;o=document.getElementById('ld-progress');if(o==null){o=document.createElement('div');o.setAttribute("id","ld-progress");document.body.appendChild(o);o.style.top="0";o.style.left="0";o.style.height="2px";o.style.backgroundColor="#b71c1c";o.style.borderBottom="1px solid #7f0000";o.style.position="fixed";} if(jas.Core.classExists('.athon-overlay-wait')||jas.Core.classExists('.athon-progress')){if(jas.Core.classExists('.athon-overlay-wait')) o.className="athon-overlay-wait";if(jas.Core.classExists('.athon-progress')) o.className="athon-progress";} var w=parseFloat(o.style.width);var oldW=w;if(isNaN(w))w=0;if(w<0)w=0;if(w>=100)w=0;else w+=(100-w)/(jas.loadingIntervalTimer*2);if(w>100)w=100;if(Math.round(oldW*1000)==Math.round(w*1000)){if(jas.loadingIntervalHandler!=null){clearInterval(jas.loadingIntervalHandler);jas.loadingIntervalHandler=null;}} o.style.width=w+"%";jas.loadingIntervalHandlerRunning=false;} jas.Core.ldLocal=function(){} jas.Core.setCookie=function(name,value,expires,path,domain,secure){var today=new Date();today.setTime(today.getTime());if(expires){expires=expires*1000*60*60*24;} var expires_date=new Date(today.getTime()+(expires));if(!value)value="";var cookie=name+"="+escape(value)+ ((expires)?";expires="+expires_date.toGMTString():"")+ ((path)?";path="+path:"")+ ((domain)?";domain="+domain:"")+ ((secure)?";secure":"")+"; SameSite=Strict";document.cookie=cookie;} jas.Core.removeCookie=function(name){jas.Core.setCookie(name,null,-10000,"/","",true);} jas.Core.getCookie=function(check_name){var a_all_cookies=document.cookie.split(';');var a_temp_cookie='';var cookie_name='';var cookie_value='';var b_cookie_found=false;var i;for(i=0;i<a_all_cookies.length;i++){a_temp_cookie=a_all_cookies[i].split('=');cookie_name=a_temp_cookie[0].replace(/^\s+|\s+$/g,'');if(cookie_name==check_name){b_cookie_found=true;if(a_temp_cookie.length>1){cookie_value=unescape(a_temp_cookie[1].replace(/^\s+|\s+$/g,''));} return cookie_value;break;} a_temp_cookie=null;cookie_name='';} if(!b_cookie_found){return null;}} jas.Core.setAnchor=function(anchor){console.log('setting '+anchor);if(anchor){if(anchor=="scroll"){anchor="scroll:"+(document.body.scrollTop||document.documentElement.scrollTop);} jas.Core.setCookie("anchor",anchor,0);} else{jas.Core.setCookie("anchor",anchor,-1);} return jas.Core;} jas.Core.gotoAnchor=function(step){if(!step){if(!jas.scrollActive){jas.scrollActive=true;var t=jas.configScrollWait;setTimeout('jas.Core.gotoAnchor(1)',t);}else{JAS.log("aborting, already launched");} return;} var anchor=this.getCookie("anchor");if(anchor!=null){if(anchor.indexOf('search')!=-1){var objId=anchor.substring(anchor.indexOf('search')+7);var obj=document.getElementById(objId);console.log(obj);if(obj){var offset=obj.offsetTop;anchor="scroll:"+offset;jas.Core.setCookie("anchor",anchor,0);}} if(anchor.indexOf('scroll')!=-1){var steps=jas.configScrollSteps;var s=anchor.split(":");if(!step)step=0;if(step<steps){var f=s[1]/steps;document.body.scrollTop=document.documentElement.scrollTop=f*step;step++;setTimeout('jas.Core.gotoAnchor('+step+')',jas.configScrollWaitBetweenSteps);return;}else{document.body.scrollTop=document.documentElement.scrollTop=s[1];}}else{window.location.hash=anchor;} jas.Core.setAnchor(null);}} jas.Core.call=function(obj,f,msg,array){if(!array){array=new Array();} if(obj.hasAttribute&&(obj.hasAttribute("a:ddpN"))){if(!array)array=new Array();array["ddpN"]=obj.getAttribute("a:ddpN");}else{var params=jas.Core.getQueryParams();if(params["ddpN"])array["ddpN"]=params["ddpN"];} if(array){jas.Core.createVariables(obj,array);} var form=jas.Core.detectParent(obj,"FORM");array=jas.Core.getFormVariables(form);console.log(array);return jas.Core.initGFCall(obj,f,null,msg,array);} jas.Core.aCall=function(obj,method,vars,returnVar,onFail){JAS.include("jas.ddp.UI");if(!vars){vars=new Array();} var aFormVars=null;var oForm=jas.Core.detectParent(obj,"FORM",true);var oFormA=null;if(oFormA!=null){aFormVars=oFormA.parentNode;}else{aFormVars=oForm;} var localFormVars=this.getFormVariables(aFormVars,false);for(var kk in localFormVars){if(!vars[kk]){vars[kk]=localFormVars[kk];}} if(vars["a:cv"]===undefined){vars['a:cv']=1;} var ret=null;if(obj.attributes){for(var k in obj.attributes){var vv=obj.attributes[k];if(vv.name&&vv.name.substring&&vv.name.substring(0,2)=='s:'){vars[vv.name]=vv.value;}}} if(aFormVars.attributes){for(var k in aFormVars.attributes){var vv=aFormVars.attributes[k];if(vv.name&&vv.name.substring&&vv.name.substring(0,2)=='s:'){vars[jas.Core.attrTransformAttribute2Name(vv.name)]=vv.value;}}} if(oForm.hasAttribute('a:tform')){vars['a:form']=oForm.getAttribute('a:tform');oForm.removeAttribute('a:tform');}else{vars['a:form']=oForm.getAttribute('id');} vars['a:sender']=obj.getAttribute('id');if(obj.hasAttribute("a:row")){vars['a:row']=obj.getAttribute('a:row');} vars["wf"]='aGFCall';vars["igfm"]=method;vars["ddpN"]=obj.getAttribute("a:ddpN");if(returnVar){vars["igfmV"]=returnVar;}else{vars["igfmV"]="aCall:data";} if(obj.hasAttribute("a:ddpN"))vars["ddpN"]=obj.getAttribute("a:ddpN");vars["igfm_sa"]=obj.getAttribute("a:sa");vars["oS"]=obj.getAttribute("a:sa");var rDebug=null;if(obj.getAttribute("a:debug")=="1"){rDebug=document.getElementById("aDebug");if(!rDebug){rDebug=document.createElement("DIV");rDebug.setAttribute("id","aDebug");obj.parentNode.appendChild(rDebug,obj);}else{obj.parentNode.appendChild(rDebug,obj);}} var onDone=obj.onACall;var dataSerialized=jas.Core.formSerializeArray(aFormVars,vars);$.ajax({type:"POST",url:"a.php",data:dataSerialized,dataType:"html"}).done(function(msg){if(obj.getAttribute("a:debug")=="1"){rDebug.innerHTML=msg;} if(obj.onACall){var data=null;try{data=$.parseJSON(msg)}catch(e){data=null;JAS.error("call returned null or invalid json ");JAS.error("Output"+msg);} onDone(obj,data,vars);}else{JAS.error("Error `onACall` event not defined");}}).fail(function(e){if(onFail){onFail();} jas.Boot.allowActions=true;});} jas.Core.getFormVariables=function(form,onlyCreated){var out={};var allObjects=jas.Core.imerge(Core.getElementsByTagName(form,"SELECT"),Core.getElementsByTagName(form,"INPUT"),Core.getElementsByTagName(form,"TEXTAREA"));var filesCount=0;for(var o in allObjects){var objCurent=allObjects[o];if((objCurent)&&(objCurent.tagName)){var value=null;var name=objCurent.name;if(objCurent.tagName=="SELECT"){try{value=objCurent.options[objCurent.selectedIndex].value;}catch(e){value=0;}}else if(objCurent.tagName=="TEXTAREA"){value=objCurent.value;}else if(objCurent.tagName=="INPUT"){var ttype=objCurent.getAttribute("type");value=objCurent.value;if((ttype=='submit')||(ttype=='button')){continue;} if(ttype=='file'){error=-90;var fc=null;if((objCurent.files.length==0)){continue;} var selectedFile=objCurent.files[0];if(objCurent.hasAttribute("data-filecontents")){fc=objCurent.getAttribute("data-filecontents");error=0;} value={'field':name,'name':selectedFile.name,'error':error,'size':selectedFile.size,'type':selectedFile.type,'data':fc} if(!("_FILES"in out)){out['_FILES']={}} out['_FILES'][filesCount]=value;filesCount++;continue;} if((ttype=='radio')||(ttype=='checkbox')){if(objCurent.checked){value=objCurent.value;}else{continue;}}}else{value=objCurent.value;} if(onlyCreated){if(objCurent.hasAttribute("a:created")){out[name]=value;}}else{out[name]=value;}}} return out;} jas.Core.arraySerializeURI=function(obj,prefix){var str=[],p;for(p in obj){if(obj.hasOwnProperty(p)){var k=prefix?prefix+"["+p+"]":p,v=obj[p];str.push((v!==null&&typeof v==="object")?jas.Core.arraySerializeURI(v,k):encodeURIComponent(k)+"="+encodeURIComponent(v));}} return str.join("&");} jas.Core.formSerializeArray=function(form,optionalVars){var query=[];var params=jas.Core.getFormVariables(form);if(optionalVars!==null){params=jas.Core.kmerge(params,optionalVars);} var ss=jas.Core.arraySerializeURI(params);return ss;} jas.Core.aCall2=function(obj,method,vars,returnVar){jas.Core.aCall(obj,method,vars,returnVar);} jas.Core.aCallUIDefaultHandler=function(master,overlay,action){action.style.padding="5px";} jas.Core.aCallUIWheelHandler=function(event){event.preventDefault(this);} jas.Core.aCallUI=function(obj,method,vars,handler){var API=JAS.import("jas.ui.API",false);if(!handler){handler=jas.Core.aCallUIDefaultHandler;} var form=jas.Core.detectParent(obj,"FORM");form.setAttribute('a:tform','ajaxHolder');if(!vars){vars=new Array();} var holder=API.createOverlay(handler);if(!obj.onACall){obj.onACall=function(lobj,data){jas.Boot.allowActions=true;var holder=API.createOverlay(function(o1,o2,o3,objWait){objWait.parentNode.removeChild(objWait);});var form=jas.Core.detectParent(lobj,"FORM");var objForm=null;if(form){var mode=1;if(form.hasAttribute("a:ainline")){mode=0;} if(document.getElementById("ajaxHolder")!=null){form=document.getElementById("ajaxHolder");mode=0;} if(mode==0){var objRefresh=null;var ddpn=lobj.getAttribute("a:ddpn") if(lobj.hasAttribute("a:arefreshelement")){var idRefresh=ddpn+"_"+lobj.getAttribute("a:arefreshelement");objRefresh=document.getElementById(idRefresh);if(objRefresh==null){throw("cannot find refresh object "+idRefresh);} objRefresh.onclick.apply(objRefresh);} if(lobj.hasAttribute("a:aclose")&&(lobj.getAttribute("a:aclose")=="true")){setTimeout('var obj=document.getElementById("overlayMaster"); obj.parentNode.removeChild(obj);',700);} form.innerHTML=data;objForm=form;} if(mode==1){objForm=form.cloneNode(false);objForm.setAttribute("a:ainline",1);objForm.setAttribute("a:cloned",form.getAttribute('id'));objForm.setAttribute("id","ajaxHolder");objForm.innerHTML=data;holder.appendChild(objForm);} jas.Boot.onLoadAjaxInit();var aScripts=objForm.getElementsByTagName("script");if(aScripts){for(var idx in aScripts){var o=aScripts[idx] if((typeof o==='object')&&(o.hasAttribute)){var je=aScripts[idx].innerHTML;eval(je);}}} jas.Boot.onLoadedAjax();}};} jas.Core.aCall(obj,method,vars,"@");form.removeAttribute('a:tform');} jas.Core.aCallUI2S=function(obj,method,vars){jas.Core.aCallUI2(obj,method,vars,function(o1,o2,o3,o4){if(o2)o2.style='';});} jas.Core.aCallUI2=function(obj,method,vars,handler){jas.Core.aCallUI(obj,method,vars,handler);} jas.Core.aCallRefresh=function(obj,method,target,vars){var API=JAS.import("jas.ui.API",false);if(!obj.onACall){obj.onACall=function(lobj,data){var ddpn=lobj.getAttribute("a:ddpn");var targetObj=document.getElementById(ddpn+"_"+target);if(targetObj==null){targetObj=document.getElementById(target);if(targetObj==null){JAS.log("[ERROR] target object "+ddpn+"_"+target+"("+target+") is null");return;}} targetObj.innerHTML=data;};} jas.Core.aCall(obj,method,vars,"@");} jas.Core.iCallData=function(obj,method,onDone){if(!jas.Boot.allowActions){JAS.debug("Call in progress...");return;} jas.Boot.allowActions=false;var vars=new Array();if(!obj.onACall){obj.onACall=function(lobj,data){jas.Boot.allowActions=true;var ddpn=lobj.getAttribute("a:ddpn");var n=64;if(onDone){onDone(lobj,data);}}} jas.Core.aCall(obj,method,vars,"*");} jas.Core.iCall=function(obj,method,msg){if(!jas.Boot.allowActions){jas.Core.blink(obj,800);JAS.log("Actions are not allowed. Wait for page to be loaded");return;} jas.Boot.allowActions=false;if(msg){var c=confirm(msg);if(!c)return false;} var targetId=null;if(obj.hasAttribute('a:target')){targetId=obj.getAttribute('a:target');document.getElementById(targetId).style.opacity="0.8";} if(obj.hasAttribute('a:targetlocal')){targetId=obj.getAttribute('id').replace(obj.getAttribute('a:localid'),obj.getAttribute('a:targetlocal'));document.getElementById(targetId).style.opacity="0.8";} var oForm=this.detectParent(obj,"FORM");jas.UI.saveFocusedElement();var vars=new Array();if(targetId!==null){vars["a:target"]=targetId;var oo=document.getElementById(targetId);if(oo===null){JAS.error("Cannot find `"+targetId+"`");return;} var ll=['we','wtok','wlist','wtvnl','wtkps'];for(var ii in ll){var kk=ll[ii];if(oo.hasAttribute("a:"+kk)){vars[kk]=oo.getAttribute("a:"+kk);}else{}}} vars["a:cv"]=0;var API=JAS.import("jas.ui.API",false);if(!obj.onACall){obj.onACall=function(lobj,data){if(jas.iCallOnLoad!=null){jas.iCallOnLoad();} var ddpn=lobj.getAttribute("a:ddpn");var n=64;var targetObj=null;if(lobj.hasAttribute('a:target')||lobj.hasAttribute("a:targetlocal")){var targetId=null;if(lobj.hasAttribute('a:target')){targetId=lobj.getAttribute('a:target');} if(lobj.hasAttribute('a:targetlocal')){targetId=lobj.getAttribute('id').replace(lobj.getAttribute('a:localid'),lobj.getAttribute('a:targetlocal'));} targetObj=document.getElementById(targetId);if(targetObj==null){JAS.error(targetObj+" is null or non exitent");} var targetOperation="";if(lobj.hasAttribute('a:targetoperation')){targetOperation=lobj.getAttribute('a:targetoperation');} if(targetOperation=="*+") targetObj.innerHTML+=data;else if(targetOperation=="+*") targetObj.innerHTML=data+targetObj.innerHTML;else if(targetOperation=="+") targetObj.innerHTML+=data;else targetObj.innerHTML=data;targetObj.style.opacity=null;}else{var o=lobj;for(i=0;i<n;i++){if(o==null){break;} if((typeof o==='object')&&(o.hasAttribute)&&o.tagName.toUpperCase()=='DDPS'){targetObj=o.parentNode;break;} if((typeof o==='object')&&(o.hasAttribute)&&o.tagName.toUpperCase()=='FORM'&&o.getAttribute('a:ainline')=='1'){targetObj=o;break;} if((typeof o==='object')&&(o.hasAttribute)&&o.hasAttribute("a:ddpn")&&o.getAttribute("a:ddpn")!=ddpn){targetObj=o;break;} o=o.parentNode;} if(targetObj!=null){JAS.debug("Commit content to");JAS.debug(targetObj);if(data.substring(0,5)!="<ddps"){targetObj.innerHTML="<ddps>"+data+"";}else{targetObj.innerHTML=data;}}else{JAS.error("Target object is null");jas.Boot.allowActions=true;return;}} jas.Boot.onLoadAjaxInit();var aScripts=targetObj.getElementsByTagName("script");if(aScripts){for(var idx in aScripts){var o=aScripts[idx] if((typeof o==='object')){var je=aScripts[idx].innerHTML;eval(je);}}} jas.Boot.onLoadedAjax();jas.UI.restoreFocusedElement();if(jas.iCallOnLoaded!=null){jas.iCallOnLoaded();} jas.Boot.allowActions=true;}} jas.Core.aCall(obj,method,vars,"@");} jas.Core.mCall=function(obj,method,msg){if(!jas.Boot.allowActions){jas.Core.blink(obj,800);JAS.log("Actions are not allowed. Wait for page to be loaded");return;} if(msg){var c=confirm(msg);if(!c)return false;} jas.Boot.allowActions=false;return jas.Core.aCallUI(obj,method);} jas.Core.callInline=function(obj,f,msg,array){return jas.Core.callConsole(obj,f,msg,array);} jas.Core.callConsole=function(obj,f,msg,array){var iframeName="ifrinline";var divIframeName="div-"+iframeName;var objDiv=document.getElementById(divIframeName);var objFrame=document.getElementById(iframeName);var cmd=f.split(":");var className=cmd[1];f=cmd[0];if(array==null)array=new Array();array["class"]=className;array["srcObject"]=obj.id;if(!objFrame){JAS.include("jas.ddp.UI");var div=document.createElement("div");div.setAttribute("id",divIframeName);if(jas.Core.classExists(".athon-call-system")){div.className=".athon-call-system";}else{div.style.backgroundColor="lightgray";div.style.border="1px solid darkred";div.style.borderRadius="3px";div.style.position="fixed";div.style.left="50%";div.style.top="10%";div.style.width="75%";div.style.height="60%";div.style.marginLeft="-37.5%";} var divTitle=document.createElement("div");divTitle.setAttribute("id",divIframeName+'-status');if(jas.Core.classExists(".athon-call-system-title")){divTitle.className=".athon-call-system-title";}else{divTitle.style.padding="3px";divTitle.style.paddingLeft="10px";divTitle.style.borderBottom="2px solid gray";} div.appendChild(divTitle);div.innerHTML+='<'+'ifr'+'ame id="'+iframeName+'" name="'+iframeName+'" ><'+'/if'+'ram'+'e>';document.body.appendChild(div);objFrame=document.getElementById(iframeName);objFrame.style.border="0px solid";objFrame.scrolling="yes";objFrame.style.width="100%";objFrame.style.height="95%";} jas.ddp.UI.blinkText(document.getElementById(divIframeName+'-status'),'red','black',1000);array["statusObject"]=divIframeName+'-status';var oForm=this.detectParent(obj,"FORM");var oldSrc=oForm.action;oForm.action="./execute.php";oForm.target=iframeName;this.call(obj,f,msg,array);oForm.target="_self";oForm.action=oldSrc;} jas.Core.blink=function(obj,t){var step=80;if(t>0){setTimeout(function(){if(!obj.hasAttribute("a:a")||!obj.hasAttribute("a:i")){obj.setAttribute("a:a",obj.style.backgroundColor);obj.setAttribute("a:i","#222222");} if(Math.round(t/step)%2==0){obj.style.backgroundColor=obj.getAttribute("a:i");}else{obj.style.backgroundColor=obj.getAttribute("a:a");} jas.Core.blink(obj,t-step);},step);}else{obj.style.backgroundColor=obj.getAttribute("a:a");obj.removeAttribute("a:a");obj.removeAttribute("a:i");}} jas.Core.initCall=function(obj,wf,msg){if(msg){var c=confirm(msg);if(!c)return false;} if(!jas.Boot.allowActions){jas.Core.blink(obj,800);JAS.log("Actions are not allowed. Wait for page to be loaded");return;} var oForm=this.detectParent(obj,"FORM");if(oForm){if(!oForm.wf){var oWF=document.createElement("input");oWF.setAttribute("type","hidden");oWF.id="wf";oWF.name="wf";oWF.value=wf;oForm.appendChild(oWF);}else{oForm.wf.value=wf;} if(oForm.checkValidity&&!oForm.checkValidity()){oForm.reportValidity();JAS.error("ERROR: form check validity");}else{jas.Core.ldStart();jas.Boot.allowActions=false;setTimeout(function(){jas.Boot.allowActions=true;},3000);oForm.submit();} return true;}else{throw("initCall: Cannot fine FORM using this context "+this);}} jas.Core.initGFCall=function(obj,igfm,igf,msg,data){var vars=new Array();if(igfm){vars["igfm"]=igfm;vars["igfm_sa"]=obj.getAttribute("a:sa");} if(igf){vars["igf"]=igf;vars["igf_sa"]=obj.getAttribute("a:sa");} vars["oS"]=obj.getAttribute("id");if(data){data=jas.Core.rmerge(data,vars);console.log(data);} jas.Core.createVariables(obj,vars);return jas.Core.initCall(obj,"dGFCall",msg,data);} jas.Core.confirmLink=function(obj,msg){var r=confirm(msg) if(r){link=obj.getAttribute("link");window.location=link;}} jas.Core.confirmIfrLink=function(obj,msg,target){var r=confirm(msg) if(r){link=obj.getAttribute("link");var obj=document.getElementById(target);if(!obj)alert("Error");obj.frameborder="yes";obj.scrolling="yes";obj.style.display="inline";window.open(link,target);}} jas.Core.aJSON=function(url,handler,parameters){var method="GET";var formData=new FormData();if(parameters){method="POST";for(var x in parameters){formData.append(x,parameters[x]);}} JAS.loadBasic('jas.external.jquery.jquery');$.ajax({type:method,url:url,dataType:"html",data:formData,processData:false,contentType:false,success:function(dataSent,status,jhr){var data=null;if(jhr.getResponseHeader('content-type')=='application/json'){var dataJSON=$.parseJSON(dataSent);if(dataJSON['@data']!=null){data=dataJSON["@data"];}} if(jhr.getResponseHeader('content-type')=='text/html'){data={'form':dataSent};} if(data){handler(data,dataSent);}else{handler(null,dataSent);}},error:function(request,status,errorThrown){console.error("aJSON:"+errorThrown);}});} jas.Core.getUniqueId=function(){return Math.random()*78902;} jas.Core.print=function(obj,id,addPrefix){this.printByIfr(id,addPrefix);} jas.Core.printByIfr=function(id,addPrefix){var obj=document.getElementById("printIFR");if(!obj){obj=document.createElement("IFRAME");document.body.appendChild(obj);} obj.frameborder="no";obj.scrolling="no";obj.style.width="1px";obj.style.height="1px";if(addPrefix) obj.src="print.php?print_"+id+"&"+Math.random();else obj.src="print.php?"+id+"&"+Math.random();} jas.Core.setSize=function(parentFrameId){var obj=document.getElementById("bdy");var h=obj.offsetHeight+133;var objFrame=parent.document.getElementById(parentFrameId);if(objFrame){objFrame.height=h;objFrame.focus();}} jas.Core.getQueryParams=function(){var $_GET=new Array();document.location.search.replace(/\??(?:([^=]+)=([^&]*)&?)/g,function(){function decode(s){return decodeURIComponent(s.split("+").join(" "));} if(decode(arguments[1]).indexOf("[]")>0){var newName=decode(arguments[1]).substring(0,decode(arguments[1]).length-2);if(typeof $_GET[newName]=='undefined'){$_GET[newName]=new Array();} $_GET[newName].push(decode(arguments[2]));}else{$_GET[decode(arguments[1])]=decode(arguments[2]);}});return $_GET;} jas.Core.selectText=function(obj){var sel,range;var el=obj if(window.getSelection&&document.createRange){sel=window.getSelection();if(sel.toString()==''){window.setTimeout(function(){range=document.createRange();range.selectNodeContents(el);sel.removeAllRanges();sel.addRange(range);},1);}}else if(document.selection){sel=document.selection.createRange();if(sel.text==''){range=document.body.createTextRange();range.moveToElementText(el);range.select();}}} jas.Core.stopEventPropagation=function(event){if(!event) event=window.event;if(event.stopPropagation){event.stopPropagation();} else{event.cancelBubble=true;}} jas.Core.onPageLoad=function(f){jas.Boot.attach("load",f);} jas.Core.classExists=function(className){var ret=[];var kk='cached.classes';if(jas.buffers[kk]){ret=jas.buffers[kk];} else{for(var i=0;i<document.styleSheets.length;i++){try{var rules=document.styleSheets[i].rules||document.styleSheets[i].cssRules;for(var x in rules){if(typeof rules[x].selectorText=='string'){var splitted=rules[x].selectorText.split(",");for(var y in splitted){ret.push(splitted[y].trim());}}}}catch(e){}} jas.buffers[kk]=ret;} for(var i=0;i<ret.length;i++){if(ret[i]==className)return true;} return false;} jas.Boot.attach("load",function(){if(typeof $!='function'&&typeof jQuery!='function'){JAS.loadBasic('jas.external.jquery.jquery');} jas.Boot.init();jas.Core.ldProgress(null,null);jas.Core.ldProgressStop();Core.gotoAnchor();jas.Boot.attachEvent(document,"keydown",jas.Events.keyboardSpecialKeys);jas.Boot.attachEvent(document,"keydown",jas.Events.keyboardKeys);jas.Boot.attachEvent(document,"keyup",jas.Events.keyboardObject);jas.Boot.attachEvent(document,"mousemove",jas.Events.keyboardSpecialKeys);jas.Boot.attachEvent(document,"mousemove",jas.Events.mousePosition);jas.Boot.attach("click",jas.Events.collectEventAction);jas.Boot.attach("change",jas.Events.collectEventAction);jas.Boot.attach("focus",function(){setTimeout(function(){jas.Core.ldProgressStop();},10000);if(jas.Boot.location==null){jas.Boot.location=window.location;jas.Boot.allowActions=true;}});jas.Boot.attach("paste",jas.Events.pasteAction);jas.Boot.allowActions=true;jas.Boot.attach("click",function(a,b){if(jas.Events.isCtrlKeyPressed){return;} jas.Core.ldStart(true);});jas.Boot.attach("pageshow",function(a,b){});jas.Boot.attach("pagehide",function(a,b){});if(document.layers){document.captureEvents(Event.KEYDOWN|Event.MOUSEMOVE);} jas.Core.removeCookie("WTpd");jas.Core.removeCookie("WTla");});jas.UI=function(){} jas.UI.saveFocusedElement=function(){} jas.UI.restoreFocusedElement=function(){setTimeout(function(){if(jas.Events.objectFocused!=null){var d=document.getElementById(jas.Events.objectFocused.id);if(d){if(d.onCustomFocus){d.onCustomFocus();} d.focus();jas.UI.moveCaret(d);}else{} jas.Events.objectFocused=null;}},100);} jas.UI.checkAll=function(obj,groupId){var objs=jas.Core.getElementsByTagName(document.body,"input");var s=obj.checked;var t="";if(objs){for(var key in objs){var o=objs[key];if(o){if((o.id)&&(o.id.indexOf(groupId)!=-1))o.checked=s;}}}} jas.UI.moveCaret=function(el){if(typeof el.selectionStart=="number"){el.selectionStart=el.selectionEnd=el.value.length;}else if(typeof el.createTextRange!="undefined"){el.focus();var range=el.createTextRange();range.collapse(false);range.select();}} jas.UI.getPosition=function(obj){if(obj.offsetX!=null&&obj.offsetY!=null){return[obj.offsetX,obj.offsetY]} var o=obj;var curleft=0;var curtop=0;if(obj.offsetParent){do{curleft+=obj.offsetLeft;curtop+=obj.offsetTop;}while(obj=obj.offsetParent);} o.offsetX=curleft;o.offsetY=curtop;return[curleft,curtop];} jas.Boot.attach("unload",function(){jas.Core.ldProgressStop();});</script><script language="JavaScript" type="text/javascript" id="jphp/consent/Consent.js">JAS.package("jas.Consent");jas.Consent=function(){} jas.Consent.prototype=new jas.lang.Object("jas.Consent");jas.Consent.load=function(){var consent=jas.Core.getCookie('ath-consent');var isIframe=false;try{if(window.frameElement!=null){isIframe=true;}}catch(e){} if("./~/rest/consent?apikey=consent-5ff6b1049ead3-1610002692 "!=""&&!isIframe){JAS.loadBasic('jas.external.jquery.jquery');if(consent!='accept'){jas.Core.aJSON("./~/rest/consent?apikey=consent-5ff6b1049ead3-1610002692 ",function(data){if(data['hasForm']){var o=document.createElement('div');o.setAttribute('id','athConsent');o.innerHTML=data['form'];document.body.appendChild(o);}});}else{}}} jas.Consent.accept=function(token){if(token=='request-token'){if("./~/rest/consent?apikey=consent-5ff6b1049ead3-1610002692 "!=""){jas.Core.aJSON("./~/rest/consent?apikey=consent-5ff6b1049ead3-1610002692 ",function(data){var token=null;if((data!=null)&&data['token']!=null){token=data['token'];} if(token==null){console.error("Token is null");} var o=document.getElementById('athConsent') if(o!=null){o.parentNode.removeChild(o);} jas.Core.setCookie('ath-consent','accept',1);jas.Core.setCookie('ath-consent-accepted',token,1);},{'operation':'accept'});}else{}}else{jas.Core.setCookie('ath-consent','accept',1);jas.Core.setCookie('ath-consent-accepted',new Date(),1);var o=document.getElementById('athConsent') if(o!=null){o.parentNode.removeChild(o);}}}</script><script type="text/javascript" language="JavaScript">jas.Boot.onLoad(function(){ jas.Consent.load(); })</script><style type="text/css">.L2216626990_hideOnPrint{display: none;}.L2216626990_showOnPrint{display: block;}.L2216626990_showOnPrint{display: none;}</style><style type="text/css">.L384433066_hideOnPrint{display: none;}.L384433066_showOnPrint{display: block;}.L384433066_showOnPrint{display: none;}</style><style type="text/css">.L345644441_hideOnPrint{display: none;}.L345644441_showOnPrint{display: block;}.L345644441_showOnPrint{display: none;}</style><meta http-equiv="refresh" content="14401;URL='./?we=module.org.bm2.home&wtok=&wtkps=S7QytKoutjK1Uiovyc4pVrL2s64FAA==&wchk=f308d166b1104e71739a40361d952646aa5c328f'"><link href="/src/org/bm2/template/css/tether.min.css?t=1732371883" rel="stylesheet" type="text/css" id="org/bm2/template/css/tether.min.css"><link href="/src/org/bm2/template/css/bootstrap.css?t=1732371883" rel="stylesheet" type="text/css" id="org/bm2/template/css/bootstrap.css"><link href="/src/org/bm2/template/css/font-awesome.css?t=1732371883" rel="stylesheet" type="text/css" id="org/bm2/template/css/font-awesome.css"><link href="/src/org/bm2/template/css/tipped.css?t=1732371883" rel="stylesheet" type="text/css" id="org/bm2/template/css/tipped.css"><link href="/src/org/bm2/template/css/NEW_drooltip.css?t=1732371883" rel="stylesheet" type="text/css" id="org/bm2/template/css/NEW_drooltip.css"><link href="/src/org/bm2/template/css/style.css?t=1732371883" rel="stylesheet" type="text/css" id="org/bm2/template/css/style.css"><link href="/src/org/bm2/template/css/SimpleProfileView.css?t=1732371883" rel="stylesheet" type="text/css" id="org/bm2/template/css/SimpleProfileView.css"><link href="/src/org/bm2/app/person/css/PublicProfile.css?t=1732004835.696" rel="stylesheet" type="text/css" id="org/bm2/app/person/css/PublicProfile.css"><style id="mainstyles" a:object="jphp_ui_object_Style" a:localId="mainstyles" a:p="1" remove="yes"></style> <!--[if gte IE 9] <style type="text/css">.gradient {filter: none;}</style> <![endif]--> </head> <body> <form class="buton-reload" method="post" enctype="multipart/form-data" id="formHeader" onsubmit="return false" action="/"> <div class="hero_header"></div> <header class="nav-header"> <div id="searchToolBar" a:object="org_bm2_app_search_SearchToolBarPublic" runat="server" a:localId="searchToolBar" a:p="1"> <div class="container-fluid"> <div class="header--menu"> <div class="mobile-logo"> <a href="/" class="lp-logo" a:loader="on"></a> </div> <div class="mobile-search"> <div class="search-form"> <input class="search-box" data-name="Search" maxlength="256" placeholder="Search for BrainMap users by work country, name, skills, institution..." type="text" id="384433066_query" name="384433066[query]" a:localid="query" a:localname="query" a:ddpn="384433066" a:p="1" autocomplete="none" a:sa="|#Y#.#Y#.aa1a228c0e0bcce3be70c4d149b328f2fd6fb094|#Y#.#Y#.aa1a228c0e0bcce3be70c4d149b328f2fd6fb094"> <input class="submit" type="submit" value="" id="384433066_btnSearch" name="384433066[btnSearch]" onclick="Core.call(this,'gotoSearch');" a:localid="btnSearch" a:localname="btnSearch" a:ddpn="384433066" a:p="1" autocomplete="none" a:sa="|#Y#.J2dvdG9TZWFyY2gn#Y#.2895d5b9c9156f6e435fe6efbf2635df8002131f|#Y#.J2dvdG9TZWFyY2gn#Y#.2895d5b9c9156f6e435fe6efbf2635df8002131f"> </div> </div> <div class="profile_menu"> <div id="384433066_userStatus" class="homeAuth" runat="server" type="html" a:localid="userStatus" a:ddpn="384433066" a:p="1"> <div class="authContainer"> <div class="login-container" id="384433066_ugm" a:object="org_bm2_layout_UserGuestMenu" runat="server" type="html" a:localid="ugm" a:ddpn="384433066" a:p="1"> <a id="345644441_lnkBrainMapAuth" class="auth_notlogged logIn" href="/?we=module.org.bm2.auth&wtok=1248c09e8095feb666b67c2812f2efaa0beed044&wtkps=VY5NEoMgDIXvwr6WICDSE3TnTE8AEltHLFZq7c/07kV2ncniveQlX4wW+hN1qUnsHTlELZKE6rFi94JwRx6GYVqfS2vkVDJq/ChGOHu1crd7l8Cl3UEtb5cwb8tMkxU3UVJNxuAWj8Vo+muBD+OLabG+b5s5dL3PKaVJ2zU4x2NGV4lMlQRebw6SdW66Nqc9YyAlk3VN8yDd/u+IhL0PPmZy+kFU1lBUzHBBKU/ZFrtcaK2rQJHD9wc=&wchk=1a3b055067c3aa7e6a735923f122b31135d33fef" a:localid="lnkBrainMapAuth" a:ddpn="345644441" a:p="1">Log In</a> <a id="345644441_lnkBrainMapRegistration" class="auth_notlogged signUp" href="/?we=module.org.bm2.registration&wtok=1248c09e8095feb666b67c2812f2efaa0beed044&wtkps=VY5NEoMgDIXvwr6WICDSE3TnTE8AEltHLFZq7c/07kV2ncniveQlX4wW+hN1qUnsHTlELZKE6rFi94JwRx6GYVqfS2vkVDJq/ChGOHu1crd7l8Cl3UEtb5cwb8tMkxU3UVJNxuAWj8Vo+muBD+OLabG+b5s5dL3PKaVJ2zU4x2NGV4lMlQRebw6SdW66Nqc9YyAlk3VN8yDd/u+IhL0PPmZy+kFU1lBUzHBBKU/ZFrtcaK2rQJHD9wc=&wchk=c39785a27d928eafe41518a7038acb3f6d9368a9" a:localid="lnkBrainMapRegistration" a:ddpn="345644441" a:p="1">Sign Up</a> </div> </div> </div> </div> </div> </div> </div> </header> <input a:created="1" name="wtok" id="formHeader_wtok" value="1248c09e8095feb666b67c2812f2efaa0beed044" type="hidden"><input a:created="1" name="wlist" id="formHeader_wlist" value="#Y#.YTowOnt9#Y#.5452c2af6d8a7e89b9597a5398d75b2d257d1b2e" type="hidden"><input a:created="1" name="wtvnl" id="formHeader_wtvnl" value="UzdReXRLck90REsyTURFeE5qWXdNN05PdERLeXFpNjJNclZTS2l4TkxhcFVzaTRHcWxCS0FkR1dWa3BKSlhuQnFZbEZ5UmtJOGRwYUFBPT0=#4a658e1c68186a0bc468062c85683dcc9218792b" type="hidden"><input a:created="1" name="we" id="formHeader_we" value="module.main.eval.publicProfile" type="hidden"><input a:created="1" name="wtkps" id="formHeader_wtkps" value="VY5NEoMgDIXvwr6WICDSE3TnTE8AEltHLFZq7c/07kV2ncniveQlX4wW+hN1qUnsHTlELZKE6rFi94JwRx6GYVqfS2vkVDJq/ChGOHu1crd7l8Cl3UEtb5cwb8tMkxU3UVJNxuAWj8Vo+muBD+OLabG+b5s5dL3PKaVJ2zU4x2NGV4lMlQRebw6SdW66Nqc9YyAlk3VN8yDd/u+IhL0PPmZy+kFU1lBUzHBBKU/ZFrtcaK2rQJHD9wc=" type="hidden"></form> <div id="content" class="publicProfile" a:localId="content" a:p="1"> <form class="buton-reload" method="post" enctype="multipart/form-data" id="formMain" onsubmit="return false" action="/"> <div class="profile_view"> <div id="DDPMainManager" runat="server" type="html" a:localId="DDPMainManager" a:p="1"><ddp id="2216626990" name="PublicProfile" a:title="PublicProfile"><ddps> <div class="profile_view main"> <div class="wrapper"> <section class="row"> <div class="sidebar-list col-md-3"> <div class="profile-edit-img"> <img id="2216626990_idFileAvatar" a:resize="iWH" a:width="150" a:height="150" a:defaultimagepath="org/bm2/template/img/profile.png" a:preview="0" class="pozaProfilPublic" loader="off" a:localid="idFileAvatar" a:ddpn="2216626990" a:p="1" alt="IMG 20180727 133430" width="150" height="150" src="/resource-c-591238-150x150-iwh-img_20180727_133430.jpg" a:security="0" a:loader="on" href="https://www.brainmap.ro/resource-c-591238-150x150-iwh-img_20180727_133430.jpg"> </div> <div class="profile-lowInfo"> <label class="sidebar-p" name="2216626990[idOrasLucru]" id="2216626990_idOrasLucru" type="select" a:localid="idOrasLucru" a:localname="idOrasLucru" a:ddpn="2216626990" a:p="1" for="null"></label> <label class="sidebar-p" name="2216626990[idTaraLucru]" id="2216626990_idTaraLucru" type="select" a:localid="idTaraLucru" a:localname="idTaraLucru" a:ddpn="2216626990" a:p="1" for="null">Romania</label> <p class="sidebar-p">Citizenship: </p> <p class="sidebar-p">Ph.D. degree award: <span></span></p> </div> </div> <div class="profile-dash col-md-9"> <h3> <label id="2216626990_firstName" a:localid="firstName" a:ddpn="2216626990" a:p="1" for="null">Rizescu</label> <label id="2216626990_lastName" style="text-transform:uppercase" a:localid="lastName" a:ddpn="2216626990" a:p="1" for="null">Claudiu Eduard</label></h3> <h4></h4> <h5> - <label name="2216626990[instNume]" id="2216626990_instNume" a:localid="instNume" a:localname="instNume" a:ddpn="2216626990" a:p="1" for="null">Institutul National de Cercetare-Dezvoltare pentru Chimie si Petrochimie - ICECHIM Bucuresti</label> <div class="profile__elinks" style="display:inline-block; background-color: transparent; margin:0; padding:0"> </div> </h5> <div id="2216626990_rolesDiv" class="roles-list" title="Professional role(s)" a:localid="rolesDiv" a:ddpn="2216626990" a:p="1"><label id="2216626990_roles" a:localid="roles" a:ddpn="2216626990" a:p="1" for="null">Researcher | Student</label></div> <div class="profile__elinks"> </div> <div class="shareUrl"> <div class="menu__icon" style="float:left;margin-top: -5px"><i class="collaborator-share__icon collaborator-share__icon--link-blue" style="margin-top: 0px"></i></div> <span class="shareUrlspan"> <a a:security="0" class="tooltip-info menu__icon" id="2216626990_publicProfileLink" a:parseifnovalue="yes" a:localid="publicProfileLink" a:ddpn="2216626990" a:p="1" href="https://www.brainmap.ro/rizescu-claudiu-eduard" title="https://www.brainmap.ro/rizescu-claudiu-eduard" loader="off"><span title="The public share link allows people to view your profile." class="collaborator-share__copy-link" href="#">Personal public profile link.</span></a></span> </div> </div> </section> <section class="row belowHero"> <div class="fixed_sidebar col-md-3"> <div class="sidebarBottom"> <div class="profile_tags"> <span class="sidebarTitle">Expertise & keywords</span> <ul id="2216626990_listKeywords" runat="server" type="table" a:localid="listKeywords" a:ddpn="2216626990" a:p="1"> <div a:type="template"> <!--<li><a title="Fluid Mechanics" href="#"><i class="menu__icon menu__icon--skills"></i> Fluid Mechanics</a></li> --> <li><a id="2216626990_listKeywords.items.keywordTitle@0" a:parseifnovalue="yes" title="" class="ellipses key_tag tooltip-info" href="#" a:localid="keywordTitle" a:ddpn="2216626990" a:row="0" a:p="1"><i class="menu__icon menu__icon--tag"></i><span id="2216626990_listKeywords.items.keyword@0" runat="server" a:localid="keyword" a:ddpn="2216626990" a:row="0" a:p="1">metal-oxide catalysts</span></a></li> </div><div a:type="template"> <!--<li><a title="Fluid Mechanics" href="#"><i class="menu__icon menu__icon--skills"></i> Fluid Mechanics</a></li> --> <li><a id="2216626990_listKeywords.items.keywordTitle@1" a:parseifnovalue="yes" title="" class="ellipses key_tag tooltip-info" href="#" a:localid="keywordTitle" a:ddpn="2216626990" a:row="1" a:p="1"><i class="menu__icon menu__icon--tag"></i><span id="2216626990_listKeywords.items.keyword@1" runat="server" a:localid="keyword" a:ddpn="2216626990" a:row="1" a:p="1">Heterogenous catalysis</span></a></li> </div><div a:type="template"> <!--<li><a title="Fluid Mechanics" href="#"><i class="menu__icon menu__icon--skills"></i> Fluid Mechanics</a></li> --> <li><a id="2216626990_listKeywords.items.keywordTitle@2" a:parseifnovalue="yes" title="" class="ellipses key_tag tooltip-info" href="#" a:localid="keywordTitle" a:ddpn="2216626990" a:row="2" a:p="1"><i class="menu__icon menu__icon--tag"></i><span id="2216626990_listKeywords.items.keyword@2" runat="server" a:localid="keyword" a:ddpn="2216626990" a:row="2" a:p="1">Liquid biofuels</span></a></li> </div><div a:type="template"> <!--<li><a title="Fluid Mechanics" href="#"><i class="menu__icon menu__icon--skills"></i> Fluid Mechanics</a></li> --> <li><a id="2216626990_listKeywords.items.keywordTitle@3" a:parseifnovalue="yes" title="" class="ellipses key_tag tooltip-info" href="#" a:localid="keywordTitle" a:ddpn="2216626990" a:row="3" a:p="1"><i class="menu__icon menu__icon--tag"></i><span id="2216626990_listKeywords.items.keyword@3" runat="server" a:localid="keyword" a:ddpn="2216626990" a:row="3" a:p="1">Inorganic solids</span></a></li> </div> </ul> </div> <span class="p-divider"></span> </div> </div> <section class="brain-content col-md-9"> <div class="col-md-12 pad_div"> <nav class="profile_nav"> <ul> <li><a id="2216626990_lnkProjects" href="https://www.brainmap.ro/?we=module.main.eval.publicProfile&ui=projects&wtok=1248c09e8095feb666b67c2812f2efaa0beed044&wtkps=VY5NEoMgDIXvwr6WICDSE3TnTE8AEltHLFZq7c/07kV2ncniveQlX4wW+hN1qUnsHTlELZKE6rFi94JwRx6GYVqfS2vkVDJq/ChGOHu1crd7l8Cl3UEtb5cwb8tMkxU3UVJNxuAWj8Vo+muBD+OLabG+b5s5dL3PKaVJ2zU4x2NGV4lMlQRebw6SdW66Nqc9YyAlk3VN8yDd/u+IhL0PPmZy+kFU1lBUzHBBKU/ZFrtcaK2rQJHD9wc=&wchk=1f104dff7d01c668d7f719de09b7ccc7e965a31f" a:localid="lnkProjects" a:ddpn="2216626990" a:p="1" class="active">Projects</a></li> <li><a id="2216626990_lnkPublications" href="https://www.brainmap.ro/?we=module.main.eval.publicProfile&ui=publications&wtok=1248c09e8095feb666b67c2812f2efaa0beed044&wtkps=VY5NEoMgDIXvwr6WICDSE3TnTE8AEltHLFZq7c/07kV2ncniveQlX4wW+hN1qUnsHTlELZKE6rFi94JwRx6GYVqfS2vkVDJq/ChGOHu1crd7l8Cl3UEtb5cwb8tMkxU3UVJNxuAWj8Vo+muBD+OLabG+b5s5dL3PKaVJ2zU4x2NGV4lMlQRebw6SdW66Nqc9YyAlk3VN8yDd/u+IhL0PPmZy+kFU1lBUzHBBKU/ZFrtcaK2rQJHD9wc=&wchk=f68681c9dc58928746433b13688ea18a5e3b40c7" a:localid="lnkPublications" a:ddpn="2216626990" a:p="1">Publications & Patents</a></li> <!-- <li><a id="lnkPatents" href="/?we=module.main.eval.publicProfile&ui=patents"></a></li>--> <li><a id="2216626990_lnkEntrepreneurship" href="https://www.brainmap.ro/?we=module.main.eval.publicProfile&ui=entrepreneurship&wtok=1248c09e8095feb666b67c2812f2efaa0beed044&wtkps=VY5NEoMgDIXvwr6WICDSE3TnTE8AEltHLFZq7c/07kV2ncniveQlX4wW+hN1qUnsHTlELZKE6rFi94JwRx6GYVqfS2vkVDJq/ChGOHu1crd7l8Cl3UEtb5cwb8tMkxU3UVJNxuAWj8Vo+muBD+OLabG+b5s5dL3PKaVJ2zU4x2NGV4lMlQRebw6SdW66Nqc9YyAlk3VN8yDd/u+IhL0PPmZy+kFU1lBUzHBBKU/ZFrtcaK2rQJHD9wc=&wchk=ebf2c38f78be6eccda004f7fb1768bc5113b84e1" a:localid="lnkEntrepreneurship" a:ddpn="2216626990" a:p="1">Entrepreneurship</a></li> <li><a id="2216626990_lnkDe" href="https://www.brainmap.ro/?we=module.main.eval.publicProfile&ui=de&wtok=1248c09e8095feb666b67c2812f2efaa0beed044&wtkps=VY5NEoMgDIXvwr6WICDSE3TnTE8AEltHLFZq7c/07kV2ncniveQlX4wW+hN1qUnsHTlELZKE6rFi94JwRx6GYVqfS2vkVDJq/ChGOHu1crd7l8Cl3UEtb5cwb8tMkxU3UVJNxuAWj8Vo+muBD+OLabG+b5s5dL3PKaVJ2zU4x2NGV4lMlQRebw6SdW66Nqc9YyAlk3VN8yDd/u+IhL0PPmZy+kFU1lBUzHBBKU/ZFrtcaK2rQJHD9wc=&wchk=ac9758f8dcd788403fd0bc8b26f217189cc6bca3" a:localid="lnkDe" a:ddpn="2216626990" a:p="1">Reviewer section</a></li> </ul> </nav> </div> <div class="table_content_view col-md-12"> <div class="tg-wrap"> <div id="2216626990_section" runat="server" type="html" a:localid="section" a:ddpn="2216626990" a:p="1"> <div id="2216626990_list" type="table" runat="server" a:localid="list" a:ddpn="2216626990" a:p="1"> <div a:type="template"> <div class="whitebox row projectList--ID"> <div class="field_row col-md-12" id="2216626990_list.items.fieldRow@0" a:localid="fieldRow" a:ddpn="2216626990" a:row="0" a:p="1"> <div class="field_line"> <div class="table-validate-projects"> <div><input type="hidden" id="2216626990_list.items.id@0" name="2216626990[list][items][0][id]" a:localid="id" a:localname="id" a:ddpn="2216626990" a:row="0" visibleonprint="1" autocomplete="none" a:p="1" a:sa="|#Y#.#Y#.aa1a228c0e0bcce3be70c4d149b328f2fd6fb094|#Y#.#Y#.aa1a228c0e0bcce3be70c4d149b328f2fd6fb094"> <div class="first-row project-title--row row"> <div class="project-title"> <label id="2216626990_list.items.pTitlu@0" class="pTitlu" type="html" style="display:inline" a:localid="pTitlu" a:ddpn="2216626990" a:row="0" for="null" a:p="1">NEW DIAGNOSIS AND TREATMENT TECHNOLOGIES FOR THE CONSERVATION AND REVITALIZATION OF ARCHAEOLOGICAL COMPONENTS FROM NATIONAL CULTURAL HERITAGE </label> <span style="color: #333; font-weight: 600">Call name: <label id="2216626990_list.items.compDescr@0" style="color: #333; font-weight: 400" a:localid="compDescr" a:ddpn="2216626990" a:row="0" for="null" a:p="1">P 1 - SP 1.2 - Proiecte complexe realizate in consor葲ii CDI</label></span><br> <span class="projectID"><label id="2216626990_list.items.codDepunere@0" type="html" a:localid="codDepunere" a:ddpn="2216626990" a:row="0" for="null" a:p="1">PN-III-P1-1.2-PCCDI-2017-0476</label></span> <span class="projectID"> <span class="menu__icon menu__icon--date" id="2216626990_list.items.downloadIcon@0" runat="server" a:localid="downloadIcon" a:ddpn="2216626990" a:row="0" a:p="1"></span> <label id="2216626990_list.items.anulInceperii@0" type="html" a:localid="anulInceperii" a:ddpn="2216626990" a:row="0" for="null" a:p="1">2018</label> - <label id="2216626990_list.items.anulIncheierii@0" type="html" a:localid="anulIncheierii" a:ddpn="2216626990" a:row="0" for="null" a:p="1">2021</label> </span> </div> </div> <div class="project-info row"> <div class="validate-select col-md-6"> <span class="option-title"> <span class="menu__icon menu__icon--role" id="2216626990_list.items.downloadIcon@0" runat="server" a:localid="downloadIcon" a:ddpn="2216626990" a:row="0" a:p="1"></span> Role in this project: <label id="2216626990_list.items.rolId@0" type="select" a:localid="rolId" a:ddpn="2216626990" a:row="0" for="null" a:p="1"></label> </span> </div> </div> <div class="project-info row"> <span class="option-title"> <span class="menu__icon menu__icon--coordInstitution"></span> Coordinating institution: </span> <label id="2216626990_list.items.instNume@0" type="html" a:localid="instNume" a:ddpn="2216626990" a:row="0" for="null" a:p="1">Institutul National de Cercetare-Dezvoltare pentru Chimie si Petrochimie - ICECHIM Bucuresti</label> </div> <!--<div class="project-role" style="margin-bottom:10px"> <span class="menu__icon menu__icon--role" id="downloadIcon" runat="server"></span> <span class="option-title">Project coordinator:</span> <label id="dpNume" type="html" style="text-transform:uppercase">Nume</label> <label id="dpPrenume">Prenume</label> </div>--> <div class="project-info row"> <span class="menu__icon menu__icon--institutions"></span> <span class="option-title">Project partners:</span> <label id="2216626990_list.items.instList@0" type="html" a:localid="instList" a:ddpn="2216626990" a:row="0" for="null" a:p="1">Institutul National de Cercetare-Dezvoltare pentru Chimie si Petrochimie - ICECHIM Bucuresti (RO); UNIVERSITATEA OVIDIUS (RO); INSTITUTUL DE CHIMIE FIZICA - ILIE MURGULESCU (RO); UNIVERSITATEA "VALAHIA" TARGOVISTE (RO)</label> </div> <div class="project-info row"> <span class="menu__icon menu__icon--affiliation"></span> <span class="option-title">Affiliation:</span> <label id="2216626990_list.items.affiliation@0" type="html" a:localid="affiliation" a:ddpn="2216626990" a:row="0" for="null" a:p="1"></label> </div> <div class="project-info row"> <span class="menu__icon menu__icon--affiliation"></span> <span class="option-title">Project website:聽</span> <a id="2216626990_list.items.site@0" type="html" target="_blank" class="siteLink" a:localid="site" a:ddpn="2216626990" a:row="0" a:p="1" href="https://icechim.ro/project/tehnologii-noi-de-diagnoza-si-tratament-pentru-conservarea-si-revitalizarea-componentelor-arheologice-ale-patrimoniului-cultural-national-arheocons/" security="off" loader="off">https://icechim.ro/project/tehnologii-noi-de-diagnoza-si-tratament-pentru-conservarea-si-revitalizarea-componentelor-arheologice-ale-patrimoniului-cultural-national-arheocons/</a> </div> <!--<div class="project-role"> <span class="option-title">Financed:</span> <label id="finantare" type="select">?</label> </div>--> <div class="project-info row"> <span class="menu__icon menu__icon--affiliation"></span> <span class="option-title abstract-hover">Abstract:</span> <div class="expand"> <label id="2216626990_list.items.abstract@0" type="html" preserveformat="basic" a:localid="abstract" a:ddpn="2216626990" a:row="0" for="null" a:p="1">The cultural heritage, as a source of national historical and cultural authenticity, is subjected to deterioration, and for stopping it, some specific procedures are required: cleaning, replacement of old materials and application of new protective materials compatible with the original, and advanced monitoring with sustainability assessment. The consortium of the present project has a unique expertise in Romania, recognised in Europe, through the many published papers, essential projects in Romania (Basarabi Churches, Potlogi Palace, etc.), OSIM and EPO patents, technology transfer, nanomaterials in chemical and biological preservation for cultural heritage objects and objectives; the partner institutions complement each other on a regional basis in the working plan of the whole project.<br> <br>The overall objective of the project is to develop new materials, new methods and technologies that obey the principles of authenticity, reversibility and value, with a strong impact on immobile cultural heritage 聽objects (fresco, basreliefs and mosaic) and mobile (decorative artefacts from ceramics, glass, metal, bone, objects of art and archaeology). Specific objectives: Developing innovative technologies for protecting national cultural heritage, multidisciplinary cross-sectoral approach, encouraging young professionals as leaders in heritage preservation, exploitation of research results for new jobs, promoting heritage education, professional expertise among all factors involved in the patrimony protection system.<br> <br>The project, with a high degree of innovation and originality, applies unique technologies in Romania based on new materials compatible with the original materials and develops new techniques practical applied to: Roman Mosaic and Hypogeum Tomb, Constanta, Adamclisi Museum (basreliefs), Constanta County, Corvin鈥檚 Castle (Fresca Loggia Mathia) and Archaeology Museum, Hunedoara.<br> <br></label> </div> <span class="read-more-front">Read more</span> </div> </div> </div> </div> </div> </div> </div> </div> <table class="table table-striped"> <thead> <tr> <th>FILE DESCRIPTION</th> <th>DOCUMENT</th> </tr> </thead> <tr> <td data-label="DESCRIPTION">List of research grants as project coordinator or partner team leader</td> <td data-label="DOCUMENT"> <div class="download_pdf has-spinner" id="2216626990_idFileProjectsNewBox" a:localid="idFileProjectsNewBox" a:ddpn="2216626990" a:p="1"> </div> <!-- <input name="idFileProjectsNew" type="hidden" id="idFileProjectsNew"> --> </td> </tr> <tr> <td data-label="DESCRIPTION">Significant R&D projects for enterprises, as project manager</td> <td data-label="DOCUMENT"> <div class="download_pdf has-spinner" id="2216626990_idFileProjectsCOEnterpriseBox" a:localid="idFileProjectsCOEnterpriseBox" a:ddpn="2216626990" a:p="1"> </div> </td> </tr> <tr> <td data-label="DESCRIPTION">R&D activities in enterprises</td> <td data-label="DOCUMENT"> <div class="download_pdf has-spinner" id="2216626990_idFileActivityEnterpriseBox" a:localid="idFileActivityEnterpriseBox" a:ddpn="2216626990" a:p="1"> </div> </td> </tr> <tr> <td data-label="DESCRIPTION">Peer-review activity for international programs/projects</td> <td data-label="DOCUMENT"> <div class="download_pdf has-spinner" id="2216626990_idFileActivityReviewerBox" a:localid="idFileActivityReviewerBox" a:ddpn="2216626990" a:p="1"> </div> </td> </tr> </table> </div> </div> </div> </section> <span class="p-divider"></span> </section> </div> </div> </ddps></ddp></div> </div> <input a:created="1" name="wtok" id="formMain_wtok" value="1248c09e8095feb666b67c2812f2efaa0beed044" type="hidden"><input a:created="1" name="wlist" id="formMain_wlist" value="#Y#.YTowOnt9#Y#.5452c2af6d8a7e89b9597a5398d75b2d257d1b2e" type="hidden"><input a:created="1" name="wtvnl" id="formMain_wtvnl" value="UzdReXRLck90REl5TWpRek16S3p0RFN3VGdTSkZGdVpXQ25sWkJhWEtNSDRwbFpLbVNXcHVjVlFnVXdydUVvam9FeUtrblV4a0tjRXBHdEJBQUE9#0ee11259de68b3c5236a687cb02342a0b387b194" type="hidden"><input a:created="1" name="we" id="formMain_we" value="module.main.eval.publicProfile" type="hidden"><input a:created="1" name="wtkps" id="formMain_wtkps" value="VY5NEoMgDIXvwr6WICDSE3TnTE8AEltHLFZq7c/07kV2ncniveQlX4wW+hN1qUnsHTlELZKE6rFi94JwRx6GYVqfS2vkVDJq/ChGOHu1crd7l8Cl3UEtb5cwb8tMkxU3UVJNxuAWj8Vo+muBD+OLabG+b5s5dL3PKaVJ2zU4x2NGV4lMlQRebw6SdW66Nqc9YyAlk3VN8yDd/u+IhL0PPmZy+kFU1lBUzHBBKU/ZFrtcaK2rQJHD9wc=" type="hidden"></form> <div class="clear"></div> <div class="footerLinks"> <div class="uefiscdi-logo-albastru"></div> <ul class="footer_links"> <li><a href="http://uefiscdi.gov.ro" target="_blank">Copyright 漏 <span id="currentYear" runat="server" a:localId="currentYear" a:p="1">2024</span> UEFISCDI</a></li> <li><a class="white-link" href="/?we=module.app.termsAndConditions&wtok=1248c09e8095feb666b67c2812f2efaa0beed044&wtkps=VY5NEoMgDIXvwr6WICDSE3TnTE8AEltHLFZq7c/07kV2ncniveQlX4wW+hN1qUnsHTlELZKE6rFi94JwRx6GYVqfS2vkVDJq/ChGOHu1crd7l8Cl3UEtb5cwb8tMkxU3UVJNxuAWj8Vo+muBD+OLabG+b5s5dL3PKaVJ2zU4x2NGV4lMlQRebw6SdW66Nqc9YyAlk3VN8yDd/u+IhL0PPmZy+kFU1lBUzHBBKU/ZFrtcaK2rQJHD9wc=&wchk=476ea2bca5c4f5c8698f2f42762383a22cff6ef3">Terms and Conditions</a></li> <li><a class="white-link" href="/privacy-policy" a:loader="on">Privacy Policy</a></li> <li><a class="white-link" href="/?we=module.app.aboutUs&wtok=1248c09e8095feb666b67c2812f2efaa0beed044&wtkps=VY5NEoMgDIXvwr6WICDSE3TnTE8AEltHLFZq7c/07kV2ncniveQlX4wW+hN1qUnsHTlELZKE6rFi94JwRx6GYVqfS2vkVDJq/ChGOHu1crd7l8Cl3UEtb5cwb8tMkxU3UVJNxuAWj8Vo+muBD+OLabG+b5s5dL3PKaVJ2zU4x2NGV4lMlQRebw6SdW66Nqc9YyAlk3VN8yDd/u+IhL0PPmZy+kFU1lBUzHBBKU/ZFrtcaK2rQJHD9wc=&wchk=b522e57c04e7fab3e113ece5d1239f8a8f46c7ad">About Us</a></li> <li><a class="white-link" href="/?we=module.app.faq&wtok=1248c09e8095feb666b67c2812f2efaa0beed044&wtkps=VY5NEoMgDIXvwr6WICDSE3TnTE8AEltHLFZq7c/07kV2ncniveQlX4wW+hN1qUnsHTlELZKE6rFi94JwRx6GYVqfS2vkVDJq/ChGOHu1crd7l8Cl3UEtb5cwb8tMkxU3UVJNxuAWj8Vo+muBD+OLabG+b5s5dL3PKaVJ2zU4x2NGV4lMlQRebw6SdW66Nqc9YyAlk3VN8yDd/u+IhL0PPmZy+kFU1lBUzHBBKU/ZFrtcaK2rQJHD9wc=&wchk=38068de6cc1720e7f197471bea3ee6df885ec88e">FAQ</a></li> <li><a class="white-link" href="/?we=module.app.contact&wtok=1248c09e8095feb666b67c2812f2efaa0beed044&wtkps=VY5NEoMgDIXvwr6WICDSE3TnTE8AEltHLFZq7c/07kV2ncniveQlX4wW+hN1qUnsHTlELZKE6rFi94JwRx6GYVqfS2vkVDJq/ChGOHu1crd7l8Cl3UEtb5cwb8tMkxU3UVJNxuAWj8Vo+muBD+OLabG+b5s5dL3PKaVJ2zU4x2NGV4lMlQRebw6SdW66Nqc9YyAlk3VN8yDd/u+IhL0PPmZy+kFU1lBUzHBBKU/ZFrtcaK2rQJHD9wc=&wchk=569b416b37c84c2eed8460217ceb18c90096c24e">Contact</a></li> </ul> </div> </div> <!--call required--> <script language="JavaScript" type="text/javascript" src="/athon/lib/jas/external/jquery/jquery.js?t=1732371883" id="jas/external/jquery/jquery.js"></script><script language="JavaScript" type="text/javascript" src="/athon/lib/jas/external/jquery/jquery-ui.js?t=1732180221.7358" id="jas/external/jquery/jquery-ui.js"></script><script language="JavaScript" type="text/javascript" src="/src/org/bm2/template/js/tether.min.js?t=1732371883" id="org/bm2/template/js/tether.min.js"></script><script language="JavaScript" type="text/javascript" src="/src/org/bm2/template/js/bootstrap.min.js?t=1732371883" id="org/bm2/template/js/bootstrap.min.js"></script><script language="JavaScript" type="text/javascript" src="/src/org/bm2/template/js/tipped.js?t=1732371883" id="org/bm2/template/js/tipped.js"></script><script language="JavaScript" type="text/javascript" src="/src/org/bm2/template/js/validate.js?t=1732371883" id="org/bm2/template/js/validate.js"></script><script language="JavaScript" type="text/javascript" src="/src/org/bm2/template/js/snap.js?t=1732371883" id="org/bm2/template/js/snap.js"></script><script language="JavaScript" type="text/javascript" src="/src/org/bm2/template/js/noty.js?t=1732371883" id="org/bm2/template/js/noty.js"></script><script language="JavaScript" type="text/javascript" src="/src/org/bm2/template/js/modernizr-2.7.1.js?t=1732371883" id="org/bm2/template/js/modernizr-2.7.1.js"></script><script language="JavaScript" type="text/javascript" src="/src/org/bm2/template/js/buttonLoader.min.js?t=1732371883" id="org/bm2/template/js/buttonLoader.min.js"></script><script language="JavaScript" type="text/javascript" src="/src/org/bm2/template/js/NEW_drooltip.src.js?t=1732371883" id="org/bm2/template/js/NEW_drooltip.src.js"></script><script language="JavaScript" type="text/javascript" src="/src/org/bm2/template/js/All.js?t=1732180221.7358" id="org/bm2/template/js/All.js"></script><div class="benchmark">[T: 0.3906, O: 115]</div></body> </html>