IRIF#

The Institut de Recherche en Informatique Fondamentale (IRIF) is the Computer Science lab of Paris Cité.

Warning

A very large map is displayed at the bottom of this page. Expect a lag in display.

There will be a lot of warnings in this notebook, so we disable them.

[1]:
import logging
from gismap.utils.logger import logger

logger.setLevel(logging.ERROR)

Single team#

[2]:
from gismap.lab_examples.irif import IrifMap

combi = IrifMap("combi")
combi.update_authors()
combi.update_publis()
combi.expand()
combi.show_html()
© GisMap 2025

Full view#

[3]:
from gismap.lab_examples.irif import IrifFull

irif = IrifFull()
irif.update_authors()
irif.update_publis()
irif.show_html()
© GisMap 2025