Handles creating, reading and updating training materials.

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

{
    "count": 144,
    "next": null,
    "previous": "https://catalogue.france-bioinformatique.fr/api/trainingmaterial/?format=api&limit=20&offset=120&ordering=-licence",
    "results": [
        {
            "id": 67,
            "name": "Galaxy: Initiation II",
            "description": "Galaxy II: common tools, quality control; alignment; data managment\n",
            "communities": [],
            "elixirPlatforms": [],
            "doi": null,
            "fileLocation": "http://www.france-bioinformatique.fr/sites/default/files/G045_16-11-21-galaxy-tp-initiation-II-0.3.pdf",
            "fileName": "missing.txt",
            "topics": [],
            "keywords": [
                "genomics"
            ],
            "audienceTypes": [],
            "audienceRoles": [],
            "difficultyLevel": "",
            "providedBy": [],
            "dateCreation": "2016-11-21",
            "dateUpdate": null,
            "licence": "CC BY-NC-SA",
            "maintainers": [
                "https://catalogue.france-bioinformatique.fr/api/userprofile/362/?format=api"
            ]
        },
        {
            "id": 141,
            "name": "training material sed and awk training",
            "description": "training material sed and awk training (genotoul bioinfo facility)",
            "communities": [],
            "elixirPlatforms": [],
            "doi": null,
            "fileLocation": "https://genoweb.toulouse.inra.fr/~klopp/SedAwk2024/Processing_large_files_with_sed_awk_2024.pdf",
            "fileName": "Processing_large_files_with_sed_awk_2024.pdf",
            "topics": [
                "http://edamontology.org/topic_3316"
            ],
            "keywords": [
                "Programming Languages & Computer Sciences"
            ],
            "audienceTypes": [],
            "audienceRoles": [],
            "difficultyLevel": "Intermediate",
            "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"
            ]
        },
        {
            "id": 142,
            "name": "Introduction to python",
            "description": "Training slides (theory and exercises)",
            "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"
            ]
        },
        {
            "id": 1,
            "name": "SG-ONT-slides",
            "description": "Slides used for the training \"\t\r\nIntroduction to Oxford Nanopore Technology data analyses\"",
            "communities": [],
            "elixirPlatforms": [],
            "doi": null,
            "fileLocation": "https://southgreenplatform.github.io/trainings//files/ont_2021.pdf",
            "fileName": "ont_2021.pdf",
            "topics": [],
            "keywords": [],
            "audienceTypes": [],
            "audienceRoles": [],
            "difficultyLevel": "",
            "providedBy": [],
            "dateCreation": "2022-01-24",
            "dateUpdate": "2022-01-24",
            "licence": "Creative Commons Attribution 4.0 International License",
            "maintainers": []
        }
    ]
}