Handles creating, reading and updating training events.

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

{
    "count": 383,
    "next": "https://catalogue.france-bioinformatique.fr/api/training/?format=api&limit=20&offset=80&ordering=-organisedByOrganisations",
    "previous": "https://catalogue.france-bioinformatique.fr/api/training/?format=api&limit=20&offset=40&ordering=-organisedByOrganisations",
    "results": [
        {
            "id": 135,
            "name": "hands-on NGS course",
            "shortName": "",
            "description": "The aim of this course is to provide students with theory and practical\ntools to analyze Next Generation Sequencing (NGS) data.  The course is\ncomposed of a theory and practice lessons . In the first week theory\nsessions will cover the main kind of HTS analyses (re-sequencing and\nvariant analysis, de-novo sequencing, transcriptomics, ChIP-Seq,\nmetagenomics), in addition to some general bioinformatics tools and\nBiostatistics. The second week is dedicated to practice, in which the\nstudents work with their own data in small groups with a mentor that\nguides them. The practice week is designed so the course is of immediate\nuse to each student. We expect the students to go back to their countries\nwith the necessary knowledge to continue working on their own data.\n",
            "homepage": "http://c3bi.pasteur.fr",
            "is_draft": false,
            "costs": [],
            "topics": [],
            "keywords": [
                "Methodology",
                "NGS Data Analysis",
                "Metagenomics",
                "Gene expression regulation analysis",
                "metatranscriptomics",
                "Chip-Seq",
                "Variant analysis",
                "Transcriptomics (RNA-seq)",
                "Genomics (DNA-seq)",
                "NGS Sequencing Data Analysis"
            ],
            "prerequisites": [],
            "openTo": "Internal personnel",
            "accessConditions": "belonging to the Institut Pasteur International Network (RIIP) and the University of Sao Paulo.\n",
            "maxParticipants": null,
            "contacts": [],
            "elixirPlatforms": [],
            "communities": [],
            "sponsoredBy": [],
            "organisedByOrganisations": [],
            "organisedByTeams": [],
            "logo_url": "",
            "updated_at": "2022-06-02T11:50:50.812642Z",
            "audienceTypes": [],
            "audienceRoles": [],
            "difficultyLevel": "",
            "trainingMaterials": [],
            "learningOutcomes": "",
            "hoursPresentations": null,
            "hoursHandsOn": null,
            "hoursTotal": null,
            "personalised": null,
            "event_set": []
        },
        {
            "id": 252,
            "name": "Introduction to High-performance computing",
            "shortName": "",
            "description": "This course offers an introduction on how to work with HPC Southgreen clusters. It is intended for new users, with the goals of improving user productivity and minimizing the obstacles. The HPC Southgreen cluster are presented, together with the tools to be able to use it. Module load notion, interactive usage and batch jobs submittions will be developped.\nPrerequisites\nLinux Basics\n\nProgram\nIntroduction to HPCs architecture\nDiscover Sun grid Engine (SGE)\nData Management on clusters\nInteractive Usage\nSubmit batch jobs\n\n\nLearning objectives\nAfter this course, participants should be able to:\nUse the HPC resources interactively\nManage data copies\nUse module load\nsubmit batch jobs\n\n\nInstructors\n\n\nNdomassi Tando (NT) - ndomassi.tando@ird.fr\nBertrand Pitollat(BP) - bertrand.pitollat@cirad.fr\nAlexis Dereeper (AD) - alexis.dereeper@ird.fr​\n\n",
            "homepage": "https://southgreenplatform.github.io/trainings//HPC/",
            "is_draft": false,
            "costs": [
                "Free"
            ],
            "topics": [],
            "keywords": [],
            "prerequisites": [],
            "openTo": "Internal personnel",
            "accessConditions": "",
            "maxParticipants": null,
            "contacts": [],
            "elixirPlatforms": [],
            "communities": [],
            "sponsoredBy": [],
            "organisedByOrganisations": [],
            "organisedByTeams": [
                {
                    "id": 24,
                    "name": "South Green",
                    "url": "https://catalogue.france-bioinformatique.fr/api/team/South%20Green/?format=api"
                }
            ],
            "logo_url": "",
            "updated_at": "2022-06-02T11:50:50.812642Z",
            "audienceTypes": [],
            "audienceRoles": [],
            "difficultyLevel": "",
            "trainingMaterials": [],
            "learningOutcomes": "",
            "hoursPresentations": null,
            "hoursHandsOn": null,
            "hoursTotal": null,
            "personalised": null,
            "event_set": [
                "https://catalogue.france-bioinformatique.fr/api/event/384/?format=api"
            ]
        },
        {
            "id": 214,
            "name": "Analyse statistique de données RNA-Seq - Recherche des régions d'intérêt différentiellement exprimées (R, RStudio et Galaxy)",
            "shortName": "",
            "description": "",
            "homepage": "",
            "is_draft": false,
            "costs": [
                "Priced"
            ],
            "topics": [],
            "keywords": [],
            "prerequisites": [],
            "openTo": "Internal personnel",
            "accessConditions": "",
            "maxParticipants": null,
            "contacts": [],
            "elixirPlatforms": [],
            "communities": [],
            "sponsoredBy": [],
            "organisedByOrganisations": [],
            "organisedByTeams": [],
            "logo_url": "",
            "updated_at": "2022-06-02T11:50:50.812642Z",
            "audienceTypes": [],
            "audienceRoles": [],
            "difficultyLevel": "",
            "trainingMaterials": [],
            "learningOutcomes": "",
            "hoursPresentations": null,
            "hoursHandsOn": null,
            "hoursTotal": null,
            "personalised": null,
            "event_set": [
                "https://catalogue.france-bioinformatique.fr/api/event/343/?format=api"
            ]
        },
        {
            "id": 379,
            "name": "Manipulating  & Visualizing Data with R",
            "shortName": "R - DataViz",
            "description": "Objectifs\r\n- Importer, structurer, transformer et exporter un tableau de données avec R\r\n- Générer des figures de qualité pour, par exemple, une publication scientifique\r\n\r\nProgramme\r\n- Introduction au tidyverse (metapackage pour manipuler, visualiser et analyser des données)\r\n- Import et export de tableaux de données (csv, excel, google sheet, etc.)\r\n- Manipulation de tableaux de données avec dplyr et tidyr (filtre, aggregation, jointure)\r\n- Manipulation de chaînes de caractères et de dates avec stringr et lubridate\r\n- Introduction aux concepts de visualisation de données\r\n- Apprendre à utiliser ggplot2 grâce à esquisse\r\n- Partager ses résultats avec Quarto",
            "homepage": "https://abims.sb-roscoff.fr/module/r_dataviz",
            "is_draft": false,
            "costs": [
                "Free"
            ],
            "topics": [
                "http://edamontology.org/topic_0092"
            ],
            "keywords": [],
            "prerequisites": [],
            "openTo": "Everyone",
            "accessConditions": "Preregistration required using: https://abims.sb-roscoff.fr/ateliers/preinscription",
            "maxParticipants": 18,
            "contacts": [
                "https://catalogue.france-bioinformatique.fr/api/userprofile/299/?format=api"
            ],
            "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": "2026-02-05T08:15:08.934519Z",
            "audienceTypes": [
                "Undergraduate",
                "Graduate",
                "Professional (initial)",
                "Professional (continued)"
            ],
            "audienceRoles": [
                "All"
            ],
            "difficultyLevel": "",
            "trainingMaterials": [],
            "learningOutcomes": "",
            "hoursPresentations": 2,
            "hoursHandsOn": 5,
            "hoursTotal": 7,
            "personalised": null,
            "event_set": [
                "https://catalogue.france-bioinformatique.fr/api/event/619/?format=api",
                "https://catalogue.france-bioinformatique.fr/api/event/775/?format=api",
                "https://catalogue.france-bioinformatique.fr/api/event/716/?format=api"
            ]
        },
        {
            "id": 270,
            "name": "Command line inititation",
            "shortName": "",
            "description": "Objectives :\n    Knowing the principles and advantages of the Linux system\n    Knowing how to use the main bash commands\n    Knowing how to launch programs with arguments\n    Acquiring autonomy to perform bioinformatics analysis on the command line.\n",
            "homepage": "http://www.pf-bird.univ-nantes.fr/training/",
            "is_draft": false,
            "costs": [
                "Priced"
            ],
            "topics": [],
            "keywords": [
                "Cluster",
                "Computing Environments"
            ],
            "prerequisites": [],
            "openTo": "Internal personnel",
            "accessConditions": "This training is open to all (public and private) with no institution restrictions and is accessible through the University of Nantes continuing education programme.\n",
            "maxParticipants": null,
            "contacts": [],
            "elixirPlatforms": [],
            "communities": [],
            "sponsoredBy": [],
            "organisedByOrganisations": [],
            "organisedByTeams": [],
            "logo_url": "",
            "updated_at": "2022-06-02T11:50:50.812642Z",
            "audienceTypes": [],
            "audienceRoles": [],
            "difficultyLevel": "",
            "trainingMaterials": [],
            "learningOutcomes": "",
            "hoursPresentations": null,
            "hoursHandsOn": null,
            "hoursTotal": null,
            "personalised": null,
            "event_set": []
        },
        {
            "id": 119,
            "name": "Modules Biologie École Doctorale SVSAE",
            "shortName": "",
            "description": "Les UE de bioinformatique de la spécialité AMD sont ouvertes aux doctorants de l'école doctorale SVSAE dans le cadre de leur formation doctorale. 3 UE sont particulièrement suivies : UE « Programmation en perl », UE « Bioistatistiques et programmation sous R » et UE « Génomique et bioinformatique ». Les formations continues proposées dans le domaine de la bioinformatique sont également ouvertes aux étudiants de l'Ecole Doctorale, et permettent de valider un module de biologie. Forme 2 à 3 doctorants par an.\n \n",
            "homepage": "",
            "is_draft": false,
            "costs": [],
            "topics": [],
            "keywords": [],
            "prerequisites": [
                "Autre (Diplôme universitaire, école d'ingénieur ...)"
            ],
            "openTo": "Internal personnel",
            "accessConditions": "",
            "maxParticipants": null,
            "contacts": [],
            "elixirPlatforms": [],
            "communities": [],
            "sponsoredBy": [],
            "organisedByOrganisations": [],
            "organisedByTeams": [],
            "logo_url": "",
            "updated_at": "2022-06-02T11:50:50.812642Z",
            "audienceTypes": [],
            "audienceRoles": [],
            "difficultyLevel": "",
            "trainingMaterials": [],
            "learningOutcomes": "",
            "hoursPresentations": null,
            "hoursHandsOn": null,
            "hoursTotal": null,
            "personalised": null,
            "event_set": []
        },
        {
            "id": 101,
            "name": "Encontro França-Brasil de BIoinformatica, Universidad Estadual de Santa Cruz (UESC)",
            "shortName": "",
            "description": "08-12 novembre 2010\n",
            "homepage": "",
            "is_draft": false,
            "costs": [],
            "topics": [],
            "keywords": [
                "Bioinformatics and Plant Genomics"
            ],
            "prerequisites": [],
            "openTo": "Internal personnel",
            "accessConditions": "",
            "maxParticipants": null,
            "contacts": [],
            "elixirPlatforms": [],
            "communities": [],
            "sponsoredBy": [],
            "organisedByOrganisations": [],
            "organisedByTeams": [],
            "logo_url": "",
            "updated_at": "2022-06-02T11:50:50.812642Z",
            "audienceTypes": [],
            "audienceRoles": [],
            "difficultyLevel": "",
            "trainingMaterials": [],
            "learningOutcomes": "",
            "hoursPresentations": null,
            "hoursHandsOn": null,
            "hoursTotal": null,
            "personalised": null,
            "event_set": []
        },
        {
            "id": 20,
            "name": "Traitement des données NGS sous Galaxy",
            "shortName": "",
            "description": "http://migale.jouy.inra.fr/?q=fr/formations\n",
            "homepage": "",
            "is_draft": false,
            "costs": [],
            "topics": [],
            "keywords": [
                "NGS Data Analysis",
                "Galaxy"
            ],
            "prerequisites": [],
            "openTo": "Internal personnel",
            "accessConditions": "http://migale.jouy.inra.fr/?q=fr/formations\n",
            "maxParticipants": null,
            "contacts": [],
            "elixirPlatforms": [],
            "communities": [],
            "sponsoredBy": [],
            "organisedByOrganisations": [],
            "organisedByTeams": [],
            "logo_url": "",
            "updated_at": "2022-06-02T11:50:50.812642Z",
            "audienceTypes": [],
            "audienceRoles": [],
            "difficultyLevel": "",
            "trainingMaterials": [],
            "learningOutcomes": "",
            "hoursPresentations": null,
            "hoursHandsOn": null,
            "hoursTotal": null,
            "personalised": null,
            "event_set": [
                "https://catalogue.france-bioinformatique.fr/api/event/533/?format=api"
            ]
        },
        {
            "id": 310,
            "name": "Diplôme Universitaire en Bioinformatique Intégrative / University Diploma in Integrative Bioinformatics",
            "shortName": "DUBii",
            "description": "La bioinformatique est devenue une compétence incontournable pour l'analyse de données de natures diverses : génomes, transcriptomes, protéomes, métabolomes, structures macromoléculaires, réseaux d'interactions. L'appropriation par les biologistes des méthodes et des outils de biostatistique et bioinformatique intégrative est un enjeu majeur pour la montée en compétence des équipes de recherche et des plateformes de service.\r\n\r\nL'université de Paris propose en partenariat avec l'Institut Français de Bioinformatique (IFB) la troisième édition du Diplôme Universitaire en Bioinformatique intégrative (DUBii). Cette formation s’adresse en priorité à des biologistes ou à des médecins souhaitant évoluer en compétences ou envisager une reconversion professionnelle et ayant déjà acquis des compétences (formation courte, autoapprentissage, expérience de terrain) en informatique ou bioinformatique / biostatistique (environnement Unix, Python ou R ou autre langage de programmation). \r\n\r\nLe DUBii fournira une formation théorique et pratique, complétée par une période d'immersion de 20 jours sur l'une des plateformes régionales de l'IFB, qui mobilisera, dans le cadre d'un projet tutoré, l'ensemble des méthodes et outils appris durant les cours pour réaliser un projet personnel de bioinformatique intégrative. Ce projet combinera des données propres à chaque participant produites dans son laboratoire (principe BYOD : “Bring Your Own Data”) ou collectées à partir de bases de données publiques. \r\n\r\n Cette formation se déroulera pendant 8 semaines réparties entre :\r\nLes cours : 4 semaines à raison de 4 jours/semaine en présentiel (96h)\r\nLe projet tutoré : 20 jours sur l'une des plateformes bioinformatique de l'IFB",
            "homepage": "https://odf.u-paris.fr/fr/offre-de-formation/diplome-d-universite-1/sciences-technologies-sante-STS/du-bioinformatique-integrative-dubii-DUSBIIN_118.html#programContent26c9751a-f434-491d-abe2-1151370851dc-1",
            "is_draft": false,
            "costs": [],
            "topics": [],
            "keywords": [],
            "prerequisites": [],
            "openTo": "Everyone",
            "accessConditions": "",
            "maxParticipants": 20,
            "contacts": [],
            "elixirPlatforms": [],
            "communities": [],
            "sponsoredBy": [],
            "organisedByOrganisations": [],
            "organisedByTeams": [],
            "logo_url": "",
            "updated_at": "2022-09-15T12:11:46.140196Z",
            "audienceTypes": [],
            "audienceRoles": [],
            "difficultyLevel": "Advanced",
            "trainingMaterials": [],
            "learningOutcomes": "",
            "hoursPresentations": null,
            "hoursHandsOn": null,
            "hoursTotal": null,
            "personalised": true,
            "event_set": [
                "https://catalogue.france-bioinformatique.fr/api/event/466/?format=api",
                "https://catalogue.france-bioinformatique.fr/api/event/414/?format=api",
                "https://catalogue.france-bioinformatique.fr/api/event/400/?format=api"
            ]
        },
        {
            "id": 34,
            "name": "Training to the GnpIS information system",
            "shortName": "",
            "description": "Detailed presentation of GnpIS:\n- How to request through various forms (quick-search or module specific)\n- How to browse the system: use cases to highlight inter-operability between data in the different modules.\n",
            "homepage": "",
            "is_draft": false,
            "costs": [],
            "topics": [],
            "keywords": [
                "Bioinformatics and Plant Genomics"
            ],
            "prerequisites": [],
            "openTo": "Internal personnel",
            "accessConditions": "Information and registering at: urgi-contact@versailles.inra.fr\n",
            "maxParticipants": null,
            "contacts": [],
            "elixirPlatforms": [],
            "communities": [],
            "sponsoredBy": [],
            "organisedByOrganisations": [],
            "organisedByTeams": [],
            "logo_url": "",
            "updated_at": "2022-06-02T11:50:50.812642Z",
            "audienceTypes": [],
            "audienceRoles": [],
            "difficultyLevel": "",
            "trainingMaterials": [],
            "learningOutcomes": "",
            "hoursPresentations": null,
            "hoursHandsOn": null,
            "hoursTotal": null,
            "personalised": null,
            "event_set": []
        },
        {
            "id": 17,
            "name": "Formation universitaire",
            "shortName": "",
            "description": "LABGeM's researchers are involved in different training programs in collaboration with :\nthe University of Paris Saclay: master GENIOMHE, master MSSB, master NRBCe\nthe University Denis Diderot: master M2BI\nthe University Paris Descartes: master IMVI\nthe Institut Pasteur: Training ‘Analyse des génomes’\n",
            "homepage": "https://labgem.genoscope.cns.fr/professional-trainings/university-trainings/",
            "is_draft": false,
            "costs": [],
            "topics": [],
            "keywords": [],
            "prerequisites": [
                "Master"
            ],
            "openTo": "Internal personnel",
            "accessConditions": "",
            "maxParticipants": null,
            "contacts": [],
            "elixirPlatforms": [],
            "communities": [],
            "sponsoredBy": [],
            "organisedByOrganisations": [],
            "organisedByTeams": [],
            "logo_url": "",
            "updated_at": "2022-06-02T11:50:50.812642Z",
            "audienceTypes": [],
            "audienceRoles": [],
            "difficultyLevel": "",
            "trainingMaterials": [],
            "learningOutcomes": "",
            "hoursPresentations": null,
            "hoursHandsOn": null,
            "hoursTotal": null,
            "personalised": null,
            "event_set": []
        },
        {
            "id": 178,
            "name": "Développement d'outils galaxy pour l'imagerie",
            "shortName": "",
            "description": "",
            "homepage": "",
            "is_draft": false,
            "costs": [
                "Free"
            ],
            "topics": [],
            "keywords": [],
            "prerequisites": [],
            "openTo": "Internal personnel",
            "accessConditions": "",
            "maxParticipants": null,
            "contacts": [],
            "elixirPlatforms": [],
            "communities": [],
            "sponsoredBy": [],
            "organisedByOrganisations": [],
            "organisedByTeams": [],
            "logo_url": "",
            "updated_at": "2022-06-02T11:50:50.812642Z",
            "audienceTypes": [],
            "audienceRoles": [],
            "difficultyLevel": "",
            "trainingMaterials": [],
            "learningOutcomes": "",
            "hoursPresentations": null,
            "hoursHandsOn": null,
            "hoursTotal": null,
            "personalised": null,
            "event_set": [
                "https://catalogue.france-bioinformatique.fr/api/event/303/?format=api"
            ]
        },
        {
            "id": 82,
            "name": "Master Biostatistiques",
            "shortName": "",
            "description": "Deux objectifs sont visés par la formation. Le premier est de former des chercheurs ou enseignants-chercheurs dans le domaine de la statistique théorique ou appliquée. Le deuxième objectif est de former des statisticiens de haut niveau pour des organismes de recherche ou des entreprises.\n",
            "homepage": "",
            "is_draft": false,
            "costs": [],
            "topics": [],
            "keywords": [],
            "prerequisites": [
                "Master"
            ],
            "openTo": "Internal personnel",
            "accessConditions": "",
            "maxParticipants": null,
            "contacts": [],
            "elixirPlatforms": [],
            "communities": [],
            "sponsoredBy": [],
            "organisedByOrganisations": [],
            "organisedByTeams": [],
            "logo_url": "",
            "updated_at": "2022-06-02T11:50:50.812642Z",
            "audienceTypes": [],
            "audienceRoles": [],
            "difficultyLevel": "",
            "trainingMaterials": [],
            "learningOutcomes": "",
            "hoursPresentations": null,
            "hoursHandsOn": null,
            "hoursTotal": null,
            "personalised": null,
            "event_set": []
        },
        {
            "id": 25,
            "name": "Modélisation 3D des protéines",
            "shortName": "",
            "description": "\nObjectifs\n\nConnaître les bases de la modélisation moléculaire : modélisation par homologie, arrimage (docking) de ligands, mutations in silico. Une demi-journée dédiée à la modélisation de vos protéines d'intérêts.\n\nProgramme\n\n- Visualiser : Connaître les bases de la visualisation des protéines en 3D avec PYmol.\n- Comprendre : Analyse des structures 3D de protéines (RX ou RMN). Recherche d'homologues avec HHpred, I-Tasser, etc... Modélisation par homologie avec Modeller, Phyre2. Principes et applications.\n- Prédire : Docking de ligands avec Autodock. Prédiction des mutations in silico. Principes et applications.\nL'accent sera mis sur les points forts et les limites des différents outils et la pratique avec de nombreux \"hand- on tutorials\"\nPlus une session dédiée : «bring your own protein».\n",
            "homepage": "http://migale.jouy.inra.fr/",
            "is_draft": false,
            "costs": [],
            "topics": [],
            "keywords": [
                "Autre",
                "Protein/protein interaction modelisation",
                "proteins/peptides and proteins/nucleic acids"
            ],
            "prerequisites": [],
            "openTo": "Internal personnel",
            "accessConditions": "Ce cycle est ouvert à l'ensemble des agents de l'INRA et aux extérieurs.\n",
            "maxParticipants": null,
            "contacts": [],
            "elixirPlatforms": [],
            "communities": [],
            "sponsoredBy": [],
            "organisedByOrganisations": [],
            "organisedByTeams": [],
            "logo_url": "",
            "updated_at": "2022-06-02T11:50:50.812642Z",
            "audienceTypes": [],
            "audienceRoles": [],
            "difficultyLevel": "",
            "trainingMaterials": [],
            "learningOutcomes": "",
            "hoursPresentations": null,
            "hoursHandsOn": null,
            "hoursTotal": null,
            "personalised": null,
            "event_set": [
                "https://catalogue.france-bioinformatique.fr/api/event/248/?format=api"
            ]
        },
        {
            "id": 241,
            "name": "Analyse avancée de séquences sur mesure",
            "shortName": "",
            "description": "",
            "homepage": "",
            "is_draft": false,
            "costs": [
                "Priced"
            ],
            "topics": [],
            "keywords": [],
            "prerequisites": [],
            "openTo": "Internal personnel",
            "accessConditions": "",
            "maxParticipants": null,
            "contacts": [],
            "elixirPlatforms": [],
            "communities": [],
            "sponsoredBy": [],
            "organisedByOrganisations": [],
            "organisedByTeams": [],
            "logo_url": "",
            "updated_at": "2022-06-02T11:50:50.812642Z",
            "audienceTypes": [],
            "audienceRoles": [],
            "difficultyLevel": "",
            "trainingMaterials": [],
            "learningOutcomes": "",
            "hoursPresentations": null,
            "hoursHandsOn": null,
            "hoursTotal": null,
            "personalised": null,
            "event_set": [
                "https://catalogue.france-bioinformatique.fr/api/event/373/?format=api"
            ]
        },
        {
            "id": 139,
            "name": "Programmation et scripting ",
            "shortName": "",
            "description": " Ce cours s'adresse à toute personne de l'institut Pasteur ou appartenant au réseau international (RIIP) souhaitant acquérir des bases de la programmation et du scripting utiles à la bioinformatique et ayant du mal à trouver du temps pour se former tout le long de l'année. \nInitiation unix 3 jours\nProgrammation Python 6 jours\nUtilisation d'un cluster de calcul 1 jour\nBiopython 2 jours\n \n",
            "homepage": "",
            "is_draft": false,
            "costs": [],
            "topics": [],
            "keywords": [
                "Programming Languages & Computer Sciences",
                "Autres langages"
            ],
            "prerequisites": [],
            "openTo": "Internal personnel",
            "accessConditions": "Membre de l'institut Pasteur ou au réseau international de l'Institut  Pasteur (RIIP)\n",
            "maxParticipants": null,
            "contacts": [],
            "elixirPlatforms": [],
            "communities": [],
            "sponsoredBy": [],
            "organisedByOrganisations": [],
            "organisedByTeams": [],
            "logo_url": "",
            "updated_at": "2022-06-02T11:50:50.812642Z",
            "audienceTypes": [],
            "audienceRoles": [],
            "difficultyLevel": "",
            "trainingMaterials": [],
            "learningOutcomes": "",
            "hoursPresentations": null,
            "hoursHandsOn": null,
            "hoursTotal": null,
            "personalised": null,
            "event_set": []
        },
        {
            "id": 26,
            "name": "Initiation à Perl",
            "shortName": "",
            "description": "\nObjectifs\n\nInitiation à la programmation.\nIdentifier les possibilités offertes par l’écriture de quelques lignes de code.\nRéalisation de tâches simples d’extraction et de reformatage d’informations issues de fichiers texte.\n \n\n \nProgramme\n\n- Présentation de PERL\n- Variables PERL\n- Structures de contrôle\n- Gestion de fichiers\n- Réalisation de programmes simples\n \nIllustration avec des exercices de manipulation de fichiers de séquences et de fichiers de résultats d’outils bioinformatiques. \n \n",
            "homepage": "http://migale.jouy.inra.fr/",
            "is_draft": false,
            "costs": [],
            "topics": [],
            "keywords": [
                "Programming Languages & Computer Sciences",
                "Perl Langage"
            ],
            "prerequisites": [],
            "openTo": "Internal personnel",
            "accessConditions": "Ce cycle est ouvert à l'ensemble des agents de l'INRA et aux extérieurs.\n",
            "maxParticipants": null,
            "contacts": [],
            "elixirPlatforms": [],
            "communities": [],
            "sponsoredBy": [],
            "organisedByOrganisations": [],
            "organisedByTeams": [],
            "logo_url": "",
            "updated_at": "2022-06-02T11:50:50.812642Z",
            "audienceTypes": [],
            "audienceRoles": [],
            "difficultyLevel": "",
            "trainingMaterials": [],
            "learningOutcomes": "",
            "hoursPresentations": null,
            "hoursHandsOn": null,
            "hoursTotal": null,
            "personalised": null,
            "event_set": [
                "https://catalogue.france-bioinformatique.fr/api/event/249/?format=api"
            ]
        },
        {
            "id": 213,
            "name": "Analyse bioinformatique de données RNA-Seq sous Galaxy",
            "shortName": "",
            "description": "",
            "homepage": "",
            "is_draft": false,
            "costs": [
                "Free"
            ],
            "topics": [],
            "keywords": [],
            "prerequisites": [],
            "openTo": "Internal personnel",
            "accessConditions": "",
            "maxParticipants": null,
            "contacts": [],
            "elixirPlatforms": [],
            "communities": [],
            "sponsoredBy": [],
            "organisedByOrganisations": [],
            "organisedByTeams": [],
            "logo_url": "",
            "updated_at": "2022-06-02T11:50:50.812642Z",
            "audienceTypes": [],
            "audienceRoles": [],
            "difficultyLevel": "",
            "trainingMaterials": [],
            "learningOutcomes": "",
            "hoursPresentations": null,
            "hoursHandsOn": null,
            "hoursTotal": null,
            "personalised": null,
            "event_set": [
                "https://catalogue.france-bioinformatique.fr/api/event/342/?format=api"
            ]
        },
        {
            "id": 168,
            "name": "Introduction à R",
            "shortName": "",
            "description": "",
            "homepage": "",
            "is_draft": false,
            "costs": [
                "Priced"
            ],
            "topics": [],
            "keywords": [],
            "prerequisites": [],
            "openTo": "Internal personnel",
            "accessConditions": "",
            "maxParticipants": null,
            "contacts": [],
            "elixirPlatforms": [],
            "communities": [],
            "sponsoredBy": [],
            "organisedByOrganisations": [],
            "organisedByTeams": [],
            "logo_url": "",
            "updated_at": "2022-06-02T11:50:50.812642Z",
            "audienceTypes": [],
            "audienceRoles": [],
            "difficultyLevel": "",
            "trainingMaterials": [],
            "learningOutcomes": "",
            "hoursPresentations": null,
            "hoursHandsOn": null,
            "hoursTotal": null,
            "personalised": null,
            "event_set": [
                "https://catalogue.france-bioinformatique.fr/api/event/292/?format=api"
            ]
        },
        {
            "id": 77,
            "name": "Formation de chercheurs",
            "shortName": "",
            "description": " lors de Workshop (organisation de séances de travaux pratiques)\n pour des formations individuelles\n",
            "homepage": "",
            "is_draft": false,
            "costs": [],
            "topics": [],
            "keywords": [
                "Metagenomics"
            ],
            "prerequisites": [],
            "openTo": "Internal personnel",
            "accessConditions": "Gratuit\n",
            "maxParticipants": null,
            "contacts": [],
            "elixirPlatforms": [],
            "communities": [],
            "sponsoredBy": [],
            "organisedByOrganisations": [],
            "organisedByTeams": [],
            "logo_url": "",
            "updated_at": "2022-06-02T11:50:50.812642Z",
            "audienceTypes": [],
            "audienceRoles": [],
            "difficultyLevel": "",
            "trainingMaterials": [],
            "learningOutcomes": "",
            "hoursPresentations": null,
            "hoursHandsOn": null,
            "hoursTotal": null,
            "personalised": null,
            "event_set": []
        }
    ]
}