Cédric#
The Centre d’études et de recherche en informatique et communications (Cédric) is the Computer Science lab of the CNAM.
[1]:
from gismap.lab_examples.cedric import CedricFull
from gismap.utils.logger import logger
import logging
logger.setLevel(logging.ERROR)
[2]:
cedric = CedricFull()
cedric.update_authors()
cedric.update_publis()
cedric.show_html()