diff --git a/docs/01-intro.md b/docs/01-intro.md index b90fd117..70ea741b 100644 --- a/docs/01-intro.md +++ b/docs/01-intro.md @@ -32,7 +32,7 @@ devtools::session_info() ## collate en_US.UTF-8 ## ctype en_US.UTF-8 ## tz Etc/UTC -## date 2023-05-24 +## date 2023-11-21 ## ## ─ Packages ─────────────────────────────────────────────────────────────────── ## package * version date lib source diff --git a/docs/02-chapter_of_course.md b/docs/02-chapter_of_course.md index ed07ebaf..a2cc45db 100644 --- a/docs/02-chapter_of_course.md +++ b/docs/02-chapter_of_course.md @@ -130,14 +130,6 @@ Note that you should use `echo=FALSE` in the code chunk because we don't want th -## File examples - -You can again use simple markdown syntax to just include a link to a file like so: - -[A file](https://www.bgsu.edu/content/dam/BGSU/center-for-faculty-excellence/docs/TLGuides/TLGuide-Learning-Objectives.pdf). - -Alternatively you can embed files like PDFs. - ### Using `knitr` @@ -271,6 +263,15 @@ reflection text +Here is a `
` box: + +
+ +Work in Progress text + +
+ + ## Dropdown summaries
You can hide additional information in a dropdown menu @@ -297,7 +298,7 @@ devtools::session_info() ## collate en_US.UTF-8 ## ctype en_US.UTF-8 ## tz Etc/UTC -## date 2023-05-24 +## date 2023-11-21 ## ## ─ Packages ─────────────────────────────────────────────────────────────────── ## package * version date lib source diff --git a/docs/404.html b/docs/404.html index f4131773..9d37d4a4 100644 --- a/docs/404.html +++ b/docs/404.html @@ -180,25 +180,22 @@ -
  • 2.7 File examples +
  • 2.7 Website Examples
  • -
  • 2.8 Website Examples +
  • 2.8 Citation examples
  • +
  • 2.9 Stylized boxes
  • -
  • 2.9 Citation examples
  • -
  • 2.10 Stylized boxes -
  • -
  • 2.11 Dropdown summaries
  • -
  • 2.12 Print out session info
  • +
  • 2.10 Dropdown summaries
  • +
  • 2.11 Print out session info
  • About the Authors
  • 3 References
  • diff --git a/docs/About.md b/docs/About.md index 105ef319..afef409c 100644 --- a/docs/About.md +++ b/docs/About.md @@ -51,7 +51,7 @@ These credits are based on our [course contributors table guidelines](https://ww ## collate en_US.UTF-8 ## ctype en_US.UTF-8 ## tz Etc/UTC -## date 2023-05-24 +## date 2023-11-21 ## ## ─ Packages ─────────────────────────────────────────────────────────────────── ## package * version date lib source diff --git a/docs/Course_Name.docx b/docs/Course_Name.docx index d2270b54..eca1e53a 100644 Binary files a/docs/Course_Name.docx and b/docs/Course_Name.docx differ diff --git a/docs/a-new-chapter.html b/docs/a-new-chapter.html index d42b3f13..4f261d64 100644 --- a/docs/a-new-chapter.html +++ b/docs/a-new-chapter.html @@ -180,25 +180,22 @@ -
  • 2.7 File examples +
  • 2.7 Website Examples
  • -
  • 2.8 Website Examples +
  • 2.8 Citation examples
  • +
  • 2.9 Stylized boxes
  • -
  • 2.9 Citation examples
  • -
  • 2.10 Stylized boxes -
  • -
  • 2.11 Dropdown summaries
  • -
  • 2.12 Print out session info
  • +
  • 2.10 Dropdown summaries
  • +
  • 2.11 Print out session info
  • About the Authors
  • 3 References
  • @@ -325,57 +322,51 @@

    2.6.2 Using HTML

    - -
    -

    2.7 File examples

    -

    You can again use simple markdown syntax to just include a link to a file like so:

    -

    A file.

    -

    Alternatively you can embed files like PDFs.

    -
    -

    2.7.1 Using knitr

    +
    +

    2.6.3 Using knitr

    -
    -

    2.7.2 Using HTML

    +
    +

    2.6.4 Using HTML

    -
    -

    2.8 Website Examples

    +
    +

    2.7 Website Examples

    Yet again you can use a link to a website like so:

    A Website

    You might want to have users open a website in a new tab by default, especially if they need to reference both the course and a resource at once.

    A Website

    Or, you can embed some websites.

    -
    -

    2.8.1 Using knitr

    +
    +

    2.7.1 Using knitr

    This works:

    -
    -

    2.8.2 Using HTML

    +
    +

    2.7.2 Using HTML

    If you’d like the URL to show up in a new tab you can do this:

    <a href="https://www.linkedin.com" target="_blank">LinkedIn</a>
    -
    -

    2.9 Citation examples

    +
    +

    2.8 Citation examples

    We can put citations at the end of a sentence like this (Allaire et al. 2021). Or multiple citations Xie, Allaire, and Grolemund (2018).

    but they need a ; separator (Allaire et al. 2021; Xie, Allaire, and Grolemund 2018).

    In text, we can put citations like this Allaire et al. (2021).

    -
    -

    2.10 Stylized boxes

    +
    +

    2.9 Stylized boxes

    Occasionally, you might find it useful to emphasize a particular piece of information. To help you do so, we have provided css code and images (no need for you to worry about that!) to create the following stylized boxes.

    You can use these boxes in your course with either of two options: using HTML code or Pandoc syntax.

    -
    -

    2.10.1 Using rmarkdown container syntax

    +
    +

    2.9.1 Using rmarkdown container syntax

    The rmarkdown package allows for a different syntax to be converted to the HTML that you just saw and also allows for conversion to LaTeX. See the Bookdown documentation for more information (Xie, Dervieux, and Riederer 2020). Note that Bookdown uses Pandoc.

    ::: {.notice}
     Note using rmarkdown syntax.
    @@ -392,8 +383,8 @@ 

    2.10.1 Using rmarkdownsee more)

    -
    -

    2.10.2 Using HTML

    +
    +

    2.9.2 Using HTML

    To add a warning box like the following use:

    <div class = "notice">
     Followed by the text you want inside
    @@ -418,10 +409,14 @@ 

    2.10.2 Using HTML

    reflection text

    +

    Here is a <div class = "wip"> box:

    +
    +

    Work in Progress text

    +
    -