Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 593 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 593 Bytes

POIR 613 (Fall 2021)

Repository containing materials and the website for POIR 613: Computational Social Science (University of Southern California, Fall 2022).

Course website is at http://pablobarbera.com/POIR613/

This website is built with Rmarkdown.

The layout for this website was designed by Jeffrey Arnold (thanks!).

Usage

To build the site,

> source("build.R")

To serve the site locally and rebuild it dynamically with changes, run:

> source("serve.R")