-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmaterials.html
88 lines (77 loc) · 4.68 KB
/
materials.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
<!DOCTYPE html>
<html>
<title>SPF- Training Materials</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">Sessions</a>
<a href="materials.html" class="w3-bar-item w3-button w3-padding-8 selected">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">
<h3><b>Training Materials</b></h3>
<p>"The Scientific Paper of the Future" training materials for the OntoSoft project are available from <a href="http://doi.org/10.5281/zenodo.159206">http://doi.org/10.5281/zenodo.159206</a> under a <a href="https://creativecommons.org/licenses/by/4.0/">CC-BY license</a>.</p>
<p><a href="http://dx.doi.org/10.5281/zenodo.159206"><img src="images/SPF-pics.jpg" alt="GPF main slide" class="imgp_img" width="50%" /></a></p>
<p>A powerpoint version of the slides is <a href="mailto:[email protected]">available upon request</a>.</p>
<p>The Scientific paper of the future is often taught in 2-3 sessions. Shorter versions of the materials are also available: <a href="files/SPF_180min.pdf">180 minutes</a>, <a href="files/SPF_90min.pdf">90 minutes</a> </p>
<p>
</p><hr /><h3><b>Best Practices for Scientific Paper of the Future</b></h3>
<p>An article reviewing best practices and author guidelines for a Geoscience Paper of the Future appears in the special issue of the AGU Earth and Space Science journal:</p>
<ul><li><b><a href="http://dx.doi.org/10.1002/2015EA000136">Towards the Geoscience Paper of the Future: Best Practices for Documenting and Sharing Research from Data to Software to Provenance</a></b>. Yolanda Gil, Cédric H. David, Ibrahim Demir, Bakinam T. Essawy, Robinson W. Fulweiler, Jonathan L. Goodall, Leif Karlstrom, Huikyo Lee, Heath J. Mills, Ji‐Hyun Oh, Suzanne A. Pierce, Allen Pope, Mimi W. Tzeng, Sandra R. Villamizar, and Xuan Yu. DOI: 10.1002/2015EA000136.
</li></ul><p>Section 4 provides an overview of best practices, which are summarized in Table 1 and Figure 2 as an author checklist.</p>
<p>
</p><hr /><h3><b>Some Exemplars of Geoscience Paper of the Future</b></h3>
<p>Published Geoscience Papers of the Future serve as reference exemplars that illustrate how authors addressed the recommended best practices. These papers cover diverse areas of geosciences, each with particular requirements and challenges:</p>
<ul><li><a href="http://www.ontosoft.org/gpf/special-issue">List of accepted articles from the Special Issue of the AGU Earth and Space Science journal.
</a></li></ul>
</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>