Skip to content

Commit

Permalink
lol add session 13 stuff a year later
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewheiss committed Dec 14, 2023
1 parent c83ec7e commit 39170d5
Show file tree
Hide file tree
Showing 31 changed files with 716 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,5 @@ slides-archive/
**/*_cache/*

README.html

/.luarc.json
14 changes: 14 additions & 0 deletions class/13-class.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,17 @@ slide_details <- tibble::tribble(
## Written response question

How and for what reasons do countries (authoritarian or democratic) rely on NGOs? Can an international NGO working in an authoritarian country be complicit in any of that country's human rights abuses? (Answer in ≈150 words.)


## Slides

The slides for today's class are available online as an HTML file. Use the buttons below to open the slides either as an interactive website or as a static PDF (for printing or storing for later). You can also click in the slides below and navigate through them with your left and right arrow keys.

```{r show-slide-tabs, echo=FALSE, results="asis"}
slide_buttons("/slides/13-slides")
slide_tabs(slide_details, "/slides/13-slides.html")
```

:::{.callout-tip}
**Fun fact**: If you type <kbd>?</kbd> (or <kbd>shift</kbd> + <kbd>/</kbd>) while going through the slides, you can see a list of special slide-specific commands.
:::
Loading

0 comments on commit 39170d5

Please sign in to comment.