Handles creating, reading and updating events.

GET /api/event/?format=api&offset=420&ordering=updated_at
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 605,
    "next": "https://catalogue.france-bioinformatique.fr/api/event/?format=api&limit=20&offset=440&ordering=updated_at",
    "previous": "https://catalogue.france-bioinformatique.fr/api/event/?format=api&limit=20&offset=400&ordering=updated_at",
    "results": [
        {
            "id": 524,
            "name": "Git / Git Initiation - Session 1 - 2023",
            "shortName": "Git Initiation 2023 S1",
            "description": "Objectifs\r\n- Savoir définir ce qu’est un outil de gestion de version\r\n- Être capable d’initialiser un entrepôt Git pour un projet\r\n- Être capable de définir quels fichiers inclure/exclure d’un projet\r\n- Savoir enregistrer localement une nouvelle version pour un projet\r\n- Savoir partager des modifications locales avec tous les contributeurs d’un projet\r\n- Savoir gérer des modifications en parallèle en utilisant les branches.\r\n- Connaître les bonnes pratiques pour contribuer à projet tiers\r\nProgramme :\r\n- Présentation des avantages de la gestion de versions (projets individuels & projets collaboratifs)\r\n- Présentation des principes de fonctionnement de Git\r\n- Présentation et mise en œuvre des commandes principales de Git (clone, checkout, add, rm, commit, merge,\r\npush, pull) ; en ligne de commande ou en utilisant une interface graphique (GitHub et GitLab)",
            "homepage": "https://abims.sb-roscoff.fr/training/courses",
            "is_draft": false,
            "costs": [
                "Free"
            ],
            "topics": [
                "http://edamontology.org/topic_3372"
            ],
            "keywords": [],
            "prerequisites": [],
            "openTo": "Everyone",
            "accessConditions": "",
            "maxParticipants": 18,
            "contacts": [],
            "elixirPlatforms": [],
            "communities": [],
            "sponsoredBy": [],
            "organisedByOrganisations": [],
            "organisedByTeams": [
                {
                    "id": 4,
                    "name": "ABiMS",
                    "url": "https://catalogue.france-bioinformatique.fr/api/team/ABiMS/?format=api"
                }
            ],
            "logo_url": "https://abims.sb-roscoff.fr/sites/default/files/abims.png",
            "updated_at": "2023-05-17T09:26:24.798410Z",
            "type": "Training course",
            "start_date": "2023-06-23",
            "end_date": "2023-06-23",
            "venue": "",
            "city": "Roscoff",
            "country": "France",
            "geographical_range": "",
            "trainers": [],
            "trainingMaterials": [],
            "computingFacilities": [],
            "realisation_status": "past",
            "registration_opening": "2023-02-22",
            "registration_closing": "2023-05-15",
            "registration_status": "closed",
            "courseMode": "Online"
        },
        {
            "id": 522,
            "name": "Utilisation du cluster - SLURM / Cluster usage - SLURM - Session 1 - 2023",
            "shortName": "Cluster SLURM 2023 S1",
            "description": "Objectifs\r\n- Disposer des concepts et de bonnes pratiques d’utilisation des ressources de calcul.\r\n- Être capable d’utiliser les ressources de calcul de la plateforme en toute autonomie.\r\nProgramme\r\n- Introduction : les équipements (calcul et stockage), espaces de travail, les outils et les données.\r\n- Calcul parallèle : concepts, ressources\r\n- Soumission de jobs (srun, sbatch)\r\n- Monitorer, vérifier, controler les jobs (squeue, scontrol, scancel, sacct).\r\n- Base de l’optimisation d’un job\r\n- Solutions de parallélisation des jobs : (--array)",
            "homepage": "https://abims.sb-roscoff.fr/training/courses",
            "is_draft": false,
            "costs": [
                "Free"
            ],
            "topics": [
                "http://edamontology.org/topic_3316"
            ],
            "keywords": [],
            "prerequisites": [
                "Linux - Basic Knowledge"
            ],
            "openTo": "Everyone",
            "accessConditions": "",
            "maxParticipants": 18,
            "contacts": [],
            "elixirPlatforms": [],
            "communities": [],
            "sponsoredBy": [],
            "organisedByOrganisations": [
                {
                    "id": 65,
                    "name": "SBR",
                    "url": "https://catalogue.france-bioinformatique.fr/api/organisation/SBR/?format=api"
                }
            ],
            "organisedByTeams": [
                {
                    "id": 4,
                    "name": "ABiMS",
                    "url": "https://catalogue.france-bioinformatique.fr/api/team/ABiMS/?format=api"
                }
            ],
            "logo_url": "https://abims.sb-roscoff.fr/sites/default/files/abims.png",
            "updated_at": "2023-05-17T09:26:47.718424Z",
            "type": "Training course",
            "start_date": "2023-06-22",
            "end_date": "2023-06-22",
            "venue": "",
            "city": "Roscoff",
            "country": "France",
            "geographical_range": "",
            "trainers": [],
            "trainingMaterials": [],
            "computingFacilities": [],
            "realisation_status": "past",
            "registration_opening": "2023-02-22",
            "registration_closing": "2023-05-15",
            "registration_status": "closed",
            "courseMode": "Onsite"
        },
        {
            "id": 521,
            "name": "Linux Avancé / Advanced Linux - Session 1 - 2023",
            "shortName": "Advanced Linux 2023 S1",
            "description": "Objectifs\r\n- Savoir utiliser des commandes linux pour traiter de grosses quantités de données : fichiers\r\nvolumineux et/ou en grands nombres : recherche, comptage, tri, fusion, …\r\nProgramme\r\n- Introduction\r\n- Décrire (wc, grep)\r\n- Manipuler des fichiers tabulés (cut, sort)\r\n- Rechercher (grep)\r\n- Redirection / Pipeline (stdin, stdout, stderr, >, 2>, &&, |)\r\n- Recherche avancée : notion d’expression régulière (egrep)\r\n- Rechercher/Remplacer haut débit (tr, sed)\r\n- Manipulation de fichier tabulé – mode avancé (awk)\r\n- Traitement séquentiel de nombreux fichiers (for)",
            "homepage": "https://abims.sb-roscoff.fr/training/courses",
            "is_draft": false,
            "costs": [
                "Free"
            ],
            "topics": [
                "http://edamontology.org/topic_3316"
            ],
            "keywords": [],
            "prerequisites": [
                "Linux - Basic Knowledge"
            ],
            "openTo": "Everyone",
            "accessConditions": "",
            "maxParticipants": 18,
            "contacts": [],
            "elixirPlatforms": [],
            "communities": [],
            "sponsoredBy": [],
            "organisedByOrganisations": [
                {
                    "id": 65,
                    "name": "SBR",
                    "url": "https://catalogue.france-bioinformatique.fr/api/organisation/SBR/?format=api"
                }
            ],
            "organisedByTeams": [
                {
                    "id": 4,
                    "name": "ABiMS",
                    "url": "https://catalogue.france-bioinformatique.fr/api/team/ABiMS/?format=api"
                }
            ],
            "logo_url": "https://abims.sb-roscoff.fr/sites/default/files/abims.png",
            "updated_at": "2023-05-17T09:27:01.721228Z",
            "type": "Training course",
            "start_date": "2023-06-21",
            "end_date": "2023-06-21",
            "venue": "",
            "city": "Roscoff",
            "country": "France",
            "geographical_range": "",
            "trainers": [],
            "trainingMaterials": [],
            "computingFacilities": [],
            "realisation_status": "past",
            "registration_opening": "2023-02-22",
            "registration_closing": "2023-05-15",
            "registration_status": "closed",
            "courseMode": "Onsite"
        },
        {
            "id": 520,
            "name": "Linux - Initiation / Linux for Beginners - Session 1 - 2023",
            "shortName": "Linux Init 2023 S1",
            "description": "Objectifs :\r\n- Être capable de se connecter à une machine Linux\r\n- Être capable de transférer des fichiers à partir de/vers une machine Linux\r\n- Être capable de naviguer dans le système de fichiers\r\n- Être capable d’examiner le contenu d’un fichier et de gérer l’espace disque\r\n- Être capable de gérer les droits d’accès aux répertoires et aux fichiers.\r\n- Être capable de gérer le lancement, l’interruption et l’arrêt de processus",
            "homepage": "http://abims.sb-roscoff.fr/training/courses",
            "is_draft": false,
            "costs": [
                "Free"
            ],
            "topics": [
                "http://edamontology.org/topic_3316"
            ],
            "keywords": [
                "Linux",
                "Operating systems"
            ],
            "prerequisites": [],
            "openTo": "Everyone",
            "accessConditions": "",
            "maxParticipants": 16,
            "contacts": [],
            "elixirPlatforms": [],
            "communities": [],
            "sponsoredBy": [],
            "organisedByOrganisations": [
                {
                    "id": 65,
                    "name": "SBR",
                    "url": "https://catalogue.france-bioinformatique.fr/api/organisation/SBR/?format=api"
                }
            ],
            "organisedByTeams": [
                {
                    "id": 4,
                    "name": "ABiMS",
                    "url": "https://catalogue.france-bioinformatique.fr/api/team/ABiMS/?format=api"
                }
            ],
            "logo_url": "https://abims.sb-roscoff.fr/sites/default/files/abims.png",
            "updated_at": "2023-05-17T09:27:12.074339Z",
            "type": "Training course",
            "start_date": "2023-06-20",
            "end_date": "2023-06-20",
            "venue": "",
            "city": "Roscoff",
            "country": "France",
            "geographical_range": "",
            "trainers": [],
            "trainingMaterials": [],
            "computingFacilities": [],
            "realisation_status": "past",
            "registration_opening": "2023-02-22",
            "registration_closing": "2023-05-15",
            "registration_status": "closed",
            "courseMode": "Onsite"
        },
        {
            "id": 519,
            "name": "Initiation à Galaxy / Galaxy Initiation - Session 1 - 2023",
            "shortName": "Galaxy Initiation - 2023 S1",
            "description": "Objectifs\r\n- Savoir exploiter l’environnement Galaxy pour être en mesure d’analyser ses données.\r\n- Être en mesure de créer ses workflows.\r\nProgramme\r\n- Téléchargement des données à traiter.\r\n- Manipulation de fichiers.\r\n- Traitement des données.\r\n- Visualisation des résultats.\r\n- Création de workflows.\r\n- Partage de résultats et de workflows.",
            "homepage": "https://abims.sb-roscoff.fr/training/courses",
            "is_draft": false,
            "costs": [
                "Free"
            ],
            "topics": [
                "http://edamontology.org/topic_0769"
            ],
            "keywords": [],
            "prerequisites": [],
            "openTo": "Everyone",
            "accessConditions": "",
            "maxParticipants": 18,
            "contacts": [],
            "elixirPlatforms": [],
            "communities": [],
            "sponsoredBy": [],
            "organisedByOrganisations": [],
            "organisedByTeams": [],
            "logo_url": "https://abims.sb-roscoff.fr/sites/default/files/abims.png",
            "updated_at": "2023-05-17T09:27:23.408861Z",
            "type": "Training course",
            "start_date": "2023-06-19",
            "end_date": "2023-06-19",
            "venue": "",
            "city": "Roscoff",
            "country": "France",
            "geographical_range": "",
            "trainers": [],
            "trainingMaterials": [],
            "computingFacilities": [],
            "realisation_status": "past",
            "registration_opening": "2023-02-22",
            "registration_closing": "2023-05-15",
            "registration_status": "closed",
            "courseMode": "Onsite"
        },
        {
            "id": 518,
            "name": "Statistiques avec R / Statistics with R - Session 1 - 2023",
            "shortName": "R - Stats 2023 S1",
            "description": "Objectifs\r\n- Choisir un test statistique adapté à un problème donné.\r\n-\r\nImporter des données et réaliser un test avec R.\r\nProgramme\r\n- Théorie : modèle, loi de distribution, hypothèse H0, variable de test, p-value, tests multiples, FDR\r\n- Pratique : réalisation de tests sous R dans un environnement convivial (RStudio)\r\n-\r\ntests usuels simples : Gauss, Student, χ2\r\n-\r\ntests multiples : ANOVA, correction (ex. Student multiple), tests spécifiques (ex. SAM)",
            "homepage": "https://abims.sb-roscoff.fr/training/courses",
            "is_draft": false,
            "costs": [
                "Free"
            ],
            "topics": [
                "http://edamontology.org/topic_2269"
            ],
            "keywords": [],
            "prerequisites": [
                "Basic knowledge of R"
            ],
            "openTo": "Everyone",
            "accessConditions": "",
            "maxParticipants": 18,
            "contacts": [],
            "elixirPlatforms": [],
            "communities": [],
            "sponsoredBy": [],
            "organisedByOrganisations": [],
            "organisedByTeams": [
                {
                    "id": 4,
                    "name": "ABiMS",
                    "url": "https://catalogue.france-bioinformatique.fr/api/team/ABiMS/?format=api"
                }
            ],
            "logo_url": "https://abims.sb-roscoff.fr/sites/default/files/abims.png",
            "updated_at": "2023-05-17T09:27:31.911754Z",
            "type": "Training course",
            "start_date": "2023-06-01",
            "end_date": "2023-06-01",
            "venue": "",
            "city": "Roscoff",
            "country": "France",
            "geographical_range": "",
            "trainers": [],
            "trainingMaterials": [],
            "computingFacilities": [],
            "realisation_status": "past",
            "registration_opening": "2023-02-22",
            "registration_closing": "2023-04-30",
            "registration_status": "closed",
            "courseMode": "Onsite"
        },
        {
            "id": 507,
            "name": "Annotation and analysis of prokaryotic genomes using the MicroScope platform - November 2023",
            "shortName": "MicroScope training - November 2023",
            "description": "In an effort to inform members of the research community about our annotation methods, to provide training for collaborators and other scientists who use the MicroScope platfom, and to inform scientific public on the analysis available in PkGDB (Prokaryotic Genome DataBase), we have developed a 4.5-day course in Microbial Genome Annotation and Comparative Analysis using the MaGe graphical interfaces.\r\n\r\nThis course will familiarize attendees with LABGeM’s annotation pipeline and the manual annotation software MaGe (Magnifying Genome) . No specific bioinformatics skill is required: detailed instruction on the algorithm developed in each annotation methods can be found in specific training courses on «Genomic sequences analysis». Here we focus on the general idea behind each method and, above all, the way you can interpret the corresponding results and combine them with other evidences in order to change or correct the current automatic functional annotation of a given gene, if necessary.\r\n\r\nThis course will also describe how to perform effective searches and analysis of procaryotic data using the graphical functionalities of the MaGe’s interfaces. Because of the numerous pre-computation available in our system (results of “common” annotation tools, synteny with all complete bacterial genomes, metabolic pathway reconstruction, fusion/fission events, genomic islands, …), many practical exercises allow attendees to get familiar with the use the MaGe graphical interfaces in order to efficiently explore these sets of results.",
            "homepage": "https://labgem.genoscope.cns.fr/professional-trainings/microscope-professional-trainings/training-annotation-analysis-of-prokaryotic-genomes-using-the-microscope-platform/",
            "is_draft": false,
            "costs": [
                "Priced"
            ],
            "topics": [
                "http://edamontology.org/topic_0797",
                "http://edamontology.org/topic_0085",
                "http://edamontology.org/topic_3301"
            ],
            "keywords": [
                "Sequence analysis",
                "Microbial evolution",
                "Structural and functional annotation of genomes",
                "Sequence annotation"
            ],
            "prerequisites": [
                "Licence"
            ],
            "openTo": "Everyone",
            "accessConditions": "External training sessions can also be scheduled on demand, in France or abroad. See : https://labgem.genoscope.cns.fr/professional-trainings/microscope-professional-trainings/external-microscope-professional-training-sessions/",
            "maxParticipants": 12,
            "contacts": [
                "https://catalogue.france-bioinformatique.fr/api/userprofile/90/?format=api"
            ],
            "elixirPlatforms": [],
            "communities": [],
            "sponsoredBy": [
                {
                    "id": 15,
                    "name": "Laboratory of Bioinformatics Analyses for Genomics and Metabolism",
                    "url": "https://catalogue.france-bioinformatique.fr/api/eventsponsor/Laboratory%20of%20Bioinformatics%20Analyses%20for%20Genomics%20and%20Metabolism/?format=api"
                }
            ],
            "organisedByOrganisations": [
                {
                    "id": 67,
                    "name": "University of Paris-Saclay",
                    "url": "https://catalogue.france-bioinformatique.fr/api/organisation/University%20of%20Paris-Saclay/?format=api"
                }
            ],
            "organisedByTeams": [
                {
                    "id": 9,
                    "name": "MicroScope",
                    "url": "https://catalogue.france-bioinformatique.fr/api/team/MicroScope/?format=api"
                }
            ],
            "logo_url": "https://labgem.genoscope.cns.fr/wp-content/uploads/2021/06/GENOSCOPE-LABGeM.jpg",
            "updated_at": "2023-05-17T09:52:54.208192Z",
            "type": "Training course",
            "start_date": "2023-12-04",
            "end_date": "2023-12-08",
            "venue": "",
            "city": "Evry",
            "country": "France",
            "geographical_range": "",
            "trainers": [],
            "trainingMaterials": [],
            "computingFacilities": [],
            "realisation_status": "past",
            "registration_opening": null,
            "registration_closing": "2023-11-05",
            "registration_status": "closed",
            "courseMode": "Onsite"
        },
        {
            "id": 506,
            "name": "Annotation and analysis of prokaryotic genomes using the MicroScope platform - March 2023",
            "shortName": "MicroScope training - march 2023",
            "description": "In an effort to inform members of the research community about our annotation methods, to provide training for collaborators and other scientists who use the MicroScope platfom, and to inform scientific public on the analysis available in PkGDB (Prokaryotic Genome DataBase), we have developed a 4.5-day course in Microbial Genome Annotation and Comparative Analysis using the MaGe graphical interfaces.\r\n\r\nThis course will familiarize attendees with LABGeM’s annotation pipeline and the manual annotation software MaGe (Magnifying Genome) . No specific bioinformatics skill is required: detailed instruction on the algorithm developed in each annotation methods can be found in specific training courses on «Genomic sequences analysis». Here we focus on the general idea behind each method and, above all, the way you can interpret the corresponding results and combine them with other evidences in order to change or correct the current automatic functional annotation of a given gene, if necessary.\r\n\r\nThis course will also describe how to perform effective searches and analysis of procaryotic data using the graphical functionalities of the MaGe’s interfaces. Because of the numerous pre-computation available in our system (results of “common” annotation tools, synteny with all complete bacterial genomes, metabolic pathway reconstruction, fusion/fission events, genomic islands, …), many practical exercises allow attendees to get familiar with the use the MaGe graphical interfaces in order to efficiently explore these sets of results.",
            "homepage": "https://labgem.genoscope.cns.fr/professional-trainings/microscope-professional-trainings/training-annotation-analysis-of-prokaryotic-genomes-using-the-microscope-platform/",
            "is_draft": false,
            "costs": [
                "Priced"
            ],
            "topics": [
                "http://edamontology.org/topic_0797",
                "http://edamontology.org/topic_0085",
                "http://edamontology.org/topic_3301"
            ],
            "keywords": [
                "genomics",
                "Sequence analysis",
                "Microbial evolution",
                "Genome analysis",
                "Structural and functional annotation of genomes"
            ],
            "prerequisites": [
                "Licence"
            ],
            "openTo": "Everyone",
            "accessConditions": "External training sessions can also be scheduled on demand, in France or abroad. See : https://labgem.genoscope.cns.fr/professional-trainings/microscope-professional-trainings/external-microscope-professional-training-sessions/",
            "maxParticipants": 12,
            "contacts": [],
            "elixirPlatforms": [],
            "communities": [],
            "sponsoredBy": [
                {
                    "id": 15,
                    "name": "Laboratory of Bioinformatics Analyses for Genomics and Metabolism",
                    "url": "https://catalogue.france-bioinformatique.fr/api/eventsponsor/Laboratory%20of%20Bioinformatics%20Analyses%20for%20Genomics%20and%20Metabolism/?format=api"
                }
            ],
            "organisedByOrganisations": [
                {
                    "id": 67,
                    "name": "University of Paris-Saclay",
                    "url": "https://catalogue.france-bioinformatique.fr/api/organisation/University%20of%20Paris-Saclay/?format=api"
                }
            ],
            "organisedByTeams": [
                {
                    "id": 9,
                    "name": "MicroScope",
                    "url": "https://catalogue.france-bioinformatique.fr/api/team/MicroScope/?format=api"
                }
            ],
            "logo_url": "https://labgem.genoscope.cns.fr/wp-content/uploads/2021/06/GENOSCOPE-LABGeM.jpg",
            "updated_at": "2023-05-17T09:53:07.876054Z",
            "type": "Training course",
            "start_date": "2023-03-20",
            "end_date": "2023-03-24",
            "venue": "",
            "city": "Evry",
            "country": "France",
            "geographical_range": "",
            "trainers": [],
            "trainingMaterials": [],
            "computingFacilities": [],
            "realisation_status": "past",
            "registration_opening": null,
            "registration_closing": "2023-02-20",
            "registration_status": "closed",
            "courseMode": "Onsite"
        },
        {
            "id": 500,
            "name": "Initiation à Galaxy / Galaxy Initiation - 2022 Session 2",
            "shortName": "Galaxy Initiation - 2022 Session 2",
            "description": "Objectifs\r\n- Savoir exploiter l’environnement Galaxy pour être en mesure d’analyser ses données.\r\n- Être en mesure de créer ses workflows.\r\nProgramme\r\n- Téléchargement des données à traiter.\r\n- Manipulation de fichiers.\r\n- Traitement des données.\r\n- Visualisation des résultats.\r\n- Création de workflows.\r\n- Partage de résultats et de workflows.",
            "homepage": "https://abims.sb-roscoff.fr/training/courses",
            "is_draft": false,
            "costs": [
                "Free"
            ],
            "topics": [
                "http://edamontology.org/topic_0769"
            ],
            "keywords": [],
            "prerequisites": [],
            "openTo": "Everyone",
            "accessConditions": "",
            "maxParticipants": 18,
            "contacts": [],
            "elixirPlatforms": [],
            "communities": [],
            "sponsoredBy": [],
            "organisedByOrganisations": [],
            "organisedByTeams": [],
            "logo_url": "https://abims.sb-roscoff.fr/sites/default/files/abims.png",
            "updated_at": "2023-05-17T09:54:49.847679Z",
            "type": "Training course",
            "start_date": "2022-11-24",
            "end_date": "2022-11-24",
            "venue": "Station Biologique de Roscoff",
            "city": "Roscoff",
            "country": "France",
            "geographical_range": "",
            "trainers": [],
            "trainingMaterials": [],
            "computingFacilities": [],
            "realisation_status": "past",
            "registration_opening": "2022-10-07",
            "registration_closing": "2022-11-06",
            "registration_status": "closed",
            "courseMode": "Onsite"
        },
        {
            "id": 499,
            "name": "Linux - Initiation / Linux for Beginners - 2022 Session 2",
            "shortName": "Linux Init - 2022 Session 2",
            "description": "Objectifs :\r\n- Être capable de se connecter à une machine Linux\r\n- Être capable de transférer des fichiers à partir de/vers une machine Linux\r\n- Être capable de naviguer dans le système de fichiers\r\n- Être capable d’examiner le contenu d’un fichier et de gérer l’espace disque\r\n- Être capable de gérer les droits d’accès aux répertoires et aux fichiers.\r\n- Être capable de gérer le lancement, l’interruption et l’arrêt de processus",
            "homepage": "http://abims.sb-roscoff.fr/training/courses",
            "is_draft": false,
            "costs": [
                "Free"
            ],
            "topics": [
                "http://edamontology.org/topic_3316"
            ],
            "keywords": [
                "Linux",
                "Operating systems"
            ],
            "prerequisites": [],
            "openTo": "Everyone",
            "accessConditions": "",
            "maxParticipants": 16,
            "contacts": [],
            "elixirPlatforms": [],
            "communities": [],
            "sponsoredBy": [],
            "organisedByOrganisations": [
                {
                    "id": 65,
                    "name": "SBR",
                    "url": "https://catalogue.france-bioinformatique.fr/api/organisation/SBR/?format=api"
                }
            ],
            "organisedByTeams": [
                {
                    "id": 4,
                    "name": "ABiMS",
                    "url": "https://catalogue.france-bioinformatique.fr/api/team/ABiMS/?format=api"
                }
            ],
            "logo_url": "https://abims.sb-roscoff.fr/sites/default/files/abims.png",
            "updated_at": "2023-05-17T09:55:01.623771Z",
            "type": "Training course",
            "start_date": "2022-11-21",
            "end_date": "2022-11-21",
            "venue": "Station Biologique de Roscoff",
            "city": "Roscoff",
            "country": "France",
            "geographical_range": "",
            "trainers": [],
            "trainingMaterials": [],
            "computingFacilities": [],
            "realisation_status": "past",
            "registration_opening": "2022-10-07",
            "registration_closing": "2022-11-06",
            "registration_status": "closed",
            "courseMode": "Onsite"
        },
        {
            "id": 498,
            "name": "Utilisation du cluster - SLURM / Cluster usage - SLURM - 2022 Session 2",
            "shortName": "Cluster SLURM - 2022 Session 2",
            "description": "Objectifs\r\n- Disposer des concepts et de bonnes pratiques d’utilisation des ressources de calcul.\r\n- Être capable d’utiliser les ressources de calcul de la plateforme en toute autonomie.\r\nProgramme\r\n- Introduction : les équipements (calcul et stockage), espaces de travail, les outils et les données.\r\n- Calcul parallèle : concepts, ressources\r\n- Soumission de jobs (srun, sbatch)\r\n- Monitorer, vérifier, controler les jobs (squeue, scontrol, scancel, sacct).\r\n- Base de l’optimisation d’un job\r\n- Solutions de parallélisation des jobs : (--array)",
            "homepage": "https://abims.sb-roscoff.fr/training/courses",
            "is_draft": false,
            "costs": [
                "Free"
            ],
            "topics": [
                "http://edamontology.org/topic_3316"
            ],
            "keywords": [],
            "prerequisites": [
                "Linux - Basic Knowledge"
            ],
            "openTo": "Everyone",
            "accessConditions": "",
            "maxParticipants": 18,
            "contacts": [],
            "elixirPlatforms": [],
            "communities": [],
            "sponsoredBy": [],
            "organisedByOrganisations": [
                {
                    "id": 65,
                    "name": "SBR",
                    "url": "https://catalogue.france-bioinformatique.fr/api/organisation/SBR/?format=api"
                }
            ],
            "organisedByTeams": [
                {
                    "id": 4,
                    "name": "ABiMS",
                    "url": "https://catalogue.france-bioinformatique.fr/api/team/ABiMS/?format=api"
                }
            ],
            "logo_url": "https://abims.sb-roscoff.fr/sites/default/files/abims.png",
            "updated_at": "2023-05-17T09:55:11.578705Z",
            "type": "Training course",
            "start_date": "2022-11-23",
            "end_date": "2022-11-23",
            "venue": "Station Biologique de Roscoff",
            "city": "Roscoff",
            "country": "France",
            "geographical_range": "",
            "trainers": [],
            "trainingMaterials": [],
            "computingFacilities": [],
            "realisation_status": "past",
            "registration_opening": "2022-10-07",
            "registration_closing": "2022-11-06",
            "registration_status": "closed",
            "courseMode": "Onsite"
        },
        {
            "id": 497,
            "name": "Linux Avancé / Advanced Linux - 2022 Session2",
            "shortName": "Advanced Linux - 2022 Session 2",
            "description": "Objectifs\r\n- Savoir utiliser des commandes linux pour traiter de grosses quantités de données : fichiers\r\nvolumineux et/ou en grands nombres : recherche, comptage, tri, fusion, …\r\nProgramme\r\n- Introduction\r\n- Décrire (wc, grep)\r\n- Manipuler des fichiers tabulés (cut, sort)\r\n- Rechercher (grep)\r\n- Redirection / Pipeline (stdin, stdout, stderr, >, 2>, &&, |)\r\n- Recherche avancée : notion d’expression régulière (egrep)\r\n- Rechercher/Remplacer haut débit (tr, sed)\r\n- Manipulation de fichier tabulé – mode avancé (awk)\r\n- Traitement séquentiel de nombreux fichiers (for)",
            "homepage": "https://abims.sb-roscoff.fr/training/courses",
            "is_draft": false,
            "costs": [
                "Free"
            ],
            "topics": [
                "http://edamontology.org/topic_3316"
            ],
            "keywords": [],
            "prerequisites": [
                "Linux - Basic Knowledge"
            ],
            "openTo": "Everyone",
            "accessConditions": "",
            "maxParticipants": 18,
            "contacts": [],
            "elixirPlatforms": [],
            "communities": [],
            "sponsoredBy": [],
            "organisedByOrganisations": [
                {
                    "id": 65,
                    "name": "SBR",
                    "url": "https://catalogue.france-bioinformatique.fr/api/organisation/SBR/?format=api"
                }
            ],
            "organisedByTeams": [
                {
                    "id": 4,
                    "name": "ABiMS",
                    "url": "https://catalogue.france-bioinformatique.fr/api/team/ABiMS/?format=api"
                }
            ],
            "logo_url": "https://abims.sb-roscoff.fr/sites/default/files/abims.png",
            "updated_at": "2023-05-17T09:55:24.793130Z",
            "type": "Training course",
            "start_date": "2022-11-22",
            "end_date": "2022-11-22",
            "venue": "Station Biologique de Roscoff",
            "city": "Roscoff",
            "country": "France",
            "geographical_range": "",
            "trainers": [],
            "trainingMaterials": [],
            "computingFacilities": [],
            "realisation_status": "past",
            "registration_opening": "2022-10-07",
            "registration_closing": "2022-11-06",
            "registration_status": "closed",
            "courseMode": "Onsite"
        },
        {
            "id": 496,
            "name": "Initiation à Git / Git Initiation  - 2022 Session 2",
            "shortName": "Git Initiation - 2022 Session 2",
            "description": "Objectifs\r\n- Savoir définir ce qu’est un outil de gestion de version\r\n- Être capable d’initialiser un entrepôt Git pour un projet\r\n- Être capable de définir quels fichiers inclure/exclure d’un projet\r\n- Savoir enregistrer localement une nouvelle version pour un projet\r\n- Savoir partager des modifications locales avec tous les contributeurs d’un projet\r\n- Savoir gérer des modifications en parallèle en utilisant les branches.\r\n- Connaître les bonnes pratiques pour contribuer à projet tiers\r\nProgramme :\r\n- Présentation des avantages de la gestion de versions (projets individuels & projets collaboratifs)\r\n- Présentation des principes de fonctionnement de Git\r\n- Présentation et mise en œuvre des commandes principales de Git (clone, checkout, add, rm, commit, merge,\r\npush, pull) ; en ligne de commande ou en utilisant une interface graphique (GitHub et GitLab)",
            "homepage": "https://abims.sb-roscoff.fr/training/courses",
            "is_draft": false,
            "costs": [
                "Free"
            ],
            "topics": [
                "http://edamontology.org/topic_3372"
            ],
            "keywords": [],
            "prerequisites": [],
            "openTo": "Everyone",
            "accessConditions": "",
            "maxParticipants": 18,
            "contacts": [],
            "elixirPlatforms": [],
            "communities": [],
            "sponsoredBy": [],
            "organisedByOrganisations": [],
            "organisedByTeams": [
                {
                    "id": 4,
                    "name": "ABiMS",
                    "url": "https://catalogue.france-bioinformatique.fr/api/team/ABiMS/?format=api"
                }
            ],
            "logo_url": "https://abims.sb-roscoff.fr/sites/default/files/abims.png",
            "updated_at": "2023-05-17T09:55:45.294813Z",
            "type": "Training course",
            "start_date": "2022-11-25",
            "end_date": "2022-11-25",
            "venue": "Station Biologique de Roscoff",
            "city": "Roscoff",
            "country": "France",
            "geographical_range": "",
            "trainers": [],
            "trainingMaterials": [],
            "computingFacilities": [],
            "realisation_status": "past",
            "registration_opening": "2022-10-07",
            "registration_closing": "2022-11-06",
            "registration_status": "closed",
            "courseMode": "Onsite"
        },
        {
            "id": 486,
            "name": "11ème Ecole de Bioinformatique AVIESAN-IFB-Inserm",
            "shortName": "EBAII 2022",
            "description": "La formation s’adresse à des biologistes directement impliqués dans des projets “Next Generation Sequencing” (NGS). Cette édition de l’école aborde les nouveaux enjeux technologiques: elle s’articulera autour de trois ateliers thématiques en session parallèle (RNA-seq, ChIP-seq/ATAC-seq, variants DNA-seq), et inclura une introduction à l’intégration des données, une ouverture aux approches “single-cell” ainsi qu’aux technologies “long reads”.\r\n\r\nL’école vise à introduire les concepts et à manipuler les outils informatiques et à en interpréter les résultats. Elle est basée sur une alternance de courtes sessions théoriques et d’ateliers pratiques. Les participants bénéficieront d’un tutorat personnalisé pour élaborer leur plan d’analyse, et effectuer les premières étapes de traitement de leurs propres données ou de celles de leur plateforme.",
            "homepage": "https://www.france-bioinformatique.fr/formation/ebaii-2022-n1/",
            "is_draft": false,
            "costs": [
                "Priced"
            ],
            "topics": [],
            "keywords": [
                "Biostatistics",
                "Sequence analysis",
                "NGS Sequencing Data Analysis"
            ],
            "prerequisites": [],
            "openTo": "Everyone",
            "accessConditions": "La formation s’adresse à des biologistes directement impliqués dans des projets “Next Generation Sequencing” (NGS). \r\nAucune connaissance préalable des environnements Linux ou R n’est requise, mais il sera demandé aux participants de suivre une autoformation en ligne en amont, pour faciliter la prise en main de ces langages. La formation approfondira progressivement l’usage de ces environnements au fil des sessions thématiques.",
            "maxParticipants": 40,
            "contacts": [
                "https://catalogue.france-bioinformatique.fr/api/userprofile/642/?format=api",
                "https://catalogue.france-bioinformatique.fr/api/userprofile/624/?format=api",
                "https://catalogue.france-bioinformatique.fr/api/userprofile/134/?format=api",
                "https://catalogue.france-bioinformatique.fr/api/userprofile/371/?format=api"
            ],
            "elixirPlatforms": [],
            "communities": [],
            "sponsoredBy": [
                {
                    "id": 3,
                    "name": "IFB",
                    "url": "https://catalogue.france-bioinformatique.fr/api/eventsponsor/IFB/?format=api"
                },
                {
                    "id": 13,
                    "name": "Aviesan",
                    "url": "https://catalogue.france-bioinformatique.fr/api/eventsponsor/Aviesan/?format=api"
                },
                {
                    "id": 14,
                    "name": "Inserm",
                    "url": "https://catalogue.france-bioinformatique.fr/api/eventsponsor/Inserm/?format=api"
                }
            ],
            "organisedByOrganisations": [
                {
                    "id": 4,
                    "name": "IFB",
                    "url": "https://catalogue.france-bioinformatique.fr/api/organisation/IFB/?format=api"
                },
                {
                    "id": 53,
                    "name": "AVIESAN",
                    "url": "https://catalogue.france-bioinformatique.fr/api/organisation/AVIESAN/?format=api"
                }
            ],
            "organisedByTeams": [
                {
                    "id": 14,
                    "name": "BiGEst",
                    "url": "https://catalogue.france-bioinformatique.fr/api/team/BiGEst/?format=api"
                },
                {
                    "id": 29,
                    "name": "IFB Core",
                    "url": "https://catalogue.france-bioinformatique.fr/api/team/IFB%20Core/?format=api"
                },
                {
                    "id": 10,
                    "name": "MIGALE",
                    "url": "https://catalogue.france-bioinformatique.fr/api/team/MIGALE/?format=api"
                },
                {
                    "id": 4,
                    "name": "ABiMS",
                    "url": "https://catalogue.france-bioinformatique.fr/api/team/ABiMS/?format=api"
                }
            ],
            "logo_url": null,
            "updated_at": "2023-05-17T09:56:27.318517Z",
            "type": "Training course",
            "start_date": "2022-11-13",
            "end_date": "2022-11-18",
            "venue": "",
            "city": "Roscoff",
            "country": "France",
            "geographical_range": "",
            "trainers": [],
            "trainingMaterials": [],
            "computingFacilities": [],
            "realisation_status": "past",
            "registration_opening": "2022-01-19",
            "registration_closing": "2022-05-31",
            "registration_status": "closed",
            "courseMode": "Onsite"
        },
        {
            "id": 489,
            "name": "Ecole Thématique de Bioinformatique Intégrative - session 2023 / Integrative Bioinforformatics training school - 2023 session",
            "shortName": "ETBII 2023",
            "description": "Dans l’objectif de développer et fédérer des compétences en bioinformatique intégrative au sein de la communauté, l’IFB propose une nouvelle école thématique ayant un double objectif :\r\n- une montée en compétences théoriques et pratiques des bioinformaticiens, biostatisticiens et bioanalystes\r\n- la constitution de matériel pédagogique partagé sur ce sujet.\r\n\r\nCette école mobilise une équipe pédagogique de 10 personnes et pourra accueillir 30 participants.\r\nL’ensemble de la formation reposera sur l’utilisation des ressources de calcul et de la plateforme pédagogique de l’Institut Français de Bioinformatique.\r\n\r\nObjectifs pédagogiques \r\n\r\nLa formation a pour but :\r\n- d’introduire les concepts de bases et les différents types d’approches utilisées en bioinformatique intégrative,\r\n- de proposer un approfondissement et une mise en pratique d’une de ces approches sur un/des jeux de données intégrant différents types de données omiques. \r\n- de créer, améliorer et partager des ressources pédagogiques (supports de formation, jeux de données, tutoriels) sur le thème de la bioinformatique intégrative.\r\n\r\nA la fin de cette formation les participants :\r\n- auront acquis un socle de connaissances générales en bioinformatique intégrative, \r\n- auront mis en oeuvre une analyse intégrative depuis la préparation des données jusqu’à l’analyse critique de résultats sur un/des jeux de données proposés lors de la formation,\r\n- auront contribué à constituer du matériel pédagogique partagé sur le sujet.\r\n\r\nPré-requis\r\n- Connaissances de base en Unix/shell, R, Python \r\n- Autonomie dans la gestion de son poste de travail (installation de librairies et maîtrise des environnements de packaging type conda)",
            "homepage": "https://www.france-bioinformatique.fr/formation/etbii/",
            "is_draft": false,
            "costs": [
                "770 TTC pour les académiques  et 1540 TTC pour les privés"
            ],
            "topics": [
                "http://edamontology.org/topic_3391",
                "http://edamontology.org/topic_3366",
                "http://edamontology.org/topic_0091"
            ],
            "keywords": [
                "Methodology",
                "Biostatistics",
                "Biological network inference and analysis",
                "Dimension reduction",
                "Semantic web",
                "Integration of heterogeneous data",
                "Data Integration",
                "Tool integration"
            ],
            "prerequisites": [
                "Linux and knowledge of NGS formats",
                "Basic knowledge of R"
            ],
            "openTo": "Everyone",
            "accessConditions": "Cette formation est ouverte à toute la communauté mais cette première édition s’adresse en priorité à des bioinformaticien·ne·s des plateformes membres et équipes associées IFB souhaitant contribuer à la constitution de matériel pédagogique pour se préparer au montage de futures formations sur ce thème.",
            "maxParticipants": 30,
            "contacts": [
                "https://catalogue.france-bioinformatique.fr/api/userprofile/762/?format=api"
            ],
            "elixirPlatforms": [],
            "communities": [],
            "sponsoredBy": [
                {
                    "id": 1,
                    "name": "CNRS - IFB",
                    "url": "https://catalogue.france-bioinformatique.fr/api/eventsponsor/CNRS%20-%20IFB/?format=api"
                }
            ],
            "organisedByOrganisations": [
                {
                    "id": 4,
                    "name": "IFB",
                    "url": "https://catalogue.france-bioinformatique.fr/api/organisation/IFB/?format=api"
                }
            ],
            "organisedByTeams": [
                {
                    "id": 29,
                    "name": "IFB Core",
                    "url": "https://catalogue.france-bioinformatique.fr/api/team/IFB%20Core/?format=api"
                }
            ],
            "logo_url": "https://www.france-bioinformatique.fr/wp-content/uploads/Logo_ETBII_Couleurs.png",
            "updated_at": "2023-05-17T10:02:50.638104Z",
            "type": "Training course",
            "start_date": "2023-01-16",
            "end_date": "2023-01-20",
            "venue": "Accès\r\n\r\nTrain : TGV, gare de St-Raphaël-Valescure (3 km) et car (ligne 3) jusqu’à la Villa Clythia.\r\nÀ 1h30 de Nice, 1h20 de Toulon, 2h10 de Marseille et 7h30 de Paris.\r\n\r\nVoiture : Sur l’A8 prendre la sortie n° 38, Fréjus. Cartes Michelin 82 et 245.\r\nAvion : Nice (70 km), Toulon (90 km), Marseille (140 km).\r\n\r\nTransfert : Navettes depuis la gare de St Raphael. Taxis depuis l’aéroport de\r\nNice (sur réservation).\r\n\r\nCAES du CNRS\r\nLa Villa Clythia\r\n2754, rue Henri Giraud\r\n83600 Fréjus",
            "city": "Fréjus",
            "country": "France",
            "geographical_range": "National",
            "trainers": [
                "https://catalogue.france-bioinformatique.fr/api/userprofile/762/?format=api",
                "https://catalogue.france-bioinformatique.fr/api/userprofile/756/?format=api",
                "https://catalogue.france-bioinformatique.fr/api/userprofile/750/?format=api",
                "https://catalogue.france-bioinformatique.fr/api/userprofile/237/?format=api",
                "https://catalogue.france-bioinformatique.fr/api/userprofile/657/?format=api",
                "https://catalogue.france-bioinformatique.fr/api/userprofile/722/?format=api",
                "https://catalogue.france-bioinformatique.fr/api/userprofile/146/?format=api",
                "https://catalogue.france-bioinformatique.fr/api/userprofile/116/?format=api",
                "https://catalogue.france-bioinformatique.fr/api/userprofile/556/?format=api",
                "https://catalogue.france-bioinformatique.fr/api/userprofile/721/?format=api"
            ],
            "trainingMaterials": [],
            "computingFacilities": [],
            "realisation_status": "past",
            "registration_opening": "2022-09-12",
            "registration_closing": "2022-10-12",
            "registration_status": "closed",
            "courseMode": "Onsite"
        },
        {
            "id": 531,
            "name": "Improve your command line skills by learning a few words of Perl - session 28/11/2023",
            "shortName": "",
            "description": "This “Perl one-liners” training session is organized by the Sigenae platform. Perl one-liners are small and awesome Perl programs that fit in a single line of code and perform many operations such as replacing of text, spacing, deleting, calculation, manipulation in files and many more. This training will allow you to discover the power of Perl on the command line and learn how to use it to automate your file manipulations and command line generation with classical file formats such as tabulated text, fastq, sam/bam, and vcf.\r\n\r\nThis training lasts one day and is focused on practice. It consists of 3 parts with a large variety of exercises:\r\n\r\nIntroduction to Perl and its characteristics: Perl is a widely used programming language for data processing and task automation. We will introduce the main characteristics of Perl and discuss why it is particularly suited for biologists who want to manipulate files and generate command lines.\r\nPerl on the command line: we will show how to use Perl on the command line to perform common tasks, such as searching and replacing strings, merging files, and loop over lists of files.\r\nConcrete examples: we will present several concrete examples drawn from biology, such as extracting information from genomic sequence files, converting files between different formats, and generating command lines for data biology tools.\r\n \r\nThe session will take place in the room ‘salle de formation MIAT’ at INRAE center of Toulouse-Auzeville.",
            "homepage": "https://bioinfo.genotoul.fr/index.php/events/onelineperl/",
            "is_draft": false,
            "costs": [
                "Non-academic: 550€ + 20% taxes (TVA)",
                "Academic but non-INRAE: 170 € + 20% taxes (TVA)",
                "For INRAE's staff: 150 € no VAT charged;"
            ],
            "topics": [],
            "keywords": [
                "Perl Langage"
            ],
            "prerequisites": [
                "Linux/Unix",
                "Cluster"
            ],
            "openTo": "Everyone",
            "accessConditions": "",
            "maxParticipants": 12,
            "contacts": [],
            "elixirPlatforms": [],
            "communities": [],
            "sponsoredBy": [],
            "organisedByOrganisations": [
                {
                    "id": 37,
                    "name": "MIAT 0875",
                    "url": "https://catalogue.france-bioinformatique.fr/api/organisation/MIAT%200875/?format=api"
                }
            ],
            "organisedByTeams": [
                {
                    "id": 22,
                    "name": "Genotoul-bioinfo",
                    "url": "https://catalogue.france-bioinformatique.fr/api/team/Genotoul-bioinfo/?format=api"
                }
            ],
            "logo_url": "http://bioinfo.genotoul.fr/wp-content/uploads/bioinfo_logo-rvb-petit.png",
            "updated_at": "2023-05-17T10:03:41.882770Z",
            "type": "Training course",
            "start_date": "2023-11-28",
            "end_date": "2023-11-28",
            "venue": "",
            "city": "Toulouse-Auzeville",
            "country": "France",
            "geographical_range": "",
            "trainers": [],
            "trainingMaterials": [],
            "computingFacilities": [],
            "realisation_status": "past",
            "registration_opening": "2023-04-04",
            "registration_closing": "2023-11-22",
            "registration_status": "closed",
            "courseMode": "Onsite"
        },
        {
            "id": 529,
            "name": "Cluster - session 18/04/2023",
            "shortName": "",
            "description": "This training session is designed to help you deal with the platform compute cluster and data banks. You will launch your first processing batch on the cluster and will learn how to track and manage them. Organized jointly by the Sigenae and bioinfo genotoul platforms.",
            "homepage": "http://bioinfo.genotoul.fr/index.php/events/cluster-2/",
            "is_draft": false,
            "costs": [
                "Priced",
                "Non-academic: 550€ + 20% taxes (TVA)",
                "Academic but non-INRAE: 170 € + 20% taxes (TVA)",
                "For INRAE's staff: 150 € no VAT charged;"
            ],
            "topics": [],
            "keywords": [
                "Linux",
                "Cluster"
            ],
            "prerequisites": [
                "Linux/Unix"
            ],
            "openTo": "Everyone",
            "accessConditions": "You need to register (via the website) and pay 165 euros a day for academic and 550 euros a day for a private.",
            "maxParticipants": null,
            "contacts": [
                "https://catalogue.france-bioinformatique.fr/api/userprofile/344/?format=api"
            ],
            "elixirPlatforms": [],
            "communities": [],
            "sponsoredBy": [],
            "organisedByOrganisations": [
                {
                    "id": 37,
                    "name": "MIAT 0875",
                    "url": "https://catalogue.france-bioinformatique.fr/api/organisation/MIAT%200875/?format=api"
                }
            ],
            "organisedByTeams": [
                {
                    "id": 22,
                    "name": "Genotoul-bioinfo",
                    "url": "https://catalogue.france-bioinformatique.fr/api/team/Genotoul-bioinfo/?format=api"
                }
            ],
            "logo_url": "http://bioinfo.genotoul.fr/wp-content/uploads/bioinfo_logo-rvb-petit.png",
            "updated_at": "2023-05-17T10:03:57.925413Z",
            "type": "Training course",
            "start_date": "2023-04-18",
            "end_date": "2023-04-18",
            "venue": "",
            "city": "",
            "country": "",
            "geographical_range": "",
            "trainers": [],
            "trainingMaterials": [],
            "computingFacilities": [],
            "realisation_status": "past",
            "registration_opening": "2023-04-04",
            "registration_closing": "2023-04-12",
            "registration_status": "closed",
            "courseMode": "Onsite"
        },
        {
            "id": 528,
            "name": "LINUX - session 17/04/2023",
            "shortName": "",
            "description": "This training session is organized by the Genotoul bioinfo platform and aims at learning sequence analysis. This training session has been designed to familiarize yourself with the platform resources and its organization. You will learn to access the platform from your work station, what is an Linux environment and how to use it, how to create and manipulate files, how to transfer them from and to your personal computer.\r\n\r\nThis training is focused on practice. It consists of 3 modules with a large variety of exercises:\r\n\r\n- Connect to « genotoul » server (09:00 am to 10:30 am): Platform presentation, Linux basics, opening an user account, Putty installation, first connection.\r\n- Files and basics commands  (10:45 am to 12:00 pm): types of files and secure access, file manipulation commands, text editors and viewers, disk space management .\r\n- Transfers and file manipulation (14:00 pm to 17:00 pm): download/transfer, compress/uncompress, utility commands and data extraction, output redirections.",
            "homepage": "http://bioinfo.genotoul.fr/index.php/events/linux-2-2/",
            "is_draft": false,
            "costs": [
                "Non-academic: 550€ + 20% taxes (TVA)",
                "Academic but non-INRAE: 170 € + 20% taxes (TVA)",
                "For INRAE's staff: 150 € no VAT charged;"
            ],
            "topics": [
                "http://edamontology.org/topic_3316"
            ],
            "keywords": [],
            "prerequisites": [
                "none"
            ],
            "openTo": "Everyone",
            "accessConditions": "",
            "maxParticipants": 12,
            "contacts": [],
            "elixirPlatforms": [],
            "communities": [],
            "sponsoredBy": [],
            "organisedByOrganisations": [
                {
                    "id": 37,
                    "name": "MIAT 0875",
                    "url": "https://catalogue.france-bioinformatique.fr/api/organisation/MIAT%200875/?format=api"
                }
            ],
            "organisedByTeams": [
                {
                    "id": 22,
                    "name": "Genotoul-bioinfo",
                    "url": "https://catalogue.france-bioinformatique.fr/api/team/Genotoul-bioinfo/?format=api"
                }
            ],
            "logo_url": "http://bioinfo.genotoul.fr/wp-content/uploads/bioinfo_logo-rvb-petit.png",
            "updated_at": "2023-05-17T10:04:05.719947Z",
            "type": "Training course",
            "start_date": "2023-04-17",
            "end_date": "2023-04-17",
            "venue": "",
            "city": "",
            "country": "",
            "geographical_range": "",
            "trainers": [],
            "trainingMaterials": [],
            "computingFacilities": [],
            "realisation_status": "past",
            "registration_opening": "2023-04-04",
            "registration_closing": "2023-04-12",
            "registration_status": "closed",
            "courseMode": "Onsite"
        },
        {
            "id": 527,
            "name": "Ecole de Bioinformatique AVIESAN-IFB-Inserm Niveau 2",
            "shortName": "EBAII-N2 2023",
            "description": "Initiation au traitement des données de génomique obtenues par séquençage à haut débit -- Niveau 2",
            "homepage": "https://ifb-elixirfr.github.io/EBAII/",
            "is_draft": false,
            "costs": [],
            "topics": [],
            "keywords": [],
            "prerequisites": [],
            "openTo": "Everyone",
            "accessConditions": "",
            "maxParticipants": 40,
            "contacts": [
                "https://catalogue.france-bioinformatique.fr/api/userprofile/207/?format=api"
            ],
            "elixirPlatforms": [],
            "communities": [],
            "sponsoredBy": [],
            "organisedByOrganisations": [
                {
                    "id": 4,
                    "name": "IFB",
                    "url": "https://catalogue.france-bioinformatique.fr/api/organisation/IFB/?format=api"
                },
                {
                    "id": 56,
                    "name": "INSERM",
                    "url": "https://catalogue.france-bioinformatique.fr/api/organisation/INSERM/?format=api"
                },
                {
                    "id": 53,
                    "name": "AVIESAN",
                    "url": "https://catalogue.france-bioinformatique.fr/api/organisation/AVIESAN/?format=api"
                }
            ],
            "organisedByTeams": [
                {
                    "id": 14,
                    "name": "BiGEst",
                    "url": "https://catalogue.france-bioinformatique.fr/api/team/BiGEst/?format=api"
                },
                {
                    "id": 29,
                    "name": "IFB Core",
                    "url": "https://catalogue.france-bioinformatique.fr/api/team/IFB%20Core/?format=api"
                },
                {
                    "id": 10,
                    "name": "MIGALE",
                    "url": "https://catalogue.france-bioinformatique.fr/api/team/MIGALE/?format=api"
                },
                {
                    "id": 4,
                    "name": "ABiMS",
                    "url": "https://catalogue.france-bioinformatique.fr/api/team/ABiMS/?format=api"
                }
            ],
            "logo_url": "https://moodle.france-bioinformatique.fr/pluginfile.php/1/core_admin/logocompact/300x300/1654772049/IFB-HAUT-COULEUR-PETIT.png",
            "updated_at": "2023-05-17T10:06:59.076495Z",
            "type": "Training course",
            "start_date": "2023-06-05",
            "end_date": "2023-06-09",
            "venue": "Station Biologique",
            "city": "Roscoff",
            "country": "France",
            "geographical_range": "",
            "trainers": [],
            "trainingMaterials": [],
            "computingFacilities": [],
            "realisation_status": "past",
            "registration_opening": null,
            "registration_closing": "2023-01-31",
            "registration_status": "closed",
            "courseMode": "Onsite"
        },
        {
            "id": 525,
            "name": "12ème Ecole de Bioinformatique AVIESAN-IFB-Inserm",
            "shortName": "EBAII 2023 niv1",
            "description": "La formation s’adresse à des biologistes directement impliqués dans des projets “Next Generation Sequencing” (NGS). Cette édition de l’école aborde les nouveaux enjeux technologiques: elle s’articulera autour de quatres ateliers thématiques en session parallèle (RNA-seq, ChIP-seq/ATAC-seq, variants DNA-seq, single-cell), et inclura une introduction à l’intégration des données, une ouverture aux technologies “long reads”.\r\n\r\nL’école vise à introduire les concepts et à manipuler les outils informatiques et à en interpréter les résultats. Elle est basée sur une alternance de courtes sessions théoriques et d’ateliers pratiques. Les participants bénéficieront d’un tutorat personnalisé pour élaborer leur plan d’analyse, et effectuer les premières étapes de traitement de leurs propres données ou de celles de leur plateforme.",
            "homepage": "https://ifb-elixirfr.github.io/EBAII/",
            "is_draft": false,
            "costs": [
                "Priced"
            ],
            "topics": [],
            "keywords": [
                "Biostatistics",
                "Sequence analysis",
                "NGS Sequencing Data Analysis"
            ],
            "prerequisites": [],
            "openTo": "Everyone",
            "accessConditions": "La formation s’adresse à des biologistes directement impliqués dans des projets “Next Generation Sequencing” (NGS). \r\nAucune connaissance préalable des environnements Linux ou R n’est requise, mais il sera demandé aux participants de suivre une autoformation en ligne en amont, pour faciliter la prise en main de ces langages. La formation approfondira progressivement l’usage de ces environnements au fil des sessions thématiques.",
            "maxParticipants": 40,
            "contacts": [
                "https://catalogue.france-bioinformatique.fr/api/userprofile/642/?format=api",
                "https://catalogue.france-bioinformatique.fr/api/userprofile/624/?format=api",
                "https://catalogue.france-bioinformatique.fr/api/userprofile/134/?format=api",
                "https://catalogue.france-bioinformatique.fr/api/userprofile/371/?format=api"
            ],
            "elixirPlatforms": [],
            "communities": [],
            "sponsoredBy": [
                {
                    "id": 3,
                    "name": "IFB",
                    "url": "https://catalogue.france-bioinformatique.fr/api/eventsponsor/IFB/?format=api"
                },
                {
                    "id": 13,
                    "name": "Aviesan",
                    "url": "https://catalogue.france-bioinformatique.fr/api/eventsponsor/Aviesan/?format=api"
                },
                {
                    "id": 14,
                    "name": "Inserm",
                    "url": "https://catalogue.france-bioinformatique.fr/api/eventsponsor/Inserm/?format=api"
                }
            ],
            "organisedByOrganisations": [
                {
                    "id": 4,
                    "name": "IFB",
                    "url": "https://catalogue.france-bioinformatique.fr/api/organisation/IFB/?format=api"
                },
                {
                    "id": 56,
                    "name": "INSERM",
                    "url": "https://catalogue.france-bioinformatique.fr/api/organisation/INSERM/?format=api"
                },
                {
                    "id": 53,
                    "name": "AVIESAN",
                    "url": "https://catalogue.france-bioinformatique.fr/api/organisation/AVIESAN/?format=api"
                }
            ],
            "organisedByTeams": [
                {
                    "id": 14,
                    "name": "BiGEst",
                    "url": "https://catalogue.france-bioinformatique.fr/api/team/BiGEst/?format=api"
                },
                {
                    "id": 29,
                    "name": "IFB Core",
                    "url": "https://catalogue.france-bioinformatique.fr/api/team/IFB%20Core/?format=api"
                },
                {
                    "id": 10,
                    "name": "MIGALE",
                    "url": "https://catalogue.france-bioinformatique.fr/api/team/MIGALE/?format=api"
                },
                {
                    "id": 4,
                    "name": "ABiMS",
                    "url": "https://catalogue.france-bioinformatique.fr/api/team/ABiMS/?format=api"
                }
            ],
            "logo_url": "https://moodle.france-bioinformatique.fr/pluginfile.php/1/core_admin/logocompact/300x300/1654772049/IFB-HAUT-COULEUR-PETIT.png",
            "updated_at": "2023-05-17T10:08:18.619532Z",
            "type": "Training course",
            "start_date": "2023-11-05",
            "end_date": "2023-11-10",
            "venue": "",
            "city": "Roscoff",
            "country": "France",
            "geographical_range": "",
            "trainers": [],
            "trainingMaterials": [],
            "computingFacilities": [],
            "realisation_status": "past",
            "registration_opening": "2023-03-01",
            "registration_closing": "2023-05-31",
            "registration_status": "closed",
            "courseMode": "Onsite"
        }
    ]
}