• DELETE FROM KEYWORDS WHERE ID_DOMAINE=34051824
  • DoneDoneDone

    URL:www.omnia.ie

    Connection: Keep-Alive
    Date: Fri, 01 Nov 2024 06:39:07 GMT
    Keep-Alive: timeout=5, max=100
    Content-Length: 229
    Content-Type: text/html; charset=iso-8859-1
    Location: https://www.omnia.ie/
    Server: Apache/2.4.61 (Amazon) OpenSSL/1.0.2k-fips PHP/5.6.40
    
    
    Location => https://www.omnia.ie/
    Status => 301
    <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
    <html><head>
    <title>301 Moved Permanently</title>
    </head>

    (vide) Tentative en https

    https://www.omnia.ie/

    <!DOCTYPE html>
    <html lang="en">
    <head>
    <meta http-equiv="Content-Type" content="text/html;charset=utf-8">
    <title>OMNIA - Europe's Culture in One Place</title>
    <meta name="description" content="Europeana is a single access point to millions of books, paintings, films, museum objects and archival records that have been digitised throughout Europe.  OMNIA is an alternative way to browse this huge resource.">
    <meta name="MobileOptimized" content="width">
    <meta name="HandheldFriendly" content="true">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
    <link rel="stylesheet" href="/css/europeana_style.css" type="text/css" title="no title">
    <link rel="icon" type="image/x-icon" href="https://www.omnia.ie/favicon.ico">
    	<script src="js/jquery-2.1.1.min.js"></script>
    	<script src="js/simple.carousel.js"></script>
    	<script src="js/d3.v3.min.js"></script>
    	<script>
    	jQuery(document).ready(function() {
    
    	var url = 'index.php?navigation_function=17';
    	var graphs_url = 'index.php?navigation_function=20&graph_size=' + $( '#graphs_block' ).width();
    
    	$("#rep_image_blockholder").load(url);
    	$("#graphs_block").load(graphs_url);
    	$("#rep_image_blockholder2").load(url);
    
    	$('#graphs_block_buttons_small #type_graph').click(function(e) {
    	var type_graph_url = 'index.php?navigation_function=20&graph_type=1&graph_size=' + $( '#graphs_block' ).width();
    	$("#graphs_block").load(type_graph_url);
        return true; //prevent the click
        });
    
    	$('#graphs_block_buttons_small #country_graph').click(function(e) {
    	var country_graph_url = 'index.php?navigation_function=20&graph_type=2&graph_size=' + $( '#graphs_block' ).width();
    	$("#graphs_block").load(country_graph_url);
        return true; //prevent the click
        });
    
    	$('#graphs_block_buttons_small #year_graph').click(function(e) {
    	var year_graph_url = 'index.php?navigation_function=20&graph_type=3&graph_size=' + $( '#graphs_block' ).width();
    	$("#graphs_block").load(year_graph_url);
        return true; //prevent the click
        });
    
    	$('#graphs_block_buttons_small #subject_graph').click(function(e) {
    	var subject_graph_url = 'index.php?navigation_function=20&graph_type=4&graph_size=' + $( '#graphs_block' ).width();
    	$("#graphs_block").load(subject_graph_url);
        return true; //prevent the click
        });
    
    	$('#graphs_block_buttons_small #location_graph').click(function(e) {
    	var location_graph_url = 'index.php?navigation_function=20&graph_type=5&graph_size=' + $( '#graphs_block' ).width();
    	$("#graphs_block").load(location_graph_url);
        return true; //prevent the click
        });
    
    	$('#graphs_block_buttons_big #type_graph').click(function(e) {
    	var type_graph_url = 'index.php?navigation_function=25&graph_type=1&graph_size=' + $( '#graphs_block' ).width();
    	console.log(type_graph_url);
    	$("#graphs_block").load(type_graph_url);
        return true; //prevent the click
        });
    
    	$('#graphs_block_buttons_big #country_graph').click(function(e) {
    	var country_graph_url = 'index.php?navigation_function=25&graph_type=2&graph_size=' + $( '#graphs_block' ).width();
    	$("#graphs_block").load(country_graph_url);
        return true; //prevent the click
        });
    
    	$('#graphs_block_buttons_big #year_graph').click(function(e) {
    	var year_graph_url = 'index.php?navigation_function=25&graph_type=3&graph_size=' + $( '#graphs_block' ).width();
    	$("#graphs_block").load(year_graph_url);
        return true; //prevent the click
        });
    
    	$('#graphs_block_buttons_big #subject_graph').click(function(e) {
    	var subject_graph_url = 'index.php?navigation_function=25&graph_type=4&graph_size=' + $( '#graphs_block' ).width();
    	$("#graphs_block").load(subject_graph_url);
        return true; //prevent the click
        });
    
    	$('#graphs_block_buttons_big #location_graph').click(function(e) {
    	var location_graph_url = 'index.php?navigation_function=25&graph_type=5&graph_size=' + $( '#graphs_block' ).width();
    	$("#graphs_block").load(location_graph_url);
        return true; //prevent the click
        });
    
    
    	$('#enlarge').click(function(e) {
    	$('#enlarge').css("display","none");
    	$('#reduce').css("display","block");
    	$('#graphs_block_buttons_big').css("display","block");
    	$('#graphs_block_buttons_small').css("display","none");
    	var blurbwidth = $( window ).width() - 850;
    	blurbwidth = blurbwidth + "px";
    	$('#blurb').css("width",blurbwidth);
    	$('#diagram').css( "width", "810px" );
    	var location_graph_url = 'index.php?navigation_function=25&graph_type=1&graph_size=' + $( '#graphs_block' ).width();
    	$("#diagram_block").load(location_graph_url);
        return true; //prevent the click
        });
    
    	$('#reduce').click(function(e) {
    	$('#enlarge').css("display","block");
    	$('#reduce').css("display","none");
    	$('#graphs_block_buttons_big').css("display","none");
    	$('#graphs_block_buttons_small').css("display","block");
    	var blurbwidth = $( window ).width() - 410;
    	blurbwidth = blurbwidth + "px";
    	$('#blurb').css("width",blurbwidth);
    	$('#diagram').css( "width", "100%" );
    	var location_graph_url = 'index.php?navigation_function=24&graph_type=1&graph_size=' + $( '#graphs_block' ).width();
    	$("#diagram_block").load(location_graph_url);
        return true; //prevent the click
        });
    
    	$('#reduce').css("display","none");
    	$('#graphs_block_buttons_big').css("display","none");
    
    	$('p#menu-toggle').click(function() {
    		$('#menu ul li').toggle('slow');
    		return false;
    		});
    
    	});
    	</script>
    	<style>
    
    .omnia_header {background-color:#eba134}
    .omnia_header_menu {background-color:#ffebb8; max-height:2em;}
    
    .omnia_header #banner {min-height:110px;}
    
    .omnia_header .navbar .container .navbar-brand h1 {font-size:2.8em;clear:right;margin-top:-0.3em}
    .omnia_header .navbar .container .navbar-brand h2 {font-size:1.3em;padding-left:5px}
    
    .omnia_header .navbar .container .navbar-brand h1 a {color:#ffffff; text-shadow: 2px 2px 3px #000000;text-decoration:none}
    .omnia_header .navbar .container .navbar-brand h2 {color:#fefefe; text-shadow: 2px 2px 3px #000000;}
    
    .nav-link {color:#000000; text-shadow: 1px 1px 2px #ffebb8;}
    
    table.homepage_results {
        width: 95%;
    }
    
    p, h1, h2, form {
        padding-left: 0px;
        padding-right: 0px;
    }
    
    #resultstable tr td {
      border-left:solid #cccccc 1px;
    }
    #resultstable tr:nth-child(odd){
      border-bottom:solid #dddddd 1px;
    }
    #resultstable tr:nth-child(even) td {
      background-color:#e7e7e7;
    }
    
    #resultstable thead tr th {
      color:#000000;
      text-shadow:none;
      background: #acacac;
    }
    
    #individual_results div.col-md-4, #individual_results div.col-md-8, #individual_results div.col-md-12 {
      border:solid #e7e7e7 1px;
      padding:0.5em;
    }
    
    #individual_results div.col-md-4 {
      font-weight:bold;
    }
    
    #individual_results div.row:nth-child(odd){
      border-bottom:solid #e7e7e7 1px;
      background-color:#e7e7e7;
    }
    #individual_results div.row:nth-child(even) div {
      background-color:#cccccc;
      border:solid #cccccc 1px;
    }
    
    
    
    #create_exhibit a {
    	color:#000000;
    }
    
    table.individual_results {
        width: 100%;
    }
    
    .exhibitresults {
        width: 95%;
    }
    
    .provider_record h3 {
    	font-size:1.2em;
    }
    
    div#graphs_block_buttons_big,
    div#graphs_block_buttons_big ul,
    div#graphs_block_buttons_small,
    div#graphs_block_buttons_small ul {
        width: 100%;
    }
    
    div#graphs_block_buttons_big ul,
    div#graphs_block_buttons_small ul {
        margin:auto;
        clear:both;
    }
    
    div#graphs_block_buttons_big li, 
    div#graphs_block_buttons_small li {
        width: 19%;
    }
    
    .navbar {
    	//margin-top:0px;
    }
    
    .banner_image {
    	padding-top:1em;
    	min-height:145px;
    	background-image: url(images/mondrian.png);
    	//background-position-x: center;
        background-repeat: repeat;
    	background-attachment: fixed;
      	//background-position: right;
      	background-size: 450px 138px;
      	border-right:5px solid #222222;
      	padding-right:1em;
      	background-position-y: -5px;
    }
    
    .banner_image .form-control {
    	border: 5px solid #000000;
    }
    
    .navbar {
        --bs-navbar-padding-y: 0rem;
        background-color: #f8f8f8;
    }
    
    .omnia_header #banner {
        max-height: 145px;
        padding-bottom: 0px;
    }
    
    .omnia_header .navbar-brand {
    	margin-top:-0.9em;
    	background-color: #0e74d3;
    	min-height:135px;
    	min-width:30em;
    	padding:1.2em;
    	padding-top:0.8em;
    	height:100%;
    	display:block;
    	border:3px solid #222222;
    	border-top:1px solid #222222;
    	border-right:9px solid #222222;
    	border-left:3px solid #222222;
    	border-bottom:2px solid #222222;
    }
    
    .omnia_header .container {
    	--bs-gutter-x: 0rem;
    }
    
    #Omnia_Navigation {
    	background-color: #edc300;
    	border:2px solid #222222;
    }
    
    .omnia_header {
            --bs-border-color: none;
    }
    
    .omnia_header .navbar .container .navbar-brand {
    	padding:0px;
    	padding-left:1em;
    	padding-right:1em;
    }
    
    .omnia_header .navbar .container .navbar-brand h1 {
    	font-size: 3.8em;
    	margin-top:-0.1em;
    }
    
    .homepage .omnia_header .navbar .container .navbar-brand h1 {
    	font-size: 6.2em;
    }
    
    .omnia_header .navbar .container .navbar-brand h2 {
    	margin-top:-0.5em;
    	font-size: 1.2em;
    }
    
    body, header {
    	background-color: #f8f8f8;
    }
    
    #completepage.container {
    	background-color: #ffffff;
    	border: 1px solid #e7e7e7;
    }
    
    #time_pane.dbpedia_infobox, #bio_pane.dbpedia_infobox {
        width: 100%;
    }
    
    #individual_results div.row:nth-child(even) .dbpedia_infobox {
    	border: 1px solid #e7e7e7;
    }
    
    .dbpedia_infobox {
        display: block;
        width: 100%;
        max-height: 350px;
        padding: 5px;
        font-size: .9em;
        overflow: auto;
        border: 1px solid #cccccc;
        margin-bottom: 1em;
        margin-right: 3%;
    }
    
    .dbpedia_infobox img {
    
    	vertical-align: none;
    	float:left;
    	margin-right:1em;
    }
    
    .dbpedia_infobox h2 {
    	font-size:1.2em;
    }
    
    .dbpedia_infobox h3 {
    	font-size:1.1em;
    }
    
    #completepage {
    	padding-top:1em;
    }
    
    @media only screen and (max-width : 768px) {
    
    	.navbar .container {
        	display:block;
    	}
    
    	.omnia_header .navbar-brand {
    		min-width:0em;
    		width:100%;
    		border:3px solid #222222;
    		min-height:80px;
    		padding:0em;
    		min-width:0em;
    	}
    	
    	.banner_image {
    		background-color: #edc300;
    		background-image: none;
    		padding-right:0em;
      		float:right;
      		background-image: url(images/mondrian.png);
    	}
    	
    	.banner_image .form-control {
    		background-color: #ebf2ff;
    		color: #ffffff;
    		max-width:8em;
    		float:right;
    		margin-bottom:0.5em;
    		margin-right:0.5em;
    	}
    
    	.banner_image .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    	  color: #000000;
    	  opacity: 1; /* Firefox */
    	}
    
    	.banner_image .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    	  color: color: #000000;
    	}
    
    	.banner_image .form-control::-ms-input-placeholder { /* Microsoft Edge */
    	  color: color: #000000;
    	}
    	
    	button.navbar-toggler {
    		background-color: #edc300;
    	}
    	
    	button.navbar-toggler {
    		float:right;
    		margin-bottom: 0.5em;
    		border: 5px solid #000000;
    	}
    	
    	#Omnia_Navigation {
    		padding:1em;
    		z-index:1000;
    	}
    
    	#Omnia_Navigation li {
    		border-bottom:1px solid #eba134;
    	}
    
    	.homepage .omnia_header .navbar .container .navbar-brand h1, .omnia_header .navbar .container .navbar-brand h1 {
    		margin-top:0px;
    		font-size: 3em;
    	}
    	
    }
    
    </style>
    </head>
    

    OMNIA - Europe's Culture in One Place

    Recherche META Description de la page

    Europeana is a single access point to millions of books, paintings, films, museum objects and archival records that have been digitised throughout Europe. OMNIA is an alternative way to browse this huge resource.

    Recherche META Keywords de la page

    UPDATE DOMAINES SET server='Apache/2.4.61 (Amazon) OpenSSL/1.0.2k-fips PHP/5.6.40',redirection='https://www.omnia.ie/',Status='200',err='',[TITRE]=N'OMNIA - Europe''s Culture in One Place',[DESCRIPTION]=N'Europeana is a single access point to millions of books, paintings, films, museum objects and archival records that have been digitised throughout Europe. OMNIA is an alternative way to browse this huge resource.',[KEYWORDS]=N'' WHERE id=34051824
  • -2147217833 Les données de chaîne ou binaires seront tronquées.

    OMNIA - Europe s Culture in One Place Europeana is a single access point to millions of books paintings films museum objects and archival records that have been digitised throughout Europe. OMNIA is an alternative way to browse this huge resource.

  • 0. OMNIA (5)
  • --------->0
  • 1. - (1)
  • --------->0
  • 2. Europe (6)
  • --------->0
  • 3. s (1)
  • --------->0
  • 4. Culture (7)
  • --------->0
  • 5. in (2)
  • --------->0
  • 6. One (3)
  • --------->0
  • 7. Place (5)
  • --------->0
  • 8. Europeana (9)
  • --------->0
  • 9. is (2)
  • --------->0
  • 10. a (1)
  • --------->0
  • 11. single (6)
  • --------->0
  • 12. access (6)
  • --------->0
  • 13. point (5)
  • --------->0
  • 14. to (2)
  • --------->0
  • 15. millions (8)
  • --------->0
  • 16. of (2)
  • --------->0
  • 17. books (5)
  • --------->0
  • 19. paintings (9)
  • --------->0
  • 21. films (5)
  • --------->0
  • 23. museum (6)
  • --------->0
  • 24. objects (7)
  • --------->0
  • 25. and (3)
  • --------->0
  • 26. archival (8)
  • --------->0
  • 27. records (7)
  • --------->0
  • 28. that (4)
  • --------->0
  • 29. have (4)
  • --------->0
  • 30. been (4)
  • --------->0
  • 31. digitised (9)
  • --------->0
  • 32. throughout (10)
  • --------->0
  • 37. an (2)
  • --------->0
  • 38. alternative (11)
  • --------->0
  • 39. way (3)
  • --------->0
  • 41. browse (6)
  • --------->0
  • 42. this (4)
  • --------->0
  • 43. huge (4)
  • --------->0
  • 44. resource (8)
  • --------->0
    INSERT INTO KEYWORDS (keyword,id_domaine) VALUES (N'OMNIA',34051824),(N'-',34051824),(N'Europe',34051824),(N's',34051824),(N'Culture',34051824),(N'in',34051824),(N'One',34051824),(N'Place',34051824),(N'Europeana',34051824),(N'is',34051824),(N'a',34051824),(N'single',34051824),(N'access',34051824),(N'point',34051824),(N'to',34051824),(N'millions',34051824),(N'of',34051824),(N'books',34051824),(N'paintings',34051824),(N'films',34051824),(N'museum',34051824),(N'objects',34051824),(N'and',34051824),(N'archival',34051824),(N'records',34051824),(N'that',34051824),(N'have',34051824),(N'been',34051824),(N'digitised',34051824),(N'throughout',34051824),(N'an',34051824),(N'alternative',34051824),(N'way',34051824),(N'browse',34051824),(N'this',34051824),(N'huge',34051824),(N'resource',34051824)