-
Notifications
You must be signed in to change notification settings - Fork 1
/
BeliefOutlineData.xml
64 lines (64 loc) · 2.42 KB
/
BeliefOutlineData.xml
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<?xml version="1.0" encoding="UTF-8"?>
<BeliefAnalysis>
<Beliefs>
<Belief>
<BeliefID>1</BeliefID>
<Statement>Global Warming is largely caused by humans</Statement>
<!--"Score" is calculated in the xslt. It is the supporting sub-scores minus the weakening sub-scores (e.g., reasons, evidnece, up-votes,etc) -->
</Belief>
<Belief>
<BeliefID>2</BeliefID>
<Statement>We Should Tax the production of carbon</Statement>
</Belief>
<Belief>
<BeliefID>3</BeliefID>
<Statement>We should tax the use of carbon</Statement>
</Belief>
<Belief>
<BeliefID>4</BeliefID>
<Statement>Global warming is a problem</Statement>
</Belief>
<Belief>
<BeliefID>5</BeliefID>
<Statement>We can address global warming with more benefits and fewer costs than ignoring it</Statement>
</Belief>
<Belief>
<BeliefID>6</BeliefID>
<Statement>Taxing things, such as carbon, usually reduces its production. The market is usually rational; if carbon is more expensive, people and companies will avoid producing it.</Statement>
</Belief>
<Belief>
<BeliefID>7</BeliefID>
<Statement>Scientific studies show a significant correlation between human activities and global temperature rise.</Statement>
<Score>8.5</Score>
</Belief>
<BeliefID>8</BeliefID>
<Statement>Some climatologists argue that natural factors play a more significant role in global warming.</Statement>
<Score>8.5</Score>
<!-- Additional beliefs... -->
</Beliefs>
<Arguments>
<SupportingArgument>
<ConclusionID>1</ConclusionID>
<SupportingArgumentID>7</SupportingArgumentID>
<LinkageScore>50</LinkageScore>
</SupportingArgument>
<WeakeningArgument>
<ConclusionID>1</ConclusionID>
<WeakeningArgumentID>8</WeakeningArgumentID>
<LinkageScore>40</LinkageScore>
</WeakeningArgument>
</Arguments>
<Links>
<Link>
<LinkID>1</LinkID>
<IfThisBeliefWereTrueID>1</IfThisBeliefWereTrueID>
<AffectedBeliefID>2</AffectedBeliefID>
<LinkType>Supporting</LinkType>
<JustificationText>Taxing things, such as carbon, usually reduces its production. The market is usually rational; if carbon is more expensive, people and companies will avoid producing it.</JustificationText>
<OtherNecessaryLinkBeliefIDs>
<BeliefID>4</BeliefID>
<BeliefID>5</BeliefID>
</OtherNecessaryLinkBeliefIDs>
</Link>
</Links>
</BeliefAnalysis>