-
Notifications
You must be signed in to change notification settings - Fork 1
/
tools.html
96 lines (92 loc) · 7.3 KB
/
tools.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
<!DOCTYPE html>
<html style="height: 1500px;">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<title>Crypto Research - Tools Used</title>
<meta name="description" content="Learn more about the tools that power the tutorial">
<link rel="icon" type="image/svg+xml" sizes="2000x2000" href="assets/img/BTC_Logo.svg">
<link rel="icon" type="image/svg+xml" sizes="2000x2000" href="assets/img/BTC_Logo.svg">
<link rel="icon" type="image/svg+xml" sizes="2000x2000" href="assets/img/BTC_Logo.svg">
<link rel="icon" type="image/svg+xml" sizes="2000x2000" href="assets/img/BTC_Logo.svg">
<link rel="icon" type="image/svg+xml" sizes="2000x2000" href="assets/img/BTC_Logo.svg">
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,300italic,400italic,700italic">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Titillium+Web:400,600,700">
<link rel="stylesheet" href="assets/fonts/fontawesome-all.min.css">
<link rel="stylesheet" href="assets/fonts/font-awesome.min.css">
<link rel="stylesheet" href="assets/fonts/simple-line-icons.min.css">
<link rel="stylesheet" href="assets/fonts/fontawesome5-overrides.min.css">
<link rel="stylesheet" href="assets/css/Button-Change-Text-on-Hover.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css">
<link rel="stylesheet" href="assets/css/Navigation-Clean.css">
<script async src="https://www.googletagmanager.com/gtag/js?id=G-1RJSX0YETF"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-1RJSX0YETF');
</script>
</head>
<body>
<div class="container" style="padding-right: 0px;">
<section class="content-section bg-primary text-white" style="height: 150px;padding-top: 80px;">
<div class="container text-center">
<h2 class="mb-4">Project Details - Tools</h2>
<p style="text-align: center;">Learn about the tools that power this tutorial</p>
</div>
<p style="text-align: center;"></p>
<div class="avatar" style="background-image:url("avatars/avatar.jpg");"></div>
</section>
</div>
<div class="container">
<h1 style="margin-left: 15px;">R Markdown</h1>
</div>
<div class="container">
<p style="font-size: 25px;margin-left: 30px;margin-top: -0;margin-bottom: 0;"> • This document was created with the main purpose of showcasing the power of using the open source tool <a href="https://rmarkdown.rstudio.com/"><strong>R Markdown</strong></a>.<br><br>• R Markdown is a programming tool that allows
users to create documents that have a clearly defined structure using the <a href="https://www.markdownguide.org/"><strong>"Markdown" language</strong></a>, and allows the use of code from many programming languages and even have them
communicate with each other within the same document. Once the structure of the document is outlined, it can be used to produce many different kind of outputs using the same code with no incremental work. These can be one page html documents,
presentations, pdf documents, dashboards, websites, and many more types of outputs, including the <a href="https://bookdown.org/"><strong>"book"</strong></a> structure that the tutorial uses. This makes it great for <a href="https://cryptocurrencyresearch.org/introduction.html#reproducibility"><strong>reproducibility</strong></a>,
which can save organizations and researchers large amounts of time and money. You can find a gallery of the types of outputs you can produce for the same code at this website: <a href="https://r-markdown-gallery.com/"><strong>r-markdown-gallery.org</strong></a>.<br></p>
</div><br>
<div>
<div class="container" style="background: #1d809f;">
<div class="row">
<div class="col-md-12">
<h1 style="margin-top: 0;margin-left: 15px;color: rgb(255,255,255);">GitHub Actions</h1>
</div>
</div>
<div class="row">
<div class="col-md-12">
<p style="font-size: 25px;margin-left: 30px;margin-top: 0;margin-bottom: 0;color: rgb(255,255,255);">• The tutorial is refreshed every 12 hours using another open source tool called <a href="https://github.com/features/actions">GitHub Actions</a>.<br><br>• The R Markdown code is posted on a GitHub Repository: <a href="https://github.com/ries9112/cryptocurrencyresearch-org">https://github.com/ries9112/cryptocurrencyresearch-org</a><br><br>•
The repository is configured to run through GitHub actions using a text file with the .yml extension, which describes the configuration of the computer as well as the steps it needs to execute in order to refresh the tutorial with
the latest results: <a href="https://github.com/ries9112/cryptocurrencyresearch-org/blob/master/.github/workflows/master.yml">https://github.com/ries9112/cryptocurrencyresearch-org/blob/master/.github/workflows/master.yml</a><br></p>
</div>
</div>
</div>
</div><br>
<br>
<div>
<div class="container">
<div class="row">
<div class="col-md-6"><a class="btn btn-primary btn-xl js-scroll-trigger" role="button" href="index.html" style="margin-left: 41px;">Back to homepage</a></div>
<div class="col-md-6"><a class="btn btn-light text-right btn-xl mr-4" role="button" data-bs-hover-animate="rubberBand" href="introduction.html" style="margin-left: 60px;font-size: 25px;">Go to the tutorial</a></div>
</div>
</div>
</div>
<footer class="footer text-center">
<div class="container">
<ul class="list-inline mb-5">
<li class="list-inline-item"> <a class="text-white social-link rounded-circle" href="https://github.com/ries9112/cryptocurrencyresearch-org"><i class="icon-social-github"></i></a></li>
<li class="list-inline-item"> <a class="text-white social-link rounded-circle" href="https://twitter.com/intent/tweet?text=Cryptocurrency%20Research&url=https%3A%2F%2Fcryptocurrencyresearch.org%2F&hashtags=rmarkdown,bookdown"><i class="icon-social-twitter"></i></a></li>
<li
class="list-inline-item"> <a class="text-white social-link rounded-circle" href="https://www.linkedin.com/shareArticle/?mini=true&url=https%3A%2F%2Fcryptocurrencyresearch.org%2F&title=Cryptocurrency%20Research"><i class="icon-social-linkedin"></i></a></li>
</ul>
</div><a class="js-scroll-trigger scroll-to-top rounded" href="#page-top"><i class="fa fa-angle-up"></i></a></footer>
<script src="assets/js/jquery.min.js"></script>
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
<script src="assets/js/bs-init.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.4.1/jquery.easing.min.js"></script>
<script src="assets/js/stylish-portfolio.js"></script>
</body>
</html>