Handles creating, reading and updating training materials.

GET /api/trainingmaterial/Introduction%20to%20python%20-%20Genotoul-bioinfo/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 142,
    "name": "Introduction to python - Genotoul-bioinfo",
    "description": "Training slides (theory and exercises).\r\nThe 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).",
    "communities": [],
    "elixirPlatforms": [],
    "doi": null,
    "fileLocation": "https://training-python-for-biology-genotoul-bioinfo-a77c191514cdd1dc1b.pages.mia.inra.fr/#/title-slide",
    "fileName": "training-python-for-biology",
    "topics": [
        "http://edamontology.org/topic_3316"
    ],
    "keywords": [
        "Python Language"
    ],
    "audienceTypes": [
        "Professional (continued)"
    ],
    "audienceRoles": [
        "Life scientists"
    ],
    "difficultyLevel": "Novice",
    "providedBy": [
        {
            "id": 22,
            "name": "Genotoul-bioinfo",
            "url": "https://catalogue.france-bioinformatique.fr/api/team/Genotoul-bioinfo/?format=api"
        }
    ],
    "dateCreation": null,
    "dateUpdate": null,
    "licence": "Creative Commons Attribution 4.0 International License",
    "maintainers": [
        "https://catalogue.france-bioinformatique.fr/api/userprofile/300/?format=api",
        "https://catalogue.france-bioinformatique.fr/api/userprofile/739/?format=api"
    ]
}