if(window.location.toString().indexOf('pref=padindex') != -1){}else{if(/AppleWebKit.*Mobile/i.test(navigator.userAgent) || (/MIDP|SymbianOS|NOKIA|SAMSUNG|LG|NEC|TCL|Alcatel|BIRD|DBTEL|Dopod|PHILIPS|HAIER|LENOVO|MOT-|Nokia|SonyEricsson|SIE-|Amoi|ZTE/.test(navigator.userAgent))){if(window.location.href.indexOf("?mobile")<0){try{if(/Android|Windows Phone|webOS|iPhone|iPod|BlackBerry/i.test(navigator.userAgent)){window.location.href="https://m.91boshi.net/view.php?aid=41298";}else if(/iPad/i.test(navigator.userAgent)){}else{}}catch(e){}}}}
 
    
 
  
   
西班牙实验固态光谱学方向博后职位招聘
  
  
   时间:2017-10-26来源:未知 作者:91boshi
  
	
		
			
				
					Position announcement at IFIMAC
				
					€Attractive | Spain | 18 Oct 2017
				
					
						The Institute of Condensed Matter Physics (IFIMAC), at the Universidad Autónoma  de Madrid (UAM) calls for candidates for a post-doctoral position to work in the reasearch project “Single photon generation in 2D crystals for quantum information”, directed by Prof. Juan José Palacios.
					
						- Requisits: The candidate has to be a PhD in physics or engineering, with proven experience in experimental solid-state spectroscopy (micro-photoluminescence, Raman, etc).
					
						Additionally, experience on 2D semiconductor materials preparation and   handling will be valuated.
					
						- Duration: 19 months, starting on December 1st.2017
					
						- Salary: ca.2454€/month before taxes.
					
						Applications including a CV and publications should be adressed to jose.calleja@uam.es
				 
				
			 
		 
		
		
			 
	 
 
      
  
  中国-博士人才网发布
    
  声明:凡本网注明“来源:XXX”的文/图等稿件,本网转载出于传递更多信息及方便产业探讨之目的,并不意味着本站赞同其观点或证实其内容的真实性,文章内容仅供参考。 
  
  
  
  
  
   ------分隔线---------------------------- 
    
   
   
   
     博士交流群:更多>>
       【01号群】
52394121;【02号群】
29897443;【03号群】
120320822;
       【04号群】
71153177;【05号群】
75698417;【06号群】
177347342;
       【07号群】
126881746;【08号群】
145243525;【09号群】
202869152;
 
    
   
   
  
  
  
panshi_a ="1947451392_76947456_1";
panshi_b ="960_60_10";
 
 
    隐藏 
    
        
        
        
      
      
            document.getElementById("bdshell_js").src = "http://bdimg.share.baidu.com/static/js/shell_v2.js?cdnversion=" + Math.ceil(new Date()/3600000);
        
        
        
       
     返回顶部 
 
var _serverUrl  = "http://www.91boshi.net";
var _selfUrl    = "http://www.91boshi.net";
    $(document).ready(function () {
        var browd=$(window).width();
        var $backshare = $("#back-top-share");
        if(browd>=1024){
            var $backsharehide=$("#back-top-share-hide");
            var h,b=true,t,endscrollTop=0;
            var left=0;
            if(typeof $("#main")[0]!="undefined" ){
                left= Math.ceil($("#main").offset().left)+$("#main").width()+10;
            }else{
                left= Math.ceil($(".container").offset().left)+$(".container").width()+10;
            }
            var  defHeight = Math.ceil(($(window).height() - $backshare.height()) / 2)+30;
            $backshare.css({ "top": defHeight + "px","left":left+"px"}).show();
            function sQuickLoady() {
                if ($(document).scrollTop() - endscrollTop > ($backshare.height()+defHeight) || endscrollTop - $(document).scrollTop() > $(window).height()) {
                    $backshare.animate({ "top": endscrollTop > $(document).scrollTop() ? $(document).scrollTop() + $(window).height() : $(document).scrollTop() - $backshare.height() }, 1);
                }
                $backshare.animate({ "top": $(document).scrollTop() + defHeight + "px" }, 1200);
                if(b){
                    if ($(document).scrollTop() == 0) {
                        h=setTimeout(function () {
                            $backshare.find(".top").fadeOut(300);
                            $backsharehide.find(".top").fadeOut(300);
                        }, 1000)
                    };
                }else{b=true;}
                endscrollTop = $(document).scrollTop();
            }
            var timeOut = null;
            $(window).scroll(function () {
                if(b){
                    $backshare.find(".top").fadeIn(300);
                    $backsharehide.find(".top").fadeIn(300);
                }
                if (timeOut) {
                    clearTimeout(timeOut);
                }
                timeOut = setTimeout(function () {
                    sQuickLoady()
                }, 300);
            });
            //#region 手机
            $backshare.find(".icon-phone").hover(function(){
                if(typeof $("#back-top-share-phone")[0]!="undefined"){
                    $("#back-top-share-phone").css({top:defHeight-165+20+"px",left:$(this).offset().left-165+85+"px"}).show();
                } else{
                    var $bockPhone=$('

');
                    $bockPhone.css({top:defHeight-165+20+"px",left:$(this).offset().left-165+85+"px"}).appendTo($("body"));
                    $bockPhone.find("a").click(function(){
                        $(this).parent().hide();
                    })
                }
            },function(){
                $("#back-top-share-phone").hide();
            });
            //#region 隐藏事件
            $backshare.find(".title-hide").click(function(){
                $backshare.hide();
                $backsharehide.show();
            });
            //#region 显示事件
            $backsharehide.find(".back-top-share-hide-con").click(function(){
                $backshare.show();
                $backsharehide.hide();
            });
            //#region 回顶部事件
            $("#back-top-share,#back-top-share-hide").find(".top").click(function () {
                t = setInterval(function () {
                    $(window).scrollTop($(window).scrollTop()- 100);
                    if ($(window).scrollTop() == 0) {
                        b=false;
                        $backshare.find(".top").fadeOut(300);
                        $backsharehide.find(".top").fadeOut(300);
                        clearInterval(t);
                    }
                }, 20);
            }).hover(function(){
               $(this).addClass("top-bg-color");
            },function(){
               $(this).removeClass("top-bg-color");
            });
        }
        $(window).resize(function(){
            var browd=$(window).width();
            if(browd>=1024){
                var left=0;
                if(typeof $("#main")[0]!="undefined" ){
                    left= Math.ceil($("#main").offset().left)+$("#main").width()+5;
                }else{
                    left= Math.ceil($(".container").offset().left)+$(".container").width()+5;
                }
                $backshare.css({"left":left+"px"}).show();
            }else{
                $backshare.hide();
            }
        })
    });
	function setTab(name,cursel,n){
		for(i=1;i<=n;i++){
			var menu = document.getElementById(name+i);
			var con  = document.getElementById("con_"+name+"_"+i);
			menu.className = i == cursel?"hover":"";
			con.style.display = i == cursel?"block":"none";
		}
	}