Training Material List
Handles creating, reading and updating training materials.
GET /api/trainingmaterial/?format=api&offset=20&ordering=-difficultyLevel
{ "count": 149, "next": "https://catalogue.france-bioinformatique.fr/api/trainingmaterial/?format=api&limit=20&offset=40&ordering=-difficultyLevel", "previous": "https://catalogue.france-bioinformatique.fr/api/trainingmaterial/?format=api&limit=20&ordering=-difficultyLevel", "results": [ { "id": 151, "name": "Metagenomic training - Genotoul-bioinfo", "description": "Slides and link to practical session parts", "communities": [], "elixirPlatforms": [], "doi": null, "fileLocation": "https://bioinfo.genotoul.fr/wp-content/uploads/Formation2025.pdf", "fileName": "Formation2025.pdf", "topics": [ "http://edamontology.org/topic_3174" ], "keywords": [], "audienceTypes": [], "audienceRoles": [], "difficultyLevel": "Intermediate", "providedBy": [ { "id": 22, "name": "Genotoul-bioinfo", "url": "https://catalogue.france-bioinformatique.fr/api/team/Genotoul-bioinfo/?format=api" } ], "dateCreation": null, "dateUpdate": null, "licence": "CC BY-NC-SA", "maintainers": [ "https://catalogue.france-bioinformatique.fr/api/userprofile/300/?format=api", "https://catalogue.france-bioinformatique.fr/api/userprofile/739/?format=api" ] }, { "id": 141, "name": "Sed and awk training - Genotoul-bioinfo", "description": "training material sed and awk training (genotoul bioinfo facility)", "communities": [], "elixirPlatforms": [], "doi": null, "fileLocation": "https://genoweb.toulouse.inra.fr/~klopp/SedAwk2024/Processing_large_files_with_sed_awk_2024.pdf", "fileName": "Processing_large_files_with_sed_awk_2024.pdf", "topics": [ "http://edamontology.org/topic_3316" ], "keywords": [ "Programming Languages & Computer Sciences" ], "audienceTypes": [], "audienceRoles": [], "difficultyLevel": "Intermediate", "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", "https://catalogue.france-bioinformatique.fr/api/userprofile/739/?format=api" ] }, { "id": 135, "name": "Training RNASeq - bioinfo part - Genotoul-bioinfo", "description": "Cette formation a pour but de vous aider à traiter les séquences courtes issues des plates-formes de séquençage Illumina. Vous y découvrirez les formats de séquences et d’alignement les biais connus et mettrez en œuvre des logiciels d'alignement épissé sur génome de référence, la recherche de nouveaux gènes, de nouveaux transcrits et la quantification de l'expression de ces gènes et transcrits.", "communities": [], "elixirPlatforms": [], "doi": null, "fileLocation": "https://genotoul-bioinfo.pages-forge.inrae.fr/training-rnaseq/", "fileName": "training-rnaseq", "topics": [ "http://edamontology.org/topic_3170" ], "keywords": [ "RNA-seq" ], "audienceTypes": [], "audienceRoles": [], "difficultyLevel": "Intermediate", "providedBy": [], "dateCreation": null, "dateUpdate": null, "licence": null, "maintainers": [ "https://catalogue.france-bioinformatique.fr/api/userprofile/300/?format=api", "https://catalogue.france-bioinformatique.fr/api/userprofile/739/?format=api" ] }, { "id": 136, "name": "Training RNASeq - biostat part - Genotoul-bioinfo", "description": "This course is part of the INRAE training session about “bioinformatics and biostatistics analysis of RNA-seq data” and of the Biostatistics platform “Initiation à LA statistique, niveau 4”. \r\nThe material provided on the present webpage is related to the biostatistics part and covers the following topics:\r\n\r\nR and RStudio\r\ndesign of experiments\r\nvariability\r\ncount data normalization\r\ndifferential analysis\r\nThe material has originally been prepared by Ignacio Gonzales, Annick Moisan and myself. The class has already been taught by these persons but also by Gaëlle Lefort and Jérôme Mariette.\r\n\r\nPre-requisites: A background in R programming is necessary for this class. Before the class, please download the course material and install R, RStudio and the packages as described below. To produce high quality figures, I will use ggplot2 for plots but will not enter into details about the ggplot2 syntax. If you are not familiar with it, you can just use these command lines or switch to base plots instead.", "communities": [], "elixirPlatforms": [], "doi": null, "fileLocation": "https://www.nathalievialaneix.eu/teaching/rnaseq.html", "fileName": "rnaseq.html", "topics": [], "keywords": [], "audienceTypes": [], "audienceRoles": [], "difficultyLevel": "Intermediate", "providedBy": [], "dateCreation": null, "dateUpdate": null, "licence": null, "maintainers": [ "https://catalogue.france-bioinformatique.fr/api/userprofile/300/?format=api", "https://catalogue.france-bioinformatique.fr/api/userprofile/739/?format=api" ] }, { "id": 146, "name": "Processing large files with sed awk - Genotoul-bioinfo", "description": "This “Sed and AWK to modify large text files” training session is organized by the Genotoul bioinfo platform.\r\n\r\nThe Linux sed command is a powerful and very fast text editor without an interface. Sed can select, substitute, add, delete, and modify text in files and streams. Sed relies heavily on regular expressions for pattern matching and text selection. We’ll manipulate regexes and the sed command to modify and filter several type of file often used in bioinformatics.\r\n\r\nAWK enables to easily process columns in large text files but is also a quite powerfull programming language. This training session aims at introducing you AWK principles. You will learn about variables, operators and functions useful to manipulate very large files. \r\n\r\nFor example you can use AWK to generate your unix command lines to be launched on the cluster. AWK enables to process millions of lines in text files. The course includes short feature presentations between long hands-on sessions in which you will be able to understand the global ideas as well as details.", "communities": [], "elixirPlatforms": [], "doi": null, "fileLocation": "https://web-genobioinfo.toulouse.inrae.fr/~klopp/SedAwk2024/Processing_large_files_with_sed_awk_2024.pdf", "fileName": "Processing_large_files_with_sed_awk_2024.pdf", "topics": [ "http://edamontology.org/topic_3316" ], "keywords": [ "Programming Languages & Computer Sciences" ], "audienceTypes": [ "Professional (continued)" ], "audienceRoles": [ "Biologists", "Bioinformaticians" ], "difficultyLevel": "Intermediate", "providedBy": [ { "id": 22, "name": "Genotoul-bioinfo", "url": "https://catalogue.france-bioinformatique.fr/api/team/Genotoul-bioinfo/?format=api" } ], "dateCreation": null, "dateUpdate": "2024-03-01", "licence": null, "maintainers": [ "https://catalogue.france-bioinformatique.fr/api/userprofile/300/?format=api", "https://catalogue.france-bioinformatique.fr/api/userprofile/739/?format=api" ] }, { "id": 15, "name": "From Biotea to Bioschemas: definition of profiles required to represent scholarly publications", "description": "\n \n\nFrom Biotea to Bioschemas: definition of profiles required to represent scholarly publications\n \n", "communities": [], "elixirPlatforms": [], "doi": null, "fileLocation": "http://ressources.france-bioinformatique.fr/sites/default/files/videos/scorms/from-biotea-to-bioschemas_28f9/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/678/?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": 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": 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": 14, "name": "Galaxy training material improvement and extension", "description": "\n \n\nGalaxy training material improvement and extension\n \n", "communities": [], "elixirPlatforms": [], "doi": null, "fileLocation": "http://ressources.france-bioinformatique.fr/sites/default/files/videos/scorms/galaxy-training-material_6300/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/677/?format=api" ] }, { "id": 7, "name": "Prototyping the new PSICQUIC 2-0", "description": "\n \n\nPrototyping the new PSICQUIC 2.0\n \n", "communities": [], "elixirPlatforms": [], "doi": null, "fileLocation": "http://ressources.france-bioinformatique.fr/sites/default/files/videos/scorms/prototyping_353b/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/671/?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" ] }, { "id": 13, "name": "Import workflows into TeSS Concept Maps", "description": "\n \n\nImport workflows into TeSS Concept Maps\n \n", "communities": [], "elixirPlatforms": [], "doi": null, "fileLocation": "http://ressources.france-bioinformatique.fr/sites/default/files/videos/scorms/import-workflows-into-tess_4062/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/676/?format=api" ] }, { "id": 95, "name": "Exercices on Galaxy: metagenomics", "description": "Find Rapidly OTU with Galaxy Solution\n", "communities": [], "elixirPlatforms": [], "doi": null, "fileLocation": "http://genoweb.toulouse.inra.fr/~formation/15_FROGS/April2016/FROGS_april_2016_Pratice.pdf", "fileName": "missing.txt", "topics": [], "keywords": [ "Metagenomics", "Galaxy" ], "audienceTypes": [], "audienceRoles": [], "difficultyLevel": "", "providedBy": [], "dateCreation": "2016-04-01", "dateUpdate": null, "licence": null, "maintainers": [ "https://catalogue.france-bioinformatique.fr/api/userprofile/716/?format=api", "https://catalogue.france-bioinformatique.fr/api/userprofile/215/?format=api" ] }, { "id": 24, "name": "bio-tools - EDAM drop-in hackathon - discussions", "description": "bio.tools, EDAM drop-in hackathon and discussions\n", "communities": [], "elixirPlatforms": [], "doi": null, "fileLocation": "http://ressources.france-bioinformatique.fr/sites/default/files/videos/scorms/biotools-edam_8676/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/684/?format=api" ] }, { "id": 12, "name": "Improve Orphanet disease description knowledge by phenotypic automated recognition using scrapping toolkits", "description": "\n \n\nImprove Orphanet disease description knowledge by phenotypic automated recognition using scrapping toolkits\n \n", "communities": [], "elixirPlatforms": [], "doi": null, "fileLocation": "http://ressources.france-bioinformatique.fr/sites/default/files/videos/scorms/improve-orphanet_8da2/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/675/?format=api" ] }, { "id": 6, "name": "ProtVista (protein annotation viewer) extension using Bioschemas data", "description": "\n \n\nProtVista (protein annotation viewer) extension using Bioschemas data\n \n", "communities": [], "elixirPlatforms": [], "doi": null, "fileLocation": "http://ressources.france-bioinformatique.fr/sites/default/files/videos/scorms/protvista-protein_2cd8/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/670/?format=api" ] }, { "id": 3, "name": "Transfer of Research Assets between FAIRDOM SEEKs", "description": "\n \n\nTransfer of Research Assets between FAIRDOM SEEKs\n \n", "communities": [], "elixirPlatforms": [], "doi": null, "fileLocation": "http://ressources.france-bioinformatique.fr/sites/default/files/videos/scorms/transfer-of-research_9014/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/667/?format=api" ] } ] }