-
Notifications
You must be signed in to change notification settings - Fork 11
/
contact_contribute.html
104 lines (69 loc) · 3.6 KB
/
contact_contribute.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
<!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="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>
</head>
<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>
<body>
<div id="header"></div>
<div id="nav"></div>
<!-- BEGIN Main Content -->
<main>
<article>
<h1 class="page-title-h1">Contact</h1>
<section class="box content">
<h3>How to sign up for a USGS R-User email list?<a id="howtosignup"></a></h3>
<p>
Join the USGS R-User email list. This list will be used for announcements such as training opportunities and package developments.
Email: <a href="mailto:[email protected]"><[email protected]></a>.
</p>
</section>
<section class="box content">
<h3>How to get R training?<a id="how-to-getTraining"></a></h3>
<p>
There are many resources for R training. Please see our list of online R training resources. If you
are interested in going further and attending an in-person R training,
please contact us for an updated schedule of trainings near you.
Email <a href="mailto:[email protected]"><[email protected]></a>.
</p>
</section>
<section class="box content">
<h3>How to contribute to USGS-R?<a id="howtocontribute"></a></h3>
<p>
USGS-R is an open community within the USGS. If you would like to contribute your code,
improve existing USGS-R packages, or just have a question, please contact us via email
<a href="mailto:[email protected]"><[email protected]></a>.
</p>
</section>
<section class="box content">
<h3>How to suggest USGS-R functionality?<a id="howtoSuggest"></a></h3>
<p>
Looking for USGS-specific R functionality, but not sure if it already exists? Ask questions, offer feedback, and participate in discussions on the gitHub Issues pages:
<a href="https://github.com/USGS-R/usgs-r.github.com/issues">https://github.com/USGS-R/usgs-r.github.com/issues</a>.
</p>
</section>
</article>
</main>
<!-- END Main Content -->
<div id="footer"></div>
</body>
</html>