-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.qmd
41 lines (35 loc) · 1.31 KB
/
index.qmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
---
title: "PSY 503: Foundations of Statitsical Methods in Psychology"
subtitle: "Foundations of Statitsical Methods in Psychology"
details: |
PSYCH 503 • Fall 2023<br>Princeton University
sidebar: false
toc: false
page-layout: full
format:
html:
template-partials:
- html/home/title-block.html
course-logo: /files/psy503.png
---
::: {.grid .course-details}
::: {.g-col-12 .g-col-sm-6 .g-col-md-4}
### Instructor
- {{< fa user >}} [{{< var instructor.name >}}](%7B%7B%3C%20var%20instructor.url%20%3E%7D%7D)
- {{< fa university >}} {{< var instructor.office >}}
- {{< fa envelope >}} <a href="mailto:{{< var instructor.email >}}">{{< var instructor.email >}}</a>
- {{< fa brands twitter >}} [{{< var instructor.twitter >}}](https://www.twitter.com/%7B%7B%3C%20var%20instructor.twitter%20%3E%7D%7D)
- {{< fa calendar-check >}} [Schedule an appointment](%7B%7B%3C%20var%20instructor.appointment_url%20%3E%7D%7D)
:::
::: {.g-col-12 .g-col-sm-6 .g-col-md-4}
### Course details
- {{< fa calendar >}} {{< var course.days >}}
- {{< fa calendar-alt >}} {{< var course.dates >}}
- {{< fa clock >}} {{< var course.time >}}
- {{< fa location-dot >}} {{< var course.location >}}
:::
::: {.g-col-12 .g-col-md-4 .contact-policy}
### Contacting me
{{< var instructor.contact_policy >}}
:::
:::