Handles creating, reading and updating training materials.

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

{
    "count": 144,
    "next": "https://catalogue.france-bioinformatique.fr/api/trainingmaterial/?format=api&limit=20&offset=120&ordering=-id",
    "previous": "https://catalogue.france-bioinformatique.fr/api/trainingmaterial/?format=api&limit=20&offset=80&ordering=-id",
    "results": [
        {
            "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/?format=api",
                "https://catalogue.france-bioinformatique.fr/api/userprofile/691/?format=api"
            ]
        },
        {
            "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/?format=api",
                "https://catalogue.france-bioinformatique.fr/api/userprofile/689/?format=api",
                "https://catalogue.france-bioinformatique.fr/api/userprofile/662/?format=api"
            ]
        },
        {
            "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/?format=api"
            ]
        },
        {
            "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/?format=api"
            ]
        },
        {
            "id": 40,
            "name": "Galactic Database",
            "description": "How to choose a database for Galaxy and configure it\n",
            "communities": [],
            "elixirPlatforms": [],
            "doi": null,
            "fileLocation": "https://igbmc.github.io/egdw2017/day4/admin/02-database/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/?format=api"
            ]
        },
        {
            "id": 39,
            "name": "Galaxy Handlers",
            "description": "Galaxy is a web application that uses handlers to perform actions.\nThere are two main types of actions that are carried out by handlers:\nRespond to user requests; These actions are carried out by web handlers\nManage the execution of tools; These actions are performed by job handlers.\nBy default, Galaxy is configured to run a single handler that handles both user queries and jobs.\nDepending on the number of users accessing your Galaxy instance or the number of jobs you need to manage you may need to start web handlers or additional job handlers.\n",
            "communities": [],
            "elixirPlatforms": [],
            "doi": null,
            "fileLocation": "https://igbmc.github.io/egdw2017/day4/admin/03-handlers/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/?format=api"
            ]
        },
        {
            "id": 38,
            "name": "(Proxy) Web Server Choices and Configuration",
            "description": "Installation and configuration of NGiNX for Galaxy\n",
            "communities": [],
            "elixirPlatforms": [],
            "doi": null,
            "fileLocation": "https://igbmc.github.io/egdw2017/day4/admin/04-web-server/index.html",
            "fileName": "missing.txt",
            "topics": [],
            "keywords": [
                "Galaxy",
                "NGiNX"
            ],
            "audienceTypes": [],
            "audienceRoles": [],
            "difficultyLevel": "",
            "providedBy": [],
            "dateCreation": "2017-01-19",
            "dateUpdate": null,
            "licence": null,
            "maintainers": [
                "https://catalogue.france-bioinformatique.fr/api/userprofile/662/?format=api"
            ]
        },
        {
            "id": 37,
            "name": "Connecting Galaxy to a compute cluster",
            "description": "Problems\nRunning jobs on the Galaxy server negatively impacts Galaxy UI performance\nEven adding one other host helps\nCan restart Galaxy without interrupting jobs\nSolution:\nConnecter Galaxy to a computing cluster\n",
            "communities": [],
            "elixirPlatforms": [],
            "doi": null,
            "fileLocation": "https://igbmc.github.io/egdw2017/day4/admin/05-compute-cluster/index.html",
            "fileName": "missing.txt",
            "topics": [],
            "keywords": [
                "Galaxy",
                "Cluster"
            ],
            "audienceTypes": [],
            "audienceRoles": [],
            "difficultyLevel": "",
            "providedBy": [],
            "dateCreation": "2017-01-19",
            "dateUpdate": null,
            "licence": null,
            "maintainers": [
                "https://catalogue.france-bioinformatique.fr/api/userprofile/662/?format=api"
            ]
        },
        {
            "id": 36,
            "name": "Galaxy Administration",
            "description": "How to use the administation panel of Galaxy\n",
            "communities": [],
            "elixirPlatforms": [],
            "doi": null,
            "fileLocation": "https://igbmc.github.io/egdw2017/day4/admin/06-admin/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/662/?format=api"
            ]
        },
        {
            "id": 35,
            "name": "Defining and importing genomes, Data Managers into Galaxy",
            "description": "Intro to built in datasets\nBuilt in data hierarchy\nSome problems\nData Managers\n",
            "communities": [],
            "elixirPlatforms": [],
            "doi": null,
            "fileLocation": "https://igbmc.github.io/egdw2017/day4/admin/07-genomes-datamanagers/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/662/?format=api"
            ]
        },
        {
            "id": 34,
            "name": "Users, Groups, and Quotas in Galaxy",
            "description": "How to handle Users, Groups, and Quotas in Galaxy\n",
            "communities": [],
            "elixirPlatforms": [],
            "doi": null,
            "fileLocation": "https://igbmc.github.io/egdw2017/day4/admin/08-quota-users-groups/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/662/?format=api"
            ]
        },
        {
            "id": 33,
            "name": "Docker for Beginners",
            "description": "What is Docker?\nBuilding an image\nBioShadock & Orchestration\n",
            "communities": [],
            "elixirPlatforms": [],
            "doi": null,
            "fileLocation": "https://vdda.github.io/revealJS_test/docker_intro2.html",
            "fileName": "missing.txt",
            "topics": [],
            "keywords": [
                "Docker"
            ],
            "audienceTypes": [],
            "audienceRoles": [],
            "difficultyLevel": "",
            "providedBy": [],
            "dateCreation": "2017-01-19",
            "dateUpdate": null,
            "licence": null,
            "maintainers": [
                "https://catalogue.france-bioinformatique.fr/api/userprofile/187/?format=api"
            ]
        },
        {
            "id": 32,
            "name": "Docker and Galaxy",
            "description": "Questions\nWhy Docker? What is it?\nHow to use Docker?\nHow to integrate Galaxy in Docker to facilitate its deployment?\nObjectives\nDocker basics\nGalaxy Docker image (usage)\nGalaxy Docker (internals)\nGalaxy flavours\n",
            "communities": [],
            "elixirPlatforms": [],
            "doi": null,
            "fileLocation": "http://galaxyproject.github.io/training-material//Admin-Corner/slides/galaxy_docker",
            "fileName": "missing.txt",
            "topics": [],
            "keywords": [
                "Docker",
                "Galaxy"
            ],
            "audienceTypes": [],
            "audienceRoles": [],
            "difficultyLevel": "",
            "providedBy": [],
            "dateCreation": "2017-01-19",
            "dateUpdate": null,
            "licence": null,
            "maintainers": [
                "https://catalogue.france-bioinformatique.fr/api/userprofile/663/?format=api",
                "https://catalogue.france-bioinformatique.fr/api/userprofile/187/?format=api"
            ]
        },
        {
            "id": 31,
            "name": "Galaxy Docker Training Tutorial",
            "description": "Galaxy docker integration\nEnable Galaxy to use BioContainers (Docker)\nGalaxy with Docker swarm\n",
            "communities": [],
            "elixirPlatforms": [],
            "doi": null,
            "fileLocation": "https://github.com/igbmc/egdw2017/tree/master/day4/admin/10-docker-swarm",
            "fileName": "missing.txt",
            "topics": [],
            "keywords": [
                "Docker",
                "Galaxy"
            ],
            "audienceTypes": [],
            "audienceRoles": [],
            "difficultyLevel": "",
            "providedBy": [],
            "dateCreation": "2017-01-19",
            "dateUpdate": null,
            "licence": null,
            "maintainers": [
                "https://catalogue.france-bioinformatique.fr/api/userprofile/663/?format=api"
            ]
        },
        {
            "id": 30,
            "name": "Welcome message",
            "description": "Presentation of the workshop (Chairman: Claudine Médigue)\n",
            "communities": [],
            "elixirPlatforms": [],
            "doi": null,
            "fileLocation": "http://www.france-bioinformatique.fr/sites/default/files/videos/scorms/metagenomics16/session_1/welcome_message/scormcontent/index.html",
            "fileName": "missing.txt",
            "topics": [],
            "keywords": [
                "Metagenomics",
                "biohackaton"
            ],
            "audienceTypes": [],
            "audienceRoles": [],
            "difficultyLevel": "",
            "providedBy": [],
            "dateCreation": "2016-12-15",
            "dateUpdate": null,
            "licence": "CC BY-NC-ND",
            "maintainers": [
                "https://catalogue.france-bioinformatique.fr/api/userprofile/187/?format=api",
                "https://catalogue.france-bioinformatique.fr/api/userprofile/664/?format=api",
                "https://catalogue.france-bioinformatique.fr/api/userprofile/431/?format=api"
            ]
        },
        {
            "id": 29,
            "name": "Adding bioschemas markup to data repository",
            "description": "\n \n\nAdding bioschemas markup to data repository\n \n",
            "communities": [],
            "elixirPlatforms": [],
            "doi": null,
            "fileLocation": "http://ressources.france-bioinformatique.fr/sites/default/files/videos/scorms/adding-bioschemas_8b91/scormcontent/index.html",
            "fileName": "missing.txt",
            "topics": [],
            "keywords": [
                "biohackaton"
            ],
            "audienceTypes": [],
            "audienceRoles": [],
            "difficultyLevel": "",
            "providedBy": [],
            "dateCreation": "2019-03-21",
            "dateUpdate": null,
            "licence": null,
            "maintainers": [
                "https://catalogue.france-bioinformatique.fr/api/userprofile/688/?format=api"
            ]
        },
        {
            "id": 28,
            "name": "Alternative episodes for the 4 Open Source Software",
            "description": "\n \n\nAlternative episodes for the 4 Open Source Software (4OSS) lesson focused on different Open Source technologies: Github, Docker, Jupyter Notebook and so on\n \n",
            "communities": [],
            "elixirPlatforms": [],
            "doi": null,
            "fileLocation": "http://ressources.france-bioinformatique.fr/sites/default/files/videos/scorms/alternative-episodes_8b36/scormcontent/index.html",
            "fileName": "missing.txt",
            "topics": [],
            "keywords": [
                "biohackaton 2018"
            ],
            "audienceTypes": [],
            "audienceRoles": [],
            "difficultyLevel": "",
            "providedBy": [],
            "dateCreation": "2019-03-21",
            "dateUpdate": null,
            "licence": null,
            "maintainers": [
                "https://catalogue.france-bioinformatique.fr/api/userprofile/687/?format=api"
            ]
        },
        {
            "id": 27,
            "name": "Application of RDF-based models and tools for enhancing interoperable",
            "description": "\n \n\nApplication of RDF-based models and tools for enhancing interoperable use of biomedical resources\n \n",
            "communities": [],
            "elixirPlatforms": [],
            "doi": null,
            "fileLocation": "http://ressources.france-bioinformatique.fr/sites/default/files/videos/scorms/application-of-rdf_8aed/scormcontent/index.html",
            "fileName": "missing.txt",
            "topics": [],
            "keywords": [
                "biohackaton 2018"
            ],
            "audienceTypes": [],
            "audienceRoles": [],
            "difficultyLevel": "",
            "providedBy": [],
            "dateCreation": "2019-03-21",
            "dateUpdate": null,
            "licence": null,
            "maintainers": [
                "https://catalogue.france-bioinformatique.fr/api/userprofile/686/?format=api"
            ]
        },
        {
            "id": 26,
            "name": "Assessing the FAIRness of Training Materials",
            "description": "\n \n\nAssessing the FAIRness of Training Materials\n \n",
            "communities": [],
            "elixirPlatforms": [],
            "doi": null,
            "fileLocation": "http://ressources.france-bioinformatique.fr/sites/default/files/videos/scorms/assessing-the-ffairness_8da7/scormcontent/index.html",
            "fileName": "missing.txt",
            "topics": [],
            "keywords": [
                "biohackaton 2018"
            ],
            "audienceTypes": [],
            "audienceRoles": [],
            "difficultyLevel": "",
            "providedBy": [],
            "dateCreation": "2019-03-21",
            "dateUpdate": null,
            "licence": null,
            "maintainers": [
                "https://catalogue.france-bioinformatique.fr/api/userprofile/685/?format=api"
            ]
        },
        {
            "id": 25,
            "name": "Bioconda packaging of the Regulatory Sequence Analysis Tools (RSAT)",
            "description": "\n \n\nBioconda packaging of the Regulatory Sequence Analysis Tools (RSAT)\n \n",
            "communities": [],
            "elixirPlatforms": [],
            "doi": null,
            "fileLocation": "http://ressources.france-bioinformatique.fr/sites/default/files/videos/scorms/bioconda-packaging_e168/scormcontent/index.html",
            "fileName": "missing.txt",
            "topics": [],
            "keywords": [
                "biohackaton 2018"
            ],
            "audienceTypes": [],
            "audienceRoles": [],
            "difficultyLevel": "",
            "providedBy": [],
            "dateCreation": "2019-03-21",
            "dateUpdate": null,
            "licence": null,
            "maintainers": [
                "https://catalogue.france-bioinformatique.fr/api/userprofile/624/?format=api"
            ]
        }
    ]
}