Handles creating, reading and updating events.

GET /api/event/631/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 631,
    "name": "Using sed and awk to modify large large text files - session 03/10/2024",
    "shortName": "",
    "description": "This “Sed and AWK to modify large text files” training session is organized by the Genotoul bioinfo platform.\r\n\r\nThe Linux sed command is a powerful and very fast text editor without an interface. Sed can select, substitute, add, delete, and modify text in files and streams. Sed relies heavily on regular expressions for pattern matching and text selection. We’ll manipulate regexes and the sed command to modify and filter several type of file often used in bioinformatics.\r\n\r\nAWK enables to easily process columns in large text files but is also a quite powerfull programming language. This training session aims at introducing you AWK principles. You will learn about variables, operators and functions useful to manipulate very large files. \r\n\r\nFor example you can use AWK to generate your unix command lines to be launched on the cluster. AWK enables to process millions of lines in text files. The course includes short feature presentations between long hands-on sessions in which you will be able to understand the global ideas as well as details.",
    "homepage": "https://bioinfo.genotoul.fr/index.php/events/using-sed-and-awk-to-modify-large-text-files/",
    "is_draft": false,
    "costs": [
        "Non-academic: 550€ + 20% taxes (TVA)",
        "Academic but non-INRAE: 170 € + 20% taxes (TVA)",
        "For INRAE's staff: 150 € no VAT charged;"
    ],
    "topics": [],
    "keywords": [
        "Programming Languages & Computer Sciences"
    ],
    "prerequisites": [
        "Linux/Unix"
    ],
    "openTo": "Everyone",
    "accessConditions": "",
    "maxParticipants": 12,
    "contacts": [
        "https://catalogue.france-bioinformatique.fr/api/userprofile/338/?format=api"
    ],
    "elixirPlatforms": [],
    "communities": [],
    "sponsoredBy": [],
    "organisedByOrganisations": [
        {
            "id": 15,
            "name": "MIAT",
            "url": "https://catalogue.france-bioinformatique.fr/api/organisation/MIAT/?format=api"
        }
    ],
    "organisedByTeams": [
        {
            "id": 22,
            "name": "Genotoul-bioinfo",
            "url": "https://catalogue.france-bioinformatique.fr/api/team/Genotoul-bioinfo/?format=api"
        }
    ],
    "logo_url": "http://bioinfo.genotoul.fr/wp-content/uploads/bioinfo_logo-rvb-petit.png",
    "updated_at": "2024-06-04T07:39:04.387849Z",
    "type": "Training course",
    "start_date": "2024-10-03",
    "end_date": "2024-10-03",
    "venue": "",
    "city": "castanet-tolosan",
    "country": "France",
    "geographical_range": "National",
    "trainers": [
        "https://catalogue.france-bioinformatique.fr/api/userprofile/338/?format=api",
        "https://catalogue.france-bioinformatique.fr/api/userprofile/243/?format=api"
    ],
    "trainingMaterials": [
        {
            "id": 141,
            "name": "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-06-04",
    "registration_closing": null,
    "registration_status": "open",
    "courseMode": "Onsite"
}