|
| 1 | +<!DOCTYPE html> |
| 2 | +<html lang="" xml:lang=""> |
| 3 | +<head> |
| 4 | + |
| 5 | + <meta charset="utf-8" /> |
| 6 | + <meta http-equiv="X-UA-Compatible" content="IE=edge" /> |
| 7 | + <title>Chapter 8 Compatibility with existing systems | A GitBook Example for Teaching</title> |
| 8 | + <meta name="description" content="This GitBook is an example of a GitBook for teaching. It can be adapted for specific courses. The output format for this example is bookdown::gitbook." /> |
| 9 | + <meta name="generator" content="bookdown 0.17 and GitBook 2.6.7" /> |
| 10 | + |
| 11 | + <meta property="og:title" content="Chapter 8 Compatibility with existing systems | A GitBook Example for Teaching" /> |
| 12 | + <meta property="og:type" content="book" /> |
| 13 | + |
| 14 | + |
| 15 | + <meta property="og:description" content="This GitBook is an example of a GitBook for teaching. It can be adapted for specific courses. The output format for this example is bookdown::gitbook." /> |
| 16 | + <meta name="github-repo" content="cjvanlissa/gitbook-demo" /> |
| 17 | + |
| 18 | + <meta name="twitter:card" content="summary" /> |
| 19 | + <meta name="twitter:title" content="Chapter 8 Compatibility with existing systems | A GitBook Example for Teaching" /> |
| 20 | + |
| 21 | + <meta name="twitter:description" content="This GitBook is an example of a GitBook for teaching. It can be adapted for specific courses. The output format for this example is bookdown::gitbook." /> |
| 22 | + |
| 23 | + |
| 24 | +<meta name="author" content="dr. Caspar J. van Lissa" /> |
| 25 | + |
| 26 | + |
| 27 | +<meta name="date" content="2020-04-03" /> |
| 28 | + |
| 29 | + <meta name="viewport" content="width=device-width, initial-scale=1" /> |
| 30 | + <meta name="apple-mobile-web-app-capable" content="yes" /> |
| 31 | + <meta name="apple-mobile-web-app-status-bar-style" content="black" /> |
| 32 | + |
| 33 | + |
| 34 | +<link rel="prev" href="open-educational-resources.html"/> |
| 35 | +<link rel="next" href="license-your-gitbook.html"/> |
| 36 | +<script src="libs/jquery-2.2.3/jquery.min.js"></script> |
| 37 | +<link href="libs/gitbook-2.6.7/css/style.css" rel="stylesheet" /> |
| 38 | +<link href="libs/gitbook-2.6.7/css/plugin-table.css" rel="stylesheet" /> |
| 39 | +<link href="libs/gitbook-2.6.7/css/plugin-bookdown.css" rel="stylesheet" /> |
| 40 | +<link href="libs/gitbook-2.6.7/css/plugin-highlight.css" rel="stylesheet" /> |
| 41 | +<link href="libs/gitbook-2.6.7/css/plugin-search.css" rel="stylesheet" /> |
| 42 | +<link href="libs/gitbook-2.6.7/css/plugin-fontsettings.css" rel="stylesheet" /> |
| 43 | +<link href="libs/gitbook-2.6.7/css/plugin-clipboard.css" rel="stylesheet" /> |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | +<style type="text/css"> |
| 56 | +a.sourceLine { display: inline-block; line-height: 1.25; } |
| 57 | +a.sourceLine { pointer-events: none; color: inherit; text-decoration: inherit; } |
| 58 | +a.sourceLine:empty { height: 1.2em; } |
| 59 | +.sourceCode { overflow: visible; } |
| 60 | +code.sourceCode { white-space: pre; position: relative; } |
| 61 | +pre.sourceCode { margin: 0; } |
| 62 | +@media screen { |
| 63 | +div.sourceCode { overflow: auto; } |
| 64 | +} |
| 65 | +@media print { |
| 66 | +code.sourceCode { white-space: pre-wrap; } |
| 67 | +a.sourceLine { text-indent: -1em; padding-left: 1em; } |
| 68 | +} |
| 69 | +pre.numberSource a.sourceLine |
| 70 | + { position: relative; left: -4em; } |
| 71 | +pre.numberSource a.sourceLine::before |
| 72 | + { content: attr(title); |
| 73 | + position: relative; left: -1em; text-align: right; vertical-align: baseline; |
| 74 | + border: none; pointer-events: all; display: inline-block; |
| 75 | + -webkit-touch-callout: none; -webkit-user-select: none; |
| 76 | + -khtml-user-select: none; -moz-user-select: none; |
| 77 | + -ms-user-select: none; user-select: none; |
| 78 | + padding: 0 4px; width: 4em; |
| 79 | + color: #aaaaaa; |
| 80 | + } |
| 81 | +pre.numberSource { margin-left: 3em; border-left: 1px solid #aaaaaa; padding-left: 4px; } |
| 82 | +div.sourceCode |
| 83 | + { } |
| 84 | +@media screen { |
| 85 | +a.sourceLine::before { text-decoration: underline; } |
| 86 | +} |
| 87 | +code span.al { color: #ff0000; font-weight: bold; } /* Alert */ |
| 88 | +code span.an { color: #60a0b0; font-weight: bold; font-style: italic; } /* Annotation */ |
| 89 | +code span.at { color: #7d9029; } /* Attribute */ |
| 90 | +code span.bn { color: #40a070; } /* BaseN */ |
| 91 | +code span.bu { } /* BuiltIn */ |
| 92 | +code span.cf { color: #007020; font-weight: bold; } /* ControlFlow */ |
| 93 | +code span.ch { color: #4070a0; } /* Char */ |
| 94 | +code span.cn { color: #880000; } /* Constant */ |
| 95 | +code span.co { color: #60a0b0; font-style: italic; } /* Comment */ |
| 96 | +code span.cv { color: #60a0b0; font-weight: bold; font-style: italic; } /* CommentVar */ |
| 97 | +code span.do { color: #ba2121; font-style: italic; } /* Documentation */ |
| 98 | +code span.dt { color: #902000; } /* DataType */ |
| 99 | +code span.dv { color: #40a070; } /* DecVal */ |
| 100 | +code span.er { color: #ff0000; font-weight: bold; } /* Error */ |
| 101 | +code span.ex { } /* Extension */ |
| 102 | +code span.fl { color: #40a070; } /* Float */ |
| 103 | +code span.fu { color: #06287e; } /* Function */ |
| 104 | +code span.im { } /* Import */ |
| 105 | +code span.in { color: #60a0b0; font-weight: bold; font-style: italic; } /* Information */ |
| 106 | +code span.kw { color: #007020; font-weight: bold; } /* Keyword */ |
| 107 | +code span.op { color: #666666; } /* Operator */ |
| 108 | +code span.ot { color: #007020; } /* Other */ |
| 109 | +code span.pp { color: #bc7a00; } /* Preprocessor */ |
| 110 | +code span.sc { color: #4070a0; } /* SpecialChar */ |
| 111 | +code span.ss { color: #bb6688; } /* SpecialString */ |
| 112 | +code span.st { color: #4070a0; } /* String */ |
| 113 | +code span.va { color: #19177c; } /* Variable */ |
| 114 | +code span.vs { color: #4070a0; } /* VerbatimString */ |
| 115 | +code span.wa { color: #60a0b0; font-weight: bold; font-style: italic; } /* Warning */ |
| 116 | +</style> |
| 117 | + |
| 118 | +<link rel="stylesheet" href="style.css" type="text/css" /> |
| 119 | +</head> |
| 120 | + |
| 121 | +<body> |
| 122 | + |
| 123 | + |
| 124 | + |
| 125 | + <div class="book without-animation with-summary font-size-2 font-family-1" data-basepath="."> |
| 126 | + |
| 127 | + <div class="book-summary"> |
| 128 | + <nav role="navigation"> |
| 129 | + |
| 130 | +<ul class="summary"> |
| 131 | +<li><a href="./">A GitBook for Teaching</a></li> |
| 132 | + |
| 133 | +<li class="divider"></li> |
| 134 | +<li class="chapter" data-level="1" data-path="index.html"><a href="index.html"><i class="fa fa-check"></i><b>1</b> About GitBooks</a><ul> |
| 135 | +<li class="chapter" data-level="1.1" data-path="index.html"><a href="index.html#why-use-a-gitbook-for-teaching"><i class="fa fa-check"></i><b>1.1</b> Why use a GitBook for teaching?</a></li> |
| 136 | +</ul></li> |
| 137 | +<li class="chapter" data-level="2" data-path="prerequisites.html"><a href="prerequisites.html"><i class="fa fa-check"></i><b>2</b> Prerequisites</a></li> |
| 138 | +<li class="chapter" data-level="3" data-path="getgitbook.html"><a href="getgitbook.html"><i class="fa fa-check"></i><b>3</b> Get your GitBook</a></li> |
| 139 | +<li class="chapter" data-level="4" data-path="editing-the-book.html"><a href="editing-the-book.html"><i class="fa fa-check"></i><b>4</b> Editing the book</a><ul> |
| 140 | +<li class="chapter" data-level="4.1" data-path="editing-the-book.html"><a href="editing-the-book.html#creating-new-chapters"><i class="fa fa-check"></i><b>4.1</b> Creating new chapters</a></li> |
| 141 | +<li class="chapter" data-level="4.2" data-path="editing-the-book.html"><a href="editing-the-book.html#linking-across-chapters"><i class="fa fa-check"></i><b>4.2</b> Linking across chapters</a></li> |
| 142 | +<li class="chapter" data-level="4.3" data-path="editing-the-book.html"><a href="editing-the-book.html#advanced-editing"><i class="fa fa-check"></i><b>4.3</b> Advanced editing</a></li> |
| 143 | +</ul></li> |
| 144 | +<li class="chapter" data-level="5" data-path="figtab.html"><a href="figtab.html"><i class="fa fa-check"></i><b>5</b> Figures and tables</a></li> |
| 145 | +<li class="chapter" data-level="6" data-path="examples.html"><a href="examples.html"><i class="fa fa-check"></i><b>6</b> Examples</a><ul> |
| 146 | +<li class="chapter" data-level="6.1" data-path="examples.html"><a href="examples.html#doing-meta-analysis-in-r"><i class="fa fa-check"></i><b>6.1</b> Doing Meta-Analysis in R</a></li> |
| 147 | +<li class="chapter" data-level="6.2" data-path="examples.html"><a href="examples.html#theory-construction-and-statistical-modeling"><i class="fa fa-check"></i><b>6.2</b> Theory Construction and Statistical Modeling</a></li> |
| 148 | +</ul></li> |
| 149 | +<li class="chapter" data-level="7" data-path="open-educational-resources.html"><a href="open-educational-resources.html"><i class="fa fa-check"></i><b>7</b> Open Educational Resources</a></li> |
| 150 | +<li class="chapter" data-level="8" data-path="compatibility-with-existing-systems.html"><a href="compatibility-with-existing-systems.html"><i class="fa fa-check"></i><b>8</b> Compatibility with existing systems</a><ul> |
| 151 | +<li class="chapter" data-level="8.1" data-path="compatibility-with-existing-systems.html"><a href="compatibility-with-existing-systems.html#add-a-hyperlink"><i class="fa fa-check"></i><b>8.1</b> Add a hyperlink</a></li> |
| 152 | +<li class="chapter" data-level="8.2" data-path="compatibility-with-existing-systems.html"><a href="compatibility-with-existing-systems.html#embed-the-whole-book"><i class="fa fa-check"></i><b>8.2</b> Embed the whole book</a></li> |
| 153 | +</ul></li> |
| 154 | +<li class="chapter" data-level="9" data-path="license-your-gitbook.html"><a href="license-your-gitbook.html"><i class="fa fa-check"></i><b>9</b> License your GitBook</a></li> |
| 155 | +<li class="chapter" data-level="" data-path="references.html"><a href="references.html"><i class="fa fa-check"></i>References</a></li> |
| 156 | +<li class="divider"></li> |
| 157 | +<li><a href="https://github.com/rstudio/bookdown" target="blank">Published with bookdown</a></li> |
| 158 | + |
| 159 | +</ul> |
| 160 | + |
| 161 | + </nav> |
| 162 | + </div> |
| 163 | + |
| 164 | + <div class="book-body"> |
| 165 | + <div class="body-inner"> |
| 166 | + <div class="book-header" role="navigation"> |
| 167 | + <h1> |
| 168 | + <i class="fa fa-circle-o-notch fa-spin"></i><a href="./">A GitBook Example for Teaching</a> |
| 169 | + </h1> |
| 170 | + </div> |
| 171 | + |
| 172 | + <div class="page-wrapper" tabindex="-1" role="main"> |
| 173 | + <div class="page-inner"> |
| 174 | + |
| 175 | + <section class="normal" id="section-"> |
| 176 | +<div id="compatibility-with-existing-systems" class="section level1"> |
| 177 | +<h1><span class="header-section-number">Chapter 8</span> Compatibility with existing systems</h1> |
| 178 | +<p>Many universities offer digital platforms for learning. You might wish to embed your GitBook within these existing systems. Here are two ways in which you might do that. Currently, this section only discusses BlackBoard, but the same principles should apply to other platforms.</p> |
| 179 | +<div id="add-a-hyperlink" class="section level2"> |
| 180 | +<h2><span class="header-section-number">8.1</span> Add a hyperlink</h2> |
| 181 | +<p>You can add a link to your GitBook in the BlackBoard course menu by following <a href="https://help.blackboard.com/Learn/Instructor/Course_Content/Create_Content/Create_Course_Materials/Link_to_Websites">this tutorial</a>.</p> |
| 182 | +</div> |
| 183 | +<div id="embed-the-whole-book" class="section level2"> |
| 184 | +<h2><span class="header-section-number">8.2</span> Embed the whole book</h2> |
| 185 | +<p>You can add a Blank Page to your BlackBoard course menu, and fill that page with a full-size “iframe” - a web page within the web page. <a href="https://mycampus.maine.edu/web/uc-faculty-portal/education-technology/-/asset_publisher/vEKuFJYvDY5K/content/inserting-an-iframe-into-blackboard?inheritRedirect=false">This tutorial</a> explains how to do it. It is possible that your university is blocking this feature, however.</p> |
| 186 | + |
| 187 | +</div> |
| 188 | +</div> |
| 189 | + </section> |
| 190 | + |
| 191 | + </div> |
| 192 | + </div> |
| 193 | + </div> |
| 194 | +<a href="open-educational-resources.html" class="navigation navigation-prev " aria-label="Previous page"><i class="fa fa-angle-left"></i></a> |
| 195 | +<a href="license-your-gitbook.html" class="navigation navigation-next " aria-label="Next page"><i class="fa fa-angle-right"></i></a> |
| 196 | + </div> |
| 197 | + </div> |
| 198 | +<script src="libs/gitbook-2.6.7/js/app.min.js"></script> |
| 199 | +<script src="libs/gitbook-2.6.7/js/lunr.js"></script> |
| 200 | +<script src="libs/gitbook-2.6.7/js/clipboard.min.js"></script> |
| 201 | +<script src="libs/gitbook-2.6.7/js/plugin-search.js"></script> |
| 202 | +<script src="libs/gitbook-2.6.7/js/plugin-sharing.js"></script> |
| 203 | +<script src="libs/gitbook-2.6.7/js/plugin-fontsettings.js"></script> |
| 204 | +<script src="libs/gitbook-2.6.7/js/plugin-bookdown.js"></script> |
| 205 | +<script src="libs/gitbook-2.6.7/js/jquery.highlight.js"></script> |
| 206 | +<script src="libs/gitbook-2.6.7/js/plugin-clipboard.js"></script> |
| 207 | +<script> |
| 208 | +gitbook.require(["gitbook"], function(gitbook) { |
| 209 | +gitbook.start({ |
| 210 | +"sharing": { |
| 211 | +"github": false, |
| 212 | +"facebook": true, |
| 213 | +"twitter": true, |
| 214 | +"linkedin": false, |
| 215 | +"weibo": false, |
| 216 | +"instapaper": false, |
| 217 | +"vk": false, |
| 218 | +"all": ["facebook", "twitter", "linkedin", "weibo", "instapaper"] |
| 219 | +}, |
| 220 | +"fontsettings": { |
| 221 | +"theme": "white", |
| 222 | +"family": "sans", |
| 223 | +"size": 2 |
| 224 | +}, |
| 225 | +"edit": { |
| 226 | +"link": "https://github.com/cjvanlissa/gitbook-demo/edit/master/use_in_course.Rmd", |
| 227 | +"text": "Edit" |
| 228 | +}, |
| 229 | +"history": { |
| 230 | +"link": null, |
| 231 | +"text": null |
| 232 | +}, |
| 233 | +"view": { |
| 234 | +"link": null, |
| 235 | +"text": null |
| 236 | +}, |
| 237 | +"download": ["gitbook-demo.pdf"], |
| 238 | +"toc": { |
| 239 | +"collapse": "subsection" |
| 240 | +} |
| 241 | +}); |
| 242 | +}); |
| 243 | +</script> |
| 244 | + |
| 245 | +<!-- dynamically load mathjax for compatibility with self-contained --> |
| 246 | +<script> |
| 247 | + (function () { |
| 248 | + var script = document.createElement("script"); |
| 249 | + script.type = "text/javascript"; |
| 250 | + var src = "true"; |
| 251 | + if (src === "" || src === "true") src = "https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-MML-AM_CHTML"; |
| 252 | + if (location.protocol !== "file:") |
| 253 | + if (/^https?:/.test(src)) |
| 254 | + src = src.replace(/^https?:/, ''); |
| 255 | + script.src = src; |
| 256 | + document.getElementsByTagName("head")[0].appendChild(script); |
| 257 | + })(); |
| 258 | +</script> |
| 259 | +</body> |
| 260 | + |
| 261 | +</html> |
0 commit comments