Lab library#

LIP6#

class gismap.lab_examples.lip6.Lip6Full(name=None, dbs=None)[source]#

Class for handling all LIP6 teams using https://www.lip6.fr/informations/annuaire.php to get team names.

class gismap.lab_examples.lip6.Lip6Map(name=None, dbs=None)[source]#

Class for handling a LIP6 team using https://www.lip6.fr/recherche/team_membres.php?acronyme=*team_acronym* as entry point. Default to NPA team.

Toulouse#

class gismap.lab_examples.toulouse.LaasFull(name=None, dbs=None)[source]#

Class for handling all LAAS teams using https://www.laas.fr/fr/equipes/ to get team names.

class gismap.lab_examples.toulouse.LaasMap(name=None, dbs=None)[source]#

Class for handling a LAAS team from its name. Default to sara team.

class gismap.lab_examples.toulouse.SolaceMap(name=None, dbs=None)[source]#

Class for handling the Solace team (https://solace.cnrs.fr).

Cedric#

class gismap.lab_examples.cedric.CedricFull(name=None, dbs=None)[source]#

Class for handling all CNAM Cedric teams using https://cedric.cnam.fr/equipes to get team names.

class gismap.lab_examples.cedric.CedricMap(name=None, dbs=None)[source]#

Class for handling a CNAM Cedric team from its name. Default to roc team.

LAMSADE#

class gismap.lab_examples.lamsade.Lamsade(name=None, dbs=None)[source]#

Class for handling the Lamsade team (Dauphine).

gismap.lab_examples.lamsade.lamsade_parse(div)[source]#
Parameters:

div (BeautifulSoup) – Soup of the div of one researcher

Returns:

name, image url (or None), webpage (or None)

Return type:

tuple

LINCS#

class gismap.lab_examples.lincs.LINCS(name=None, dbs=None)[source]#