Handles creating, reading and updating training materials.

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

{
    "count": 145,
    "next": null,
    "previous": "https://catalogue.france-bioinformatique.fr/api/trainingmaterial/?limit=20&offset=120&ordering=-fileName",
    "results": [
        {
            "id": 126,
            "name": "Galaxy 101 for everyone",
            "description": "This practical aims at familiarizing you with the Galaxy user interface. It will teach you how to perform basic tasks such as importing data, running tools, working with histories, creating workflows and sharing your work. Not everyone has the same background and that’s ok!",
            "communities": [],
            "elixirPlatforms": [],
            "doi": null,
            "fileLocation": "https://training.galaxyproject.org/training-material/topics/introduction/tutorials/galaxy-intro-101-everyone/tutorial.html",
            "fileName": "galaxy-intro-101-everyone",
            "topics": [],
            "keywords": [],
            "audienceTypes": [],
            "audienceRoles": [],
            "difficultyLevel": "",
            "providedBy": [],
            "dateCreation": null,
            "dateUpdate": null,
            "licence": "CC-BY-4.0",
            "maintainers": [
                "https://catalogue.france-bioinformatique.fr/api/userprofile/677/"
            ]
        },
        {
            "id": 137,
            "name": "Linux slides",
            "description": "Slides for linux session (genotoul bioinfo facility)",
            "communities": [],
            "elixirPlatforms": [],
            "doi": null,
            "fileLocation": "https://bioinfo.genotoul.fr/wp-content/uploads/Formation_LINUX_GenoToul_2024.pdf",
            "fileName": "Formation_LINUX_GenoToul_2024.pdf",
            "topics": [],
            "keywords": [
                "Operating systems"
            ],
            "audienceTypes": [],
            "audienceRoles": [],
            "difficultyLevel": "Novice",
            "providedBy": [],
            "dateCreation": null,
            "dateUpdate": null,
            "licence": "CC BY-NC-SA",
            "maintainers": [
                "https://catalogue.france-bioinformatique.fr/api/userprofile/300/"
            ]
        },
        {
            "id": 139,
            "name": "Cluster Slides",
            "description": "Slides for Cluster training (bioinfo genotoul facility)",
            "communities": [],
            "elixirPlatforms": [],
            "doi": null,
            "fileLocation": "https://bioinfo.genotoul.fr/wp-content/uploads/Formation_cluster_SLURM_2024.pdf",
            "fileName": "Formation_cluster_SLURM_2024.pdf",
            "topics": [],
            "keywords": [
                "Cluster"
            ],
            "audienceTypes": [],
            "audienceRoles": [],
            "difficultyLevel": "Novice",
            "providedBy": [
                {
                    "id": 22,
                    "name": "Genotoul-bioinfo",
                    "url": "https://catalogue.france-bioinformatique.fr/api/team/Genotoul-bioinfo/"
                }
            ],
            "dateCreation": null,
            "dateUpdate": null,
            "licence": "CC BY-NC-SA",
            "maintainers": [
                "https://catalogue.france-bioinformatique.fr/api/userprofile/300/"
            ]
        },
        {
            "id": 125,
            "name": "ETBII 2023",
            "description": "All the training materials dedicated to the IFB's Integrative Bioinformatics Thematic School, which took place in January 2023.",
            "communities": [],
            "elixirPlatforms": [],
            "doi": null,
            "fileLocation": "https://moodle.france-bioinformatique.fr/course/view.php?id=13",
            "fileName": "ETBII 2023 Training materials",
            "topics": [
                "http://edamontology.org/topic_3474",
                "http://edamontology.org/topic_3316",
                "http://edamontology.org/topic_3391",
                "http://edamontology.org/topic_3365",
                "http://edamontology.org/topic_2269",
                "http://edamontology.org/topic_0092",
                "http://edamontology.org/topic_3307",
                "http://edamontology.org/topic_0091"
            ],
            "keywords": [
                "Biological network inference and analysis",
                "Multivariate analyses",
                "Semantic web",
                "Data Integration"
            ],
            "audienceTypes": [
                "Professional (initial)"
            ],
            "audienceRoles": [
                "Life scientists",
                "Computer scientists",
                "Bioinformaticians"
            ],
            "difficultyLevel": "Novice",
            "providedBy": [
                {
                    "id": 29,
                    "name": "IFB Core",
                    "url": "https://catalogue.france-bioinformatique.fr/api/team/IFB%20Core/"
                }
            ],
            "dateCreation": null,
            "dateUpdate": null,
            "licence": null,
            "maintainers": [
                "https://catalogue.france-bioinformatique.fr/api/userprofile/762/"
            ]
        },
        {
            "id": 129,
            "name": "Bacterial Genome Annotation",
            "description": "This tutorial covers the questions:\r\n- Which genes are on a draft bacterial genome?\r\n- Which other genomic components can be found on a draft bacterial genome?\r\n\r\nAt the end of the tutorial, learners would be able to:\r\n- Run a series of tools to annotate a draft bacterial genome for different types of genomic components\r\n- Evaluate the annotation\r\n- Process the outputs to format them for visualization needs\r\n- Visualize a draft bacterial genome and its annotations",
            "communities": [],
            "elixirPlatforms": [],
            "doi": null,
            "fileLocation": "https://training.galaxyproject.org/training-material/topics/genome-annotation/tutorials/bacterial-genome-annotation/tutorial.html",
            "fileName": "bacterial-genome-annotation",
            "topics": [
                "http://edamontology.org/topic_3301",
                "http://edamontology.org/topic_0219"
            ],
            "keywords": [
                "Bacterial isolate",
                "Annotation",
                "Galaxy"
            ],
            "audienceTypes": [
                "Undergraduate",
                "Graduate",
                "Professional (initial)",
                "Professional (continued)"
            ],
            "audienceRoles": [
                "Researchers",
                "Life scientists",
                "Biologists"
            ],
            "difficultyLevel": "Novice",
            "providedBy": [],
            "dateCreation": null,
            "dateUpdate": null,
            "licence": "CC-BY-4.0",
            "maintainers": [
                "https://catalogue.france-bioinformatique.fr/api/userprofile/677/"
            ]
        }
    ]
}