Handles creating, reading and updating events.

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

{
    "count": 628,
    "next": "https://catalogue.france-bioinformatique.fr/api/event/?format=api&limit=20&offset=200&ordering=-shortName",
    "previous": "https://catalogue.france-bioinformatique.fr/api/event/?format=api&limit=20&offset=160&ordering=-shortName",
    "results": [
        {
            "id": 651,
            "name": "Langage R : introduction",
            "shortName": "",
            "description": "Cette formation introduira le langage R et les techniques de fouille et de visualisation de données.\r\n\r\n- Installation et configuration de R\r\n- Notions et commandes essentielles (variables, fonctions...)\r\n- Les formats de fichiers, la lecture et l'écriture de données tabulées\r\n- Les outils de manipulation et de transformation de grands tableaux\r\n- Les constructions modernes pour la création de graphiques",
            "homepage": "https://cnrsformation.cnrs.fr/catalogue/formation/43/langage-r-introduction/",
            "is_draft": false,
            "costs": [],
            "topics": [
                "http://edamontology.org/topic_0605"
            ],
            "keywords": [
                "R Language"
            ],
            "prerequisites": [
                "Linux - Basic Knowledge"
            ],
            "openTo": "Everyone",
            "accessConditions": "",
            "maxParticipants": 12,
            "contacts": [
                "https://catalogue.france-bioinformatique.fr/api/userprofile/154/?format=api"
            ],
            "elixirPlatforms": [],
            "communities": [],
            "sponsoredBy": [
                {
                    "id": 6,
                    "name": "CNRS formation entreprise",
                    "url": "https://catalogue.france-bioinformatique.fr/api/eventsponsor/CNRS%20formation%20entreprise/?format=api"
                }
            ],
            "organisedByOrganisations": [
                {
                    "id": 1,
                    "name": "CNRS formation entreprises",
                    "url": "https://catalogue.france-bioinformatique.fr/api/organisation/CNRS%20formation%20entreprises/?format=api"
                }
            ],
            "organisedByTeams": [
                {
                    "id": 6,
                    "name": "CBiB",
                    "url": "https://catalogue.france-bioinformatique.fr/api/team/CBiB/?format=api"
                }
            ],
            "logo_url": "https://services.cbib.u-bordeaux.fr/utils/logo_cbib.png",
            "updated_at": "2025-12-09T09:59:21.315956Z",
            "type": "Training course",
            "start_date": "2026-09-21",
            "end_date": "2026-09-23",
            "venue": "",
            "city": "Bordeaux",
            "country": "France",
            "geographical_range": "National",
            "trainers": [
                "https://catalogue.france-bioinformatique.fr/api/userprofile/34/?format=api",
                "https://catalogue.france-bioinformatique.fr/api/userprofile/154/?format=api"
            ],
            "trainingMaterials": [],
            "computingFacilities": [],
            "realisation_status": "future",
            "registration_opening": "2025-12-03",
            "registration_closing": "2026-09-10",
            "registration_status": "open",
            "courseMode": "Onsite"
        },
        {
            "id": 363,
            "name": "Training: Synteny data visualization into GnpIS",
            "shortName": "",
            "description": "",
            "homepage": "",
            "is_draft": false,
            "costs": [
                "Free"
            ],
            "topics": [],
            "keywords": [],
            "prerequisites": [],
            "openTo": "Internal personnel",
            "accessConditions": "",
            "maxParticipants": null,
            "contacts": [],
            "elixirPlatforms": [],
            "communities": [],
            "sponsoredBy": [],
            "organisedByOrganisations": [],
            "organisedByTeams": [],
            "logo_url": "",
            "updated_at": "2022-06-02T11:50:50.627601Z",
            "type": "Training course",
            "start_date": "2017-10-09",
            "end_date": null,
            "venue": "",
            "city": "Webinar",
            "country": "",
            "geographical_range": "",
            "trainers": [],
            "trainingMaterials": [],
            "computingFacilities": [],
            "realisation_status": "past",
            "registration_opening": null,
            "registration_closing": null,
            "registration_status": "unknown",
            "courseMode": null
        },
        {
            "id": 478,
            "name": "Using sed and awk to modify large large text files - 2022/03/16",
            "shortName": "",
            "description": "Many analysis generate large result text files which have to be checked, merged, split, reduced. Several tools have been developed and are available on Unix to do this, including sed and AWK. During this course you will be trained to process large files with sed and AWK. Sed is tool enabling to select and process lines. You can easily insert, delete, modify, append lines to very large files with millions of lines. AWK will enable to perform more fine tuned file modifications based on columns. It includes also more mathematical and string functions.  The course is based mainly on exercises with small sections presenting concepts and commands.",
            "homepage": "http://bioinfo.genotoul.fr/index.php/events/modify-and-extract-information-from-large-text-files-day-2-3/",
            "is_draft": false,
            "costs": [
                "Non-academic: 550€ + 20% taxes (TVA)",
                "Academic but non-INRAE: 170 € + 20% taxes (TVA)",
                "For INRAE's staff: 150 € no VAT charged;"
            ],
            "topics": [
                "http://edamontology.org/topic_3316"
            ],
            "keywords": [
                "Programming Languages & Computer Sciences",
                "Linux"
            ],
            "prerequisites": [
                "Linux/Unix"
            ],
            "openTo": "Everyone",
            "accessConditions": "",
            "maxParticipants": 10,
            "contacts": [
                "https://catalogue.france-bioinformatique.fr/api/userprofile/300/?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:09:51.087577Z",
            "type": "Training course",
            "start_date": "2022-03-16",
            "end_date": "2022-03-16",
            "venue": "",
            "city": "Castanet Tolosan",
            "country": "France",
            "geographical_range": "National",
            "trainers": [
                "https://catalogue.france-bioinformatique.fr/api/userprofile/338/?format=api"
            ],
            "trainingMaterials": [],
            "computingFacilities": [],
            "realisation_status": "past",
            "registration_opening": "2022-03-08",
            "registration_closing": "2022-03-08",
            "registration_status": "closed",
            "courseMode": "Onsite"
        },
        {
            "id": 350,
            "name": "Analyse de données métagénomiques 16S",
            "shortName": "",
            "description": "",
            "homepage": "",
            "is_draft": false,
            "costs": [
                "Priced"
            ],
            "topics": [],
            "keywords": [],
            "prerequisites": [],
            "openTo": "Internal personnel",
            "accessConditions": "",
            "maxParticipants": null,
            "contacts": [],
            "elixirPlatforms": [],
            "communities": [],
            "sponsoredBy": [],
            "organisedByOrganisations": [],
            "organisedByTeams": [],
            "logo_url": "",
            "updated_at": "2022-06-02T11:50:50.627601Z",
            "type": "Training course",
            "start_date": "2017-06-19",
            "end_date": "2017-06-22",
            "venue": "",
            "city": "Jouy en Josas",
            "country": "",
            "geographical_range": "",
            "trainers": [],
            "trainingMaterials": [],
            "computingFacilities": [],
            "realisation_status": "past",
            "registration_opening": null,
            "registration_closing": null,
            "registration_status": "unknown",
            "courseMode": null
        },
        {
            "id": 652,
            "name": "Analyses NGS avec R",
            "shortName": "",
            "description": "Cette formation introduira les paquetages Bioconductor permettant l'analyse de données issues du séquençage nouvelle génération.\r\n\r\n- Rappels des concepts du séquençage NGS\r\n- Les outils d'annotation et de conversion d'identifiants\r\n- L'analyse des reads et du résultat d'alignement\r\n- L'analyse d'expression différentielle en RNA-seq\r\n- Les techniques d'enrichissement\r\n- Les outils de visualisation pour les NGS\r\n\r\nLa fin du stage (2 h) sera consacrée à un atelier pédagogique d'analyse et de réflexion sur les données apportées par les stagiaires.",
            "homepage": "https://cnrsformation.cnrs.fr/analyses-ngs-r?axe=176",
            "is_draft": false,
            "costs": [],
            "topics": [
                "http://edamontology.org/topic_0605"
            ],
            "keywords": [
                "NGS Data Analysis",
                "R Language",
                "Gene expression differential analysis",
                "Data visualization"
            ],
            "prerequisites": [
                "Linux - Basic Knowledge"
            ],
            "openTo": "Everyone",
            "accessConditions": "",
            "maxParticipants": 12,
            "contacts": [
                "https://catalogue.france-bioinformatique.fr/api/userprofile/154/?format=api"
            ],
            "elixirPlatforms": [],
            "communities": [],
            "sponsoredBy": [
                {
                    "id": 6,
                    "name": "CNRS formation entreprise",
                    "url": "https://catalogue.france-bioinformatique.fr/api/eventsponsor/CNRS%20formation%20entreprise/?format=api"
                }
            ],
            "organisedByOrganisations": [
                {
                    "id": 1,
                    "name": "CNRS formation entreprises",
                    "url": "https://catalogue.france-bioinformatique.fr/api/organisation/CNRS%20formation%20entreprises/?format=api"
                }
            ],
            "organisedByTeams": [
                {
                    "id": 6,
                    "name": "CBiB",
                    "url": "https://catalogue.france-bioinformatique.fr/api/team/CBiB/?format=api"
                }
            ],
            "logo_url": "https://services.cbib.u-bordeaux.fr/utils/logo_cbib.png",
            "updated_at": "2025-12-09T10:03:11.757971Z",
            "type": "Training course",
            "start_date": "2026-06-04",
            "end_date": "2026-06-05",
            "venue": "",
            "city": "Bordeaux",
            "country": "France",
            "geographical_range": "National",
            "trainers": [
                "https://catalogue.france-bioinformatique.fr/api/userprofile/34/?format=api",
                "https://catalogue.france-bioinformatique.fr/api/userprofile/154/?format=api"
            ],
            "trainingMaterials": [],
            "computingFacilities": [],
            "realisation_status": "future",
            "registration_opening": "2025-12-03",
            "registration_closing": "2026-05-20",
            "registration_status": "open",
            "courseMode": "Onsite"
        },
        {
            "id": 541,
            "name": "Pipelines et méthodes bioinformatiques pour l'analyse de données de séquençage (NGS) - session Octobre 2023",
            "shortName": "",
            "description": "Bilille propose des formations en partenariat avec CNRS Formation Entreprises à destination des chercheur-euse-s, enseignant-e-s-chercheur-euse-s, ingénieur-e-s, technicien-ne-s en biologie et médecine. \r\n\r\nObjectifs :\r\n- Comprendre les principes des méthodes d'analyse de données de séquençage à haut débit (NGS)\r\n- Comprendre les paramètres des méthodes et leur impact sur les résultats\r\n- Apprendre à identifier les outils d'analyse en fonction du jeu de données\r\n- Être autonome pour analyser des données dans un gestionnaire de workflow comme Galaxy\r\n- Savoir manipuler les fichiers de lecture de séquençage : extraction, préparation, filtrage / nettoyage\r\n- Savoir évaluer la qualité des données de séquençage\r\n- Savoir analyser des données de séquençage de génomes (avec ou sans génome de référence) et prendre du recul sur le protocole expérimental\r\n- Savoir analyser des données de RNA-seq (avec ou sans génome de référence) et prendre du recul sur le protocole expérimental",
            "homepage": "https://cnrsformation.cnrs.fr/pipelines-et-methodes-bioinformatiques-pour-analyse-de-donnees-de-sequencage",
            "is_draft": false,
            "costs": [
                "Priced"
            ],
            "topics": [],
            "keywords": [],
            "prerequisites": [],
            "openTo": "Everyone",
            "accessConditions": "",
            "maxParticipants": 12,
            "contacts": [
                "https://catalogue.france-bioinformatique.fr/api/userprofile/487/?format=api"
            ],
            "elixirPlatforms": [],
            "communities": [],
            "sponsoredBy": [],
            "organisedByOrganisations": [
                {
                    "id": 1,
                    "name": "CNRS formation entreprises",
                    "url": "https://catalogue.france-bioinformatique.fr/api/organisation/CNRS%20formation%20entreprises/?format=api"
                }
            ],
            "organisedByTeams": [
                {
                    "id": 3,
                    "name": "Bilille",
                    "url": "https://catalogue.france-bioinformatique.fr/api/team/Bilille/?format=api"
                }
            ],
            "logo_url": "https://bilille.univ-lille.fr/fileadmin/_processed_/9/2/csm_logo_bilille_complet_65be9bda8b.png",
            "updated_at": "2024-12-09T17:37:10.962175Z",
            "type": "Training course",
            "start_date": "2023-10-16",
            "end_date": "2023-10-20",
            "venue": "",
            "city": "Lille",
            "country": "FRANCE",
            "geographical_range": "",
            "trainers": [],
            "trainingMaterials": [],
            "computingFacilities": [],
            "realisation_status": "past",
            "registration_opening": null,
            "registration_closing": "2023-10-13",
            "registration_status": "closed",
            "courseMode": "Onsite"
        },
        {
            "id": 332,
            "name": "Administration système d'un cluster de calcul bioinformatique",
            "shortName": "",
            "description": "",
            "homepage": "",
            "is_draft": false,
            "costs": [
                "Free"
            ],
            "topics": [],
            "keywords": [],
            "prerequisites": [],
            "openTo": "Internal personnel",
            "accessConditions": "",
            "maxParticipants": null,
            "contacts": [],
            "elixirPlatforms": [],
            "communities": [],
            "sponsoredBy": [],
            "organisedByOrganisations": [],
            "organisedByTeams": [],
            "logo_url": "",
            "updated_at": "2022-06-02T11:50:50.627601Z",
            "type": "Training course",
            "start_date": "2017-10-01",
            "end_date": "2017-10-03",
            "venue": "",
            "city": "ISRA, Dakar (Sénégal)",
            "country": "",
            "geographical_range": "",
            "trainers": [],
            "trainingMaterials": [],
            "computingFacilities": [],
            "realisation_status": "past",
            "registration_opening": null,
            "registration_closing": null,
            "registration_status": "unknown",
            "courseMode": null
        },
        {
            "id": 415,
            "name": "Introduction to Machine Learning Using R - 2021",
            "shortName": "",
            "description": "With the rise in high-throughput sequencing technologies, the volume of omics data has grown exponentially in recent times and a major issue is to mine useful knowledge from these data which are also heterogeneous in nature. Machine learning (ML) is a discipline in which computers perform automated learning without being programmed explicitly and assist humans to make sense of large and complex data sets. The analysis of complex high-volume data is not trivial and classical tools cannot be used to explore their full potential. Machine learning can thus be very useful in mining large omics datasets to uncover new insights that can advance the field of bioinformatics.\r\n\r\nThis 2-day course will introduce participants to the machine learning taxonomy and the applications of common machine learning algorithms to omics data. The course will cover the common methods being used to analyse different omics data sets by providing a practical context through the use of basic but widely used R libraries. The course will comprise a number of hands-on exercises and challenges where the participants will acquire a first understanding of the standard ML processes, as well as the practical skills in applying them on familiar problems and publicly available real-world data sets.",
            "homepage": "https://fpsom.github.io/2021-06-ml-elixir-fr/",
            "is_draft": false,
            "costs": [
                "Free"
            ],
            "topics": [],
            "keywords": [],
            "prerequisites": [],
            "openTo": "Everyone",
            "accessConditions": "",
            "maxParticipants": 30,
            "contacts": [
                "https://catalogue.france-bioinformatique.fr/api/userprofile/556/?format=api"
            ],
            "elixirPlatforms": [],
            "communities": [],
            "sponsoredBy": [],
            "organisedByOrganisations": [
                {
                    "id": 8,
                    "name": "Elixir",
                    "url": "https://catalogue.france-bioinformatique.fr/api/organisation/Elixir/?format=api"
                },
                {
                    "id": 4,
                    "name": "IFB - ELIXIR-FR",
                    "url": "https://catalogue.france-bioinformatique.fr/api/organisation/IFB%20-%20ELIXIR-FR/?format=api"
                }
            ],
            "organisedByTeams": [
                {
                    "id": 29,
                    "name": "IFB Core",
                    "url": "https://catalogue.france-bioinformatique.fr/api/team/IFB%20Core/?format=api"
                }
            ],
            "logo_url": "https://www.dissco.eu/wp-content/uploads/Elixir-Europe-logo-1.png",
            "updated_at": "2022-06-02T11:50:50.627601Z",
            "type": "Training course",
            "start_date": "2021-06-16",
            "end_date": "2021-06-17",
            "venue": "",
            "city": "",
            "country": "",
            "geographical_range": "International",
            "trainers": [],
            "trainingMaterials": [],
            "computingFacilities": [],
            "realisation_status": "past",
            "registration_opening": null,
            "registration_closing": null,
            "registration_status": "unknown",
            "courseMode": "Online"
        },
        {
            "id": 608,
            "name": "LINUX - session 22/04/2024",
            "shortName": "",
            "description": "This training session is organized by the Genotoul bioinfo platform and aims at learning sequence analysis. This training session has been designed to familiarize yourself with the platform resources and its organization. You will learn to access the platform from your work station, what is an Linux environment and how to use it, how to create and manipulate files, how to transfer them from and to your personal computer.\r\n\r\nThis training is focused on practice. It consists of 3 modules with a large variety of exercises:\r\n\r\n- Connect to « genotoul » server (09:00 am to 10:30 am): Platform presentation, Linux basics, opening an user account, Putty installation, first connection.\r\n- Files and basics commands  (10:45 am to 12:00 pm): types of files and secure access, file manipulation commands, text editors and viewers, disk space management .\r\n- Transfers and file manipulation (14:00 pm to 17:00 pm): download/transfer, compress/uncompress, utility commands and data extraction, output redirections.",
            "homepage": "http://bioinfo.genotoul.fr/index.php/events/linux-2-2/",
            "is_draft": false,
            "costs": [
                "Non-academic: 550€ + 20% taxes (TVA)",
                "Academic but non-INRAE: 170 € + 20% taxes (TVA)",
                "For INRAE's staff: 150 € no VAT charged;"
            ],
            "topics": [
                "http://edamontology.org/topic_3316"
            ],
            "keywords": [],
            "prerequisites": [
                "none"
            ],
            "openTo": "Everyone",
            "accessConditions": "",
            "maxParticipants": 12,
            "contacts": [],
            "elixirPlatforms": [],
            "communities": [],
            "sponsoredBy": [],
            "organisedByOrganisations": [
                {
                    "id": 37,
                    "name": "MIAT - 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:31.157055Z",
            "type": "Training course",
            "start_date": "2024-04-22",
            "end_date": "2024-04-22",
            "venue": "",
            "city": "Castanet Tolosan",
            "country": "France",
            "geographical_range": "",
            "trainers": [],
            "trainingMaterials": [
                {
                    "id": 137,
                    "name": "Linux slides - Genotoul-bioinfo",
                    "url": "https://catalogue.france-bioinformatique.fr/api/trainingmaterial/Linux%20slides%20-%20Genotoul-bioinfo/?format=api"
                },
                {
                    "id": 138,
                    "name": "Linux TP - Genotoul-bioinfo",
                    "url": "https://catalogue.france-bioinformatique.fr/api/trainingmaterial/Linux%20TP%20-%20Genotoul-bioinfo/?format=api"
                }
            ],
            "computingFacilities": [],
            "realisation_status": "past",
            "registration_opening": "2024-03-24",
            "registration_closing": null,
            "registration_status": "open",
            "courseMode": "Onsite"
        },
        {
            "id": 282,
            "name": "Analyse de données metabarcoding",
            "shortName": "",
            "description": "Nous avons le plaisir de vous annoncer la tenue d'une formation sur l'analyse de données metabarcoding en mai 2018.\nCelle-ci vous proposera : \n- une formation complète à l'outil FROGS sous Galaxy\n- l'intervention de plusieurs experts du domaine avec exposés thématiques et tutoriaux \n- le tout sur 5j, du 14 au 18 mai prochain\nCette semaine thématique est co-organisée entre la cellule bioinformatique de l’ifremer à Brest, la plateforme MIGALE de Jouy et  la plate-forme ABiMS de Roscoff qui accueillera la formation.\nRetrouver les détails du programme ici : \nhttp://tiny.ifremer.fr/formation-metabarcoding-2018\nSi cette formation vous intéresse, merci de bien vouloir compléter le formulaire d'inscription (disponible dans le  lien ci-dessus).\n----------------------------------------\nWe are pleased to announce a training on metabarcoding data analysis in May 2018.\nThis one will propose to you:\n- complete training in the FROGS tool under Galaxy\n- the intervention of several experts in the field with thematic presentations and tutorials\n- all on  5days , from May 14 to 18\nThis theme week is co-organized with the IFREMER bioinformatic team (Brest) , the Migale bioinformatic platform(Jouy en Josas)  and  the ABiMS (Roscoff) bioinformatic platform and would take place in Roscoff..\nFind the details of the program here:\nhttp://tiny.ifremer.fr/formation-metabarcoding-2018\nIf you are interested in this training, please complete the registration form (see link above).\nTrainning will be in French with slides in English.\n",
            "homepage": "http://tiny.ifremer.fr/formation-metabarcoding-2018",
            "is_draft": false,
            "costs": [],
            "topics": [],
            "keywords": [
                "Ecology",
                "Biodiversity",
                "Microbial ecology",
                "NGS Data Analysis",
                "Metagenomics",
                "NGS Sequencing Data Analysis"
            ],
            "prerequisites": [],
            "openTo": "Internal personnel",
            "accessConditions": "Dates et lieu\nDu 14 au 18 mai 2018\nStation Biologique de Roscoff\nPublic visé\nDoctorants, ITA, chercheurs, enseignants et ingénieurs impliqués dans des projets concrets d’analyse de données de metabarcoding.\nPré-requis\nAvoir une connaissance de l'environnement Galaxy et un projet d'analyse de données de metabarcoding.\nNombre de participants attendus\n18 participants.\nEtant donné le nombre limité de places pour cette formation, une sélection des participants sera réalisée dans le cas où nous aurions reçu plus de 18 candidatures.\nFrais d'inscription\n600€ HT (tarif unique)\nCes frais d'inscription comprennent les déjeuners et diners qui seront pris au restaurant Gulf Stream à Roscoff.\n",
            "maxParticipants": null,
            "contacts": [],
            "elixirPlatforms": [],
            "communities": [],
            "sponsoredBy": [],
            "organisedByOrganisations": [],
            "organisedByTeams": [],
            "logo_url": "https://ressources.france-bioinformatique.fr/sites/default/files/Pre%CC%81sentation1.jpg",
            "updated_at": "2022-06-02T11:50:50.627601Z",
            "type": "Training course",
            "start_date": "2018-05-13",
            "end_date": "2018-05-17",
            "venue": "",
            "city": "ROSCOFF",
            "country": "",
            "geographical_range": "",
            "trainers": [],
            "trainingMaterials": [],
            "computingFacilities": [],
            "realisation_status": "past",
            "registration_opening": null,
            "registration_closing": null,
            "registration_status": "unknown",
            "courseMode": null
        },
        {
            "id": 381,
            "name": "Linux For Dummies",
            "shortName": "",
            "description": " \nThis course offers an introduction to work with Linux. We will describe the Linux environment, the first linux commands so participants can start to utilize command-line tools and feel comfortable using bioinformatics softwares through a linux terminal.\nPrerequisites\nNo experience required\n\nProgram\nConnecting to a distant HPC\nNavigating through a Unix file system\nCreating and deleting files\nManipuling and filtering file text\nBasics searching for text within a file\n\n\nLearning objectives\nAfter this course, participants should be able to:\nConnect to a Unix / Linux system\nManipulate files and directories within the Linux system\nWork with text files\nRun programs from the command-line\n\n\nInstructors\nChristine Tranchant - christine.tranchant@ird.fr\nNdomassi Tando - ndomassi.tando@ird.fr\nBruno Granouillac - bruno.granouillac@ird.fr\nFrançois Sabot - francois.sabot@ird.fr\nGautier Sarah  - gautier.sarah@cirad.fr\n\n",
            "homepage": "https://southgreenplatform.github.io/trainings//linux/",
            "is_draft": false,
            "costs": [
                "Free"
            ],
            "topics": [],
            "keywords": [],
            "prerequisites": [],
            "openTo": "Internal personnel",
            "accessConditions": "",
            "maxParticipants": null,
            "contacts": [],
            "elixirPlatforms": [],
            "communities": [],
            "sponsoredBy": [],
            "organisedByOrganisations": [],
            "organisedByTeams": [
                {
                    "id": 24,
                    "name": "South Green",
                    "url": "https://catalogue.france-bioinformatique.fr/api/team/South%20Green/?format=api"
                }
            ],
            "logo_url": "",
            "updated_at": "2022-06-02T11:50:50.627601Z",
            "type": "Training course",
            "start_date": "2018-03-11",
            "end_date": null,
            "venue": "",
            "city": "Centre IRD, Montpellier",
            "country": "",
            "geographical_range": "",
            "trainers": [],
            "trainingMaterials": [],
            "computingFacilities": [],
            "realisation_status": "past",
            "registration_opening": null,
            "registration_closing": null,
            "registration_status": "unknown",
            "courseMode": null
        },
        {
            "id": 303,
            "name": "Développement d'outils galaxy pour l'imagerie",
            "shortName": "",
            "description": "",
            "homepage": "",
            "is_draft": false,
            "costs": [
                "Free"
            ],
            "topics": [],
            "keywords": [],
            "prerequisites": [],
            "openTo": "Internal personnel",
            "accessConditions": "",
            "maxParticipants": null,
            "contacts": [],
            "elixirPlatforms": [],
            "communities": [],
            "sponsoredBy": [],
            "organisedByOrganisations": [],
            "organisedByTeams": [],
            "logo_url": "",
            "updated_at": "2022-06-02T11:50:50.627601Z",
            "type": "Training course",
            "start_date": "2017-05-15",
            "end_date": "2017-05-16",
            "venue": "",
            "city": "Nantes",
            "country": "",
            "geographical_range": "",
            "trainers": [],
            "trainingMaterials": [],
            "computingFacilities": [],
            "realisation_status": "past",
            "registration_opening": null,
            "registration_closing": null,
            "registration_status": "unknown",
            "courseMode": null
        },
        {
            "id": 468,
            "name": "Linux for Dummies - April 2022",
            "shortName": "",
            "description": "This course offers an introduction to work with Linux. We will describe the Linux environment, the first linux commands so participants can start to utilize command-line tools and feel comfortable using bioinformatics softwares through a linux terminal",
            "homepage": "https://southgreenplatform.github.io/trainings//linux/",
            "is_draft": false,
            "costs": [
                "Free to academics"
            ],
            "topics": [],
            "keywords": [],
            "prerequisites": [
                "none"
            ],
            "openTo": "Internal personnel",
            "accessConditions": "Open to South Green close collaborators",
            "maxParticipants": 15,
            "contacts": [
                "https://catalogue.france-bioinformatique.fr/api/userprofile/589/?format=api"
            ],
            "elixirPlatforms": [],
            "communities": [],
            "sponsoredBy": [],
            "organisedByOrganisations": [],
            "organisedByTeams": [
                {
                    "id": 24,
                    "name": "South Green",
                    "url": "https://catalogue.france-bioinformatique.fr/api/team/South%20Green/?format=api"
                }
            ],
            "logo_url": "https://southgreenplatform.github.io/trainings//images/southgreenlong.png",
            "updated_at": "2022-06-02T11:50:50.627601Z",
            "type": "Training course",
            "start_date": "2022-04-04",
            "end_date": "2022-04-05",
            "venue": "",
            "city": "Montpellier",
            "country": "France",
            "geographical_range": "Local",
            "trainers": [
                "https://catalogue.france-bioinformatique.fr/api/userprofile/731/?format=api",
                "https://catalogue.france-bioinformatique.fr/api/userprofile/732/?format=api",
                "https://catalogue.france-bioinformatique.fr/api/userprofile/612/?format=api",
                "https://catalogue.france-bioinformatique.fr/api/userprofile/564/?format=api",
                "https://catalogue.france-bioinformatique.fr/api/userprofile/589/?format=api"
            ],
            "trainingMaterials": [],
            "computingFacilities": [],
            "realisation_status": "past",
            "registration_opening": "2022-03-07",
            "registration_closing": "2022-02-22",
            "registration_status": "closed",
            "courseMode": "Onsite"
        },
        {
            "id": 273,
            "name": "FROGS formation : tools for bioinformatics and statistics analyses with amplicon metagenomics data",
            "shortName": "",
            "description": "This training session, organized by Bioinfo Genotoul, Sigenae, NED (GenPhySE) and TWB, is designed to help you to deal with NGS data of 16S, 18S ... DNA produced with MiSeq from Illumina and Roche 454 technologies in the Galaxy workbench.\nYou will discover how to use our Galaxy instance, clean reads, clusterize them, do the taxonomic affiliation and perform statistics to interpret your results.\nPrerequisites: knowledge of R or in another programming language\n",
            "homepage": "http://bioinfo.genotoul.fr/index.php/events/metagenomic-amplicons-and-stats-with…",
            "is_draft": false,
            "costs": [
                "Priced"
            ],
            "topics": [],
            "keywords": [
                "NGS Data Analysis",
                "Metagenomics",
                "metatranscriptomics",
                "Galaxy"
            ],
            "prerequisites": [],
            "openTo": "Internal personnel",
            "accessConditions": "Subscribe by the web page : http://bioinfo.genotoul.fr/index.php/training-2/galaxy-training/.\nPrices : 165 euros per day for academic people, 550 per day otherwise.\n",
            "maxParticipants": null,
            "contacts": [],
            "elixirPlatforms": [],
            "communities": [],
            "sponsoredBy": [],
            "organisedByOrganisations": [],
            "organisedByTeams": [],
            "logo_url": "https://ressources.france-bioinformatique.fr/sites/default/files/FROGS_logo_0.png",
            "updated_at": "2022-06-02T11:50:50.627601Z",
            "type": "Training course",
            "start_date": "2019-06-30",
            "end_date": "2019-07-03",
            "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": 38,
            "name": "Annotation and Analysis of Procaryotic genomes using the MicroScope platform",
            "shortName": "",
            "description": "",
            "homepage": "",
            "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/150x150.png",
            "updated_at": "2022-06-02T11:50:50.627601Z",
            "type": "Training course",
            "start_date": "2017-03-12",
            "end_date": "2017-09-28",
            "venue": "",
            "city": "Faculté d'Evry Val d'Essonne",
            "country": "",
            "geographical_range": "",
            "trainers": [],
            "trainingMaterials": [],
            "computingFacilities": [],
            "realisation_status": "past",
            "registration_opening": null,
            "registration_closing": null,
            "registration_status": "unknown",
            "courseMode": null
        },
        {
            "id": 599,
            "name": "Introduction au profilage taxonomique et visualisation de communautés microbiennes à partir de données métagénomiques avec Galaxy",
            "shortName": "",
            "description": "L’objectif de cette formation est de se familiariser avec les étapes et les outils d’analyse de données de métagénomiques pour caractériser et visualiser des communautés microbiennes. Nous proposons au personnel non-bioinformaticien de les accompagner dans la prise en main de ces étapes en utilisant la plateforme de bio-analyse Galaxy. \r\n\r\nAprès une introduction à la métagénomique, une session pratique sur la plateforme Galaxy couvrira comment :\r\n- assigner des taxons à des données de métagénomiques,\r\n- visualiser une communauté microbienne à partir d’assignations taxonomiques\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\nNous 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_3697",
                "http://edamontology.org/topic_3174",
                "http://edamontology.org/topic_0637"
            ],
            "keywords": [
                "Galaxy"
            ],
            "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/261/?format=api",
                "https://catalogue.france-bioinformatique.fr/api/userprofile/677/?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-02-15T13:47:14.064675Z",
            "type": "Training course",
            "start_date": "2024-09-11",
            "end_date": "2024-09-11",
            "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": 130,
                    "name": "Taxonomic Profiling and Visualization of Metagenomic Data",
                    "url": "https://catalogue.france-bioinformatique.fr/api/trainingmaterial/Taxonomic%20Profiling%20and%20Visualization%20of%20Metagenomic%20Data/?format=api"
                }
            ],
            "computingFacilities": [],
            "realisation_status": "past",
            "registration_opening": "2024-02-08",
            "registration_closing": "2024-02-28",
            "registration_status": "closed",
            "courseMode": "Online"
        },
        {
            "id": 555,
            "name": "Linux for Dummies 2023",
            "shortName": "",
            "description": "This course offers an introduction to work with Linux. We will describe the Linux environment, the first linux commands so participants can start to utilize command-line tools and feel comfortable using bioinformatics softwares through a linux terminal",
            "homepage": "https://southgreenplatform.github.io/trainings//linux/",
            "is_draft": false,
            "costs": [
                "Free"
            ],
            "topics": [],
            "keywords": [],
            "prerequisites": [
                "none"
            ],
            "openTo": "Internal personnel",
            "accessConditions": "Open to South Green close collaborators",
            "maxParticipants": 17,
            "contacts": [],
            "elixirPlatforms": [],
            "communities": [],
            "sponsoredBy": [],
            "organisedByOrganisations": [],
            "organisedByTeams": [
                {
                    "id": 24,
                    "name": "South Green",
                    "url": "https://catalogue.france-bioinformatique.fr/api/team/South%20Green/?format=api"
                }
            ],
            "logo_url": "https://southgreenplatform.github.io/trainings//images/southgreenlong.png",
            "updated_at": "2023-12-04T15:37:57.131072Z",
            "type": "Training course",
            "start_date": "2023-04-06",
            "end_date": "2023-04-07",
            "venue": "",
            "city": "Montpellier",
            "country": "France",
            "geographical_range": "Local",
            "trainers": [
                "https://catalogue.france-bioinformatique.fr/api/userprofile/731/?format=api",
                "https://catalogue.france-bioinformatique.fr/api/userprofile/732/?format=api",
                "https://catalogue.france-bioinformatique.fr/api/userprofile/519/?format=api",
                "https://catalogue.france-bioinformatique.fr/api/userprofile/589/?format=api"
            ],
            "trainingMaterials": [],
            "computingFacilities": [],
            "realisation_status": "past",
            "registration_opening": null,
            "registration_closing": null,
            "registration_status": "unknown",
            "courseMode": "Onsite"
        },
        {
            "id": 398,
            "name": "Analyse de séquences",
            "shortName": "",
            "description": "\n\n\nLes biologistes sont régulièrement confrontés à des gènes (ou des protéines) de fonctions inconnues ou mal annotés. Dans ce contexte, maîtriser quelques techniques basiques d’analyse de séquences peut se révéler d’une aide précieuse. \nL’objectif de cette formation est de présenter, au travers de l’utilisation de sites web spécialisés, quelques grands principes sur l’analyse de séquence. L’ensemble de la formation combine exposés théoriques (fondements méthodologiques des programmes) et applications pratiques (mise en relation des notions théoriques avec les paramètres des programmes et les résultats obtenus) pour permettre une utilisation autonome et critique de quelques logiciels d’analyse des séquences biologiques.\n\n\n\n",
            "homepage": "https://c3bi.pasteur.fr/training-analyse-de-sequences/",
            "is_draft": false,
            "costs": [
                "Free"
            ],
            "topics": [],
            "keywords": [
                "Sequence analysis",
                "Comparative genomics"
            ],
            "prerequisites": [],
            "openTo": "Internal personnel",
            "accessConditions": "",
            "maxParticipants": null,
            "contacts": [],
            "elixirPlatforms": [],
            "communities": [],
            "sponsoredBy": [],
            "organisedByOrganisations": [],
            "organisedByTeams": [],
            "logo_url": "",
            "updated_at": "2022-06-02T11:50:50.627601Z",
            "type": "Training course",
            "start_date": "2018-03-18",
            "end_date": "2018-03-22",
            "venue": "",
            "city": "Institut Pasteur",
            "country": "",
            "geographical_range": "",
            "trainers": [],
            "trainingMaterials": [],
            "computingFacilities": [],
            "realisation_status": "past",
            "registration_opening": null,
            "registration_closing": null,
            "registration_status": "unknown",
            "courseMode": null
        },
        {
            "id": 70,
            "name": "Formation MIGALE - Annotation de génomes microbiens",
            "shortName": "",
            "description": "Module en préparation ...",
            "homepage": "http://migale.jouy.inra.fr/",
            "is_draft": false,
            "costs": [],
            "topics": [],
            "keywords": [],
            "prerequisites": [],
            "openTo": "Internal personnel",
            "accessConditions": "",
            "maxParticipants": null,
            "contacts": [],
            "elixirPlatforms": [],
            "communities": [],
            "sponsoredBy": [],
            "organisedByOrganisations": [],
            "organisedByTeams": [
                {
                    "id": 10,
                    "name": "MIGALE",
                    "url": "https://catalogue.france-bioinformatique.fr/api/team/MIGALE/?format=api"
                }
            ],
            "logo_url": "https://ressources.france-bioinformatique.fr/sites/default/files/logo-inra_0_0_0.png",
            "updated_at": "2022-06-02T11:50:50.627601Z",
            "type": "Training course",
            "start_date": "2017-05-15",
            "end_date": null,
            "venue": "",
            "city": "Jouy en Josas",
            "country": "",
            "geographical_range": "",
            "trainers": [],
            "trainingMaterials": [],
            "computingFacilities": [],
            "realisation_status": "past",
            "registration_opening": null,
            "registration_closing": null,
            "registration_status": "unknown",
            "courseMode": null
        },
        {
            "id": 224,
            "name": "Modify and extract information from large text files",
            "shortName": "",
            "description": "Modify and extract information from large text files",
            "homepage": "http://bioinfo.genotoul.fr/index.php/events/modify-and-extract-information-from-…",
            "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-ifb_RVB_v2_2.jpg",
            "updated_at": "2022-06-02T11:50:50.627601Z",
            "type": "Training course",
            "start_date": "2019-10-15",
            "end_date": null,
            "venue": "",
            "city": "INRA Auzeville-Tolosane, France",
            "country": "",
            "geographical_range": "",
            "trainers": [],
            "trainingMaterials": [],
            "computingFacilities": [],
            "realisation_status": "past",
            "registration_opening": null,
            "registration_closing": null,
            "registration_status": "unknown",
            "courseMode": null
        }
    ]
}