

|
![]() | Wetterfroschprinz | ![]() ![]() 28.04.25 11:50 |
Wir fangen erst mal langsam an, laufen uns warm und schon ist die Sache vorbei … Hier erst mal der Originalartikel … https://iopscience.iop.org/article/10.1088/1748-9326/8/2/024024 Cook et al. went through the abstracts of 11,944 peer-reviewed papers, published between 1991 and 2011, those that contained the terms “global warming” or “global climate change” – after some search results had been filtered out. Da gab es schnell Widerspruch zu den Zahlen: https://haakonsk.blog/the-97-climate-consensus-lie-what-you-need-to-know/ 1. Explicit, quantified endorsement (standard definition of consensus) 64 2. Explicit, unquantified endorsement 922 3. Implicit endorsement 2,910 4a. No position 7,930 4b. Expression of uncertainty 40 5. Implicit rejection 54 6. Explicit, unquantified rejection 15 7. Explicit, quantified rejection 9 Das dort verlinkte Datenpaket geht aber leider in die Leere: https://iopscience.iop.org/1748-9326/8/2/024024/media/erl460291datafile.txt We are sorry, that page has not been found... Allerdings gibt es im Artikel jetzt vor der "Introduction" einen Link auf ein Zip-Archive mit "Supplementary data" https://content.cld.iop.org/journals/1748-9326/8/2/024024/revision1/suppdata.zip ...{...}... As you can see, 7930 articles expressed no opinion about the role of humans in regards to global warming or climate change. Of the remaining 4014 paper abstracts, 97.1 % expressed implicitly or explicitly that humans do contribute to global warming, but not necessarily that humans are the main cause. 7930 ---- = 66,39% 11944 4014 ---- = 33,61% 11944 If we don’t exclude the papers whose abstracts didn’t express an opinion about the role of humans, we find that 32.6 % of the papers agreed that humans contribute (at least somewhat) to global warming. 2) But according to the data file from Cook et al., only 64 papers expressed the view that human activity is the main cause of global warming. These 64 correspond to 1.6 % of the papers that had expressed an opinion, or 0.5 % of all the papers. 64 ----- = 0,54% 11944 Rejections: 5. Implicit rejection 54 6. Explicit, unquantified rejection 15 7. Explicit, quantified rejection 9 Sum: 78 (see table 3, S 3 Results, Page ) 78 ----- = 0,65% 11944 Wir überprüfen das jetzt einfach mal? Wir laden das Zip-Archiv runter und schauen uns den Datensatz ab. Dieser ist mit den DOS/WIN-typischen CRLF am Zeilenende. Wissenschaftler die mit DOS/WIN arbeiten? Aha? AUA!1elf Als ersten Schritt benutzen wir deshalb das Programm dos2unix um den Datensatz brauchbar zu machen. Damit kann der Datensatz problemlos mit grep in einem kleinen Shell-Spript verarbeitet werden. Wir fangen also an zu bashen. ---%<---%<---%<---%<---%<---%<---%<---%<---%<---%<---%<---%<---%<---%<---%<--- #!/bin/bash # bashing is fun! export LC_ALL=C INDATA=erl460291datafile.txt # # dont forget dos2unix! # grep at line end ... # SUM=$(grep ","[1-7]"\$" $INDATA | wc -l) echo "Found "$SUM" datasets (lines)" DENIAL=0.0 echo "Parsing $INDATA"> calculate.data printf "Found "%s" datasets (lines)\n" $(echo $SUM) >> calculate.data printf "Index\tCount\tPercent\n" >> calculate.data for INDEX in 1 2 3 4 5 6 7 do COUNT=$(grep ","$INDEX"\$" $INDATA | wc -l) QUOTA=$(echo $COUNT/$SUM | bc -l) echo $INDEX $COUNT $QUOTA printf "%s:\t%s\t" $(echo $INDEX $COUNT) >> calculate.data printf "%.2f\n" $(echo "100*$QUOTA" |bc -l) >> calculate.data if [ $INDEX -ge 5 ] then DENIAL=$(echo "$DENIAL+$QUOTA"| bc -l) fi if [ $INDEX -eq 7 ] then printf "Denial (5,6,7): %.2f\n" $(echo "100*$DENIAL" |bc -l) >> calculate.data fi done # EOF label ---%<---%<---%<---%<---%<---%<---%<---%<---%<---%<---%<---%<---%<---%<---%<--- Wir erhalten dann als Ergebnis: ---%<---%<---%<---%<---%<---%<---%<---%<---%<---%<---%<---%<---%<---%<---%<--- Parsing erl460291datafile.txt Found 11944 datasets (lines) Index Count Percent 1: 64 0.54 2: 922 7.72 3: 2910 24.36 4: 7970 66.73 5: 54 0.45 6: 15 0.13 7: 9 0.08 Denial (5,6,7): 0.65 ---%<---%<---%<---%<---%<---%<---%<---%<---%<---%<---%<---%<---%<---%<---%<--- Fazit: Die große Mehrheit von 66,73% macht keine Aussage zum Thema menschengemachtes Erdverglühen. 7,72% gehen von einen mindestens hälftigen Anteil des Menschen aus. Interessant wird es an den Rändern, bei den Extremisten.
Es gibt also mehr Klimaleugner als Klimawandelisten und die große Mehrheit enthält sich der schrillen, kreischenden Diskussion. Ach so, ja! Konsens ist nach alter Lesart eine Übereinkunft in religiösen Grundsatzfragen. Nach der neuen Lesart ist Konsens eine durch Propaganda geschaffene Zustimmung. Ist dieser Konsens jetzt Religion oder Propaganda? Oder beides? |



![]() | Orwell | 30.04.25 22:06 |
Bei archive.org ist der verlorene Link drin https://web.archive.org/web/20190408185944/https://iopscience.iop.org/1748-9326/8/2/024024/media/erl460291datafile.txt |
Bei archive.org ist der verlorene Link drin https://web.archive.org/web/20190408185944/https://iopscience.iop.org/1748-9326/8/2/024024/media/erl460291datafile.txt



![]() | Wetterfroschprinz | 30.04.25 23:46 |
Danke. Die Datei aus dem ZIP und diese Datei sind gleich. Keine Änderungen mit "diff" zu finden. |



![]() | Oberschwurbler | 01.05.25 11:33 |
I ❤GREP |

Bildersuche

