All Projects → OHI-Science → data-science-training

OHI-Science / data-science-training

Licence: CC-BY-4.0 license
Reproducible data science with R, RStudio, Git, and GitHub

Programming Languages

r
7636 projects
CSS
56736 projects
TeX
3793 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to data-science-training

teaching-app-dev-swift-archive
DEPRECATED. Teaching App Development with Swift materials, bundled up as a single archive.
Stars: ✭ 14 (-22.22%)
Mutual labels:  education, teaching
Talks
Repository of publicly available talks by Leon Eyrich Jessen, PhD. Talks cover Data Science and R in the context of research
Stars: ✭ 16 (-11.11%)
Mutual labels:  education, teaching
Datascience Box
Data Science Course in a Box
Stars: ✭ 629 (+3394.44%)
Mutual labels:  education, teaching
Oppia
A free, online learning platform to make quality education accessible for all.
Stars: ✭ 4,361 (+24127.78%)
Mutual labels:  education, teaching
Public
Public documents for the Master of Data Science program at the University of British Columbia
Stars: ✭ 133 (+638.89%)
Mutual labels:  education, teaching
Jupyter Edu Book
Teaching and Learning with Jupyter
Stars: ✭ 325 (+1705.56%)
Mutual labels:  education, teaching
Whitebophir
Online collaborative Whiteboard that is simple, free, easy to use and to deploy
Stars: ✭ 821 (+4461.11%)
Mutual labels:  education, teaching
Teaching App Dev Swift
DEPRECATED. Instructor lesson plans that accompany Xcode projects, for guiding in-class experiential learning.
Stars: ✭ 699 (+3783.33%)
Mutual labels:  education, teaching
Lms
LMS allows teachers and educators to easily provide feedback on student programming work - both manually and automatically.
Stars: ✭ 74 (+311.11%)
Mutual labels:  education, teaching
Dsci 100
Repository for UBC's Introduction to Data Science course (DSCI 100)
Stars: ✭ 46 (+155.56%)
Mutual labels:  education, teaching
Presentations
DEPRECATED. Short, topic-focused instructor presentations that illustrate iOS and Swift concepts.
Stars: ✭ 304 (+1588.89%)
Mutual labels:  education, teaching
Yrssf
一个分布式(p2p)云教学/云课堂/直播平台系统CMS,睿易派的开源替代品
Stars: ✭ 141 (+683.33%)
Mutual labels:  education, teaching
vly1
v1 Voluntarily application - deprecated
Stars: ✭ 14 (-22.22%)
Mutual labels:  education, teaching
Autolab
Course management service that enables auto-graded programming assignments.
Stars: ✭ 528 (+2833.33%)
Mutual labels:  education, teaching
bash-course
Material for the advanced bash scripting course at Heidelberg University
Stars: ✭ 35 (+94.44%)
Mutual labels:  education, teaching
Ulnoiot Upy
retired version of ulnoiot based on micropython
Stars: ✭ 17 (-5.56%)
Mutual labels:  education, teaching
Openolat
Learning Management System OpenOlat
Stars: ✭ 135 (+650%)
Mutual labels:  education, teaching
data-vis-labs-2018
Principles & Practice of Data Visualization, CS631 Spring 2018
Stars: ✭ 34 (+88.89%)
Mutual labels:  education, teaching
Remote-Work-and-Study-Resources
Free services, tools, articles and other resources for remote workers and distance learners
Stars: ✭ 49 (+172.22%)
Mutual labels:  teaching
project-omega
A collection of non-trivial coding problems to improve software engineering skills.
Stars: ✭ 15 (-16.67%)
Mutual labels:  education

Collaborative. Reproducible. Science.

These materials are available as a book at http://ohi-science.org/data-science-training. (Alternative link).

Please clone or download https://github.com/OHI-Science/data-science-training to accompany this training.


Rendering

To render this book in RStudio: Build tab > Build Book. Or on the command line:

rmarkdown::render_site(encoding = 'UTF-8')

This will build the HTML and PDF versions of the book into the docs/ folder, which should not be directly edited (and occassionally completely deleted before rendering to remove old unused files).

Teaching Setup

This book as been used for Software Carpentry workshops and the OHI Fellows program (recordings on the OHI-Science YouTube Channel).

Prior to teaching:

  • open a clean RStudio session with default panes
  • github chapter: since my-repo has been created, consider [placename]-repo e.g. whoi-repo
  • before ggplot2 chapter: install.packages('tidyverse')

Acknowledgements

Many thanks to the creators of bookdown:

  • Yihui Xie (2016). bookdown: Authoring Books and Technical Documents with R Markdown. R package version 0.3.9.
  • Yihui Xie (2016). bookdown: Authoring Books and Technical Documents with R Markdown. Chapman and Hall/CRC. ISBN 978-1138700109
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].