{ "cells": [ { "cell_type": "markdown", "id": "0", "metadata": {}, "source": [ "# LINCS" ] }, { "cell_type": "markdown", "id": "1", "metadata": {}, "source": [ ":::note\n", "\n", "This lab is automatically populated from https://www.lincs.fr/people/\n", "\n", "Researchers from that page that are not members anymore have been filtered out.\n", "\n", "You can compare with the [official collaboration graph](https://www.lincs.fr/research/lincs-graph/).\n", "\n", ":::" ] }, { "cell_type": "code", "execution_count": null, "id": "2", "metadata": {}, "outputs": [], "source": [ "from gismap.lab_examples.lincs import LINCS\n", "\n", "lincs = LINCS(dbs=\"hal\")\n", "lincs.update_authors()\n", "lincs.update_publis()\n", "lincs.show_html()" ] } ], "metadata": { "kernelspec": { "display_name": "Python 3 (ipykernel)", "language": "python", "name": "python3" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.12.8" } }, "nbformat": 4, "nbformat_minor": 5 }