Handles creating, reading and updating events.

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

{
    "count": 605,
    "next": "https://catalogue.france-bioinformatique.fr/api/event/?format=api&limit=20&offset=360&ordering=costs",
    "previous": "https://catalogue.france-bioinformatique.fr/api/event/?format=api&limit=20&offset=320&ordering=costs",
    "results": [
        {
            "id": 667,
            "name": "LINUX - session 11 March 2025",
            "shortName": "",
            "description": "This training session is organized by the Genotoul bioinfo platform and aims at learning sequence analysis. This training session has been designed to familiarize yourself with the platform resources and its organization. You will learn to access the platform from your work station, what is an Linux environment and how to use it, how to create and manipulate files, how to transfer them from and to your personal computer.\r\n\r\nThis training is focused on practice. It consists of 3 modules with a large variety of exercises:\r\n\r\n- Connect to « genotoul » server (09:00 am to 10:30 am): Platform presentation, Linux basics, opening an user account, Putty installation, first connection.\r\n- Files and basics commands  (10:45 am to 12:00 pm): types of files and secure access, file manipulation commands, text editors and viewers, disk space management .\r\n- Transfers and file manipulation (14:00 pm to 17:00 pm): download/transfer, compress/uncompress, utility commands and data extraction, output redirections.",
            "homepage": "http://bioinfo.genotoul.fr/index.php/events/linux-2-2/",
            "is_draft": false,
            "costs": [
                "Non-academic: 550€ + 20% taxes (TVA)",
                "Academic but non-INRAE: 170 € + 20% taxes (TVA)",
                "For INRAE's staff: 150 € no VAT charged;"
            ],
            "topics": [
                "http://edamontology.org/topic_3316"
            ],
            "keywords": [],
            "prerequisites": [
                "none"
            ],
            "openTo": "Everyone",
            "accessConditions": "",
            "maxParticipants": 12,
            "contacts": [],
            "elixirPlatforms": [],
            "communities": [],
            "sponsoredBy": [],
            "organisedByOrganisations": [
                {
                    "id": 37,
                    "name": "MIAT 0875",
                    "url": "https://catalogue.france-bioinformatique.fr/api/organisation/MIAT%200875/?format=api"
                }
            ],
            "organisedByTeams": [
                {
                    "id": 22,
                    "name": "Genotoul-bioinfo",
                    "url": "https://catalogue.france-bioinformatique.fr/api/team/Genotoul-bioinfo/?format=api"
                }
            ],
            "logo_url": "http://bioinfo.genotoul.fr/wp-content/uploads/bioinfo_logo-rvb-petit.png",
            "updated_at": "2024-12-06T20:39:17.845500Z",
            "type": "Training course",
            "start_date": "2025-03-11",
            "end_date": "2025-03-11",
            "venue": "",
            "city": "castanet-tolosan",
            "country": "France",
            "geographical_range": "National",
            "trainers": [],
            "trainingMaterials": [],
            "computingFacilities": [],
            "realisation_status": "past",
            "registration_opening": "2024-12-06",
            "registration_closing": "2025-03-04",
            "registration_status": "closed",
            "courseMode": "Onsite"
        },
        {
            "id": 668,
            "name": "Cluster - 12 March 2025",
            "shortName": "",
            "description": "This training session is designed to help you deal with the platform compute cluster and data banks. You will launch your first processing batch on the cluster and will learn how to track and manage them. Organized jointly by the Sigenae and bioinfo genotoul platforms.",
            "homepage": "http://bioinfo.genotoul.fr/index.php/events/cluster-2/",
            "is_draft": false,
            "costs": [
                "Priced",
                "Non-academic: 550€ + 20% taxes (TVA)",
                "Academic but non-INRAE: 170 € + 20% taxes (TVA)",
                "For INRAE's staff: 150 € no VAT charged;"
            ],
            "topics": [],
            "keywords": [
                "Linux",
                "Cluster"
            ],
            "prerequisites": [
                "Linux/Unix"
            ],
            "openTo": "Everyone",
            "accessConditions": "You need to register (via the website) and pay 170 euros a day for academic and 550 euros a day for a private.",
            "maxParticipants": 12,
            "contacts": [
                "https://catalogue.france-bioinformatique.fr/api/userprofile/344/?format=api"
            ],
            "elixirPlatforms": [],
            "communities": [],
            "sponsoredBy": [],
            "organisedByOrganisations": [
                {
                    "id": 37,
                    "name": "MIAT 0875",
                    "url": "https://catalogue.france-bioinformatique.fr/api/organisation/MIAT%200875/?format=api"
                }
            ],
            "organisedByTeams": [
                {
                    "id": 22,
                    "name": "Genotoul-bioinfo",
                    "url": "https://catalogue.france-bioinformatique.fr/api/team/Genotoul-bioinfo/?format=api"
                }
            ],
            "logo_url": "http://bioinfo.genotoul.fr/wp-content/uploads/bioinfo_logo-rvb-petit.png",
            "updated_at": "2024-12-06T20:50:57.555838Z",
            "type": "Training course",
            "start_date": "2025-03-12",
            "end_date": "2025-03-12",
            "venue": "",
            "city": "castanet-tolosan",
            "country": "France",
            "geographical_range": "National",
            "trainers": [],
            "trainingMaterials": [
                {
                    "id": 139,
                    "name": "Cluster Slides",
                    "url": "https://catalogue.france-bioinformatique.fr/api/trainingmaterial/Cluster%20Slides/?format=api"
                },
                {
                    "id": 140,
                    "name": "TP Cluster",
                    "url": "https://catalogue.france-bioinformatique.fr/api/trainingmaterial/TP%20Cluster/?format=api"
                }
            ],
            "computingFacilities": [],
            "realisation_status": "past",
            "registration_opening": "2024-12-06",
            "registration_closing": "2025-03-05",
            "registration_status": "closed",
            "courseMode": "Onsite"
        },
        {
            "id": 669,
            "name": "Using sed and awk to modify large large text files - 13 March 2025",
            "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": [],
            "prerequisites": [
                "Linux/Unix"
            ],
            "openTo": "Everyone",
            "accessConditions": "",
            "maxParticipants": 12,
            "contacts": [
                "https://catalogue.france-bioinformatique.fr/api/userprofile/338/?format=api"
            ],
            "elixirPlatforms": [],
            "communities": [],
            "sponsoredBy": [],
            "organisedByOrganisations": [
                {
                    "id": 37,
                    "name": "MIAT 0875",
                    "url": "https://catalogue.france-bioinformatique.fr/api/organisation/MIAT%200875/?format=api"
                }
            ],
            "organisedByTeams": [
                {
                    "id": 22,
                    "name": "Genotoul-bioinfo",
                    "url": "https://catalogue.france-bioinformatique.fr/api/team/Genotoul-bioinfo/?format=api"
                }
            ],
            "logo_url": "http://bioinfo.genotoul.fr/wp-content/uploads/bioinfo_logo-rvb-petit.png",
            "updated_at": "2024-12-06T20:47:41.482360Z",
            "type": "Training course",
            "start_date": "2025-03-13",
            "end_date": "2025-03-13",
            "venue": "",
            "city": "castanet-tolosan",
            "country": "France",
            "geographical_range": "National",
            "trainers": [],
            "trainingMaterials": [
                {
                    "id": 146,
                    "name": "Processing_large_files_with_sed_awk_2024",
                    "url": "https://catalogue.france-bioinformatique.fr/api/trainingmaterial/Processing_large_files_with_sed_awk_2024/?format=api"
                }
            ],
            "computingFacilities": [],
            "realisation_status": "past",
            "registration_opening": "2024-12-06",
            "registration_closing": "2025-03-05",
            "registration_status": "closed",
            "courseMode": "Onsite"
        },
        {
            "id": 476,
            "name": "LINUX - session 2022/10/10",
            "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": [
                "Linux - Basic Knowledge"
            ],
            "openTo": "Everyone",
            "accessConditions": "",
            "maxParticipants": 10,
            "contacts": [
                "https://catalogue.france-bioinformatique.fr/api/userprofile/300/?format=api"
            ],
            "elixirPlatforms": [],
            "communities": [],
            "sponsoredBy": [],
            "organisedByOrganisations": [
                {
                    "id": 37,
                    "name": "MIAT 0875",
                    "url": "https://catalogue.france-bioinformatique.fr/api/organisation/MIAT%200875/?format=api"
                }
            ],
            "organisedByTeams": [
                {
                    "id": 22,
                    "name": "Genotoul-bioinfo",
                    "url": "https://catalogue.france-bioinformatique.fr/api/team/Genotoul-bioinfo/?format=api"
                }
            ],
            "logo_url": "http://bioinfo.genotoul.fr/wp-content/uploads/bioinfo_logo-rvb-petit.png",
            "updated_at": "2022-06-02T11:50:50.627601Z",
            "type": "Training course",
            "start_date": "2022-10-10",
            "end_date": "2022-10-10",
            "venue": "",
            "city": "Castanet Tolosan",
            "country": "France",
            "geographical_range": "",
            "trainers": [
                "https://catalogue.france-bioinformatique.fr/api/userprofile/344/?format=api"
            ],
            "trainingMaterials": [],
            "computingFacilities": [],
            "realisation_status": "past",
            "registration_opening": "2022-03-08",
            "registration_closing": "2022-10-03",
            "registration_status": "closed",
            "courseMode": "Online"
        },
        {
            "id": 475,
            "name": "Cluster - session 2022/03/15",
            "shortName": "",
            "description": "This training session is designed to help you deal with the platform compute cluster and data banks. You will launch your first processing batch on the cluster and will learn how to track and manage them. Organized jointly by the Sigenae and bioinfo genotoul platforms.",
            "homepage": "http://bioinfo.genotoul.fr/index.php/events/cluster-2/",
            "is_draft": false,
            "costs": [
                "Non-academic: 550€ + 20% taxes (TVA)",
                "Academic but non-INRAE: 170 € + 20% taxes (TVA)",
                "For INRAE's staff: 150 € no VAT charged;"
            ],
            "topics": [],
            "keywords": [
                "Linux",
                "Cluster"
            ],
            "prerequisites": [
                "Linux - Basic Knowledge"
            ],
            "openTo": "Everyone",
            "accessConditions": "You need to register (via the website) and pay 170 euros (+ 20% taxes (TVA)) a day for academic, 150  € no VAT charged for INRAE and 550 euros (+ 20% taxes (TVA)) a day for a private.",
            "maxParticipants": 10,
            "contacts": [
                "https://catalogue.france-bioinformatique.fr/api/userprofile/300/?format=api"
            ],
            "elixirPlatforms": [],
            "communities": [],
            "sponsoredBy": [],
            "organisedByOrganisations": [],
            "organisedByTeams": [
                {
                    "id": 22,
                    "name": "Genotoul-bioinfo",
                    "url": "https://catalogue.france-bioinformatique.fr/api/team/Genotoul-bioinfo/?format=api"
                }
            ],
            "logo_url": null,
            "updated_at": "2023-05-17T10:18:25.493051Z",
            "type": "Training course",
            "start_date": "2022-03-15",
            "end_date": "2022-03-15",
            "venue": "",
            "city": "Castanet Tolosan",
            "country": "France",
            "geographical_range": "",
            "trainers": [
                "https://catalogue.france-bioinformatique.fr/api/userprofile/344/?format=api"
            ],
            "trainingMaterials": [],
            "computingFacilities": [],
            "realisation_status": "past",
            "registration_opening": "2022-03-08",
            "registration_closing": "2022-03-08",
            "registration_status": "closed",
            "courseMode": "Onsite"
        },
        {
            "id": 447,
            "name": "LINUX - session 2022/03/14",
            "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": 10,
            "contacts": [
                "https://catalogue.france-bioinformatique.fr/api/userprofile/300/?format=api"
            ],
            "elixirPlatforms": [],
            "communities": [],
            "sponsoredBy": [],
            "organisedByOrganisations": [
                {
                    "id": 37,
                    "name": "MIAT 0875",
                    "url": "https://catalogue.france-bioinformatique.fr/api/organisation/MIAT%200875/?format=api"
                }
            ],
            "organisedByTeams": [
                {
                    "id": 22,
                    "name": "Genotoul-bioinfo",
                    "url": "https://catalogue.france-bioinformatique.fr/api/team/Genotoul-bioinfo/?format=api"
                }
            ],
            "logo_url": "http://bioinfo.genotoul.fr/wp-content/uploads/bioinfo_logo-rvb-petit.png",
            "updated_at": "2022-06-02T11:50:50.627601Z",
            "type": "Training course",
            "start_date": "2022-03-14",
            "end_date": "2022-03-14",
            "venue": "INRAE Occitanie Toulouse 24 Chemin de Borde Rouge – Auzeville CS 52627 31326 Castanet Tolosan cedex",
            "city": "Toulouse",
            "country": "France",
            "geographical_range": "National",
            "trainers": [
                "https://catalogue.france-bioinformatique.fr/api/userprofile/344/?format=api"
            ],
            "trainingMaterials": [],
            "computingFacilities": [],
            "realisation_status": "past",
            "registration_opening": "2022-01-24",
            "registration_closing": "2022-03-07",
            "registration_status": "closed",
            "courseMode": "Onsite"
        },
        {
            "id": 533,
            "name": "Analyse primaire de données issues de séquenceurs nouvelle génération sous Galaxy",
            "shortName": "NGS Galaxy",
            "description": "Connaître les concepts et méthodes bioinformatiques utilisés pour l’analyse primaire de données issues de séquenceurs nouvelle génération (NGS).\r\nSavoir effectuer un alignement sur un génome de référence, un assemblage de novo d'un génome bactérien.",
            "homepage": "https://migale.inrae.fr/trainings/",
            "is_draft": false,
            "costs": [
                "Non-academic: 550€ + 20% taxes (TVA)",
                "Academic but non-INRAE: 170 € + 20% taxes (TVA)",
                "For INRAE's staff: 150 € no VAT charged;"
            ],
            "topics": [],
            "keywords": [
                "NGS Data Analysis",
                "Data visualization",
                "NGS"
            ],
            "prerequisites": [
                "Galaxy - Basic usage"
            ],
            "openTo": "Everyone",
            "accessConditions": "",
            "maxParticipants": 10,
            "contacts": [],
            "elixirPlatforms": [],
            "communities": [],
            "sponsoredBy": [],
            "organisedByOrganisations": [
                {
                    "id": 82,
                    "name": "INRAE",
                    "url": "https://catalogue.france-bioinformatique.fr/api/organisation/INRAE/?format=api"
                }
            ],
            "organisedByTeams": [
                {
                    "id": 10,
                    "name": "MIGALE",
                    "url": "https://catalogue.france-bioinformatique.fr/api/team/MIGALE/?format=api"
                }
            ],
            "logo_url": "https://migale.inrae.fr/sites/default/files/migale-orange_0.png",
            "updated_at": "2023-05-26T14:16:02.157083Z",
            "type": "Training course",
            "start_date": "2023-06-15",
            "end_date": "2023-06-15",
            "venue": "Access to the INRAE center reception\r\n By car\r\n\r\n    Take the N118 from the Paris rotary Porte de Saint-Cloud > Pont de Sèvres > Follow direction Bordeaux/Nantes – take exit 6A Jouy-en-Josas/Bièvres\r\n    Take the N12 from Plaisir > Follow direction Paris exit 1 towards the D53\r\n    Take the A12 Rambouillet > Jouy – take exit 2 via the D446\r\n\r\n By the RER (train to the suburbs)\r\n\r\nRER C Line: Get off at the Jouy-en-Josas station. The research center is a 15 minute walk (you must walk towards the town hall (Mairie de Jouy).\r\n\r\n    From Chatelet-Les Halles, take the RER B line until the Massy-Palaiseau station (32 min.) then take the RER C line CIME train (14 min.)\r\n    From Versailles-Chantier RER C station take the VICK or VITY train (8 min.)\r\n    From the Bibliothèque François Mitterand RER C station, take the CIME train (1 hour)\r\n\r\n From the Orly Airport\r\n\r\nTake the bus « Paris par le train » to the Pont de Rungis RER C train station. Then take the RER C train CIME towards Versailles Chantiers. Get off at the Jouy-en-Josas station.\r\n\r\nStops of the “Paris par le train” bus :\r\n\r\n    Paris-Orly Sud : porte C, stop 6\r\n    Paris-Orly Ouest : porte G on the Arrivals level.\r\n\r\n From the Charles de Gaulle - Roissy Airport\r\n\r\nTo go from the Paris-Charles de Gaulle airport to Jouy-en-Josas you may take :\r\n\r\n    the RER B train towards St Remy les Chevreuses. Get off at the Massy Palaiseau station\r\n    the RER C train towards Versailles Chantiers (CIME trains). Get off at Jouy-en-Josas.",
            "city": "JOUY EN JOSAS Cedex",
            "country": "",
            "geographical_range": "",
            "trainers": [
                "https://catalogue.france-bioinformatique.fr/api/userprofile/396/?format=api",
                "https://catalogue.france-bioinformatique.fr/api/userprofile/743/?format=api"
            ],
            "trainingMaterials": [],
            "computingFacilities": [],
            "realisation_status": "past",
            "registration_opening": "2023-05-25",
            "registration_closing": "2023-06-01",
            "registration_status": "closed",
            "courseMode": "Onsite"
        },
        {
            "id": 531,
            "name": "Improve your command line skills by learning a few words of Perl - session 28/11/2023",
            "shortName": "",
            "description": "This “Perl one-liners” training session is organized by the Sigenae platform. Perl one-liners are small and awesome Perl programs that fit in a single line of code and perform many operations such as replacing of text, spacing, deleting, calculation, manipulation in files and many more. This training will allow you to discover the power of Perl on the command line and learn how to use it to automate your file manipulations and command line generation with classical file formats such as tabulated text, fastq, sam/bam, and vcf.\r\n\r\nThis training lasts one day and is focused on practice. It consists of 3 parts with a large variety of exercises:\r\n\r\nIntroduction to Perl and its characteristics: Perl is a widely used programming language for data processing and task automation. We will introduce the main characteristics of Perl and discuss why it is particularly suited for biologists who want to manipulate files and generate command lines.\r\nPerl on the command line: we will show how to use Perl on the command line to perform common tasks, such as searching and replacing strings, merging files, and loop over lists of files.\r\nConcrete examples: we will present several concrete examples drawn from biology, such as extracting information from genomic sequence files, converting files between different formats, and generating command lines for data biology tools.\r\n \r\nThe session will take place in the room ‘salle de formation MIAT’ at INRAE center of Toulouse-Auzeville.",
            "homepage": "https://bioinfo.genotoul.fr/index.php/events/onelineperl/",
            "is_draft": false,
            "costs": [
                "Non-academic: 550€ + 20% taxes (TVA)",
                "Academic but non-INRAE: 170 € + 20% taxes (TVA)",
                "For INRAE's staff: 150 € no VAT charged;"
            ],
            "topics": [],
            "keywords": [
                "Perl Langage"
            ],
            "prerequisites": [
                "Linux/Unix",
                "Cluster"
            ],
            "openTo": "Everyone",
            "accessConditions": "",
            "maxParticipants": 12,
            "contacts": [],
            "elixirPlatforms": [],
            "communities": [],
            "sponsoredBy": [],
            "organisedByOrganisations": [
                {
                    "id": 37,
                    "name": "MIAT 0875",
                    "url": "https://catalogue.france-bioinformatique.fr/api/organisation/MIAT%200875/?format=api"
                }
            ],
            "organisedByTeams": [
                {
                    "id": 22,
                    "name": "Genotoul-bioinfo",
                    "url": "https://catalogue.france-bioinformatique.fr/api/team/Genotoul-bioinfo/?format=api"
                }
            ],
            "logo_url": "http://bioinfo.genotoul.fr/wp-content/uploads/bioinfo_logo-rvb-petit.png",
            "updated_at": "2023-05-17T10:03:41.882770Z",
            "type": "Training course",
            "start_date": "2023-11-28",
            "end_date": "2023-11-28",
            "venue": "",
            "city": "Toulouse-Auzeville",
            "country": "France",
            "geographical_range": "",
            "trainers": [],
            "trainingMaterials": [],
            "computingFacilities": [],
            "realisation_status": "past",
            "registration_opening": "2023-04-04",
            "registration_closing": "2023-11-22",
            "registration_status": "closed",
            "courseMode": "Onsite"
        },
        {
            "id": 530,
            "name": "Short-Read Alignment And Small Size Variants Calling - session 13/11/2023 - 14/11/2023",
            "shortName": "",
            "description": "This training session, organized jointly with the Sigenae platform, is designed to introduce NGS data, in particular Illumina Solexa technologies with command line. You will discover the new sequence formats, the assembly formats and the known biases of these technologies. You will use mapping on reference genome software, polymorphisms detection with the GATK pipeline and alignment visualization software.\r\n\r\nThis training is focused on the practice. It consists of modules with a large variety of exercises:\r\n\r\nDay 1 (09:00 am to 12:30 am): Fastq format / Sequence quality. Read mapping.\r\nDay 1 (14:00 pm to 17:00 pm): SAM format. Visualisation.\r\nDay 2 (09:00 am to 17:00 am): Variant calling. VCF format. Variant annotation (SNPeff / SNPsift).\r\n \r\nThe session will take place in the room ‘salle de formation’ at INRAE center of Toulouse-Auzeville.\r\n\r\nPrerequisites: ability to use a Unix environment (see Unix training) and Cluster (see Cluster training).\r\n \r\nTool box: FastQC, BWA, Samtools, Picard tools, GATK, SnpSift / SnpEff, IGV.",
            "homepage": "https://bioinfo.genotoul.fr/index.php/events/alignment-and-small-size-variants-calling/",
            "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_2885",
                "http://edamontology.org/topic_0102"
            ],
            "keywords": [],
            "prerequisites": [
                "Linux/Unix",
                "Cluster"
            ],
            "openTo": "Everyone",
            "accessConditions": "",
            "maxParticipants": 12,
            "contacts": [],
            "elixirPlatforms": [],
            "communities": [],
            "sponsoredBy": [],
            "organisedByOrganisations": [
                {
                    "id": 37,
                    "name": "MIAT 0875",
                    "url": "https://catalogue.france-bioinformatique.fr/api/organisation/MIAT%200875/?format=api"
                }
            ],
            "organisedByTeams": [
                {
                    "id": 22,
                    "name": "Genotoul-bioinfo",
                    "url": "https://catalogue.france-bioinformatique.fr/api/team/Genotoul-bioinfo/?format=api"
                }
            ],
            "logo_url": "http://bioinfo.genotoul.fr/wp-content/uploads/bioinfo_logo-rvb-petit.png",
            "updated_at": "2024-06-10T12:36:44.820913Z",
            "type": "Training course",
            "start_date": "2023-11-13",
            "end_date": "2023-11-14",
            "venue": "",
            "city": "Toulouse-Auzeville",
            "country": "France",
            "geographical_range": "",
            "trainers": [],
            "trainingMaterials": [],
            "computingFacilities": [],
            "realisation_status": "past",
            "registration_opening": "2023-04-04",
            "registration_closing": "2023-11-08",
            "registration_status": "closed",
            "courseMode": "Onsite"
        },
        {
            "id": 529,
            "name": "Cluster - session 18/04/2023",
            "shortName": "",
            "description": "This training session is designed to help you deal with the platform compute cluster and data banks. You will launch your first processing batch on the cluster and will learn how to track and manage them. Organized jointly by the Sigenae and bioinfo genotoul platforms.",
            "homepage": "http://bioinfo.genotoul.fr/index.php/events/cluster-2/",
            "is_draft": false,
            "costs": [
                "Priced",
                "Non-academic: 550€ + 20% taxes (TVA)",
                "Academic but non-INRAE: 170 € + 20% taxes (TVA)",
                "For INRAE's staff: 150 € no VAT charged;"
            ],
            "topics": [],
            "keywords": [
                "Linux",
                "Cluster"
            ],
            "prerequisites": [
                "Linux/Unix"
            ],
            "openTo": "Everyone",
            "accessConditions": "You need to register (via the website) and pay 165 euros a day for academic and 550 euros a day for a private.",
            "maxParticipants": null,
            "contacts": [
                "https://catalogue.france-bioinformatique.fr/api/userprofile/344/?format=api"
            ],
            "elixirPlatforms": [],
            "communities": [],
            "sponsoredBy": [],
            "organisedByOrganisations": [
                {
                    "id": 37,
                    "name": "MIAT 0875",
                    "url": "https://catalogue.france-bioinformatique.fr/api/organisation/MIAT%200875/?format=api"
                }
            ],
            "organisedByTeams": [
                {
                    "id": 22,
                    "name": "Genotoul-bioinfo",
                    "url": "https://catalogue.france-bioinformatique.fr/api/team/Genotoul-bioinfo/?format=api"
                }
            ],
            "logo_url": "http://bioinfo.genotoul.fr/wp-content/uploads/bioinfo_logo-rvb-petit.png",
            "updated_at": "2023-05-17T10:03:57.925413Z",
            "type": "Training course",
            "start_date": "2023-04-18",
            "end_date": "2023-04-18",
            "venue": "",
            "city": "",
            "country": "",
            "geographical_range": "",
            "trainers": [],
            "trainingMaterials": [],
            "computingFacilities": [],
            "realisation_status": "past",
            "registration_opening": "2023-04-04",
            "registration_closing": "2023-04-12",
            "registration_status": "closed",
            "courseMode": "Onsite"
        },
        {
            "id": 528,
            "name": "LINUX - session 17/04/2023",
            "shortName": "",
            "description": "This training session is organized by the Genotoul bioinfo platform and aims at learning sequence analysis. This training session has been designed to familiarize yourself with the platform resources and its organization. You will learn to access the platform from your work station, what is an Linux environment and how to use it, how to create and manipulate files, how to transfer them from and to your personal computer.\r\n\r\nThis training is focused on practice. It consists of 3 modules with a large variety of exercises:\r\n\r\n- Connect to « genotoul » server (09:00 am to 10:30 am): Platform presentation, Linux basics, opening an user account, Putty installation, first connection.\r\n- Files and basics commands  (10:45 am to 12:00 pm): types of files and secure access, file manipulation commands, text editors and viewers, disk space management .\r\n- Transfers and file manipulation (14:00 pm to 17:00 pm): download/transfer, compress/uncompress, utility commands and data extraction, output redirections.",
            "homepage": "http://bioinfo.genotoul.fr/index.php/events/linux-2-2/",
            "is_draft": false,
            "costs": [
                "Non-academic: 550€ + 20% taxes (TVA)",
                "Academic but non-INRAE: 170 € + 20% taxes (TVA)",
                "For INRAE's staff: 150 € no VAT charged;"
            ],
            "topics": [
                "http://edamontology.org/topic_3316"
            ],
            "keywords": [],
            "prerequisites": [
                "none"
            ],
            "openTo": "Everyone",
            "accessConditions": "",
            "maxParticipants": 12,
            "contacts": [],
            "elixirPlatforms": [],
            "communities": [],
            "sponsoredBy": [],
            "organisedByOrganisations": [
                {
                    "id": 37,
                    "name": "MIAT 0875",
                    "url": "https://catalogue.france-bioinformatique.fr/api/organisation/MIAT%200875/?format=api"
                }
            ],
            "organisedByTeams": [
                {
                    "id": 22,
                    "name": "Genotoul-bioinfo",
                    "url": "https://catalogue.france-bioinformatique.fr/api/team/Genotoul-bioinfo/?format=api"
                }
            ],
            "logo_url": "http://bioinfo.genotoul.fr/wp-content/uploads/bioinfo_logo-rvb-petit.png",
            "updated_at": "2023-05-17T10:04:05.719947Z",
            "type": "Training course",
            "start_date": "2023-04-17",
            "end_date": "2023-04-17",
            "venue": "",
            "city": "",
            "country": "",
            "geographical_range": "",
            "trainers": [],
            "trainingMaterials": [],
            "computingFacilities": [],
            "realisation_status": "past",
            "registration_opening": "2023-04-04",
            "registration_closing": "2023-04-12",
            "registration_status": "closed",
            "courseMode": "Onsite"
        },
        {
            "id": 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 0875",
                    "url": "https://catalogue.france-bioinformatique.fr/api/organisation/MIAT%200875/?format=api"
                }
            ],
            "organisedByTeams": [
                {
                    "id": 22,
                    "name": "Genotoul-bioinfo",
                    "url": "https://catalogue.france-bioinformatique.fr/api/team/Genotoul-bioinfo/?format=api"
                }
            ],
            "logo_url": "http://bioinfo.genotoul.fr/wp-content/uploads/bioinfo_logo-rvb-petit.png",
            "updated_at": "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",
                    "url": "https://catalogue.france-bioinformatique.fr/api/trainingmaterial/Linux%20slides/?format=api"
                },
                {
                    "id": 138,
                    "name": "Linux TP",
                    "url": "https://catalogue.france-bioinformatique.fr/api/trainingmaterial/Linux%20TP/?format=api"
                }
            ],
            "computingFacilities": [],
            "realisation_status": "past",
            "registration_opening": "2024-03-24",
            "registration_closing": null,
            "registration_status": "open",
            "courseMode": "Onsite"
        },
        {
            "id": 610,
            "name": "Cluster - session 23/04/2024",
            "shortName": "",
            "description": "This training session is designed to help you deal with the platform compute cluster and data banks. You will launch your first processing batch on the cluster and will learn how to track and manage them. Organized jointly by the Sigenae and bioinfo genotoul platforms.",
            "homepage": "http://bioinfo.genotoul.fr/index.php/events/cluster-2/",
            "is_draft": false,
            "costs": [
                "Priced",
                "Non-academic: 550€ + 20% taxes (TVA)",
                "Academic but non-INRAE: 170 € + 20% taxes (TVA)",
                "For INRAE's staff: 150 € no VAT charged;"
            ],
            "topics": [],
            "keywords": [
                "Linux",
                "Cluster"
            ],
            "prerequisites": [
                "Linux/Unix"
            ],
            "openTo": "Everyone",
            "accessConditions": "You need to register (via the website) and pay 165 euros a day for academic and 550 euros a day for a private.",
            "maxParticipants": 12,
            "contacts": [
                "https://catalogue.france-bioinformatique.fr/api/userprofile/344/?format=api"
            ],
            "elixirPlatforms": [],
            "communities": [],
            "sponsoredBy": [],
            "organisedByOrganisations": [
                {
                    "id": 37,
                    "name": "MIAT 0875",
                    "url": "https://catalogue.france-bioinformatique.fr/api/organisation/MIAT%200875/?format=api"
                }
            ],
            "organisedByTeams": [
                {
                    "id": 22,
                    "name": "Genotoul-bioinfo",
                    "url": "https://catalogue.france-bioinformatique.fr/api/team/Genotoul-bioinfo/?format=api"
                }
            ],
            "logo_url": "http://bioinfo.genotoul.fr/wp-content/uploads/bioinfo_logo-rvb-petit.png",
            "updated_at": "2024-03-26T14:24:58.135354Z",
            "type": "Training course",
            "start_date": "2024-04-23",
            "end_date": "2024-04-23",
            "venue": "",
            "city": "Castanet Tolosan",
            "country": "France",
            "geographical_range": "",
            "trainers": [],
            "trainingMaterials": [
                {
                    "id": 139,
                    "name": "Cluster Slides",
                    "url": "https://catalogue.france-bioinformatique.fr/api/trainingmaterial/Cluster%20Slides/?format=api"
                },
                {
                    "id": 140,
                    "name": "TP Cluster",
                    "url": "https://catalogue.france-bioinformatique.fr/api/trainingmaterial/TP%20Cluster/?format=api"
                }
            ],
            "computingFacilities": [],
            "realisation_status": "past",
            "registration_opening": "2024-03-24",
            "registration_closing": null,
            "registration_status": "open",
            "courseMode": "Onsite"
        },
        {
            "id": 669,
            "name": "Using sed and awk to modify large large text files - 13 March 2025",
            "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": [],
            "prerequisites": [
                "Linux/Unix"
            ],
            "openTo": "Everyone",
            "accessConditions": "",
            "maxParticipants": 12,
            "contacts": [
                "https://catalogue.france-bioinformatique.fr/api/userprofile/338/?format=api"
            ],
            "elixirPlatforms": [],
            "communities": [],
            "sponsoredBy": [],
            "organisedByOrganisations": [
                {
                    "id": 37,
                    "name": "MIAT 0875",
                    "url": "https://catalogue.france-bioinformatique.fr/api/organisation/MIAT%200875/?format=api"
                }
            ],
            "organisedByTeams": [
                {
                    "id": 22,
                    "name": "Genotoul-bioinfo",
                    "url": "https://catalogue.france-bioinformatique.fr/api/team/Genotoul-bioinfo/?format=api"
                }
            ],
            "logo_url": "http://bioinfo.genotoul.fr/wp-content/uploads/bioinfo_logo-rvb-petit.png",
            "updated_at": "2024-12-06T20:47:41.482360Z",
            "type": "Training course",
            "start_date": "2025-03-13",
            "end_date": "2025-03-13",
            "venue": "",
            "city": "castanet-tolosan",
            "country": "France",
            "geographical_range": "National",
            "trainers": [],
            "trainingMaterials": [
                {
                    "id": 146,
                    "name": "Processing_large_files_with_sed_awk_2024",
                    "url": "https://catalogue.france-bioinformatique.fr/api/trainingmaterial/Processing_large_files_with_sed_awk_2024/?format=api"
                }
            ],
            "computingFacilities": [],
            "realisation_status": "past",
            "registration_opening": "2024-12-06",
            "registration_closing": "2025-03-05",
            "registration_status": "closed",
            "courseMode": "Onsite"
        },
        {
            "id": 633,
            "name": "Cluster - session 08/10/2024",
            "shortName": "",
            "description": "This training session is designed to help you deal with the platform compute cluster and data banks. You will launch your first processing batch on the cluster and will learn how to track and manage them. Organized jointly by the Sigenae and bioinfo genotoul platforms.",
            "homepage": "http://bioinfo.genotoul.fr/index.php/events/cluster-2/",
            "is_draft": false,
            "costs": [
                "Priced",
                "Non-academic: 550€ + 20% taxes (TVA)",
                "Academic but non-INRAE: 170 € + 20% taxes (TVA)",
                "For INRAE's staff: 150 € no VAT charged;"
            ],
            "topics": [],
            "keywords": [
                "Linux",
                "Cluster"
            ],
            "prerequisites": [
                "Linux/Unix"
            ],
            "openTo": "Everyone",
            "accessConditions": "You need to register (via the website) and pay 165 euros a day for academic and 550 euros a day for a private.",
            "maxParticipants": 12,
            "contacts": [
                "https://catalogue.france-bioinformatique.fr/api/userprofile/344/?format=api"
            ],
            "elixirPlatforms": [],
            "communities": [],
            "sponsoredBy": [],
            "organisedByOrganisations": [
                {
                    "id": 37,
                    "name": "MIAT 0875",
                    "url": "https://catalogue.france-bioinformatique.fr/api/organisation/MIAT%200875/?format=api"
                }
            ],
            "organisedByTeams": [
                {
                    "id": 22,
                    "name": "Genotoul-bioinfo",
                    "url": "https://catalogue.france-bioinformatique.fr/api/team/Genotoul-bioinfo/?format=api"
                }
            ],
            "logo_url": "http://bioinfo.genotoul.fr/wp-content/uploads/bioinfo_logo-rvb-petit.png",
            "updated_at": "2024-06-05T09:19:16.493620Z",
            "type": "Training course",
            "start_date": "2024-10-08",
            "end_date": "2024-10-08",
            "venue": "",
            "city": "castanet-tolosan",
            "country": "France",
            "geographical_range": "",
            "trainers": [
                "https://catalogue.france-bioinformatique.fr/api/userprofile/344/?format=api",
                "https://catalogue.france-bioinformatique.fr/api/userprofile/739/?format=api"
            ],
            "trainingMaterials": [
                {
                    "id": 139,
                    "name": "Cluster Slides",
                    "url": "https://catalogue.france-bioinformatique.fr/api/trainingmaterial/Cluster%20Slides/?format=api"
                },
                {
                    "id": 140,
                    "name": "TP Cluster",
                    "url": "https://catalogue.france-bioinformatique.fr/api/trainingmaterial/TP%20Cluster/?format=api"
                }
            ],
            "computingFacilities": [],
            "realisation_status": "past",
            "registration_opening": "2024-06-05",
            "registration_closing": "2024-10-01",
            "registration_status": "closed",
            "courseMode": "Online"
        },
        {
            "id": 477,
            "name": "Cluster - session 2022/10/11",
            "shortName": "",
            "description": "This training session is designed to help you deal with the platform compute cluster and data banks. You will launch your first processing batch on the cluster and will learn how to track and manage them. Organized jointly by the Sigenae and bioinfo genotoul platforms.",
            "homepage": "http://bioinfo.genotoul.fr/index.php/events/cluster-2/",
            "is_draft": false,
            "costs": [
                "Non-academic: 550€ + 20% taxes (TVA)",
                "Academic but non-INRAE: 170 € + 20% taxes (TVA)",
                "For INRAE's staff: 150 € no VAT charged;"
            ],
            "topics": [],
            "keywords": [
                "Linux",
                "Cluster"
            ],
            "prerequisites": [
                "Linux - Basic Knowledge"
            ],
            "openTo": "Everyone",
            "accessConditions": "",
            "maxParticipants": 10,
            "contacts": [
                "https://catalogue.france-bioinformatique.fr/api/userprofile/300/?format=api"
            ],
            "elixirPlatforms": [],
            "communities": [],
            "sponsoredBy": [],
            "organisedByOrganisations": [],
            "organisedByTeams": [
                {
                    "id": 22,
                    "name": "Genotoul-bioinfo",
                    "url": "https://catalogue.france-bioinformatique.fr/api/team/Genotoul-bioinfo/?format=api"
                }
            ],
            "logo_url": null,
            "updated_at": "2023-05-17T10:14:33.722250Z",
            "type": "Training course",
            "start_date": "2022-10-11",
            "end_date": "2022-10-11",
            "venue": "",
            "city": "Castanet Tolosan",
            "country": "France",
            "geographical_range": "",
            "trainers": [],
            "trainingMaterials": [],
            "computingFacilities": [],
            "realisation_status": "past",
            "registration_opening": "2022-03-08",
            "registration_closing": "2022-10-04",
            "registration_status": "closed",
            "courseMode": "Online"
        },
        {
            "id": 528,
            "name": "LINUX - session 17/04/2023",
            "shortName": "",
            "description": "This training session is organized by the Genotoul bioinfo platform and aims at learning sequence analysis. This training session has been designed to familiarize yourself with the platform resources and its organization. You will learn to access the platform from your work station, what is an Linux environment and how to use it, how to create and manipulate files, how to transfer them from and to your personal computer.\r\n\r\nThis training is focused on practice. It consists of 3 modules with a large variety of exercises:\r\n\r\n- Connect to « genotoul » server (09:00 am to 10:30 am): Platform presentation, Linux basics, opening an user account, Putty installation, first connection.\r\n- Files and basics commands  (10:45 am to 12:00 pm): types of files and secure access, file manipulation commands, text editors and viewers, disk space management .\r\n- Transfers and file manipulation (14:00 pm to 17:00 pm): download/transfer, compress/uncompress, utility commands and data extraction, output redirections.",
            "homepage": "http://bioinfo.genotoul.fr/index.php/events/linux-2-2/",
            "is_draft": false,
            "costs": [
                "Non-academic: 550€ + 20% taxes (TVA)",
                "Academic but non-INRAE: 170 € + 20% taxes (TVA)",
                "For INRAE's staff: 150 € no VAT charged;"
            ],
            "topics": [
                "http://edamontology.org/topic_3316"
            ],
            "keywords": [],
            "prerequisites": [
                "none"
            ],
            "openTo": "Everyone",
            "accessConditions": "",
            "maxParticipants": 12,
            "contacts": [],
            "elixirPlatforms": [],
            "communities": [],
            "sponsoredBy": [],
            "organisedByOrganisations": [
                {
                    "id": 37,
                    "name": "MIAT 0875",
                    "url": "https://catalogue.france-bioinformatique.fr/api/organisation/MIAT%200875/?format=api"
                }
            ],
            "organisedByTeams": [
                {
                    "id": 22,
                    "name": "Genotoul-bioinfo",
                    "url": "https://catalogue.france-bioinformatique.fr/api/team/Genotoul-bioinfo/?format=api"
                }
            ],
            "logo_url": "http://bioinfo.genotoul.fr/wp-content/uploads/bioinfo_logo-rvb-petit.png",
            "updated_at": "2023-05-17T10:04:05.719947Z",
            "type": "Training course",
            "start_date": "2023-04-17",
            "end_date": "2023-04-17",
            "venue": "",
            "city": "",
            "country": "",
            "geographical_range": "",
            "trainers": [],
            "trainingMaterials": [],
            "computingFacilities": [],
            "realisation_status": "past",
            "registration_opening": "2023-04-04",
            "registration_closing": "2023-04-12",
            "registration_status": "closed",
            "courseMode": "Onsite"
        },
        {
            "id": 476,
            "name": "LINUX - session 2022/10/10",
            "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": [
                "Linux - Basic Knowledge"
            ],
            "openTo": "Everyone",
            "accessConditions": "",
            "maxParticipants": 10,
            "contacts": [
                "https://catalogue.france-bioinformatique.fr/api/userprofile/300/?format=api"
            ],
            "elixirPlatforms": [],
            "communities": [],
            "sponsoredBy": [],
            "organisedByOrganisations": [
                {
                    "id": 37,
                    "name": "MIAT 0875",
                    "url": "https://catalogue.france-bioinformatique.fr/api/organisation/MIAT%200875/?format=api"
                }
            ],
            "organisedByTeams": [
                {
                    "id": 22,
                    "name": "Genotoul-bioinfo",
                    "url": "https://catalogue.france-bioinformatique.fr/api/team/Genotoul-bioinfo/?format=api"
                }
            ],
            "logo_url": "http://bioinfo.genotoul.fr/wp-content/uploads/bioinfo_logo-rvb-petit.png",
            "updated_at": "2022-06-02T11:50:50.627601Z",
            "type": "Training course",
            "start_date": "2022-10-10",
            "end_date": "2022-10-10",
            "venue": "",
            "city": "Castanet Tolosan",
            "country": "France",
            "geographical_range": "",
            "trainers": [
                "https://catalogue.france-bioinformatique.fr/api/userprofile/344/?format=api"
            ],
            "trainingMaterials": [],
            "computingFacilities": [],
            "realisation_status": "past",
            "registration_opening": "2022-03-08",
            "registration_closing": "2022-10-03",
            "registration_status": "closed",
            "courseMode": "Online"
        },
        {
            "id": 611,
            "name": "Using sed and awk to modify large large text files - session 24/04/2024",
            "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": [],
            "prerequisites": [
                "Linux/Unix"
            ],
            "openTo": "Everyone",
            "accessConditions": "",
            "maxParticipants": 12,
            "contacts": [
                "https://catalogue.france-bioinformatique.fr/api/userprofile/338/?format=api"
            ],
            "elixirPlatforms": [],
            "communities": [],
            "sponsoredBy": [],
            "organisedByOrganisations": [
                {
                    "id": 37,
                    "name": "MIAT 0875",
                    "url": "https://catalogue.france-bioinformatique.fr/api/organisation/MIAT%200875/?format=api"
                }
            ],
            "organisedByTeams": [
                {
                    "id": 22,
                    "name": "Genotoul-bioinfo",
                    "url": "https://catalogue.france-bioinformatique.fr/api/team/Genotoul-bioinfo/?format=api"
                }
            ],
            "logo_url": "http://bioinfo.genotoul.fr/wp-content/uploads/bioinfo_logo-rvb-petit.png",
            "updated_at": "2024-03-26T14:25:14.649994Z",
            "type": "Training course",
            "start_date": "2024-04-24",
            "end_date": "2024-04-24",
            "venue": "",
            "city": "Castanet Tolosan",
            "country": "France",
            "geographical_range": "",
            "trainers": [],
            "trainingMaterials": [
                {
                    "id": 141,
                    "name": "training material sed and awk training",
                    "url": "https://catalogue.france-bioinformatique.fr/api/trainingmaterial/training%20material%20sed%20and%20awk%20training/?format=api"
                }
            ],
            "computingFacilities": [],
            "realisation_status": "past",
            "registration_opening": "2024-03-24",
            "registration_closing": null,
            "registration_status": "open",
            "courseMode": "Online"
        },
        {
            "id": 667,
            "name": "LINUX - session 11 March 2025",
            "shortName": "",
            "description": "This training session is organized by the Genotoul bioinfo platform and aims at learning sequence analysis. This training session has been designed to familiarize yourself with the platform resources and its organization. You will learn to access the platform from your work station, what is an Linux environment and how to use it, how to create and manipulate files, how to transfer them from and to your personal computer.\r\n\r\nThis training is focused on practice. It consists of 3 modules with a large variety of exercises:\r\n\r\n- Connect to « genotoul » server (09:00 am to 10:30 am): Platform presentation, Linux basics, opening an user account, Putty installation, first connection.\r\n- Files and basics commands  (10:45 am to 12:00 pm): types of files and secure access, file manipulation commands, text editors and viewers, disk space management .\r\n- Transfers and file manipulation (14:00 pm to 17:00 pm): download/transfer, compress/uncompress, utility commands and data extraction, output redirections.",
            "homepage": "http://bioinfo.genotoul.fr/index.php/events/linux-2-2/",
            "is_draft": false,
            "costs": [
                "Non-academic: 550€ + 20% taxes (TVA)",
                "Academic but non-INRAE: 170 € + 20% taxes (TVA)",
                "For INRAE's staff: 150 € no VAT charged;"
            ],
            "topics": [
                "http://edamontology.org/topic_3316"
            ],
            "keywords": [],
            "prerequisites": [
                "none"
            ],
            "openTo": "Everyone",
            "accessConditions": "",
            "maxParticipants": 12,
            "contacts": [],
            "elixirPlatforms": [],
            "communities": [],
            "sponsoredBy": [],
            "organisedByOrganisations": [
                {
                    "id": 37,
                    "name": "MIAT 0875",
                    "url": "https://catalogue.france-bioinformatique.fr/api/organisation/MIAT%200875/?format=api"
                }
            ],
            "organisedByTeams": [
                {
                    "id": 22,
                    "name": "Genotoul-bioinfo",
                    "url": "https://catalogue.france-bioinformatique.fr/api/team/Genotoul-bioinfo/?format=api"
                }
            ],
            "logo_url": "http://bioinfo.genotoul.fr/wp-content/uploads/bioinfo_logo-rvb-petit.png",
            "updated_at": "2024-12-06T20:39:17.845500Z",
            "type": "Training course",
            "start_date": "2025-03-11",
            "end_date": "2025-03-11",
            "venue": "",
            "city": "castanet-tolosan",
            "country": "France",
            "geographical_range": "National",
            "trainers": [],
            "trainingMaterials": [],
            "computingFacilities": [],
            "realisation_status": "past",
            "registration_opening": "2024-12-06",
            "registration_closing": "2025-03-04",
            "registration_status": "closed",
            "courseMode": "Onsite"
        }
    ]
}