<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Carpentries Incubator Lesson Spotlight on The Carpentries</title><link>https://deploy-preview-705--carpentries-website.netlify.app/blog/tag/carpentries-incubator-lesson-spotlight/</link><description>Recent content in Carpentries Incubator Lesson Spotlight on The Carpentries</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Mon, 18 Nov 2024 23:02:38 -0500</lastBuildDate><atom:link href="https://deploy-preview-705--carpentries-website.netlify.app/blog/tag/carpentries-incubator-lesson-spotlight/index.xml" rel="self" type="application/rss+xml"/><item><title>Incubator Lesson Spotlight: Introduction to Deep Learning</title><link>https://deploy-preview-705--carpentries-website.netlify.app/blog/2022/05/incubator-lesson-spotlight-deep-learning/</link><pubDate>Wed, 11 May 2022 00:00:00 +0000</pubDate><guid>https://deploy-preview-705--carpentries-website.netlify.app/blog/2022/05/incubator-lesson-spotlight-deep-learning/</guid><description>&lt;p>The Incubator Lesson Spotlight highlights a lesson under development by our community in &lt;a href="https://github.com/carpentries-incubator/">The Carpentries Incubator&lt;/a>. In this edition, we look at the progress being made on &lt;a href="https://carpentries-incubator.github.io/deep-learning-intro">the &lt;em>{{page.lesson_title}}&lt;/em> lesson&lt;/a>, and hear from the authors about how The Carpentries community can get involved with the ongoing development of this lesson.&lt;/p>
&lt;h2 id="lesson-profile">Lesson Profile&lt;/h2>
&lt;ul>
&lt;li>&lt;strong>Title:&lt;/strong> {{page.lesson_title}}&lt;/li>
&lt;li>&lt;strong>Lesson Pages:&lt;/strong> &lt;a href="https://carpentries-incubator.github.io/deep-learning-intro">https://carpentries-incubator.github.io/deep-learning-intro&lt;/a>&lt;/li>
&lt;li>&lt;strong>Lesson Repository:&lt;/strong> &lt;a href="https://github.com/carpentries-incubator/deep-learning-intro">https://github.com/carpentries-incubator/deep-learning-intro&lt;/a>&lt;/li>
&lt;/ul>
&lt;h3 id="learning-objectives">Learning Objectives&lt;/h3>
&lt;ul>
&lt;li>Prepare input data for use for deep learning&lt;/li>
&lt;li>Design and train a Deep Neural Network&lt;/li>
&lt;li>Troubleshoot the learning process&lt;/li>
&lt;li>Measure the performance of the network&lt;/li>
&lt;li>Visualize data and results&lt;/li>
&lt;/ul>
&lt;h3 id="target-audience">Target Audience&lt;/h3>
&lt;p>The main audience of this lesson is considered to have an academic background at any level. More importantly, we expect them to know basics of statistics and machine learning to follow through with the material.&lt;/p></description></item><item><title>Incubator Lesson Spotlight: Intermediate Research Software Development in Python</title><link>https://deploy-preview-705--carpentries-website.netlify.app/blog/2022/03/incubator-lesson-spotlight-intermediate-research-software-development-in-python/</link><pubDate>Wed, 02 Mar 2022 00:00:00 +0000</pubDate><guid>https://deploy-preview-705--carpentries-website.netlify.app/blog/2022/03/incubator-lesson-spotlight-intermediate-research-software-development-in-python/</guid><description>&lt;p>The Incubator Lesson Spotlight highlights a lesson under development by our community in &lt;a href="https://github.com/carpentries-incubator/">The Carpentries Incubator&lt;/a>. In this edition, we look at the progress being made on &lt;a href="https://carpentries-incubator.github.io/python-intermediate-development/">the &lt;em>{{page.lesson_title}}&lt;/em> lesson&lt;/a>, and hear from the authors about how The Carpentries community can get involved with the ongoing development of this lesson.&lt;/p>
&lt;h2 id="lesson-profile">Lesson Profile&lt;/h2>
&lt;ul>
&lt;li>&lt;strong>Title:&lt;/strong> {{page.lesson_title}}&lt;/li>
&lt;li>&lt;strong>Lesson Pages:&lt;/strong> &lt;a href="https://carpentries-incubator.github.io/python-intermediate-development/">https://carpentries-incubator.github.io/python-intermediate-development/&lt;/a>&lt;/li>
&lt;li>&lt;strong>Lesson Repository:&lt;/strong> &lt;a href="https://github.com/carpentries-incubator/python-intermediate-development">https://github.com/carpentries-incubator/python-intermediate-development&lt;/a>&lt;/li>
&lt;/ul>
&lt;h3 id="learning-objectives">Learning Objectives&lt;/h3>
&lt;p>After this course, learners should be able to:&lt;/p>
&lt;ul>
&lt;li>Set up and use a suitable development environment together with popular source code management infrastructure to develop software collaboratively&lt;/li>
&lt;li>Use a test framework to automate the verification of correct behaviour of code, and employ parameterisation and continuous integration to scale and further automate your testing&lt;/li>
&lt;li>Design robust, extensible software through the application of suitable programming paradigms and design techniques&lt;/li>
&lt;li>Use a critical, reflective mindset to prepare and release your software for reuse by others&lt;/li>
&lt;li>Manage software improvement from feedback through agile techniques&lt;/li>
&lt;/ul>
&lt;h3 id="target-audience">Target Audience&lt;/h3>
&lt;p>A typical learner is someone who is working in academic research and, needing to write some code, has gained basic software development skills either by self-learning or attending, e.g., a novice Software Carpentry Python course. They have been applying those skills in their domain of work by writing code for some time, e.g. half a year or more. However, their software development-related projects are now becoming larger and are involving more stakeholders, and they now need more intermediate software engineering skills to help them design more robust software code, automate the process of testing and verifying its correctness and support collaborations with others.&lt;/p></description></item><item><title>Incubator Lesson Spotlight: Building Websites with Jekyll &amp; GitHub Pages</title><link>https://deploy-preview-705--carpentries-website.netlify.app/blog/2022/01/incubator-lesson-spotlight-jekyll-github/</link><pubDate>Tue, 11 Jan 2022 00:00:00 +0000</pubDate><guid>https://deploy-preview-705--carpentries-website.netlify.app/blog/2022/01/incubator-lesson-spotlight-jekyll-github/</guid><description>&lt;p>The Incubator Lesson Spotlight highlights a lesson under development by our community in &lt;a href="https://github.com/carpentries-incubator/">The Carpentries Incubator&lt;/a>. In this edition, we look at the progress being made on &lt;a href="https://carpentries-incubator.github.io/jekyll-pages-novice/">the &lt;em>{{page.lesson_title}}&lt;/em> lesson&lt;/a>, and hear from the authors about how The Carpentries community can get involved with the ongoing development of this lesson.&lt;/p>
&lt;h2 id="lesson-profile">Lesson Profile&lt;/h2>
&lt;ul>
&lt;li>&lt;strong>Title:&lt;/strong> {{page.lesson_title}}&lt;/li>
&lt;li>&lt;strong>Lesson Pages:&lt;/strong> &lt;a href="https://carpentries-incubator.github.io/jekyll-pages-novice/">https://carpentries-incubator.github.io/jekyll-pages-novice/&lt;/a>&lt;/li>
&lt;li>&lt;strong>Lesson Repository:&lt;/strong> &lt;a href="https://github.com/carpentries-incubator/jekyll-pages-novice">https://github.com/carpentries-incubator/jekyll-pages-novice&lt;/a>&lt;/li>
&lt;/ul>
&lt;h3 id="learning-objectives">Learning Objectives&lt;/h3>
&lt;p>After this lesson, learners should be able to:&lt;/p>
&lt;ul>
&lt;li>create formatted page content with Markdown&lt;/li>
&lt;li>configure their project to build and serve pages on GitHub&lt;/li>
&lt;li>build a coherent site with multiple pages using the Jekyll framework&lt;/li>
&lt;li>customise the layout and style of the pages on their site&lt;/li>
&lt;/ul>
&lt;h3 id="target-audience">Target Audience&lt;/h3>
&lt;p>This lesson guides learners through making websites using Jekyll in a web hosting service GitHub Pages. Anyone comfortable interacting with websites in a web browser and willing to learn how to produce website. Basic understanding of HTML and/or Markdown as webpage authoring languages is welcome but not a must.&lt;/p></description></item><item><title>Incubator Lesson Spotlight: Interactive Data Visualizations in Python</title><link>https://deploy-preview-705--carpentries-website.netlify.app/blog/2021/09/incubator-lesson-data-visualization-python/</link><pubDate>Tue, 21 Sep 2021 00:00:00 +0000</pubDate><guid>https://deploy-preview-705--carpentries-website.netlify.app/blog/2021/09/incubator-lesson-data-visualization-python/</guid><description>&lt;p>The Incubator Lesson Spotlight highlights a lesson under development by our community in &lt;a href="https://github.com/carpentries-incubator/">The Carpentries Incubator&lt;/a>. In this edition, we look at the progress being made on &lt;a href="https://carpentries-incubator.github.io/python-interactive-data-visualizations/">the &lt;em>{{page.lesson_title}}&lt;/em> lesson&lt;/a>, and hear from the authors about how The Carpentries community can get involved with the ongoing development of this lesson.&lt;/p>
&lt;h2 id="lesson-profile">Lesson Profile&lt;/h2>
&lt;ul>
&lt;li>&lt;strong>Title:&lt;/strong> {{page.lesson_title}}&lt;/li>
&lt;li>&lt;strong>Lesson Pages:&lt;/strong> &lt;a href="https://carpentries-incubator.github.io/python-interactive-data-visualizations/">https://carpentries-incubator.github.io/python-interactive-data-visualizations/&lt;/a>&lt;/li>
&lt;li>&lt;strong>Lesson Repository:&lt;/strong> &lt;a href="https://github.com/carpentries-incubator/python-interactive-data-visualizations">https://github.com/carpentries-incubator/python-interactive-data-visualizations&lt;/a>&lt;/li>
&lt;/ul>
&lt;h3 id="learning-objectives">Learning Objectives&lt;/h3>
&lt;ol>
&lt;li>Learn how to wrangle data into a tidy format using the pandas library.&lt;/li>
&lt;li>Learn how to create some basic visualizations using the Plotly Express library.&lt;/li>
&lt;li>Learn how to create a web app using the Streamlit library for sharing the visualizations, as well as interacting with the data and visualizations via widgets.&lt;/li>
&lt;/ol>
&lt;h3 id="target-audience">Target Audience&lt;/h3>
&lt;p>This workshop is appropriate for learners who have recently completed the &amp;ldquo;Plotting and Programming in Python&amp;rdquo; lesson (or have some experience with Python and pandas), and is targeted specifically to those who want to learn more about creating data visualizations and building interactive dashboards. The lesson can be taught in 1 hour (if you skip the exercises and include Episode 1 in the prep) or up to 2 hours (if you include time for students to work through all the exercises and include Episode 1 in the workshop time).&lt;/p></description></item><item><title>Incubator Lesson Spotlight: Programming with Julia</title><link>https://deploy-preview-705--carpentries-website.netlify.app/blog/2021/08/incubator-lesson-spotlight-julia-novice/</link><pubDate>Wed, 04 Aug 2021 00:00:00 +0000</pubDate><guid>https://deploy-preview-705--carpentries-website.netlify.app/blog/2021/08/incubator-lesson-spotlight-julia-novice/</guid><description>&lt;p>The Incubator Lesson Spotlight highlights a lesson under development by our community in &lt;a href="https://github.com/carpentries-incubator/">The Carpentries Incubator&lt;/a>. In this edition, we look at the progress being made on &lt;a href="https://carpentries-incubator.github.io/julia-novice/">the &lt;em>{{page.lesson_title}}&lt;/em> lesson&lt;/a>, and hear from the authors about how The Carpentries community can get involved with the ongoing development of this lesson.&lt;/p>
&lt;h2 id="lesson-profile">Lesson Profile&lt;/h2>
&lt;ul>
&lt;li>&lt;strong>Title:&lt;/strong> {{page.lesson_title}}&lt;/li>
&lt;li>&lt;strong>Lesson Pages:&lt;/strong> &lt;a href="https://carpentries-incubator.github.io/julia-novice/">https://carpentries-incubator.github.io/julia-novice/&lt;/a>&lt;/li>
&lt;li>&lt;strong>Lesson Repository:&lt;/strong> &lt;a href="https://github.com/carpentries-incubator/julia-novice">https://github.com/carpentries-incubator/julia-novice&lt;/a>&lt;/li>
&lt;/ul>
&lt;h3 id="learning-objectives">Learning Objectives&lt;/h3>
&lt;ul>
&lt;li>using the &lt;a href="https://julialang.org/">Julia&lt;/a> REPL&lt;/li>
&lt;li>get comfortable with the package manager and environments&lt;/li>
&lt;li>learn syntax for common tasks (types, control flow, functions &amp;amp; methods, modules)&lt;/li>
&lt;li>finding, using and creating packages&lt;/li>
&lt;li>writing tests&lt;/li>
&lt;/ul>
&lt;h3 id="target-audience">Target Audience&lt;/h3>
&lt;p>People with some programming experience that are new to Julia. Particularly people doing scientific computing.&lt;/p></description></item><item><title>Incubator Lesson Spotlight: Analysis and Interpretation of Bulk RNA-Seq Data using Bioconductor</title><link>https://deploy-preview-705--carpentries-website.netlify.app/blog/2021/07/incubator-lesson-spotlight-rna-seq-data-analysis/</link><pubDate>Tue, 13 Jul 2021 00:00:00 +0000</pubDate><guid>https://deploy-preview-705--carpentries-website.netlify.app/blog/2021/07/incubator-lesson-spotlight-rna-seq-data-analysis/</guid><description>&lt;p>The Incubator Lesson Spotlight highlights a lesson under development by our community in &lt;a href="https://github.com/carpentries-incubator/">The Carpentries Incubator&lt;/a>. In this edition, we look at the progress being made on &lt;a href="https://carpentries-incubator.github.io/bioc-rnaseq">the &lt;em>{{page.lesson_title}}&lt;/em> lesson&lt;/a>, and hear from the authors about how The Carpentries community can get involved with the ongoing development of this lesson.&lt;/p>
&lt;h2 id="lesson-profile">Lesson Profile&lt;/h2>
&lt;ul>
&lt;li>&lt;strong>Title:&lt;/strong> {{page.lesson_title}}&lt;/li>
&lt;li>&lt;strong>Lesson Pages:&lt;/strong> &lt;a href="https://carpentries-incubator.github.io/bioc-rnaseq">https://carpentries-incubator.github.io/bioc-rnaseq&lt;/a>&lt;/li>
&lt;li>&lt;strong>Lesson Repository:&lt;/strong> &lt;a href="https://github.com/carpentries-incubator/bioc-rnaseq">https://github.com/carpentries-incubator/bioc-rnaseq&lt;/a>&lt;/li>
&lt;/ul>
&lt;h3 id="learning-objectives">Learning Objectives&lt;/h3>
&lt;p>After following this lesson, learners will be able to:&lt;/p>
&lt;ul>
&lt;li>choose an appropriate design for a bulk RNA Sequencing experiment.&lt;/li>
&lt;li>import and annotate quantified RNA-Seq data in R.&lt;/li>
&lt;li>assess the quality of experimental results represented as a gene expression matrix.&lt;/li>
&lt;li>run a standard differential expression analysis and interpret the output.&lt;/li>
&lt;li>execute a gene set analysis.&lt;/li>
&lt;/ul>
&lt;h3 id="target-audience">Target Audience&lt;/h3>
&lt;p>This lesson is aimed at researchers who are already aware of what &lt;a href="http://bioconductor.org/">Bioconductor&lt;/a> is and how it can benefit their data analysis. They are comfortable with basic operations in R, such as creating numeric, character vector, and data frame variables, installing and loading packages from CRAN and Bioconductor, and visualising data in common formats such as bar and scatter plots. These researchers want to learn how to use R and Bioconductor to explore and analyse data produced in bulk RNA sequencing experiments, and visualise and interpret the results of these analyses.&lt;/p></description></item><item><title>Incubator Lesson Spotlight: Foundational Computer Skills</title><link>https://deploy-preview-705--carpentries-website.netlify.app/blog/2021/06/incubator-lesson-foundational-computer-skills/</link><pubDate>Wed, 30 Jun 2021 00:00:00 +0000</pubDate><guid>https://deploy-preview-705--carpentries-website.netlify.app/blog/2021/06/incubator-lesson-foundational-computer-skills/</guid><description>&lt;p>The Incubator Lesson Spotlight highlights a lesson under development by our community in &lt;a href="https://github.com/carpentries-incubator/">The Carpentries Incubator&lt;/a>. In this edition, we look at the progress being made on &lt;a href="lesson%20URL%20from%20form">the &lt;em>{{page.lesson_title}}&lt;/em> lesson&lt;/a>, and hear from the authors about how The Carpentries community can get involved with the ongoing development of this lesson.&lt;/p>
&lt;h2 id="lesson-profile">Lesson Profile&lt;/h2>
&lt;ul>
&lt;li>&lt;strong>Title:&lt;/strong> {{page.lesson_title}}&lt;/li>
&lt;li>&lt;strong>Lesson Pages:&lt;/strong> &lt;a href="https://carpentries-incubator.github.io/foundational-computer-skills">https://carpentries-incubator.github.io/foundational-computer-skills&lt;/a>&lt;/li>
&lt;li>&lt;strong>Lesson Repository:&lt;/strong> &lt;a href="https://github.com/carpentries-incubator/foundational-computer-skills">https://github.com/carpentries-incubator/foundational-computer-skills&lt;/a>&lt;/li>
&lt;/ul>
&lt;h3 id="learning-objectives">Learning Objectives&lt;/h3>
&lt;ul>
&lt;li>To recognize different extensions and format of the data files and software packages&lt;/li>
&lt;li>To identify appropriate software suitable to learners&amp;rsquo; environment&lt;/li>
&lt;li>To be able to download data, place in appropriate location, extract, and load data&lt;/li>
&lt;li>To be able to download, install, configure, and test software&lt;/li>
&lt;/ul>
&lt;h3 id="target-audience">Target Audience&lt;/h3>
&lt;ul>
&lt;li>Learners preparing for a workshop&lt;/li>
&lt;li>Instructors and helpers helping with pre-workshop setup&lt;/li>
&lt;/ul>
&lt;h2 id="lesson-progress">Lesson Progress&lt;/h2>
&lt;p>The lesson is in the initial stages of development (&lt;em>pre-alpha&lt;/em>).&lt;/p></description></item><item><title>Incubator Lesson Spotlight: Bash and R for Metagenomics</title><link>https://deploy-preview-705--carpentries-website.netlify.app/blog/2021/05/incubator-lesson-spotlight-metagenomics/</link><pubDate>Mon, 17 May 2021 00:00:00 +0000</pubDate><guid>https://deploy-preview-705--carpentries-website.netlify.app/blog/2021/05/incubator-lesson-spotlight-metagenomics/</guid><description>&lt;p>The Incubator Lesson Spotlight highlights a lesson under development by our community in &lt;a href="https://github.com/carpentries-incubator/">The Carpentries Incubator&lt;/a>. In this edition, we look at the progress being made on &lt;a href="https://carpentries-incubator.github.io/metagenomics/">the &lt;em>{{page.lesson_title}}&lt;/em> lesson&lt;/a>, and hear from the authors about how The Carpentries community can get involved with the ongoing development of this lesson.&lt;/p>
&lt;h2 id="lesson-profile">Lesson Profile&lt;/h2>
&lt;ul>
&lt;li>&lt;strong>Title:&lt;/strong> {{page.lesson_title}}&lt;/li>
&lt;li>&lt;strong>Lesson Pages:&lt;/strong> &lt;a href="https://carpentries-incubator.github.io/metagenomics/">https://carpentries-incubator.github.io/metagenomics/&lt;/a>&lt;/li>
&lt;li>&lt;strong>Lesson Repository:&lt;/strong> &lt;a href="https://github.com/carpentries-incubator/metagenomics">https://github.com/carpentries-incubator/metagenomics&lt;/a>&lt;/li>
&lt;/ul>
&lt;h3 id="learning-objectives">Learning Objectives&lt;/h3>
&lt;ul>
&lt;li>Acknowledge the importance of well-organized bioinformatics projects and apply this sense of tidiness to metagenomics data.&lt;/li>
&lt;li>Learn and implement the guidelines for reproducible metagenomics projects.&lt;/li>
&lt;li>Understand and apply the basics for Bash and R programming languages.&lt;/li>
&lt;li>Use of Bash and R programming languages to assess and manipulate metagenomics data.&lt;/li>
&lt;li>Learn and use the steps and tools for a complete analysis of shotgun and 16S metagenomics data.&lt;/li>
&lt;/ul>
&lt;h3 id="target-audience">Target Audience&lt;/h3>
&lt;p>Genomics and metagenomics enthusiasts; newcomers to the bioinformatics world; biological science undergraduate, postgraduate students and researchers. We do not assume previous knowledge of Bash, R or metagenomics for the lesson.&lt;/p></description></item><item><title>Incubator Lesson Spotlight: Python for Business</title><link>https://deploy-preview-705--carpentries-website.netlify.app/blog/2021/04/incubator-lesson-spotlight-python-business/</link><pubDate>Tue, 20 Apr 2021 00:00:00 +0000</pubDate><guid>https://deploy-preview-705--carpentries-website.netlify.app/blog/2021/04/incubator-lesson-spotlight-python-business/</guid><description>&lt;p>The Incubator Lesson Spotlight highlights a lesson under development by our community in &lt;a href="https://github.com/carpentries-incubator/">The Carpentries Incubator&lt;/a>. In this edition, we look at the progress being made on &lt;a href="https://carpentries-incubator.github.io/python-business/">the &lt;em>{{page.lesson_title}}&lt;/em> lesson&lt;/a>, and hear from the authors about how The Carpentries community can get involved with the ongoing development of this lesson.&lt;/p>
&lt;h2 id="lesson-profile">Lesson Profile&lt;/h2>
&lt;ul>
&lt;li>&lt;strong>Title:&lt;/strong> {{page.lesson_title}}&lt;/li>
&lt;li>&lt;strong>Lesson Pages:&lt;/strong> &lt;a href="https://carpentries-incubator.github.io/python-business/">https://carpentries-incubator.github.io/python-business/&lt;/a>&lt;/li>
&lt;li>&lt;strong>Lesson Repository:&lt;/strong> &lt;a href="https://github.com/carpentries-incubator/python-business">https://github.com/carpentries-incubator/python-business&lt;/a>&lt;/li>
&lt;/ul>
&lt;h3 id="learning-objectives">Learning Objectives&lt;/h3>
&lt;ul>
&lt;li>teach data processing skills that are automated, repeatable, and testable&lt;/li>
&lt;li>apply Python as a replacement for spreadsheet-based analysis&lt;/li>
&lt;/ul>
&lt;h3 id="target-audience">Target Audience&lt;/h3>
&lt;p>Python for Business is a software skills training programme aimed at business students. It helps business students learn about basics of programming and how to perform Excel-like tasks with Python.&lt;/p></description></item><item><title>Incubator Lesson Spotlight: Introduction to Open Data Science with R</title><link>https://deploy-preview-705--carpentries-website.netlify.app/blog/2021/03/incubator-spotlight-open-science-r/</link><pubDate>Wed, 24 Mar 2021 00:00:00 +0000</pubDate><guid>https://deploy-preview-705--carpentries-website.netlify.app/blog/2021/03/incubator-spotlight-open-science-r/</guid><description>&lt;p>The Incubator Lesson Spotlight highlights a lesson under development by our community in &lt;a href="https://github.com/carpentries-incubator/">The Carpentries Incubator&lt;/a>. In this edition, we look at the progress being made on &lt;a href="https://carpentries-incubator.github.io/open-science-with-r/">the &lt;em>{{page.lesson_title}}&lt;/em> lesson&lt;/a>, and hear from the authors about how The Carpentries community can get involved with the ongoing development of this lesson.&lt;/p>
&lt;h2 id="lesson-profile">Lesson Profile&lt;/h2>
&lt;p>&lt;strong>Title:&lt;/strong> {{page.lesson_title}}
&lt;strong>Lesson Pages:&lt;/strong> &lt;a href="https://carpentries-incubator.github.io/open-science-with-r/">https://carpentries-incubator.github.io/open-science-with-r/&lt;/a>
&lt;strong>Lesson Repository:&lt;/strong> &lt;a href="https://github.com/carpentries-incubator/open-science-with-r">https://github.com/carpentries-incubator/open-science-with-r&lt;/a>&lt;/p>
&lt;h3 id="learning-objectives">Learning Objectives&lt;/h3>
&lt;p>After this lesson, learners should..
Know best practices in data analysis with R: tidy format, transformation, filtering, etc.
Know how to increase scientific reproducibility and openness by coupling R with version control (git).
Be able to create literate programming reports using R Markdown.&lt;/p></description></item><item><title>Incubator Lesson Spotlight - Reproducible Computational Environments Using Containers: Introduction to Docker</title><link>https://deploy-preview-705--carpentries-website.netlify.app/blog/2021/02/incubator-spotlight-docker-lesson/</link><pubDate>Tue, 23 Feb 2021 00:00:00 +0000</pubDate><guid>https://deploy-preview-705--carpentries-website.netlify.app/blog/2021/02/incubator-spotlight-docker-lesson/</guid><description>&lt;p>The Incubator Lesson Spotlight highlights a lesson under development by our community in &lt;a href="https://github.com/carpentries-incubator/">The Carpentries Incubator&lt;/a>. In this first feature of the series, we look at the progress being made on &lt;a href="https://carpentries-incubator.github.io/docker-introduction/">the &lt;em>{{page.lesson_title}}&lt;/em> lesson&lt;/a>, and hear from the authors about how The Carpentries community can get involved with the ongoing development of this lesson.&lt;/p>
&lt;h2 id="lesson-profile">Lesson Profile&lt;/h2>
&lt;ul>
&lt;li>&lt;strong>Title:&lt;/strong> {{page.lesson_title}}&lt;/li>
&lt;li>&lt;strong>Lesson Pages:&lt;/strong> &lt;a href="https://carpentries-incubator.github.io/docker-introduction/">https://carpentries-incubator.github.io/docker-introduction/&lt;/a>&lt;/li>
&lt;li>&lt;strong>Lesson Repository:&lt;/strong> &lt;a href="https://github.com/carpentries-incubator/docker-introduction">https://github.com/carpentries-incubator/docker-introduction&lt;/a>&lt;/li>
&lt;/ul>
&lt;h3 id="learning-objectives">Learning Objectives&lt;/h3>
&lt;p>After this lesson, learners should..&lt;/p>
&lt;ul>
&lt;li>Know what containers are and how they can be useful&lt;/li>
&lt;li>Know how to find and use containers created by someone else&lt;/li>
&lt;li>Know how to create and share your own containers&lt;/li>
&lt;li>Understand how to take the next step in your use of containers&lt;/li>
&lt;/ul>
&lt;h3 id="target-audience">Target Audience&lt;/h3>
&lt;p>Our target audience is researchers who want to learn how to use containers to help manage computational environments and enhance the reproducibility of their research results. Learners should have some experience with the Unix shell, e.g., from having completed &lt;a href="https://swcarpentry.github.io/shell-novice/">the Software Carpentry lesson, &amp;ldquo;The Unix Shell&amp;rdquo;&lt;/a>.&lt;/p></description></item></channel></rss>