-
Notifications
You must be signed in to change notification settings - Fork 11
/
training.html
115 lines (74 loc) · 4.36 KB
/
training.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
<!doctype html>
<html>
<head>
<!-- ############### VIEWPORT META TAG ############### -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no" />
<!-- ################################################# -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<title>OWI-R</title>
<link href="css/style.css" rel="stylesheet" type="text/css">
<link href='//fonts.googleapis.com/css?family=Open+Sans:400,700,600' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/v0.7.7_leaflet.css" />
<link rel="icon" type="image/ico" href="img/favicon.ico" />
<script src="js/jquery-2.1.3.min.js" type="text/javascript"></script>
<script src="js/handlebars.min_4.0.5.js" type="text/javascript"></script>
<script src="js/application.js" type="text/javascript"></script>
<script src="js/v0.7.7_leaflet.js"></script>
<script src="js/map.js" type="text/javascript"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-53797708-5', 'auto');
ga('send', 'pageview');
</script>
<script type="application/javascript" src="//www2.usgs.gov/scripts/analytics/usgs-analytics.js"></script>
</head>
<body>
<div id="header"></div>
<div id="nav"></div>
<!-- BEGIN Main Content -->
<main>
<article>
<h1 class="page-title-h1">Training</h1>
<section class="box content" id="TrainingIntro">
<p>We offer in person "Introduction to R" workshops to USGS Science Centers and other groups. Workshops are typically 2-3 days long, are hands-on, and cover basic skills for using R for a reproducible, scalable, and transparent scientific workflow. Our team includes <a href="http://www.datacarpentry.org/" target="_blank">Data Carpentry</a> certified instructors who use a <a href="http://owi.usgs.gov/R/training-curriculum/intro-curriculum/" target="_blank">USGS curriculum</a> to guide students through common data analysis workflow steps: get, clean, explore, visualize, analyze, and repeat.</p>
<br>
<center>
<a href="http://owi.usgs.gov/R/training-curriculum/intro-curriculum/" target="_blank">
<img id="arrowImage" src="img/training_workflow.jpg" alt="Training Workflow image"/>
</a>
</center>
<p>Upon request, we will tailor training to particular needs of a group (e.g., mapping, graphics, or statistics). After completing a workshop, you won’t be an R expert, but should have the foundation for getting started on your own data analysis work in R and will know where and how to get help. We can also work with groups or individuals to help get R scripts formalized using software development best practices.</p>
<center>
<a href="images/ds_images/datacarpentry_lesson.jpg" class="swipebox" title="Data Carpentry Lesson">
<img class="smallerImage" src="img/datacarpentry_lesson.jpg" alt="Data Carpentry Lesson">
</a>
<a href="images/ds_images/helena_3.JPG" class="swipebox" title="R workshop in Helena, MT">
<img class="smallerImage" src="img/helena_3.JPG" alt="R workshop in Helena, MT">
</a>
<a href="images/ds_images/eread_teaching.jpg" class="swipebox" title="Emily Read teaching R">
<img class="smallerImage" src="img/eread_teaching.jpg" alt="Emily Read teaching r">
</a>
</center>
</section>
<section class="box content" id="mapArea">
<h3>Where we have trained</h3>
<div id="mapHolder">
<div id="map"></div>
</div>
</section>
<section class="box content" id="trainingSchedule"></section>
<section class="box content" id="productReview"></section>
<section class="box content" id="rTrainingInterest">
<h3>Contact for Training</h3>
<p>There are many resources for R training. Please see our list of online R training resources. Contact us with questions. Email <a href="mailto:[email protected]"><[email protected]></a>.</p>
</section>
</article>
</main>
<!-- END Main Content -->
<div id="footer"></div>
</body>
</html>