Handles creating, reading and updating events.

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

{
    "id": 635,
    "name": "Introduction To Python - session 16/10/2024 - 17/10/2024",
    "shortName": "Introduction To Python - session 16/10/2024 - 17/10/2024",
    "description": "The Toulouse Genotoul bioinformatics platform, organizes a 2 days long training course for non computer scientist and biologists aiming at learning the foundation of Python programming. In this training you will learn the basics of programming (variables, functions, control structures such as “if” condition, “for” loop”), writing simple programs which read files, and write results to others. The training course does not require any knowledge in programming, but basic Linux/bash commands are required (cd, ls).\r\n\r\nThis training focuses on practice. It consists of modules with a large variety of exercises described hereunder (PROVISIONAL SCHEDULE):\r\n\r\nUsing a Jupyter notebook (Day 1).\r\nUsing variables (Day 1).\r\nBasic operations and functions (Day 1).\r\nReading a file, writing to a file (Day 1).\r\nCharacter string manipulation (Day 1).\r\nLists and dictionaries (Day 2).\r\nThe if and for controls (Day 2).\r\nBases of algorithms (Day 2).",
    "homepage": "https://bioinfo.genotoul.fr/index.php/events/python/",
    "is_draft": false,
    "costs": [],
    "topics": [
        "http://edamontology.org/topic_3307"
    ],
    "keywords": [
        "Python Language"
    ],
    "prerequisites": [
        "Linux/Unix"
    ],
    "openTo": "Everyone",
    "accessConditions": "",
    "maxParticipants": 12,
    "contacts": [
        "https://catalogue.france-bioinformatique.fr/api/userprofile/642/?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-10T12:33:57.629350Z",
    "type": "Training course",
    "start_date": "2024-10-16",
    "end_date": "2024-10-17",
    "venue": "",
    "city": "castanet-tolosan",
    "country": "France",
    "geographical_range": "",
    "trainers": [
        "https://catalogue.france-bioinformatique.fr/api/userprofile/642/?format=api"
    ],
    "trainingMaterials": [
        {
            "id": 142,
            "name": "Introduction to python",
            "url": "https://catalogue.france-bioinformatique.fr/api/trainingmaterial/Introduction%20to%20python/?format=api"
        }
    ],
    "computingFacilities": [],
    "realisation_status": "past",
    "registration_opening": "2024-06-05",
    "registration_closing": "2024-10-08",
    "registration_status": "closed",
    "courseMode": "Online"
}