KrispyKarim commited on
Commit
e4c5bc8
·
verified ·
1 Parent(s): 5db06cc

adding topics and emotion visualizations

Browse files

this will be used to test whether i can connect it to a hf space that can take from this public dataset

Files changed (37) hide show
  1. emotions/emotion_analysis_summary.html +177 -0
  2. emotions/timeseries/reddit_emotion_timeseries.html +0 -0
  3. emotions/timeseries/reddit_emotion_timeseries_stacked.html +0 -0
  4. emotions/timeseries/twitter_emotion_timeseries.html +0 -0
  5. emotions/timeseries/twitter_emotion_timeseries_stacked.html +0 -0
  6. emotions/wordclouds/reddit_all_emotions_wordcloud.png +3 -0
  7. emotions/wordclouds/reddit_anger_wordcloud.png +3 -0
  8. emotions/wordclouds/reddit_disgust_wordcloud.png +3 -0
  9. emotions/wordclouds/reddit_fear_wordcloud.png +3 -0
  10. emotions/wordclouds/reddit_joy_wordcloud.png +3 -0
  11. emotions/wordclouds/reddit_neutral_wordcloud.png +3 -0
  12. emotions/wordclouds/reddit_sadness_wordcloud.png +3 -0
  13. emotions/wordclouds/reddit_surprise_wordcloud.png +3 -0
  14. emotions/wordclouds/twitter_all_emotions_wordcloud.png +3 -0
  15. emotions/wordclouds/twitter_anger_wordcloud.png +3 -0
  16. emotions/wordclouds/twitter_disgust_wordcloud.png +3 -0
  17. emotions/wordclouds/twitter_fear_wordcloud.png +3 -0
  18. emotions/wordclouds/twitter_joy_wordcloud.png +3 -0
  19. emotions/wordclouds/twitter_neutral_wordcloud.png +3 -0
  20. emotions/wordclouds/twitter_sadness_wordcloud.png +3 -0
  21. emotions/wordclouds/twitter_surprise_wordcloud.png +3 -0
  22. topics/IDM/climate_twitter_sampleIDM.html +0 -0
  23. topics/IDM/climate_twitter_sample_IDM.html +0 -0
  24. topics/IDM/filtered_anticonsumption_commentsIDM.html +0 -0
  25. topics/IDM/filtered_anticonsumption_comments_IDM.html +0 -0
  26. topics/barcharts/climate_twitter_sampleBRC.html +0 -0
  27. topics/barcharts/climate_twitter_sample_barchart.html +0 -0
  28. topics/barcharts/filtered_anticonsumption_commentsBRC.html +0 -0
  29. topics/barcharts/filtered_anticonsumption_comments_barchart.html +0 -0
  30. topics/dtm/climate_twitter_sample_topics_over_time.csv +253 -0
  31. topics/dtm/climate_twitter_sample_topics_over_time.html +0 -0
  32. topics/dtm/filtered_anticonsumption_comments_topics_over_time.csv +404 -0
  33. topics/dtm/filtered_anticonsumption_comments_topics_over_time.html +0 -0
  34. topics/hierarchies/climate_twitter_sampleHRC.html +0 -0
  35. topics/hierarchies/climate_twitter_sample_hierarchy.html +0 -0
  36. topics/hierarchies/filtered_anticonsumption_commentsHRC.html +0 -0
  37. topics/hierarchies/filtered_anticonsumption_comments_hierarchy.html +0 -0
emotions/emotion_analysis_summary.html ADDED
@@ -0,0 +1,177 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ <!DOCTYPE html>
3
+ <html>
4
+ <head>
5
+ <title>Emotion Analysis Summary</title>
6
+ <style>
7
+ body { font-family: Arial, sans-serif; margin: 40px; background-color: #f5f5f5; }
8
+ h1 { color: #2c3e50; border-bottom: 3px solid #3498db; padding-bottom: 10px; }
9
+ h2 { color: #34495e; margin-top: 30px; }
10
+ .dataset { background-color: white; padding: 20px; margin: 20px 0; border-radius: 8px; box-shadow: 0 2px 4px rgba(0,0,0,0.1); }
11
+ table { border-collapse: collapse; width: 100%; margin: 20px 0; }
12
+ th, td { border: 1px solid #ddd; padding: 12px; text-align: left; }
13
+ th { background-color: #3498db; color: white; }
14
+ tr:nth-child(even) { background-color: #f2f2f2; }
15
+ .metric { display: inline-block; margin: 10px 20px 10px 0; }
16
+ .metric-value { font-size: 24px; font-weight: bold; color: #3498db; }
17
+ .metric-label { color: #7f8c8d; font-size: 14px; }
18
+ </style>
19
+ </head>
20
+ <body>
21
+ <h1>Emotion Analysis Summary Report</h1>
22
+ <p><strong>Generated:</strong> 2025-12-11 18:17:33</p>
23
+
24
+ <div class="dataset">
25
+ <h2>Twitter Dataset</h2>
26
+ <div class="metric">
27
+ <div class="metric-value">2,736</div>
28
+ <div class="metric-label">Total Posts</div>
29
+ </div>
30
+ <div class="metric">
31
+ <div class="metric-value">7</div>
32
+ <div class="metric-label">Unique Emotions</div>
33
+ </div>
34
+ <div class="metric">
35
+ <div class="metric-value">1,140</div>
36
+ <div class="metric-label">Most Common: Fear</div>
37
+ </div>
38
+
39
+ <h3>Emotion Distribution</h3>
40
+ <table>
41
+ <tr>
42
+ <th>Emotion</th>
43
+ <th>Count</th>
44
+ <th>Percentage</th>
45
+ </tr>
46
+
47
+ <tr>
48
+ <td><strong>Fear</strong></td>
49
+ <td>1,140</td>
50
+ <td>41.67%</td>
51
+ </tr>
52
+
53
+ <tr>
54
+ <td><strong>Neutral</strong></td>
55
+ <td>869</td>
56
+ <td>31.76%</td>
57
+ </tr>
58
+
59
+ <tr>
60
+ <td><strong>Anger</strong></td>
61
+ <td>335</td>
62
+ <td>12.24%</td>
63
+ </tr>
64
+
65
+ <tr>
66
+ <td><strong>Sadness</strong></td>
67
+ <td>175</td>
68
+ <td>6.40%</td>
69
+ </tr>
70
+
71
+ <tr>
72
+ <td><strong>Surprise</strong></td>
73
+ <td>110</td>
74
+ <td>4.02%</td>
75
+ </tr>
76
+
77
+ <tr>
78
+ <td><strong>Joy</strong></td>
79
+ <td>81</td>
80
+ <td>2.96%</td>
81
+ </tr>
82
+
83
+ <tr>
84
+ <td><strong>Disgust</strong></td>
85
+ <td>26</td>
86
+ <td>0.95%</td>
87
+ </tr>
88
+
89
+ </table>
90
+ </div>
91
+
92
+ <div class="dataset">
93
+ <h2>Reddit Dataset</h2>
94
+ <div class="metric">
95
+ <div class="metric-value">2,736</div>
96
+ <div class="metric-label">Total Posts</div>
97
+ </div>
98
+ <div class="metric">
99
+ <div class="metric-value">7</div>
100
+ <div class="metric-label">Unique Emotions</div>
101
+ </div>
102
+ <div class="metric">
103
+ <div class="metric-value">1,422</div>
104
+ <div class="metric-label">Most Common: Neutral</div>
105
+ </div>
106
+
107
+ <h3>Emotion Distribution</h3>
108
+ <table>
109
+ <tr>
110
+ <th>Emotion</th>
111
+ <th>Count</th>
112
+ <th>Percentage</th>
113
+ </tr>
114
+
115
+ <tr>
116
+ <td><strong>Neutral</strong></td>
117
+ <td>1,422</td>
118
+ <td>51.97%</td>
119
+ </tr>
120
+
121
+ <tr>
122
+ <td><strong>Disgust</strong></td>
123
+ <td>481</td>
124
+ <td>17.58%</td>
125
+ </tr>
126
+
127
+ <tr>
128
+ <td><strong>Anger</strong></td>
129
+ <td>310</td>
130
+ <td>11.33%</td>
131
+ </tr>
132
+
133
+ <tr>
134
+ <td><strong>Fear</strong></td>
135
+ <td>237</td>
136
+ <td>8.66%</td>
137
+ </tr>
138
+
139
+ <tr>
140
+ <td><strong>Sadness</strong></td>
141
+ <td>150</td>
142
+ <td>5.48%</td>
143
+ </tr>
144
+
145
+ <tr>
146
+ <td><strong>Surprise</strong></td>
147
+ <td>95</td>
148
+ <td>3.47%</td>
149
+ </tr>
150
+
151
+ <tr>
152
+ <td><strong>Joy</strong></td>
153
+ <td>41</td>
154
+ <td>1.50%</td>
155
+ </tr>
156
+
157
+ </table>
158
+ </div>
159
+
160
+ <div class="dataset">
161
+ <h2>Generated Files</h2>
162
+ <h3>Word Clouds (PNG)</h3>
163
+ <ul>
164
+ <li>Individual emotion word clouds for Twitter (8 files)</li>
165
+ <li>Individual emotion word clouds for Reddit (8 files)</li>
166
+ </ul>
167
+ <h3>Time-Series (HTML - Interactive)</h3>
168
+ <ul>
169
+ <li>twitter_emotion_timeseries.html (percentage view)</li>
170
+ <li>twitter_emotion_timeseries_stacked.html (count view)</li>
171
+ <li>reddit_emotion_timeseries.html (percentage view)</li>
172
+ <li>reddit_emotion_timeseries_stacked.html (count view)</li>
173
+ </ul>
174
+ </div>
175
+ </body>
176
+ </html>
177
+
emotions/timeseries/reddit_emotion_timeseries.html ADDED
The diff for this file is too large to render. See raw diff
 
emotions/timeseries/reddit_emotion_timeseries_stacked.html ADDED
The diff for this file is too large to render. See raw diff
 
emotions/timeseries/twitter_emotion_timeseries.html ADDED
The diff for this file is too large to render. See raw diff
 
emotions/timeseries/twitter_emotion_timeseries_stacked.html ADDED
The diff for this file is too large to render. See raw diff
 
emotions/wordclouds/reddit_all_emotions_wordcloud.png ADDED

Git LFS Details

  • SHA256: 4d95c0bebc7c02c3faad527f2b547060cc5a0e2f0dac3b9569f709ed6afaadaa
  • Pointer size: 131 Bytes
  • Size of remote file: 752 kB
emotions/wordclouds/reddit_anger_wordcloud.png ADDED

Git LFS Details

  • SHA256: d1489576f59a3e7a593d1bee6e873d3c23492046dcaca2e57a569b7fb2365a07
  • Pointer size: 131 Bytes
  • Size of remote file: 517 kB
emotions/wordclouds/reddit_disgust_wordcloud.png ADDED

Git LFS Details

  • SHA256: 0dc4fa64306cbccb9519ca31d954aa2678383993292dc062acdd6c76288169e5
  • Pointer size: 131 Bytes
  • Size of remote file: 557 kB
emotions/wordclouds/reddit_fear_wordcloud.png ADDED

Git LFS Details

  • SHA256: a37a20e15989bfe7d921d811a7d22d8583eec2a214cd41ee8bfdcf2f2924f76d
  • Pointer size: 131 Bytes
  • Size of remote file: 464 kB
emotions/wordclouds/reddit_joy_wordcloud.png ADDED

Git LFS Details

  • SHA256: 8b54382f75c894351d5ef8327b5f2e8d7646e2039875948006eae1225c343981
  • Pointer size: 131 Bytes
  • Size of remote file: 488 kB
emotions/wordclouds/reddit_neutral_wordcloud.png ADDED

Git LFS Details

  • SHA256: cbb11655516dfb07c75d0c2521c04e716239afd966765e52beb734f7a69abbd4
  • Pointer size: 131 Bytes
  • Size of remote file: 424 kB
emotions/wordclouds/reddit_sadness_wordcloud.png ADDED

Git LFS Details

  • SHA256: 3172403c31ed082205d632341d085651d466bf89be726c3d0593fac1970cb5d5
  • Pointer size: 131 Bytes
  • Size of remote file: 477 kB
emotions/wordclouds/reddit_surprise_wordcloud.png ADDED

Git LFS Details

  • SHA256: 9278a9a80325ec16d20e8a16d9affa456dbd81bad0baab3df56fd9b21a0788c7
  • Pointer size: 131 Bytes
  • Size of remote file: 543 kB
emotions/wordclouds/twitter_all_emotions_wordcloud.png ADDED

Git LFS Details

  • SHA256: 53dd546e250eec425800d22fe04dd06a6ba04bb81677bd68abc6b14b136ee9c3
  • Pointer size: 131 Bytes
  • Size of remote file: 761 kB
emotions/wordclouds/twitter_anger_wordcloud.png ADDED

Git LFS Details

  • SHA256: 5e6d2766e3706451282f5479516964ac8768713c567ad2c7c63fdbe1c1cdad07
  • Pointer size: 131 Bytes
  • Size of remote file: 401 kB
emotions/wordclouds/twitter_disgust_wordcloud.png ADDED

Git LFS Details

  • SHA256: f434da25404cc103843a077e03f31ee31e44d4ea9e13b622b2f0ec3518bd8a46
  • Pointer size: 131 Bytes
  • Size of remote file: 508 kB
emotions/wordclouds/twitter_fear_wordcloud.png ADDED

Git LFS Details

  • SHA256: 3bf5f0e9c6475c79febcba811a97842f7956a182163678d0afc3ac7de04f7b3e
  • Pointer size: 131 Bytes
  • Size of remote file: 509 kB
emotions/wordclouds/twitter_joy_wordcloud.png ADDED

Git LFS Details

  • SHA256: 7c729e17986ec87eb6afb5a7e6b8f2be6af5df34ae070a85693f955fb6fe3c37
  • Pointer size: 131 Bytes
  • Size of remote file: 512 kB
emotions/wordclouds/twitter_neutral_wordcloud.png ADDED

Git LFS Details

  • SHA256: a7fe0f1ceb7caa12da191bd76c4f92d96e4d033f69052506f8a68536f107a4ff
  • Pointer size: 131 Bytes
  • Size of remote file: 365 kB
emotions/wordclouds/twitter_sadness_wordcloud.png ADDED

Git LFS Details

  • SHA256: 4eac8e0eb7b0380c9847ea32eddd67d0e35ce2d7e9a34ae228d467a6ee5ddd56
  • Pointer size: 131 Bytes
  • Size of remote file: 292 kB
emotions/wordclouds/twitter_surprise_wordcloud.png ADDED

Git LFS Details

  • SHA256: 847b6aef9227e4aec359486dd0ca968ee04d5a9be495df1bd33265f1203ef048
  • Pointer size: 131 Bytes
  • Size of remote file: 406 kB
topics/IDM/climate_twitter_sampleIDM.html ADDED
The diff for this file is too large to render. See raw diff
 
topics/IDM/climate_twitter_sample_IDM.html ADDED
The diff for this file is too large to render. See raw diff
 
topics/IDM/filtered_anticonsumption_commentsIDM.html ADDED
The diff for this file is too large to render. See raw diff
 
topics/IDM/filtered_anticonsumption_comments_IDM.html ADDED
The diff for this file is too large to render. See raw diff
 
topics/barcharts/climate_twitter_sampleBRC.html ADDED
The diff for this file is too large to render. See raw diff
 
topics/barcharts/climate_twitter_sample_barchart.html ADDED
The diff for this file is too large to render. See raw diff
 
topics/barcharts/filtered_anticonsumption_commentsBRC.html ADDED
The diff for this file is too large to render. See raw diff
 
topics/barcharts/filtered_anticonsumption_comments_barchart.html ADDED
The diff for this file is too large to render. See raw diff
 
topics/dtm/climate_twitter_sample_topics_over_time.csv ADDED
@@ -0,0 +1,253 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Topic,Words,Frequency,Timestamp,Name
2
+ -1,"of climate change, for min of, climate change https, climate change and, yes it is",45,2021-09-07 18:41:27.297000+00:00,-1_climate change is_of climate change_y...
3
+ 0,"it climate change, and fire season, hurricane and fire, hurricane and fire season, is it don know hurricane",43,2021-09-07 18:41:27.297000+00:00,0_and climate change_joebiden for decade...
4
+ 1,"don have any more, have any more, we don have any more, we don have any, don have any",10,2021-09-07 18:41:27.297000+00:00,1_have any more_we don have any more_don...
5
+ 2,"sentiments in brazil millions, support democracy ru, rt filgmartin there is no, democratic sentiments in, millions are peacefully",16,2021-09-07 18:41:27.297000+00:00,2_of anti democratic sentiments_there is...
6
+ 3,"the filibuster it, or the filibuster, or the filibuster it, rt repmarkpocan it voting rights, climate action or the",15,2021-09-07 18:41:27.297000+00:00,3_the filibuster it_or the filibuster it...
7
+ 4,"climate pledge arena, environment cl rt, built environment cl rt, in built environment cl rt, energy efficiency impact",15,2021-09-07 18:41:27.297000+00:00,4_to keep up_up momentum of tackling cli...
8
+ 5,"serious flooding from the remnants, urgent need for in, experienced serious flooding from, the urgent need, experienced serious flooding",1,2021-09-07 18:41:27.297000+00:00,5_from hurricane ida_with local resident...
9
+ 6,"raw sewage into, raw sewage into rivers, to dump raw, to dump raw sewage, to dump raw sewage into",10,2021-09-07 18:41:27.297000+00:00,6_raw sewage into_to dump raw sewage_dum...
10
+ 8,"why isn everyone talking about, about the indigenous resistance against, the indigenous resistance against, report indigenous resistance has, talking about the indigenous resistance",12,2021-09-07 18:41:27.297000+00:00,8_about the indigenous_why isn everyone_...
11
+ 9,"in an effort to, pakistan has pledged to, trees in an effort, in an effort, trees in an effort to",11,2021-09-07 18:41:27.297000+00:00,9_has pledged to plant_an effort to_effo...
12
+ 10,"it hard to picture better, it hard to picture, called climate targets, called climate targets in an, eu discuss its",5,2021-09-07 18:41:27.297000+00:00,10_an event presented_it hard to picture...
13
+ 11,"american friends they, the media you know better, my dear american, of my dear american friends, don trust the media",5,2021-09-07 18:41:27.297000+00:00,11_american friends they_trust the media...
14
+ 12,"our oceans and present on, rt mikehudema plastic and other, other single waste pollution, waste pollution are, dangers for marine",4,2021-09-07 18:41:27.297000+00:00,12_polluting our waterways_government co...
15
+ 13,"destroying lives refusing, refusing to be vaccinated, refusing to be vaccinated is, super storms because of climate, storms because of climate",3,2021-09-07 18:41:27.297000+00:00,13_all of you_who are refusing_refusing ...
16
+ 15,"and co have, hackedoffhugh the perfect metaphor, the perfect metaphor, the perfect metaphor for what, rt hackedoffhugh the perfect",1,2021-09-07 18:41:27.297000+00:00,15_and co have_rt hackedoffhugh the perf...
17
+ 16,"sense despentinar vos, contradieu ipcc https co, contradieu ipcc https, vos contradieu ipcc https co, vos contradieu ipcc https",5,2021-09-07 18:41:27.297000+00:00,16_200 revistas científicas_un editorial...
18
+ 17,"my way remember that cyclists, get out of my way, sarahj_berry if you re, think get out of, think get out",1,2021-09-07 18:41:27.297000+00:00,17_rt safestreetrebel slow ride to_windm...
19
+ 18,"धरत _पर_अवत prophecy of florence, to the whole world, peace to the, so powerful that, of florence great saint in",2,2021-09-07 18:41:27.297000+00:00,18_archbishop of canterbury_the archbish...
20
+ 19,"you global far right power, aided by big tech, brooklynmarie the fuck did, by big tech on, cusp of climate meltdown",1,2021-09-07 18:41:27.297000+00:00,19_aided by big_you global far right_the...
21
+ 20,"people want act, act https co h4dtujmslo, people want act https co, that people want act, people want act https",1,2021-09-07 18:41:27.297000+00:00,20_pass it aims_must pass it aims to_it ...
22
+ 21,"we keep rebuilding it by, rt grist the reality is, it by incremental, rt grist the reality, the past and we",1,2021-09-07 18:41:27.297000+00:00,21_we keep rebuilding it by_climate of t...
23
+ 24,"is no danger of, little we are in danger, doing too much, change the danger is in, doing too little we are",1,2021-09-07 18:41:27.297000+00:00,24_is no danger of_is in doing_of doing ...
24
+ 25,"climate private jets and ferraris, marie antoinette does climate, exempt from eu, exempt from eu climate, does climate private jets and",1,2021-09-07 18:41:27.297000+00:00,25_does climate private_does climate pri...
25
+ 26,"staghorn coral have small fish, coral have small fish, swimming through them, coral have small fish swimming, such as tiny gobies",2,2021-09-07 18:41:27.297000+00:00,26_have small fish swimming through_fish...
26
+ 28,"ok but tbh can, rt jen_rice_ ok but tbh, thing that happened that wasn, can remember the last thing, rt jen_rice_ ok",1,2021-09-07 18:41:27.297000+00:00,28_wow it like back in_here what filgmar...
27
+ -1,"climate change is, here and devastating communities across, and devastating communities across, not be more clear, devastating communities across america right",51,2021-09-07 18:42:38.300000+00:00,-1_climate change is_of climate change_y...
28
+ 0,"combat climate change, to combat climate, to combat climate change, extreme weather is, is causing death and",44,2021-09-07 18:42:38.300000+00:00,0_and climate change_joebiden for decade...
29
+ 1,"still supports fracking and continues, climate change from, he still supports fracking, but he still supports, biden could prevent",13,2021-09-07 18:42:38.300000+00:00,1_have any more_we don have any more_don...
30
+ 2,"sentiments in brazil millions, support democracy ru, rt filgmartin there is no, democratic sentiments in, millions are peacefully",20,2021-09-07 18:42:38.300000+00:00,2_of anti democratic sentiments_there is...
31
+ 3,"the filibuster it, or the filibuster it, or the filibuster, rt cooperhefner good infrastructure connects, and erin toole and the",9,2021-09-07 18:42:38.300000+00:00,3_the filibuster it_or the filibuster it...
32
+ 4,"𝐎𝐮𝐫 𝐂𝐥𝐢𝐦𝐚𝐭𝐞 𝐀𝐧𝐱𝐢𝐞𝐭𝐲 monday september, us https co 1up5e3este, simulation part 156 shell, shell sponsoring climate targets epic, simulation part 156 shell sponsoring",6,2021-09-07 18:42:38.300000+00:00,4_to keep up_up momentum of tackling cli...
33
+ 5,"ida with local, with local residents this community, potus surveying damage, damage from hurricane ida, damage from hurricane",13,2021-09-07 18:42:38.300000+00:00,5_from hurricane ida_with local resident...
34
+ 6,"raw sewage into, sewage into rivers, dump raw sewage, dump raw sewage into, to dump raw sewage into",12,2021-09-07 18:42:38.300000+00:00,6_raw sewage into_to dump raw sewage_dum...
35
+ 7,"response to climate, in response to climate, in response to, animals shapeshifting in, response to climate crisis",2,2021-09-07 18:42:38.300000+00:00,7_in response to climate_in response to_...
36
+ 8,"why isn everyone talking about, about the indigenous resistance against, the indigenous resistance against, report indigenous resistance has, talking about the indigenous resistance",8,2021-09-07 18:42:38.300000+00:00,8_about the indigenous_why isn everyone_...
37
+ 9,"effort to fight, has pledged to, pledged to plant, trees in an, trees in an effort",8,2021-09-07 18:42:38.300000+00:00,9_has pledged to plant_an effort to_effo...
38
+ 10,"it hard to picture better, it hard to picture, called climate targets, called climate targets in an, eu discuss its",7,2021-09-07 18:42:38.300000+00:00,10_an event presented_it hard to picture...
39
+ 11,"american friends they, the media you know better, my dear american, of my dear american friends, don trust the media",6,2021-09-07 18:42:38.300000+00:00,11_american friends they_trust the media...
40
+ 12,"government committed to green, green environment polluting, absolutely shocking government, absolutely shocking government committed, shocking absolutely shocking government committed",1,2021-09-07 18:42:38.300000+00:00,12_polluting our waterways_government co...
41
+ 15,"and co have, hackedoffhugh the perfect metaphor, the perfect metaphor, the perfect metaphor for what, rt hackedoffhugh the perfect",1,2021-09-07 18:42:38.300000+00:00,15_and co have_rt hackedoffhugh the perf...
42
+ 16,"200 revistas científicas, de 200 revistas, más de 200 revistas científicas, más de 200, más de 200 revistas",1,2021-09-07 18:42:38.300000+00:00,16_200 revistas científicas_un editorial...
43
+ 17,"stage cycling ebikes, crisis take centre, take centre stage cycling, 2021 day cycle diversity amp, lisboa https co zj36wo08k2",1,2021-09-07 18:42:38.300000+00:00,17_rt safestreetrebel slow ride to_windm...
44
+ 19,"you global far right power, aided by big tech, brooklynmarie the fuck did, by big tech on, cusp of climate meltdown",1,2021-09-07 18:42:38.300000+00:00,19_aided by big_you global far right_the...
45
+ 20,"that people want https, https co hr6phqstxg, people want https co hr6phqstxg, people want https co, that people want https co",1,2021-09-07 18:42:38.300000+00:00,20_pass it aims_must pass it aims to_it ...
46
+ 21,"rebuilding our crumbling, we keep rebuilding it by, is built for, rebuilding it by incremental, climate of the past and",2,2021-09-07 18:42:38.300000+00:00,21_we keep rebuilding it by_climate of t...
47
+ 22,"rt getbrexit_done it perfectly reasonable, are crippled by, by student debt who, to ask young people, house who are crippled by",1,2021-09-07 18:42:38.300000+00:00,22_house who are crippled by_are cripple...
48
+ 24,"is no danger of, little we are in danger, doing too much, change the danger is in, doing too little we are",1,2021-09-07 18:42:38.300000+00:00,24_is no danger of_is in doing_of doing ...
49
+ 25,"climate private jets and ferraris, marie antoinette does climate, exempt from eu, exempt from eu climate, does climate private jets and",1,2021-09-07 18:42:38.300000+00:00,25_does climate private_does climate pri...
50
+ 26,"who mostly eat antarctic krill, seals as specialist predators, antarctic krill and, krill and breed on, antarctic krill and breed on",1,2021-09-07 18:42:38.300000+00:00,26_have small fish swimming through_fish...
51
+ 28,"wow it like back in, here what filgmartin is saying, of this morning, saying but seeing events, play out wow it like",1,2021-09-07 18:42:38.300000+00:00,28_wow it like back in_here what filgmar...
52
+ -1,"tap into esg opportunities, bond buyer wants, issuers will tap into, the market with, the market with insights",50,2021-09-07 18:43:48.600000+00:00,-1_climate change is_of climate change_y...
53
+ 0,"climate change and, medical journals warn, warn https co, journals warn https, medical journals warn https co",49,2021-09-07 18:43:48.600000+00:00,0_and climate change_joebiden for decade...
54
+ 1,"we don have any more, don have any, have any more, we don have any, don have any more",16,2021-09-07 18:43:48.600000+00:00,1_have any more_we don have any more_don...
55
+ 2,"sentiments in brazil millions, support democracy ru, rt filgmartin there is no, democratic sentiments in, millions are peacefully",17,2021-09-07 18:43:48.600000+00:00,2_of anti democratic sentiments_there is...
56
+ 3,"or the filibuster it, the filibuster it, or the filibuster, climate action or the filibuster, filibuster it climate action or",11,2021-09-07 18:43:48.600000+00:00,3_the filibuster it_or the filibuster it...
57
+ 4,"bit easier requiring, bit easier requiring vacctinations, climate pledge sounders, climate pledge sounders seahawks wsu, climate pledge sounders seahawks",13,2021-09-07 18:43:48.600000+00:00,4_to keep up_up momentum of tackling cli...
58
+ 5,"potus surveying damage, potus surveying damage from, from hurricane ida with local, hurricane ida with local residents, hurricane ida with",20,2021-09-07 18:43:48.600000+00:00,5_from hurricane ida_with local resident...
59
+ 6,"raw sewage into, sewage into rivers, dump raw sewage into rivers, dump raw sewage, dump raw sewage into",11,2021-09-07 18:43:48.600000+00:00,6_raw sewage into_to dump raw sewage_dum...
60
+ 7,"in response to climate, in response to, response to climate, animals shapeshifting in, in response to climate crisis",2,2021-09-07 18:43:48.600000+00:00,7_in response to climate_in response to_...
61
+ 8,"why isn everyone talking about, about the indigenous resistance against, the indigenous resistance against, report indigenous resistance has, talking about the indigenous resistance",11,2021-09-07 18:43:48.600000+00:00,8_about the indigenous_why isn everyone_...
62
+ 9,"pledged to plant, billion trees in an effort, trees in an, trees in an effort, has pledged to",7,2021-09-07 18:43:48.600000+00:00,9_has pledged to plant_an effort to_effo...
63
+ 10,"it hard to picture better, it hard to picture, called climate targets, called climate targets in an, eu discuss its",7,2021-09-07 18:43:48.600000+00:00,10_an event presented_it hard to picture...
64
+ 11,"american friends they, the media you know better, my dear american, of my dear american friends, don trust the media",10,2021-09-07 18:43:48.600000+00:00,11_american friends they_trust the media...
65
+ 12,"single waste pollution are, are suffocating our, waste pollution are suffocating, and other single waste pollution, and present on going",4,2021-09-07 18:43:48.600000+00:00,12_polluting our waterways_government co...
66
+ 13,"destroying lives refusing, refusing to be vaccinated, refusing to be vaccinated is, super storms because of climate, storms because of climate",2,2021-09-07 18:43:48.600000+00:00,13_all of you_who are refusing_refusing ...
67
+ 14,"the charts as region heads, heads to warming by 2050, as region heads to, east going off the, this summer gt",2,2021-09-07 18:43:48.600000+00:00,14_this year and_this year and temperatu...
68
+ 15,"and co have, hackedoffhugh the perfect metaphor, the perfect metaphor, the perfect metaphor for what, rt hackedoffhugh the perfect",4,2021-09-07 18:43:48.600000+00:00,15_and co have_rt hackedoffhugh the perf...
69
+ 16,"sergicot institutostrom andersivera sense, sergicot institutostrom andersivera sense despentinar, rt sergicot institutostrom, rt sergicot institutostrom andersivera sense, sergicot institutostrom andersivera",1,2021-09-07 18:43:48.600000+00:00,16_200 revistas científicas_un editorial...
70
+ 18,"archbishop of canterbury, the archbishop of canterbury, the archbishop of, the eastern orthodox church have, the patriarch and the archbishop",3,2021-09-07 18:43:48.600000+00:00,18_archbishop of canterbury_the archbish...
71
+ 19,"you global far right power, aided by big tech, brooklynmarie the fuck did, by big tech on, cusp of climate meltdown",1,2021-09-07 18:43:48.600000+00:00,19_aided by big_you global far right_the...
72
+ 20,"in supporting bernie sanders, me in supporting bernie, in supporting bernie, join me in supporting, in supporting bernie sanders via",1,2021-09-07 18:43:48.600000+00:00,20_pass it aims_must pass it aims to_it ...
73
+ 21,"we keep rebuilding it by, rt grist the reality is, it by incremental, rt grist the reality, the past and we",1,2021-09-07 18:43:48.600000+00:00,21_we keep rebuilding it by_climate of t...
74
+ 22,"rt getbrexit_done it perfectly reasonable, are crippled by, by student debt who, to ask young people, house who are crippled by",1,2021-09-07 18:43:48.600000+00:00,22_house who are crippled by_are cripple...
75
+ 23,"franklin graham is, or ethics it, advertising dollars from, shame or ethics it, that cnn takes advertising dollars",2,2021-09-07 18:43:48.600000+00:00,23_franklin graham is_that cnn takes adv...
76
+ 24,"is no danger of, little we are in danger, doing too much, change the danger is in, doing too little we are",1,2021-09-07 18:43:48.600000+00:00,24_is no danger of_is in doing_of doing ...
77
+ 25,"climate private jets and ferraris, marie antoinette does climate, exempt from eu, exempt from eu climate, does climate private jets and",1,2021-09-07 18:43:48.600000+00:00,25_does climate private_does climate pri...
78
+ 26,"staghorn coral have small fish, coral have small fish, swimming through them, coral have small fish swimming, such as tiny gobies",2,2021-09-07 18:43:48.600000+00:00,26_have small fish swimming through_fish...
79
+ 27,"have 500 openings, openings that we are advertising, think that you want, that we are, posting soon if you",1,2021-09-07 18:43:48.600000+00:00,27_think that you_be posting soon if you...
80
+ 28,"wow it like back in, here what filgmartin is saying, of this morning, saying but seeing events, play out wow it like",2,2021-09-07 18:43:48.600000+00:00,28_wow it like back in_here what filgmar...
81
+ -1,"yes it is, this pussy yes, people smoke weed with, be way too, be way too anxious do",56,2021-09-07 18:44:58.900000+00:00,-1_climate change is_of climate change_y...
82
+ 0,"to combat climate change, to combat climate, combat climate change, climate change is, liar buh but",50,2021-09-07 18:44:58.900000+00:00,0_and climate change_joebiden for decade...
83
+ 1,"have any more, don have any more, we don have, we don have any more, we don have any",13,2021-09-07 18:44:58.900000+00:00,1_have any more_we don have any more_don...
84
+ 2,"sentiments in brazil millions, support democracy ru, rt filgmartin there is no, democratic sentiments in, millions are peacefully",9,2021-09-07 18:44:58.900000+00:00,2_of anti democratic sentiments_there is...
85
+ 3,"the filibuster it, or the filibuster it, or the filibuster, zoom on energy security thrilled, carolynkissane this is",14,2021-09-07 18:44:58.900000+00:00,3_the filibuster it_or the filibuster it...
86
+ 4,"the nerve to host, johnson has the nerve, nerve to host, host cop26 the, effing cheek of the",9,2021-09-07 18:44:58.900000+00:00,4_to keep up_up momentum of tackling cli...
87
+ 5,"local residents this community, hurricane ida with, with local residents, with local residents this, with local residents this community",19,2021-09-07 18:44:58.900000+00:00,5_from hurricane ida_with local resident...
88
+ 6,"raw sewage into, dump raw sewage into, dump raw sewage, to dump raw, sewage into rivers",13,2021-09-07 18:44:58.900000+00:00,6_raw sewage into_to dump raw sewage_dum...
89
+ 8,"why isn everyone talking about, about the indigenous resistance against, the indigenous resistance against, report indigenous resistance has, talking about the indigenous resistance",15,2021-09-07 18:44:58.900000+00:00,8_about the indigenous_why isn everyone_...
90
+ 9,"in an effort to, pakistan has pledged to plant, in an effort, trees in an effort to, trees in an",5,2021-09-07 18:44:58.900000+00:00,9_has pledged to plant_an effort to_effo...
91
+ 10,"it hard to picture better, it hard to picture, called climate targets, called climate targets in an, eu discuss its",8,2021-09-07 18:44:58.900000+00:00,10_an event presented_it hard to picture...
92
+ 11,"american friends they, the media you know better, my dear american, of my dear american friends, don trust the media",5,2021-09-07 18:44:58.900000+00:00,11_american friends they_trust the media...
93
+ 12,"is shocking absolutely shocking government, polluting our waterways, absolutely shocking government committed to, shocking government committed to green, absolutely shocking government",5,2021-09-07 18:44:58.900000+00:00,12_polluting our waterways_government co...
94
+ 14,"heads to warming, warming by 2050, going off the, gt kuwait recorded, going off the charts",2,2021-09-07 18:44:58.900000+00:00,14_this year and_this year and temperatu...
95
+ 15,"and co have, hackedoffhugh the perfect metaphor, the perfect metaphor, the perfect metaphor for what, rt hackedoffhugh the perfect",5,2021-09-07 18:44:58.900000+00:00,15_and co have_rt hackedoffhugh the perf...
96
+ 16,"el verano de, tórrido en europa, el verano de 2021, fue el más tórrido, el verano de 2021 fue",1,2021-09-07 18:44:58.900000+00:00,16_200 revistas científicas_un editorial...
97
+ 17,"roll 15 bring, rt safestreetrebel slow, rt safestreetrebel slow ride to, windmill meet 30 roll, windmill meet 30",2,2021-09-07 18:44:58.900000+00:00,17_rt safestreetrebel slow ride to_windm...
98
+ 18,"archbishop of canterbury, patriarch bartholomew release joint message, ctrlamb pope francis, release joint message on, bartholomew release joint message on",1,2021-09-07 18:44:58.900000+00:00,18_archbishop of canterbury_the archbish...
99
+ 19,"you global far right power, aided by big tech, brooklynmarie the fuck did, by big tech on, cusp of climate meltdown",1,2021-09-07 18:44:58.900000+00:00,19_aided by big_you global far right_the...
100
+ 20,"yet sh https co xgd6pzwakp, invoking trillion reconciliation, reconciliation bill by contrast, powers yet sh https, not about giving government new",2,2021-09-07 18:44:58.900000+00:00,20_pass it aims_must pass it aims to_it ...
101
+ 21,"restore degraded farmland, degraded farmland can grow rural, 700 billion in, 700 billion in agricultural, in agricultural subsidies to restore",1,2021-09-07 18:44:58.900000+00:00,21_we keep rebuilding it by_climate of t...
102
+ 22,"it perfectly reasonable, people who can buy house, crippled by student debt, to ask young people who, crippled by student debt who",2,2021-09-07 18:44:58.900000+00:00,22_house who are crippled by_are cripple...
103
+ 26,"staghorn coral have small fish, coral have small fish, swimming through them, coral have small fish swimming, such as tiny gobies",1,2021-09-07 18:44:58.900000+00:00,26_have small fish swimming through_fish...
104
+ 27,"have 500 openings, openings that we are advertising, think that you want, that we are, posting soon if you",1,2021-09-07 18:44:58.900000+00:00,27_think that you_be posting soon if you...
105
+ -1,"this is really, climate change is, world that the democrats are, is really the world that, for they re fine with",50,2021-09-07 18:46:09.200000+00:00,-1_climate change is_of climate change_y...
106
+ 0,"climate change and, for decades uh scientists, warned of extreme, joebiden for decades uh scientists, would be more",54,2021-09-07 18:46:09.200000+00:00,0_and climate change_joebiden for decade...
107
+ 1,"don have any more, don have any, have any more, we don have, we don have any more",11,2021-09-07 18:46:09.200000+00:00,1_have any more_we don have any more_don...
108
+ 2,"sentiments in brazil millions, support democracy ru, rt filgmartin there is no, democratic sentiments in, millions are peacefully",14,2021-09-07 18:46:09.200000+00:00,2_of anti democratic sentiments_there is...
109
+ 3,"the filibuster it, or the filibuster, or the filibuster it, the harper era, filibuster it racial",11,2021-09-07 18:46:09.200000+00:00,3_the filibuster it_or the filibuster it...
110
+ 4,"now on the, climate pledge arena, oc and we, in oc and, and challenging actions",16,2021-09-07 18:46:09.200000+00:00,4_to keep up_up momentum of tackling cli...
111
+ 5,"from hurricane ida, surveying damage from hurricane ida, with local residents this, hurricane ida with local, damage from hurricane ida with",12,2021-09-07 18:46:09.200000+00:00,5_from hurricane ida_with local resident...
112
+ 6,"raw sewage into, to dump raw, dump raw sewage into, dump raw sewage into rivers, to dump raw sewage",10,2021-09-07 18:46:09.200000+00:00,6_raw sewage into_to dump raw sewage_dum...
113
+ 7,"an indian oakleaf butterfly, rt mikehudema wow how about, butterfly kallima inachus nature, oakleaf butterfly kallima inachus nature, butterfly kallima inachus",1,2021-09-07 18:46:09.200000+00:00,7_in response to climate_in response to_...
114
+ 8,"why isn everyone talking about, about the indigenous resistance against, the indigenous resistance against, report indigenous resistance has, talking about the indigenous resistance",6,2021-09-07 18:46:09.200000+00:00,8_about the indigenous_why isn everyone_...
115
+ 9,"has pledged to, an effort to fight, billion trees in an effort, trees in an, trees in an effort",3,2021-09-07 18:46:09.200000+00:00,9_has pledged to plant_an effort to_effo...
116
+ 10,"it hard to picture better, it hard to picture, called climate targets, called climate targets in an, eu discuss its",3,2021-09-07 18:46:09.200000+00:00,10_an event presented_it hard to picture...
117
+ 11,"american friends they, the media you know better, my dear american, of my dear american friends, don trust the media",5,2021-09-07 18:46:09.200000+00:00,11_american friends they_trust the media...
118
+ 12,"our oceans and present on, pollution are suffocating our oceans, dangers for marine, going dangers for marine life, present on going dangers",4,2021-09-07 18:46:09.200000+00:00,12_polluting our waterways_government co...
119
+ 13,"destroying lives refusing, vaccinated is destroying, storms because of climate change, change are destroying, vaccinated is destroying lives refusing",3,2021-09-07 18:46:09.200000+00:00,13_all of you_who are refusing_refusing ...
120
+ 15,"and co have, hackedoffhugh the perfect metaphor, the perfect metaphor, the perfect metaphor for what, rt hackedoffhugh the perfect",2,2021-09-07 18:46:09.200000+00:00,15_and co have_rt hackedoffhugh the perf...
121
+ 16,"zwaarder gaan wegen dan https, effecten veel zwaarder, de negatieve effecten veel, de negatieve effecten veel zwaarder, irrelevantes https co",2,2021-09-07 18:46:09.200000+00:00,16_200 revistas científicas_un editorial...
122
+ 18,"archbishop of canterbury, the archbishop of canterbury, the archbishop of, appeal on climate, the patriarch and",2,2021-09-07 18:46:09.200000+00:00,18_archbishop of canterbury_the archbish...
123
+ 19,"you global far right power, aided by big tech, brooklynmarie the fuck did, by big tech on, cusp of climate meltdown",1,2021-09-07 18:46:09.200000+00:00,19_aided by big_you global far right_the...
124
+ 21,"we keep rebuilding it by, for the climate of, is our infrastructure is built, of the past, of the past and",3,2021-09-07 18:46:09.200000+00:00,21_we keep rebuilding it by_climate of t...
125
+ 22,"strict parents now am, my teenage years to, to strict parents now am, strict parents now am losing, rt faithmuhangi lost",1,2021-09-07 18:46:09.200000+00:00,22_house who are crippled by_are cripple...
126
+ 23,"franklin graham is, shame or ethics it, same guy that cnn, same guy that, no shame or ethics",1,2021-09-07 18:46:09.200000+00:00,23_franklin graham is_that cnn takes adv...
127
+ 25,"climate private jets and ferraris, marie antoinette does climate, exempt from eu, exempt from eu climate, does climate private jets and",3,2021-09-07 18:46:09.200000+00:00,25_does climate private_does climate pri...
128
+ 26,"staghorn coral have small fish, coral have small fish, swimming through them, coral have small fish swimming, such as tiny gobies",1,2021-09-07 18:46:09.200000+00:00,26_have small fish swimming through_fish...
129
+ -1,"of climate change, the climate crisis, erin toole pro, works https co qajjnc6g6j rt, https co qajjnc6g6j rt",59,2021-09-07 18:47:19.500000+00:00,-1_climate change is_of climate change_y...
130
+ 0,"extreme weather ah would be, have warned of extreme weather, weather ah would, ah would be, of extreme weather ah",60,2021-09-07 18:47:19.500000+00:00,0_and climate change_joebiden for decade...
131
+ 1,"of climate change, climate change was here, climate change was, change was here, hurricane ida damage",16,2021-09-07 18:47:19.500000+00:00,1_have any more_we don have any more_don...
132
+ 2,"brazil millions are, in brazil millions are peacefully, millions are peacefully demonstrating, demonstrating to support democracy, in brazil millions",9,2021-09-07 18:47:19.500000+00:00,2_of anti democratic sentiments_there is...
133
+ 3,"or the filibuster, or the filibuster it, the filibuster it, city for best rt, queen city for best rt",19,2021-09-07 18:47:19.500000+00:00,3_the filibuster it_or the filibuster it...
134
+ 4,"up momentum of tackling, this year to, of tackling climate change, cop26 must take place, cop26 must take",16,2021-09-07 18:47:19.500000+00:00,4_to keep up_up momentum of tackling cli...
135
+ 5,"from hurricane ida with, with local residents, from hurricane ida with local, local residents this community, local residents this",10,2021-09-07 18:47:19.500000+00:00,5_from hurricane ida_with local resident...
136
+ 6,"raw sewage into, to dump raw, sewage into rivers, raw sewage into rivers, dump raw sewage into rivers",11,2021-09-07 18:47:19.500000+00:00,6_raw sewage into_to dump raw sewage_dum...
137
+ 8,"why isn everyone talking about, about the indigenous resistance against, the indigenous resistance against, report indigenous resistance has, talking about the indigenous resistance",15,2021-09-07 18:47:19.500000+00:00,8_about the indigenous_why isn everyone_...
138
+ 9,"billion trees in an, billion trees in an effort, in an effort to, in an effort, pakistan has pledged to plant",8,2021-09-07 18:47:19.500000+00:00,9_has pledged to plant_an effort to_effo...
139
+ 10,"it hard to picture better, it hard to picture, called climate targets, called climate targets in an, eu discuss its",10,2021-09-07 18:47:19.500000+00:00,10_an event presented_it hard to picture...
140
+ 11,"american friends they, the media you know better, my dear american, of my dear american friends, don trust the media",7,2021-09-07 18:47:19.500000+00:00,11_american friends they_trust the media...
141
+ 12,"to green environment polluting our, environment polluting our, our waterways permissio, absolutely shocking government, absolutely shocking government committed",10,2021-09-07 18:47:19.500000+00:00,12_polluting our waterways_government co...
142
+ 13,"all of you, vaccinate human population has exploded, thank all of you, really want to thank, really want to",10,2021-09-07 18:47:19.500000+00:00,13_all of you_who are refusing_refusing ...
143
+ 14,"smashed records by https, mediterranean smashed records by https, smashed records by https co, https co kpymsddy1b, records by https co kpymsddy1b",1,2021-09-07 18:47:19.500000+00:00,14_this year and_this year and temperatu...
144
+ 15,"and co have, hackedoffhugh the perfect metaphor, the perfect metaphor, the perfect metaphor for what, rt hackedoffhugh the perfect",4,2021-09-07 18:47:19.500000+00:00,15_and co have_rt hackedoffhugh the perf...
145
+ 16,"beaucoup de formes mais pas, de contenu https, pas beaucoup de, el objetivo es empobrecernos, pas beaucoup de contenu https",2,2021-09-07 18:47:19.500000+00:00,16_200 revistas científicas_un editorial...
146
+ 17,"roll 15 bring, protest muni service cuts thursday, cuts thursday murphy, safestreetrebel slow ride to protest, service cuts thursday",1,2021-09-07 18:47:19.500000+00:00,17_rt safestreetrebel slow ride to_windm...
147
+ 18,"archbishop of canterbury, the archbishop of canterbury, the archbishop of, orthodox church have joined, the pope and the head",1,2021-09-07 18:47:19.500000+00:00,18_archbishop of canterbury_the archbish...
148
+ 19,"you global far right power, aided by big tech, brooklynmarie the fuck did, by big tech on, cusp of climate meltdown",1,2021-09-07 18:47:19.500000+00:00,19_aided by big_you global far right_the...
149
+ 20,"reconciliation bill must pass, must pass it, poverty in half set up, reconciliation bill must pass it, safety nets for",2,2021-09-07 18:47:19.500000+00:00,20_pass it aims_must pass it aims to_it ...
150
+ 21,"we keep rebuilding it by, rt grist the reality is, it by incremental, rt grist the reality, the past and we",2,2021-09-07 18:47:19.500000+00:00,21_we keep rebuilding it by_climate of t...
151
+ 22,"90 of the, is useless for 90 of, rt apex_simmaps elite overproduction can, rt apex_simmaps elite overproduction, overproduction can be",2,2021-09-07 18:47:19.500000+00:00,22_house who are crippled by_are cripple...
152
+ 23,"franklin graham is, no shame or ethics it, have no shame or, is the same guy that, and franklin graham is the",3,2021-09-07 18:47:19.500000+00:00,23_franklin graham is_that cnn takes adv...
153
+ 24,"is no danger of, little we are in danger, doing too much, change the danger is in, doing too little we are",1,2021-09-07 18:47:19.500000+00:00,24_is no danger of_is in doing_of doing ...
154
+ 27,"snow cover feedbacks over alpine, position in modeling atmosphere, atmosphere snow cover feedbacks over, snow cover feedbacks over, to work with us",1,2021-09-07 18:47:19.500000+00:00,27_think that you_be posting soon if you...
155
+ -1,"action on climate, the climate crisis, on climate change, vax soundersfc vax negative test, vax soundersfc vax",33,2021-09-07 18:48:29.800000+00:00,-1_climate change is_of climate change_y...
156
+ 0,"extreme and climate, of extreme weather ah, decades uh scientists have warned, scientists have warned, scientists have warned of extreme",57,2021-09-07 18:48:29.800000+00:00,0_and climate change_joebiden for decade...
157
+ 1,"we don have any, don have any, we don have any more, don have any more, we don have",20,2021-09-07 18:48:29.800000+00:00,1_have any more_we don have any more_don...
158
+ 2,"demonstrating to support democracy ru, democratic sentiments in brazil, of anti democratic sentiments, millions are peacefully, no climate of anti",11,2021-09-07 18:48:29.800000+00:00,2_of anti democratic sentiments_there is...
159
+ 3,"or the filibuster it, the filibuster it, or the filibuster, rights or the, rights or the filibuster it",12,2021-09-07 18:48:29.800000+00:00,3_the filibuster it_or the filibuster it...
160
+ 4,"oc and we need, challenging actions are happening in, oc and we need you, you to help us, actions are happening",16,2021-09-07 18:48:29.800000+00:00,4_to keep up_up momentum of tackling cli...
161
+ 5,"ida with local residents this, local residents this, hurricane ida with local residents, with local residents this community, hurricane ida with local",9,2021-09-07 18:48:29.800000+00:00,5_from hurricane ida_with local resident...
162
+ 6,"raw sewage into, sewage into rivers, to dump raw sewage into, to dump raw sewage, to dump raw",7,2021-09-07 18:48:29.800000+00:00,6_raw sewage into_to dump raw sewage_dum...
163
+ 7,"in response to climate, in response to, response to climate, in response to climate crisis, shapeshifting in response to",5,2021-09-07 18:48:29.800000+00:00,7_in response to climate_in response to_...
164
+ 8,"why isn everyone talking about, about the indigenous resistance against, the indigenous resistance against, report indigenous resistance has, talking about the indigenous resistance",9,2021-09-07 18:48:29.800000+00:00,8_about the indigenous_why isn everyone_...
165
+ 9,"billion trees in, an effort to fight, has pledged to plant, billion trees in an effort, billion trees in an",6,2021-09-07 18:48:29.800000+00:00,9_has pledged to plant_an effort to_effo...
166
+ 10,"it hard to picture better, it hard to picture, called climate targets, called climate targets in an, eu discuss its",4,2021-09-07 18:48:29.800000+00:00,10_an event presented_it hard to picture...
167
+ 11,"american friends they, the media you know better, my dear american, of my dear american friends, don trust the media",6,2021-09-07 18:48:29.800000+00:00,11_american friends they_trust the media...
168
+ 12,"committed to green, polluting our waterways permissio, shocking government committed to, absolutely shocking government committed to, fishgirls23 this is shocking",5,2021-09-07 18:48:29.800000+00:00,12_polluting our waterways_government co...
169
+ 13,"all of you, vaccinate human population has, really want to, thank all of you, population has exploded",8,2021-09-07 18:48:29.800000+00:00,13_all of you_who are refusing_refusing ...
170
+ 14,"its hottest summer on record, hottest summer on record this, on record this year and, record this year, record this year and temperatures",6,2021-09-07 18:48:29.800000+00:00,14_this year and_this year and temperatu...
171
+ 15,"and co have, hackedoffhugh the perfect metaphor, the perfect metaphor, the perfect metaphor for what, rt hackedoffhugh the perfect",2,2021-09-07 18:48:29.800000+00:00,15_and co have_rt hackedoffhugh the perf...
172
+ 16,"términos condiciones pueden variar cc, pueden variar cc cibercrimen, samuraimachete términos condiciones pueden, rt samuraimachete términos, rt samuraimachete términos condiciones",1,2021-09-07 18:48:29.800000+00:00,16_200 revistas científicas_un editorial...
173
+ 17,"https co vahflnziqa, beloved city park to, automobile usage while simultaneously cutting, shortsighte https co, city park to",1,2021-09-07 18:48:29.800000+00:00,17_rt safestreetrebel slow ride to_windm...
174
+ 18,"archbishop of canterbury, the archbishop of canterbury, the archbishop of, the first of its https, canterbury and the",1,2021-09-07 18:48:29.800000+00:00,18_archbishop of canterbury_the archbish...
175
+ 20,"reconciliation bill must pass it, set up more, set up more safety nets, to cut child poverty in, to cut child poverty",1,2021-09-07 18:48:29.800000+00:00,20_pass it aims_must pass it aims to_it ...
176
+ 23,"100 million franklin, million pat robertson 100, million joel osteen 100, kenneth copeland 760 million pat, osteen 100 million",3,2021-09-07 18:48:29.800000+00:00,23_franklin graham is_that cnn takes adv...
177
+ 24,"is no danger of, little we are in danger, doing too much, change the danger is in, doing too little we are",1,2021-09-07 18:48:29.800000+00:00,24_is no danger of_is in doing_of doing ...
178
+ 25,"winged germans who dislike her, many left winged, germans who dislike her in, alialali2021 johannessauerl it also many, in some aspects",1,2021-09-07 18:48:29.800000+00:00,25_does climate private_does climate pri...
179
+ 28,"wow it like back in, here what filgmartin is saying, of this morning, saying but seeing events, play out wow it like",1,2021-09-07 18:48:29.800000+00:00,28_wow it like back in_here what filgmar...
180
+ -1,"climate change is, entire portfolio is, rt markyoungtruth and some how, the marxist climate change, marxist climate change lunatics",54,2021-09-07 18:49:40.100000+00:00,-1_climate change is_of climate change_y...
181
+ 0,"extreme weather ah would be, extreme and climate, for decades uh scientists have, warned of extreme, have warned of extreme",57,2021-09-07 18:49:40.100000+00:00,0_and climate change_joebiden for decade...
182
+ 1,"on climate change, don have any more, don have any, we don have any more, we don have any",19,2021-09-07 18:49:40.100000+00:00,1_have any more_we don have any more_don...
183
+ 2,"sentiments in brazil millions, support democracy ru, rt filgmartin there is no, democratic sentiments in, millions are peacefully",18,2021-09-07 18:49:40.100000+00:00,2_of anti democratic sentiments_there is...
184
+ 3,"or the filibuster, or the filibuster it, the filibuster it, to solve nh issues amp, issues amp expand opportunities senatorhassan",21,2021-09-07 18:49:40.100000+00:00,3_the filibuster it_or the filibuster it...
185
+ 4,"keep up momentum of, question for those saying, n_thanki quick question for, up momentum of tackling climate, must take place",5,2021-09-07 18:49:40.100000+00:00,4_to keep up_up momentum of tackling cli...
186
+ 5,"from hurricane ida, surveying damage from, with local residents, ida with local, ida with local residents",6,2021-09-07 18:49:40.100000+00:00,5_from hurricane ida_with local resident...
187
+ 6,"raw sewage into, to dump raw sewage, dump raw sewage, raw sewage into rivers, dump raw sewage into rivers",11,2021-09-07 18:49:40.100000+00:00,6_raw sewage into_to dump raw sewage_dum...
188
+ 7,"in response to, response to climate, in response to climate, shapeshifting in response to climate, animals shapeshifting in response to",2,2021-09-07 18:49:40.100000+00:00,7_in response to climate_in response to_...
189
+ 8,"why isn everyone talking about, about the indigenous resistance against, the indigenous resistance against, report indigenous resistance has, talking about the indigenous resistance",5,2021-09-07 18:49:40.100000+00:00,8_about the indigenous_why isn everyone_...
190
+ 9,"largely bust except for herbs, online debate on, on how the way we, railwaymuseum tomorrow join our panel, railwaymuseum tomorrow join our",3,2021-09-07 18:49:40.100000+00:00,9_has pledged to plant_an effort to_effo...
191
+ 10,"it hard to picture better, it hard to picture, called climate targets, called climate targets in an, eu discuss its",3,2021-09-07 18:49:40.100000+00:00,10_an event presented_it hard to picture...
192
+ 11,"american friends they, the media you know better, my dear american, of my dear american friends, don trust the media",4,2021-09-07 18:49:40.100000+00:00,11_american friends they_trust the media...
193
+ 12,"this is shocking absolutely shocking, rt fishgirls23 this, government committed to green, committed to green, our waterways permissio",7,2021-09-07 18:49:40.100000+00:00,12_polluting our waterways_government co...
194
+ 14,"its hottest summer on record, its hottest summer on, mediterranean smashed records, mediterranean smashed records by, hottest summer on record this",5,2021-09-07 18:49:40.100000+00:00,14_this year and_this year and temperatu...
195
+ 15,"and co have, co have done to britain, perfect metaphor for what johnson, the perfect metaphor for what, metaphor for what johnson",1,2021-09-07 18:49:40.100000+00:00,15_and co have_rt hackedoffhugh the perf...
196
+ 17,"see cyclist amp think get, get out of my, think get out of my, see cyclist amp think, amp think get out of",3,2021-09-07 18:49:40.100000+00:00,17_rt safestreetrebel slow ride to_windm...
197
+ 20,"reconciliation bill must pass it, set up more, set up more safety nets, to cut child poverty in, to cut child poverty",1,2021-09-07 18:49:40.100000+00:00,20_pass it aims_must pass it aims to_it ...
198
+ 21,"we keep rebuilding it by, rt grist the reality is, it by incremental, rt grist the reality, the past and we",1,2021-09-07 18:49:40.100000+00:00,21_we keep rebuilding it by_climate of t...
199
+ 22,"ceebill_now the youngest in, the onslaught of climate change, ceebill_now the youngest, the onslaught of, the onslaught of climate",1,2021-09-07 18:49:40.100000+00:00,22_house who are crippled by_are cripple...
200
+ 26,"staghorn coral have small fish, coral have small fish, swimming through them, coral have small fish swimming, such as tiny gobies",1,2021-09-07 18:49:40.100000+00:00,26_have small fish swimming through_fish...
201
+ 27,"have 500 openings, openings that we are advertising, think that you want, that we are, posting soon if you",1,2021-09-07 18:49:40.100000+00:00,27_think that you_be posting soon if you...
202
+ -1,"entire portfolio is, are as slippery as, deniers are as slippery as, slave trade by nick cohen, slippery as those",62,2021-09-07 18:50:50.400000+00:00,-1_climate change is_of climate change_y...
203
+ 0,"uh scientists have warned, more extreme and climate, extreme weather ah would be, joebiden for decades uh, decades uh scientists have warned",64,2021-09-07 18:50:50.400000+00:00,0_and climate change_joebiden for decade...
204
+ 1,"change as he, climate change as he, new york and new, new york and, york and new",14,2021-09-07 18:50:50.400000+00:00,1_have any more_we don have any more_don...
205
+ 2,"sentiments in brazil millions, support democracy ru, rt filgmartin there is no, democratic sentiments in, millions are peacefully",11,2021-09-07 18:50:50.400000+00:00,2_of anti democratic sentiments_there is...
206
+ 3,"the filibuster it, or the filibuster, or the filibuster it, action or the filibuster, rights or the filibuster it",11,2021-09-07 18:50:50.400000+00:00,3_the filibuster it_or the filibuster it...
207
+ 4,"about how wfp, here at woffordcollege about how, wfp is on the front, how wfp is, woffordcollege about how wfp",14,2021-09-07 18:50:50.400000+00:00,4_to keep up_up momentum of tackling cli...
208
+ 5,"from hurricane ida, ida with local residents this, with local residents, hurricane ida with, from hurricane ida with",11,2021-09-07 18:50:50.400000+00:00,5_from hurricane ida_with local resident...
209
+ 6,"raw sewage into, to dump raw sewage into, to dump raw sewage, raw sewage into rivers, dump raw sewage",10,2021-09-07 18:50:50.400000+00:00,6_raw sewage into_to dump raw sewage_dum...
210
+ 7,"response to climate, in response to climate, in response to, animals shapeshifting in response, response to climate crisis research",6,2021-09-07 18:50:50.400000+00:00,7_in response to climate_in response to_...
211
+ 8,"why isn everyone talking about, about the indigenous resistance against, the indigenous resistance against, report indigenous resistance has, talking about the indigenous resistance",6,2021-09-07 18:50:50.400000+00:00,8_about the indigenous_why isn everyone_...
212
+ 9,"climate change https co, change https co, climate change https, trees in an, an effort to fight",7,2021-09-07 18:50:50.400000+00:00,9_has pledged to plant_an effort to_effo...
213
+ 10,"it hard to picture better, it hard to picture, called climate targets, called climate targets in an, eu discuss its",7,2021-09-07 18:50:50.400000+00:00,10_an event presented_it hard to picture...
214
+ 11,"american friends they, the media you know better, media you know better what, of my dear american, don trust the media you",9,2021-09-07 18:50:50.400000+00:00,11_american friends they_trust the media...
215
+ 12,"this is shocking absolutely shocking, absolutely shocking government committed to, rt fishgirls23 this, fishgirls23 this is, environment polluting our waterways",5,2021-09-07 18:50:50.400000+00:00,12_polluting our waterways_government co...
216
+ 14,"its hottest summer on record, smashed records by, europe experienced its hottest summer, its hottest summer on, hottest summer on record this",5,2021-09-07 18:50:50.400000+00:00,14_this year and_this year and temperatu...
217
+ 16,"200 revistas científicas, un editorial conjunto para, revistas científicas promueven un editorial, promueven un editorial conjunto, revistas científicas promueven",3,2021-09-07 18:50:50.400000+00:00,16_200 revistas científicas_un editorial...
218
+ 17,"arson https co 0qyxifznpx, https co 0qyxifznpx, climate arson https co 0qyxifznpx, all for bike advocacy protected, more freeways no more",1,2021-09-07 18:50:50.400000+00:00,17_rt safestreetrebel slow ride to_windm...
219
+ 18,"pope patriarch and canterbury abbot, pope patriarch and canterbury, appeal https co 5ijiiqlkk0, abbot issue climate appeal https, abbot issue climate appeal",1,2021-09-07 18:50:50.400000+00:00,18_archbishop of canterbury_the archbish...
220
+ 19,"you global far right power, aided by big tech, brooklynmarie the fuck did, by big tech on, cusp of climate meltdown",2,2021-09-07 18:50:50.400000+00:00,19_aided by big_you global far right_the...
221
+ 20,"reconciliation bill must pass it, set up more, set up more safety nets, to cut child poverty in, to cut child poverty",2,2021-09-07 18:50:50.400000+00:00,20_pass it aims_must pass it aims to_it ...
222
+ 22,"student debt who are, who are contendi rt, can buy house who, perfectly reasonable to, rt getbrexit_done it perfectly reasonable",2,2021-09-07 18:50:50.400000+00:00,22_house who are crippled by_are cripple...
223
+ 23,"franklin graham is, has no problem, people alive he doesn, believe in stimulus, believe in stimulus checks",1,2021-09-07 18:50:50.400000+00:00,23_franklin graham is_that cnn takes adv...
224
+ 24,"is no danger of, little we are in danger, doing too much, change the danger is in, doing too little we are",1,2021-09-07 18:50:50.400000+00:00,24_is no danger of_is in doing_of doing ...
225
+ 27,"logo flyer brochure, looking for logo, leaflet designer contact https, for logo flyer brochure, flyer brochure banner poster leaflet",1,2021-09-07 18:50:50.400000+00:00,27_think that you_be posting soon if you...
226
+ 28,"wow it like back in, here what filgmartin is saying, morning play out wow it, rt matthewtyrmand knew this here, morning play out wow",2,2021-09-07 18:50:50.400000+00:00,28_wow it like back in_here what filgmar...
227
+ -1,"erin toole pro, climate change is, about climate change, do something about, yes it is",49,2021-09-07 18:52:00.700000+00:00,-1_climate change is_of climate change_y...
228
+ 0,"and climate change, warned of extreme weather ah, for decades uh scientists, ah would be more, joebiden for decades uh scientists",50,2021-09-07 18:52:00.700000+00:00,0_and climate change_joebiden for decade...
229
+ 1,"on climate change, than murdoch promises on climate, murdoch promises on, there is nothing more hollow, there is nothing more",20,2021-09-07 18:52:00.700000+00:00,1_have any more_we don have any more_don...
230
+ 2,"sentiments in brazil millions, support democracy ru, rt filgmartin there is no, democratic sentiments in, millions are peacefully",14,2021-09-07 18:52:00.700000+00:00,2_of anti democratic sentiments_there is...
231
+ 3,"disappointing lack of rt, lack of rt, vague disappointing lack of rt, frustratingly vague disappointing lack, on the ndp plan",8,2021-09-07 18:52:00.700000+00:00,3_the filibuster it_or the filibuster it...
232
+ 4,"more of it, more of it more of, of it more, of it more of, it more of it",5,2021-09-07 18:52:00.700000+00:00,4_to keep up_up momentum of tackling cli...
233
+ 5,"from hurricane ida, hurricane ida with local residents, potus surveying damage from hurricane, with local residents this community, from hurricane ida with",11,2021-09-07 18:52:00.700000+00:00,5_from hurricane ida_with local resident...
234
+ 6,"raw sewage into, to dump raw sewage into, sewage into rivers, to dump raw sewage, dump raw sewage",13,2021-09-07 18:52:00.700000+00:00,6_raw sewage into_to dump raw sewage_dum...
235
+ 7,"response to climate, in response to climate, in response to, animals shapeshifting in, to climate crisis",85,2021-09-07 18:52:00.700000+00:00,7_in response to climate_in response to_...
236
+ 8,"why isn everyone talking about, about the indigenous resistance against, the indigenous resistance against, report indigenous resistance has, talking about the indigenous resistance",10,2021-09-07 18:52:00.700000+00:00,8_about the indigenous_why isn everyone_...
237
+ 9,"effort to fight, in an effort to fight, an effort to, an effort to fight, pakistan has pledged to plant",7,2021-09-07 18:52:00.700000+00:00,9_has pledged to plant_an effort to_effo...
238
+ 10,"it hard to picture better, it hard to picture, called climate targets, called climate targets in an, eu discuss its",9,2021-09-07 18:52:00.700000+00:00,10_an event presented_it hard to picture...
239
+ 11,"american friends they, the media you know better, my dear american, of my dear american friends, don trust the media",4,2021-09-07 18:52:00.700000+00:00,11_american friends they_trust the media...
240
+ 12,"on going dangers, present on going dangers, oceans and present on, plastic and other, and present on going dangers",3,2021-09-07 18:52:00.700000+00:00,12_polluting our waterways_government co...
241
+ 13,"all of you, vaccinate human population has exploded, thank all of, really want to thank all, really want to thank",2,2021-09-07 18:52:00.700000+00:00,13_all of you_who are refusing_refusing ...
242
+ 14,"its hottest summer on record, hottest summer on record, on record this, on record this year and, europe experienced its hottest",2,2021-09-07 18:52:00.700000+00:00,14_this year and_this year and temperatu...
243
+ 15,"and co have, hackedoffhugh the perfect metaphor, the perfect metaphor, the perfect metaphor for what, rt hackedoffhugh the perfect",1,2021-09-07 18:52:00.700000+00:00,15_and co have_rt hackedoffhugh the perf...
244
+ 16,"is launching an investigative, focused on animal agriculture, journalism arm in brazil focused, on animal agriculture, launching an investigative",1,2021-09-07 18:52:00.700000+00:00,16_200 revistas científicas_un editorial...
245
+ 17,"meet 30 roll, rt safestreetrebel slow ride to, service cuts thursday murphy, service cuts thursday murphy windmill, thursday murphy windmill meet 30",3,2021-09-07 18:52:00.700000+00:00,17_rt safestreetrebel slow ride to_windm...
246
+ 18,"archbishop of canterbury, joint statement the pope ecumenical, canterbury urged world leaders to, of canterbury urged world leaders, new in an",1,2021-09-07 18:52:00.700000+00:00,18_archbishop of canterbury_the archbish...
247
+ 19,"you global far right power, aided by big tech, brooklynmarie the fuck did, by big tech on, cusp of climate meltdown",3,2021-09-07 18:52:00.700000+00:00,19_aided by big_you global far right_the...
248
+ 22,"90 of the, for 90 of, to too many, can be reduced, elite overproduction can be",1,2021-09-07 18:52:00.700000+00:00,22_house who are crippled by_are cripple...
249
+ 23,"100 million franklin, rt erichaftellive net worth kenneth, 100 million joel osteen 100, worth kenneth copeland, million franklin graham",1,2021-09-07 18:52:00.700000+00:00,23_franklin graham is_that cnn takes adv...
250
+ 24,"is no danger of, little we are in danger, doing too much, change the danger is in, doing too little we are",4,2021-09-07 18:52:00.700000+00:00,24_is no danger of_is in doing_of doing ...
251
+ 25,"climate private jets and ferraris, marie antoinette does climate, exempt from eu, exempt from eu climate, does climate private jets and",1,2021-09-07 18:52:00.700000+00:00,25_does climate private_does climate pri...
252
+ 27,"think that you, or will be, have 500 openings, energy we have 500 openings, energy we have",3,2021-09-07 18:52:00.700000+00:00,27_think that you_be posting soon if you...
253
+ 28,"and here something, and here something that, time on this but, time on this, from vacation and",1,2021-09-07 18:52:00.700000+00:00,28_wow it like back in_here what filgmar...
topics/dtm/climate_twitter_sample_topics_over_time.html ADDED
The diff for this file is too large to render. See raw diff
 
topics/dtm/filtered_anticonsumption_comments_topics_over_time.csv ADDED
@@ -0,0 +1,404 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Topic,Words,Frequency,Timestamp,Name
2
+ -1,"buy nothing day, wildcat general strike, distributing it as, calling for wildcat general strike, this press release",1,2009-11-21 21:35:42.203,-1_climate change is_climate change and_...
3
+ -1,"the overall pollution, stop climate change, by corporations and, change is loud popular subject, is discouraged by",1,2010-03-02 06:42:07.940,-1_climate change is_climate change and_...
4
+ 3,"natural resources polluting the environment, more important than material, ashoka wonders blogspot, com 2011 05 continent of, com 2011 05",1,2011-03-19 16:15:11.700,3_climate change and_of the world_capita...
5
+ -1,"http en wikipedia org, http en wikipedia, http en wikipedia org wiki, en wikipedia org, wikipedia org wiki",3,2011-06-23 06:38:27.640,-1_climate change is_climate change and_...
6
+ 0,"in nailed it, pretty much locked in nailed, gt think it pretty likely, gt think it pretty, locked in nailed",1,2011-06-23 06:38:27.640,0_climate change is_of climate change_cl...
7
+ -1,"less regulation is better, governance some issues, like health insurance and climate, generally less regulation, at higher levels",1,2011-09-26 21:01:43.580,-1_climate change is_climate change and_...
8
+ 3,"of socialismo anarchismo muerte, consumption endless war, anarchismo muerte for, that it really is, anything it is",1,2011-09-26 21:01:43.580,3_climate change and_of the world_capita...
9
+ 15,"less than fifth of america, and must be, wasn the case nevertheless, contribution is still, into the earth atmosphere",1,2011-09-26 21:01:43.580,15_of co2 emissions_countries are going ...
10
+ -1,"http www reddit, http www reddit com, our modern world, www reddit com, www reddit com autotldr comments",4,2011-12-31 11:24:59.520,-1_climate change is_climate change and_...
11
+ 0,"the people who think, float the people, robots and computers can, translate to alleviating, change requires addressing poverty",1,2011-12-31 11:24:59.520,0_climate change is_of climate change_cl...
12
+ 10,"healthy youth who, have chosen philosophy of despair, chosen philosophy of despair that, healthy youth who have, chosen philosophy of",1,2011-12-31 11:24:59.520,10_hope and fear_you have to_just be min...
13
+ 7,"things that you are, things that you, that you are, with the clean energy, and was thrilled to",1,2012-10-13 06:34:47.340,7_about climate change_climate change an...
14
+ -1,"as far as, message it is better, my book as it, than for us to ignore, an alternative yes",1,2013-01-16 20:58:03.280,-1_climate change is_climate change and_...
15
+ 0,"keiser report episode 29, the keiser report episode 29, the keiser report, keiser report episode, the keiser report episode",2,2013-01-16 20:58:03.280,0_climate change is_of climate change_cl...
16
+ 2,"pagewanted all amp, html pagewanted all, html pagewanted all amp, http www nytimes com, http www nytimes",1,2013-01-16 20:58:03.280,2_the total waste_the total waste genera...
17
+ 15,"of china emissions, emissions generated in, total emissions generated, and cultural shifts, trying their hardest individually",1,2013-01-16 20:58:03.280,15_of co2 emissions_countries are going ...
18
+ -1,"and we re, built on this, are built on, are built on this, that sits in",1,2013-04-22 11:21:19.220,-1_climate change is_climate change and_...
19
+ 5,"forces beyond my immediate, due to forces, to continue our consumption, my desire for material pleasure, being raised in material surplus",1,2013-04-22 11:21:19.220,5_this sub is_climate change and_how do ...
20
+ -1,"at our current, that we are, love and resistance visit, made by unacceptable means, leads to people",3,2013-10-30 16:07:51.100,-1_climate change is_climate change and_...
21
+ 10,"hope and fear, it were no, are the bane, and fear are, hope and fear are the",2,2013-10-30 16:07:51.100,10_hope and fear_you have to_just be min...
22
+ -1,"climate change and, replaced recently the model picked, me and had, so don have to, means if not doing it",4,2014-02-03 06:31:07.040,-1_climate change is_climate change and_...
23
+ 0,"of the right to participate, to car ownership private car, equalisation of the right to, in an outmoded and, to car ownership private",1,2014-02-03 06:31:07.040,0_climate change is_of climate change_cl...
24
+ 5,"anticonsumption comments 1yjwt9 terrible_car_commercial_makes_me_want_to_puke the, becoming obsolete it still, that is becoming obsolete, to connect with each other, living out story that",1,2014-02-03 06:31:07.040,5_this sub is_climate change and_how do ...
25
+ 10,"if your really, to reevaluate why you, an opportunity to, believe is how, an unpleasant reminder",1,2014-02-03 06:31:07.040,10_hope and fear_you have to_just be min...
26
+ 12,"those who have travelled widely, must travel to visit friends, nations you accumulate what call, the offence it causes, aires it is both",1,2014-02-03 06:31:07.040,12_https np reddit_https np reddit com_n...
27
+ 18,"it is so we can, from our perspective how terrible, perspective how terrible, insinuating it advertising, advertising no posting it",1,2014-02-03 06:31:07.040,18_are yours better_thing as bad_there n...
28
+ -1,"than 40 hours week, be moving toward less and, we do now so we, we might be moving, than we do now so",2,2014-05-09 20:54:22.980,-1_climate change is_climate change and_...
29
+ -1,"more wrong then, main point of the article, the main point of the, you ll write, is more wrong then",7,2014-08-13 11:17:38.920,-1_climate change is_climate change and_...
30
+ 10,"than lsd and the laws, look into mushrooms, sleep lsd lasts up to, no other reason than, and behavior is",1,2014-08-13 11:17:38.920,10_hope and fear_you have to_just be min...
31
+ -1,"how long it, we need to, about climate change, climate change and, while allowing for",6,2014-11-17 01:40:54.860,-1_climate change is_climate change and_...
32
+ 0,"it will happen, seeing massive slowdown in, positive than most people, do it before, much more positive",1,2014-11-17 01:40:54.860,0_climate change is_of climate change_cl...
33
+ 2,"the survival of billions of, and trash aren that, fork being used, you facepalm at the thought, fork being used 15",1,2014-11-17 01:40:54.860,2_the total waste_the total waste genera...
34
+ -1,"to less complex, less complex state, into more efficient, the marginal cost, marginal cost of",2,2015-02-20 16:04:10.800,-1_climate change is_climate change and_...
35
+ 0,"financial problems always had, would wake people up and, it makes me wonder, fascinating it makes, it makes me wonder why",1,2015-02-20 16:04:10.800,0_climate change is_of climate change_cl...
36
+ 1,"the tide is, over my eyes because, over my eyes, help to go, thread with one",2,2015-02-20 16:04:10.800,1_meat and dairy_climate change and_of c...
37
+ 7,"important the meat industry, go for the greatest impact, we ve produced in our, we ve produced, of that came",1,2015-02-20 16:04:10.800,7_about climate change_climate change an...
38
+ 23,"many trades he clearly states, and then he, and he gives some, 80 pages or 100 and, it is very straight",1,2015-02-20 16:04:10.800,23_doi org 10_https doi org_https doi or...
39
+ -1,"you have done so, you have done, have done so, to the people, this is the",3,2015-05-27 06:27:26.740,-1_climate change is_climate change and_...
40
+ 0,"no one is the wiser, one is the wiser, and no one is, and no one is the, one is the",2,2015-05-27 06:27:26.740,0_climate change is_of climate change_cl...
41
+ 1,"gallons of water, and nitrous oxide, methane and nitrous oxide, methane and nitrous, raised as livestock",13,2015-05-27 06:27:26.740,1_meat and dairy_climate change and_of c...
42
+ 5,"advancements in the last, likely go into, detail here however these, overconsumption by being an, overconsumption by being",1,2015-05-27 06:27:26.740,5_this sub is_climate change and_how do ...
43
+ 6,"nations aren causing, pretty low population, nations aren causing global warming, has pretty low population density, aren causing global warming",2,2015-05-27 06:27:26.740,6_price differences between countries_fo...
44
+ 10,"observe the process, same idea and, process of development, closer to the source, and gets you closer",1,2015-05-27 06:27:26.740,10_hope and fear_you have to_just be min...
45
+ 13,"https youtu be, propaganda and few micky, stop being so, game edit https youtu be, inverted baby eating",1,2015-05-27 06:27:26.740,13_of the video_at the end_https youtu b...
46
+ 17,"they are not, has the resource, are frauds they professionally, are frauds they professionally act, are not experiencing",1,2015-05-27 06:27:26.740,17_is causing climate_is causing climate...
47
+ 28,"stakeholders were able, science and politics of global, based off for class in, to manipulate the science and, called science and politics of",1,2015-05-27 06:27:26.740,28_to offset the_the environment in_the ...
48
+ -1,"return to farming, more advanced technology, the end of, what anticonsumption was ve been, the literal collapse of",4,2015-08-30 20:50:42.680,-1_climate change is_climate change and_...
49
+ 0,"good thing to, gas so how do we, world oil coal, nasa went to, can burn half",2,2015-08-30 20:50:42.680,0_climate change is_of climate change_cl...
50
+ 13,"be willing to, as long as, that pigs were, arms about things and nobody, to do the dirty",1,2015-08-30 20:50:42.680,13_of the video_at the end_https youtu b...
51
+ -1,"according to this source http, according to this source, this source http, source http www, this source http www",5,2015-12-04 11:13:58.620,-1_climate change is_climate change and_...
52
+ 0,"the sun is, global warming is red, warming is red herring, warming is red herring the, herring the sun",1,2015-12-04 11:13:58.620,0_climate change is_of climate change_cl...
53
+ 1,"that say no, seek out messages, what we can, allowed to roam, no and here",7,2015-12-04 11:13:58.620,1_meat and dairy_climate change and_of c...
54
+ -1,"created as debt, climate change and, can be used, all kinds of, climate change is",13,2016-03-09 01:37:14.560,-1_climate change is_climate change and_...
55
+ 0,"global warming is, this though so just, saying that global, we re completely utterly screwed, saying that global warming",3,2016-03-09 01:37:14.560,0_climate change is_of climate change_cl...
56
+ 1,"to global warming, 351 500 000, 363 351 500 000, 363 351 500, emissions due to",7,2016-03-09 01:37:14.560,1_meat and dairy_climate change and_of c...
57
+ 7,"the destruction of, the question is how, you make up, so the question is how, you make up for",2,2016-03-09 01:37:14.560,7_about climate change_climate change an...
58
+ 13,"running ads for shell in, they started running ads, they got bought, bought out didn think see, didn think see noticeable",1,2016-03-09 01:37:14.560,13_of the video_at the end_https youtu b...
59
+ 14,"walmart for four years, see the despair in, walmart for four years yeah, wife worked at two, for four years yeah",2,2016-03-09 01:37:14.560,14_we need to_more efficient environment...
60
+ 17,"is causing climate change it, insisting that forces of capitalism, issue her newest book is, insisting that forces of, issue her newest",1,2016-03-09 01:37:14.560,17_is causing climate_is causing climate...
61
+ 23,"will happen somehow, knows exactly how, the extent that it, but we know pretty certainly, the extent that it is",1,2016-03-09 01:37:14.560,23_doi org 10_https doi org_https doi or...
62
+ -1,"goo http www, goo http www orionsarm, goo http www orionsarm com, http www orionsarm, www orionsarm com eg",4,2016-06-12 16:00:30.500,-1_climate change is_climate change and_...
63
+ 0,"for homesteading them but still, to mine the ghost nets, life though for the, would open up lots, arable land oceans",1,2016-06-12 16:00:30.500,0_climate change is_of climate change_cl...
64
+ 1,"waste see leeway, and people are using fossil, could be grown where aswel, leeway starvation is possible, and don quite",1,2016-06-12 16:00:30.500,1_meat and dairy_climate change and_of c...
65
+ 12,"stop flying anyway because jkf, nice vacation spots you, to some nice vacation, jkf laguardia newark, to some nice vacation spots",1,2016-06-12 16:00:30.500,12_https np reddit_https np reddit com_n...
66
+ 26,"15092015 exxons own, of jobs like, org endwork htm, or disempoweredness about it, was hard work",1,2016-06-12 16:00:30.500,26_we banned it_leave it to choice we_we...
67
+ -1,"in trying to bring about, seeing negative images and news, feel outraged anymore there only, feel outraged anymore, feel outraged anymore there",1,2016-09-16 06:23:46.440,-1_climate change is_climate change and_...
68
+ 3,"continue to exploit the, responsible just afraid that global, they ever have, probably ideal when people, they ever have been and",1,2016-09-16 06:23:46.440,3_climate change and_of the world_capita...
69
+ -1,"https np reddit, https np reddit com, np reddit com, https np reddit com degrowth, reddit com degrowth",12,2016-12-20 20:47:02.380,-1_climate change is_climate change and_...
70
+ 1,"animal products really but, that beef is probably, all animal products, much all animal products really, probably the worst in terms",1,2016-12-20 20:47:02.380,1_meat and dairy_climate change and_of c...
71
+ 5,"sustainable and it one of, because it means the, this lifestyle isn, this lifestyle isn sustainable, this lifestyle isn sustainable and",1,2016-12-20 20:47:02.380,5_this sub is_climate change and_how do ...
72
+ 6,"zero but some reduction is, bad things to happen, artificial scarcities traceable, wages so working for, artificial scarcities traceable to their",1,2016-12-20 20:47:02.380,6_price differences between countries_fo...
73
+ 10,"shudder at all those people, willingly not living, those people willingly, not living in, at all those people willingly",1,2016-12-20 20:47:02.380,10_hope and fear_you have to_just be min...
74
+ -1,"clearly that left to their, water factory cows are, climate change isn real corrupt, their own devices corporations will, not less history",1,2017-03-26 11:10:18.320,-1_climate change is_climate change and_...
75
+ 1,"resource intensive than, more resources it, eggs they would, you can reduce waste, eggs they would save",1,2017-03-26 11:10:18.320,1_meat and dairy_climate change and_of c...
76
+ 3,"be the guiding, mutualism its like confederation, confederation of anarchist, space travel and space, labor and ai and will",1,2017-03-26 11:10:18.320,3_climate change and_of the world_capita...
77
+ 10,"just be mindful of, just be mindful, be mindful of, if you haven, getting rid of",1,2017-03-26 11:10:18.320,10_hope and fear_you have to_just be min...
78
+ -1,"https www youtube com watch, https www youtube, https www youtube com, www youtube com watch, www youtube com",6,2017-06-30 01:33:34.260,-1_climate change is_climate change and_...
79
+ 0,"neoliberalism has conned, has conned us into fighting, has conned us into, has conned us, neoliberalism has conned us into",3,2017-06-30 01:33:34.260,0_climate change is_of climate change_cl...
80
+ 1,"documentary cowspircy on netflix, goes to show that, link between animal agriculture, curious about the link, curious about the link between",3,2017-06-30 01:33:34.260,1_meat and dairy_climate change and_of c...
81
+ 4,"break shit enjoy your, are doing the entire, true anticonsumer if, have kids period you, are crock of shit by",1,2017-06-30 01:33:34.260,4_to have kids_of climate change_kids be...
82
+ 7,"as well as, to help people, of others when, the environment as well as, so crazy to me that",1,2017-06-30 01:33:34.260,7_about climate change_climate change an...
83
+ 12,"see something new, holiday there are experiences that, it was carolina wren they, hard just to be, wren they are coming",1,2017-06-30 01:33:34.260,12_https np reddit_https np reddit com_n...
84
+ 23,"life at the, to go life at the, life at the end, the end of empire, go life at the end",1,2017-06-30 01:33:34.260,23_doi org 10_https doi org_https doi or...
85
+ -1,"https np reddit com, https np reddit, np reddit com, https np reddit com degrowth, np reddit com degrowth",13,2017-10-03 15:56:50.200,-1_climate change is_climate change and_...
86
+ 0,"to mitigate climate change, to mitigate climate, mitigate climate change, laws to mitigate climate change, laws to mitigate climate",7,2017-10-03 15:56:50.200,0_climate change is_of climate change_cl...
87
+ 1,"was not sufficiently, if was to, free range beef, and animal products, of the fact that we",10,2017-10-03 15:56:50.200,1_meat and dairy_climate change and_of c...
88
+ 4,"people not have, people not have kids, suggesting people not have, suggesting people not have kids, suggesting people not",1,2017-10-03 15:56:50.200,4_to have kids_of climate change_kids be...
89
+ -1,"in the small town, the big city, money on dumb, in the big city, more than likely",8,2018-01-07 06:20:06.140,-1_climate change is_climate change and_...
90
+ 1,"are treated far better and, one as pet, keeping one as pet doesn, consume massive amounts of, keeping one as pet",1,2018-01-07 06:20:06.140,1_meat and dairy_climate change and_of c...
91
+ 2,"thing bouncing around in it, employed all those, it almost rule of, paper industry keeps, be in poverty employed all",2,2018-01-07 06:20:06.140,2_the total waste_the total waste genera...
92
+ 3,"agency people are, wanted to connect and empower, the tech people and, systems offer more security, which is why we advocate",1,2018-01-07 06:20:06.140,3_climate change and_of the world_capita...
93
+ 5,"we also need, we should look, we also need to, feel like we, also need to",2,2018-01-07 06:20:06.140,5_this sub is_climate change and_how do ...
94
+ 7,"need to have, kitchen and bathroom, some degree buddhism it, some cases shared with, some degree buddhism",1,2018-01-07 06:20:06.140,7_about climate change_climate change an...
95
+ 10,"feel after 10, despair feel after 10 minutes, after 10 minutes in, 10 minutes in target, despair feel after",1,2018-01-07 06:20:06.140,10_hope and fear_you have to_just be min...
96
+ 13,"mid 2014 it started going, and kids or, the mega website, and political views early 2015, and political views",1,2018-01-07 06:20:06.140,13_of the video_at the end_https youtu b...
97
+ 25,"go to auction, for 30 years, co2 in the, back into the, zones are shrinking just coal",1,2018-01-07 06:20:06.140,25_co2 in the_the very low_parts of cons...
98
+ -1,"the shorty awards, to climate change, climate change is, it easy to, http np reddit",27,2018-04-12 20:43:22.080,-1_climate change is_climate change and_...
99
+ 0,"to minimise the, it into conversation about how, turned it into conversation, off their powerstrip, conversation about how",5,2018-04-12 20:43:22.080,0_climate change is_of climate change_cl...
100
+ 1,"org our_work food agriculture, our_work food agriculture soy, agriculture soy impacts, org our_work food, wwf panda org our_work",13,2018-04-12 20:43:22.080,1_meat and dairy_climate change and_of c...
101
+ 2,"contributing to the, we can critique the behavior, buy it there, buy it there are other, safety and comfort of our",3,2018-04-12 20:43:22.080,2_the total waste_the total waste genera...
102
+ 3,"capitalism is the ideology of, capitalism is the ideology, the ideology of, is the ideology, is the ideology of",3,2018-04-12 20:43:22.080,3_climate change and_of the world_capita...
103
+ 4,"to deal with, society is going, to bring person into don, deal with the above problems, is going overpopulation waste crisis",1,2018-04-12 20:43:22.080,4_to have kids_of climate change_kids be...
104
+ 5,"this subreddit is, if you re, who is very familiar with, to the non, for time you",1,2018-04-12 20:43:22.080,5_this sub is_climate change and_how do ...
105
+ 9,"he seems to deny humans, somewhat of misguided cult, perfect human edit meant human, guy is fairly, now see nature",1,2018-04-12 20:43:22.080,9_climate change denier_state of fear_of...
106
+ 12,"animal agriculture is, the break down, is responsible for about, globally un fao, responsible for about",2,2018-04-12 20:43:22.080,12_https np reddit_https np reddit com_n...
107
+ 24,"eco consciously is, as big and shoved with, door because know the, is so difficult, vitamin bottles inside",1,2018-04-12 20:43:22.080,24_in the winter_on reddit that_health c...
108
+ -1,"of climate change, gt gt get, at this stage, the outer path, the inner path",32,2018-07-17 11:06:38.020,-1_climate change is_climate change and_...
109
+ 0,"the facts about, climate change and, nor to pollute, is better than doing nothing, the paris agreements",16,2018-07-17 11:06:38.020,0_climate change is_of climate change_cl...
110
+ 1,"meat and dairy, leading cause of, the leading cause of, the leading cause, of climate change",23,2018-07-17 11:06:38.020,1_meat and dairy_climate change and_of c...
111
+ 2,"pollution amp climate, pollution amp climate change, amp climate change, next few decades, the next few decades",4,2018-07-17 11:06:38.020,2_the total waste_the total waste genera...
112
+ 3,"somewhere more fruitful it can, money went from, from fill in the blank, that if you do, actions you like",2,2018-07-17 11:06:38.020,3_climate change and_of the world_capita...
113
+ 4,"effective tool for social, do you want writing, that hugely reduces, encouraging this no child, that hugely reduces consumption and",3,2018-07-17 11:06:38.020,4_to have kids_of climate change_kids be...
114
+ 5,"why do you think, why do you, if you think, do you think, ve been against",2,2018-07-17 11:06:38.020,5_this sub is_climate change and_how do ...
115
+ 6,"would you want to, try to figure out, already at many limits, children you have or god, already at many limits including",2,2018-07-17 11:06:38.020,6_price differences between countries_fo...
116
+ 7,"in the sense of, in the sense, the sense of, thought about how, on our side",1,2018-07-17 11:06:38.020,7_about climate change_climate change an...
117
+ 8,"getting any of, to but since, longer even concerned, longer even concerned about, the art world",1,2018-07-17 11:06:38.020,8_climate change is_about climate change...
118
+ 9,"climate change denier, doubt him and trust, scientists who don, and believes in, fallacy for me",2,2018-07-17 11:06:38.020,9_climate change denier_state of fear_of...
119
+ 10,"am the planet is, feel that no matter, that have to let go, the buddhist viewpoint can teach, response to your post also",1,2018-07-17 11:06:38.020,10_hope and fear_you have to_just be min...
120
+ 11,"global warming and, the feasibility of, conditioning makes cities warmer, the best environmental solution, areas with electricity are in",2,2018-07-17 11:06:38.020,11_in the middle_with climate change_cli...
121
+ 12,"that you contribute, people fleeing the, your long haul, the people fleeing the, contribute to with",1,2018-07-17 11:06:38.020,12_https np reddit_https np reddit com_n...
122
+ 16,"as population increases, increases water will become, more water is pulled from, it just going to get, get worse as areas",1,2018-07-17 11:06:38.020,16_of water and_the water is_lot of wate...
123
+ 19,"clothes are produced, these chemicals are, safety but even though, countries where most clothes are, produced by combining",1,2018-07-17 11:06:38.020,19_clothes are produced_these chemicals ...
124
+ 26,"charges also we re, problem with global warming denial, also we re going, carry criminal charges also we, should carry criminal charges",1,2018-07-17 11:06:38.020,26_we banned it_leave it to choice we_we...
125
+ -1,"amp x200b amp, amp x200b amp x200b, x200b amp x200b, of climate change, climate change is",35,2018-10-21 01:29:53.960,-1_climate change is_climate change and_...
126
+ 0,"climate change and, right or wrong way, objectively right or wrong way, or wrong way, objectively right or wrong",15,2018-10-21 01:29:53.960,0_climate change is_of climate change_cl...
127
+ 1,"the use of, and climate change, climate change could chime in, change could chime, climate change could chime",10,2018-10-21 01:29:53.960,1_meat and dairy_climate change and_of c...
128
+ 2,"single use paper, single use paper products, use paper products, for the environment, vast majority of",7,2018-10-21 01:29:53.960,2_the total waste_the total waste genera...
129
+ 3,"the middle class, is good indicator, economic growth but our, it in its, fossil fuels and wreck",3,2018-10-21 01:29:53.960,3_climate change and_of the world_capita...
130
+ 4,"in poorer countries, there foreign aid of the, there foreign aid of, foreign aid of the, aid of the",2,2018-10-21 01:29:53.960,4_to have kids_of climate change_kids be...
131
+ 5,"you are anti consumption you, you are anti consumption, if you are anti consumption, trump is disgusting, if you are anti",4,2018-10-21 01:29:53.960,5_this sub is_climate change and_how do ...
132
+ 6,"all time high, don know anything, an all time high, at an all time high, at an all",1,2018-10-21 01:29:53.960,6_price differences between countries_fo...
133
+ 8,"is art this, yes one has nothing to, yes one has nothing, class riots for social, class riots for",3,2018-10-21 01:29:53.960,8_climate change is_about climate change...
134
+ 12,"the planet yeah you, same logic with global, spewing emissions is, less meat and travel, corporations eat less",2,2018-10-21 01:29:53.960,12_https np reddit_https np reddit com_n...
135
+ 13,"that global climate, wish and hope, and mass relocations, the fact that global climate, out the fact that",1,2018-10-21 01:29:53.960,13_of the video_at the end_https youtu b...
136
+ 15,"american and get this india, only big country on track, less pollution than, less pollution than an average, less pollution than an",1,2018-10-21 01:29:53.960,15_of co2 emissions_countries are going ...
137
+ 22,"we didn start, didn start the fire, dear we didn start, didn start the, dear we didn start the",1,2018-10-21 01:29:53.960,22_extreme due to_extreme due to climate...
138
+ 23,"this on purpose, in my mind is under, nearly impossible to determine what, incredulous no dude, no dude this",1,2018-10-21 01:29:53.960,23_doi org 10_https doi org_https doi or...
139
+ -1,"climate change and, climate change is, of climate change, to climate change, solve climate change",55,2019-01-24 15:53:09.900,-1_climate change is_climate change and_...
140
+ 0,"way out of, climate change is, climate change denier, are going to, issue you are just another",21,2019-01-24 15:53:09.900,0_climate change is_of climate change_cl...
141
+ 1,"will be more, will be more expensive, be more expensive, meat and dairy, of climate change",21,2019-01-24 15:53:09.900,1_meat and dairy_climate change and_of c...
142
+ 2,"we don stand chance against, the individual isn responsible, the individual isn, individual isn responsible, individual isn responsible for",8,2019-01-24 15:53:09.900,2_the total waste_the total waste genera...
143
+ 3,"100 year plan, itself climate change, embarks 100 year plan protect, embarks 100 year, 2018 01 cuba embarks 100",9,2019-01-24 15:53:09.900,3_climate change and_of the world_capita...
144
+ 4,"will be sexually, be sexually assaulted, sex abuse scandal, not you they, will be sexually assaulted",6,2019-01-24 15:53:09.900,4_to have kids_of climate change_kids be...
145
+ 5,"consuming too much, way of thinking, because they re, climate change and, practices this sub",7,2019-01-24 15:53:09.900,5_this sub is_climate change and_how do ...
146
+ 7,"wondering whether materialism isn such, materialism isn such, we re focusing too much, all while trying not, materialism isn such great",1,2019-01-24 15:53:09.900,7_about climate change_climate change an...
147
+ 8,"the real crime, the problem is dire like, nonviolence when the problem is, say you don value the, nonviolent protest recently on",2,2019-01-24 15:53:09.900,8_climate change is_about climate change...
148
+ 9,"love pete seeger, this but the man, was incredibly ahead of his, theorist by stupidly high number, when he said",1,2019-01-24 15:53:09.900,9_climate change denier_state of fear_of...
149
+ 10,"mean become lazy, inability to quit etc, once year and donate my, want to get out, at least once year and",3,2019-01-24 15:53:09.900,10_hope and fear_you have to_just be min...
150
+ 12,"private jets were used, yeah 1500 private, like something out of, the world most rich and, at which they",2,2019-01-24 15:53:09.900,12_https np reddit_https np reddit com_n...
151
+ 14,"zero waste manner probably arent, get charged by, waste manner probably, container system or something, the real problem we",1,2019-01-24 15:53:09.900,14_we need to_more efficient environment...
152
+ 15,"carbon foot print, per capita is, correct some of the, please dont generalize americans we, the world because after the",1,2019-01-24 15:53:09.900,15_of co2 emissions_countries are going ...
153
+ 16,"of water and, source of water and, source of water, case of water, occurrence because of",2,2019-01-24 15:53:09.900,16_of water and_the water is_lot of wate...
154
+ 17,"anyway is she, especially when it comes from, tired of all this, comes from 16 year, tired of all this climate",1,2019-01-24 15:53:09.900,17_is causing climate_is causing climate...
155
+ 20,"no alternative bunch of astronauts, mars to ensure, live on than any other, alternative bunch of, alternative bunch of astronauts",1,2019-01-24 15:53:09.900,20_asteroid impact watch_earth right now...
156
+ 28,"to offset the, zero waster she writes about, it well written and worth, help stop it there, great blog zero waster",2,2019-01-24 15:53:09.900,28_to offset the_the environment in_the ...
157
+ -1,"climate change is, climate change and, of climate change, to climate change, about climate change",84,2019-04-30 06:16:25.840,-1_climate change is_climate change and_...
158
+ 0,"climate change as, fighting climate change, climate change is, has conned us, has conned us into fighting",20,2019-04-30 06:16:25.840,0_climate change is_of climate change_cl...
159
+ 1,"do not work, one of the, of climate change, people to stop using, we could use",18,2019-04-30 06:16:25.840,1_meat and dairy_climate change and_of c...
160
+ 2,"the great atlantic trash mass, the great atlantic, great atlantic trash, the great atlantic trash, great atlantic trash mass",9,2019-04-30 06:16:25.840,2_the total waste_the total waste genera...
161
+ 3,"according to his, all of the, has never existed, happened under capitalism, small group of",9,2019-04-30 06:16:25.840,3_climate change and_of the world_capita...
162
+ 4,"forms pattern that will, stuff like consumerism and, as easy as we, all the human, sock in water and slap",4,2019-04-30 06:16:25.840,4_to have kids_of climate change_kids be...
163
+ 5,"this other half where, for climate change pretty much, half the sub is about, climate change but then, half where people just",1,2019-04-30 06:16:25.840,5_this sub is_climate change and_how do ...
164
+ 6,"infinite growth on, humans per month, the top 20, there is no, 000 additional humans",1,2019-04-30 06:16:25.840,6_price differences between countries_fo...
165
+ 7,"required to go, you started to, required to go to, started to do this, you started to do this",4,2019-04-30 06:16:25.840,7_about climate change_climate change an...
166
+ 8,"commercial air travel, the climate change movement, don understand something, climate change movement, what they are",2,2019-04-30 06:16:25.840,8_climate change is_about climate change...
167
+ 9,"don put any, about climate change, stands for an, also don put, not very sustainable",3,2019-04-30 06:16:25.840,9_climate change denier_state of fear_of...
168
+ 11,"this year probably thanks to, warming used to be, yep yep had, had fun month long, yep had fun",1,2019-04-30 06:16:25.840,11_in the middle_with climate change_cli...
169
+ 12,"https np reddit com, https np reddit, np reddit com, reddit com flightfree, np reddit com flightfree",2,2019-04-30 06:16:25.840,12_https np reddit_https np reddit com_n...
170
+ 13,"it or care cos, care cos it won affect, change the other day and, or care cos it, it incredible how people still",1,2019-04-30 06:16:25.840,13_of the video_at the end_https youtu b...
171
+ 14,"you re contributing to, re contributing to, you re contributing, of every human on, packages are consolidated it",4,2019-04-30 06:16:25.840,14_we need to_more efficient environment...
172
+ 16,"lot of water, 02 wheres californias, downtoearth org in news agriculture, https www worldwildlife, downtoearth org in",2,2019-04-30 06:16:25.840,16_of water and_the water is_lot of wate...
173
+ 19,"machines is the electricity usage, the electricity usage not the, cleaner ain it not worrying, them using cling wrap, climate change rightfully",2,2019-04-30 06:16:25.840,19_clothes are produced_these chemicals ...
174
+ 20,"money and resources, do everything possible to fix, that could kill millions of, transferring millions or, transferring millions or billions",1,2019-04-30 06:16:25.840,20_asteroid impact watch_earth right now...
175
+ 25,"into the air, million years of trees, every day the only way, breaks them down that, amount of co2 is because",1,2019-04-30 06:16:25.840,25_co2 in the_the very low_parts of cons...
176
+ -1,"climate change is, climate change and, of climate change, how do we, on climate change",77,2019-08-03 20:39:41.780,-1_climate change is_climate change and_...
177
+ 0,"climate change is, we can do, fight climate change, out of the, reduction in the need for",47,2019-08-03 20:39:41.780,0_climate change is_of climate change_cl...
178
+ 1,"meat and dairy, one of the, to change the, animal agriculture is, not happening if you have",17,2019-08-03 20:39:41.780,1_meat and dairy_climate change and_of c...
179
+ 2,"from the ocean is objectively, paper products from, is objectively huge, to try to be, being able to rapidly break",3,2019-08-03 20:39:41.780,2_the total waste_the total waste genera...
180
+ 3,"out of touch billionaires, of touch billionaires, of the world, out of touch, impossible under capitalism",16,2019-08-03 20:39:41.780,3_climate change and_of the world_capita...
181
+ 4,"tax break for, first world countries, taking from billionaires who live, having kids is when we, adopting in lieu",2,2019-08-03 20:39:41.780,4_to have kids_of climate change_kids be...
182
+ 5,"statistically significant effect, anti consumption is, überträgt und dadurch den höchstpersönlichen, and appreciate everyone here, life if you disagree",3,2019-08-03 20:39:41.780,5_this sub is_climate change and_how do ...
183
+ 6,"slowing climate change, of climate change prevent collapse, either increasing access, every bit helps but, can achieve sustainability",2,2019-08-03 20:39:41.780,6_price differences between countries_fo...
184
+ 7,"work harder and, harder and longer, distance between the parties, pursuit of happiness, distance between the",3,2019-08-03 20:39:41.780,7_about climate change_climate change an...
185
+ 8,"not being debate, some close encounters one, to sustainable practices ve got, to sustainable practices, to support farmers in change",1,2019-08-03 20:39:41.780,8_climate change is_about climate change...
186
+ 9,"his post history, yourselves it on his post, because won have it, of retardation no let, to human existence as",2,2019-08-03 20:39:41.780,9_climate change denier_state of fear_of...
187
+ 10,"read that sticker on the, of the machine as quiet, sticker on the, side of the machine, side of the machine as",1,2019-08-03 20:39:41.780,10_hope and fear_you have to_just be min...
188
+ 12,"the cost of climate, activists and it, too but nah more aircraft, flight was carbon, harry and meghan were",2,2019-08-03 20:39:41.780,12_https np reddit_https np reddit com_n...
189
+ 13,"current consumption standards, accessible internet video, up in arms, matter the world would be, time news shows",3,2019-08-03 20:39:41.780,13_of the video_at the end_https youtu b...
190
+ 14,"more efficient environmentally, in reverse it makes more, town to find, packages and at the cost, trash gets picked up",1,2019-08-03 20:39:41.780,14_we need to_more efficient environment...
191
+ 15,"fewer emissions than the mean, world top 10 of, decadence of the rich any, all emissions are produced, decadence of the rich",1,2019-08-03 20:39:41.780,15_of co2 emissions_countries are going ...
192
+ 17,"is causing climate change, is causing climate, causing climate change but, climate change but rotten system, change but rotten",6,2019-08-03 20:39:41.780,17_is causing climate_is causing climate...
193
+ 18,"compensation by wasting these shoes, warming exploited and suffering, of manufacturing no company does, are wasting even more, suffering third world laborers etc",1,2019-08-03 20:39:41.780,18_are yours better_thing as bad_there n...
194
+ 20,"newly available market with, old to survive, plan these people have at, plan these people, people keep talking about",1,2019-08-03 20:39:41.780,20_asteroid impact watch_earth right now...
195
+ 23,"kid with aspergers, the washington examiner, failed fact checks edit, fact checks edit adding, publish misleading reports",1,2019-08-03 20:39:41.780,23_doi org 10_https doi org_https doi or...
196
+ 24,"in the winter, to our home, on reddit that, back to our home, back to our",1,2019-08-03 20:39:41.780,24_in the winter_on reddit that_health c...
197
+ 25,"are important carbon, only be grown in, most diverse forests of the, be grown in tropical countries, most famous animal",1,2019-08-03 20:39:41.780,25_co2 in the_the very low_parts of cons...
198
+ 26,"when we successfully, them in jail have we, we solved climate, have we solved, we solved climate change",1,2019-08-03 20:39:41.780,26_we banned it_leave it to choice we_we...
199
+ -1,"climate change is, gt gt gt, of climate change, to climate change, climate change and",58,2019-11-07 11:02:57.720,-1_climate change is_climate change and_...
200
+ 0,"https www reddit, https www reddit com, www reddit com, climate change is, at 2020 02",33,2019-11-07 11:02:57.720,0_climate change is_of climate change_cl...
201
+ 1,"don buy the, you eat meat you are, eat meat you are, ecosystems and biodiversity, when you eat meat you",11,2019-11-07 11:02:57.720,1_meat and dairy_climate change and_of c...
202
+ 2,"to ecosystems is, cut back even, modern era have, risk to ecosystems is almost, the environment now",2,2019-11-07 11:02:57.720,2_the total waste_the total waste genera...
203
+ 3,"that have to, need to eat, choice is dangerous, did not produce, that did not produce",5,2019-11-07 11:02:57.720,3_climate change and_of the world_capita...
204
+ 4,"say that maybe, been net benefit, to say that maybe, that we are, to say that",1,2019-11-07 11:02:57.720,4_to have kids_of climate change_kids be...
205
+ 5,"it perfectly healthy to be, burn out before you do, is on bit of, apathetic about some little things, is on bit of different",5,2019-11-07 11:02:57.720,5_this sub is_climate change and_how do ...
206
+ 6,"the third world, the first world, up for yourself, in the first world, have less children",4,2019-11-07 11:02:57.720,6_price differences between countries_fo...
207
+ 7,"beans and rice, into their rotation, people to eat, not going to, former presidential candidate",2,2019-11-07 11:02:57.720,7_about climate change_climate change an...
208
+ 8,"two periods year, really due to morality, issue and more of legal, regulated is the false, issue and more",1,2019-11-07 11:02:57.720,8_climate change is_about climate change...
209
+ 9,"stand to gain much, to gain much, they can force you to, they can force you, you to spend",2,2019-11-07 11:02:57.720,9_climate change denier_state of fear_of...
210
+ 11,"supposed to bring us, if so christmas, have been pretty, to bring us hope, has made it worse",2,2019-11-07 11:02:57.720,11_in the middle_with climate change_cli...
211
+ 12,"07 30 listers, ubiquity of pleasure trips by, buy more consumer, by plane no, buy more consumer goods",3,2019-11-07 11:02:57.720,12_https np reddit_https np reddit com_n...
212
+ 13,"at the end, of the video, ideologies saying we can, of the day most, if you re reading this",2,2019-11-07 11:02:57.720,13_of the video_at the end_https youtu b...
213
+ 17,"life styles contribute the, to it hate celebrity culture, like you who live, then she has the, then she has",1,2019-11-07 11:02:57.720,17_is causing climate_is causing climate...
214
+ 24,"04 stayontheground swedes, to have much fewer things, come to have much, come to have, things the beginnings of",1,2019-11-07 11:02:57.720,24_in the winter_on reddit that_health c...
215
+ 26,"to choice we banned it, it to choice we banned, didn leave it to choice, didn leave it to, we didn leave",1,2019-11-07 11:02:57.720,26_we banned it_leave it to choice we_we...
216
+ 27,"you re here giving us, overwhelmingly full of despair in, much of more real, of despair in short yes, much on reddit but",1,2019-11-07 11:02:57.720,27_18 hours old_re here giving_people wh...
217
+ 28,"simulator predicts the consequences, saying to basically, broaden the vision, this particular example, that is still quite",1,2019-11-07 11:02:57.720,28_to offset the_the environment in_the ...
218
+ -1,"of climate change, to climate change, climate change is, climate change and, most of the",33,2020-02-11 01:26:13.660,-1_climate change is_climate change and_...
219
+ 0,"goods and services, that people are, we need to, the electric sector, any say or",17,2020-02-11 01:26:13.660,0_climate change is_of climate change_cl...
220
+ 1,"on this thread, hope you don, as well it, powerful lobbies are often, lobbies are often",11,2020-02-11 01:26:13.660,1_meat and dairy_climate change and_of c...
221
+ 3,"judging by this, dinosaurs lived for, of the time, millions of years, be able to",4,2020-02-11 01:26:13.660,3_climate change and_of the world_capita...
222
+ 4,"born during world war, one fewer child won save, in admitting wrongdoing gt my, would you supject your, wrongdoing gt my",5,2020-02-11 01:26:13.660,4_to have kids_of climate change_kids be...
223
+ 5,"an attack on, an attack on the, attack on the, 10 posts have, priorities if we get those",2,2020-02-11 01:26:13.660,5_this sub is_climate change and_how do ...
224
+ 6,"rate of growth, rate of growth of, exponential population growth, have to have exponential, the rate of growth of",4,2020-02-11 01:26:13.660,6_price differences between countries_fo...
225
+ 7,"from the very, you are talking about what, my footprint and lowered consumption, my habits and preach, climate change that gives you",2,2020-02-11 01:26:13.660,7_about climate change_climate change an...
226
+ 11,"here yes ve, body of water is the, of control the, feedback loop one which was, co emissions and spirals",2,2020-02-11 01:26:13.660,11_in the middle_with climate change_cli...
227
+ 13,"of the video, if they still, for little while youtube would, video the poster of, while youtube would pull",1,2020-02-11 01:26:13.660,13_of the video_at the end_https youtu b...
228
+ 15,"of the graph, don care about you, vegetables have carbon footprint ve, imgur com aagxkh7 png, vehicle don have",1,2020-02-11 01:26:13.660,15_of co2 emissions_countries are going ...
229
+ 18,"16 20 why, many people have so many, wonder we have climate, with this level of, have climate change with this",1,2020-02-11 01:26:13.660,18_are yours better_thing as bad_there n...
230
+ 19,"as far as, that aluminium or, very small amounts per, are harmful to the skin, is no real need",1,2020-02-11 01:26:13.660,19_clothes are produced_these chemicals ...
231
+ 21,"is nice little, virus is nice, nice little vacation from global, nice little vacation from, nice little vacation",1,2020-02-11 01:26:13.660,21_doesn make its_film being metaphor fo...
232
+ 24,"for to be connected with, are not alone, continue for to, what allows it to, we take effects",1,2020-02-11 01:26:13.660,24_in the winter_on reddit that_health c...
233
+ 28,"2140 right now, fan of the foundation series, asimov if you haven already, asimov if you haven, nice so far but",1,2020-02-11 01:26:13.660,28_to offset the_the environment in_the ...
234
+ -1,"msi higg org sac materials, higg org sac, https msi higg, higg org sac materials detail, sac materials detail",31,2020-05-16 15:49:29.600,-1_climate change is_climate change and_...
235
+ 0,"are going to, humans who are, we re gonna be, re gonna be, we re gonna",6,2020-05-16 15:49:29.600,0_climate change is_of climate change_cl...
236
+ 1,"pollution climate change, and ptsd in slaughterhouse workers, and ptsd in slaughterhouse, ptsd in slaughterhouse workers, ptsd in slaughterhouse",16,2020-05-16 15:49:29.600,1_meat and dairy_climate change and_of c...
237
+ 3,"to cancun clearly, because somebody somewhere can, to cancun clearly not, to begin with did, to begin with did we",1,2020-05-16 15:49:29.600,3_climate change and_of the world_capita...
238
+ 4,"for us younger, the first step of, is the first step of, first step of, baby boomers that",3,2020-05-16 15:49:29.600,4_to have kids_of climate change_kids be...
239
+ 5,"in these companies, the more people that, to be considered, be considered stakeholders, to be considered stakeholders",3,2020-05-16 15:49:29.600,5_this sub is_climate change and_how do ...
240
+ 7,"climate change and work to, work to life, is considered with all, considered with all, change and work",1,2020-05-16 15:49:29.600,7_about climate change_climate change an...
241
+ 10,"you have made, breaks for others, to work towards lower consumption, in larger stocks, in larger stocks of shelf",4,2020-05-16 15:49:29.600,10_hope and fear_you have to_just be min...
242
+ 11,"youth where we could have, could have week straight of, climate change and yeah do, are coming from now, could have week straight",1,2020-05-16 15:49:29.600,11_in the middle_with climate change_cli...
243
+ 12,"we need to, very much about, isn enough snow in, for yourself leo could, the global poor",2,2020-05-16 15:49:29.600,12_https np reddit_https np reddit com_n...
244
+ 14,"directly to the us, directly to the, the most efficient, to the us, have done so",2,2020-05-16 15:49:29.600,14_we need to_more efficient environment...
245
+ 16,"the water is, is only about 20 used, and not even talking, water and the level, only about 20 used not",2,2020-05-16 15:49:29.600,16_of water and_the water is_lot of wate...
246
+ 22,"just wait until, hero or bush fire, change hero or bush fire, them climate change hero, they start making firefighters",1,2020-05-16 15:49:29.600,22_extreme due to_extreme due to climate...
247
+ 23,"he changes his, it just that, in the us furthermore, information and making plenty, and eventually he changes his",1,2020-05-16 15:49:29.600,23_doi org 10_https doi org_https doi or...
248
+ -1,"of climate change, about climate change, climate change and, some sort of, climate change is",36,2020-08-20 06:12:45.540,-1_climate change is_climate change and_...
249
+ 0,"article abs pii, com science article abs, science article abs pii, sciencedirect com science article abs, science article abs",19,2020-08-20 06:12:45.540,0_climate change is_of climate change_cl...
250
+ 1,"to global warming, same amount of carbon, has changed is, the same amount of carbon, that has been sequestered",23,2020-08-20 06:12:45.540,1_meat and dairy_climate change and_of c...
251
+ 2,"are the ones who benefit, are completely opaque, that plastic would or, us your using is, that plastic would or could",1,2020-08-20 06:12:45.540,2_the total waste_the total waste genera...
252
+ 3,"of climate change, union did not have, not have the understanding, the soviet union did, soviet union did",8,2020-08-20 06:12:45.540,3_climate change and_of the world_capita...
253
+ 4,"together and have, babies get together, get together and have, get together and, babies get together and have",3,2020-08-20 06:12:45.540,4_to have kids_of climate change_kids be...
254
+ 6,"reach 10 billion, ecological collapse is, is already happening, around the world, vague idea of",2,2020-08-20 06:12:45.540,6_price differences between countries_fo...
255
+ 7,"behavior has on this, waste videos also puberty kinda, puberty kinda made me want, into veganism although, getting since some of the",2,2020-08-20 06:12:45.540,7_about climate change_climate change an...
256
+ 10,"year thanks to, great use of, activities not physical, activities not physical gifts it, owe my nephews trip",1,2020-08-20 06:12:45.540,10_hope and fear_you have to_just be min...
257
+ 11,"only start within, of highway and, to be just gonna say, traditionally lived in, haven traditionally lived in",3,2020-08-20 06:12:45.540,11_in the middle_with climate change_cli...
258
+ 12,"companies think there, all greenhouse emissions, flying is terrible, just 100 corporations, probably the easiest way to",1,2020-08-20 06:12:45.540,12_https np reddit_https np reddit com_n...
259
+ 14,"see it as, as opposed to, retail chain uses, observation let me propose, individual action the",2,2020-08-20 06:12:45.540,14_we need to_more efficient environment...
260
+ 15,"ecological footprint the, footprints are usually, footprints are usually reported, footprints are usually reported in, are usually reported in",1,2020-08-20 06:12:45.540,15_of co2 emissions_countries are going ...
261
+ 16,"but not for the immediate, immediate future of water, and judges that, immediate future of, judges that will",1,2020-08-20 06:12:45.540,16_of water and_the water is_lot of wate...
262
+ 19,"used to wash, diapers generate more, biodegradable homemade detergent def, impact human health, biodegradable homemade detergent",1,2020-08-20 06:12:45.540,19_clothes are produced_these chemicals ...
263
+ 22,"more extreme due to climate, although arguably wildfires are more, are more extreme, are more extreme due, wildfires are more extreme due",3,2020-08-20 06:12:45.540,22_extreme due to_extreme due to climate...
264
+ 26,"is happening selling, wonder why climate, ought to be illegal, this ought to be, this ought to be illegal",1,2020-08-20 06:12:45.540,26_we banned it_leave it to choice we_we...
265
+ 27,"18 hours old, the despair in teenagers, its 18 hours old, curious the despair in teenagers, its 18 hours",1,2020-08-20 06:12:45.540,27_18 hours old_re here giving_people wh...
266
+ 28,"been sequestered away for millenia, basic logic the carbon, fossil fuel has, arnold bloom also basic logic, for millenia fossil fuel",1,2020-08-20 06:12:45.540,28_to offset the_the environment in_the ...
267
+ -1,"is going to, stopping the spread, and people who genuinely, there who believe that, and masks do",23,2020-11-23 20:36:01.480,-1_climate change is_climate change and_...
268
+ 0,"www ethicalconsumer org technology shopping, www ethicalconsumer org technology, https www ethicalconsumer, ethicalconsumer org technology shopping, https www ethicalconsumer org technology",4,2020-11-23 20:36:01.480,0_climate change is_of climate change_cl...
269
+ 1,"youtu be rjsthobgq7q, to meet basic, warehouse vertical farming, https youtu be rjsthobgq7q, high income countries",6,2020-11-23 20:36:01.480,1_meat and dairy_climate change and_of c...
270
+ 4,"climate change good on you, they want literal flesh trophy, volunteer with kids, fixed not only spares your, be parental figure but",1,2020-11-23 20:36:01.480,4_to have kids_of climate change_kids be...
271
+ 5,"know how to do, how to do, know how to, not to mention, ve never bothered to",2,2020-11-23 20:36:01.480,5_this sub is_climate change and_how do ...
272
+ 6,"the fact that, ve been conditioned to feel, elite and elderly and were, day you had as many, to feel shame",1,2020-11-23 20:36:01.480,6_price differences between countries_fo...
273
+ 7,"beat climate change, or if you, useful skills be jack, with disaster or, is reasonable in size and",4,2020-11-23 20:36:01.480,7_about climate change_climate change an...
274
+ 10,"despair but how, you for solidifying my, troubles me greatly am filled, about this so often, and despair but how can",1,2020-11-23 20:36:01.480,10_hope and fear_you have to_just be min...
275
+ 11,"here in florida last summer, here in florida, be boiling by the, also hotter than normal, it gonna be",1,2020-11-23 20:36:01.480,11_in the middle_with climate change_cli...
276
+ 23,"you have statistics to back, do you have statistics, have statistics to, have statistics to back, do you have statistics to",1,2020-11-23 20:36:01.480,23_doi org 10_https doi org_https doi or...
277
+ 24,"all the useless consumption, anxiety resulting from all the, crippling climate anxiety, haunts me like the, haunts me like",1,2020-11-23 20:36:01.480,24_in the winter_on reddit that_health c...
278
+ -1,"we dont need, of climate change, to climate change, the consequences of, that if we",22,2021-02-27 10:59:17.420,-1_climate change is_climate change and_...
279
+ 0,"for the environment, care for the environment, care for the, the environment we, have to be",7,2021-02-27 10:59:17.420,0_climate change is_of climate change_cl...
280
+ 1,"one of the leading, of the leading, one of the, colossal amount of, consumer could put",3,2021-02-27 10:59:17.420,1_meat and dairy_climate change and_of c...
281
+ 2,"take 450 years to, years to biodegrade, take 450 years, take 450 years to biodegrade, 450 years to biodegrade",3,2021-02-27 10:59:17.420,2_the total waste_the total waste genera...
282
+ 3,"is always bad, cancer is always bad, cancer is always, with rapidly increasing co2, own shortcomings are there some",3,2021-02-27 10:59:17.420,3_climate change and_of the world_capita...
283
+ 5,"the top of, in the manufacturing, try and learn new, try and learn new things, be so near the top",1,2021-02-27 10:59:17.420,5_this sub is_climate change and_how do ...
284
+ 15,"is around tons, india but capitalism and it, has times the population, that historically the us has, that historically the",1,2021-02-27 10:59:17.420,15_of co2 emissions_countries are going ...
285
+ 19,"by those materials is, negligible compared to the environmental, significant step toward, reducing packaging the former is, itself generally speaking buying less",1,2021-02-27 10:59:17.420,19_clothes are produced_these chemicals ...
286
+ 25,"cover mandates you need old, all old growth with, west also tout their forest, their forest cover now but, cover now but",1,2021-02-27 10:59:17.420,25_co2 in the_the very low_parts of cons...
287
+ -1,"np reddit com, https np reddit com, https np reddit, climate change is, look at the",37,2021-06-03 01:22:33.360,-1_climate change is_climate change and_...
288
+ 0,"climate change is, left wingers who, of climate change, climate change and, the lower atmosphere",19,2021-06-03 01:22:33.360,0_climate change is_of climate change_cl...
289
+ 1,"carbon to the cycle, carbon to the, to the cycle, the peer reviewed studies, peer reviewed studies",7,2021-06-03 01:22:33.360,1_meat and dairy_climate change and_of c...
290
+ 2,"in my country and, my country and, in my country, so much more, aggregate also those",2,2021-06-03 01:22:33.360,2_the total waste_the total waste genera...
291
+ 3,"in favour of, to climate change, read up on the aral, could decide in favour of, cotton in the desert",3,2021-06-03 01:22:33.360,3_climate change and_of the world_capita...
292
+ 4,"to fix it, fix it and, the planet problems, climate change have children, climate change is myth or",2,2021-06-03 01:22:33.360,4_to have kids_of climate change_kids be...
293
+ 5,"expect people to, way possible which, problem and it, taking majority of, to re buy the same",3,2021-06-03 01:22:33.360,5_this sub is_climate change and_how do ...
294
+ 7,"the grass roots, imagine that the, side of it, long ski season, change now don know what",4,2021-06-03 01:22:33.360,7_about climate change_climate change an...
295
+ 8,"personal responsibility helplessness, of resources helplessness, helplessness is personal responsibility, re not based, re not based for endorsing",1,2021-06-03 01:22:33.360,8_climate change is_about climate change...
296
+ 12,"couldn afford it, the airline industry, go down to entice, for reason the, collective action to create regulatory",2,2021-06-03 01:22:33.360,12_https np reddit_https np reddit com_n...
297
+ 13,"does it have, stop global warming https, climate doomerism why, to be so we, one sitting can",2,2021-06-03 01:22:33.360,13_of the video_at the end_https youtu b...
298
+ 14,"one of the, have one purpose, human rights violations, it more efficient, more efficient and it",3,2021-06-03 01:22:33.360,14_we need to_more efficient environment...
299
+ 20,"planet from catastrophic climate, watch bunch of, of narcissistic billionaires, race to space how, of narcissistic billionaires race to",1,2021-06-03 01:22:33.360,20_asteroid impact watch_earth right now...
300
+ 22,"from time to time tho, heals itself with, climate change by releasing, change the planet heals itself, climate change by releasing co2",2,2021-06-03 01:22:33.360,22_extreme due to_extreme due to climate...
301
+ 23,"https doi org 10, https doi org, doi org 10, greenhouse gas emissions, global greenhouse gas emissions",1,2021-06-03 01:22:33.360,23_doi org 10_https doi org_https doi or...
302
+ -1,"climate change is, climate change and, about climate change, of climate change, marx and engels",61,2021-09-06 15:45:49.300,-1_climate change is_climate change and_...
303
+ 0,"climate change is, our responsibility to, were able to, buy nothing day, of climate change",18,2021-09-06 15:45:49.300,0_climate change is_of climate change_cl...
304
+ 1,"can be vegan, eating less meat, of climate change, is one of, stop climate change",7,2021-09-06 15:45:49.300,1_meat and dairy_climate change and_of c...
305
+ 2,"of natural gas, going to be, are two separate, byproduct of natural, been built around",5,2021-09-06 15:45:49.300,2_the total waste_the total waste genera...
306
+ 3,"marx and engels, marx amp engels, would rise up, of robbing the, view of history",2,2021-09-06 15:45:49.300,3_climate change and_of the world_capita...
307
+ 4,"nothing to do with, to have kids, nothing to do, kids because of climate change, kids because of climate",15,2021-09-06 15:45:49.300,4_to have kids_of climate change_kids be...
308
+ 5,"the product and, consumerism is largely, almost rich almost, is felt downstream, almost rich almost anything other",3,2021-09-06 15:45:49.300,5_this sub is_climate change and_how do ...
309
+ 6,"quality of life, takes up lot, housing and feeding billion, and feeding billion, read somewhere that",4,2021-09-06 15:45:49.300,6_price differences between countries_fo...
310
+ 7,"something they can, there are lot of, there are lot, are lot of, zinnias that are huge now",3,2021-09-06 15:45:49.300,7_about climate change_climate change an...
311
+ 9,"to help humanity, he could help, wants to be remembered, if he wanted, musk could do",5,2021-09-06 15:45:49.300,9_climate change denier_state of fear_of...
312
+ 10,"youtube videos about people that, days are fine, the battery in your, despair and even on the, the good days there twinge",4,2021-09-06 15:45:49.300,10_hope and fear_you have to_just be min...
313
+ 18,"rarely talked about, is rarely talked about, is rarely talked, missed one word, of reading comprehension you",1,2021-09-06 15:45:49.300,18_are yours better_thing as bad_there n...
314
+ 21,"an opiate for global, movies to be an opiate, now have all this amazing, movies to be, now have all",1,2021-09-06 15:45:49.300,21_doesn make its_film being metaphor fo...
315
+ 26,"into the air, the prisoners dilemma, pushing me on the, poison for several generations, do we all",3,2021-09-06 15:45:49.300,26_we banned it_leave it to choice we_we...
316
+ 27,"question and also, of rhetorical question and, people who can predict outcomes, correct of course it, correct of course",1,2021-09-06 15:45:49.300,27_18 hours old_re here giving_people wh...
317
+ -1,"climate change and, climate change is, about climate change, to climate change, and climate change",84,2021-12-11 06:09:05.240,-1_climate change is_climate change and_...
318
+ 0,"climate change is, balance itself out, is happening globally, way to balance itself out, way to balance itself",24,2021-12-11 06:09:05.240,0_climate change is_of climate change_cl...
319
+ 1,"per cent of, meat and dairy, increase of prices, the dairy industry, to climate change",19,2021-12-11 06:09:05.240,1_meat and dairy_climate change and_of c...
320
+ 2,"direct control over, actions hope you, climate change and, is made from, of the waste",8,2021-12-11 06:09:05.240,2_the total waste_the total waste genera...
321
+ 3,"the wall street, the wall street network, wall street network, propping up and, to the wall street",4,2021-12-11 06:09:05.240,3_climate change and_of the world_capita...
322
+ 4,"generation that is, pollution and solve global, and solve global, that is terribly fearful, is terribly fearful and",7,2021-12-11 06:09:05.240,4_to have kids_of climate change_kids be...
323
+ 5,"about reducing consumption, less population growth, the political posts, for less population, come of it",7,2021-12-11 06:09:05.240,5_this sub is_climate change and_how do ...
324
+ 6,"that not even considering, that not even considering the, not even considering the, not even considering, and that not even",5,2021-12-11 06:09:05.240,6_price differences between countries_fo...
325
+ 7,"reuse glass products and compost, few years kill switched most, much of your list halved, switched most of, can because my",1,2021-12-11 06:09:05.240,7_about climate change_climate change an...
326
+ 8,"the power is in, without hurting each other edit, been arrested and the west, been arrested and the, consequences for example am gonna",1,2021-12-11 06:09:05.240,8_climate change is_about climate change...
327
+ 9,"well that literally the most, covid denial started, with climate change eg, and blatant denial, mean that makes them",4,2021-12-11 06:09:05.240,9_climate change denier_state of fear_of...
328
+ 10,"keep us obedient, into bottomless pit of, obedient and unaware feeding this, us obedient and unaware, us obedient and unaware feeding",3,2021-12-11 06:09:05.240,10_hope and fear_you have to_just be min...
329
+ 11,"with climate change, most of the, by fighting climate, by fighting climate change, decline that what",5,2021-12-11 06:09:05.240,11_in the middle_with climate change_cli...
330
+ 12,"driven the price up maybe, scotland to stop global, corporate jets to scotland to, see all of the, of the climate alarmists flying",1,2021-12-11 06:09:05.240,12_https np reddit_https np reddit com_n...
331
+ 13,"the solution to parents not, watch cookie swirl is to, change racism and the housing, thing dae hate racism, thing dae hate",3,2021-12-11 06:09:05.240,13_of the video_at the end_https youtu b...
332
+ 14,"we are the ones, we are the, is causing climate change, is causing climate, are the ones",2,2021-12-11 06:09:05.240,14_we need to_more efficient environment...
333
+ 15,"blame us for their greed, 2021 aug 23, for their greed keep, com commentisfree 2021 aug 23, for their greed keep them",1,2021-12-11 06:09:05.240,15_of co2 emissions_countries are going ...
334
+ 16,"water comes from, we need to, water used in, literally solves that problem not, to change corporate behavior",1,2021-12-11 06:09:05.240,16_of water and_the water is_lot of wate...
335
+ 18,"climate change to be better, racist xenophobic clickbaity stuff, xenophobic clickbaity stuff and, making point about racist xenophobic, xenophobic clickbaity stuff",1,2021-12-11 06:09:05.240,18_are yours better_thing as bad_there n...
336
+ 19,"are repeated on very large, previous processes are repeated, that last around, previous processes are repeated on, preferred and help propagate this",1,2021-12-11 06:09:05.240,19_clothes are produced_these chemicals ...
337
+ 20,"burn insane amounts, other also elon musk is, in some of the, to mars and save our, from climate change we can",3,2021-12-11 06:09:05.240,20_asteroid impact watch_earth right now...
338
+ 21,"its storyline anymore accurate realistic, being metaphor for, or covid crisis doesn make, climate change or covid crisis, its storyline anymore accurate",7,2021-12-11 06:09:05.240,21_doesn make its_film being metaphor fo...
339
+ 24,"pure rage two thumbs, crawled out of, com watch zq7eki5ez8o, somehow crawled out, not eco anxiety just",1,2021-12-11 06:09:05.240,24_in the winter_on reddit that_health c...
340
+ -1,"climate change is, of climate change, climate change and, in order to, to climate change",85,2022-03-16 20:32:21.180,-1_climate change is_climate change and_...
341
+ 0,"climate change is, of climate change, for climate change, out of the, from climate change",40,2022-03-16 20:32:21.180,0_climate change is_of climate change_cl...
342
+ 1,"climate change and, of the problem, of climate change, the impact of, study on how",36,2022-03-16 20:32:21.180,1_meat and dairy_climate change and_of c...
343
+ 2,"can live without, we can live without, we can live, left dishes by, by the sink",10,2022-03-16 20:32:21.180,2_the total waste_the total waste genera...
344
+ 3,"https www researchgate net publication, www researchgate net publication, www researchgate net, https www researchgate net, https www researchgate",5,2022-03-16 20:32:21.180,3_climate change and_of the world_capita...
345
+ 4,"against the idea, sterilized because you, make difference in things like, education for all there, that really sobering",4,2022-03-16 20:32:21.180,4_to have kids_of climate change_kids be...
346
+ 5,"how do you, these negative influences, no matter how much they, are advantages to, there are advantages",2,2022-03-16 20:32:21.180,5_this sub is_climate change and_how do ...
347
+ 6,"price differences between countries, differences between countries, price differences between, for price differences, for price differences between",19,2022-03-16 20:32:21.180,6_price differences between countries_fo...
348
+ 7,"it about realizing that, about realizing that, feel good to, it about realizing, can be used",9,2022-03-16 20:32:21.180,7_about climate change_climate change an...
349
+ 9,"he claims to, his carbon footprint, he claims to be, reduce his carbon, reduce his carbon footprint",3,2022-03-16 20:32:21.180,9_climate change denier_state of fear_of...
350
+ 10,"already regularly with therapy nihilistic, why but this, and really appreciate you taking, doing anyway is, optimism and awesome if you",4,2022-03-16 20:32:21.180,10_hope and fear_you have to_just be min...
351
+ 11,"climate change what bro it, unit dude cooling, climate change what bro, what bro it used to, cooling down the",2,2022-03-16 20:32:21.180,11_in the middle_with climate change_cli...
352
+ 12,"week matches climate change, change bit they did, parts of europe are hotter, some parts of europe, are hotter than",1,2022-03-16 20:32:21.180,12_https np reddit_https np reddit com_n...
353
+ 13,"zoom say what you want, partially but also see, only one doing it, not replace an in, obsessed with making content and",3,2022-03-16 20:32:21.180,13_of the video_at the end_https youtu b...
354
+ 15,"referred to as, it is referred to as, is referred to as the, to as the, referred to as the",1,2022-03-16 20:32:21.180,15_of co2 emissions_countries are going ...
355
+ 16,"need more water, of water and, all the water, global warming is, case of water",3,2022-03-16 20:32:21.180,16_of water and_the water is_lot of wate...
356
+ 17,"we fight wars, we fight wars for, fight wars for, narcissistic self entitled asshats, by select few",1,2022-03-16 20:32:21.180,17_is causing climate_is causing climate...
357
+ 18,"are yours better, there no such thing, such thing as bad publicity, thing as bad, thing as bad publicity",5,2022-03-16 20:32:21.180,18_are yours better_thing as bad_there n...
358
+ 19,"water to make, of water to make, take up to, water to make one, not only that it",1,2022-03-16 20:32:21.180,19_clothes are produced_these chemicals ...
359
+ 21,"the threats that, massive and our economy, take it seriously the, could just solve our energy, that are out",1,2022-03-16 20:32:21.180,21_doesn make its_film being metaphor fo...
360
+ 23,"time and now remember why, people enjoy their, worrying about climate, without worrying about climate change, and now remember why but",1,2022-03-16 20:32:21.180,23_doi org 10_https doi org_https doi or...
361
+ 25,"parts of consumption, the most practical point, my comment about, classes on forestry natural resource, natural resource management environmental",2,2022-03-16 20:32:21.180,25_co2 in the_the very low_parts of cons...
362
+ 27,"that kind of what that, collective guilt of, bit relieved of, the realization expectation, is just about",2,2022-03-16 20:32:21.180,27_18 hours old_re here giving_people wh...
363
+ 28,"kurzgesagt did great video, not documentary or, in the world becoming greener, or book but, in the world becoming",1,2022-03-16 20:32:21.180,28_to offset the_the environment in_the ...
364
+ -1,"of climate change, climate change and, climate change is, to climate change, we need to",98,2022-06-20 10:55:37.120,-1_climate change is_climate change and_...
365
+ 0,"climate change is, the way the, more and more, just criticizing the, the notion that if we",30,2022-06-20 10:55:37.120,0_climate change is_of climate change_cl...
366
+ 1,"meat and dairy, the amount of, you can grow, reduction in meat, in the amazon",22,2022-06-20 10:55:37.120,1_meat and dairy_climate change and_of c...
367
+ 2,"in the us, the needs of, to disabled people, disabled people to, system in the",16,2022-06-20 10:55:37.120,2_the total waste_the total waste genera...
368
+ 3,"they want you, get rid of, the leading cause, will continue to worsen and, also get rid of capitalism",3,2022-06-20 10:55:37.120,3_climate change and_of the world_capita...
369
+ 4,"prove point out of spite, ago realized just, can do about it thanks, again no one was, can be warming",3,2022-06-20 10:55:37.120,4_to have kids_of climate change_kids be...
370
+ 5,"passionate atheists who see nothing, who see nothing but, see nothing but evil, frugal simple living, but evil in religion",2,2022-06-20 10:55:37.120,5_this sub is_climate change and_how do ...
371
+ 6,"that the elite, look into the, the average person, built the car that, guy who built the car",3,2022-06-20 10:55:37.120,6_price differences between countries_fo...
372
+ 7,"have experience being, long term skilled, welfare nature conservation and, in international volunteering probably do, at any level",3,2022-06-20 10:55:37.120,7_about climate change_climate change an...
373
+ 9,"bp got people blaming taylor, taylor swift for global warming, and bp got people blaming, shell and bp, shell and bp got",1,2022-06-20 10:55:37.120,9_climate change denier_state of fear_of...
374
+ 10,"don need to, of despair that, spending 90 of your energy, impact better not, not fret about appearance",3,2022-06-20 10:55:37.120,10_hope and fear_you have to_just be min...
375
+ 11,"for no reason, climate change is, despite climate change they, real and artic blasts don, in correlation with",5,2022-06-20 10:55:37.120,11_in the middle_with climate change_cli...
376
+ 13,"today they will rightfully be, on these videos and, at how wasteful, does it work, to look back on",1,2022-06-20 10:55:37.120,13_of the video_at the end_https youtu b...
377
+ 14,"process the only, not supposed to be, are not supposed, are not supposed to, are not supposed to be",4,2022-06-20 10:55:37.120,14_we need to_more efficient environment...
378
+ 15,"carbon footprint was, they care what you, oil producer bp, ogilvy to create, but like to",1,2022-06-20 10:55:37.120,15_of co2 emissions_countries are going ...
379
+ 16,"have dried up, megadrought punctuated by century high, billion dollar consumer product industry, up due to climate change, turned into consumer product it",1,2022-06-20 10:55:37.120,16_of water and_the water is_lot of wate...
380
+ 17,"etc have you seen, feel important but, education laws and society yes, take the plane yeah, doing it it doesn make",1,2022-06-20 10:55:37.120,17_is causing climate_is causing climate...
381
+ 19,"is significant part of why, faith however if you, or pray to god, they are not natural then, they are not natural",3,2022-06-20 10:55:37.120,19_clothes are produced_these chemicals ...
382
+ -1,"climate change is, of climate change, climate change and, about climate change, to climate change",155,2022-09-24 01:18:53.060,-1_climate change is_climate change and_...
383
+ 0,"of climate change, we need to, climate change is, about climate change, climate change and",57,2022-09-24 01:18:53.060,0_climate change is_of climate change_cl...
384
+ 1,"to climate change, climate change and, no one but, land to feed, helps no one but",18,2022-09-24 01:18:53.060,1_meat and dairy_climate change and_of c...
385
+ 2,"the total waste, total waste generated, waste generated in, the total waste generated, to the environment",15,2022-09-24 01:18:53.060,2_the total waste_the total waste genera...
386
+ 3,"want to live, of people and, want to live and the, want to live and, to live and the",15,2022-09-24 01:18:53.060,3_climate change and_of the world_capita...
387
+ 5,"we re all, re all guilty of, all guilty of, we re all guilty, you more likely",9,2022-09-24 01:18:53.060,5_this sub is_climate change and_how do ...
388
+ 6,"of people there, amount of people, people compared to the sustainability, people compared to, on it we could",1,2022-09-24 01:18:53.060,6_price differences between countries_fo...
389
+ 7,"do you believe, or not do you, do you believe in, or not do, do those things to",5,2022-09-24 01:18:53.060,7_about climate change_climate change an...
390
+ 8,"climate change is, about climate change, one of the most, of the most, of climate change",35,2022-09-24 01:18:53.060,8_climate change is_about climate change...
391
+ 9,"state of fear, climate change denier, michael crichton and, of climate change, michael crichton author of state",21,2022-09-24 01:18:53.060,9_climate change denier_state of fear_of...
392
+ 10,"white and don, despair is astronomically, of despair is astronomically, are white and, of despair is astronomically high",2,2022-09-24 01:18:53.060,10_hope and fear_you have to_just be min...
393
+ 11,"one of the, with climate change, know that plastic production, insulation passive cooling and earth, insulation passive cooling",9,2022-09-24 01:18:53.060,11_in the middle_with climate change_cli...
394
+ 12,"participating in society, they might have to, might have to, they might have, of the activists",8,2022-09-24 01:18:53.060,12_https np reddit_https np reddit com_n...
395
+ 13,"reloaded the page, seen every time, of the video, of crowd of, anyway thanks for drawing",2,2022-09-24 01:18:53.060,13_of the video_at the end_https youtu b...
396
+ 15,"of co2 emissions, countries are going, countries are going to, carbon footprint was, your real argument",5,2022-09-24 01:18:53.060,15_of co2 emissions_countries are going ...
397
+ 16,"completely barren desert with, like utah and, recycle water is so, ingenuity even while the, learn how we manage",1,2022-09-24 01:18:53.060,16_of water and_the water is_lot of wate...
398
+ 17,"think we aren all, corps and gov, back and bark, we all have small, back and bark at",1,2022-09-24 01:18:53.060,17_is causing climate_is causing climate...
399
+ 18,"one pair of, last me asn as commercial, ready to onvest in, this and goes, to invest in some",2,2022-09-24 01:18:53.060,18_are yours better_thing as bad_there n...
400
+ 20,"rockets into space, we could discover, earth right now, our top scientists, our top scientists and",3,2022-09-24 01:18:53.060,20_asteroid impact watch_earth right now...
401
+ 22,"it was largely due to, of this scale is climate, mass it was largely due, main driver of fires of, mass it was",2,2022-09-24 01:18:53.060,22_extreme due to_extreme due to climate...
402
+ 24,"health curious to, toll on our mental health, about how feeling, some interesting food for thought, mental health curious",2,2022-09-24 01:18:53.060,24_in the winter_on reddit that_health c...
403
+ 25,"the very low, fuel gas ratio, co2 in the, literal art that colliers charcoal, the air charcoal",2,2022-09-24 01:18:53.060,25_co2 in the_the very low_parts of cons...
404
+ 27,"of collapze panic, than 20 million within, kgatlw the entire, collapze panic leads to, change and human error",2,2022-09-24 01:18:53.060,27_18 hours old_re here giving_people wh...
topics/dtm/filtered_anticonsumption_comments_topics_over_time.html ADDED
The diff for this file is too large to render. See raw diff
 
topics/hierarchies/climate_twitter_sampleHRC.html ADDED
The diff for this file is too large to render. See raw diff
 
topics/hierarchies/climate_twitter_sample_hierarchy.html ADDED
The diff for this file is too large to render. See raw diff
 
topics/hierarchies/filtered_anticonsumption_commentsHRC.html ADDED
The diff for this file is too large to render. See raw diff
 
topics/hierarchies/filtered_anticonsumption_comments_hierarchy.html ADDED
The diff for this file is too large to render. See raw diff