Course materials for Psychology as a Science (2021)
This repo just contains the empty folder structure that will hold the course materials (lectures and practicals). As of last running, PAAS is made up for 11 Lectures (starting at week 1) and 10 Practicals (starting at week 2)
.
└── src
├── lectures
│ ├── 01
│ │ ├── handout
│ │ ├── recording
│ │ └── slides
│ ├── 02
│ │ ├── handout
│ │ ├── recording
│ │ └── slides
⋮ ⋮
│ └── 11
│ ├── handout
│ ├── recording
│ └── slides
└── practicals
├── 02
│ ├── slides
│ └── worksheet
├── 03
│ ├── slides
│ └── worksheet
⋮
├── 10
│ ├── slides
│ └── worksheet
└── 11
├── slides
└── worksheet