Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

learners profile added #629

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
49 changes: 47 additions & 2 deletions profiles/learner-profiles.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,50 @@
---
title: FIXME
title: Learner profiles
---

This is a placeholder file. Please add content here.
The trainig is designed to cater to a wide range of learners, ensuring that everyone can start with a solid foundation in R programming and data analysis. Here are some specific learner profiles who would benefit from the course in different ways:

## Profile 1: Wet Lab Scientists Transitioning to Data Analysis

* __Background:__
* Learners with no previous experience in R, coming from a wet lab setup and moving towards data analysis in R.
* __Motivation:__
* These learners are motivated to enhance their research by incorporating data analysis skills. They need to analyze experimental data, interpret results, and present findings in a reproducible manner.
* __Challenges:__
* Lack of familiarity with programming concepts.
* Need for a gentle introduction to coding and data analysis.
* Overcoming the initial learning curve of understanding syntax and basic operations in R.
* __Learning Objectives:__
* Grasp basic R programming concepts and terminology.
* Learn to import, manipulate, and visualize data using R.
* Enhance confidence in creating reproducible and shareable analysis workflows.

## Profile 2: Programmers New to R

* __Background:__
* Learners with other programming experience but no prior R introduction. They may have experience in languages like Python or Java.
* __Motivation:__
* These learners aim to leverage their existing programming knowledge to learn R for data analysis and scientific computing.
* __Challenges:__
* Translating existing programming knowledge to the R environment.
* Understanding the nuances and idiomatic expressions in R.
* Learning the specifics of R’s data structures and packages.
* __Learning Objectives:__
* Adapt to R’s syntax and environment.
* Understand and use R’s specialized data structures.
* Integrate R into their existing programming workflows for data analysis.

## Profile 3: Data Scientists Seeking Scientific Data Proficiency

* __Background:__
* People from data science who are willing to learn more about scientific data structures in R and how to better visualize them.
* __Motivation:__
* These learners want to expand their knowledge to include scientific data analysis and visualization techniques specific to R. They aim to improve their data handling skills and create more insightful visualizations.
* __Challenges:__
* Deepening understanding of scientific data structures.
* Learning advanced visualization techniques.
* Integrating R’s statistical capabilities with existing data science tools.
* __Learning Objectives:__
* Gain proficiency in handling and analyzing scientific data in R.
* Master visualization techniques for scientific data.
* Learn to create comprehensive and reproducible reports and packages.