Handles creating, reading and updating training materials.

GET /api/trainingmaterial/?format=api&offset=140&ordering=-providedBy
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=-providedBy",
    "results": [
        {
            "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": 90,
            "name": "A Simple Phylogenetic Tree Construction (part 2)",
            "description": "Understand the method used in identifying an unknown sequence.\nUnderstand the limitations of this method\nGet to grips with various software (CLUSTALw, SeaView, Phylo_win and Njplot)\n",
            "communities": [],
            "elixirPlatforms": [],
            "doi": null,
            "fileLocation": "http://www.prabi.fr/spip.php?article60",
            "fileName": "missing.txt",
            "topics": [],
            "keywords": [
                "Phylogenetics"
            ],
            "audienceTypes": [],
            "audienceRoles": [],
            "difficultyLevel": "",
            "providedBy": [
                {
                    "id": 19,
                    "name": "PRABI-AMSB",
                    "url": "https://catalogue.france-bioinformatique.fr/api/team/PRABI-AMSB/?format=api"
                }
            ],
            "dateCreation": null,
            "dateUpdate": null,
            "licence": null,
            "maintainers": []
        },
        {
            "id": 92,
            "name": "HOVERGEN tutorial",
            "description": "HOVERGEN is a database containing homologous vertebrate protein and nucleotide sequences. It allows to easily select similar gene sequences from a wide range of vertebrates. Hence it becomes particularly useful in comparative genomics, phylogeny and evolutionary studies on a molecular level. HOVERGEN Clean contains only complete sequences which reattach to their family. Hence its library is smaller, but more reliable.\n",
            "communities": [],
            "elixirPlatforms": [],
            "doi": null,
            "fileLocation": "http://www.prabi.fr/spip.php?article58",
            "fileName": "missing.txt",
            "topics": [],
            "keywords": [
                "genomics",
                "proteomics"
            ],
            "audienceTypes": [],
            "audienceRoles": [],
            "difficultyLevel": "",
            "providedBy": [
                {
                    "id": 19,
                    "name": "PRABI-AMSB",
                    "url": "https://catalogue.france-bioinformatique.fr/api/team/PRABI-AMSB/?format=api"
                }
            ],
            "dateCreation": null,
            "dateUpdate": null,
            "licence": null,
            "maintainers": []
        },
        {
            "id": 91,
            "name": "A Simple Phylogenetic Tree Construction (part 1)",
            "description": "Understand the method behind constructing a phylogenetic tree from the search for sequences to the analysis of the tree.\nGet to grips with various bio-informatic software (BLAST, CLUSTALw, SeaView and Phylo_win).\n",
            "communities": [],
            "elixirPlatforms": [],
            "doi": null,
            "fileLocation": "http://www.prabi.fr/spip.php?article59",
            "fileName": "missing.txt",
            "topics": [],
            "keywords": [
                "Phylogenetics"
            ],
            "audienceTypes": [],
            "audienceRoles": [],
            "difficultyLevel": "",
            "providedBy": [
                {
                    "id": 19,
                    "name": "PRABI-AMSB",
                    "url": "https://catalogue.france-bioinformatique.fr/api/team/PRABI-AMSB/?format=api"
                }
            ],
            "dateCreation": null,
            "dateUpdate": null,
            "licence": null,
            "maintainers": []
        }
    ]
}