Event List
Handles creating, reading and updating events.
GET /api/event/?format=api&offset=600&ordering=description
{ "count": 659, "next": "https://catalogue.france-bioinformatique.fr/api/event/?format=api&limit=20&offset=620&ordering=description", "previous": "https://catalogue.france-bioinformatique.fr/api/event/?format=api&limit=20&offset=580&ordering=description", "results": [ { "id": 503, "name": "NGS data analysis on the command line - session 4", "shortName": "NGS-analysis-cli - session4", "description": "This hands-on course will teach bioinformatic approaches for analyzing Illumina sequencing data. Our goal is to introduce the command line skills you need to make the most of your NGS data. \r\nDuring this 4-day training we will first introduce the Linux environment, shell commands and basic R scripting. And then we will focus on two NGS data analyses -- small RNA-seq and RNA-seq -- based on published datasets from the model organism Arabidopsis thaliana", "homepage": "https://gitlab.com/ngs_workshop/april2022", "is_draft": false, "costs": [ "Free to academics" ], "topics": [ "http://edamontology.org/topic_0102", "http://edamontology.org/topic_2269", "http://edamontology.org/topic_3170", "http://edamontology.org/topic_3168" ], "keywords": [], "prerequisites": [ "none" ], "openTo": "Internal personnel", "accessConditions": "This training is dedicated to academics working in a laboratory of Unistra/CNRS.", "maxParticipants": 12, "contacts": [ "https://catalogue.france-bioinformatique.fr/api/userprofile/124/?format=api" ], "elixirPlatforms": [], "communities": [], "sponsoredBy": [], "organisedByOrganisations": [ { "id": 79, "name": "IBMP", "url": "https://catalogue.france-bioinformatique.fr/api/organisation/IBMP/?format=api" } ], "organisedByTeams": [ { "id": 14, "name": "BiGEst", "url": "https://catalogue.france-bioinformatique.fr/api/team/BiGEst/?format=api" } ], "logo_url": null, "updated_at": "2022-11-28T14:04:22.544121Z", "type": "Training course", "start_date": "2022-03-31", "end_date": "2022-04-04", "venue": "", "city": "Strasbourg", "country": "France", "geographical_range": "", "trainers": [], "trainingMaterials": [], "computingFacilities": [], "realisation_status": "past", "registration_opening": null, "registration_closing": null, "registration_status": "unknown", "courseMode": "Onsite" }, { "id": 660, "name": "NGS data analysis on the command line - Session 7", "shortName": "NGS-analysis-cli - session7", "description": "This hands-on course will teach bioinformatic approaches for analyzing Illumina sequencing data. Our goal is to introduce the command line skills you need to make the most of your NGS data. \r\nDuring this 4-day training we will first introduce the Linux environment, shell commands and basic R scripting. And then we will focus on two NGS data analyses -- small RNA-seq and RNA-seq -- based on published datasets from the model organism Arabidopsis thaliana", "homepage": "https://www.ibmp.cnrs.fr/bioinformatics-trainings/", "is_draft": false, "costs": [ "Free to academics" ], "topics": [ "http://edamontology.org/topic_0102", "http://edamontology.org/topic_3170", "http://edamontology.org/topic_2269", "http://edamontology.org/topic_3168" ], "keywords": [], "prerequisites": [ "none" ], "openTo": "Internal personnel", "accessConditions": "This training is dedicated to academics working in a laboratory of Unistra/CNRS.", "maxParticipants": 12, "contacts": [ "https://catalogue.france-bioinformatique.fr/api/userprofile/124/?format=api" ], "elixirPlatforms": [], "communities": [], "sponsoredBy": [], "organisedByOrganisations": [ { "id": 79, "name": "IBMP", "url": "https://catalogue.france-bioinformatique.fr/api/organisation/IBMP/?format=api" } ], "organisedByTeams": [ { "id": 14, "name": "BiGEst", "url": "https://catalogue.france-bioinformatique.fr/api/team/BiGEst/?format=api" } ], "logo_url": "https://bigest.unistra.fr/images/logo_bigest.png", "updated_at": "2024-12-04T16:36:11.548859Z", "type": "Training course", "start_date": "2025-03-03", "end_date": "2025-03-07", "venue": "", "city": "Strasbourg", "country": "", "geographical_range": "Local", "trainers": [], "trainingMaterials": [], "computingFacilities": [], "realisation_status": "past", "registration_opening": "2025-01-06", "registration_closing": "2025-02-05", "registration_status": "closed", "courseMode": "Onsite" }, { "id": 132, "name": "Elixir Board Meeting", "shortName": "", "description": "This meeting is only open to the ELIXIR Board and Observers.", "homepage": "https://www.elixir-europe.org/events/elixir-board-meeting-paris", "is_draft": false, "costs": [], "topics": [], "keywords": [], "prerequisites": [], "openTo": "Internal personnel", "accessConditions": "", "maxParticipants": null, "contacts": [], "elixirPlatforms": [], "communities": [], "sponsoredBy": [], "organisedByOrganisations": [], "organisedByTeams": [], "logo_url": "https://ressources.france-bioinformatique.fr/sites/default/files/logo_elixir.png", "updated_at": "2022-06-02T11:50:50.627601Z", "type": "Meeting", "start_date": "2017-11-13", "end_date": null, "venue": "", "city": "Paris, France", "country": "", "geographical_range": "", "trainers": [], "trainingMaterials": [], "computingFacilities": [], "realisation_status": "past", "registration_opening": null, "registration_closing": null, "registration_status": "unknown", "courseMode": null }, { "id": 723, "name": "Improve your command line skills by learning a few words of Perl - December 8 2025", "shortName": "One line Perl", "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": [ "https://catalogue.france-bioinformatique.fr/api/userprofile/88/?format=api", "https://catalogue.france-bioinformatique.fr/api/userprofile/31/?format=api" ], "elixirPlatforms": [], "communities": [], "sponsoredBy": [], "organisedByOrganisations": [ { "id": 37, "name": "MIAT - Mathématiques et Informatique Appliquées de Toulouse", "url": "https://catalogue.france-bioinformatique.fr/api/organisation/MIAT%20-%20Math%C3%A9matiques%20et%20Informatique%20Appliqu%C3%A9es%20de%20Toulouse/?format=api" } ], "organisedByTeams": [ { "id": 22, "name": "Genotoul-bioinfo", "url": "https://catalogue.france-bioinformatique.fr/api/team/Genotoul-bioinfo/?format=api" } ], "logo_url": "https://bioinfo.genotoul.fr/wp-content/uploads/sigenae-text-black-1.png", "updated_at": "2025-05-09T13:11:54.546597Z", "type": "Training course", "start_date": "2025-12-08", "end_date": "2025-12-08", "venue": "", "city": "castanet-tolosan", "country": "France", "geographical_range": "", "trainers": [], "trainingMaterials": [], "computingFacilities": [], "realisation_status": "past", "registration_opening": "2025-05-09", "registration_closing": "2025-12-01", "registration_status": "closed", "courseMode": "Online" }, { "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 - Mathématiques et Informatique Appliquées de Toulouse", "url": "https://catalogue.france-bioinformatique.fr/api/organisation/MIAT%20-%20Math%C3%A9matiques%20et%20Informatique%20Appliqu%C3%A9es%20de%20Toulouse/?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": 631, "name": "Using sed and awk to modify large large text files - session 03/10/2024", "shortName": "", "description": "This “Sed and AWK to modify large text files” training session is organized by the Genotoul bioinfo platform.\r\n\r\nThe Linux sed command is a powerful and very fast text editor without an interface. Sed can select, substitute, add, delete, and modify text in files and streams. Sed relies heavily on regular expressions for pattern matching and text selection. We’ll manipulate regexes and the sed command to modify and filter several type of file often used in bioinformatics.\r\n\r\nAWK enables to easily process columns in large text files but is also a quite powerfull programming language. This training session aims at introducing you AWK principles. You will learn about variables, operators and functions useful to manipulate very large files. \r\n\r\nFor example you can use AWK to generate your unix command lines to be launched on the cluster. AWK enables to process millions of lines in text files. The course includes short feature presentations between long hands-on sessions in which you will be able to understand the global ideas as well as details.", "homepage": "https://bioinfo.genotoul.fr/index.php/events/using-sed-and-awk-to-modify-large-text-files/", "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": [ "Programming Languages & Computer Sciences" ], "prerequisites": [ "Linux/Unix" ], "openTo": "Everyone", "accessConditions": "", "maxParticipants": 12, "contacts": [ "https://catalogue.france-bioinformatique.fr/api/userprofile/338/?format=api" ], "elixirPlatforms": [], "communities": [], "sponsoredBy": [], "organisedByOrganisations": [ { "id": 15, "name": "MIAT", "url": "https://catalogue.france-bioinformatique.fr/api/organisation/MIAT/?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": "2024-06-04T07:39:04.387849Z", "type": "Training course", "start_date": "2024-10-03", "end_date": "2024-10-03", "venue": "", "city": "castanet-tolosan", "country": "France", "geographical_range": "National", "trainers": [ "https://catalogue.france-bioinformatique.fr/api/userprofile/338/?format=api", "https://catalogue.france-bioinformatique.fr/api/userprofile/243/?format=api" ], "trainingMaterials": [ { "id": 141, "name": "Sed and awk training - Genotoul-bioinfo", "url": "https://catalogue.france-bioinformatique.fr/api/trainingmaterial/Sed%20and%20awk%20training%20-%20Genotoul-bioinfo/?format=api" } ], "computingFacilities": [], "realisation_status": "past", "registration_opening": "2024-06-04", "registration_closing": null, "registration_status": "open", "courseMode": "Onsite" }, { "id": 219, "name": "International Symposium on Integrative Bioinformatics 2019", "shortName": "", "description": "This Symposium is a annual international event that gather several key actors of the data integration domain", "homepage": "https://symposium.inra.fr/ib2019/", "is_draft": false, "costs": [], "topics": [], "keywords": [], "prerequisites": [], "openTo": "Internal personnel", "accessConditions": "", "maxParticipants": null, "contacts": [], "elixirPlatforms": [], "communities": [], "sponsoredBy": [], "organisedByOrganisations": [], "organisedByTeams": [], "logo_url": "https://ressources.france-bioinformatique.fr/sites/default/files/Logo-INRA_inra_logo.png", "updated_at": "2022-06-02T11:50:50.627601Z", "type": "Conference", "start_date": "2019-09-18", "end_date": "2019-09-20", "venue": "", "city": "ISC-PIF,Paris, France", "country": "", "geographical_range": "", "trainers": [], "trainingMaterials": [], "computingFacilities": [], "realisation_status": "past", "registration_opening": null, "registration_closing": null, "registration_status": "unknown", "courseMode": null }, { "id": 188, "name": "International Symposium on Environmental and Agronomical Genomics", "shortName": "", "description": "This symposium takes stock of recent contributions of genomics in environmental and agronomic biology.", "homepage": "https://www.france-genomique.org/symposium2018/", "is_draft": false, "costs": [], "topics": [], "keywords": [], "prerequisites": [], "openTo": "Internal personnel", "accessConditions": "", "maxParticipants": null, "contacts": [], "elixirPlatforms": [], "communities": [], "sponsoredBy": [], "organisedByOrganisations": [], "organisedByTeams": [], "logo_url": "https://ressources.france-bioinformatique.fr/sites/default/files/france_bioinformatique.jpg", "updated_at": "2022-06-02T11:50:50.627601Z", "type": "Conference", "start_date": "2018-11-05", "end_date": "2018-11-07", "venue": "", "city": "Cité Internationale Universitaire de Paris. 17 Boulevard Jourdan – 75014 Paris", "country": "", "geographical_range": "", "trainers": [], "trainingMaterials": [], "computingFacilities": [], "realisation_status": "past", "registration_opening": null, "registration_closing": null, "registration_status": "unknown", "courseMode": null }, { "id": 260, "name": "Linux/Unix", "shortName": "", "description": "This training presents the following points: how to access the platform, how to use a Unix environment, how to create and manipulate and transfer files with command line from your computer toward our cluster and vice versa. Organized jointly by the Sigenae and bioinfo genotoul platforms.\n", "homepage": "http://bioinfo.genotoul.fr/index.php/events/linux-2/", "is_draft": false, "costs": [ "Priced" ], "topics": [], "keywords": [ "Linux", "Cluster" ], "prerequisites": [], "openTo": "Internal personnel", "accessConditions": "You need to register (via the website) and pay 165 euros a day for academic and 550 euros a day for a private\n", "maxParticipants": null, "contacts": [], "elixirPlatforms": [], "communities": [], "sponsoredBy": [], "organisedByOrganisations": [], "organisedByTeams": [ { "id": 22, "name": "Genotoul-bioinfo", "url": "https://catalogue.france-bioinformatique.fr/api/team/Genotoul-bioinfo/?format=api" } ], "logo_url": "https://ressources.france-bioinformatique.fr/sites/default/files/bioinfo_logo-RVB_3.jpg", "updated_at": "2022-06-02T11:50:50.627601Z", "type": "Training course", "start_date": "2019-10-13", "end_date": null, "venue": "", "city": "Auzeville-Tolosane", "country": "", "geographical_range": "", "trainers": [], "trainingMaterials": [], "computingFacilities": [], "realisation_status": "past", "registration_opening": null, "registration_closing": null, "registration_status": "unknown", "courseMode": null }, { "id": 189, "name": "Linux/Unix", "shortName": "", "description": "This training session has been designed to familiarize yourself with the platform resources and its organization.", "homepage": "http://bioinfo.genotoul.fr/index.php/events/linux-2/", "is_draft": false, "costs": [], "topics": [], "keywords": [], "prerequisites": [], "openTo": "Internal personnel", "accessConditions": "", "maxParticipants": null, "contacts": [], "elixirPlatforms": [], "communities": [], "sponsoredBy": [], "organisedByOrganisations": [], "organisedByTeams": [ { "id": 22, "name": "Genotoul-bioinfo", "url": "https://catalogue.france-bioinformatique.fr/api/team/Genotoul-bioinfo/?format=api" } ], "logo_url": "https://ressources.france-bioinformatique.fr/sites/default/files/logo_ifb_4.png", "updated_at": "2022-06-02T11:50:50.627601Z", "type": "Training course", "start_date": "2018-11-12", "end_date": null, "venue": "", "city": "Auzeville-Tolosane", "country": "", "geographical_range": "", "trainers": [], "trainingMaterials": [], "computingFacilities": [], "realisation_status": "past", "registration_opening": null, "registration_closing": null, "registration_status": "unknown", "courseMode": null }, { "id": 378, "name": "RNASeq alignment and transcripts assemblies", "shortName": "", "description": "This training session is designed to help you deal with sequences from the SGS (Second Generation Sequencing) particularly Illumina platforms (GAIIx, HiSeq). You will discover the new sequence file formats, learn about the usual biases of this data type and run different kind of analysis such as spliced alignment on a reference genome, novel gene and transcript discovery, expression quantification of the genes and transcripts. Organized jointly by the MIAT unit and bioinfo genotoul platforms.\n", "homepage": "http://bioinfo.genotoul.fr/index.php/events/rnaseq-alignment-and-transcripts-ass…", "is_draft": false, "costs": [ "Free" ], "topics": [], "keywords": [ "Analysis of RNAseq data" ], "prerequisites": [], "openTo": "Internal personnel", "accessConditions": "You need to register (via the website) and pay 165 euros a day for academic and 550 euros a day for a private.\n", "maxParticipants": null, "contacts": [], "elixirPlatforms": [], "communities": [], "sponsoredBy": [], "organisedByOrganisations": [ { "id": 15, "name": "MIAT", "url": "https://catalogue.france-bioinformatique.fr/api/organisation/MIAT/?format=api" } ], "organisedByTeams": [ { "id": 22, "name": "Genotoul-bioinfo", "url": "https://catalogue.france-bioinformatique.fr/api/team/Genotoul-bioinfo/?format=api" } ], "logo_url": "", "updated_at": "2022-06-02T11:50:50.627601Z", "type": "Training course", "start_date": "2019-10-16", "end_date": "2019-10-17", "venue": "", "city": "Auzeville-Tolosane", "country": "", "geographical_range": "", "trainers": [], "trainingMaterials": [], "computingFacilities": [], "realisation_status": "past", "registration_opening": null, "registration_closing": null, "registration_status": "unknown", "courseMode": null }, { "id": 668, "name": "Cluster - 12 March 2025", "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 170 euros a day for academic and 550 euros a day for a private.", "maxParticipants": 12, "contacts": [ "https://catalogue.france-bioinformatique.fr/api/userprofile/344/?format=api" ], "elixirPlatforms": [], "communities": [], "sponsoredBy": [], "organisedByOrganisations": [ { "id": 37, "name": "MIAT - Mathématiques et Informatique Appliquées de Toulouse", "url": "https://catalogue.france-bioinformatique.fr/api/organisation/MIAT%20-%20Math%C3%A9matiques%20et%20Informatique%20Appliqu%C3%A9es%20de%20Toulouse/?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": "2024-12-06T20:50:57.555838Z", "type": "Training course", "start_date": "2025-03-12", "end_date": "2025-03-12", "venue": "", "city": "castanet-tolosan", "country": "France", "geographical_range": "National", "trainers": [], "trainingMaterials": [ { "id": 139, "name": "Cluster Slides - Genotoul-bioinfo", "url": "https://catalogue.france-bioinformatique.fr/api/trainingmaterial/Cluster%20Slides%20-%20Genotoul-bioinfo/?format=api" }, { "id": 140, "name": "Cluster TP - Genotoul-bioinfo", "url": "https://catalogue.france-bioinformatique.fr/api/trainingmaterial/Cluster%20TP%20-%20Genotoul-bioinfo/?format=api" } ], "computingFacilities": [], "realisation_status": "past", "registration_opening": "2024-12-06", "registration_closing": "2025-03-05", "registration_status": "closed", "courseMode": "Onsite" }, { "id": 633, "name": "Cluster - session 08/10/2024", "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": 12, "contacts": [ "https://catalogue.france-bioinformatique.fr/api/userprofile/344/?format=api" ], "elixirPlatforms": [], "communities": [], "sponsoredBy": [], "organisedByOrganisations": [ { "id": 37, "name": "MIAT - Mathématiques et Informatique Appliquées de Toulouse", "url": "https://catalogue.france-bioinformatique.fr/api/organisation/MIAT%20-%20Math%C3%A9matiques%20et%20Informatique%20Appliqu%C3%A9es%20de%20Toulouse/?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": "2024-06-05T09:19:16.493620Z", "type": "Training course", "start_date": "2024-10-08", "end_date": "2024-10-08", "venue": "", "city": "castanet-tolosan", "country": "France", "geographical_range": "", "trainers": [ "https://catalogue.france-bioinformatique.fr/api/userprofile/344/?format=api", "https://catalogue.france-bioinformatique.fr/api/userprofile/739/?format=api" ], "trainingMaterials": [ { "id": 139, "name": "Cluster Slides - Genotoul-bioinfo", "url": "https://catalogue.france-bioinformatique.fr/api/trainingmaterial/Cluster%20Slides%20-%20Genotoul-bioinfo/?format=api" }, { "id": 140, "name": "Cluster TP - Genotoul-bioinfo", "url": "https://catalogue.france-bioinformatique.fr/api/trainingmaterial/Cluster%20TP%20-%20Genotoul-bioinfo/?format=api" } ], "computingFacilities": [], "realisation_status": "past", "registration_opening": "2024-06-05", "registration_closing": "2024-10-01", "registration_status": "closed", "courseMode": "Online" }, { "id": 753, "name": "Cluster - 25 mars 2026", "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": "https://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 170 euros a day for academic and 550 euros a day for a private.", "maxParticipants": 12, "contacts": [ "https://catalogue.france-bioinformatique.fr/api/userprofile/344/?format=api", "https://catalogue.france-bioinformatique.fr/api/userprofile/739/?format=api" ], "elixirPlatforms": [], "communities": [], "sponsoredBy": [], "organisedByOrganisations": [ { "id": 37, "name": "MIAT - Mathématiques et Informatique Appliquées de Toulouse", "url": "https://catalogue.france-bioinformatique.fr/api/organisation/MIAT%20-%20Math%C3%A9matiques%20et%20Informatique%20Appliqu%C3%A9es%20de%20Toulouse/?format=api" } ], "organisedByTeams": [ { "id": 22, "name": "Genotoul-bioinfo", "url": "https://catalogue.france-bioinformatique.fr/api/team/Genotoul-bioinfo/?format=api" } ], "logo_url": "https://bioinfo.genotoul.fr/wp-content/uploads/bioinfo_logo-rvb-petit.png", "updated_at": "2026-02-02T09:41:07.174427Z", "type": "Training course", "start_date": "2026-03-25", "end_date": "2026-03-25", "venue": "", "city": "Castanet-Tolosan", "country": "France", "geographical_range": "", "trainers": [], "trainingMaterials": [ { "id": 140, "name": "Cluster TP - Genotoul-bioinfo", "url": "https://catalogue.france-bioinformatique.fr/api/trainingmaterial/Cluster%20TP%20-%20Genotoul-bioinfo/?format=api" }, { "id": 139, "name": "Cluster Slides - Genotoul-bioinfo", "url": "https://catalogue.france-bioinformatique.fr/api/trainingmaterial/Cluster%20Slides%20-%20Genotoul-bioinfo/?format=api" } ], "computingFacilities": [], "realisation_status": "future", "registration_opening": "2026-01-14", "registration_closing": "2026-02-10", "registration_status": "closed", "courseMode": "Onsite" }, { "id": 477, "name": "Cluster - session 2022/10/11", "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": [ "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 - Basic Knowledge" ], "openTo": "Everyone", "accessConditions": "", "maxParticipants": 10, "contacts": [ "https://catalogue.france-bioinformatique.fr/api/userprofile/300/?format=api" ], "elixirPlatforms": [], "communities": [], "sponsoredBy": [], "organisedByOrganisations": [], "organisedByTeams": [ { "id": 22, "name": "Genotoul-bioinfo", "url": "https://catalogue.france-bioinformatique.fr/api/team/Genotoul-bioinfo/?format=api" } ], "logo_url": null, "updated_at": "2023-05-17T10:14:33.722250Z", "type": "Training course", "start_date": "2022-10-11", "end_date": "2022-10-11", "venue": "", "city": "Castanet Tolosan", "country": "France", "geographical_range": "", "trainers": [], "trainingMaterials": [], "computingFacilities": [], "realisation_status": "past", "registration_opening": "2022-03-08", "registration_closing": "2022-10-04", "registration_status": "closed", "courseMode": "Online" }, { "id": 610, "name": "Cluster - session 23/04/2024", "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": 12, "contacts": [ "https://catalogue.france-bioinformatique.fr/api/userprofile/344/?format=api" ], "elixirPlatforms": [], "communities": [], "sponsoredBy": [], "organisedByOrganisations": [ { "id": 37, "name": "MIAT - Mathématiques et Informatique Appliquées de Toulouse", "url": "https://catalogue.france-bioinformatique.fr/api/organisation/MIAT%20-%20Math%C3%A9matiques%20et%20Informatique%20Appliqu%C3%A9es%20de%20Toulouse/?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": "2024-03-26T14:24:58.135354Z", "type": "Training course", "start_date": "2024-04-23", "end_date": "2024-04-23", "venue": "", "city": "Castanet Tolosan", "country": "France", "geographical_range": "", "trainers": [], "trainingMaterials": [ { "id": 140, "name": "Cluster TP - Genotoul-bioinfo", "url": "https://catalogue.france-bioinformatique.fr/api/trainingmaterial/Cluster%20TP%20-%20Genotoul-bioinfo/?format=api" }, { "id": 139, "name": "Cluster Slides - Genotoul-bioinfo", "url": "https://catalogue.france-bioinformatique.fr/api/trainingmaterial/Cluster%20Slides%20-%20Genotoul-bioinfo/?format=api" } ], "computingFacilities": [], "realisation_status": "past", "registration_opening": "2024-03-24", "registration_closing": null, "registration_status": "open", "courseMode": "Onsite" }, { "id": 720, "name": "Cluster - November 19 2025", "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 170 euros a day for academic and 550 euros a day for a private.", "maxParticipants": 12, "contacts": [ "https://catalogue.france-bioinformatique.fr/api/userprofile/344/?format=api" ], "elixirPlatforms": [], "communities": [], "sponsoredBy": [], "organisedByOrganisations": [ { "id": 37, "name": "MIAT - Mathématiques et Informatique Appliquées de Toulouse", "url": "https://catalogue.france-bioinformatique.fr/api/organisation/MIAT%20-%20Math%C3%A9matiques%20et%20Informatique%20Appliqu%C3%A9es%20de%20Toulouse/?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": "2025-05-09T13:20:51.071696Z", "type": "Training course", "start_date": "2025-11-19", "end_date": "2025-11-19", "venue": "", "city": "castanet-tolosan", "country": "France", "geographical_range": "", "trainers": [], "trainingMaterials": [ { "id": 139, "name": "Cluster Slides - Genotoul-bioinfo", "url": "https://catalogue.france-bioinformatique.fr/api/trainingmaterial/Cluster%20Slides%20-%20Genotoul-bioinfo/?format=api" }, { "id": 140, "name": "Cluster TP - Genotoul-bioinfo", "url": "https://catalogue.france-bioinformatique.fr/api/trainingmaterial/Cluster%20TP%20-%20Genotoul-bioinfo/?format=api" } ], "computingFacilities": [], "realisation_status": "past", "registration_opening": "2025-05-09", "registration_closing": "2025-11-12", "registration_status": "closed", "courseMode": "Online" }, { "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 - Mathématiques et Informatique Appliquées de Toulouse", "url": "https://catalogue.france-bioinformatique.fr/api/organisation/MIAT%20-%20Math%C3%A9matiques%20et%20Informatique%20Appliqu%C3%A9es%20de%20Toulouse/?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": 475, "name": "Cluster - session 2022/03/15", "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": [ "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 - Basic Knowledge" ], "openTo": "Everyone", "accessConditions": "You need to register (via the website) and pay 170 euros (+ 20% taxes (TVA)) a day for academic, 150 € no VAT charged for INRAE and 550 euros (+ 20% taxes (TVA)) a day for a private.", "maxParticipants": 10, "contacts": [ "https://catalogue.france-bioinformatique.fr/api/userprofile/300/?format=api" ], "elixirPlatforms": [], "communities": [], "sponsoredBy": [], "organisedByOrganisations": [], "organisedByTeams": [ { "id": 22, "name": "Genotoul-bioinfo", "url": "https://catalogue.france-bioinformatique.fr/api/team/Genotoul-bioinfo/?format=api" } ], "logo_url": null, "updated_at": "2023-05-17T10:18:25.493051Z", "type": "Training course", "start_date": "2022-03-15", "end_date": "2022-03-15", "venue": "", "city": "Castanet Tolosan", "country": "France", "geographical_range": "", "trainers": [ "https://catalogue.france-bioinformatique.fr/api/userprofile/344/?format=api" ], "trainingMaterials": [], "computingFacilities": [], "realisation_status": "past", "registration_opening": "2022-03-08", "registration_closing": "2022-03-08", "registration_status": "closed", "courseMode": "Onsite" }, { "id": 261, "name": "Cluster", "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.\n", "homepage": "http://bioinfo.genotoul.fr/index.php/events/cluster-2/", "is_draft": false, "costs": [ "Priced" ], "topics": [], "keywords": [ "Linux", "Cluster" ], "prerequisites": [], "openTo": "Internal personnel", "accessConditions": "You need to register (via the website) and pay 165 euros a day for academic and 550 euros a day for a private.\n", "maxParticipants": null, "contacts": [], "elixirPlatforms": [], "communities": [], "sponsoredBy": [], "organisedByOrganisations": [], "organisedByTeams": [ { "id": 22, "name": "Genotoul-bioinfo", "url": "https://catalogue.france-bioinformatique.fr/api/team/Genotoul-bioinfo/?format=api" } ], "logo_url": "https://ressources.france-bioinformatique.fr/sites/default/files/bioinfo_logo-RVB_4.jpg", "updated_at": "2022-06-02T11:50:50.627601Z", "type": "Training course", "start_date": "2019-10-14", "end_date": null, "venue": "", "city": "Auzeville-Tolosane", "country": "", "geographical_range": "", "trainers": [], "trainingMaterials": [], "computingFacilities": [], "realisation_status": "past", "registration_opening": null, "registration_closing": null, "registration_status": "unknown", "courseMode": null } ] }