• DELETE FROM KEYWORDS WHERE ID_DOMAINE=33977061
  • DoneDoneDone

    URL:cgp.ibs.re.kr

    Connection: Keep-Alive
    Date: Sat, 02 Nov 2024 04:23:24 GMT
    Keep-Alive: timeout=5, max=100
    Content-Length: 230
    Content-Type: text/html; charset=iso-8859-1
    Location: https://cgp.ibs.re.kr/
    Server: Apache
    
    
    Location => https://cgp.ibs.re.kr/
    Status => 301
    <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
    <html><head>
    <title>301 Moved Permanently</title>
    </head>

    (vide) Tentative en https

    https://cgp.ibs.re.kr/

    <!DOCTYPE html>
    <html lang="en">
    <head>
    
    <base href="https://cgp.ibs.re.kr/">
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <!--meta http-equiv="Content-Type" content="text/html;charset=utf-8"-->
    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
    <link rel="shortcut icon" type="image/x-icon" href="/img/favicon.ico" >
    <link rel="dns-prefetch" href="https://cgp.ibs.re.kr/">
    
    <link href="js/bootstrap-3.3.4-dist/css/bootstrap.min.css" rel="stylesheet">
    
    <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
    <!--[if lt IE 9]>
    <script src="./js/html5shiv.js"></script>
    <script src="./js/respond.min.js"></script>
    <![endif]-->
    
    <!--[if IE 9]>
    <script src="./js/olderbrowser.js"></script>
    <![endif]-->
    
    <script type="text/javascript" src="js/jquery-2.1.0.min.js"></script>
    
    <link rel="stylesheet" type="text/css" href="js/jquery-ui-1.10.3/themes/base/jquery-ui.css">
    <script type="text/javascript" src="js/jquery-ui-1.10.3/ui/jquery-ui.js"></script>
    
    <script type="text/javascript" src="js/bootstrap-3.3.4-dist/js/bootstrap.min.js"></script>
    
    <script type="text/x-mathjax-config">
    	MathJax.Hub.Config({
    		tex2jax: {
    			inlineMath: [['$','$']],
    			skipTags: ["script","noscript","style","textarea","code"]
    		}
    	});
    </script>
    <script type="text/javascript">
    	var URL_PREFIX = 'https://cgp.ibs.re.kr/';
    </script>
    
    <!--script type="text/javascript" src="js/mathjax-MathJax-78ea6af/MathJax.js?config=TeX-AMS_HTML-full"></script-->
    <script type="text/javascript" src="js/MathJax-2.7.1/MathJax.js?config=TeX-AMS_HTML-full"></script>
    
    <title>IBS Center for Geometry and Physics</title>
    
    <script type="text/javascript" src="js/main.js"></script>
    <script type="text/javascript" src="js/menu_eng.js"></script>
    
    <link rel="stylesheet" type="text/css" href="css/style.css">
    
    <script type="text/javascript" src="js/jQuery.snow.min.js"></script>
    
    <style type='text/css'>
    input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus {
    border-color: #D9D9D9;
    color:#333;
    }
    input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
    border-color: #999999;
    background-color: #CCCCCC;
    background-image: none;
    filter: none;
    }
    </style>
    
    
    
    <!--link href="https://vjs.zencdn.net/6.2.8/video-js.css" rel="stylesheet">
    <script src="https://vjs.zencdn.net/6.2.8/video.js"></script>
    <script src="js/videojs-contrib-hls.js"></script--!>
    
    <link href="js/video-js/video-js.css" rel="stylesheet">
    <script type="text/javascript" src="js/video-js/video.js"></script>
    
    <link rel="stylesheet" href="css/main.css">
    <script type="text/javascript" src="js/index.js"></script>
    
    <!--script type="text/javascript">
    	$(document).ready(function () {
    		var popup = getCookie('popup_2017_fall_recruit');
    		if (popup == "" && $(window).width() > 991) {
    			$('#overall_notice').show();
    			$('div.popup').trigger('click');
    			$('div#popup').modal('show');
    		}
    	});
    </script--!>
    <script type="text/javascript">
    	function setCookie(name, value, expiredays) {
    		var today = new Date();
    			today.setDate(today.getDate() + expiredays);
    			document.cookie = name + '=' + escape(value) + '; path=/; expires=' + today.toGMTString() + ';'
    		}
    	
    	function getCookie(name) {
    		var cName = name + "=";
    		var x = 0;
    		while ( x <= document.cookie.length )
    		{
    			var y = (x+cName.length);
    			if ( document.cookie.substring( x, y ) == cName )
    			{
    				if ( (endOfCookie=document.cookie.indexOf( ";", y )) == -1 )
    					endOfCookie = document.cookie.length;
    				return unescape( document.cookie.substring( y, endOfCookie ) );
    			}
    			x = document.cookie.indexOf( " ", x ) + 1; 
    			if ( x == 0 )
    				break;
    		}
    		return "";
    	}
    
    	function HideToday(){
    		setCookie('Hide_Today','Y',1);
    		$("#semModal").hide('fade');
    	}
    
    
    	jQuery(document).ready(function(){
    		if (getCookie('Hide_Today')!='Y'){
    			$('#semModal').show();
    		}
    	});
    	function close_pop(){
    		$('#semModal').hide('fade');
    		};
    </script>
    <div id="semModal" class="modal" tabindex="-1" role="dialog" aria-hidden="true">
    	<div class="modal-dialog" role="document">
    		<div class="modal-content">
    			<div class="modal-header">
    				<h3 class="modal-title">How to join the Zoom seminars 
    				<button onclick="close_pop()" type="button" class="close" data-dismiss="modal" aria-hidden="true" aria-label="Close">
    					<i class="glyphicon glyphicon-remove"></i>
    				</button>
    				</h3>
    			</div>
    			<div class="modal-body">
    				<p>To attend the Zoom seminars, please submit the online registration <a href="https://cgp.ibs.re.kr/activities/talkregistration">here</a>.<br/>
    				Or you may contact the seminar coordinators.</p>
    			</div>
    			<div class="modal-footer">
    				<button onclick="HideToday()" class="btn btn-warning" data-dismiss="modal">Hide today</button>
    				<button onclick="close_pop()" class="btn btn-danger" data-dismiss="modal">Close</button>
    			</div>
    		</div>
    	</div>
    </div>
    <style type="text/css">
    #maintabs li.active a {
    	background:#eee;
    }
    #maintabs li.active a h4 {
    	color:#428bca;
    }
    </style>
    
    </head>
    
    

    IBS Center for Geometry and Physics

    Recherche META Description de la page

    Recherche META Keywords de la page

    UPDATE DOMAINES SET server='Apache',redirection='https://cgp.ibs.re.kr/',Status='200',err='',[TITRE]=N'IBS Center for Geometry and Physics',[DESCRIPTION]=N'',[KEYWORDS]=N'' WHERE id=33977061
  • 0

    IBS Center for Geometry and Physics

  • 0. IBS (3)
  • --------->0
  • 1. Center (6)
  • --------->0
  • 2. for (3)
  • --------->0
  • 3. Geometry (8)
  • --------->0
  • 4. and (3)
  • --------->0
  • 5. Physics (7)
  • --------->0
    INSERT INTO KEYWORDS (keyword,id_domaine) VALUES (N'IBS',33977061),(N'Center',33977061),(N'for',33977061),(N'Geometry',33977061),(N'and',33977061),(N'Physics',33977061)