Midis du centre – Printemps 2014

Publié le 24 avril 2014

Navigation

(function () { function normalize(input) { try { const u = (input instanceof URL) ? input : new URL(input, window.location.href); let p = u.pathname.toLowerCase().replace(/\/+$/, ''); return p === '' ? '/' : p; } catch { return ''; } } function matches(linkPath, currentPath) { if (!linkPath || linkPath === '/') return currentPath === '/'; if (currentPath === linkPath) return true; const lp = linkPath.endsWith('/') ? linkPath.slice(0, -1) : linkPath; return currentPath.startsWith(lp + '/'); } function resetToggle(t) { t.classList.remove('et_pb_toggle_open'); t.classList.add('et_pb_toggle_close'); const c = t.querySelector('.et_pb_toggle_content'); if (c) c.style.display = 'none'; const title = t.querySelector('.et_pb_toggle_title'); if (title) title.setAttribute('aria-expanded', 'false'); } function openToggle(t) { t.classList.remove('et_pb_toggle_close'); t.classList.add('et_pb_toggle_open'); const c = t.querySelector('.et_pb_toggle_content'); if (c) c.style.display = 'block'; const title = t.querySelector('.et_pb_toggle_title'); if (title) title.setAttribute('aria-expanded', 'true'); } function highlightCurrent(resetAll = false) { const container = document.querySelector('.sb-toggles'); if (!container) return; const currentPath = normalize(window.location.href); const toggles = Array.from(container.querySelectorAll('.et_pb_toggle')); if (resetAll) { container.querySelectorAll('a.current-link').forEach(a => a.classList.remove('current-link')); toggles.forEach(resetToggle); } let best = { toggle: null, link: null, len: -1 }; for (const t of toggles) { for (const a of t.querySelectorAll('a[href]')) { const href = a.getAttribute('href'); if (!href || href.startsWith('#') || href.startsWith('mailto:') || href.startsWith('tel:')) continue; const lp = normalize(href); if (matches(lp, currentPath) && lp.length > best.len) { best = { toggle: t, link: a, len: lp.length }; } } } if (best.toggle && best.link) { best.link.classList.add('current-link'); openToggle(best.toggle); } } function ready() { highlightCurrent(true); // reset complet une seule fois au départ setTimeout(() => highlightCurrent(false), 300); // après init Divi } if (document.readyState === 'loading') { document.addEventListener('DOMContentLoaded', ready); } else { ready(); } window.addEventListener('load', () => highlightCurrent(false)); // MutationObserver : ne fait plus de reset, juste la logique du "meilleur match" const mo = new MutationObserver(() => highlightCurrent(false)); mo.observe(document.body, { childList: true, subtree: true }); })();

Suivez nos réseaux

Horloge midi du centreLe Centre de droit international a le plaisir de vous informer que ses prochains midis auront lieu les jeudi 15 mai, mercredi 28 mai et jeudi 12 juin 2014.

  • Le jeudi 15 mai, Ivana Isailovic (ULB) animera une séance sur « Political recognition of indigenous peoples and transnational adjudication: the example of Kiobel litigation » (Inscription).
  • Le mercredi 28 mai, Ernesto Roessing Neto (VUB) animera une séance sur « Forest and Climate Change: what discussions on a mechanism to deal with greenhouse gases emissions from forests have to teach us about the development of International Law » (Inscription).
  • Le jeudi 12 juin, Laurent Weyers (ULB) animera une séance sur « Le doute raisonnable dans l’affaire Chasse à la baleine dans l’Antarctique » (CIJ., arrêt du 31 mars 2014) » (Inscription).

Pour rappel les midis du Centre de droit international se déroulent à la salle de réunion du Centre de droit international (Bâtiment H, 5ème étage, local H5.159) de 12h15 à 14h00. Des rafraîchissements sont offerts sous réserve d’inscription avant 15h00 le jour ouvrable précédant l’événement. En cas d’inscription, nous vous remercions de venir effectivement à la séance ou, en cas d’empêchement impromptu, de nous prévenir aussitôt que possible. Toute personne désirant un sandwich enverra parallèlement un courriel à cdi@ulb.ac.be et pourra, sous cette seule condition, en bénéficier.

No Results Found.

The page you requested could not be found. Try refining your search, or use the navigation above to locate the post.

La dernière News:

Une nouvelle membre au Centre de droit international

La dernière publication :

Revue belge de droit international 2025/2