CINXE.COM

CISAC

<!-- TEMPLATE ./layouts/main_layout2.jsp --> <!doctype html> <!--[if lte IE 7]> <html class="no-js ie7 oldie" lang="fr"> <![endif]--> <!--[if IE 8]> <html class="no-js ie8 oldie" lang="fr"> <![endif]--> <!--[if IE 9]> <html class="no-js ie9" lang="fr"> <![endif]--> <!--[if gt IE 9]><!--> <html class="no-js" lang="fr"> <!--<![endif]--> <base href="/CisacPortal/"> <head> <!-- TEMPALTE main_layout2.jsp --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>CISAC</title> <!-- CISAC VERSION =16.2.0.47--> <meta name="description" lang="en" content=""> <meta name="viewport" content="width=device-width"> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <link rel="stylesheet" href="static/css/styles.css" media="all"> <link rel="stylesheet" href="static/css/cisac_en.css" type="text/css" /> <link rel="stylesheet" href="static/css/cisac_ged_v2.css" type="text/css"> <link rel="stylesheet" href="static/css/other_defaults.css" type="text/css"> <link rel="stylesheet" href="static/css/modal.css" type="text/css"> <link rel="stylesheet" href="static/css/ajaxtags/ajaxtags.css" type="text/css"> <link rel="stylesheet" href="static/css/ajaxtags/datepicker.css" type="text/css"> <link rel="stylesheet" href="static/css/modalbox.css" type="text/css"> <style>@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,700;1,400&display=swap');</style> <!--[if lt IE 9]> <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <script src="https://cdnjs.cloudflare.com/ajax/libs/prototype/1.7.3/prototype.min.js"></script> <script type="text/javascript" src="static/js/ajaxtags/scriptaculous/scriptaculous.js"></script> <script type="text/javascript" src="static/js/ajaxtags/overlibmws/overlibmws.js"></script> <script type="text/javascript" src="static/js/ajaxtags/ajaxtags.js"></script> <script type="text/javascript" src="static/js/ajaxtags/plugins/datepicker.js"></script> <script type="text/javascript" src="static/js/ajaxtags/plugins/modalbox.js"></script> <script type="text/javascript" src="static/js/popup.js"></script> <script type="text/javascript" src="static/js/ajax.js"></script> <script type="text/javascript" src="static/js/ajax_id.js"></script> <script type="text/javascript" src="static/js/ajax_span.js"></script> <script type="text/javascript" src="static/js/cisac.js"></script> <script type="text/javascript" src="static/js/cisacuicomponents.js"></script> <script type="text/javascript" src="static/js/twitter/twitter.js"></script> <script type="text/javascript" src="static/js/dhtml.js"></script> <script type="text/javascript" src="static/js/sdb/jax_sdb.js"></script> <script src="https://code.jquery.com/jquery-1.12.4.min.js"></script> <script src="static/js/global.js"></script> <script src="static/js/header.js"></script> <script type="text/javascript" src="static/js/compatibility/svg4everybody.ie8.min.js"></script> <script type="text/javascript"> function reload(){ var url = window.location; url = url + ""; window.location.href = url; window.location.reload(true); } </script> </head> <body class="home public"> <div id="page"> <div id="maintenance"> <!-- TEMPLATE ./maintenance/maintenance.jsp --> </div> <!-- TEMPLATE ./layouts/header.jsp --> <script type="text/javascript"> var _paq = window._paq || []; /* tracker methods like "setCustomDimension" should be called before "trackPageView" */ _paq.push(["setDocumentTitle", document.domain + "/" + document.title]); _paq.push(["setCookieDomain", "*.cisac.org"]); _paq.push(['setCustomDimension', customDimensionId = 1, customDimensionValue = 'No user']); _paq.push(['setCustomDimension', customDimensionId = 2, customDimensionValue = 'No society']); _paq.push(['trackPageView']); _paq.push(['enableLinkTracking']); (function() { var u="https://cisac.matomo.cloud/"; _paq.push(['setTrackerUrl', u+'matomo.php']); _paq.push(['setSiteId', '1']); var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0]; g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/cisac.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s); })(); </script> <script type="text/javascript"> var $j = jQuery.noConflict(); $j( document ).ready(function() { var chemin = window.location.href; $j("#searchHeader").attr('href', chemin + '#search'); //When the user scrolls the page, execute stickyHeaderScroll window.onscroll = function() {stickyHeaderScroll()}; // Get the header var header = document.getElementById("header"); // Get the offset position of the navbar var sticky = header.offsetTop; // Add the sticky class to the header when you reach its scroll position. Remove "sticky" when you leave the scroll position function stickyHeaderScroll() { if (window.pageYOffset > sticky) { header.classList.add("is-sticky"); } else { header.classList.remove("is-sticky"); } } // Add the Red color to the current Language $j("li#english").removeClass("current"); $j("li#french").removeClass("current"); $j("li#spanish").removeClass("current"); // Sticky Spanish language header.classList.remove("spanish"); }); </script> <header id="header" class="page-header" role="banner"> <div class="header-top"> <div class="baseline"> <span class="first"> International Confederation of Societies of Authors and Composers </span> </div> <div class="social"> <div class="loggedoff" > <a class="login-toggle is-loggedout ajax-popup-link" href="javascript:void(0);"> <span class="label">Log in</span> </a> </div> <!-- START: including template: extension/cisac/design/cisac/templates/parts/social_sharing.tpl (extension/cisac/design/cisac/templates/parts/social_sharing.tpl) --> <ul class="social-icons color"> <li> <a target="_blank" href="https://www.twitter.com/CISACNews"> <svg role="presentation" class="icon js-only-icon icon-twitter"> <use xlink:href="static/img/header/icons.svg#shape-twitter"></use> </svg> <span class="js-access-label">Twitter</span> </a> </li> <li> <a target="_blank" href="https://www.facebook.com/CISACWorldwide"> <svg role="presentation" class="icon js-only-icon icon-facebook"> <use xlink:href="static/img/header/icons.svg#shape-facebook"></use> </svg> <span class="js-access-label">Facebook</span> </a> </li> <li> <a target="_blank" href="https://www.linkedin.com/company/cisac"> <svg class="icon js-only-icon icon-linkedin" role="presentation"> <use xlink:href="static/img/header/icons.svg#shape-linkedin"></use> </svg> <span class="js-access-label">LinkedIn</span> </a> </li> <li> <a target="_blank" href="https://www.youtube.com/user/CISACVideo"> <svg class="icon js-only-icon icon-youtube" role="presentation"> <use xlink:href="static/img/header/icons.svg#shape-youtube"></use> </svg> <span class="js-access-label">YouTube</span> </a> </li> </ul> <!-- STOP: including template: extension/cisac/design/cisac/templates/parts/social_sharing.tpl (extension/cisac/design/cisac/templates/parts/social_sharing.tpl) --> </div> <div class="clear"></div> </div> <div class="header-main"> <div class="site-identity"> <a href="https://www.cisac.org"> <img src="static/img/header/logo_cisac.png" alt="CISAC - Back to home"> </a> </div> <div class="top-nav-members"> <ul class="list member-tools-icons"> <li class=""> <a href="calendarHome.do"> <span class="icon tool-cal"></span> <span class="label">Calendar</span> </a> </li> <li class=""> <a href="searchSimple.do"> <span class="icon tool-d"></span> <span class="label">Documents</span> </a> </li> <li class="is-active"> <a href="annuaire.do?method=membersDirectoryList&by=society"> <span class="icon tool-m"></span> <span class="label">Member Directory</span> </a> </li> </ul> </div> <div class="toggleable"> <div class="search"> <a class="search" href="#search" id="searchHeader"> <svg role="presentation" class="icon js-only-icon icon-search"> <use xlink:href="static/img/header/icons.svg#shape-search"/> </svg> </a> </div> <div class="language"> <ul class="language-links"> <li id="french"> <a href="javascript:void(0);" class="ajax_change_languageFR"> <abbr title="Fran脙搂ais">FR</abbr> </a> </li> <li id="english" class=""> <a href="javascript:void(0);" class="ajax_change_languageEN"> <abbr title="English">EN</abbr> </a> </li> <li id="spanish"> <a href="javascript:void(0);" class="ajax_change_languageES"> <abbr title="Espa脙卤ol">ES</abbr> </a> </li> </ul> </div> </div> </div> <div id="loginBox" class="loginHide"> <form id="userForm" method="post" action="/CisacPortal/security.do;jsessionid=71BC350394E831B8B174A6F9171DA2E6?method=authenticate" class="site-login-form"> <input type="hidden" id="originalUri" name="originalUri" value="/CisacPortal/annuaire.do?method=membersDirectoryList&by=directory&alpha=&domain=domain.agp" /> <p> <span><label for="">Username</label></span> <input id="login" name="login" title="Username or e-mail" placeholder="" type="text"> </p> <p> <span><label for="">password</label></span> <input id="password" name="password" title="Password" placeholder="" type="password"> </p> <p class="rememberme"> <input type="checkbox" id="statusCookie" value="on" name="statusCookie"/> <span>Remember me </span> </p> <p class="submit"> <input class="btn" type="submit" value="Log in" /><br /> <a href="https://www.cisac.org/member/password">Forgot your password ?</a> </p> </form> </div> <div id="searchBox" class="searchHide searchBox"> <script type="text/javascript"> function search( where ){ var form = $j('#pmFormInsert'); if(where == 'document'){ form.submit(); } else { var search_string = $F('searchbar_Word_insert'); var url = "https://www.cisac.org/searching/result/(query)/" + search_string; document.location = url; } } </script> <form class="search" name="pmFormInsert" id="pmFormInsert" action="searchSimple.do" method="post" > <input type="hidden" id="strLocale" value="en"/> <input type="hidden" id="maxContext" value="6"> <input type="hidden" id="authtoken" value="6"/> <label><strong>WEBSITE SEARCH</strong></label> <p><input type="text" title="Search" name="searchbar_Word_insert" id="searchbar_Word_insert" class="term" placeholder="TYPE HERE"/></p> <p class="choice-label">What do you want to search?</p> <p class="choice-btns"> <button name="website_search" onclick="search('webside');" class="btn btn-form" type="button"> <strong>WEB PAGES</strong><br> <span>Articles, News, Galleries, Institutional Information</span> </button> <button onclick="search('document');" class="btn btn-form" type="button"> <strong>DOCUMENTS</strong><br> <span>Reports from the CISAC community</span> </button> </p> </form> <script type="text/javascript"> var maxContext = document.getElementById("maxContext").value; if(maxContext=="1"){ if(document.getElementById("search_attribute_status_0") != null) document.getElementById("search_attribute_status_0").checked = true; } if(document.getElementById("search_attribute_status_4") != null) document.getElementById("search_attribute_status_4").checked = true; </script> </div> <div class="clear"></div> </header> <div class="clear"></div> <section id="content" class="clearfix" role="main"> <div id="section" class="inside clearfix"> <div id="sectionContainer" class="clearfix"> <link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/v/dt/jqc-1.12.4/dt-1.11.5/datatables.min.css"/> <script type="text/javascript" src="https://cdn.datatables.net/v/dt/jqc-1.12.4/dt-1.11.5/datatables.min.js"></script> <script src="https://code.jquery.com/ui/1.13.1/jquery-ui.min.js"></script> <link rel="stylesheet" href="https://code.jquery.com/ui/1.13.1/themes/base/jquery-ui.min.css"> <script type="text/javascript"> var $j = jQuery.noConflict(); var typeP = ''; $j(document).ready(function(){ setTitle(); setAlphabet('domain.agp'); setDomaines(); setRMEToggle(); loadSocietiesList(); }); function setAlphabet(id) { var idLibUrl = ''; if(id != '') idLibUrl = '&id=' + id; $j.get( 'annuaire.do?method=getAlphabet&type=' + typeP + idLibUrl, function( data ) { var hasResult = false; var alphabetBlock = '<ul>'; linkClass = ''; if('' == '') linkClass = 'class="actif"'; alphabetBlock += '<li><a ' + linkClass + ' href="annuaire.do?method=membersDirectoryList&by=directory&domain=domain.agp&alpha=&rme=" title="ALL">ALL</a></li>'; $j.each(data.items, function(idx, obj) { hasResult = true; linkClass = ''; if('' == obj.id) linkClass = 'class="actif"'; alphabetBlock += '<li><a ' + linkClass + ' href="annuaire.do?method=membersDirectoryList&by=directory&domain=domain.agp&alpha=' + obj.id + '&rme=" title="' + obj.name + '">' + obj.name + '</a></li>'; }); alphabetBlock += '</ul>'; if(hasResult) $j('#alphabetBlock').html(alphabetBlock); else $j('#alphabetBlock').html(''); }, "json" ); } function setDomaines() { $j.get( 'annuaire.do?method=getDomaine&type=' + typeP, function( data ) { var hasResult = false; var domainesBlock = '<ul>'; linkClass = ''; if('domain.agp' == '') linkClass = 'class="actif"'; domainesBlock += '<li><a ' + linkClass + ' href="annuaire.do?method=membersDirectoryList&by=directory&alpha=&rme=&domain=" title="ALL">ALL</a></li>'; $j.each(data.items, function(idx, obj) { hasResult = true; linkClass = ''; if('domain.agp' == obj.id) linkClass = 'class="actif"'; domainesBlock += '<li><a ' + linkClass + ' href="annuaire.do?method=membersDirectoryList&by=directory&alpha=&rme=&domain=' + obj.id + '" title="' + obj.name + '">' + obj.name + '</a></li>'; }); domainesBlock += '</ul>'; if(hasResult) $j('#domainesBlock').html(domainesBlock); else $j('#domainesBlock').html(''); }, "json" ); } function setRMEToggle() { if('' == 'true') $j('#rme').prop('checked', true); else $j('#rme').prop('checked', false); } function setTitle() { var title = ''; var by = 'directory'; var rep = ''; var reg = ''; switch (by) { case 'society': typeP = 'soc'; title = "BY SOCIETY"; rep = ''; reg = ''; break; case 'directory': typeP = 'rep'; title = "BY REPERTOIRE"; rep = 'domain.agp'; reg = ''; break; case 'country': typeP = 'cty'; title = "BY COUNTRY"; rep = ''; reg = ''; break; case 'region': typeP = 'reg'; title = "BY REGION"; rep = ''; reg = 'domain.agp'; break; } $j('#members_title').text(title); $j('#exportLink').attr("href", 'cmdSearchXLSExport.do?type=by_' + typeP + '&rep='+rep+'&reg='+reg+'&cty=&first=&rme='); } function loadSocietiesList() { $j('#societies').DataTable().destroy(); var url = 'annuaire.do?method=getSociete&type='+ typeP + '&domain=domain.agp&id=&rme='; var tabDataTable = $j('#societies').DataTable( { "language": { "info": "Showing _TOTAL_ documents" }, "retrieve": false, "processing": true, "serverSide": false, "paginate": false, "sort": false, "ordering": false, "aaSorting": [], "sortable": false, "sortable": false, "filter": false, "ajax": { "url": url, "dataType": "json", "contentType": "application/json", "dataSrc": "societies" }, "columns": [ { "data": "id", "sortable": false, "orderable": false, "render": function ( data, type, row ) { var urlParamsReturn = ''; urlParamsReturn = '&rMethod=membersDirectoryList&by=directory&domain=domain.agp&alpha=&rme='; var outpuHtml = ''; if(row.logo != '') { outpuHtml = '<div class="society-picture">'; outpuHtml += '<a href="directorySociety.do?method=detail&societyId=' + row.id + urlParamsReturn + '" title="' + row.acronym + '">'; outpuHtml += '<img src="' + row.logo + '" style="border: 0px ;" alt="' + row.acronym + '" title="' + row.acronym + '">'; outpuHtml += '</a>'; outpuHtml += '</div>'; } outpuHtml += '<div class="society-category">'; outpuHtml += row.membership; outpuHtml += '</div>'; return outpuHtml; } }, { "data": "acronym", "sortable": false, "orderable": false, "render": function ( data, type, row ) { var beginSubTitleSelected = '<span class="selected">'; var endSubTitleSelected = '</span>'; var adr = row.address; if(adr != null) adr = adr.replace(new RegExp('\n', 'g'), "</br>"); var repertoire = row.repertoire; var repertoireLib = ''; var repSep = ' - '; if(repertoire) { repertoireLib = repSep; var i = 0; $j.each(repertoire, function(idx, obj) { if(i > 0) repertoireLib += ', '; if(typeP == 'rep' && obj.id == 'domain.agp') { repertoireLib += beginSubTitleSelected; } repertoireLib += obj.name; if(typeP == 'rep' && obj.id == 'domain.agp') { repertoireLib += endSubTitleSelected; } i++; }); } var countryLib = row.country; if(typeP == 'cty') { countryLib = beginSubTitleSelected + countryLib + endSubTitleSelected; } var regionLib = row.region; if(typeP == 'reg') { regionLib = beginSubTitleSelected + regionLib + endSubTitleSelected; } var urlParamsReturn = ''; urlParamsReturn = '&rMethod=membersDirectoryList&by=directory&domain=domain.agp&alpha=&rme='; var outpuHtml = '<div class="society-details">'; outpuHtml += '<h2><a href="directorySociety.do?method=detail&societyId=' + row.id + urlParamsReturn + '" title="' + row.acronym + '">' + row.acronym + '</a></h2>'; outpuHtml += '<div class="society-details-subtitle">' + row.membership + ' - ' + countryLib + ' - ' + regionLib + repertoireLib + '</div>'; outpuHtml += '<div class="society-details">'; outpuHtml += '<div class="society-details-address">' + adr + '</div>'; outpuHtml += '<div class="society-details-contact-infos">'; outpuHtml += '<ul>'; if(row.phone) outpuHtml += '<li>Tel: ' + row.phone + '</li>'; if(row.fax) outpuHtml += '<li>Fax: ' + row.fax + '</li>'; if(row.mail) outpuHtml += '<li>E-mail: ' + '<a href="mailto:' + row.mail + '">' + row.mail + '</a></li>'; if(row.web) outpuHtml += '<li>Web: ' + '<a href="' + row.web + '" target="_blank">' + row.web + '</a></li>'; outpuHtml += '</ul>'; outpuHtml += '</div>'; outpuHtml += '</div>'; outpuHtml += '</div>'; return outpuHtml; } } ] } ); } function onRMEChange(e) { window.location.href = "annuaire.do?method=membersDirectoryList&by=directory&domain=domain.agp&alpha=&rme=" + e.checked; } </script> <main class="page-main-top"> <!-- TEMPLATE ./layouts/members_directory_layout.jsp --> <div class="page-subnav-layout"> <ul class="subnav-layout"> <li class="dropdown page is-active "> <a class="dropbtn" href="javascript:void(0);"> <span> Our Members (By Repertoire) </span> </a> <div class="dropdown-content-submenu"></div> <div class="dropdown-content"> <a class="" href="annuaire.do?method=membersDirectoryList&by=society"><span>By Society</span></a> <a class="is-active" href="annuaire.do?method=membersDirectoryList&by=directory"><span>By Repertoire</span></a> <a class="" href="annuaire.do?method=membersDirectoryList&by=country"><span>By Country</span></a> <a class="" href="annuaire.do?method=membersDirectoryList&by=region"><span>By Region</span></a> </div> </li> </ul> </div> <div class="page-content directory_members_list page-content-fullwidth-nosidebar"> <h1 id="members_title"></h1> <div id="domainesBlock" class="filterBlock"></div> <div id="alphabetBlock" class="filterBlock"></div> <a id="exportLink" href="#" class="btn btn-cisac">Download (XLS)</a> <table id="societies" class="display"> <thead> <tr> <th></th> <th></th> </tr> </thead> </table> </div> </main> </div> </div> </section> <div class="clear"></div> <footer role="contentinfo" class="page-footer"> <div class="footer-main"> <!-- START: including template: extension/cisac/design/cisac/templates/parts/partner_list.tpl (extension/cisac/design/cisac/templates/parts/partner_list.tpl) --> <div class="section partners" style="width:40%;padding-right: 82px;"> <h2 class="head"> Standards and tools </h2> <ul class="partner-list" style="width:250px;"> <!-- START: including template: extension/cisac/design/cisac/override/templates/partner/partner_line.tpl (extension/cisac/design/cisac/override/templates/partner/partner_line.tpl) --> <li> <a target="_blank" href="https://cisnet.cisac.org/"> <img title="CIS-Net" alt="CIS-Net" style="border: 0px ;" src="static/img/footer/cisnet-logo.png"> </a> </li> <li> <a target="_blank" href="https://www.ddex.net"> <img title="DDex" alt="DDex" style="border: 0px ;" src="static/img/footer/ddex-logo.png"> </a> </li> <li> <a target="_blank" href="https://www.iswc.org"> <img title="ISWC" alt="ISWC" style="border: 0px ;" src="static/img/footer/gfx_partner_iswc.png"> </a> </li> <li> <a target="_blank" href="https://www.isan.org"> <img title="ISAN" alt="ISAN" style="border: 0px ;" src="static/img/footer/gfx_partner_isan.png"> </a> </li> <li> <a target="_blank" href="https://www.isni.org"> <img title="ISNI" alt="ISNI" style="border: 0px ;" src="static/img/footer/gfx_partner_isni.png"> </a> </li> <li> <a target="_blank" href="https://www.istc.org"> <img title="ISTC" alt="ISTC" style="border: 0px ;" src="static/img/footer/gfx_partner_istc.png"> </a> </li> <li> <a target="_blank" href="https://isrc.ifpi.org/"> <img title="ISRC" alt="ISRC" style="border: 0px ;" src="static/img/footer/gfx_partner_isrc.png"> </a> </li> <li> <a target="_blank" href="https://www.fasttrackdcn.net/"> <img title="FastTrack" alt="FastTrack" style="border: 0px ;" src="static/img/footer/gfx_partner_ft.png"> </a> </li> </ul> </div> <!-- STOP: including template: extension/cisac/design/cisac/templates/parts/partner_list.tpl (extension/cisac/design/cisac/templates/parts/partner_list.tpl) --> <div class="section contact"> <h2 class="head"> Contact us </h2> <div class="social"> <ul class="social-icons light" style="margin: 0px 20px 20px 0px;"> <li> <a target="_blank" href="https://www.twitter.com/CISACNews"> <svg role="presentation" class="icon js-only-icon icon-twitter"> <use xlink:href="static/img/header/icons.svg#shape-twitter"/> </svg> <span class="js-access-label">Twitter</span> </a> </li> <li> <a target="_blank" href="https://www.facebook.com/CISACWorldwide"> <svg role="presentation" class="icon js-only-icon icon-facebook"> <use xlink:href="static/img/header/icons.svg#shape-facebook"/> </svg> <span class="js-access-label">Facebook</span> </a> </li> <li> <a target="_blank" href="https://www.linkedin.com/company/cisac"> <svg role="presentation" class="icon js-only-icon icon-linkedin"> <use xlink:href="static/img/header/icons.svg#shape-linkedin"/> </svg> <span class="js-access-label">LinkedIn</span> </a> </li> <li> <a target="_blank" href="https://www.youtube.com/user/CISACVideo"> <svg role="presentation" class="icon js-only-icon icon-youtube"> <use xlink:href="static/img/header/icons.svg#shape-youtube"/> </svg> <span class="js-access-label">YouTube</span> </a> </li> </ul> </div> <p class="address"> <!-- START: including template: design/standard/templates/content/datatype/view/eztext.tpl (design:content/datatype/view/eztext.tpl) --> CISAC<br> 20 - 26 boulevard du Parc<br> 92200 Neuilly-sur-Seine<br> France <!-- STOP: including template: design/standard/templates/content/datatype/view/eztext.tpl (design:content/datatype/view/eztext.tpl) --> </p> <p class="phone"> <!-- START: including template: design/standard/templates/content/datatype/view/ezstring.tpl (design:content/datatype/view/ezstring.tpl) --> +33 (0) 1 55 62 08 50 <!-- STOP: including template: design/standard/templates/content/datatype/view/ezstring.tpl (design:content/datatype/view/ezstring.tpl) --> </p> <p class="email"> <a href="/contact/us" class="btn"> Email us </a> </p> </div> <div class="section" style="width: 39%;padding-left: 114px;"> <h2 class="head"> Sister Organisations </h2> <ul class="partner-list"> <li> <a target="_blank" href="https://www.authorsocieties.eu/"> <img style="width: 60px; height:30px;" title="GESAC" alt="GESAC" style="border: 0px ;" src="static/img/footer/sister-gesac.jpg"> </a> </li> <li> <a target="_blank" href="https://www.biem.org"> <img style="width: 60px; height:30px;" title="BIEM" alt="BIEM" style="border: 0px ;" src="static/img/footer/sister-biem.png"> </a> </li> <li> <a target="_blank" href="https://www.evartists.org"> <img style="width: 60px; height:30px;" title="EVA" alt="EVA" style="border: 0px ;" src="static/img/footer/sister-eva.png"> </a> </li> <li> <a target="_blank" href="https://www.saa-authors.eu"> <img style="width: 60px; height:30px;" title="SAA" alt="SAA" style="border: 0px ;" src="static/img/footer/sister-saa.png"> </a> </li> </ul> </div> </div> <div class="footer-bottom"> <div class="legal"> <a href="/cisac/Privacy-Policy" class="privacy" > Privacy policy </a> <span class="separator">|</span> <span class="copyright"> &copy; CISAC 2015 - All rights reserved </span> </div> </div> </footer> <div class="page-body-overlay"></div> <div class="login-overlay"> </div> <div class="search-overlay"> <button class="overlay-close" type="button"> <span class="icon-alt">Close</span> <svg aria-hidden="true" class="icon icon-close"> <use xlink:href="static/img/header/icons.svg#shape-cross"/> </svg> </button> </div> </div> <script type="text/javascript">var ajax_change_languageEN = new AjaxJspTag.HtmlContent({baseUrl: "/CisacPortal/changeLanguage.do", onComplete: reload, parameters: "lang=en", sourceClass: "ajax_change_languageEN", target: "main"});</script> <script type="text/javascript">var ajax_change_languageFR = new AjaxJspTag.HtmlContent({baseUrl: "/CisacPortal/changeLanguage.do", onComplete: reload, parameters: "lang=fr", sourceClass: "ajax_change_languageFR", target: "main"});</script> <script type="text/javascript">var ajax_change_languageES = new AjaxJspTag.HtmlContent({baseUrl: "/CisacPortal/changeLanguage.do", onComplete: reload, parameters: "lang=es", sourceClass: "ajax_change_languageES", target: "main"});</script> </html>

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