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("resource.php?t=js&r="+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',"resource.php?t=js&r="+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);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"||lobj.getAttribute("a:aclose")=="1"))||(lobj.hasAttribute("a:close")&&(lobj.getAttribute("a:close")=="true"||lobj.getAttribute("a:close")=="1"))){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.computeTargetNode=function(obj){var targetObj=null;var ddpn=obj.getAttribute("a:ddpn");if(obj.hasAttribute('a:target')||obj.hasAttribute("a:targetlocal")){var targetId=null;if(obj.hasAttribute('a:target')){targetId=obj.getAttribute('a:target');} if(obj.hasAttribute('a:targetlocal')){targetId=obj.getAttribute('id').replace(obj.getAttribute('a:localid'),obj.getAttribute('a:targetlocal'));} targetObj=document.getElementById(targetId);}else{var o=obj;var n=64;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;}} return targetObj;} 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");var vars=new Array();var targetObj=jas.Core.computeTargetNode(obj);var newForm=null;if(targetObj!==null){if(targetObj.hasAttribute('a:form')){newForm=document.getElementById(targetObj.getAttribute("a:form"));newForm.parentNode.removeChild(newForm);} newForm=oForm.cloneNode(true);newForm.setAttribute("id",targetObj.getAttribute('id')+"_"+"icall");newForm.style.display="none";document.body.appendChild(newForm);targetObj.setAttribute("a:form",newForm.getAttribute("id"));obj=obj.cloneNode(true);newForm.appendChild(obj);vars['a:form']=targetObj.getAttribute("a:form");vars["a:target"]=targetObj.getAttribute("id");}else{JAS.error("cannot find target element");return;} jas.UI.saveFocusedElement();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();} 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&amp;wtok=&amp;wtkps=S7QytKoutjK1Uiovyc4pVrL2s64FAA==&amp;wchk=f308d166b1104e71739a40361d952646aa5c328f'"><link href="/src/org/bm2/template/css/tether.min.css?t=1738667329.364" rel="stylesheet" type="text/css" id="org/bm2/template/css/tether.min.css"><link href="/src/org/bm2/template/css/bootstrap.css?t=1739774386" rel="stylesheet" type="text/css" id="org/bm2/template/css/bootstrap.css"><link href="/src/org/bm2/template/css/font-awesome.css?t=1739774386" rel="stylesheet" type="text/css" id="org/bm2/template/css/font-awesome.css"><link href="/src/org/bm2/template/css/tipped.css?t=1739774386" rel="stylesheet" type="text/css" id="org/bm2/template/css/tipped.css"><link href="/src/org/bm2/template/css/NEW_drooltip.css?t=1739774386" rel="stylesheet" type="text/css" id="org/bm2/template/css/NEW_drooltip.css"><link href="/src/org/bm2/template/css/style.css?t=1739774386" rel="stylesheet" type="text/css" id="org/bm2/template/css/style.css"><link href="/src/org/bm2/template/css/SimpleProfileView.css?t=1739774386" rel="stylesheet" type="text/css" id="org/bm2/template/css/SimpleProfileView.css"><link href="/src/org/bm2/app/person/css/PublicProfile.css?t=1739774386" 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&amp;wtok=9cbae6b2f96b08ce0fe68dfd846cca1bc7831638&amp;wtkps=VY5LEsIgEETvwt7IDAEMOYG7VHkCEChTIvkgxk95d0l27qZ7pvuNVlx9kmKKpN6SNimOioB8LCZMtZnsi2ufPH1KybKfxfs+5gWdu1yi2w2B12PeRYjRTmu2RBe3DowqchtsDq666T5W7qFDNWYT+nM3D74P29VBkbPv3JyOG1kWMAWktFkVFGntGLvTHhGEQNE0dFuU7n+HF+z9GtJGLj8w4AY9AtWmtsKYg2ZQC2SaIYeGStJ+fw==&amp;wchk=0266d2c882314b872dbcffa8132c586b0a68063b" 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&amp;wtok=9cbae6b2f96b08ce0fe68dfd846cca1bc7831638&amp;wtkps=VY5LEsIgEETvwt7IDAEMOYG7VHkCEChTIvkgxk95d0l27qZ7pvuNVlx9kmKKpN6SNimOioB8LCZMtZnsi2ufPH1KybKfxfs+5gWdu1yi2w2B12PeRYjRTmu2RBe3DowqchtsDq666T5W7qFDNWYT+nM3D74P29VBkbPv3JyOG1kWMAWktFkVFGntGLvTHhGEQNE0dFuU7n+HF+z9GtJGLj8w4AY9AtWmtsKYg2ZQC2SaIYeGStJ+fw==&amp;wchk=ef3f893fbb6764a821bf32bd0023d32bdaeb592b" 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="9cbae6b2f96b08ce0fe68dfd846cca1bc7831638" 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=#a3c8e34b68f787a91cd546d8e443bd1ec0e8b1ae" 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="VY5LEsIgEETvwt7IDAEMOYG7VHkCEChTIvkgxk95d0l27qZ7pvuNVlx9kmKKpN6SNimOioB8LCZMtZnsi2ufPH1KybKfxfs+5gWdu1yi2w2B12PeRYjRTmu2RBe3DowqchtsDq666T5W7qFDNWYT+nM3D74P29VBkbPv3JyOG1kWMAWktFkVFGntGLvTHhGEQNE0dFuU7n+HF+z9GtJGLj8w4AY9AtWmtsKYg2ZQC2SaIYeGStJ+fw==" 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" width="150" height="150" src="/resource-c-206382389.328-150x150-206382389.328-no-file.png" a:security="0" a:loader="on" href="https://www.brainmap.ro/resource-c-206382389.328-150x150-206382389.328-no-file.png"> </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: <label id="2216626990_idNationalitate" name="2216626990[idNationalitate]" type="select" a:localid="idNationalitate" a:localname="idNationalitate" a:ddpn="2216626990" a:p="1" for="null">Romania</label></p> <p class="sidebar-p">Ph.D. degree award: <span></span></p> </div> </div> <div class="profile-dash col-md-9"> <h3><label name="2216626990[title]" id="2216626990_title" type="select" style="text-transform:none" a:localid="title" a:localname="title" a:ddpn="2216626990" a:p="1" for="null">Mrs.</label> <label id="2216626990_firstName" a:localid="firstName" a:ddpn="2216626990" a:p="1" for="null">Elvira</label> <label id="2216626990_lastName" style="text-transform:uppercase" a:localid="lastName" a:ddpn="2216626990" a:p="1" for="null">Alexandrescu</label></h3> <h4><label name="2216626990[scientificTitle]" id="2216626990_scientificTitle" a:localid="scientificTitle" a:localname="scientificTitle" a:ddpn="2216626990" a:p="1" for="null">senior researcher</label></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"> <a title="Institution web page" class="icon__elinks-iweb tooltip-info" id="2216626990_instWWW" a:parseifnovalue="yes" style="top:5px;" a:localid="instWWW" a:ddpn="2216626990" a:p="1" href="http://www.icechim-pd.ro" security="off" target="_blank" loader="off"></a> </div> </h5> <div class="profile__elinks"> <a title="ResearchGate profile link" class="icon__elinks-rgate tooltip-info" id="2216626990_researchGate" a:parseifnovalue="yes" a:localid="researchGate" a:ddpn="2216626990" a:p="1" href="https://www.researchgate.net/profile/Elvira_Alexandrescu" security="off" target="_blank" loader="off"></a> <a title="Institution web page" class="icon__elinks-iweb tooltip-info" id="2216626990_instWWW" a:parseifnovalue="yes" a:localid="instWWW" a:ddpn="2216626990" a:p="1" href="http://www.icechim-pd.ro" security="off" target="_blank" loader="off"></a> <a title="ORICID profile link" class="icon__elinks-orcid tooltip-info" name="2216626990%5Borcid%5D" id="2216626990_orcid" a:parseifnovalue="yes" a:localid="orcid" a:localname="orcid" a:ddpn="2216626990" a:p="1" href="https://orcid.org/0000-0003-2347-1254" security="off" target="_blank" loader="off"></a> </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/elvira-alexandrescu" title="https://www.brainmap.ro/elvira-alexandrescu" 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 class="shareUrl" id="2216626990_cvZone" a:localid="cvZone" a:ddpn="2216626990" a:p="1"> <div class="menu__icon" style="float:left;margin-top: -5px" title="Curriculum Vitae"><i class="collaborator-share__icon collaborator-share__icon--link-cv" style="margin-top: 0px"></i></div> <span class="shareUrlspan"> <div id="2216626990_idFileCVH" class="inputFile"><a href="/download.php?id=410310&amp;format=CV-brainmap2019&amp;we=module.main.eval.publicProfile&amp;ddpN=2216626990&amp;igfm=dDefault&amp;wtok=9cbae6b2f96b08ce0fe68dfd846cca1bc7831638&amp;wtkps=VY5LEsIgEETvwt7IDAEMOYG7VHkCEChTIvkgxk95d0l27qZ7pvuNVlx9kmKKpN6SNimOioB8LCZMtZnsi2ufPH1KybKfxfs+5gWdu1yi2w2B12PeRYjRTmu2RBe3DowqchtsDq666T5W7qFDNWYT+nM3D74P29VBkbPv3JyOG1kWMAWktFkVFGntGLvTHhGEQNE0dFuU7n+HF+z9GtJGLj8w4AY9AtWmtsKYg2ZQC2SaIYeGStJ+fw==&amp;wchk=e1baddc6e2d00e23b303d0fe7861e0a3b9122a1a" target="_blank" loader="no">Curriculum Vitae (10/01/2019)</a></div> <input name="2216626990[idFileCV]" type="hidden" id="2216626990_idFileCV" a:localid="idFileCV" a:localname="idFileCV" a:ddpn="2216626990" a:p="1" visibleonprint="1" value="410310" autocomplete="none" a:sa="|#Y#.#Y#.aa1a228c0e0bcce3be70c4d149b328f2fd6fb094|#Y#.#Y#.aa1a228c0e0bcce3be70c4d149b328f2fd6fb094"> </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 &amp; keywords</span> <ul id="2216626990_listKeywords" runat="server" type="table" a:localid="listKeywords" a:ddpn="2216626990" a:p="1"> </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&amp;ui=projects&amp;wtok=9cbae6b2f96b08ce0fe68dfd846cca1bc7831638&amp;wtkps=VY5LEsIgEETvwt7IDAEMOYG7VHkCEChTIvkgxk95d0l27qZ7pvuNVlx9kmKKpN6SNimOioB8LCZMtZnsi2ufPH1KybKfxfs+5gWdu1yi2w2B12PeRYjRTmu2RBe3DowqchtsDq666T5W7qFDNWYT+nM3D74P29VBkbPv3JyOG1kWMAWktFkVFGntGLvTHhGEQNE0dFuU7n+HF+z9GtJGLj8w4AY9AtWmtsKYg2ZQC2SaIYeGStJ+fw==&amp;wchk=e5ba088587d61f2172d1f60d2eb8816bfc4caf4f" 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&amp;ui=publications&amp;wtok=9cbae6b2f96b08ce0fe68dfd846cca1bc7831638&amp;wtkps=VY5LEsIgEETvwt7IDAEMOYG7VHkCEChTIvkgxk95d0l27qZ7pvuNVlx9kmKKpN6SNimOioB8LCZMtZnsi2ufPH1KybKfxfs+5gWdu1yi2w2B12PeRYjRTmu2RBe3DowqchtsDq666T5W7qFDNWYT+nM3D74P29VBkbPv3JyOG1kWMAWktFkVFGntGLvTHhGEQNE0dFuU7n+HF+z9GtJGLj8w4AY9AtWmtsKYg2ZQC2SaIYeGStJ+fw==&amp;wchk=4f074a8a7d6839ae35cce084f164e0ea27005b29" a:localid="lnkPublications" a:ddpn="2216626990" a:p="1">Publications &amp; 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&amp;ui=entrepreneurship&amp;wtok=9cbae6b2f96b08ce0fe68dfd846cca1bc7831638&amp;wtkps=VY5LEsIgEETvwt7IDAEMOYG7VHkCEChTIvkgxk95d0l27qZ7pvuNVlx9kmKKpN6SNimOioB8LCZMtZnsi2ufPH1KybKfxfs+5gWdu1yi2w2B12PeRYjRTmu2RBe3DowqchtsDq666T5W7qFDNWYT+nM3D74P29VBkbPv3JyOG1kWMAWktFkVFGntGLvTHhGEQNE0dFuU7n+HF+z9GtJGLj8w4AY9AtWmtsKYg2ZQC2SaIYeGStJ+fw==&amp;wchk=848af14801de21fe9cfc534dfbb34ee41f35165f" 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&amp;ui=de&amp;wtok=9cbae6b2f96b08ce0fe68dfd846cca1bc7831638&amp;wtkps=VY5LEsIgEETvwt7IDAEMOYG7VHkCEChTIvkgxk95d0l27qZ7pvuNVlx9kmKKpN6SNimOioB8LCZMtZnsi2ufPH1KybKfxfs+5gWdu1yi2w2B12PeRYjRTmu2RBe3DowqchtsDq666T5W7qFDNWYT+nM3D74P29VBkbPv3JyOG1kWMAWktFkVFGntGLvTHhGEQNE0dFuU7n+HF+z9GtJGLj8w4AY9AtWmtsKYg2ZQC2SaIYeGStJ+fw==&amp;wchk=23e0b8818251a62bfdfeca3aa46c865cfb0a4a0a" 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">MULTIFUNCTIONAL AND INNOVATIVE PRODUCTS FOR SAFE AND BIOENHANCED FUNCTIONAL FOOD FROM NEWLY CULTIVATED PLANTS IN ROMANIA</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">Joint Applied Research Projects - PCCA 2013 - call</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-II-PT-PCCA-2013-4-0995</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">2014</label> - <label id="2216626990_list.items.anulIncheierii@0" type="html" a:localid="anulIncheierii" a:ddpn="2216626990" a:row="0" for="null" a:p="1">2017</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">Key expert</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); INSTITUTUL NATIONAL DE CERCETARE DEZVOLTARE PENTRU STIINTE BIOLOGICE (RO); HOFIGAL EXPORT IMPORT SA (RO); CHEMI CERAMIC F SRL (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">Institutul National de Cercetare-Dezvoltare pentru Chimie si Petrochimie - ICECHIM Bucuresti (RO)</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="http://produse.multifunctionale.icechim.ro" security="off" loader="off">http://produse.multifunctionale.icechim.ro</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">Thematic area of the project proposal is in the field of functional foods destinated to maintain human health in concordance with research theme 5.1.6. Functional foods to  maintain human health and prevent diseases, Domain 5. Agriculture, food safety and security.<br> <br>The general project objective is to develop multifunctional and innovative products for protection of nutraceutical plants newly introduced in Romania (Momordica charantia and Passiflora incarnata) and to stimulate concomitantly formation of biologically-active compounds in these plants, at stable levels and with reproducible biological effects. The specific innovative project objectives are: 1. development of multifunctional for treatments of soil and in vegetation, based on: (a) consortia of Trichoderma strains; (b) porous ceramics with high bioavailability of silica; (c) essential oils included in mesoporous silica; 2. Testing products, developing methods of application and integrating them with the sustainable cultural technology of nutraceutical plants; 3. characterization of functional foods through in vitro alternative tests on human cell cultures and highlighting the biological role of silica forms accumulated in treated plants in animal cells; 4. results exploitation by protection of intellectual innovative solutions after techno-economical analysis and opportunities of results exploitation.<br> <br>Products based on consortia of Trichoderma strains and essential oils have multiple actions as: plant protection agents towards biotic stresses (phytopathogens, pests), elicitors of plant defence response, limiting agents for the negative effects of ethylene on roots and growth promotor of plant nutrition, mainly with nitrogen.<br> <br>Porous ceramics containing silicaxerogel, applied as soil treatment, work as a matrix for controlled release of nutrients with high bioavailability and have role to compensate losses of plant metabolic energy due to the synthesis of secondary metabolites and to supply orthosilicates with high bioavailability. <br> <br>Silicon with high bioavailability supplies also mesoporous silica as a carrying for controlled release of essential oils. The silicon’s role as an important element for plants is to activate and balance - concomitantly and non-antagonistically – the different ways of plant defence system and of stress hormones biosynthesis (salicylic acid, jasmonic acid and ethylene/abscisic acid) in plant pathosystems.<br> <br>This project proposes for the first time to study interaction of silicon, Trichoderma and essential oils treatments, protection agents with multiple roles, which activates simultaneously plant defence response. It is the first proposal aiming the development of some products with applicability directly into practice,  in which silicon is controlled released from supports, having concomitantly the functional role as a matrix, from which nutrients and volatile oils are smart-delivered, in this why pointing out the possibility of practical use of silicon in order to balance the main signalling pathways in plant defence response, integrated with elicitors for obtaining high productions with raised phytonutrients level. <br> <br>The highlight of silicon’s role in animal and plant organisms (having into account the unity in diversity of the life world), the (meso)porous silica forms  as a support for controlled release of some active ingredients and of bioavailable silicon, compatibility of the Trichoderma consortia with the other products for the directed activation of plant resistance, will be the coagulation axis of this trans-disciplinary approach, revealing - also - the existence of synergies between partners in the frame of MAIA Project. <br> <br><br> <br></label> </div> <span class="read-more-front">Read more</span> </div> </div> </div> </div> </div> </div> </div><div a:type="template"> <div class="whitebox row projectList--ID"> <div class="field_row col-md-12" id="2216626990_list.items.fieldRow@1" a:localid="fieldRow" a:ddpn="2216626990" a:row="1" a:p="1"> <div class="field_line"> <div class="table-validate-projects"> <div><input type="hidden" id="2216626990_list.items.id@1" name="2216626990[list][items][1][id]" a:localid="id" a:localname="id" a:ddpn="2216626990" a:row="1" 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@1" class="pTitlu" type="html" style="display:inline" a:localid="pTitlu" a:ddpn="2216626990" a:row="1" for="null" a:p="1">Innovative High Temperature Coated Titanium Aluminide Alloys for Clean Energy Production and Low Pollution Transport.</label> <span style="color: #333; font-weight: 600">Call name: <label id="2216626990_list.items.compDescr@1" style="color: #333; font-weight: 400" a:localid="compDescr" a:ddpn="2216626990" a:row="1" for="null" a:p="1">Joint Applied Research Projects - PCCA-2011 call, Type 2</label></span><br> <span class="projectID"><label id="2216626990_list.items.codDepunere@1" type="html" a:localid="codDepunere" a:ddpn="2216626990" a:row="1" for="null" a:p="1">PN-II-PT-PCCA-2011-3.2-1632</label></span> <span class="projectID"> <span class="menu__icon menu__icon--date" id="2216626990_list.items.downloadIcon@1" runat="server" a:localid="downloadIcon" a:ddpn="2216626990" a:row="1" a:p="1"></span> <label id="2216626990_list.items.anulInceperii@1" type="html" a:localid="anulInceperii" a:ddpn="2216626990" a:row="1" for="null" a:p="1">2012</label> - <label id="2216626990_list.items.anulIncheierii@1" type="html" a:localid="anulIncheierii" a:ddpn="2216626990" a:row="1" for="null" a:p="1">2016</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@1" runat="server" a:localid="downloadIcon" a:ddpn="2216626990" a:row="1" a:p="1"></span> Role in this project: <label id="2216626990_list.items.rolId@1" type="select" a:localid="rolId" a:ddpn="2216626990" a:row="1" for="null" a:p="1">Key expert</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@1" type="html" a:localid="instNume" a:ddpn="2216626990" a:row="1" for="null" a:p="1">UNIVERSITATEA POLITEHNICA DIN 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@1" type="html" a:localid="instList" a:ddpn="2216626990" a:row="1" for="null" a:p="1">UNIVERSITATEA POLITEHNICA DIN BUCURESTI (RO); INSTITUTUL NATIONAL DE CERCETARE-DEZVOLTARE TURBOMOTOARE - COMOTI (RO); INSTITUTUL DE CHIMIE FIZICA - ILIE MURGULESCU (RO); PLASMA JET S.R.L. (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@1" type="html" a:localid="affiliation" a:ddpn="2216626990" a:row="1" for="null" a:p="1">INSTITUTUL NATIONAL DE CERCETARE-DEZVOLTARE TURBOMOTOARE - COMOTI (RO)</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@1" type="html" target="_blank" class="siteLink" a:localid="site" a:ddpn="2216626990" a:row="1" a:p="1" href="http://hotcoat.cont-edu.pub.ro" security="off" loader="off">http://hotcoat.cont-edu.pub.ro</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@1" type="html" preserveformat="basic" a:localid="abstract" a:ddpn="2216626990" a:row="1" for="null" a:p="1">The scientific community's efforts have now focused on replacing expensive and heavy materials with other materials more available and lighter in order to reduce pollutant emission in the transport and energy fields because using lighter materials in transport, fuel consumption will be reduced and thus decreases the amount of gaseous pollutants emitted.The main objective of the project HOTCOAT is to synthesize high-performance coatings from a new class of light, high temperature resistant materials – titanium aluminide alloys, which can provide environmental protection in the temperature range from 650 to 900°C and engine emission reducing. The project proposal is going to focus on enhancing the high temperature response against the severe environmental conditions, by development of advanced coatings solutions on titanium aluminide. The secondary objectives are related to nonconventionally machining and finishing technologies design and coating technology design. A final goal of the project is to achieve and to test in real service conditions - a turbine blade, machined from a titanium aluminide alloy and protected by innovative coatings (diffusion barrier and thermal barrier coatings). The consortium which includes a prestigious technical university, two national research institutes and a SMEs has the expertise and the reliability to reach the objectives of the project. This fact is demonstrated by a large number of scientific papers published and the involvement in of successful national and international projects. The partner’s efforts will cover scientific, multidisciplinar activities that include design, development, testing and optimization of titanium aluminide alloys-protective coating structures, having as final goal – production technologies and testing methods. The other important goal will be the market penetration of industrial partner and increasing the profile of turnover by implementing new materials and processing technologies.</label> </div> <span class="read-more-front">Read more</span> </div> </div> </div> </div> </div> </div> </div><div a:type="template"> <div class="whitebox row projectList--ID"> <div class="field_row col-md-12" id="2216626990_list.items.fieldRow@2" a:localid="fieldRow" a:ddpn="2216626990" a:row="2" a:p="1"> <div class="field_line"> <div class="table-validate-projects"> <div><input type="hidden" id="2216626990_list.items.id@2" name="2216626990[list][items][2][id]" a:localid="id" a:localname="id" a:ddpn="2216626990" a:row="2" 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@2" class="pTitlu" type="html" style="display:inline" a:localid="pTitlu" a:ddpn="2216626990" a:row="2" for="null" a:p="1">Thermosensitive energy saving systems with tailored solar reflecting/absorbing properties for construction structures</label> <span style="color: #333; font-weight: 600">Call name: <label id="2216626990_list.items.compDescr@2" style="color: #333; font-weight: 400" a:localid="compDescr" a:ddpn="2216626990" a:row="2" for="null" a:p="1">Joint Applied Research Projects - PCCA-2011 call, Type 2</label></span><br> <span class="projectID"><label id="2216626990_list.items.codDepunere@2" type="html" a:localid="codDepunere" a:ddpn="2216626990" a:row="2" for="null" a:p="1">PN-II-PT-PCCA-2011-3.2-1391</label></span> <span class="projectID"> <span class="menu__icon menu__icon--date" id="2216626990_list.items.downloadIcon@2" runat="server" a:localid="downloadIcon" a:ddpn="2216626990" a:row="2" a:p="1"></span> <label id="2216626990_list.items.anulInceperii@2" type="html" a:localid="anulInceperii" a:ddpn="2216626990" a:row="2" for="null" a:p="1">2012</label> - <label id="2216626990_list.items.anulIncheierii@2" type="html" a:localid="anulIncheierii" a:ddpn="2216626990" a:row="2" for="null" a:p="1">2016</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@2" runat="server" a:localid="downloadIcon" a:ddpn="2216626990" a:row="2" a:p="1"></span> Role in this project: <label id="2216626990_list.items.rolId@2" type="select" a:localid="rolId" a:ddpn="2216626990" a:row="2" for="null" a:p="1">Key expert</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@2" type="html" a:localid="instNume" a:ddpn="2216626990" a:row="2" 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@2" type="html" a:localid="instList" a:ddpn="2216626990" a:row="2" for="null" a:p="1">Institutul National de Cercetare-Dezvoltare pentru Chimie si Petrochimie - ICECHIM Bucuresti (RO); UNIVERSITATEA POLITEHNICA DIN BUCURESTI (RO); CHIMCOLOR S.R.L. (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@2" type="html" a:localid="affiliation" a:ddpn="2216626990" a:row="2" for="null" a:p="1">Institutul National de Cercetare-Dezvoltare pentru Chimie si Petrochimie - ICECHIM Bucuresti (RO)</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@2" type="html" target="_blank" class="siteLink" a:localid="site" a:ddpn="2216626990" a:row="2" a:p="1" href="http://www.thermosolar.roit.ro" security="off" loader="off">http://www.thermosolar.roit.ro</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@2" type="html" preserveformat="basic" a:localid="abstract" a:ddpn="2216626990" a:row="2" for="null" a:p="1">In principle thermochromic and thermotropic systems can function as energy saving systems. For high temperatures, during summertime thermochromic coatings have the ability to reflect solar energy, reducing the surface’s temperature; while in wintertime absorb solar energy, increasing the surface’s temperature as reversible color change takes place. Applied thus on external building surfaces, they have the potential for the reduction of heating and cooling loads, contributing to the reduction of urban temperatures, fight heat island and reduce air pollution.<br> <br>Color-changing compounds have become increasingly important in recent years in the study and the production of thermochromic coatings that is coatings which respond thermally to their environment, changing reversibly their color from darker to lighter tones as temperature rises. The novelty comes from the use concomitant of thermotropic hydrogels which respond thermally by changing transparency from total transparent to translucent. Combining these features of termotropic hydrogels and thermochromic dyes we can obtain complex thermosensitive systems that respond to an increase in temperature by switching the color hypsochromically while accompanied by a change in transparency of the hydrogels.<br> <br>During the project we intend to develop thermosensitive energy saving coatings that action on the entire Vis-NIR range and are most typically applied to roofs but additionally can also be applied to exterior and interior walls in much the same way. Thermosensitive coatings that will aim to obtain change reflectivity and color as a function of temperature, present enhanced weathering and durability and may be in any suitable formulation for application on roofs or walls such as water-based, oil-based, epoxy-based or acrylic-based formulations. <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 id="2216626990_fisiereVechi" a:localid="fisiereVechi" a:ddpn="2216626990" a:p="1"> <td data-label="DESCRIPTION">List of research grants as project coordinator</td> <td data-label="DOCUMENT"> <div class="download_pdf has-spinner" id="2216626990_idFileProjectsCOBox" a:localid="idFileProjectsCOBox" a:ddpn="2216626990" a:p="1"> <div id="2216626990_idFileProjectsCOH" class="inputFile"><a href="/download.php?id=382274&amp;format=PROIECTE-responsabil&amp;we=module.main.eval.publicProfile&amp;ddpN=&amp;igfm=&amp;wtok=9cbae6b2f96b08ce0fe68dfd846cca1bc7831638&amp;wtkps=VY5LEsIgEETvwt7IDAEMOYG7VHkCEChTIvkgxk95d0l27qZ7pvuNVlx9kmKKpN6SNimOioB8LCZMtZnsi2ufPH1KybKfxfs+5gWdu1yi2w2B12PeRYjRTmu2RBe3DowqchtsDq666T5W7qFDNWYT+nM3D74P29VBkbPv3JyOG1kWMAWktFkVFGntGLvTHhGEQNE0dFuU7n+HF+z9GtJGLj8w4AY9AtWmtsKYg2ZQC2SaIYeGStJ+fw==&amp;wchk=036a085582fefb359af57f85f045099fd0242708" target="_blank" loader="no">Download (32.5 kb) 26/09/2017</a></div> </div> <input name="2216626990[idFileProjectsCO]" type="hidden" id="2216626990_idFileProjectsCO" a:localid="idFileProjectsCO" a:localname="idFileProjectsCO" a:ddpn="2216626990" a:p="1" visibleonprint="1" value="382274" autocomplete="none" a:sa="|#Y#.#Y#.aa1a228c0e0bcce3be70c4d149b328f2fd6fb094|#Y#.#Y#.aa1a228c0e0bcce3be70c4d149b328f2fd6fb094"> </td> </tr> <tr id="2216626990_fisiereVechi" a:localid="fisiereVechi" a:ddpn="2216626990" a:p="1"> <td data-label="DESCRIPTION">List of research grants as partner team leader</td> <td data-label="DOCUMENT"> <div class="download_pdf has-spinner" id="2216626990_idFileProjectsPBox" a:localid="idFileProjectsPBox" a:ddpn="2216626990" a:p="1"> <div id="2216626990_idFileProjectsPH" class="inputFile"><a href="/download.php?id=382279&amp;format=Proiecte%20internationale&amp;we=module.main.eval.publicProfile&amp;ddpN=&amp;igfm=&amp;wtok=9cbae6b2f96b08ce0fe68dfd846cca1bc7831638&amp;wtkps=VY5LEsIgEETvwt7IDAEMOYG7VHkCEChTIvkgxk95d0l27qZ7pvuNVlx9kmKKpN6SNimOioB8LCZMtZnsi2ufPH1KybKfxfs+5gWdu1yi2w2B12PeRYjRTmu2RBe3DowqchtsDq666T5W7qFDNWYT+nM3D74P29VBkbPv3JyOG1kWMAWktFkVFGntGLvTHhGEQNE0dFuU7n+HF+z9GtJGLj8w4AY9AtWmtsKYg2ZQC2SaIYeGStJ+fw==&amp;wchk=a8770f9499d13efc53ec0108104f982eb0e61dff" target="_blank" loader="no">Download (28.5 kb) 26/09/2017</a></div> </div> <input name="2216626990[idFileProjectsP]" type="hidden" id="2216626990_idFileProjectsP" a:localid="idFileProjectsP" a:localname="idFileProjectsP" a:ddpn="2216626990" a:p="1" visibleonprint="1" value="382279" autocomplete="none" a:sa="|#Y#.#Y#.aa1a228c0e0bcce3be70c4d149b328f2fd6fb094|#Y#.#Y#.aa1a228c0e0bcce3be70c4d149b328f2fd6fb094"> </td> </tr> <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&amp;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&amp;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 id="2216626990_idFileActivityEnterpriseH" class="inputFile"><a href="/download.php?id=382286&amp;format=act-intreprinderi&amp;we=module.main.eval.publicProfile&amp;ddpN=&amp;igfm=&amp;wtok=9cbae6b2f96b08ce0fe68dfd846cca1bc7831638&amp;wtkps=VY5LEsIgEETvwt7IDAEMOYG7VHkCEChTIvkgxk95d0l27qZ7pvuNVlx9kmKKpN6SNimOioB8LCZMtZnsi2ufPH1KybKfxfs+5gWdu1yi2w2B12PeRYjRTmu2RBe3DowqchtsDq666T5W7qFDNWYT+nM3D74P29VBkbPv3JyOG1kWMAWktFkVFGntGLvTHhGEQNE0dFuU7n+HF+z9GtJGLj8w4AY9AtWmtsKYg2ZQC2SaIYeGStJ+fw==&amp;wchk=1fd15951771fe7cf2f4c9a4d86eafbdcc5a94048" target="_blank" loader="no">Download (25 kb) 26/09/2017</a></div> </div> <input name="2216626990[idFileActivityEnterprise]" type="hidden" id="2216626990_idFileActivityEnterprise" a:localid="idFileActivityEnterprise" a:localname="idFileActivityEnterprise" a:ddpn="2216626990" a:p="1" visibleonprint="1" value="382286" autocomplete="none" a:sa="|#Y#.#Y#.aa1a228c0e0bcce3be70c4d149b328f2fd6fb094|#Y#.#Y#.aa1a228c0e0bcce3be70c4d149b328f2fd6fb094"> </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="9cbae6b2f96b08ce0fe68dfd846cca1bc7831638" 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="ZFk3UENvTXdESWZmcFU5Z00xczBub2JNNnp4NUYrMGh3LzJoQ1lNaGZmZTFoN0l5OEpTUTcwdnltMUhqVGdpZ3JRWGJ0bFUzbzhHZHNVRkY2MENiNnlmVmNiVFVtbXFOYWlNV0ZUV2ROQk0xY1hkT2cxTzZWR1VDNmNCdk5SRHFZd1JIS0lUWTJweGw5TStiVzRUN2E1bEptMzgrbGhqcWpNK0wwSnZrYzNtSTh5OVA3TXBQWHc9PQ==#447cf1c990c3842ec60a34e47322a7e2b7f2225a" 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="VY5LEsIgEETvwt7IDAEMOYG7VHkCEChTIvkgxk95d0l27qZ7pvuNVlx9kmKKpN6SNimOioB8LCZMtZnsi2ufPH1KybKfxfs+5gWdu1yi2w2B12PeRYjRTmu2RBe3DowqchtsDq666T5W7qFDNWYT+nM3D74P29VBkbPv3JyOG1kWMAWktFkVFGntGLvTHhGEQNE0dFuU7n+HF+z9GtJGLj8w4AY9AtWmtsKYg2ZQC2SaIYeGStJ+fw==" 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">2025</span> UEFISCDI</a></li> <li><a class="white-link" href="/?we=module.app.termsAndConditions&amp;wtok=9cbae6b2f96b08ce0fe68dfd846cca1bc7831638&amp;wtkps=VY5LEsIgEETvwt7IDAEMOYG7VHkCEChTIvkgxk95d0l27qZ7pvuNVlx9kmKKpN6SNimOioB8LCZMtZnsi2ufPH1KybKfxfs+5gWdu1yi2w2B12PeRYjRTmu2RBe3DowqchtsDq666T5W7qFDNWYT+nM3D74P29VBkbPv3JyOG1kWMAWktFkVFGntGLvTHhGEQNE0dFuU7n+HF+z9GtJGLj8w4AY9AtWmtsKYg2ZQC2SaIYeGStJ+fw==&amp;wchk=ebc58cb412dbd27ca27009e466c0bcb022742d49">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&amp;wtok=9cbae6b2f96b08ce0fe68dfd846cca1bc7831638&amp;wtkps=VY5LEsIgEETvwt7IDAEMOYG7VHkCEChTIvkgxk95d0l27qZ7pvuNVlx9kmKKpN6SNimOioB8LCZMtZnsi2ufPH1KybKfxfs+5gWdu1yi2w2B12PeRYjRTmu2RBe3DowqchtsDq666T5W7qFDNWYT+nM3D74P29VBkbPv3JyOG1kWMAWktFkVFGntGLvTHhGEQNE0dFuU7n+HF+z9GtJGLj8w4AY9AtWmtsKYg2ZQC2SaIYeGStJ+fw==&amp;wchk=f217203300dd740cf69402e0be54c93e6ea6d76e">About Us</a></li> <li><a class="white-link" href="/?we=module.app.faq&amp;wtok=9cbae6b2f96b08ce0fe68dfd846cca1bc7831638&amp;wtkps=VY5LEsIgEETvwt7IDAEMOYG7VHkCEChTIvkgxk95d0l27qZ7pvuNVlx9kmKKpN6SNimOioB8LCZMtZnsi2ufPH1KybKfxfs+5gWdu1yi2w2B12PeRYjRTmu2RBe3DowqchtsDq666T5W7qFDNWYT+nM3D74P29VBkbPv3JyOG1kWMAWktFkVFGntGLvTHhGEQNE0dFuU7n+HF+z9GtJGLj8w4AY9AtWmtsKYg2ZQC2SaIYeGStJ+fw==&amp;wchk=d97ab2e50ed41d805ac152cc48f38dabf2aacee9">FAQ</a></li> <li><a class="white-link" href="/?we=module.app.contact&amp;wtok=9cbae6b2f96b08ce0fe68dfd846cca1bc7831638&amp;wtkps=VY5LEsIgEETvwt7IDAEMOYG7VHkCEChTIvkgxk95d0l27qZ7pvuNVlx9kmKKpN6SNimOioB8LCZMtZnsi2ufPH1KybKfxfs+5gWdu1yi2w2B12PeRYjRTmu2RBe3DowqchtsDq666T5W7qFDNWYT+nM3D74P29VBkbPv3JyOG1kWMAWktFkVFGntGLvTHhGEQNE0dFuU7n+HF+z9GtJGLj8w4AY9AtWmtsKYg2ZQC2SaIYeGStJ+fw==&amp;wchk=300d7c5a654130271db3ea84ea8479464243c2fe">Contact</a></li> </ul> </div> </div> <!--call required--> <script language="JavaScript" type="text/javascript" src="/athon/lib/jas/external/jquery/jquery.js?t=1738667329.3629" id="jas/external/jquery/jquery.js"></script><script language="JavaScript" type="text/javascript" src="/athon/lib/jas/external/jquery/jquery-ui.js?t=1739774386" id="jas/external/jquery/jquery-ui.js"></script><script language="JavaScript" type="text/javascript" src="/src/org/bm2/template/js/tether.min.js?t=1738667329.3644" 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=1739774386" id="org/bm2/template/js/bootstrap.min.js"></script><script language="JavaScript" type="text/javascript" src="/src/org/bm2/template/js/tipped.js?t=1739774386" id="org/bm2/template/js/tipped.js"></script><script language="JavaScript" type="text/javascript" src="/src/org/bm2/template/js/validate.js?t=1739774386" id="org/bm2/template/js/validate.js"></script><script language="JavaScript" type="text/javascript" src="/src/org/bm2/template/js/snap.js?t=1739774386" id="org/bm2/template/js/snap.js"></script><script language="JavaScript" type="text/javascript" src="/src/org/bm2/template/js/noty.js?t=1739774386" 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=1739774386" 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=1739774386" 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=1739774386" 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=1739774386" id="org/bm2/template/js/All.js"></script><div class="benchmark">[T: 0.3055, O: 142]</div></body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10