-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
73 lines (61 loc) · 2.92 KB
/
index.html
File metadata and controls
73 lines (61 loc) · 2.92 KB
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
<!DOCTYPE html>
<html>
<head>
<title>Author Carpentry</title>
<link rel="stylesheet" href="css/site.css">
</head>
<body>
<header>
<a href="http://authorcarpentry.github.io"><img src="img/AClogo.jpg" alt="Author Carpentry logo"></a>
</header>
<nav>
<ul>
<li><a href=".">Lesson</a></li>
<li><a href="01-getting-started.html">Day 1: Getting Started</a></li>
<li><a href="02-markdown.html">Day 2: Intro to Markdown</a></li>
<li><a href="03-modifying-appearance.html">Day 3: Document Appearance</a></li>
<li><a href="04-dynamic.html">Day 4: Dynamic Documents</a></li>
<li><a href="05-publishing.html">Day 5: Publishing</a></li>
<li><a href="mailto:authorcarpentry@library.caltech.edu">Contact Us</a></li>
</ul>
</nav>
<section>
<h1>Author Carpentry at FSCI 2018: Reproducible Research Reporting and Dynamic Documents with Open Authoring Tools: Toward the Paper of the Future</h1>
<p><em>Instructors: Gail Clement, Tom Morrell</em></p>
<p><strong>Lesson status: In Development</strong></p>
<h2>What you will learn:</h2>
<ul>
<li>Identify the features of a reproducible and dynamic research communication (Paper of the Future) that is fit to enter the scholarly record.</li>
<li>Recognize at least three models of “Future Papers” now in publication.</li>
<li>Describe the benefits of composing research reports with open authoring tools.</li>
<li>Apply a text-based workflow for creating a paper that combines dynamic text, code and software.</li>
<li>Demonstrate an open-source workflow for automatically converting openly authored documents for publication, online posting and professional presentation.</li>
<li>Demonstrate use of the RStudio GUI platform for authoring and producing professional-quality research reports.</li>
</ul>
<h2>Topics:</h2>
<ol>
<li><a href="01-getting-started.html">Day 1: Introduction</a></li>
<li><a href="02-markdown.html">Day 2: Basic Markdown</a></li>
<li><a href="03-modifying-appearance.html">Day 3: Document Appearance</a></li>
<li><a href="04-dynamic.html">Day 4: Dynamic Documents</a></li>
<li><a href="05-publishing.html">Day 5: Publishing</a></li>
</ol>
<h2>Requirements</h2>
<p>Author Carpentry’s teaching is hands-on, so participants are encouraged to use
their own computers to insure the proper setup of tools for an efficient
workflow.
<em>These lessons assume no prior knowledge of the skills or tools</em>, but working
through this lesson requires working copies of R and Rstudio.
We’ll work through software installation during the first day.</p>
</section>
<footer>
<span>© Lesson Contributors</span>
<span><a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img
alt="Creative Commons License" style="vertical-align: middle;"
src="https://i.creativecommons.org/l/by/4.0/80x15.png" /></a></span>
<span>This work is licensed under a <a rel="license"
href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution
4.0 International License</a></span>
</footer>
</body>
</html>