Skip to content

Commit

Permalink
added combined pdf
Browse files Browse the repository at this point in the history
  • Loading branch information
jhelvy committed Jun 15, 2023
1 parent 4dac5a8 commit 12b1e67
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 0 deletions.
42 changes: 42 additions & 0 deletions index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,48 @@ John Paul Helveston<br>June 15, 2023<br>George Washington University

:::

<hr>

<center>

### Downloads

</center>

::: {.grid}

::: {.g-col-3}

:::

::: {.g-col-3}

::: {.class-buttons}

<a href="parts/2023-qux-conf-conjoint.pdf" class="btn-notes"><i class="fas fa-file-pdf"></i> All slides</a>

:::

:::

::: {.g-col-3}

::: {.class-buttons}

<a href="/software.html" class="btn-notes"><i class="fa fa-download"></i> Software</a>

:::

:::

::: {.g-col-3}

:::

:::

<hr>

::: {.grid}

::: {.g-col-6}
Expand Down
Binary file added parts/2023-qux-conf-conjoint.pdf
Binary file not shown.
13 changes: 13 additions & 0 deletions render.R
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,16 @@

# Render site
quarto::quarto_render()

# Merge slide pdfs into single file

pdfs <- c(
file.path("parts", "introduction", "introduction.pdf"),
file.path("parts", "designing-surveys", "designing-surveys.pdf"),
file.path("parts", "estimating-models", "estimating-models.pdf"),
file.path("parts", "fielding-surveys", "fielding-surveys.pdf")
)
pdftools::pdf_combine(
input = pdfs,
output = file.path('parts', '2023-qux-conf-conjoint.pdf')
)

0 comments on commit 12b1e67

Please sign in to comment.