-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
48 lines (48 loc) · 2.35 KB
/
config.json
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
43
44
45
46
47
48
{
"README": "There are notes in config.php where each of these keys is used. View config.php's comments to see what each value is used for.",
"newsbeatDirectoryName": "2023-article-experiment",
"studyPrefix": "explain_",
"siteName": "The Gazette Stars",
"templatePath": "/articles/article-template.php",
"variations": [
{
"id": "explanation",
"constant": "EXPLAIN_BOX",
"GET": "explain_box",
"required": true,
"vars": [
{
"id": "none",
"key": "none",
"value": false
},
{
"id": "solidarity",
"key": "solidarity",
"value": "<p>Our coverage of protests since Roe v. Wade was overturned prioritizes sources directly affected by the decision. We take this approach to represent the direct experiences of those affected by the decision.</p>"
},
{
"id": "monitorial",
"key": "monitorial",
"value": "<p>Our coverage of protests since Roe v. Wade was overturned prioritizes sources with official positions who are in charge of enforcing city ordinances. We take this approach to represent officials' responses to protests.</p>"
},
{
"id": "inflation",
"key": "inflation",
"value": "<p>Our coverage of economic inflation focuses on the stock market, interest rates, and the effect of the economy on Americans.</p>"
}
]
}
],
"article": {
"author": {
"name": "Jim Phelps",
"bio": "<p>Jim Phelps is a science reporter for The Gazette Star. His coverage of energy and the environment has appeared in the Dallas Morning News, The Atlantic and Newsweek. He began his career at the Denver Post, where he was part of a team that won a Pulitzer Prize for their story about the pollution of popular hot springs in Aspen. He graduated with a journalism degree from Vanderbilt University and served as editor-in-chief of the student newspaper.</p>",
"image": {
"src": "author-image.jpg",
"alt": ""
}
},
"pubdate": "Aug. 6, 2022"
}
}