Handles creating, reading and updating training materials.

GET /api/trainingmaterial/?offset=40
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 143,
    "next": "https://catalogue.france-bioinformatique.fr/api/trainingmaterial/?limit=20&offset=60",
    "previous": "https://catalogue.france-bioinformatique.fr/api/trainingmaterial/?limit=20&offset=20",
    "results": [
        {
            "id": 41,
            "name": "Galaxy Configuration Hierarchy",
            "description": "How to configure your local instance of Galaxy\n",
            "communities": [],
            "elixirPlatforms": [],
            "doi": null,
            "fileLocation": "https://igbmc.github.io/egdw2017/day4/admin/01-configuration-hierarchy/index.html",
            "fileName": "missing.txt",
            "topics": [],
            "keywords": [
                "Galaxy"
            ],
            "audienceTypes": [],
            "audienceRoles": [],
            "difficultyLevel": "",
            "providedBy": [],
            "dateCreation": "2017-01-19",
            "dateUpdate": null,
            "licence": null,
            "maintainers": [
                "https://catalogue.france-bioinformatique.fr/api/userprofile/563/"
            ]
        },
        {
            "id": 42,
            "name": "Galaxy Installation",
            "description": "How to install a local instance of Galaxy\n",
            "communities": [],
            "elixirPlatforms": [],
            "doi": null,
            "fileLocation": "https://igbmc.github.io/egdw2017/day4/admin/00-installation/index.html",
            "fileName": "missing.txt",
            "topics": [],
            "keywords": [
                "Galaxy"
            ],
            "audienceTypes": [],
            "audienceRoles": [],
            "difficultyLevel": "",
            "providedBy": [],
            "dateCreation": "2017-01-19",
            "dateUpdate": null,
            "licence": null,
            "maintainers": [
                "https://catalogue.france-bioinformatique.fr/api/userprofile/563/"
            ]
        },
        {
            "id": 43,
            "name": "Galaxy Interactive Tour",
            "description": "Questions\nWhat is a Galaxy Interactive Tour?\nHow to create a Galaxy Interactive Tour?\nObjectives\nDiscover what is a Galaxy Interactive Tour\nBe able to create a Galaxy Interactive Tour\nBe able to add a Galaxy Interactive Tour in a Galaxy instance\n",
            "communities": [],
            "elixirPlatforms": [],
            "doi": null,
            "fileLocation": "http://galaxyproject.github.io/training-material/Dev-Corner/slides/interactive_tour.html",
            "fileName": "missing.txt",
            "topics": [],
            "keywords": [
                "Galaxy"
            ],
            "audienceTypes": [],
            "audienceRoles": [],
            "difficultyLevel": "",
            "providedBy": [],
            "dateCreation": "2017-01-18",
            "dateUpdate": null,
            "licence": null,
            "maintainers": [
                "https://catalogue.france-bioinformatique.fr/api/userprofile/677/",
                "https://catalogue.france-bioinformatique.fr/api/userprofile/689/",
                "https://catalogue.france-bioinformatique.fr/api/userprofile/662/"
            ]
        },
        {
            "id": 44,
            "name": "Galaxy Visualisation - Tutorial",
            "description": "Visualizations may be very helpful in understanding data better. There is a whole range of visualizations, from rather simple scatter and barplots up to projections of high dimensional data or even entire genomes. Many of these visualizations often require a lot of tweaking and changes in settings like zooming in and assigning colors, etc. Therefore, visualizations are ideally interactive, and changing settings is often an initial step in exploring data. For this reason it may be inconvenient to make use of static galaxy tools because it lacks these interactive features. For these situations Galaxy offers the option to create visualizations plugins, file format specific javascripts that integrate with the history menu, without making redundant copies of data.\nIn this tutorial we shall go through how this system works and create a simple visualization plugin. The tool will create a visualization of the number of aligned reads per chromosome of a BAM file, and we will discuss possible optimizations and advantages and disadvantages of the proposed implementation.\n",
            "communities": [],
            "elixirPlatforms": [],
            "doi": null,
            "fileLocation": "http://galaxyproject.github.io/training-material/Dev-Corner/tutorials/visualizations",
            "fileName": "missing.txt",
            "topics": [],
            "keywords": [
                "Galaxy"
            ],
            "audienceTypes": [],
            "audienceRoles": [],
            "difficultyLevel": "",
            "providedBy": [],
            "dateCreation": "2017-01-18",
            "dateUpdate": null,
            "licence": null,
            "maintainers": [
                "https://catalogue.france-bioinformatique.fr/api/userprofile/690/",
                "https://catalogue.france-bioinformatique.fr/api/userprofile/691/"
            ]
        },
        {
            "id": 45,
            "name": "Galaxy Visualisation - Slides",
            "description": "Questions\n\n\n\tHow can visualization plugins benefit science?\n\n\n\nObjectives\n\n\n\tImplement a first Galaxy visualization\n\tUnderstand the client side vs. server side principle\n\n",
            "communities": [],
            "elixirPlatforms": [],
            "doi": null,
            "fileLocation": "http://galaxyproject.github.io/training-material/Dev-Corner/slides/visualizations.html",
            "fileName": "missing.txt",
            "topics": [],
            "keywords": [
                "Galaxy"
            ],
            "audienceTypes": [],
            "audienceRoles": [],
            "difficultyLevel": "",
            "providedBy": [],
            "dateCreation": "2017-01-18",
            "dateUpdate": null,
            "licence": null,
            "maintainers": [
                "https://catalogue.france-bioinformatique.fr/api/userprofile/690/",
                "https://catalogue.france-bioinformatique.fr/api/userprofile/691/"
            ]
        },
        {
            "id": 46,
            "name": "BioBlend API",
            "description": "BioBlend module, a python library to use Galaxy API\n",
            "communities": [],
            "elixirPlatforms": [],
            "doi": null,
            "fileLocation": "http://galaxyproject.github.io/training-material/Dev-Corner/slides/bioblend_api.html",
            "fileName": "missing.txt",
            "topics": [],
            "keywords": [
                "Galaxy",
                "Python",
                "API"
            ],
            "audienceTypes": [],
            "audienceRoles": [],
            "difficultyLevel": "",
            "providedBy": [],
            "dateCreation": "2017-01-18",
            "dateUpdate": null,
            "licence": null,
            "maintainers": [
                "https://catalogue.france-bioinformatique.fr/api/userprofile/189/",
                "https://catalogue.france-bioinformatique.fr/api/userprofile/414/",
                "https://catalogue.france-bioinformatique.fr/api/userprofile/563/"
            ]
        },
        {
            "id": 47,
            "name": "ToolShed upload and tool-iuc PR",
            "description": "Questions\nWhat is a Tool Shed?\nHow to install tools and workflows from a Tool Shed into a Galaxy instance?\nWhat are the Tool Shed repository types?\nHow to publish with Planemo?\nObjectives\nDiscover what is a Tool Shed\nBe able to install tools and workflows from a Tool Shed into a Galaxy instance\nBe able to publish tools with Planemo\n",
            "communities": [],
            "elixirPlatforms": [],
            "doi": null,
            "fileLocation": "https://igbmc.github.io/egdw2017/day2/toolshed/index.html",
            "fileName": "missing.txt",
            "topics": [],
            "keywords": [
                "Galaxy"
            ],
            "audienceTypes": [],
            "audienceRoles": [],
            "difficultyLevel": "",
            "providedBy": [],
            "dateCreation": "2017-01-17",
            "dateUpdate": null,
            "licence": null,
            "maintainers": [
                "https://catalogue.france-bioinformatique.fr/api/userprofile/677/",
                "https://catalogue.france-bioinformatique.fr/api/userprofile/689/",
                "https://catalogue.france-bioinformatique.fr/api/userprofile/362/"
            ]
        },
        {
            "id": 48,
            "name": "Tool development and integration into Galaxy",
            "description": "Questions:\nWhat is a tool for Galaxy?\nHow to build a tool/wrapper with the good practices?\nHow to deal with the tool environment?\n \nObjectives:\nDiscover what is a wrapper and its structure\nUse the Planemo utilities to develop a good wrapper\nDeal with the dependencies\nWrite functional tests\nMake a tool ready for publishing in a ToolShed\n",
            "communities": [],
            "elixirPlatforms": [],
            "doi": null,
            "fileLocation": "http://galaxyproject.github.io/training-material/Dev-Corner/slides/tool_integration.html",
            "fileName": "missing.txt",
            "topics": [],
            "keywords": [
                "Galaxy"
            ],
            "audienceTypes": [],
            "audienceRoles": [],
            "difficultyLevel": "",
            "providedBy": [],
            "dateCreation": "2017-01-16",
            "dateUpdate": null,
            "licence": null,
            "maintainers": [
                "https://catalogue.france-bioinformatique.fr/api/userprofile/663/",
                "https://catalogue.france-bioinformatique.fr/api/userprofile/677/",
                "https://catalogue.france-bioinformatique.fr/api/userprofile/689/",
                "https://catalogue.france-bioinformatique.fr/api/userprofile/362/"
            ]
        },
        {
            "id": 49,
            "name": "Development in Galaxy",
            "description": "Galaxy is an open-source project. Everyone can contribute to its development with core Galaxy development, integration of softwares in Galaxy environment, ... Here, you will find some materials to learn how to contribute to Galaxy project.\n",
            "communities": [],
            "elixirPlatforms": [],
            "doi": null,
            "fileLocation": "https://github.com/galaxyproject/training-material/tree/master/Dev-Corner",
            "fileName": "missing.txt",
            "topics": [],
            "keywords": [
                "Galaxy"
            ],
            "audienceTypes": [],
            "audienceRoles": [],
            "difficultyLevel": "",
            "providedBy": [],
            "dateCreation": null,
            "dateUpdate": null,
            "licence": null,
            "maintainers": [
                "https://catalogue.france-bioinformatique.fr/api/userprofile/677/",
                "https://catalogue.france-bioinformatique.fr/api/userprofile/689/",
                "https://catalogue.france-bioinformatique.fr/api/userprofile/77/",
                "https://catalogue.france-bioinformatique.fr/api/userprofile/362/"
            ]
        },
        {
            "id": 50,
            "name": "Welcome and Introduction",
            "description": "\n \n\nIntroduction message of the EGDW 2017\n \n",
            "communities": [],
            "elixirPlatforms": [],
            "doi": null,
            "fileLocation": "https://ressources.france-bioinformatique.fr/sites/default/files/introduction.pdf",
            "fileName": " introduction.pdf",
            "topics": [],
            "keywords": [],
            "audienceTypes": [],
            "audienceRoles": [],
            "difficultyLevel": "",
            "providedBy": [],
            "dateCreation": "2017-01-16",
            "dateUpdate": null,
            "licence": null,
            "maintainers": []
        },
        {
            "id": 51,
            "name": "Eukaryotic small RNA",
            "description": "\n \n\nSmall RNAseq data analysis for miRNA identification\n \n",
            "communities": [],
            "elixirPlatforms": [],
            "doi": null,
            "fileLocation": "http://ressources.france-bioinformatique.fr/sites/default/files/sRNA-Seq.pdf",
            "fileName": "missing.txt",
            "topics": [],
            "keywords": [
                "RNA-seq"
            ],
            "audienceTypes": [],
            "audienceRoles": [],
            "difficultyLevel": "",
            "providedBy": [],
            "dateCreation": "2016-11-23",
            "dateUpdate": null,
            "licence": null,
            "maintainers": [
                "https://catalogue.france-bioinformatique.fr/api/userprofile/642/"
            ]
        },
        {
            "id": 52,
            "name": "Statistics with RStudio",
            "description": "Introduction to statistics with R\n",
            "communities": [],
            "elixirPlatforms": [],
            "doi": null,
            "fileLocation": "http://jvanheld.github.io/stats_avec_RStudio_EBA/",
            "fileName": "missing.txt",
            "topics": [],
            "keywords": [
                "R"
            ],
            "audienceTypes": [],
            "audienceRoles": [],
            "difficultyLevel": "",
            "providedBy": [],
            "dateCreation": "2016-11-23",
            "dateUpdate": null,
            "licence": null,
            "maintainers": [
                "https://catalogue.france-bioinformatique.fr/api/userprofile/624/"
            ]
        },
        {
            "id": 53,
            "name": "RNA - Seq de novo",
            "description": "\n \n\nPractical session on transciptome de novo assembly\n \n",
            "communities": [],
            "elixirPlatforms": [],
            "doi": null,
            "fileLocation": "http://ressources.france-bioinformatique.fr/sites/default/files/A01b_Galaxy_RNASeq_denovo_ITMO2016_TP_v2red.pdf",
            "fileName": "missing.txt",
            "topics": [],
            "keywords": [
                "RNA-seq"
            ],
            "audienceTypes": [],
            "audienceRoles": [],
            "difficultyLevel": "",
            "providedBy": [],
            "dateCreation": "2016-11-23",
            "dateUpdate": null,
            "licence": "CC BY-NC-SA",
            "maintainers": [
                "https://catalogue.france-bioinformatique.fr/api/userprofile/388/",
                "https://catalogue.france-bioinformatique.fr/api/userprofile/134/"
            ]
        },
        {
            "id": 54,
            "name": "Transcriptome de novo assembly",
            "description": "Not available\n",
            "communities": [],
            "elixirPlatforms": [],
            "doi": null,
            "fileLocation": "http://www.france-bioinformatique.fr/sites/default/files/A01_Galaxy_RNASeq_denovo_ITMO2016_0.pdf",
            "fileName": "missing.txt",
            "topics": [],
            "keywords": [
                "Transcriptomics"
            ],
            "audienceTypes": [],
            "audienceRoles": [],
            "difficultyLevel": "",
            "providedBy": [],
            "dateCreation": "2016-11-23",
            "dateUpdate": null,
            "licence": null,
            "maintainers": [
                "https://catalogue.france-bioinformatique.fr/api/userprofile/134/",
                "https://catalogue.france-bioinformatique.fr/api/userprofile/388/"
            ]
        },
        {
            "id": 55,
            "name": "x2Go",
            "description": "Opening an x2go session to the IFBcloud\n",
            "communities": [],
            "elixirPlatforms": [],
            "doi": null,
            "fileLocation": "http://www.france-bioinformatique.fr/sites/default/files/x2go_to_IFB-VM.pdf",
            "fileName": "missing.txt",
            "topics": [],
            "keywords": [
                "Cloud"
            ],
            "audienceTypes": [],
            "audienceRoles": [],
            "difficultyLevel": "",
            "providedBy": [],
            "dateCreation": "2016-11-23",
            "dateUpdate": null,
            "licence": null,
            "maintainers": [
                "https://catalogue.france-bioinformatique.fr/api/userprofile/512/"
            ]
        },
        {
            "id": 56,
            "name": "RADSeq Data Analysis",
            "description": "Introduction to RADSeq through STACKS on Galaxy\n",
            "communities": [],
            "elixirPlatforms": [],
            "doi": null,
            "fileLocation": "http://www.france-bioinformatique.fr/sites/default/files/V08_Yvan%20Le%20Bras%20-%20Training%20RADSeq_0.pdf",
            "fileName": "missing.txt",
            "topics": [],
            "keywords": [
                "NGS"
            ],
            "audienceTypes": [],
            "audienceRoles": [],
            "difficultyLevel": "",
            "providedBy": [],
            "dateCreation": "2016-11-23",
            "dateUpdate": null,
            "licence": null,
            "maintainers": [
                "https://catalogue.france-bioinformatique.fr/api/userprofile/692/"
            ]
        },
        {
            "id": 57,
            "name": "DNA - seq Bioinformatics Analysis",
            "description": "Detection of Copy Number Variations\n \n",
            "communities": [],
            "elixirPlatforms": [],
            "doi": null,
            "fileLocation": "http://www.france-bioinformatique.fr/sites/default/files/V07_ITMO_2016_EG_CNV.pdf",
            "fileName": "missing.txt",
            "topics": [],
            "keywords": [
                "DNA-seq"
            ],
            "audienceTypes": [],
            "audienceRoles": [],
            "difficultyLevel": "",
            "providedBy": [],
            "dateCreation": "2016-11-23",
            "dateUpdate": null,
            "licence": null,
            "maintainers": [
                "https://catalogue.france-bioinformatique.fr/api/userprofile/256/"
            ]
        },
        {
            "id": 58,
            "name": "Isoform discovery and quanti cation from RNA-Seq data",
            "description": "Not available\n",
            "communities": [],
            "elixirPlatforms": [],
            "doi": null,
            "fileLocation": "http://www.france-bioinformatique.fr/sites/default/files/R04_EBA2016_RNAseq_Isoforms.pdf",
            "fileName": "missing.txt",
            "topics": [],
            "keywords": [
                "RNA-seq"
            ],
            "audienceTypes": [],
            "audienceRoles": [],
            "difficultyLevel": "",
            "providedBy": [],
            "dateCreation": "2016-11-23",
            "dateUpdate": null,
            "licence": null,
            "maintainers": [
                "https://catalogue.france-bioinformatique.fr/api/userprofile/605/",
                "https://catalogue.france-bioinformatique.fr/api/userprofile/159/"
            ]
        },
        {
            "id": 59,
            "name": "Variant annotation",
            "description": "Add meta-information on variant to facilitate interpretation\n",
            "communities": [],
            "elixirPlatforms": [],
            "doi": null,
            "fileLocation": "http://www.france-bioinformatique.fr/sites/default/files/V06_variants_annotation.pdf",
            "fileName": "missing.txt",
            "topics": [],
            "keywords": [
                "Variant analysis"
            ],
            "audienceTypes": [],
            "audienceRoles": [],
            "difficultyLevel": "",
            "providedBy": [],
            "dateCreation": "2016-11-23",
            "dateUpdate": null,
            "licence": null,
            "maintainers": [
                "https://catalogue.france-bioinformatique.fr/api/userprofile/693/"
            ]
        },
        {
            "id": 60,
            "name": "Differential analysis of RNA-Seq data",
            "description": "Design, describe, explore and model\n",
            "communities": [],
            "elixirPlatforms": [],
            "doi": null,
            "fileLocation": "http://www.france-bioinformatique.fr/sites/default/files/R02-R03_slidesRoscoff_stats_HVaret.pdf",
            "fileName": "missing.txt",
            "topics": [],
            "keywords": [
                "genomics",
                "RNA-seq"
            ],
            "audienceTypes": [],
            "audienceRoles": [],
            "difficultyLevel": "",
            "providedBy": [],
            "dateCreation": "2016-11-23",
            "dateUpdate": null,
            "licence": null,
            "maintainers": [
                "https://catalogue.france-bioinformatique.fr/api/userprofile/371/",
                "https://catalogue.france-bioinformatique.fr/api/userprofile/626/"
            ]
        }
    ]
}