-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.qmd
42 lines (25 loc) · 2.72 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
42
---
title: "Program Evaluation (Spring 2025)"
image: "/files/images/hex-Program-Evaluation.png"
sidebar: false
toc: false
css: /custom.css
repo-actions: false
---
{{< include /files/includes/_msclarity.qmd >}}
{{< include /files/includes/_coursedescription.qmd >}}
{{< include /files/includes/_courseobjectives.qmd >}}
## Acknowledgment
This class benefits from similar classes and I cannot credit them enough below:
- PAF9174 taught by Prof. [George Mitchell](https://www.baruch.cuny.edu/profiles/faculty/George-E.-Mitchell)
- Dr. Andrew Heiss, [Program Evaluation](https://evalsp24.classes.andrewheiss.com/)
## Reuse of material
```{=html}
<p xmlns:cc="http://creativecommons.org/ns#" xmlns:dct="http://purl.org/dc/terms/">Open Course on <a property="dct:title" rel="cc:attributionURL" href="https://drganghe.github.io/program-evaluation/">Program Evaluation</a> by <a rel="cc:attributionURL dct:creator" property="cc:attributionName" href="https://drganghe.github.io/">Dr. Gang He</a> is licensed under <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International<img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/cc.svg?ref=chooser-v1" alt=""><img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/by.svg?ref=chooser-v1" alt=""><img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/nc.svg?ref=chooser-v1" alt=""><img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/sa.svg?ref=chooser-v1" alt=""></a></p>
```
Please link my [site](https://drganghe.github.io) and this [course site](https://drganghe.github.io/program-evaluation) to use any organized material. Copyrights belong to cited authors/creators. Example language to use:
> This course/class benefits from the [Program Evaluation](https://drganghe.github.io/program-evaluation) class material developed by Dr. [Gang He](https://drganghe.github.io).
## How to help
If you like this course, you can **Star** the course [repository](/~https://github.com/drganghe/program-evaluation) to help more people to see it. If you find any issue, please use the "Report an issue" on the right side of a specific page. You can help more people to access the open-source course by spreading the word. Comments and suggestions are very welcome.
<!--Include social share buttons-->
{{< include /files/includes/_socialshare.qmd >}}