CINXE.COM

Share Catalogue

<!doctype html> <html> <head> <title>Share Catalogue</title> <meta name="description" content="" /> <meta name="keywords" content="" /> <meta charset="utf-8"/> <link href="cluster_static_stuff/jquery-ui.css" rel="stylesheet"/> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Style-Type" content="text/css" /> <meta name="author" content="" /> <meta name="copyright" content="" /> <meta http-equiv="X-UA-Compatible" content="IE=8" /> <link rel="Shortcut icon" href="favicon.ico" type="image/x-icon" /> <link rel="stylesheet" type="text/css" href="style/style.css" /> <link rel="stylesheet" type="text/css" href="style/customer.css" /> <link rel="stylesheet" type="text/css" href="style/jquery.autocomplete.css" ></link> <link href="style/xtree.css" rel="stylesheet" type="text/css" /> <script src="js/functions.js" type="text/javascript" charset="utf-8"></script> <script src="js/oseegenius.js" type="text/javascript" charset="utf-8"></script> <script type="text/javascript" src="js/xtree.js"></script> <!-- jQuery UI select menu --> <script type="text/javascript" src="js/jquery-ui/jquery.ui.core.js"></script> <script type="text/javascript" src="js/jquery-ui/jquery.ui.widget.js"></script> <script type="text/javascript" src="js/jquery-ui/jquery.ui.position.js"></script> <script type="text/javascript" src="js/jquery-ui/jquery.ui.selectmenu.js"></script> <script type="text/javascript" src="js/jquery-ui/jquery.ui.button.js"></script> <script type="text/javascript" src="js/jquery.autocomplete.js"></script> <script type="text/javascript" src="js/jquery.min.js"></script> <script type="text/javascript" src="js/jquery.prettyPhoto.js"></script> <link type="text/css" href="style/bootstrap-custom.css" rel="stylesheet" /> <link type="text/css" href="js/jquery-ui/css/jquery.ui.theme.css" rel="stylesheet" /> <link type="text/css" href="js/jquery-ui/css/jquery.ui.selectmenu.css" rel="stylesheet" /> <link href="style/prettyPhoto.css" rel="stylesheet" type="text/css" /> <script type="text/javascript" charset="utf-8"> $(document).ready(function(){ $("[rel^='prettyPhoto']").prettyPhoto({social_tools: false, deeplinking:false}); }); </script> <script> function share(url, id) { var t =url+"https"+"://"+"catalogo.share-cat.unina.it:443/sharecat/resource?uri="+id; var newWindow = window.open(t, '_new'); newWindow.focus(); return false; } </script> <script src="cluster_static_stuff/external/jquery/jquery.js"></script> <script src="cluster_static_stuff/jquery-ui.js"></script> <link rel="stylesheet" href="style/jkeyboard.css"> <script src="js/jkeyboard.js"></script> <script> $(function() { var URL_PREFIX = "/sharecat/csuggest;jsessionid=CBB437B6EC77E593A743BA34627DD98A?t=t&q="; var URL_SUFFIX = ""; $("#searchboxTitle").autocomplete({ focus: function( event, ui ) { return false; }, select: function( event, ui ) { $( "#t_cluster_id" ).val( ui.item.value ); $( "#formTitle").submit(); return false; }, source : function(request, response) { var URL = URL_PREFIX + $("#searchboxTitle").val() + URL_SUFFIX; $.ajax({ url : URL, success : function(data) { var q = $( "#searchboxTitle" ).val(); var docs = JSON.stringify(data.suggest.headings[q].suggestions); var jsonData = JSON.parse(docs); response($.map(jsonData, function(value, key) { return { value: value.payload, label: " (" + value.payload + ") " + value.term } })); }, error: function (xhr, textStatus, errorThrown) { console.log("error: " + errorThrown); }, jsonp : 'json.wrf'}); }, minLength : 1 }).data("ui-autocomplete")._renderItem = function (ul, item) { tmp = item.label.replace(/<b>/g, 'KKK').replace(/<\/b>/g, 'JJJ'); return $("<li></li>") .data("item.autocomplete", item) .append($("<a/>").text(tmp).html().replace(/KKK/g, '<b>').replace(/JJJ/g, '</b>')) .appendTo(ul); }; }); </script> <script> $(function() { var URL_PREFIX = "/sharecat/csuggest;jsessionid=CBB437B6EC77E593A743BA34627DD98A?t=n&q="; var URL_SUFFIX = ""; $("#searchboxName").autocomplete({ focus: function( event, ui ) { return false; }, select: function( event, ui ) { $( "#n_cluster_id" ).val( ui.item.value ); $( "#formName").submit(); return false; }, source : function(request, response) { var URL = URL_PREFIX + $("#searchboxName").val() + URL_SUFFIX; $.ajax({ url : URL, success : function(data) { var q = $( "#searchboxName" ).val(); var docs = JSON.stringify(data.suggest.headings[q].suggestions); var jsonData = JSON.parse(docs); response($.map(jsonData, function(value, key) { return { value: value.payload, label: " (" + value.payload + ") " + value.term } })); }, error: function (xhr, textStatus, errorThrown) { console.log("error: " + errorThrown); }, jsonp : 'json.wrf'}); }, minLength : 1 }).data("ui-autocomplete")._renderItem = function (ul, item) { tmp = item.label.replace(/<b>/g, 'KKK').replace(/<\/b>/g, 'JJJ'); return $("<li></li>") .data("item.autocomplete", item) .append($("<a/>").text(tmp).html().replace(/KKK/g, '<b>').replace(/JJJ/g, '</b>')) .appendTo(ul); }; }); </script> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-42140025-19']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> <link rel="stylesheet" type="text/css" href="style/styleCluster.css" /> <link rel="stylesheet" type="text/css" href="style/tooltipStyle.css" /> <link rel="stylesheet" type="text/css" href="style/kmstyle.css" /> </head> <body class=" normal "> <form id="formTitle" name="form" action="searchTitles"> <input type="hidden" id="t_cluster_id" name="t_cluster_id"> </form> <form id="formName" name="form" action="searchNames"> <input type="hidden" id="n_cluster_id" name="n_cluster_id"> </form> <p class="hide"><a href="#main">top</a></p> <div id="layout"> <div id="headerCluster"><script> // script per la gestione della tastiera virtuale //di default la setto su persona $(function() { $(' #keyboard').jkeyboard({ layout: "custom", input: $('#searchboxName') }); }); $(function() { $("#starts_with").click(function(){ $(' #keyboard').jkeyboard({ layout: "custom", input: $('#starts_with') }); }); }); $(function() { $("#searchboxName").click(function(){ $(' #keyboard').jkeyboard({ layout: "custom", input: $('#searchboxName') }); }); }); $(function() { $("#searchboxName").click(function(){ $(' #keyboard').jkeyboard({ layout: "custom", input: $('#searchboxName') }); }); }); $(function() { $("#searchboxTitle").click(function(){ $(' #keyboard').jkeyboard({ layout: "custom", input: $('#searchboxTitle') }); }); }); /* $(function () { $(' #keyboard_start').jkeyboard({ layout: "custom", input: $('#starts_with') }); }); */ $(function () { $('.keyboardButton').click(function(){ $(".keyboardContainer").toggle("fast"); }); }); </script> <div id="topmenu"> <ul> <li class="first"><a href="universities" title="Biblioteche">Biblioteche</a></li> <li><a href="info.vm" title="Info">Info</a></li> <li class="last"><a href="mailto:sharecat@unina.it" title="Contattaci">Contattaci</a></li> </ul> </div> <div id="languages"> <a href="javascript:l10n('en')" title="English"><img src="img/flag_en.png" width="34" height="23" alt="English" /></a></div> <div id="fontsizer"> <a href="javascript:void(0)" onclick="changeFontSize('normal')" title="Visualizza caratteri piccoli"><img src="img/fontsizer-small.jpg" width="14" height="14" alt="" /></a> <a href="javascript:void(0)" onclick="changeFontSize('medium')" title="Visualizza caratteri normali"><img src="img/fontsizer-normal.jpg" width="14" height="14" alt="" /></a> <a href="javascript:void(0)" onclick="changeFontSize('large')" title="Visualizza caratteri grandi"><img src="img/fontsizer-big.jpg" width="14" height="14" alt="" /></a> </div> <div id="topmenu2"></div> <div id="banner" > <a href="clusters" title="Home"><img src="img/newLogo.png" height="140px" ></a> </div> <div class="absoluteTop blue"> <span class="marginHeader"> <img class="iconHeader" src="img/usersRed.png" height="15px"> <b class="header-text">Persona</b> </span>&nbsp;&nbsp; <input class="input-text" id="searchboxName" size="20" class="fontCustomSize"> <span class="marginHeader"> <img class="iconHeader" src="img/booksRed.png" height="15px"> <b class="header-text">Opera</b> </span>&nbsp;&nbsp; <input class="input-text" id="searchboxTitle" size="20" class="fontCustomSize"> </div> <form method="get" action="browseCluster"> <div class="browsing absoluteTop"> <span><img src="img/keyboard1.png" class="keyboardButton"></span> <select class="smallSelect" name="browse_type" id="browse_type"> <option value="names">Persona</option> <option value="works">Opera</option> </select> <input class="input-text" id="starts_with" name="starts_with" size="20" class="fontCustomSize"> <input type="submit" class="btn" value="Scorri""> </div> </form> <div class="onBandBanner"> <b>Persona/Opera</b> </div> <div class="toOs absoluteTop" style=""> <a href="home" title="Vai a Pubblicazioni" class="linkToOS header-text">Vai a Pubblicazioni</a> </div> <div class="keyboardContainer"> <div id="keyboard"></div> </div> <div id="breadcrumbs"> </div> </div> <div id="container"><script> //global var var darkBlue = "#074e8b"; var lightBlue = "#70a6d4"; function exportUni(format, cluster, atype) { var selection = ''; if (atype=='A') { var isChecked1 = $("#checkAuth").prop("checked"); var isChecked3 = $('#checkWorkAut').prop('checked'); var isChecked4 = $('#authorityCheck').prop("checked"); var isChecked5 = $('#viafCheck').prop("checked"); var isChecked6 = $('#biblioCheck').prop("checked"); var isChecked7 = $('#rinvioCheck').prop("checked"); if (isChecked1) { selection = 'A'; } if (isChecked3) { selection = selection + 'W'; } if (isChecked4) { selection = selection + 'T'; } if (isChecked5) { selection = selection + 'F'; } if (isChecked6) { selection = selection + 'B'; } if (isChecked7) { selection = selection + 'R'; } //alert(selection); } if (atype=='W') { var isChecked1 = $("#checkWork").prop("checked"); var isChecked2 = $('#checkOther').prop('checked'); var isChecked3 = $('#checkManif').prop('checked'); if (isChecked1) { selection = 'W'; } if (isChecked2) { selection = selection + 'V'; } if (isChecked3) { selection = selection + 'M'; } //alert(selection); } if (selection!=null) { var url = "exportL1?format="+format+"&selection="+selection+"&cluster_id="+cluster+"&type="+atype; location.href = url ; } } function exportAll(format, cluster, atype) { var selection = ''; if (atype=='A') { selection = 'A'; selection = selection + 'W'; selection = selection + 'T'; selection = selection + 'F'; selection = selection + 'B'; selection = selection + 'R'; } if (atype=='W') { selection = 'W'; selection = selection + 'V'; selection = selection + 'M'; } if (selection!=null) { var url = "exportL1?format="+format+"&selection="+selection+"&cluster_id="+cluster+"&type="+atype; location.href = url ; } } $(document).ready(function(){ $(".myCheckBox").click(function(){ // var isChecked1 = $('#checkOther').prop('checked'); var isChecked2 = $('#checkManif').prop('checked'); if (isChecked1 || isChecked2) { $("#checkWork").prop("checked",true); $("#exportTitleDiv").show("slow"); } var isChecked4 = $('#checkWorkAut').prop('checked'); var isChecked5 = $("#authorityCheck").prop("checked"); var isChecked6 = $("#biblioCheck").prop("checked"); var isChecked7 = $("#viafCheck").prop("checked"); var isChecked8 = $("#rinvioCheck").prop("checked"); if (isChecked4 || isChecked5 || isChecked6 || isChecked7 || isChecked8) { $("#checkAuth").prop("checked",true); $("#exportNameDiv").show("slow"); } }); }); $(document).ready(function(){ $("#checkOtherAut").change(function(){ var isChecked5 = $('#checkOtherAut').prop('checked'); if (!isChecked5) { $("#authorityCheck").prop("checked",false); $("#biblioCheck").prop("checked",false); $("#viafCheck").prop("checked",false); $("#rinvioCheck").prop("checked",false); }else { $("#authorityCheck").prop("checked",true); $("#biblioCheck").prop("checked",true); $("#viafCheck").prop("checked",true); $("#rinvioCheck").prop("checked",true); } }); }); $(document).ready(function(){ $(".myCheckBoxMain").change(function(){ var isChecked0 = $('#checkWork').prop('checked'); if (!isChecked0) { $("#checkOther").prop("checked",false); $("#checkManif").prop("checked",false); $("#exportTitleDiv").hide("slow"); }else { $("#exportTitleDiv").show("slow"); } var isChecked5 = $('#checkAuth').prop('checked'); if (!isChecked5) { $("#checkWorkAut").prop("checked",false); $("#authorityCheck").prop("checked",false); $("#biblioCheck").prop("checked",false); $("#viafCheck").prop("checked",false); $("#rinvioCheck").prop("checked",false); $("#exportNameDiv").hide("slow"); }else { $("#exportNameDiv").show("slow"); } }); }); // fondamentale usare il $(window).load() perch茅 solo cos矛 ho la certezza che sia stata renderizzata anche la grafica della pagina $(window).load(function(){ //creazione dinamica della altezza iniziale della riga var initialHeight = $(" #flexLine2").height(); var rowHeight = $(" #row2").height(); var colHeight = $(" #col2").height(); var colRightHeight = $(" #col3").height(); var colLeftHeight = $(" #col1").height(); var maxHeight = Math.max(colLeftHeight, colRightHeight); var newHeight = initialHeight; var subt = rowHeight - colHeight; if(subt > 0) { var newHeight = initialHeight + subt; $(" #flexLine2").animate({height: newHeight}, 'fast'); } }); $(function () { $("#selectAll").click(function(){ $("#selectAll").css('background-color', lightBlue); $("#deSelect").css('background-color', darkBlue); $(".checkCluster").prop('checked', true); $( ".letterBox" ).accordion( "option", "active", 0 ); clusterSegnalation(); }); }); $(function () { $("#deSelect").click(function(){ $("#deSelect").css('background-color', lightBlue); $("#selectAll").css('background-color', darkBlue); $(".checkCluster").prop('checked', false); clusterSegnalation(); }); }); $(document).ready(function(){ $(".checkCluster").prop('checked', false); }); //metodo per mostrare/nascodere il pulsante di segnalazione cluster function clusterSegnalation() { if($(".checkCluster:checked").length > 0){ $("#segnalationDiv").show("slow"); $("#searchDiv").show("slow"); } else { $("#segnalationDiv").hide("slow"); $("#searchDiv").hide("slow"); } } //metodo per fare una ricerca multipla di cluster su oseegenius function clusterOperation(param) { var selected = ''; $(".checkCluster:checked").each(function() { selected = selected + "t_cluster_id="; selected = selected + this.value + "&"; }); //rimuovo l'ultima & commerciale if(selected.slice(-1) == "&"){ selected = selected.slice(0, -1); } //Se l'utente ha richiesto una ricerca multipla if(param == 1){ var url = "search?" + selected; if(url.length > 1900) { alert("hai selezionato troppi elementi. Puoi attivare la stessa funzione cliccando sul nome dell'autore in alto"); } else { location.href = url ; } } //se l'utente vuole segnalare cluster errati else if(param == 2){ //ricordati di mettere il controllo sulla lunghezza della url! alert ("sono stati segnalati i cluster " + selected); } } function openWin(clusterType, resourceId) { var url = "authEmail?cluster_type="+clusterType+"&resourceId="+resourceId; window.open(url, "_blank", "toolbar=no, scrollbars=yes, resizable=yes, top=150, left=400, width=450, height=430"); } </script> <!-- script per la grafica in jqueri --> <script> $(function() { $( ".accordion" ).accordion({ header: "h3", collapsible: true, active: false, heightStyle: "content" }); }); $(function() { $( ".firstAccordion" ).accordion({ header: "h3", collapsible: true, heightStyle: "content" }); }); $(function() { $( ".openAccordion" ).accordion({ header: "h3", collapsible: true, heightStyle: "content" }); }); $(function() { $( ".workAccordion" ).accordion({ header: "h3", collapsible: true, active: false, heightStyle: "content" }); }); $(function() { $(".works").each(function(i, obj){ if ($(this).find(".titleBox")[0].scrollHeight > $(this).find(".titleBox").innerHeight()) { console.log("iterazione " + i); console.log(($(this).find(".titleBox")[0].scrollHeight) - ($(this).find(".titleBox").innerHeight())); $(this).find(".more").show(); } }); }); $(function () { $(".more").click(function(){ var div = $(this).parents(".boxRect").find(".titleBoxHandler"); div.toggleClass("titleBoxShow"); div.toggleClass("titleBox"); }); }); //lightBlue e darkBlue sono variabile globali definite sopra $(function () { $(".openAll").click(function(){ $( ".openAll").css('background-color', lightBlue); $( ".closeAll").css('background-color', darkBlue); $( ".accordion" ).accordion( "option", "active", 0 ); $( ".openAccordion" ).accordion( "option", "active", 0 ); }); }); $(function () { $(".closeAll").click(function(){ $(".closeAll").css('background-color', lightBlue); $(".openAll").css('background-color', darkBlue); $( ".accordion" ).accordion({collapsible: true, active: false}); $( ".openAccordion" ).accordion({collapsible: true, active: false}); }); }); $(function () { $(".openAllWork").click(function(){ $( ".openAllWork").css('background-color', lightBlue); $(".closeAllWork").css('background-color', darkBlue); $( ".workAccordion" ).accordion( "option", "active", 0 ); $( ".firstAccordion" ).accordion( "option", "active", 0 ); }); }); $(function () { $(".closeAllWork").click(function(){ $(".closeAllWork").css('background-color', lightBlue); $(".openAllWork").css('background-color', darkBlue); $( ".workAccordion" ).accordion({collapsible: true, active: false}); $( ".firstAccordion" ).accordion({collapsible: true, active: false}); }); }); $(function () { $(document).click(function() { dynamicLine(); }); }); function dynamicLine(){ setTimeout(function(){ //altezza dinamica della linea var initialHeight = $(" #flexLine2").height(); var rowHeight = $(" #row2").height(); var colHeight = $(" #col2").height(); var colRightHeight = $(" #col3").height(); var colLeftHeight = $(" #col1").height(); var maxHeight = Math.max(colLeftHeight, colRightHeight); var subt = rowHeight - colHeight; var newHeight = initialHeight; if(subt > 0) { newHeight = initialHeight + subt; } else { if(maxHeight < rowHeight){ var newHeight = 80; } else { //lascio le altezze come sono } } $(" #flexLine2").animate({height: newHeight}, 'slow'); // $(".works").each(function(i, obj){ if ($(this).find(".titleBox")[0].scrollHeight > $(this).find(".titleBox").innerHeight()) { $(this).find(".more").show(); } }); }, 800); } // funzione per il salvataggio dello stato alla pressione del tasto back $(function () { $(".specialLink").click(function(){ history.replaceState({"array": $(this).attr('id')} , null, window.location.href); }) }); //funzione per la lettura dello stato alla pressione del tasto back $(document).ready(function(){ var state = history.state; var thisId = state.array; var selectedDiv = $(" #" + thisId).closest(".letterBox"); if(!selectedDiv.hasClass("firstAccordion")){ selectedDiv.accordion( "option", "active", 0 ); $(" .firstAccordion").accordion({collapsible: true, active: false}); } }); </script> <form id="form1"> <div class="row"> <div class="col-md-8 col-sm-8 col-xs-8"> <b class="title_style blu">Persona/Ente/Famiglia</b> </div> <div class="col-md-3 col-sm-3 col-xs-3"> <div class="right"> <span data-tooltip="Scarica in BIBFRAME"> <a href="rdf?clstr_id=103160&type=name"> <img src="img/rdflogo1.png" width="25" height="25"/> </a> </span> &nbsp; <span data-tooltip="Stampa"> <img src="img/printer.png" width="25" height="25" onclick="exportAll('pdf', 103160, 'A');"/> </span> &nbsp; <span data-tooltip="Invia email"> <img src="img/envelope.png" width="25" height="25" onclick="openWin('A',103160)"/> </span> </div> </div> </div> <!-- button to open all --> <br> <div class="row"> <div class="col-md-4 col-sm-4 col-xs-4"> <div class="btn darkBlue openAll minButtonSmaller" >Espandi</div> <div class="btn darkBlue closeAll minButtonSmaller" >Riduci</div> </div> </div> <br> <br> <div class="row" id="row2"> <div class="col-md-4 col-sm-4 col-xs-4" id="col1"> <br> <!-- associated link --> <div class="boxRect openAccordion"> <h3 class="toExpanse" aria-expanded="false" data-tooltip="Link alle risorse esterne" unselectable="on" onselectstart="return false;" onmousedown="return false;"> <b class="titles">Questo autore in</b> </h3> <div > <div class="marginMedium"> <div class="row"> <a class="linkCluster tooltip-right" data-tooltip="ISNI" href="http://isni-url.oclc.nl/isni/0000000115693477" target="_blank"> <img src="img/isni-logo.gif" height="30px"> </a> </div> </div> <div class="marginMedium"> <div class="row"> <a class="linkCluster tooltip-right" data-tooltip="Wikidata" href="http://www.wikidata.org/entity/Q932756" target="_blank"> <img src="img/wikidatawiki.png" height="40px"> </a> </div> </div> <div class="marginMedium"> <div class="row"> <a class="linkCluster tooltip-right" data-tooltip="LC" href="http://id.loc.gov/authorities/names/n81085671" target="_blank"> <img src="img/logo-loc.png" height="30px"> </a> </div> </div> <div class="marginMedium"> <div class="row"> <a class="linkCluster tooltip-right" data-tooltip="worldcat identity" href="https://www.worldcat.org/identities/lccn-n81085671" target="_blank"> <img src="img/logo-worldcat.gif" height="30px"> </a> </div> </div> <div class="marginMedium"> <div class="row"> <a class="linkCluster tooltip-right" data-tooltip="BNF" href="http://data.bnf.fr/12487101" target="_blank"> <img src="img/logo-bnf.gif" height="21px"> </a> </div> </div> <div class="marginMedium"> <div class="row"> <a class="linkCluster tooltip-right" data-tooltip="Viaf" href="http://viaf.org/viaf/46863327/" target="_blank"> <img src="img/viaf_logo.gif" height="30px"> </a> </div> </div> </div> </div> </br> <div id="wikipedia-tab"> <div class="boxRect openAccordion"> <h3 class="toExpanse" aria-expanded="false" unselectable="on" onselectstart="return false;" onmousedown="return false;"> <b class="titles">Wikipedia</b></h3> <div> <div class="blu" id="wiki-div"></div> </br> <a id="wikipedia-link" href="" target="_blank"> <img src="img/arrow.png" width="10"/> Wikipedia </a> </div> </div> </br> </div> <script> //script per caricare una info da wikipedia asincrono $.ajax({ //url: "photo?bnfLink=http://data.bnf.fr/12487101", url: "wikipedia?wkpLink=Q932756", dataType: "json", success: function(data) { //image if(data.image && data.image != ""){ $("#authorPhoto").attr("src", data.image); } //description if(data.description && data.description != "") { $("#wiki-div").append(data.description); } //link if(data.url && data.url != "") { $("#wikipedia-link").attr("href", data.url); } else { console.log("no wikipedia info"); $("#wikipedia-tab").hide(); } } }); </script> <!-- Export box--> <br> <div id="exportNameDiv" class="exportTitleDiv"> <div class="exportChild"> <div class="marginClass">Export / Download</div> </div> <div class="marginClass"> <p></p> <a class="cursorPointer" onclick="exportUni('pdf', 103160, 'A');" title="PDF">PDF</a><br/> <a class="cursorPointer" onclick="exportUni('xls', 103160, 'A');" title="Excel">Excel</a><br/> <a class="cursorPointer" onclick="exportUni('uni', 103160, 'A');" title="Unimarc (binario)">Unimarc (binario)</a><br/> <a class="cursorPointer" onclick="exportUni('mxml', 103160, 'A');" title="Marc XML">Marc XML</a><br/> <a class="cursorPointer" onclick="exportUni('tmarc', 103160, 'A');" title="Marc (testo)">Marc (testo)</a><br/> </div> </br> </div> </div> <div class="col-md-4 col-sm-4 col-xs-4" id="col2"> <div class="centered"> <span class="line rightMargin"> <img class="" src="img/line_horizontal.png" height="2px" width="70px"/> </span> <span> <img id="authorPhoto" class="photo" src="img/author_not_avail.png" style="background-color: white;"/></span> </span> <span class="line leftMargin"> <img class="" src="img/line_horizontal.png" height="2px" width="70px"/> </span> <br> <br> <input id="checkAuth" type="checkbox" value="checkAuth" class="myCheckBoxMain"/> <a class="linkCluster" data-tooltip="Cerca risorse per persona" href="search?n_cluster_id=103160;Shepard, Roger N."><b class="blu">Shepard, Roger N.</b></a> <br> <b class="titles">ID:</b> <a class="linkCluster" data-tooltip="Identificativo Share Cat" href="search?n_cluster_id=103160;Shepard, Roger N.">103160</a> <br> <img src="img/line_vertical.png" height="60px" width="2px"/> <br> <input id="checkWorkAut" class="myCheckBox" type="checkbox" value="checkWorkAut" /> <b class="titles blu">Opere </b> <br> <img id="flexLine2" src="img/line_vertical.png" height="80px" width="2px"/> </div> </div> <div class="col-md-4 col-sm-4 col-xs-4" id="col3"> <div class="boxRect openAccordion"> <h3 class="toExpanse" aria-expanded="false" unselectable="on" onselectstart="return false;" onmousedown="return false;"> <b class="titles"> Altre forme del nome</b> </h3> <div> <div class="row marginMedium"> <div class="col-md-1 col-sm-1 col-xs-1 otherFormCol1"> <input type="checkbox" value="authorityCheck" name="authorityCheck" id="authorityCheck" class="myCheckBox"> </div> <div class="col-md-1 com-sm-1 col-xs-1 otherFormCol2"> <img class='iconHeader' title='Authority file' alt=' Authority file' src='img/bustostor.png' width='18'> </div> <div class="col-md-8 col-sm-8 col-xs-8 otherFormCol3"> <a class="linkCluster" title="Cerca risorse per persona" href="search?n_cluster_id=103160;Shepard, Roger N."> Shepard, Roger N. </a> </div> </div> <div class="row marginMedium"> <div class="col-md-1 col-sm-1 col-xs-1 otherFormCol1"> <input type="checkbox" value="viafCheck" name="viafCheck" id="viafCheck" class="myCheckBox"> </div> <div class="col-md-1 com-sm-1 col-xs-1 otherFormCol2"> <a href='http://viaf.org/viaf/46863327/' target='_blank'><img class='iconHeader' title='http://viaf.org/viaf/46863327/' alt='http://viaf.org/viaf/46863327/' src='img/viaf.png' width='18'> </a> </div> <div class="col-md-8 col-sm-8 col-xs-8 otherFormCol3"> <a class="linkCluster" title="Cerca risorse per persona" href="search?n_cluster_id=103160;Shepard, Roger N."> Shepard, Roger N. </a> </div> </div> <div class="row marginMedium"> <div class="col-md-1 col-sm-1 col-xs-1 otherFormCol1"> </div> <div class="col-md-1 com-sm-1 col-xs-1 otherFormCol2"> <a href='http://viaf.org/viaf/46863327/' target='_blank'><img class='iconHeader' title='http://viaf.org/viaf/46863327/' alt='http://viaf.org/viaf/46863327/' src='img/viaf.png' width='18'> </a> </div> <div class="col-md-8 col-sm-8 col-xs-8 otherFormCol3"> <a class="linkCluster" title="Cerca risorse per persona" href="search?n_cluster_id=103160;Shepard, Roger Newland"> Shepard, Roger Newland </a> </div> </div> <div class="row marginMedium"> <div class="col-md-1 col-sm-1 col-xs-1 otherFormCol1"> </div> <div class="col-md-1 com-sm-1 col-xs-1 otherFormCol2"> <a href='http://viaf.org/viaf/46863327/' target='_blank'><img class='iconHeader' title='http://viaf.org/viaf/46863327/' alt='http://viaf.org/viaf/46863327/' src='img/viaf.png' width='18'> </a> </div> <div class="col-md-8 col-sm-8 col-xs-8 otherFormCol3"> <a class="linkCluster" title="Cerca risorse per persona" href="search?n_cluster_id=103160;Roger Shepard American psychologist"> Roger Shepard American psychologist </a> </div> </div> <div class="row marginMedium"> <div class="col-md-1 col-sm-1 col-xs-1 otherFormCol1"> </div> <div class="col-md-1 com-sm-1 col-xs-1 otherFormCol2"> <a href='http://viaf.org/viaf/46863327/' target='_blank'><img class='iconHeader' title='http://viaf.org/viaf/46863327/' alt='http://viaf.org/viaf/46863327/' src='img/viaf.png' width='18'> </a> </div> <div class="col-md-8 col-sm-8 col-xs-8 otherFormCol3"> <a class="linkCluster" title="Cerca risorse per persona" href="search?n_cluster_id=103160;Shepard, Roger N., 1929-"> Shepard, Roger N., 1929- </a> </div> </div> </div> </div> </div> </div> <div class="row"> <hr> <br> <!-- righe dei button per segnalazioni, ricerche multiple ecc --> <div class="row"> <div class="col-md-2 col-sm-2 col-xs-2"> <div id="selectAll" type="button" class="btn minButton">Seleziona tutte</div> </div> <div class="col-md-2 col-sm-2 col-xs-2"> <div id="deSelect" type="button" class="btn minButton">Deseleziona</div> </div> </div> <br> <div class="row"> <div class="col-md-2 col-sm-2 col-xs-2"> <div id="searchDiv"> <input type="button" class="btn minButton" onClick="clusterOperation(1)" value="Cerca pubblicazioni"> </div> </div> <div class="col-md-2 col-sm-2 col-xs-2"> <div id="segnalationDiv"> <input class="btn minButton" type="button" value="segnala" onClick="clusterOperation(2)"></input> </div> </div> </div> <!-- --> <br> <div class="row"> <div class="col-md-4 col-sm-4 col-xs-4 col-md-offset-4"> <!-- singola opera --> <div class="boxRect works"> <div class="row"> <div class="col-md-1 col-sm-1 col-xs-1"> <input id="checkCluster" class="checkCluster" type="checkbox" value="46858;Mental images and their transformations" onClick="clusterSegnalation()"/> </div> <div class="col-md-9 col-sm-8 col-xs-8"> <div class="titleBox titleBoxHandler"> <a class="linkCluster" title="Cerca risorse per opera" href="search?t_cluster_id=46858;Mental images and their transformations">Mental images and their transformations</a> </div> </div> <div class="col-md-1 col-sm-1 col-xs-1"> <a href="searchTitles?t_cluster_id=46858"> <img title="Espandi opera" alt="Espandi opera" src="img/search.png" width="15"> </a> <div class="more"> ... </div> </div> </div> </div> <!-- --> </div> </div> <br> </div> </div> <br> </div> <div id="footer"><!-- <a href="#" title="">Credits e informazioni</a> --> powered by <a href="https://www.atcult.it" target="_new">@Cult </a> Rome, Italy. </div> </div> </body> </html>

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