-
Notifications
You must be signed in to change notification settings - Fork 1
/
sessions.html
203 lines (190 loc) · 9.06 KB
/
sessions.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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
<!DOCTYPE html>
<html>
<title>SPF- Training Sessions</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/w3.css">
<link rel="stylesheet" href="https://www.w3schools.com/lib/w3-theme-brown.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.3.0/css/font-awesome.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script>
$(document).ready(function(){
//load the parts of the page that are always the same across the portal
$("#footerContent").load("footer.html");
$("#topMenu").load("topMenu.html");
});
</script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-118863115-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-118863115-2');
</script>
<body>
<style>
.selected{
background-color:#8c6868 ;
}
</style>
<body>
<header class="w3-container w3-theme w3-padding w3-center" id="topMenu">
<div class="w3-container">
<div class="w3-quarter w3-container w3-padding-8">
<a href="index.html"><img src="images/spflogo_1.png" width="80" style="float:right"/></a>
</div>
<div class="w3-half w3-container">
<h2>The Scientific Paper of the Future Initiative</h2>
</div>
</div>
<div class="w3-center">
<div class="w3-bar w3-theme">
<a href="index.html" class="w3-bar-item w3-button w3-padding-8">Home</a>
<a href="motivation.html" class="w3-bar-item w3-button w3-padding-8">Motivation</a>
<a href="spf.html" class="w3-bar-item w3-button w3-padding-8">What is a SPF</a>
<a href="sessions.html" class="w3-bar-item w3-button w3-padding-8 selected">Sessions</a>
<a href="materials.html" class="w3-bar-item w3-button w3-padding-8">Materials</a>
<a href="events.html" class="w3-bar-item w3-button w3-padding-8">Events</a>
<a href="gallery.html" class="w3-bar-item w3-button w3-padding-8">Gallery</a>
<a href="faq.html" class="w3-bar-item w3-button w3-padding-8">FAQ</a>
<a href="organization.html" class="w3-bar-item w3-button w3-padding-8">Organization</a>
<a href="sponsor.html" class="w3-bar-item w3-button w3-padding-8">Sponsorship</a>
</div>
</div>
</header>
<div class="w3-content">
<p>The OntoSoft project is offering training sessions for geoscientists to learn best practices in software and data sharing, provenance documentation, and scholarly publication. Training materials are freely available on line in this web site. </p>
<p><a href="http://mailman.isi.edu/mailman/listinfo/spf-announce">Please subscribe to this mailing list</a> if you would like to receive notifications of training sessions and other general announcements about SPF.</p>
<p>
</p><hr /><h3><b>Registration</b></h3>
<p>There is no registration fee to attend these training sessions. To RSVP, please <a href="mailto:[email protected]">email us with your name, institution, and training session date</a>.</p>
<p>
</p><hr /><h3><b> Training Sessions</b></h3>
<p>The training sessions (webinars and face-to-face) are all free of charge, but please register by <a href="mailto:[email protected]">emailing us</a>. Additional webinars and sessions will be announced in this site and in the <a href="http://mailman.isi.edu/mailman/listinfo/spf-announce">SPF general mailing list</a>. </p>
<p>The training sessions are 3.5 hours, including a 30min break in the middle.</p>
<h3><b> <a href="http://scientificpaperofthefuture.org/events"> Upcoming and Past Training Sessions</a></b></h3>
<p>Additional training sessions will be offered at community events and institutions upon request. Please <a href="mailto:[email protected]">contact us</a> to inquire, or to help us arrange a session in your institution.</p>
<p><a href="http://mailman.isi.edu/mailman/listinfo/spf-announce">Please subscribe to this mailing list</a> if you would like to receive notifications of training sessions and other general announcements about SPF.</p>
<p>
</p><hr /><h3><b>Intended Audience</b></h3>
<p>The training sessions have been attended by diverse audiences with different motivations:</p>
<ul><li> geoscientists, interested in getting credit for the data and software they create, writing reproducible papers, and practicing open science
</li><li> data specialists, seeking to document formally their complex data processing workflows
</li><li>group leads and center directors, wanting an update on best practices and recommendations for open science to prepare for upcoming funding agency requirements concerning open science
</li><li> students and early career researchers, eager to learn skills that will prepare them for future science practice
</li></ul><p>The training sessions do not assume any programming or computer science background. They begin teaching concepts, principles, and best practices, and then give practical recommendations and pointers to resources to implement them.</p>
<p>
</p><hr /><h3><b>Training Topics</b></h3>
<p>The training is divided into two sessions, each 90mins with a break in the middle. Training topics are listed below.</p>
<table border="1" style="width:100%"><tr><th>Topic</th>
<th>Concepts covered</th>
</tr><tr><td> Scientific publications in the future </td>
<td> An overview of the benefits of augmenting papers with data, software, and provenance, all properly documented and cited </td>
</tr><tr><td> Making data accessible </td>
<td> How to publish data in a public shared repository, select and use a license, and cite it in an article </td>
</tr><tr><td> Making software accessible </td>
<td> How to publish software in a public repository, select and use a license, and cite it in an article </td>
</tr><tr><td> Describing software with metadata </td>
<td> How to describe general metadata about software so others can understand and use it </td>
</tr><tr><td> Describing the provenance of results </td>
<td> How to describe provenance in terms of the computations that were executed in order to obtain the results reported in a paper</td>
</tr><td> Describing methods as workflows </td>
<td> How to describe general computational methods in a paper as data flow across software components </td>
</table><p>For each training topic, basic concepts and best practices are introduced. A summary at the end provides specific advice and pointers to implement those best practices.</p>
<p>
</p><hr /><h3><b>Instructors</b></h3>
<table><tr><td class="imagecell"><img src="images/cedric.png" /></td>
<td>
<b>Cedric David</b><br />
Jet Propulsion Laboratory<br />
California Institute of Technology
</td>
<td class="imagecell"><img src="images/demir.png" /></td>
<td>
<b>Ibrahim Demir</b><br />
IIHR Hydroscience & Engineering Institute<br />
University of Iowa
</td>
</tr><tr><td class="imagecell"><img src="images/fulweiler.png" /></td>
<td>
<b>Robinson W. Fulweiler</b><br />
Department of Earth and Environment<br />
Department of Biology<br />
Boston University
</td>
<td class="imagecell"><img src="images/garijo.png" /></td>
<td>
<b>Daniel Garijo</b><br />
Information Sciences Institute<br />
University of Southern California
</td>
</tr><tr><td class="imagecell"><img src="images/gil.png" /></td>
<td>
<b>Yolanda Gil</b><br />
Information Sciences Institute and<br />
Department of Computer Science<br />
University of Southern California
</td>
<td class="imagecell"><img src="images/mattmann.png" /></td>
<td>
<b>Chris Mattmann</b><br />
Jet Propulsion Laboratory<br />
California Institute of Technology
</td>
</tr><tr><td class="imagecell"><img src="images/jihyun.png" /></td>
<td>
<b>Ji-Hyun Oh</b><br />
Jet Propulsion Laboratory<br />
California Institute of Technology
</td>
<td class="imagecell"><img src="images/peckham.png" /></td>
<td>
<b>Scott Peckham</b><br />
Institute of Arctic and Alpine Research<br />
University of Colorado at Boulder
</td>
</tr><tr><td class="imagecell"><img src="images/pierce.png" /></td>
<td>
<b>Suzanne Pierce</b><br />
Texas Advanced Computing Center and<br />
Jackson School of Geosciences<br />
University of Texas Austin
</td>
<td class="imagecell"><img src="images/ratnakar.png" /></td>
<td>
<b>Varun Ratnakar</b><br />
Information Sciences Institute<br />
University of Southern California
</td>
</tr><tr><td class="imagecell"><img src="images/robinson.png" /></td>
<td>
<b>Erin Robinson</b><br />
Foundation for Earth Science
</td>
<td class="imagecell"><img src="images/mimi.png" /></td>
<td>
<b>Mimi Tzeng</b><br />
Data Management Center<br />
Dauphin Island Sea Lab
</td>
</tr><tr><td class="imagecell"><img src="images/sandra.png" /></td>
<td>
<b>Sandra Villamizar</b><br />
Sierra Nevada Research Institute<br />
University of California at Merced
</td>
<td class="imagecell"><img src="images/xuan.png" /></td>
<td>
<b>Xuan Yu</b><br />
Department of Geological Sciences<br />
University of Delaware
</td>
</tr></table>
<br/>
</div>
<!-- Footer (defined in footer.html)-->
<footer class="w3-container w3-theme-dark w3-padding-16" style="box-shadow:0 50vh 0 50vh #3D2B24;" id ="footerContent">
</footer>
</body>
</html>