Event List
Handles creating, reading and updating events.
GET /api/event/?format=api&offset=220&ordering=logo_url
{ "count": 628, "next": "https://catalogue.france-bioinformatique.fr/api/event/?format=api&limit=20&offset=240&ordering=logo_url", "previous": "https://catalogue.france-bioinformatique.fr/api/event/?format=api&limit=20&offset=200&ordering=logo_url", "results": [ { "id": 641, "name": "Environments and best practices for using the BiRD cluster", "shortName": "Best practices BiRD cluster", "description": "Objectives\r\n- Understand and implement the principles of reproducible science in analysis and development projects\r\n- Acquire basic commands necessary for optimal use of the cluster\r\n\r\nPedagogical Content\r\n- Introduction to reproducibility\r\n- Best practices on code history and sharing: Git\r\n- Conda environment\r\n- Presentation of the computing cluster\r\n- Introduction to workflows using Snakemake", "homepage": "https://pf-bird.univ-nantes.fr/training/cluster/", "is_draft": false, "costs": [ "Free" ], "topics": [], "keywords": [], "prerequisites": [ "Linux - Basic Knowledge" ], "openTo": "Everyone", "accessConditions": "Have an account on the BiRD cluster.", "maxParticipants": 20, "contacts": [ "https://catalogue.france-bioinformatique.fr/api/userprofile/596/?format=api" ], "elixirPlatforms": [], "communities": [], "sponsoredBy": [], "organisedByOrganisations": [], "organisedByTeams": [ { "id": 16, "name": "BiRD", "url": "https://catalogue.france-bioinformatique.fr/api/team/BiRD/?format=api" } ], "logo_url": "https://bird.univ-nantes.io/website/images/logo/logo.svg", "updated_at": "2024-08-22T15:52:25.757146Z", "type": "Training course", "start_date": "2024-10-01", "end_date": "2024-10-01", "venue": "", "city": "Nantes", "country": "", "geographical_range": "", "trainers": [], "trainingMaterials": [], "computingFacilities": [], "realisation_status": "past", "registration_opening": null, "registration_closing": null, "registration_status": "unknown", "courseMode": "Onsite" }, { "id": 602, "name": "Environments and best practices for using the BiRD cluster", "shortName": "Best practices BiRD cluster", "description": "Objectives\r\n- Understand and implement the principles of reproducible science in analysis and development projects\r\n- Acquire basic commands necessary for optimal use of the cluster\r\n\r\nPedagogical Content\r\n- Introduction to reproducibility\r\n- Best practices on code history and sharing: Git\r\n- Conda environment\r\n- Presentation of the computing cluster\r\n- Introduction to workflows using Snakemake", "homepage": "https://pf-bird.univ-nantes.fr/training/cluster/", "is_draft": false, "costs": [ "Free" ], "topics": [], "keywords": [], "prerequisites": [ "Linux - Basic Knowledge" ], "openTo": "Everyone", "accessConditions": "Have an account on the BiRD cluster.", "maxParticipants": 20, "contacts": [ "https://catalogue.france-bioinformatique.fr/api/userprofile/596/?format=api" ], "elixirPlatforms": [], "communities": [], "sponsoredBy": [], "organisedByOrganisations": [], "organisedByTeams": [ { "id": 16, "name": "BiRD", "url": "https://catalogue.france-bioinformatique.fr/api/team/BiRD/?format=api" } ], "logo_url": "https://bird.univ-nantes.io/website/images/logo/logo.svg", "updated_at": "2024-02-19T09:37:24.789207Z", "type": "Training course", "start_date": "2024-03-19", "end_date": "2024-03-19", "venue": "", "city": "Nantes", "country": "", "geographical_range": "", "trainers": [], "trainingMaterials": [], "computingFacilities": [], "realisation_status": "past", "registration_opening": "2024-02-08", "registration_closing": "2024-03-18", "registration_status": "closed", "courseMode": "Onsite" }, { "id": 603, "name": "RNASeq Analysis", "shortName": "RNASeq Analysis", "description": "Objectives\r\n- Understand the key steps in RNASeq data analysis for a differential expression study\r\n- Know how to perform command-line analysis using Snakemake.\r\n\r\nPedagogical Content\r\nDay 1\r\n- Principle of RNASeq technology: objectives and experimental design.\r\n- Data quality assessment (FastQC, MultiQC).\r\n- Sequence alignment to a reference genome (STAR).\r\n\r\nDay 2\r\n- Differential gene expression analysis (HTSeqCount, DESeq2).\r\n- Functional annotation (GO, Kegg).\r\n- Using the Snakemake workflow system.\r\n- Comparison between RNASeq and 3’SRP methods.\r\n\r\nThe theoretical part is followed by a pipeline run step-by-step on a test dataset. \r\nIt will be possible to start an analysis on your own data.", "homepage": "https://pf-bird.univ-nantes.fr/training/rnaseq/", "is_draft": false, "costs": [ "Priced" ], "topics": [], "keywords": [], "prerequisites": [], "openTo": "Everyone", "accessConditions": "Familiarity with basic Linux commands.", "maxParticipants": 12, "contacts": [], "elixirPlatforms": [], "communities": [], "sponsoredBy": [], "organisedByOrganisations": [], "organisedByTeams": [ { "id": 16, "name": "BiRD", "url": "https://catalogue.france-bioinformatique.fr/api/team/BiRD/?format=api" } ], "logo_url": "https://bird.univ-nantes.io/website/images/logo/logo.svg", "updated_at": "2024-02-19T09:37:13.928843Z", "type": "Training course", "start_date": "2024-03-20", "end_date": "2024-03-21", "venue": "", "city": "Nantes", "country": "", "geographical_range": "", "trainers": [], "trainingMaterials": [], "computingFacilities": [], "realisation_status": "past", "registration_opening": "2024-02-08", "registration_closing": "2024-03-18", "registration_status": "closed", "courseMode": "Onsite" }, { "id": 601, "name": "Introduction to Linux", "shortName": "Introduction to Linux - BiRD", "description": "Objectives\r\n- Understand the principles and advantages of the Linux system\r\n- Know and use the main bash commands. Ability to chain multiple commands using pipes\r\n- Launch programs with arguments\r\n- Gain independence to perform command line analyses\r\n\r\nPedagogical Content\r\n- Introduction to the Linux system.\r\n- File system: directory structure, paths, home directory, file and directory management.\r\n- Principle of protections: reading file attributes, access rights, management of user groups.\r\n- Shell usage: command reminders, input/output redirection, history, completion, launching programs with arguments.\r\n- Commands relevant to bioinformatics: grep, cut, sed, sort, more, etc.\r\n- Connection (ssh) - how to start a session from Linux or Windows PowerShell", "homepage": "https://pf-bird.univ-nantes.fr/training/", "is_draft": false, "costs": [ "Priced" ], "topics": [ "http://edamontology.org/topic_0605" ], "keywords": [], "prerequisites": [], "openTo": "Everyone", "accessConditions": "", "maxParticipants": 12, "contacts": [ "https://catalogue.france-bioinformatique.fr/api/userprofile/596/?format=api" ], "elixirPlatforms": [], "communities": [], "sponsoredBy": [], "organisedByOrganisations": [], "organisedByTeams": [ { "id": 16, "name": "BiRD", "url": "https://catalogue.france-bioinformatique.fr/api/team/BiRD/?format=api" } ], "logo_url": "https://bird.univ-nantes.io/website/images/logo/logo.svg", "updated_at": "2024-02-19T09:37:34.209594Z", "type": "Training course", "start_date": "2024-03-18", "end_date": "2024-03-18", "venue": "Faculté de Pharmacie - Salle 450, 4ème étage", "city": "Nantes", "country": "", "geographical_range": "National", "trainers": [], "trainingMaterials": [], "computingFacilities": [], "realisation_status": "past", "registration_opening": "2024-02-08", "registration_closing": "2024-03-15", "registration_status": "closed", "courseMode": "Onsite" }, { "id": 639, "name": "Introduction to Linux", "shortName": "Introduction to Linux", "description": "Objectives\r\n- Understand the principles and advantages of the Linux system\r\n- Know and use the main bash commands. Ability to chain multiple commands using pipes\r\n- Launch programs with arguments\r\n- Gain independence to perform command line analyses\r\n\r\nPedagogical Content\r\n- Introduction to the Linux system.\r\n- File system: directory structure, paths, home directory, file and directory management.\r\n- Principle of protections: reading file attributes, access rights, management of user groups.\r\n- Shell usage: command reminders, input/output redirection, history, completion, launching programs with arguments.\r\n- Commands relevant to bioinformatics: grep, cut, sed, sort, more, etc.\r\n- Connection (ssh) - how to start a session from Linux or Windows PowerShell", "homepage": "https://pf-bird.univ-nantes.fr/training/linux/", "is_draft": false, "costs": [ "Priced" ], "topics": [ "http://edamontology.org/topic_0605" ], "keywords": [], "prerequisites": [], "openTo": "Everyone", "accessConditions": "", "maxParticipants": 12, "contacts": [ "https://catalogue.france-bioinformatique.fr/api/userprofile/596/?format=api" ], "elixirPlatforms": [], "communities": [], "sponsoredBy": [], "organisedByOrganisations": [], "organisedByTeams": [ { "id": 16, "name": "BiRD", "url": "https://catalogue.france-bioinformatique.fr/api/team/BiRD/?format=api" } ], "logo_url": "https://bird.univ-nantes.io/website/images/logo/logo.svg", "updated_at": "2024-08-22T15:57:15.730116Z", "type": "Training course", "start_date": "2024-09-30", "end_date": "2024-09-30", "venue": "", "city": "Nantes", "country": "", "geographical_range": "", "trainers": [], "trainingMaterials": [], "computingFacilities": [], "realisation_status": "past", "registration_opening": null, "registration_closing": null, "registration_status": "unknown", "courseMode": "Online" }, { "id": 463, "name": "École EBAii Assemblage & Annotation / Assembly & Annotation EBAii school - Session 2022", "shortName": "EBAii Assemblage & Annotation / Assembly & Annotation EBAii school -2022", "description": "Objectifs\r\nLa formation s’adresse à des biologistes directement impliqués dans des projets “Next Generation Sequencing” (NGS), pour l'assemblage et l'annotation de novo de génomes. Cette édition de l’école aborde les nouveaux enjeux technologiques: elle s’articulera autour des différentes étapes qui mèneront à l’obtention d’un génome annoté à partir de données “long reads” et “hybride” : contrôle qualité des données, assemblage, scaffolding, polishing, annotation structurale et fonctionnelle (en session parallèle pour les procaryotes et les eucaryotes). \r\nL’école vise à introduire les concepts, à 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 équipe.\r\nAttention : le tutorat n'a pas pour vocation de réaliser l’analyse complète des données des participants.\r\nPublic visé\r\nCette formation est destinée aux biologistes (ingénieurs, doctorants, chercheurs, enseignants-chercheurs, praticiens…) confrontés à l’analyse de données NGS, et qui ne disposent pas des compétences bioinformatiques suffisantes.", "homepage": "https://www.france-bioinformatique.fr/formation/ebaii2022_genomique/", "is_draft": false, "costs": [], "topics": [], "keywords": [], "prerequisites": [], "openTo": "Everyone", "accessConditions": "", "maxParticipants": 40, "contacts": [ "https://catalogue.france-bioinformatique.fr/api/userprofile/116/?format=api" ], "elixirPlatforms": [], "communities": [], "sponsoredBy": [], "organisedByOrganisations": [], "organisedByTeams": [], "logo_url": "https://cvt.aviesan.fr/wp-content/themes/cvtaviesan/images/logo_cvt.png", "updated_at": "2022-06-02T11:50:50.627601Z", "type": "Training course", "start_date": "2022-09-25", "end_date": "2022-09-30", "venue": "", "city": "Roscoff", "country": "France", "geographical_range": "National", "trainers": [], "trainingMaterials": [], "computingFacilities": [], "realisation_status": "past", "registration_opening": "2022-01-25", "registration_closing": "2022-03-15", "registration_status": "closed", "courseMode": "Onsite" }, { "id": 606, "name": "5th workshop Single-Cell : Transcriptomics, Spatial and Long reads", "shortName": "5th SincellTE", "description": "This workshop focuses on the large-scale study of heterogeneity across individual cells from a genomic, transcriptomic and epigenomic point of view. New technological developments enable the characterization of molecular information at a single cell resolution for large numbers of cells. The high dimensional omics data that these technologies produce raise novel methodological challenges for the analysis. In this regard, dedicated bioinformatics and statistical methods have been developed in order to extract robust information.\r\n\r\nThe workshop aims to provide such methods for engineers and researchers directly involved in functional genomics projects making use of single-cell technologies. A wide range of single cell topics will be covered in lectures, demonstrations and practical classes. Among others, the areas and issues to be addressed will include the choice of the most appropriate single-cell sequencing technology, the experimental design and the bioinformatics and statistical methods and pipelines. For this edition, new courses/practicals will focus on spatial transcriptomics, cell phenotyping and additional multi-omics.\r\n\r\nA wide range of single cell topics will be covered in lectures, demonstrations and practical classes. Among others, the areas and issues to be addressed will include the choice of the most appropriate single-cell sequencing technology, the experimental design and the bioinformatics and statistical methods and pipelines. For this edition, new courses/practicals will focus on spatial transcriptomics, cell phenotyping and additional multi-omics.\r\n\r\nRequirements : Participants must have prior experience on NGS data analysis with everyday use of R and good knowledge of Unix command line. Before the training, participants will be asked to familiarize themselves with the processing and primary analyses steps of scRNA-seq datasets with provided pedagogic material.\r\n\r\nIt is not necessary to have personal single-cell data to analyse.\r\n\r\nAll the classes will be taught in English", "homepage": "https://moodle.france-bioinformatique.fr/course/view.php?id=27", "is_draft": false, "costs": [ "Priced" ], "topics": [], "keywords": [ "Single-Cell Sequencing", "long read sequencing", "spatial transcriptomics" ], "prerequisites": [ "Master", "Autre (Diplôme universitaire, école d'ingénieur ...)" ], "openTo": "Everyone", "accessConditions": "Participants must have prior experience on NGS data analysis with everyday use of R and/or Python and good knowledge of Unix command line. Before the training, participants are advised to familiarize themselves with the processing and primary analyses steps of scRNA-seq datasets. \r\nIt is not necessary to have personal single-cell data to analyse.", "maxParticipants": 30, "contacts": [], "elixirPlatforms": [], "communities": [], "sponsoredBy": [], "organisedByOrganisations": [ { "id": 48, "name": "Institut Pasteur", "url": "https://catalogue.france-bioinformatique.fr/api/organisation/Institut%20Pasteur/?format=api" }, { "id": 4, "name": "IFB - ELIXIR-FR", "url": "https://catalogue.france-bioinformatique.fr/api/organisation/IFB%20-%20ELIXIR-FR/?format=api" } ], "organisedByTeams": [], "logo_url": "https://github.com/IFB-ElixirFr/Training/blob/main/logo_sincellte.png?raw=true", "updated_at": "2024-03-20T16:00:20.423462Z", "type": "Training course", "start_date": "2024-10-20", "end_date": "2024-10-25", "venue": "Station Biologique", "city": "Roscoff", "country": "France", "geographical_range": "International", "trainers": [], "trainingMaterials": [], "computingFacilities": [], "realisation_status": "past", "registration_opening": "2024-03-12", "registration_closing": "2024-05-07", "registration_status": "closed", "courseMode": "Onsite" }, { "id": 729, "name": "Interactive Online Companionship - SingleCell RNAseq Analysis 2026", "shortName": "IOC - SingleCell", "description": "InforBio offers online bioinformatics training tailored to the needs of research labs, with small group sessions to ensure personalized learning. Our program is designed to help you acquire key skills for independent data analysis.\r\n\r\nWe offer a comprehensive 3-month program, including a post-training feedback session to support practical application.\r\n\r\nscRNAseq Data Analysis (March to June 2026) – 10 sessions of 3 hours – €2000\r\n\r\nLearn how to analyze single-cell RNA sequencing data through practical examples. You’ll work on a provided dataset and receive personalized feedback on your own projects. This training requires a proficiency in R.\r\n\r\nKey Highlights:\r\n\r\nSmall group sessions for interactive and personalized learning.\r\nHybrid mode with 3 in-person sessions and 7 remote sessions.\r\nHands-on practice with an individualized project presented at the end of each training course.\r\nTailored feedback on your own data.\r\nLimited spots available, registration is now open.", "homepage": "https://inforbio.github.io/ioc_r_scrnaseq.html", "is_draft": false, "costs": [ "Priced" ], "topics": [], "keywords": [ "Single-Cell Analysis" ], "prerequisites": [ "R programming" ], "openTo": "Everyone", "accessConditions": "Followed R training or equivalent level", "maxParticipants": 6, "contacts": [ "https://catalogue.france-bioinformatique.fr/api/userprofile/809/?format=api" ], "elixirPlatforms": [], "communities": [], "sponsoredBy": [ { "id": 18, "name": "IBiSA", "url": "https://catalogue.france-bioinformatique.fr/api/eventsponsor/IBiSA/?format=api" }, { "id": 19, "name": "Sorbonne Université", "url": "https://catalogue.france-bioinformatique.fr/api/eventsponsor/Sorbonne%20Universit%C3%A9/?format=api" } ], "organisedByOrganisations": [], "organisedByTeams": [], "logo_url": "https://github.com/InforBio/InforBio.github.io/blob/main/images/logoInforBio_fond_blanc.png?raw=true", "updated_at": "2025-09-11T14:30:17.316190Z", "type": "Training course", "start_date": "2026-03-09", "end_date": "2026-06-30", "venue": "", "city": "online", "country": "", "geographical_range": "", "trainers": [], "trainingMaterials": [], "computingFacilities": [], "realisation_status": "future", "registration_opening": "2025-09-01", "registration_closing": "2026-02-01", "registration_status": "open", "courseMode": "Online" }, { "id": 665, "name": "Interactive Online Companionship - SingleCell RNAseq Analysis 2025", "shortName": "IOC - SingleCell", "description": "InforBio offers online bioinformatics training tailored to the needs of research labs, with small group sessions to ensure personalized learning. Our program is designed to help you acquire key skills for independent data analysis.\r\n\r\nWe offer a comprehensive 3-month program, including a post-training feedback session to support practical application.\r\n\r\nAnalyse de données scRNAseq (avril à juin 2025) – 10 sessions de 2h30 – 2000 € Apprenez à analyser des données de séquençage ARN en cellules uniques grâce à des cas pratiques.Vous travaillerez d’abord sur un jeu de données fourni, puis sur vos propres données, avec un retour personnalisé sur votre projet. Cette formation requiert une bonne maîtrise de R.\r\n\r\nKey Highlights:\r\nSmall group sessions for interactive and personalized learning.\r\nTailored feedback on your own data to reinforce the learning process.\r\nLimited spots available, registration is now open.", "homepage": "https://inforbio.github.io/ioc_r_scrnaseq.html", "is_draft": false, "costs": [ "Priced" ], "topics": [], "keywords": [ "Single-Cell Analysis" ], "prerequisites": [ "R programming" ], "openTo": "Everyone", "accessConditions": "Followed R training or equivalent level", "maxParticipants": 6, "contacts": [ "https://catalogue.france-bioinformatique.fr/api/userprofile/809/?format=api" ], "elixirPlatforms": [], "communities": [], "sponsoredBy": [ { "id": 18, "name": "IBiSA", "url": "https://catalogue.france-bioinformatique.fr/api/eventsponsor/IBiSA/?format=api" }, { "id": 19, "name": "Sorbonne Université", "url": "https://catalogue.france-bioinformatique.fr/api/eventsponsor/Sorbonne%20Universit%C3%A9/?format=api" } ], "organisedByOrganisations": [], "organisedByTeams": [], "logo_url": "https://github.com/InforBio/InforBio.github.io/blob/main/images/logoInforBio_fond_blanc.png?raw=true", "updated_at": "2024-12-11T08:35:29.702215Z", "type": "Training course", "start_date": "2025-04-07", "end_date": "2025-06-30", "venue": "", "city": "online", "country": "", "geographical_range": "", "trainers": [], "trainingMaterials": [], "computingFacilities": [], "realisation_status": "past", "registration_opening": "2024-12-01", "registration_closing": "2024-12-31", "registration_status": "closed", "courseMode": "Online" }, { "id": 663, "name": "Interactive Online Companionship - R formation Session 2025", "shortName": "IOC - R", "description": "InforBio offers online bioinformatics training tailored to the needs of research labs, with small group sessions to ensure personalized learning. Our program is designed to help you acquire key skills for independent data analysis.\r\n\r\nWe offer a comprehensive 6-month program, including a post-training feedback session to support practical application.\r\n\r\nTraining Program\r\nR Training (January to March 2025) – 10 sessions of 2.5 hours – €800\r\nThis course covers the basics of R: data organization and filtering, basic statistical analyses, and creating publication-ready graphics. The goal is to make you self-sufficient in using R for your own analyses.\r\n\r\n\r\nKey Highlights:\r\nSmall group sessions for interactive and personalized learning.\r\nTailored feedback on your own data to reinforce the learning process.\r\nLimited spots available, registration is now open.", "homepage": "https://inforbio.github.io/ioc_r_scrnaseq.html", "is_draft": false, "costs": [ "Priced", "800€ for Academics", "Private Sector : price on demand" ], "topics": [], "keywords": [], "prerequisites": [ "none" ], "openTo": "Everyone", "accessConditions": "", "maxParticipants": 8, "contacts": [ "https://catalogue.france-bioinformatique.fr/api/userprofile/809/?format=api" ], "elixirPlatforms": [], "communities": [], "sponsoredBy": [ { "id": 18, "name": "IBiSA", "url": "https://catalogue.france-bioinformatique.fr/api/eventsponsor/IBiSA/?format=api" }, { "id": 19, "name": "Sorbonne Université", "url": "https://catalogue.france-bioinformatique.fr/api/eventsponsor/Sorbonne%20Universit%C3%A9/?format=api" } ], "organisedByOrganisations": [], "organisedByTeams": [], "logo_url": "https://github.com/InforBio/InforBio.github.io/blob/main/images/logoInforBio_fond_blanc.png?raw=true", "updated_at": "2024-12-11T08:35:40.374521Z", "type": "Training course", "start_date": "2025-01-06", "end_date": "2025-03-31", "venue": "", "city": "Online", "country": "", "geographical_range": "", "trainers": [], "trainingMaterials": [], "computingFacilities": [], "realisation_status": "past", "registration_opening": "2024-12-01", "registration_closing": null, "registration_status": "open", "courseMode": "Online" }, { "id": 730, "name": "Interactive Online Companionship - R formation Session 2026", "shortName": "IOC - R", "description": "Introduction R for data science (November 2025 to January 2026) – 10 sessions of 3 hours – €800\r\n\r\nThis course covers the basics of R, data organization and filtering, basic statistics, and creation of publication-ready graphics. The goal is to make you self-sufficient in using R for your own analyses.\r\n\r\n\r\nKey Highlights:\r\n\r\nSmall group sessions for interactive and personalized learning.\r\nHybrid mode with 3 in-person sessions and 7 remote sessions.\r\nHands-on practice with an individualized project presented at the end of each training course.\r\nTailored feedback on your own data.\r\nLimited spots available, registration is now open.", "homepage": "https://inforbio.github.io/ioc_r_scrnaseq.html", "is_draft": false, "costs": [ "800€ for Academics", "Private Sector : price on demand", "Priced" ], "topics": [], "keywords": [], "prerequisites": [ "none" ], "openTo": "Everyone", "accessConditions": "", "maxParticipants": 8, "contacts": [ "https://catalogue.france-bioinformatique.fr/api/userprofile/809/?format=api" ], "elixirPlatforms": [], "communities": [], "sponsoredBy": [ { "id": 18, "name": "IBiSA", "url": "https://catalogue.france-bioinformatique.fr/api/eventsponsor/IBiSA/?format=api" }, { "id": 19, "name": "Sorbonne Université", "url": "https://catalogue.france-bioinformatique.fr/api/eventsponsor/Sorbonne%20Universit%C3%A9/?format=api" } ], "organisedByOrganisations": [], "organisedByTeams": [], "logo_url": "https://github.com/InforBio/InforBio.github.io/blob/main/images/logoInforBio_fond_blanc.png?raw=true", "updated_at": "2025-09-11T14:29:43.872903Z", "type": "Training course", "start_date": "2025-11-02", "end_date": "2026-01-31", "venue": "", "city": "Online", "country": "", "geographical_range": "", "trainers": [], "trainingMaterials": [], "computingFacilities": [], "realisation_status": "ongoing", "registration_opening": "2025-09-01", "registration_closing": "2025-10-15", "registration_status": "closed", "courseMode": "Online" }, { "id": 659, "name": "Annotation and analysis of prokaryotic genomes using the MicroScope platform - November 2025", "shortName": "MicroScope training - November 2025", "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": [], "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": 71, "name": "University of Évry Val d'Essonne", "url": "https://catalogue.france-bioinformatique.fr/api/organisation/University%20of%20%C3%89vry%20Val%20d'Essonne/?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": "2025-01-23T13:31:56.736534Z", "type": "Training course", "start_date": "2025-11-24", "end_date": "2025-11-28", "venue": "", "city": "Evry", "country": "France", "geographical_range": "", "trainers": [], "trainingMaterials": [], "computingFacilities": [], "realisation_status": "past", "registration_opening": null, "registration_closing": "2025-10-26", "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 Paris-Saclay", "url": "https://catalogue.france-bioinformatique.fr/api/organisation/University%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": 577, "name": "Annotation and analysis of prokaryotic genomes using the MicroScope platform - November 2024", "shortName": "MicroScope training - November 2024", "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": [], "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": 71, "name": "University of Évry Val d'Essonne", "url": "https://catalogue.france-bioinformatique.fr/api/organisation/University%20of%20%C3%89vry%20Val%20d'Essonne/?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": "2024-02-01T14:22:25.240457Z", "type": "Training course", "start_date": "2024-11-18", "end_date": "2024-11-22", "venue": "", "city": "Evry", "country": "France", "geographical_range": "", "trainers": [], "trainingMaterials": [], "computingFacilities": [], "realisation_status": "past", "registration_opening": null, "registration_closing": "2024-10-18", "registration_status": "closed", "courseMode": "Onsite" }, { "id": 658, "name": "Annotation and analysis of prokaryotic genomes using the MicroScope platform - March 2025", "shortName": "MicroScope training - March 2025", "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": [], "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": 71, "name": "University of Évry Val d'Essonne", "url": "https://catalogue.france-bioinformatique.fr/api/organisation/University%20of%20%C3%89vry%20Val%20d'Essonne/?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": "2025-01-23T13:31:47.576548Z", "type": "Training course", "start_date": "2025-03-24", "end_date": "2025-03-28", "venue": "", "city": "Evry", "country": "France", "geographical_range": "", "trainers": [], "trainingMaterials": [], "computingFacilities": [], "realisation_status": "past", "registration_opening": null, "registration_closing": "2025-02-24", "registration_status": "closed", "courseMode": "Onsite" }, { "id": 576, "name": "Annotation and analysis of prokaryotic genomes using the MicroScope platform - March 2024", "shortName": "MicroScope training March 2024", "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": [], "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": 71, "name": "University of Évry Val d'Essonne", "url": "https://catalogue.france-bioinformatique.fr/api/organisation/University%20of%20%C3%89vry%20Val%20d'Essonne/?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": "2024-02-01T14:22:36.209642Z", "type": "Training course", "start_date": "2024-03-04", "end_date": "2024-03-08", "venue": "", "city": "Evry", "country": "France", "geographical_range": "", "trainers": [], "trainingMaterials": [], "computingFacilities": [], "realisation_status": "past", "registration_opening": null, "registration_closing": "2024-02-04", "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 Paris-Saclay", "url": "https://catalogue.france-bioinformatique.fr/api/organisation/University%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": 590, "name": "Formation d'initiation à la plateforme de stockage d'imagerie OMERO", "shortName": "Formation d'initiation à OMERO", "description": "Cette session d'introduction a pour objectif la prise en main d'OMERO et le chargement d'images vers l'instance OMERO hébergée au Mésocentre Clermont Auvergne, service de la plateforme AuBi.\r\n\r\nQu'est-ce qu'OMERO ?\r\nOMERO est une plateforme logicielle permettant de visualiser, de gérer et d'annoter des données d'images scientifiques. OMERO vous permet d'importer et d'archiver vos images, de les annoter et de baliser vos images, d'enregistrer vos protocoles expérimentaux et d'exporter vos images dans de nombreux formats. Il vous permet également de collaborer avec des collègues en créant des groupes d'utilisateurs.\r\n\r\nPourquoi utiliser OMERO ?\r\nC'est très pratique ! Une fois vos données importées, vous n'avez plus à vous soucier des montages réseau et des structures de dossiers. Vos données sont consultables, vous pouvez les annoter, les visualiser, effectuer des flux de travail simples d'analyse d'images, les partager avec des collaborateurs et générer des figures de niveau publication, le tout directement depuis votre navigateur web.\r\n\r\nComment l'utiliser ?\r\nIl existe deux interfaces principales pour OMERO : un client de bureau (OMERO.insight) et une page web (OMERO.web). Elles ont toutes deux des caractéristiques similaires mais pas identiques. Venez découvrir ces outils lors de cette formation AuBi !\r\n\r\nPour cela, il est indispensable d'être équipé d'un ordinateur portable sur lequel omero insight sera installé en amont de la formation et d'avoir un compte actif au Mésocentre Clermont Auvergne qui vous permettra ensuite de vous connecter sur omero.web.\r\n\r\nInscription dans la limite de 10 personnes auprès de la plateforme CLIC ou de la plateforme AuBi.", "homepage": "https://mesocentre.uca.fr/projets-associes/plateforme-aubi", "is_draft": false, "costs": [ "Free to academics" ], "topics": [ "http://edamontology.org/topic_3383" ], "keywords": [ "Microscopy", "Bioimaging", "FAIR" ], "prerequisites": [ "none" ], "openTo": "Everyone", "accessConditions": "Demander l'ouverture d'un compte au Mésocentre Clermont Auvergne\r\nVenir avec un ordinateur portable et une connexion à Eduroam", "maxParticipants": 10, "contacts": [ "https://catalogue.france-bioinformatique.fr/api/userprofile/780/?format=api", "https://catalogue.france-bioinformatique.fr/api/userprofile/261/?format=api" ], "elixirPlatforms": [], "communities": [], "sponsoredBy": [ { "id": 16, "name": "Université Clermont Auvergne", "url": "https://catalogue.france-bioinformatique.fr/api/eventsponsor/Universit%C3%A9%20Clermont%20Auvergne/?format=api" } ], "organisedByOrganisations": [ { "id": 87, "name": "AuBi", "url": "https://catalogue.france-bioinformatique.fr/api/organisation/AuBi/?format=api" }, { "id": 96, "name": "Mésocentre Clermont-Auvergne", "url": "https://catalogue.france-bioinformatique.fr/api/organisation/M%C3%A9socentre%20Clermont-Auvergne/?format=api" } ], "organisedByTeams": [ { "id": 31, "name": "AuBi", "url": "https://catalogue.france-bioinformatique.fr/api/team/AuBi/?format=api" } ], "logo_url": "https://mesocentre.uca.fr/medias/photo/logoaubi-2019minus_1553844844490-jpg", "updated_at": "2024-02-01T14:24:51.515020Z", "type": "Training course", "start_date": "2024-01-26", "end_date": "2024-01-26", "venue": "Bâtiment Turing, Salle A013", "city": "Clermont-Ferrand", "country": "France", "geographical_range": "Local", "trainers": [ "https://catalogue.france-bioinformatique.fr/api/userprofile/261/?format=api", "https://catalogue.france-bioinformatique.fr/api/userprofile/780/?format=api" ], "trainingMaterials": [], "computingFacilities": [], "realisation_status": "past", "registration_opening": "2024-01-02", "registration_closing": null, "registration_status": "open", "courseMode": "Onsite" }, { "id": 592, "name": "Initiation à l’utilisation de la plateforme de bio-analyse Galaxy", "shortName": "", "description": "L’objectif de cette formation est de se familiariser avec l’interface utilisateur de Galaxy. Nous proposons au personnel non-bioinformaticien de les accompagner dans la prise en main de l’interface Galaxy. Vous découvrirez comment importer des données, faire une analyse simple, gérer un historique et construire un workflow.\r\n\r\nCette formation se base sur le contenu du Galaxy Training Network (GTN). Plus de 300 tutoriels sont mis à disposition sur le web (https://training.galaxyproject.org/) organisés autour de différentes thématiques biologiques. Nous aborderons ici les bases du fonctionnement de la plateforme Galaxy.\r\n\r\n\r\nLes inscriptions se font via le formulaire suivant avant le 28 Février 2024 : https://framaforms.org/cycle-de-formations-mensuelles-a-lanalyse-de-donnees-sur-galaxy-1707229580\r\nDans ce formulaire, vous pouvez sélectionner les sessions qui vous intéressent. Nous sélectionnerons les participants sur la base du \"premier arrivé, premier servi\" et nous transmettrons la liste par session au service de formation continue de l'UCA qui vous enverra ensuite une convocation.", "homepage": "", "is_draft": false, "costs": [ "Free to academics" ], "topics": [ "http://edamontology.org/topic_0091" ], "keywords": [ "Galaxy" ], "prerequisites": [], "openTo": "Internal personnel", "accessConditions": "Formation ouverte au personnel de l’UCA & Associés\r\nAvoir un ordinateur portable et un accès wifi eduroam\r\nAvoir un compte sur la plateforme Galaxy (Faire une demande le cas échéant sur hub.mesocentre.uca.fr)", "maxParticipants": null, "contacts": [ "https://catalogue.france-bioinformatique.fr/api/userprofile/261/?format=api", "https://catalogue.france-bioinformatique.fr/api/userprofile/677/?format=api" ], "elixirPlatforms": [], "communities": [], "sponsoredBy": [ { "id": 16, "name": "Université Clermont Auvergne", "url": "https://catalogue.france-bioinformatique.fr/api/eventsponsor/Universit%C3%A9%20Clermont%20Auvergne/?format=api" } ], "organisedByOrganisations": [ { "id": 87, "name": "AuBi", "url": "https://catalogue.france-bioinformatique.fr/api/organisation/AuBi/?format=api" }, { "id": 96, "name": "Mésocentre Clermont-Auvergne", "url": "https://catalogue.france-bioinformatique.fr/api/organisation/M%C3%A9socentre%20Clermont-Auvergne/?format=api" } ], "organisedByTeams": [ { "id": 31, "name": "AuBi", "url": "https://catalogue.france-bioinformatique.fr/api/team/AuBi/?format=api" } ], "logo_url": "https://mesocentre.uca.fr/medias/photo/logoaubi-2019minus_1553844844490-jpg?ID_FICHE=41175", "updated_at": "2024-02-08T10:45:39.749607Z", "type": "Training course", "start_date": "2024-03-13", "end_date": "2024-03-13", "venue": "Bâtiment Turing, Salle A009", "city": "Clermont-Ferrand", "country": "France", "geographical_range": "Local", "trainers": [ "https://catalogue.france-bioinformatique.fr/api/userprofile/261/?format=api", "https://catalogue.france-bioinformatique.fr/api/userprofile/677/?format=api" ], "trainingMaterials": [ { "id": 126, "name": "Galaxy 101 for everyone", "url": "https://catalogue.france-bioinformatique.fr/api/trainingmaterial/Galaxy%20101%20for%20everyone/?format=api" } ], "computingFacilities": [], "realisation_status": "past", "registration_opening": "2024-02-08", "registration_closing": "2024-02-28", "registration_status": "closed", "courseMode": "Onsite" }, { "id": 637, "name": "Introduction à l'analyse de données transcriptomiques avec Galaxy", "shortName": "", "description": "L’objectif est de se familiariser avec les étapes d’analyses des données transcriptomiques ou RNA-seq avec référence pour extraire les gènes et fonctions différentiellement exprimés. Nous proposons au personnel non-bioinformaticien de les accompagner dans la prise en main de ces étapes d’analyses en utilisant la plateforme de bio-analyse Galaxy. \r\n\r\n\r\nAprès une introduction à la transcriptomique, une session pratique sur la plateforme Galaxy couvrira comment :\r\n- évaluer la qualité des données transcriptomiques,\r\n- aligner des données transcriptomiques sur un génome de référence,\r\n- estimer le nombre de séquences par gènes,\r\n- construire et faire une analyse d’expression différentielle des gènes\r\n- faire une analyse de l’enrichissement fonctionnel des gènes différentiellement exprimés", "homepage": "", "is_draft": false, "costs": [ "Free to academics" ], "topics": [ "http://edamontology.org/topic_3308", "http://edamontology.org/topic_1775", "http://edamontology.org/topic_0203", "http://edamontology.org/topic_3170" ], "keywords": [ "Galaxy", "RNA-seq", "Transcriptomics (RNA-seq)" ], "prerequisites": [ "Galaxy - Basic usage" ], "openTo": "Internal personnel", "accessConditions": "Formation ouverte au personnel de l’UCA & Associés\r\nAvoir un ordinateur portable et un accès wifi eduroam\r\nAvoir un compte sur la plateforme Galaxy (Faire une demande le cas échéant sur hub.mesocentre.uca.fr)\r\nÊtre familier avec Galaxy", "maxParticipants": null, "contacts": [ "https://catalogue.france-bioinformatique.fr/api/userprofile/677/?format=api", "https://catalogue.france-bioinformatique.fr/api/userprofile/807/?format=api" ], "elixirPlatforms": [], "communities": [], "sponsoredBy": [ { "id": 1, "name": "CNRS - IFB", "url": "https://catalogue.france-bioinformatique.fr/api/eventsponsor/CNRS%20-%20IFB/?format=api" }, { "id": 16, "name": "Université Clermont Auvergne", "url": "https://catalogue.france-bioinformatique.fr/api/eventsponsor/Universit%C3%A9%20Clermont%20Auvergne/?format=api" } ], "organisedByOrganisations": [ { "id": 87, "name": "AuBi", "url": "https://catalogue.france-bioinformatique.fr/api/organisation/AuBi/?format=api" }, { "id": 96, "name": "Mésocentre Clermont-Auvergne", "url": "https://catalogue.france-bioinformatique.fr/api/organisation/M%C3%A9socentre%20Clermont-Auvergne/?format=api" } ], "organisedByTeams": [ { "id": 31, "name": "AuBi", "url": "https://catalogue.france-bioinformatique.fr/api/team/AuBi/?format=api" } ], "logo_url": "https://mesocentre.uca.fr/medias/photo/logoaubi-2019minus_1553844844490-jpg?ID_FICHE=41175", "updated_at": "2024-06-06T08:09:16.432369Z", "type": "Training course", "start_date": "2024-07-18", "end_date": "2024-07-18", "venue": "Bâtiment Turing, Salle A009", "city": "Clermont-Ferrand", "country": "France", "geographical_range": "Local", "trainers": [ "https://catalogue.france-bioinformatique.fr/api/userprofile/522/?format=api", "https://catalogue.france-bioinformatique.fr/api/userprofile/677/?format=api", "https://catalogue.france-bioinformatique.fr/api/userprofile/807/?format=api" ], "trainingMaterials": [ { "id": 144, "name": "Reference-based RNA-Seq data analysis with Galaxy", "url": "https://catalogue.france-bioinformatique.fr/api/trainingmaterial/Reference-based%20RNA-Seq%20data%20analysis%20with%20Galaxy/?format=api" }, { "id": 145, "name": "Introduction to Transcriptomics", "url": "https://catalogue.france-bioinformatique.fr/api/trainingmaterial/Introduction%20to%20Transcriptomics/?format=api" } ], "computingFacilities": [], "realisation_status": "past", "registration_opening": "2024-06-06", "registration_closing": "2024-06-20", "registration_status": "closed", "courseMode": "Onsite" } ] }