//https://bioschemas.org/profiles/TrainingMaterial/1.0-RELEASE //Property: name "name": "The Unix Command Line tutorial for Bioinformaticians" //Property: abstract "abstract": "This tutorial will take you through the basic usage of the command line shell. In it, you will discover what a shell is, skills for directory navigation, file manipulation, and how to run tools" //Property: author "author": [ { "@type": "Person", "name": "Elizabeth Windsor", "email": "e.r.windsor@gmail.com" },{ "@type": "Person", "name": "Toto Denene", "email": "toto.denene@gmail.com" } ] //Property: contributor "contributor": [ { "@type": "Person", "name": "Bob Smith", "email": "p.b@babla.com" },{ "@type": "Person", "name": "Lulu Skywalker", "email": "lulu.sky@star.com" } ] //Property: description "description": "This tutorial will take you through the basic usage of the command line shell. In it, you will discover what a shell is, skills for directory navigation, file manipulation, and how to run tools. To complete this training material you will need to have a shell (linux), powershell (windows), or terminal (mac) ready. You do not need any previous experience to complete the tasks" //Property: audience "audience": { "@type": "Audience", "audienceType": "beginner command line biologist" // A succinct description of the intended target audience for your materials: e.g., graduates, postgraduates, clinicians. } //Property: educationalLevel "educationalLevel": "Beginner" //‘beginner’, ‘intermediate’ or ‘advanced’. //Property: inLanguage "inLanguage": ["en-US", "fr-FR"] //Property: teaches "teaches": [ "The student will be able to recall shell commands", "The student will be able to write code to copy files", "The student will be able to discover new commands on their own" ] //Property: keywords "keywords": "Unix, Shell, Command Line Tools, Terminal, Bash" //Property: learningResourceType "learningResourceType": ["handout"] // or 'presentation' //Property: license "license": ["https://creativecommons.org/licenses/by/4.0/"] // or CC-BY-SA "https://creativecommons.org/licenses/by-sa/4.0/" //Property: dateModified "dateModified": "A combination of date and time of day in the form [-]CCYY-MM-DDThh:mm:ss[Z|(+|-)hh:mm] (see Chapter 5.4 of ISO 8601). 2023-09-22T10:00:23+02:00"