Handles creating, reading and updating training materials.

GET /api/trainingmaterial/?format=api&offset=140&ordering=-fileLocation
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=-fileLocation",
    "results": [
        {
            "id": 117,
            "name": "Chip-seq: Peak calling tutorial",
            "description": "The aim is to :\nUnderstand how to process reads to obtain peaks (peak-calling).\nBecome familiar with differential analysis of peaks\nIn practice :\nObtain dataset from GEO\nAnalyze mapped reads\nObtain set(s) of peaks, handle replicates\nDifferential analysis of peak\n",
            "communities": [],
            "elixirPlatforms": [],
            "doi": null,
            "fileLocation": "http://dputhier.github.io/EBA_2015_ChIP-Seq/tutorial/01_peak_calling/peak_calling_tutorial.html",
            "fileName": "missing.txt",
            "topics": [],
            "keywords": [
                "Chip-Seq",
                "Peak calling",
                "NGS"
            ],
            "audienceTypes": [],
            "audienceRoles": [],
            "difficultyLevel": "",
            "providedBy": [],
            "dateCreation": null,
            "dateUpdate": null,
            "licence": null,
            "maintainers": [
                "https://catalogue.france-bioinformatique.fr/api/userprofile/698/?format=api",
                "https://catalogue.france-bioinformatique.fr/api/userprofile/644/?format=api",
                "https://catalogue.france-bioinformatique.fr/api/userprofile/721/?format=api",
                "https://catalogue.france-bioinformatique.fr/api/userprofile/512/?format=api"
            ]
        },
        {
            "id": 118,
            "name": "Chip-seq: Introduction to the Workshop",
            "description": "Data visualization, quality control, normalization & peak calling\nPeak annotation\nFrom peaks to motifs\n",
            "communities": [],
            "elixirPlatforms": [],
            "doi": null,
            "fileLocation": "http://dputhier.github.io/EBA_2015_ChIP-Seq/slides/chipseq_CarlHerrmann_Roscoff2015.pdf",
            "fileName": "missing.txt",
            "topics": [],
            "keywords": [
                "Chip-Seq"
            ],
            "audienceTypes": [],
            "audienceRoles": [],
            "difficultyLevel": "",
            "providedBy": [],
            "dateCreation": null,
            "dateUpdate": null,
            "licence": null,
            "maintainers": [
                "https://catalogue.france-bioinformatique.fr/api/userprofile/661/?format=api"
            ]
        },
        {
            "id": 114,
            "name": "Chip Seq: Annotation and visualization Lesson",
            "description": "How to add biological meaning to peaks\n",
            "communities": [],
            "elixirPlatforms": [],
            "doi": null,
            "fileLocation": "http://dputhier.github.io/EBA_2015_ChIP-Seq/slides/ChIP-seq_annotation_MD_2015.pdf",
            "fileName": "missing.txt",
            "topics": [],
            "keywords": [
                "Chip-Seq",
                "Data visualization",
                "Annotation",
                "NGS"
            ],
            "audienceTypes": [],
            "audienceRoles": [],
            "difficultyLevel": "",
            "providedBy": [],
            "dateCreation": null,
            "dateUpdate": null,
            "licence": null,
            "maintainers": [
                "https://catalogue.france-bioinformatique.fr/api/userprofile/662/?format=api",
                "https://catalogue.france-bioinformatique.fr/api/userprofile/698/?format=api",
                "https://catalogue.france-bioinformatique.fr/api/userprofile/644/?format=api",
                "https://catalogue.france-bioinformatique.fr/api/userprofile/624/?format=api",
                "https://catalogue.france-bioinformatique.fr/api/userprofile/720/?format=api",
                "https://catalogue.france-bioinformatique.fr/api/userprofile/512/?format=api"
            ]
        },
        {
            "id": 89,
            "name": "Docker Tutorial",
            "description": "Docker is free software that automates the deployment of applications in software containers executant in isolation. A Docker container, away from traditional virtual machines, requires no separate operating system and not providing any but relies instead on the core functionality and uses the isolation of resources and namespaces separated to isolate the operating system as seen by the application.\n",
            "communities": [],
            "elixirPlatforms": [],
            "doi": null,
            "fileLocation": "http://bioserv.rpbs.univ-paris-diderot.fr/tutorials.html",
            "fileName": "missing.txt",
            "topics": [],
            "keywords": [
                "Docker"
            ],
            "audienceTypes": [],
            "audienceRoles": [],
            "difficultyLevel": "",
            "providedBy": [],
            "dateCreation": null,
            "dateUpdate": null,
            "licence": null,
            "maintainers": [
                "https://catalogue.france-bioinformatique.fr/api/userprofile/523/?format=api"
            ]
        }
    ]
}