• El Nuevo Tiempo: Everything you need to know about the metaverse

  • 11 May 2022

    In the News

Tiempo

Pragati Rithekar and Ritesh Menon participated in this article about the metaverse. 

Read the original content in El Nuevo Tiempo.

function getGAClientID() { let match = document.cookie.match(/_ga=([^;]*)/); return match ? match[1].split('.').slice(-2).join('.') : null; } document.addEventListener("DOMContentLoaded", function() { let clientID = getGAClientID(); if (clientID) { document.getElementById('client_id').value = clientID; } });