Publications

Contributions, briefs and public statements.

Every document published by GAIGI is available in full. Official submissions, technical briefs and op-eds: proof comes before announcement.

var nf=document.querySelector(‘.nl-form’); if(nf){nf.addEventListener(‘submit’,function(e){e.preventDefault();window.location=’https://intelligence.gaigi.org/#/portal/signup’;});} var b=document.querySelector(‘.burger’),m=document.getElementById(‘mmenu’); b.addEventListener(‘click’,function(){ var open=b.getAttribute(‘aria-expanded’)===’true’; b.setAttribute(‘aria-expanded’,String(!open)); m.classList.toggle(‘open’,!open); });