LINCS#
Note
This lab is automatically populated from https://www.lincs.fr/people/
Researchers from that page that are not members anymore (or vice versa) have been filtered out.
You can compare with the official collaboration graph.
[1]:
from gismap.lab_examples.lincs import LINCS
from gismap.utils.logger import logger
import logging
logger.setLevel(logging.ERROR)
lincs = LINCS()
lincs.update_authors()
lincs.update_publis()
lincs.show_html()