function testOrientation() { b = document.getElementById('block_land'); c = document.getElementById('container'); f = document.getElementById('footer'); if (navigator.userAgent.match(/iPhone/i)) { b.style.display = (window.innerWidth>window.innerHeight) ? 'none' : 'block'; c.style.visibility = (window.innerWidth>window.innerHeight) ? 'visible' : 'hidden'; f.style.visibility = (window.innerWidth>window.innerHeight) ? 'visible' : 'hidden'; } else { b.style.display = (screen.width>screen.height) ? 'none' : 'block'; c.style.visibility = (screen.width>screen.height) ? 'visible' : 'hidden'; f.style.visibility = (screen.width>screen.height) ? 'visible' : 'hidden'; } }
e-mail: selecao@hcte.ufrj.brwebsite do concurso: https://www.hcte.ufrj.br/doutorado2024
website do HCTE: https://www.hcte.ufrj.br
Coordenadores do HCTE/UFRJ
- Profa. Maria Mello de Malta
- Profa. Kátia Correia Gorini
Decano do Centro de Ciências Matemáticas e da Natureza (CCMN/UFRJ)
- Prof. Josefino Cabral Melo Lima
Reitor UFRJ
- Prof. Roberto Medronho