diff --git a/scripts/generate_parser_test_files.py b/scripts/generate_parser_test_files.py index 6f131e82f..a0f28eafc 100644 --- a/scripts/generate_parser_test_files.py +++ b/scripts/generate_parser_test_files.py @@ -82,7 +82,7 @@ def main() -> None: arguments = parse_arguments() # sort args.attributes for consistency - arguments.attributes = list(sorted(arguments.attributes)) or attributes_required_to_cover + arguments.attributes = sorted(set(arguments.attributes) or attributes_required_to_cover) basic_logger.setLevel(WARN) @@ -124,11 +124,15 @@ def main() -> None: for html in html_mapping.values(): versioned_parser = html.publisher.parser(html.crawl_date) extraction = versioned_parser.parse(html.content) - new = {attr: value for attr, value in extraction.items() if attr in arguments.attributes} + missing_attributes = set(arguments.attributes) - set( + test_data.get(type(versioned_parser).__name__) or {} + ) + new = {attr: value for attr, value in extraction.items() if attr in missing_attributes} if not (entry := test_data.get(type(versioned_parser).__name__)): test_data[type(versioned_parser).__name__] = new else: entry.update(new) + test_data[type(versioned_parser).__name__] = dict(sorted(entry.items())) test_data_file.write(test_data) bar.update() diff --git a/src/fundus/parser/data.py b/src/fundus/parser/data.py index 166311eec..df293bacf 100644 --- a/src/fundus/parser/data.py +++ b/src/fundus/parser/data.py @@ -1,4 +1,4 @@ -from abc import ABC +from abc import ABC, abstractmethod from dataclasses import dataclass, fields from typing import ( Any, @@ -14,7 +14,7 @@ overload, ) -from typing_extensions import TypeAlias +from typing_extensions import Self, TypeAlias LDMappingValue: TypeAlias = Union[List[Dict[str, Any]], Dict[str, Any]] @@ -179,9 +179,16 @@ def __repr__(self) -> str: def __str__(self) -> str: return "\n".join(self) + def __eq__(self, other: object) -> bool: + if not isinstance(other, TextSequence): + return NotImplemented + return self._data == other._data + @dataclass class TextSequenceTree(ABC): + """Base class to traverse and build trees of TextSequence.""" + def as_text_sequence(self) -> TextSequence: texts = [text for tl in self.df_traversal() for text in tl] return TextSequence(texts) @@ -202,7 +209,16 @@ def recursion(o: object): for value in self: yield from recursion(value) - def __iter__(self): + @abstractmethod + def serialize(self) -> Dict[str, Any]: + pass + + @classmethod + @abstractmethod + def deserialize(cls, serialized: Dict[str, Any]) -> Self: + pass + + def __iter__(self) -> Iterator[Any]: field_values = [getattr(self, f.name) for f in fields(self)] yield from field_values @@ -218,8 +234,31 @@ class ArticleSection(TextSequenceTree): headline: TextSequence paragraphs: TextSequence + def serialize(self) -> Dict[str, Any]: + return { + "headline": list(self.headline), + "paragraphs": list(self.paragraphs), + } + + @classmethod + def deserialize(cls, serialized: Dict[str, Any]) -> Self: + return cls(headline=TextSequence(serialized["headline"]), paragraphs=TextSequence(serialized["paragraphs"])) + @dataclass class ArticleBody(TextSequenceTree): summary: TextSequence sections: List[ArticleSection] + + def serialize(self) -> Dict[str, Any]: + return { + "summary": list(self.summary), + "sections": [section.serialize() for section in self.sections], + } + + @classmethod + def deserialize(cls, serialized: Dict[str, Any]) -> Self: + return cls( + summary=TextSequence(serialized["summary"]), + sections=[ArticleSection.deserialize(section) for section in serialized["sections"]], + ) diff --git a/src/fundus/publishers/de/waz.py b/src/fundus/publishers/de/waz.py index b7596c18a..b731b46fc 100644 --- a/src/fundus/publishers/de/waz.py +++ b/src/fundus/publishers/de/waz.py @@ -18,7 +18,7 @@ class V1(BaseParser): VALID_UNTIL = datetime.date(2024, 2, 21) _paragraph_selector: XPath = CSSSelector(".article__body > p") _summary_selector: XPath = CSSSelector(".article__header__intro__text") - _subheadline_selector = CSSSelector(".article__body > h3") + _subheadline_selector: XPath = CSSSelector(".article__body > h3") @attribute def body(self) -> ArticleBody: @@ -55,4 +55,4 @@ class V1_1(V1): namespaces={"re": "http://exslt.org/regular-expressions"}, ) _summary_selector = XPath("//div[@class='article-body'] /p[position()=1]") - _subheadline_selector = CSSSelector(".article-body > h3") + _subheadline_selector = XPath("//div[@class='article-body'] / h3[not(text()='Auch interessant')]") diff --git a/src/fundus/publishers/us/business_insider.py b/src/fundus/publishers/us/business_insider.py index 77469ca81..48a886cc5 100644 --- a/src/fundus/publishers/us/business_insider.py +++ b/src/fundus/publishers/us/business_insider.py @@ -16,7 +16,7 @@ class BusinessInsiderParser(ParserProxy): class V1(BaseParser): _summary_selector = CSSSelector("article ul[class^='summary-list'] > li") - _subheadline_selector = CSSSelector("article h2") + _subheadline_selector = CSSSelector("article h2, div.slideshow-slide-container h2") _paragraph_selector = XPath( """ //article @@ -25,6 +25,8 @@ class V1(BaseParser): //article //div[contains(@class, 'content-lock-content')] /div[contains(@class, 'premium-content')] + /p[not(contains(@class, 'disclaimer'))] | + //div[@class='slide-layout clearfix'] /p[not(contains(@class, 'disclaimer'))] """ ) diff --git a/tests/resources/parser/test_data/at/ORF.json b/tests/resources/parser/test_data/at/ORF.json index 9abfdc6ea..955b1af85 100644 --- a/tests/resources/parser/test_data/at/ORF.json +++ b/tests/resources/parser/test_data/at/ORF.json @@ -3,6 +3,18 @@ "authors": [ "ORF.at" ], + "body": { + "summary": [], + "sections": [ + { + "headline": [], + "paragraphs": [ + "Ein zwölfjähriges Mädchen ist heute bei einem Straßenbahnunfall in Wien-Favoriten schwer verletzt worden. Das Mädchen versuchte offenbar die Straße zu überqueren und wurde dabei von der Straßenbahn erfasst.", + "Mehr dazu in wien.ORF.at" + ] + } + ] + }, "publishing_date": "2023-04-28 18:03:46.463000+00:00", "title": "Mädchen bei Straßenbahnunfall in Wien verletzt" } diff --git a/tests/resources/parser/test_data/ch/SRF.json b/tests/resources/parser/test_data/ch/SRF.json index c6312a9c4..97c4148fb 100644 --- a/tests/resources/parser/test_data/ch/SRF.json +++ b/tests/resources/parser/test_data/ch/SRF.json @@ -4,6 +4,27 @@ "srf/hosb", "kesm" ], + "body": { + "summary": [], + "sections": [ + { + "headline": [], + "paragraphs": [ + "Iran hat seine Drohung wahr gemacht und Israel direkt angegriffen. Mehr als 300 Drohnen und Raketen sind gemäss israelischem Militär auf Israel abgefeuert worden; der grösste Teil davon konnte abgefangen werden, auch dank der Hilfe anderer Staaten wie Frankreich, Grossbritannien, Jordanien und den USA. Wie zentral der Konflikt für die USA und die Biden-Regierung ist, weiss USA-Kenner Thomas Jäger.", + "SRF News: Mehrere Staaten haben Israel unterstützt und Drohnen und Raketen abgefangen. Wie wichtig war dabei die Unterstützung der USA?", + "Thomas Jäger: Diese war ausschlaggebend. Man wusste, dass ein solcher Angriff bevorsteht. Die amerikanischen Dienste hatten festgestellt, dass der Iran ballistische Raketen in Stellung gebracht hatte.", + "In den USA interessiert sich nur eine kleine Zahl von Wählerinnen und Wählern für die Kriege im Nahen Osten und der Ukraine. Aber diese Kreise haben insbesondere bei den Demokraten ein erhebliches Gewicht.", + "Israel hat noch nicht auf den iranischen Angriff reagiert. Wie viel hat diese Zurückhaltung mit den USA und ihrem Einfluss auf Israel zu tun?", + "Sehr viel. In der israelischen Regierung ist es vor allem die religiöse Rechte, die Druck macht, dass man hart zurückschlagen müsste. Die rechten israelischen Parteien könnten als einzige Netanjahu zu Fall bringen, wenn sie die Koalition verlassen. Die Regierung aber ist in einer komfortablen Lage: Sie hat den Angriff aus Iran abgewehrt und möchte auf der anderen Seite den Krieg in Gaza weiterführen. Auch Joe Biden hat Interesse daran, dass ein wenig Ruhe einkehrt und der Krieg nicht weiter eskaliert, damit er seine Unterstützung für Israel in den USA besser vertreten kann. Wenn der Krieg nicht nur in Gaza, sondern mit dem Iran geführt wird, dann braucht Israel die Unterstützung der USA.", + "Für die USA geht es einerseits darum, eine grosse Eskalation zwischen Iran und Israel zu verhindern, und andererseits darum, den Gazakrieg nicht weiter ausarten zu lassen. Wie kann die Biden-Regierung damit umgehen?", + "Sie wird auf der einen Seite weiter dafür sorgen, dass die humanitäre Unterstützung in Gaza intensiviert wird. Auf der anderen Seite wird man die Streitkräfte in der Region behalten, um den Iran abzuschrecken. Denn auch wenn der Iran nun sagt, man habe Vergeltung geübt, so hat letztlich die Abschreckung der Vereinigten Staaten seit Oktober 2023 mit dazu geführt, den Krieg dort einzuhegen, weil jeder weiss, dass die Vereinigten Staaten, wenn es dazu kommt, Israel unterstützen würden. Ebenfalls muss Biden berücksichtigen, dass der Ölpreis einigermassen im Rahmen bleibt. Denn der Ölpreis und letztlich der Benzinpreis sind wichtige Faktoren, wenn in den Vereinigten Staaten im Spätherbst gewählt wird.", + "Welchen Einfluss hat die aktuelle Situation auf den Wahlkampf von Joe Biden?", + "In den USA interessiert sich nur eine kleine Zahl von Wählerinnen und Wählern für die Kriege im Nahen Osten und der Ukraine. Aber diese Kreise haben insbesondere bei den Demokraten ein erhebliches Gewicht. In diesem Zusammenhang ist interessant, was Donald Trump gemacht hat: Man könnte meinen, die entsprechenden Wählerinnen und Wähler entscheiden sich sowieso für Biden, weil Trump eng vertraut ist mit Netanjahu. Trump aber hat Netanjahu unter Druck gesetzt und gesagt, dass der israelische Ministerpräsident die Situation im Gazastreifen beenden müsse, um diesen linken Wählern den Impuls zu geben: Meinetwegen braucht ihr Biden nicht zu wählen, bleibt zu Hause. Das wäre für Biden ein ernstes Problem.", + "Das Gespräch führte Peter Hanselmann." + ] + } + ] + }, "publishing_date": "2024-04-15 13:38:00+02:00", "title": "«Die israelische Zurückhaltung hat viel mit den USA zu tun»" } diff --git a/tests/resources/parser/test_data/de/BSZ.json b/tests/resources/parser/test_data/de/BSZ.json index b4b242ff7..10feb3baf 100644 --- a/tests/resources/parser/test_data/de/BSZ.json +++ b/tests/resources/parser/test_data/de/BSZ.json @@ -3,6 +3,28 @@ "authors": [ "Stefan Lienert" ], + "body": { + "summary": [ + "Soltau. Erstes Geheimnis um „Katakomben-Tour“ gelüftet. Dann können Besucher die Attraktion erstmals ausprobieren. Und noch eine heißersehnte Info ist fix." + ], + "sections": [ + { + "headline": [], + "paragraphs": [ + "Es ist aktuell noch eines der größten Geheimnisse im deutschen Freizeitpark-Sektor: Was passiert da momentan im Heide-Park in Soltau? Unweit des Fahrgeschäfts „Flug der Dämonen“ entsteht eine neue Attraktion. Doch noch hüllt sich der Park mit Details rund um den Neuzugang in Schweigen. Allerdings: Mittlerweile steht fest, ab wann die Freizeitpark-Besucher die neue Attraktion erleben können, die den Arbeitstitel „Katakomben-Tour“ bekommen hat. An Karfreitag, 29. März, also in exakt zwei Monaten, soll sie eröffnen, heißt es aus Soltau. Auf Nachfrage heißt es aus dem Park: „Die Holzachterbahn ‚Colossos‘ haben wir 2019 auch an Karfreitag eröffnet, den ‚Flug der Dämonen‘ ebenfalls am 29. März vor zehn Jahren.“ Also ein perfektes Datum für Zuwachs im Park.", + "Mit Videos und absolut kryptischen Texten halten die Freizeitpark-Macher auf Social Media die Fans seit Wochen bei Laune. „Die Indoor-Attraktion verspreche, das Leben der mutigen Gäste auf gruseligste Art und Weise zu verändern“, hieß es etwa bei der Ankündigung der neuen Attraktion im Oktober, die Teil des Themenbereichs „Transsilvanien“ werden soll. Ob es ein Darkride wird, wie ihn sich viele Heide-Park-Fans wünschen, ist noch immer unklar. Jedoch: Der Park möchte im Laufe des Februars bekanntgeben, um was es sich bei der Attraktion konkret handelt. Ein klein wenig gedulden müssen sich die Anhänger des größten Freizeitparks in Norddeutschland also noch." + ] + }, + { + "headline": [ + "Saisonstart des Heide-Parks ist am 23. März" + ], + "paragraphs": [ + "Die Saison des Heide-Parks ist vom 23. März bis zum 2. November geplant. Tagestickets können sich Besucher aber schon jetzt online ab 37 Euro sichern, Jahreskarten gibt es ab 79 Euro. Neben der neuen Attraktion gibt es eine weitere Neuheit für den Park in diesem Jahr: Am 31. August und 1. September steigt das Heide-Park-Festival auf dem Gelände. The Chainsmokers, Don Diablo, Hardwell, Wincent Weiss und dutzende weitere Acts stehen bereits fest. Karten gibt es ab 99,99 Euro." + ] + } + ] + }, "publishing_date": "2024-01-29 18:09:51+00:00", "title": "Heide-Park: Eröffnungstermin für neue Attraktion steht fest", "topics": [ diff --git a/tests/resources/parser/test_data/de/BerlinerZeitung.json b/tests/resources/parser/test_data/de/BerlinerZeitung.json index e4362bd96..290ad7086 100644 --- a/tests/resources/parser/test_data/de/BerlinerZeitung.json +++ b/tests/resources/parser/test_data/de/BerlinerZeitung.json @@ -3,6 +3,30 @@ "authors": [ "AFP" ], + "body": { + "summary": [ + "Ein Mann bot sein Sperma mindestens zwölf Kliniken, über Internetplattformen und privat an. Er gab vor, bisher nur wenige Kinder gezeugt zu haben, was nicht stimmte." + ], + "sections": [ + { + "headline": [], + "paragraphs": [ + "Nach der Zeugung von mindestens 550 Kindern hat ein niederländisches Gericht einen übereifrigen Samenspender gestoppt. Das Gericht untersagte dem Mann am Freitag jede weitere Samenspende. Bei einem Verstoß muss er 100.000 Euro Strafe zahlen. Eine Frau, die durch eine Samenspende des Mannes ein Kind bekam, und die Stiftung Donorkind hatten den 41-Jährigen verklagt. Weil er in Online-Netzwerken weiter seine Dienste anbot, wurde er nun im Eilverfahren verurteilt.", + "Der Mann hatte sein Sperma an mindestens zwölf Kliniken und über Internet-Plattformen auch privat an hunderte Paare gespendet. Die Klägerin, die ihn nach Angaben von Donorkind im Internet kennengelernt hatte, wirft ihm vor, sie über die Zahl der von ihm gezeugten Kinder getäuscht zu haben. Er gab demnach an, Vater von maximal 25 Kindern in zwölf Familien zu sein. Mehr ist in den Niederlanden zur Vermeidung von Inzest durch zu viele Halbgeschwister nicht erlaubt." + ] + }, + { + "headline": [ + "Samenbetrug: Kinder wachsen jetzt mit Hunderten Halbgeschwistern auf" + ], + "paragraphs": [ + "Dem Urteil zufolge ist der Mann Vater von allein hundert Kindern, die in niederländischen Kliniken gezeugt wurden. Hinzu kommt demnach eine nicht genau bezifferbare Zahl von Kindern, die über privat organisierte Samenspenden und eine dänische Klinik gezeugt wurden, die sein Sperma an Paare in verschiedenen Ländern weitergeleitet hatte. Insgesamt hat der Mann nach Auffassung der Gerichts seit 2007 mindestens 550 bis 600 Kinder gezeugt.", + "Der Mann habe die Paare „bewusst“ über die Zahl der von ihm gezeugten Kinder getäuscht, urteilte das Gericht in Den Haag. „All diese Eltern sind nun mit der Tatsache konfrontiert, dass ihre Kinder Teil eines riesigen Verwandtschaftsnetzwerkes mit Hunderten von Halbgeschwistern sind“, erklärte das Gericht. Negative Folgen für die Kinder, etwa psychische Probleme aufgrund von Identitätsfragen und Angst vor Inzest, hält das Gericht für „hinreichend plausibel“.", + "Der Fall ist nicht der erste Samenspende-Skandal in den Niederlanden. Im Jahr 2020 kam heraus, dass ein inzwischen gestorbener Gynäkologe bei der künstlichen Befruchtung von Patientinnen mindestens 17 Kinder gezeugt hatte. Er hatte sein eigenes Sperma benutzt, die Frauen aber in dem Glauben gelassen, es stamme von anonymen Spendern." + ] + } + ] + }, "publishing_date": "2023-04-28 17:52:31.847000+00:00", "title": "550 Kinder gezeugt: Gericht stoppt übereifrigen Samenspender", "topics": [ diff --git a/tests/resources/parser/test_data/de/Bild.json b/tests/resources/parser/test_data/de/Bild.json index b431b5392..22b6ad89e 100644 --- a/tests/resources/parser/test_data/de/Bild.json +++ b/tests/resources/parser/test_data/de/Bild.json @@ -3,6 +3,22 @@ "authors": [ "JÖRG ZSCHOCHE" ], + "body": { + "summary": [ + "Es war bereits der zwölfte Einsatz in der 2. Bundesliga von Fortuna Düsseldorfs Bubi Jona Niemiec (21). Kaum nach 67 Minuten eingewechselt, scheiterte der Stürmer nur an der Latte. Doch war er beim 0:0 auf Pauli eine Bereicherung." + ], + "sections": [ + { + "headline": [], + "paragraphs": [ + "Endlich wieder – denn nach starken ersten Spielen mit seinem Tordebüt beim 3:1 über Braunschweig lief es nicht mehr ganz so rund.", + "Daniel Thioune (48) wundert es nicht: „Jeder Spieler hat seine Qualitäten, die letzten Partien haben ihm nicht so den Raum gegeben. Jetzt durch das hohe Pressing haben sich riesen Räume ergeben und er konnte sich zeigen.”", + "Der Trainer freut sich: „Ich bin froh, dass es wieder etwas mehr war. Wie müssen einfach deutlich geduldiger mit dem Jungen sein. Er muss sich anpassen, man sieht oft, dass er am durchschnaufen ist.”", + "Obwohl Niemiec mit seiner Schnelligkeit Fortuna guttun kann, muss er vor allem konditionell noch zulegen, um beständig so aufzutrumpfen wie die letzten 23 Minuten am Millerntor." + ] + } + ] + }, "publishing_date": "2023-05-15 11:52:09.860000+00:00", "title": "Bubi-Bomber wieder da: Thioune fordert Geduld mit Niemiec", "topics": [ diff --git a/tests/resources/parser/test_data/de/BusinessInsiderDE.json b/tests/resources/parser/test_data/de/BusinessInsiderDE.json index 967b033a6..68a07324e 100644 --- a/tests/resources/parser/test_data/de/BusinessInsiderDE.json +++ b/tests/resources/parser/test_data/de/BusinessInsiderDE.json @@ -3,6 +3,37 @@ "authors": [ "Matthew Loh" ], + "body": { + "summary": [ + "Evergrande, einer der größten Immobilienentwickler Chinas, ist mit 300 Milliarden Dollar (277 Milliarden Euro) verschuldet.", + "Das ist die größte Schuldenlast, die ein Unternehmen derzeit weltweit hat.", + "Analysten befürchten, dass der Zusammenbruch von Evergrande Schockwellen durch die chinesische Wirtschaft schicken würde." + ], + "sections": [ + { + "headline": [], + "paragraphs": [ + "Evergrande, einst der zweitgrößte Immobilienentwickler Chinas nach Umsatz, wird am Montag auf Anordnung eines Hongkonger Gerichts liquidiert.", + "Die Entscheidung markiert den Abschluss einer zweijährigen Krise des in Shenzhen ansässigen Bauträgers, der im September 2021 signalisierte, dass er Kredite in Höhe von 300 Milliarden Dollar (277 Milliarden Euro) an Hunderte von Banken und Finanzunternehmen nicht mehr zurückzahlen könne.", + "Analysten befürchten seit langem, dass der Zusammenbruch des umkämpften Immobiliengiganten Schockwellen über Chinas bereits ins Stocken geratene Wirtschaft aussenden und möglicherweise sogar ausländische Firmen destabilisieren würde. Experten sprachen damals von Chinas „Lehman Brothers Moment“.", + "Um euch das Ausmaß des ehemaligen chinesischen Immobilienlieblings zu verdeutlichen, haben wir einige Statistiken und Vergleiche zusammengestellt, die das Ganze ins rechte Licht rücken." + ] + }, + { + "headline": [ + "Statistiken, die die enorme Größe von Evergrande, Chinas sterbendem Immobilienriesen, verdeutlichen", + "1. Evergrande besaß mehr als 1300 Immobilienprojekte in China.", + "2. Evergrande war mit 300 Milliarden Dollar (277 Milliarden Euro) verschuldet, so hoch wie kein anderes Unternehmen der Welt.", + "3. Mindestens zwölf Millionen Hausbesitzer lebten in Immobilien, die von Evergrande gebaut wurden.", + "4. Evergrande verfügt über genügend Land, um die gesamte Fläche von Manhattan zu bebauen.", + "5. Evergrande war indirekt für 3,8 Millionen Arbeitsplätze verantwortlich, was genug ist, um ganz Los Angeles zu beschäftigen.", + "6. Die Schuldenlast von Evergrande entsprach 1,6 Prozent des chinesischen BIP.", + "Evergrande wurde von den Hausbesitzern verunglimpft und fiel vor zwei Jahren in China in Ungnade." + ], + "paragraphs": [] + } + ] + }, "publishing_date": "2024-01-29 19:00:45+00:00", "title": "6 Statistiken, die die enorme Größe von Evergrande, Chinas hoch verschuldeten Immobilienriesen verdeutlichen", "topics": [ diff --git a/tests/resources/parser/test_data/de/DW.json b/tests/resources/parser/test_data/de/DW.json index 2e121628d..a45b0041e 100644 --- a/tests/resources/parser/test_data/de/DW.json +++ b/tests/resources/parser/test_data/de/DW.json @@ -3,6 +3,59 @@ "authors": [ "Roman Goncharenko" ], + "body": { + "summary": [ + "Die Ukraine bereitet sich auf eine womöglich entscheidende Gegenoffensive vor, um die von Russland besetzten Gebiete zu befreien. Je länger Kiew wartet, desto besser scheinen seine Chancen." + ], + "sections": [ + { + "headline": [], + "paragraphs": [ + "Eine Autobahn in Polen nahe der Grenze zur Ukraine. Eine Kolonne aus einem Dutzend olivgrüner Armee-Trucks fährt an einem Aprilmorgen aus Richtung Ukraine kommend. Ihre Tieflader sind leer. \"Ich habe sie vor einer Woche gesehen. Sie haben Panzer in die Ukraine gebracht\", sagt der Taxifahrer. \"Es waren sehr große Panzer.\"", + "Jeden dieser Panzer wird die Ukraine in den kommenden Wochen und Monaten brauchen. Die ukrainische Armee beendet gerade ihre Vorbereitungen auf eine vor Monaten angekündigte und mit Spannung erwartete Gegenoffensive. Sie soll eine Wende im bisherigen zermürbenden Stellungskrieg bringen. Und sie soll Russland aus den besetzten Gebieten vertreiben. Es könnte eine entscheidende Schlacht werden. Ein Befreiungsschlag." + ] + }, + { + "headline": [ + "Kämpfe um Bachmut, um Zeit zu gewinnen" + ], + "paragraphs": [ + "Wer in diesen Tagen nach Kiew reist, erlebt die buchstäbliche Ruhe vor dem Sturm. Russische Raketenangriffe wie am Freitag, 28. April, waren zuletzt selten geworden. Auf gut gepflegten Straßen der Hauptstadt blühen Bäume und Blumen, Cafés sind voll, der Krieg scheint weit weg. Und doch wird man immer wieder daran erinnert. An jeder Ecke hängen Plakate mit Aufrufen, sich freiwillig zu melden oder für die Armee zu spenden. Auf dem Majdan, dem Platz der Unabhängigkeit, werden fast täglich Särge mit prominenten gefallenen Kämpfern aufgestellt.", + "Besonders viele sterben bei Bachmut. Die Stadt im Gebiet Donezk ist seit Monaten hart umkämpft und nun größenteils unter russischer Kontrolle. Doch die ukrainische Armee gibt nicht auf. Die Staats- und Armeeführung erklärt das mit dem Schutz anderer Städte in der Nähe. Doch Kiew will bei Bachmut nicht nur russische Kräfte binden, sondern auch Zeit für die Vorbereitung der Gegenoffensive gewinnen. Die ukrainische Armee hat ihre Reserven deshalb lange geschont und sehr hohe Verluste in Kauf genommen. Genaue Zahlen sind unbekannt.", + "Auch Andrij und Maxym (Namen von der Redaktion geändert) haben bei Bachmut gekämpft. Derzeit sind sie wieder in Kiew - endlich Zeit zur Erholung. \"Ich hoffe sehr, dass es sich gelohnt hat\", sagt Andrij über die Entscheidung, Bachmut unbedingt zu halten. Er selbst scheint sich nicht sicher zu sein. Maxym erzählt von der zahlenmäßigen Überlegenheit russischer Kräfte, schlechter Vorbereitung und schwacher Ausrüstung seiner Einheit. Was die beiden von der Gegenoffensive erwarten? \"Endlich wieder befreite Gebiete\", sagt Maxym." + ] + }, + { + "headline": [ + "Darum wartet Kiew ab" + ], + "paragraphs": [ + "In ukrainischen Medien ist die Gegenoffensive ein Dauerthema, doch die Armeevertreter hüllen sich in Schweigen. Auf alle Anfragen heißt es: \"Abwarten.\" Das hat viele Gründe. So sind zum Beispiel noch nicht alle erwarteten westlichen Waffen eingetroffen. Seit Jahresbeginn hat die Ukraine von NATO-Partnern viel \"Heavy Metal\" bekommen, wie es umgangssprachlich heißt, vieles davon zum ersten Mal: dutzende moderne Kampf- und Schützenpanzer aus deutscher und britischer Produktion, US-amerikanische Patriot-Flugabwehrsysteme, sowjetische Kampfjets.", + "Für die Offensive haben die Armee und die Nationalgarde nach Schätzungen der Online-Zeitung \"Ukrajinska Prawda\" mindestens 16 neue Brigaden gegründet, insgesamt bis zu 50.000 Mann. Diese neuen Einheiten brauchen Zeit für die Vorbereitung, auch, um sich mit neuen Waffen vertraut zu machen. Zusätzliche Herausforderung ist der koordinierte Einsatz vieler Verbände, eine Großoffensive eben. Bisher hatte die Ukraine wenig Erfahrung damit. Mögliche Szenarien wurden auf Computern durchgespielt, heißt es in Kiewer Fachkreisen.", + "Die Wetterbedingungen sind noch ungünstig. Regen hat viele Landstraßen für schwere Kriegstechnik kaum passierbar gemacht. Außerdem müssen die ukrainischen Soldaten warten, bis dichteres Laub auf den Bäumen gewachsen ist, um sich besser tarnen zu können. Bis es ausreichend trocken und grün ist, wird es noch einige Tage dauern." + ] + }, + { + "headline": [ + "Krim als strategische Stoßrichtung" + ], + "paragraphs": [ + "Wo, wann und wie die Ukraine zuschlagen wird, ist gerade eines der am besten gehüteten Geheimnisse. Es dürfte mindestens zwei Stoßrichtungen gebeten. So ist die Armee im Herbst 2022 bei Charkiw und Cherson vorgegangen - mit Erfolg.", + "Der Oberbefehlshaber der ukrainischen Armee, General Walerij Saluschnyj, skizzierte in seinem bisher einzigen programmatischen Artikel im September 2022 nur ansatzweise, wie solch eine ukrainische Gegenoffensive aussehen könnte. Er sprach von \"einigen konsequenten, im Idealfall gleichzeitigen Gegenschlägen\". Als ein strategisch wichtiges Ziel erwähnte Saluschnyj die 2014 von Russland annektierte Halbinsel Krim. Das ist die Hauptrichtung, in die die Ukraine vorzustoßen versuchen dürfte, sagen alle in Kiew. Überraschungen und Täuschungsmanöver sind auch zu erwarten. Viele bezweifeln jedoch, dass die Ukraine die Halbinsel jetzt schon erobern könnte. Dafür gebe es nicht genug Kräfte und Technik.", + "Als Hauptstoßrichtung gilt seit Langem das Gebiet Saporischschja im Süden der Ukraine. Von dort wollen die ukrainischen Streitkräfte weiter bis zur Krim gehen, um russische Truppen von der Versorgung über Land abzuschneiden. Wenn das gelingt, wäre das ein großer Erfolg für Kiew, heißt es. Leicht wird es nicht, denn Russland hat mehrere Verteidigungslinien aufgebaut. Außerdem dürfte Russland diesmal - anders als bei Charkiw oder Cherson - mit Gegenschlägen reagieren, was zu den Risiken der ukrainischen Offensive zählt." + ] + }, + { + "headline": [ + "Gegenoffensive dürfte den Krieg nicht beenden" + ], + "paragraphs": [ + "Trotzdem ist die Stimmung in Kiew vorsichtig optimistisch. \"Diese Offensive kann gar nicht scheitern, es werden weitere Gebiete befreit\", sagt ein Militärexperte. \"Die Frage ist nur, wie viel und um welchen Preis\". Diesen Preis sieht der Soldat Andrij jedes Mal, wenn er auf die Kontaktliste auf seinem Handy schaut: \"Viele Kameraden sind gefallen. Ich schaffe es nicht, ihre Nummern zu löschen.\"", + "Auch die Frage, was nach der Gegenoffensive passiert, steht im Raum. Manche befürchten, dass, wenn sie weit hinter den Erwartungen zurück bleibt, der Westen die Ukraine zu einer Verhandlungslösung und zu schmerzhaften Zugeständnissen bewegen könnte. Die Militärführung hat sich klar dagegen ausgesprochen. \"Das wird nicht passieren\", sagt Andrij. Er und viele in Kiew gehen von einem langen Krieg aus, der auch nach der Gegenoffensive nicht zu Ende sein dürfte. Er hofft deshalb auf weitere Konvois mit schwerem Kriegsgerät aus dem Westen." + ] + } + ] + }, "publishing_date": "2023-04-28 00:00:00", "title": "Ukrainische Gegenoffensive: Ziele, Chancen, Risiken", "topics": [ @@ -19,6 +72,65 @@ "Julia Vergin", "Clare Roth" ], + "body": { + "summary": [ + "Müdigkeit und Muskelschmerzen: Jede Impfung kann Nebenwirkungen haben, auch die gegen COVID-19. Doch es ist sehr schwer das sogenannte Post-Vac-Syndrom zu diagnostizieren. Was wissen wir über diese Impfschäden?" + ], + "sections": [ + { + "headline": [], + "paragraphs": [ + "Mehr als 13 Milliarden Impfdosen sind während der Corona-Pandemie weltweit verabreicht worden. Allein in Deutschland wurden 192 Millionen Dosen verimpft – noch nie haben so viele Menschen innerhalb so kurzer Zeit eine oder mehrere Spritzen gegen dieselbe Krankheit bekommen.", + "Nicht alle haben das gut verkraftet: Manche Menschen leiden seit der Impfung an einer Vielzahl teils schwerer Symptome, die ihnen ein normales Leben unmöglich machen. Einige Geschädigte wollen den Impfstoffhersteller BioNTech wegen angeblicher Impfschäden, auch bekannt als Post-Vac-Syndrom, verklagen." + ] + }, + { + "headline": [ + "Was ist das Post-Vac-Syndrom und wie viele Menschen leiden darunter?" + ], + "paragraphs": [ + "Was viele Menschen gespürt haben, sind Schmerzen an der Einstichstelle, Müdigkeit, Kopfschmerzen oder Schüttelfrost. Diese Symptome verschwinden nach kurzer Zeit wieder und gelten als normale Impfreaktion.", + "Das Post-Vac-Syndrom ist mehr, viel mehr. Nur was genau, das weiß noch niemand so richtig.", + "Ähnlich wie Long COVID meint auch das Post-Vac-Syndrom ein Sammelsurium an Symptomen und Krankheitsbildern, die denen von Long COVID an vielen Stellen gleichen: chronisches Erschöpfungssyndrom (CFS/ME), Migräne, Muskelschmerzen oder Herz-Kreislauferkrankungen.", + "So facettenreich die Symptome sein mögen, sie haben eines gemeinsam: Sie befallen die Betroffenen kurze Zeit nach der Corona-Impfung. Und weil Impfnebenwirkungen und -schäden immer in engem zeitlichen Zusammenhang mit der verabreichten Spritze stehen, liegt die Post-Vac-Vermutung natürlich nahe.", + "Aus Sicht der betroffenen Menschen sei das vollkommen verständlich, findet auch Harald Prüß von der Berliner Charité und dem Berliner Standort des Deutschen Zentrums für Neurodegenerative Erkrankungen (DZNE). Allerdings handelt es sich bei dieser zeitlichen Aufeinanderfolge erstmal nur um eine Korrelation, nicht um einen kausalen Zusammenhang.", + "Prüß sagt auch, dass das Post-Vac-Syndrom \"in seiner Dimension total überschätzt wird\".", + "Dem Paul-Ehrlich-Institut, der Bundesbehörde, die in Deutschland für Impfstoffe und Arzneimittel zuständig ist und auch zu den Corona-Impfstoffe regelmäßige Sicherheitsberichte verfasst hat, sind bis zum 31.10.2022 knapp 51.000 Verdachtsfälle schwerwiegender Nebenwirkung nach der Coronaimpfung gemeldet worden. Ein Verdacht ist allerdings erstmal nichts weiter als ein Verdacht. Nur bei einem Bruchteil der gemeldeten Fälle konnte bisher ein eindeutiger Zusammenhang mit der Impfung nachgewiesen werden." + ] + }, + { + "headline": [ + "Wie diagnostizieren Mediziner das Post-Vac-Syndrom?" + ], + "paragraphs": [ + "In der neurologischen Post-COVID-19-Sprechstunde an der Klinik für Neurologie an der Charité sieht Prüß viele Menschen, die glauben, unter dem Post-Vac-Syndrom zu leiden.", + "Weder Prüß noch andere, die zum Thema forschen bestreiten, dass es schwere Impfschäden gibt und dass den Betroffenen geholfen werden muss.", + "Der erste Hinweis darauf, dass die Kopfschmerzen, das Erschöpfungsgefühl oder die Muskelschwäche tatsächlich etwas mit der Impfung zu tun haben könnten, ist der Zeitrahmen: Treten die Symptome wenige Tage bis Wochen nach der verabreichten Spritze auf, könnte ein Zusammenhang bestehen.", + "Ob das tatsächlich so ist, könne allerdings nur in seltenen Fällen sicher nachgewiesen werden, sagt der Neurologe. \"Es gibt keinen einzigen in der breiten Wissenschaft akzeptierten Biomarker.\"", + "Ein solcher Biomarker wäre beispielsweise ein bestimmter Antikörper, den der Körper als Reaktion auf die Impfung bildet. So entdeckten Forschende einen speziellen Antikörper im Blut von Personen, die nach der Impfung eine Herzmuskelentzündung (Myokarditis) entwickelt hatten. Die Myokarditis gilt als eine mögliche, seltene Nebenwirkung nach der Impfung mit den mRNA-Impfstoffen von BioNTech/Pfizer und Moderna.", + "Der Vektor-Impfstoff von Astrazeneca war verantwortlich für ein vermehrte Auftreten von Sinusvenenthrombosen nach einer COVID-19 Impfung.", + "\"Es kommt nur selten vor, aber es war klar, dass der Impfstoff ein sehr spezifisches Muster von Hirnvenenthrombosen verursacht hatte, das sonst nicht bekannt ist, weil es mit einer sehr spezifischen Art von Antikörpern verbunden war\", sagt Prüß.", + "Kopfschmerzen, das chronische Fatigue Syndrom oder Herz-Kreislaufbeschwerden machen Menschen nicht erst seit der Pandemie und der großen Impfkampagne das Leben schwer. \"Jeden Tag werden allein in Deutschland 30 neue Multiple-Sklerose-Diagnosen gestellt\", sagt Prüß. All diese Dinge ohne stichhaltige Beweise der Impfung zuzuschreiben, würde den Menschen kaum helfen. Denn ohne korrekte Diagnose sei auch eine hilfreiche Therapie kaum möglich.", + "Für Prüß und andere, die sich mit dem Thema Post-Vac-Syndrom beschäftigen, liegt deshalb ein Verdacht nahe: Viele Krankheitsbilder, mit denen Betroffene in die Sprechstunde der Charité kommen, haben andere Ursachen. Ein echtes Post-Vac-Syndrom hingegen ist wahrscheinlich sehr selten." + ] + }, + { + "headline": [ + "Was passiert im Körper eines Post-Vac-Patienten?" + ], + "paragraphs": [ + "Das menschliche Immunsystems ist hochkomplex und gesichertes Wissen darüber, was genau im Körper von Post-Vac-Betroffenen passiert, gibt es nicht.", + "Die Immunologin und Präsidentin der Deutschen Gesellschaft für Immunologie, Christine Falk, vermutet, dass der Kern des Problems eine Kreuzreaktion mit dem im Impfstoff enthaltenen oder durch den Impfstoff gebildeten Spike-Protein sein könnte.", + "Sowohl bei manchen Long-COVID- als auch manchen Post-Vac-Patienten kommt es neben der Bildung von Antikörpern gegen das Spike-Protein zu einer Art Kreuzreaktion, bei der sie auch sogenannte Autoantikörper bilden, die unbeabsichtigt körpereigene Strukturen erkennen und angreifen können.", + "Es ist deshalb kein Wunder, dass sich die Symptome von Long COVID, also nach einer durchgemachten Infektion, mit denen nach einer Impfung gleichen können: Im Körper laufen ähnliche immunologische Prozesse ab.", + "Ähnliches beobachteten Forschende beim Impfstoff gegen die Schweinegrippe, genauer gegen den Erreger H1N1. Sowohl der Impfstoff als auch die Infektion lösten bei einer geringen Anzahl von Personen die sogenannte Narkolepsie aus.", + "Diesem Impfschaden kamen Forschende vergleichsweise leicht auf die Schliche, weil die Betroffenen ähnliche genetische Faktoren aufwiesen, die die Krankheit begünstigten. Die schwere Nebenwirkung des Impfstoffs war auch deshalb leichter nachzuweisen, weil zur fraglichen Zeit nur wenige Menschen mit H1N1 infiziert waren.", + "Im Fall von COVID-19 hingegen wurden Millionen Menschen geimpft, während Millionen gleichzeitig infiziert waren. Aus diesem Grund könne in den seltensten Fällen sicher gesagt werden, so Falk, ob die als Post-Vac-Patienten behandelten Personen nicht auch zusätzlich eine Infektion kurz vor oder nach der Impfung durchgemacht haben, möglicherweise ohne es selbst zu wissen.", + "Um die vielfältigen Symptome der Betroffenen sicher auf die Impfung zurückführen zu können, müsste ausgeschlossenen werden, dass sie zu irgendeinem Zeitpunkt mit SARS-CoV-2 infiziert waren. Falk sagt, das sei in den seltensten Fällen möglich." + ] + } + ] + }, "publishing_date": "2023-06-13 12:15:32.158000+00:00", "title": "Post-Vac-Syndrom nach COVID-19-Impfung: Was wissen wir? ", "topics": [ @@ -30,6 +142,59 @@ "authors": [ "Jennifer Pahlke" ], + "body": { + "summary": [ + "Tausende standen für ihn stundenlang in der Kälte: Boris Nadeschdin will bei der Präsidentschaftswahl am 17. März gegen Wladimir Putin antreten. Doch wer sind seine Wähler? Und hat der Kriegsgegner überhaupt eine Chance?" + ], + "sections": [ + { + "headline": [], + "paragraphs": [ + "Die erste Hürde hat er gemeistert: Boris Nadeschdin darf 100.000 Unterschriften sammeln. Unterschriften, die er braucht, um bei der russischen Präsidentschaftswahl im März gegen Amtsinhaber Wladimir Putin antreten zu dürfen. Nach eigenen Angaben hat er sogar schon 200.000 zusammen - mehr als genug, um sie bei der Zentralen Wahlkommission der Russischen Föderation einzureichen, selbst wenn diese einige nicht anerkennen sollte. Erst nach Prüfung durch die Wahlkommission kann Nadeschdin als Präsidentschaftskandidat registriert werden. In der Vergangenheit waren bereits mehrfach Kandidaten wegen angeblicher \"Formfehler\" nicht zugelassen worden - etwa, weil Wahlhelfer angeblich teilweise Unterschriften nicht korrekt erfasst haben.", + "Nadeschdins Helfer aber fühlen sich gut vorbereitet. \"Wir sammeln Unterschriften aus 200 Städten, 65 Regionen Russlands und von russischen Wahlberechtigten in 30 anderen Ländern, darunter Deutschland\", erklärt Boris Nadeschdin im DW-Interview. Sollte die Zentrale Wahlkommission sich weigern, ihn zur Wahl zuzulassen, will er Massenkundgebungen in 150 Städten des Landes beantragen. Das hatte er bei einem Treffen mit seinen Anhängern in Moskau verkündet. Aber wer ist dieser Mann, der es wagt, Wladimir Putin politisch die Stirn zu bieten?" + ] + }, + { + "headline": [ + "Wer ist Boris Nadeschdin?" + ], + "paragraphs": [ + "Politisch gesehen ist der heute 60-jährige Nadeschdin kein unbeschriebenes Blatt. Seine politische Karriere begann in den 1990er Jahren als Berater des damaligen Vizepremierministers Boris Nemzow und Assistent von Ministerpräsident Sergej Kirijenko. Auch stand er mit Wladimir Putin nach dessen erster Wahl zum Präsidenten im Jahre 2000 in engem Kontakt. Dieser brach jedoch nach der Festnahme des Oligarchen Michail Chodorkowski im Jahr 2003 ab. Schon damals festigte Putin seine Macht und begann rücksichtslos gegen seine Gegner vorzugehen.", + "Heute ist Nadeschdin der einzige Antikriegskandidat, der zur Wahl zugelassen werden könnte. \"Putin hat einen fatalen Fehler begangen, als er die Spezielle Militäroperation ins Leben rief. Keines der erklärten Ziele ist erfüllt worden. Und es ist unwahrscheinlich, dass sie erfüllt werden, ohne der Wirtschaft großen Schaden zuzufügen und Russlands Demographie einen irreparablen Schlag zu versetzen\", schreibt Nadeschdin auf seiner Website. Für ihn ist das Russland der Zukunft eines, in das freie und gebildete Menschen zurückkehren wollen und das den Krieg in der Ukraine beendet. Nadeschdin zeichnet damit ein völlig anderes Bild seines Landes als Putin." + ] + }, + { + "headline": [ + "Vor allem junge Menschen unterstützen Nadeschdin" + ], + "paragraphs": [ + "Vor Nadeschdins Wahlbüro haben sich schon mehrfach lange Schlangen gebildet. Tausende, meist junge Menschen harren stundenlang in bitterer Kälte aus, um für ihn zu unterschreiben. \"Die meisten meiner Unterstützer sind ziemlich jung, zwischen 20 und 30. Aber es gibt auch Ältere, die mich unterstützen. Die älteste Person, die für mich unterschrieben hat, ist eine Frau aus Orjol, die 1936 geboren wurde\", erzählt Nadeschdin der DW.", + "Vor allem der jungen Generation ist es wichtig, sich zu positionieren, zu demonstrieren und nicht in den Krieg ziehen zu müssen. Sie sind die potenziellen Wähler Nadeschdins.", + "Der Politologe Dmitri Oreschkin kann sich vorstellen, dass Nadeschdin besonders junge Menschen mobilisieren kann: \"20 bis 25 Prozent der Bevölkerung unterstützen Putin nicht. Das Problem ist, dass sie nicht wählen gehen.\" Sie hätten weder für den russischen Präsidenten noch für das politische System insgesamt etwas übrig und verachteten das Wahlverfahren. Daraus erwachse die wichtigste Ressource für Putins Sieg, erläutert Oreschkin. \"Wenn Nadeschdin also nicht gestört würde - und er wird gestört werden, daran besteht kein Zweifel! - könnte er zehn oder fünfzehn Prozent der Stimmen bekommen.\"" + ] + }, + { + "headline": [ + "Unterstützung durch die Opposition" + ], + "paragraphs": [ + "Ekaterina Duntzowa hat als erste die Nominierung von Boris Nadeschdin unterstützt, nachdem sie selbst von der Zentralen Wahlkommission wegen angeblicher \"zahlreicher Fehler\" von der Kandidatur ausgeschlossen worden war. Er sei der einzige Antikriegskandidat, betont sie. Selbst die üblichen Oppositionskandidaten, die selten einer Meinung ist, haben sich bereit erklärt, Nadeschdin zu unterstützen: Maxim Katz, Michail Chodorkowski, das Korruptionsbekämpfungsteam (FBK) des inhaftierten Kremlkritikers Alexej Nawalny sowie dessen Ehefrau Julia Nawalnaja.", + "\"Ich habe weder mit Chodorkowski noch mit jemand anderem kommuniziert. Ich habe sie weder um Geld noch um Unterstützung gebeten. Aber ich bin jedem russischen Bürger dankbar, der mich in legaler Form unterstützt\", erklärt Nadeschdin der DW.", + "Boris Nadeschdin sei ein eher schwacher Politiker, der nur zur richtigen Zeit am richtigen Ort ist, so Nikolai Petrow, Gastwissenschaftler bei der Stiftung Wissenschaft und Politik in Berlin. In der Vergangenheit galt er eher als Pragmatiker, der auch schon mal mit dem Kreml kooperierte, wenn es seinen eigenen Zwecken dienlich schien. Dass sich die in vielen Fragen grundsätzlich gespaltenen Oppositionskräfte in diesem Fall auf ihn einigen konnten, erklärt Petrow wie folgt: \"Natürlich kann man Nadeschdin nicht als eine einigende Figur der Opposition bezeichnen. Er ist einfach der einzige Kandidat, der sich in irgendeiner Weise gegen den Krieg stellt.\"" + ] + }, + { + "headline": [ + "Wie realistisch ist ein Sieg Nadeschdins?" + ], + "paragraphs": [ + "Es gilt als sehr wahrscheinlich, dass Wladimir Putin am 17. März zum fünften Mal zum Präsidenten gewählt wird. Wie gering die Chancen für einen Sieg Nadeschdins gesehen werden, lässt sich an einer Antwort von Kremlsprecher Dmitri Peskov auf Fragen von Journalisten ablesen: \"Wir betrachten ihn nicht als Konkurrenten.\"", + "Auch für Dmitri Oreschkin ist klar, dass Boris Nadeschdin keine ernsthafte Gefahr für Putin darstellt. Im Gegenteil: Er könnte für den Kreml von Nutzen sein, zumindest um den Anschein legitimer und freier Wahlen zu bewahren. \"Für den Kreml ist es sicherlich günstig, bequeme oder akzeptable Kandidaten auf der Kandidatenliste zu haben. Ich denke, Boris Nadeschdin fällt in die Kategorie der akzeptablen Kandidaten. Allerdings nur, solange er nicht mehr als fünf Prozent der Stimmen erhält. Im Idealfall sollte Putin 80 Prozent bekommen, der zweite Platz sollte an Leonid Slutsky gehen\", sagt Oreschkin im DW-Interview. Slutsky ist der Vorsitzende der rechtsextremen Partei LDPR, ist aber kein Oppositioneller und unterstützt auch den Krieg in der Ukraine.", + "Sollte Nadeschdin mehr als fünf Prozent der Stimmen bekommen oder sogar Zweiter werden, wäre es, wenn auch kein politischer, so doch zumindest ein ideologischer Sieg: Denn das Bild des Zusammenhalts der russischen Bevölkerung gegen die Ukraine und den Westen, welches der Kreml nur zu gerne nutzt, würde sichtbare Kratzer bekommen." + ] + } + ] + }, "publishing_date": "2024-01-30 14:13:12.269000+00:00", "title": "Russland-Wahl: Nadeschdin setzt auf ein Ende der Putin-Ära", "topics": [ diff --git a/tests/resources/parser/test_data/de/DieWelt.json b/tests/resources/parser/test_data/de/DieWelt.json index fe55dca77..12a26ab98 100644 --- a/tests/resources/parser/test_data/de/DieWelt.json +++ b/tests/resources/parser/test_data/de/DieWelt.json @@ -3,6 +3,37 @@ "authors": [ "Holger Zschäpitz" ], + "body": { + "summary": [ + "Die deutsche Wirtschaft stagniert, während andere europäische Volkswirtschaften im ersten Quartal positiv überraschen. Experten prognostizieren, dass es keine Erholung geben wird. Deutschland ist das Schlusslicht in Europa – und die Rezession kommt immer näher." + ], + "sections": [ + { + "headline": [], + "paragraphs": [ + "Die Euphorie hielt nicht mal zwei Tage. Am Mittwochnachmittag hatte die Bundesregierung noch mit großem Tamtam die Wachstumsprognosen für das laufende Jahr mal eben auf 0,4 Prozent verdoppelt. Am Freitagvormittag war es mit dem Optimismus wieder vorbei.", + "Das Statistische Bundesamt musste verkünden, dass die deutsche Wirtschaft im ersten Quartal stagnierte. Zwischen Januar und März ist das Bruttoinlandsprodukt lediglich um 0,047 Prozent gestiegen. Experten hatten mit einem Zuwachs von 0,2 Prozent gerechnet. Schlimmer noch: Für das vierte Quartal 2022 wurde die Wirtschaftsleistung weiter gekürzt auf -0,5 Prozent von -0,4 Prozent.", + "Ursprünglich hatte das Statistische Bundesamt auch mit einer Stagnation im Schlussquartal gerechnet und in Salami-Taktik immer weiter nach unten gekürzt. Insofern könnten auch die Zahlen für das erste Quartal nach unten revidiert werden. Und dann wäre Deutschland offiziell in einer Rezession, die laut Definition nach zwei Minusquartalen in Folge festgestellt wird.", + "„Wo ist der Wumms?“, fragt Alexander Krüger, Chefökonom beim Bankhaus Hauck Aufhäuser Lampe angesichts der veröffentlichten Zahlen. „Ein dynamischer Aufschwung ist weiter nicht in Sicht.“ Insbesondere der Vergleich mit den anderen großen Volkswirtschaften in Europa ist ernüchternd.", + "Spanien und Italien überraschten im ersten Quartal positiv. Deren Wirtschaftsleistung ist um jeweils 0,5 Prozent expandiert, Frankreich hat mit einem Zuwachs von 0,2 Prozent solide geliefert. Die Wirtschaft der Euro-Zone insgesamt ist trotz der Schwäche hierzulande um 0,1 Prozent gewachsen. Deutschland ist in Europa inzwischen wieder Schlusslicht.", + "Das ist auch insofern bemerkenswert, als die deutsche Ökonomie bereits im vierten Quartal im Vergleich zu den anderen Volkwirtschaften der Euro-Zone überdurchschnittlich stark geschrumpft war. Damit liegt die Wirtschaftsleistung hierzulande leicht unter dem Vor-Corona-Niveau. Unter den großen Volkswirtschaften ist das lediglich noch bei Spanien der Fall. In Italien liegt das BIP 2,4 Prozent über dem Niveau von Ende 2019, in Frankreich 1,4 Prozent darüber und für die gesamte Euro-Zone sogar 2,5 Prozent höher." + ] + }, + { + "headline": [ + "Privater Konsum wird sich nicht schnell genug erholen" + ], + "paragraphs": [ + "Und Deutschland dürfte weiter zurückfallen. Die Deutsche Bank fühlt sich nach den Zahlen zum ersten Quartal in ihrer Prognose bestätigt, dass die deutsche Wirtschaft im Gesamtjahr 2023 ein Nullwachstum hinlegen wird. Deutschbanker Stefan Schneider rechnet damit, dass sich die Industrieproduktion im Laufe des Jahres abschwächt und der Bau nach einer kleinen Jahresanfangskonjunktur ins Minus dreht.", + "Gleichzeitig werde sich der schwache private Konsum nicht so schnell erholen, da die Inflation immer noch hoch ist und die Lohnerhöhungen noch kein ausreichendes Gegengewicht bieten. „Daher erwarten wir weiterhin eine flache Erholung, die durch die hohe Inflation, die erwartete US-Rezession im zweiten Halbjahr und die zunehmenden Bremseffekte der jüngsten und weiteren Zinserhöhungen der EZB belastet wird“, schreibt Schneider.", + "Auch Lampe-Banker Krüger macht auf Moll. Nach seinen Berechnungen bräuchte es von 2024–26 Zuwächse von etwa 2,5 Prozent pro Jahr, damit das BIP seinen Vor-Corona-Pfad erreicht. „Dass das Potenzialwachstum von rund 1,2 Prozent aber länger um das Doppelte übertroffen wird, halten wir wegen bestehender Strukturschwächen für wenig wahrscheinlich“, so Krüger.", + "Deutschland ist damit so etwas wie der kranke Mann in Europa. Die relative Wachstumsschwäche ist auch deshalb überraschend, weil auch andere Ökonomien der Euro-Zone die Inflation zu spüren bekommen und unter Konsumzurückhaltung leiden. Aber offensichtlich existieren dort noch andere Wachstumstreiber, die dazu führen, dass deren Ökonomien Deutschland enteilen.", + "Es gibt einen kleinen Trost für die schwachen BIP-Zahlen des ersten Quartals. In Irland ist die Wirtschaftsleistung zwischen Januar und April um 2,7 Prozent gegenüber dem Vorquartal eingekracht. Allerdings ist die irische Ökonomie von Hause aus volatil. Im Schlussquartal 2022 war sie um 0,3 Prozent expandiert. Und für das laufende Jahr rechnen die Experten mit einem BIP-Zuwachs von 3,2 Prozent. So optimistisch ist noch nicht mal der deutsche Wirtschaftsminister mit seiner Vorhersage von 0,4 Prozent.", + "„Alles auf Aktien“ ist der tägliche Börsen-Shot aus der WELT-Wirtschaftsredaktion. Jeden Morgen ab 7 Uhr mit unseren Finanzjournalisten. Für Börsenkenner und -einsteiger. Abonnieren Sie den Podcast bei Spotify, Apple Podcast, Amazon Music und Deezer. Oder direkt per RSS-Feed." + ] + } + ] + }, "publishing_date": "2023-04-28 18:03:06+00:00", "title": "BIP: Diese Grafiken zeigen, wie schlecht es um Deutschlands Wirtschaft steht", "topics": [ diff --git a/tests/resources/parser/test_data/de/DieZeit.json b/tests/resources/parser/test_data/de/DieZeit.json index 5c4912fc3..037a98230 100644 --- a/tests/resources/parser/test_data/de/DieZeit.json +++ b/tests/resources/parser/test_data/de/DieZeit.json @@ -3,6 +3,29 @@ "authors": [ "dpa" ], + "body": { + "summary": [], + "sections": [ + { + "headline": [], + "paragraphs": [ + "Nach der Massenschlägerei beim Euroleague-Spiel zwischen Real Madrid und Partizan Belgrad hat ein Disziplinarrichter der kontinentalen Basketball-Liga strenge Sanktionen festgesetzt. Beide Clubs müssen ein Strafgeld von je 50.000 Euro zahlen. Vier Spieler wurden mit Sperren belegt.", + "Am härtesten traf es Guershon Yabusele von Real Madrid. Er hatte seinen Gegenspieler Dante Exum zu Boden geworfen und muss die nächsten fünf Spiele zuschauen. Kevin Punter - ebenfalls von den Königlichen - erhielt eine Sperre von zwei Spielen. Bei Partizan müssen Gabriel Deck und Matthias Lessort je ein Spiel aussetzen. Rechtsmittel gegen die Entscheidung wurden nicht zugelassen.", + "Der spanische Basketball-Star Sergio Llull bat unterdessen um Entschuldigung. «Was letzte Nacht passiert ist, sollte niemals auf einem Basketballplatz passieren», twitterte der 35 Jahre alte Aufbauspieler und Kapitän von Real. «Ich übernehme die Verantwortung für dieses harte Foul, das das nachfolgende Desaster auslöste. Ich entschuldige mich bei allen Basketballfans.»", + "Nach einem harten Foul von Llull 100 Sekunden vor Schluss waren Profis beider Teams auf dem Parkett aneinander geraten, es kam zu Schlägen. Yabusele schleuderte Exum derart heftig zu Boden, dass er sich spanischen Medienberichten zufolge am Fuß verletzte. Profis der Mannschaften mussten von Außenstehenden zurückgehalten werden." + ] + }, + { + "headline": [ + "Disqualifizierende Fouls gegen mehr als 20 Spieler" + ], + "paragraphs": [ + "Die Partie war dann beim Stand von 95:80 für Partizan abgebrochen und für die Gäste gewertet worden, weil keine der beiden Mannschaften mehr über die notwendige Anzahl von zwei Spielern für die Fortsetzung verfügte. Die Schiedsrichter sprachen gegen mehr als 20 Spieler disqualifizierende Fouls aus. Partizan führt in der Viertelfinal-Serie mit 2:0. Das Team, das zuerst drei Spiele gewinnt, kommt weiter.", + "Die Euroleague verurteilte die Geschehnisse in einer Mitteilung scharf. Sie verstießen gegen die Werte des Respekts, für die die Liga, die Clubs und der Basketball stünden." + ] + } + ] + }, "publishing_date": "2023-04-28 20:22:00+02:00", "title": "Basketball-Euroleague: Nach Massenschlägerei in Madrid: Sanktionen und Reue", "topics": [ diff --git a/tests/resources/parser/test_data/de/FAZ.json b/tests/resources/parser/test_data/de/FAZ.json index 249b49041..153ec5e6b 100644 --- a/tests/resources/parser/test_data/de/FAZ.json +++ b/tests/resources/parser/test_data/de/FAZ.json @@ -3,6 +3,43 @@ "authors": [ "Ralf Euler" ], + "body": { + "summary": [ + "Alles wird teurer, nur nicht der ÖPNV. Allein der Rhein-Main-Verkehrsverbund hat mehr als 120.000 Deutschlandtickets verkauft - mehr als ein Drittel davon an Kunden, die bislang selten oder nie Bus oder Bahn fahren." + ], + "sections": [ + { + "headline": [], + "paragraphs": [ + "Das von Montag an gültige Deutschlandticket für 49 Euro wird zwar nicht annähernd so erfolgreich wie das 9-Euro-Ticket im vergangenen Sommer, die sich abzeichnenden Verkaufszahlen sind allerdings dennoch beeindruckend. Mehr als jeder zehnte Erwachsene in Deutschland hat einer Umfrage zufolge bereits das Deutschlandticket erworben.", + "Die Deutsche Bahn rechnet damit, dass mit dem Ticket sechs Millionen neue Abo-Kunden gewonnen werden. Hinzu kämen rund elf Millionen Menschen, die bereits ein Abonnement hätten und nun voraussichtlich auf das 49-Euro-Ticket umsteigen würden. Schlussendlich würde dann jeder fünfte Bundesbürger das neue Ticket nutzen.", + "Allein der Rhein-Main-Verkehrsverbund (RMV) und seine Vertriebspartner haben seit Verkaufsbeginn am 3. April mehr als 120.000 Deutschlandtickets veräußert. Gut die Hälfte davon wurde nach RMV-Angaben von Menschen erworben, die bisher noch keine Stammkunden waren. Mehr als 21.000 Tickets gingen an Arbeitnehmer, die das 49-Euro-Ticket als Jobticket bekommen." + ] + }, + { + "headline": [ + "855 Euro pro Jahr günstiger" + ], + "paragraphs": [ + "Bei einer Marktbefragung des RMV hat sich gezeigt, dass 24 Prozent der bisherigen Seltenfahrer das Deutschlandticket erwerben wollen, darüber hinaus noch 15 Prozent derer, die bisher überhaupt nicht Bus oder Bahn gefahren sind. Der Kostendeckungsgrad des RMV – bisher mehr als 50 Prozent – könnte als Folge sinkender Einnahmen dennoch zurückgehen.", + "Für einen langfristigen Erfolg des neuen Angebots sind nach Ansicht von Geschäftsführer Ringat jedenfalls eine nachhaltige Finanzierung des ÖPNV und ein verbessertes Angebot unabdingbar. Zum einen müsse der Schienenverkehr modernisiert und ausgebaut werden, zum anderen könnten insbesondere im ländlichen Raum beispielsweise mit der Reaktivierung stillgelegter Strecken und On-Demand-Busangeboten noch mehr Kunden gewonnen werden.", + "Mit dem Deutschlandticket werde die Vision seiner Partei von einem günstigen Bürgerticket für Busse und Bahnen Wirklichkeit, äußerte der Fraktionsvorsitzende der Grünen im Landtag, Mathias Wagner. Pendler sparten durch das Ticket in Zeiten hoher Inflation enorm viel Geld, und für Autofahrer werde es deutlich attraktiver, auf den öffentlichen Nahverkehr umzusteigen. Wer mit dem Regionalverkehr regelmäßig zwischen Wiesbaden und Frankfurt unterwegs sei, zahle aktuell 1446 Euro für seine monatlich bezahlte Jahreskarte. Mit der Umstellung auf das Deutschlandticket ließen sich 855 Euro sparen, das seien etwa 60 Prozent der Fahrtkosten. Zudem sei das neue Ticket noch in ganz Deutschland gültig." + ] + }, + { + "headline": [ + "49-Euro-Ticket gilt nicht im Fernverkehr" + ], + "paragraphs": [ + "Das Urteil der AfD im Landtag fällt eher kritisch aus. Zwar vereinfache das 49-Euro-Ticket die Tarifstruktur und bedeute für hessische ÖPNV-Pendler eine Ersparnis. Was den Bürgern auf der einen Seite durch staatliche Subventionen gegeben werde, werde ihnen als Steuerzahler aber auf der anderen Seite wieder genommen, sagte der AfD-Abgeordnete Klaus Gagel. Die ausbleibenden Fahrgeldeinnahmen durch diese Art der Vergünstigung fehlten für Investitionen.", + "Das Deutschlandticket gilt vom 1. Mai an bundesweit im Nah- und Regionalverkehr. Für die Fernzüge wie den ICE, EC oder IC hingegen ist weiterhin ein eigenes Ticket erforderlich. Die neue Monatskarte gibt es an Schaltern der Deutschen Bahn und in den RMV-Vertriebsstellen auch in physischer Form als Chipkarte. Das Handy-Ticket (etwa über die App RMVgo) kann nach dem Erwerb direkt für Fahrten genutzt werden.", + "Der am 1. April begonnene Vorverkauf war daher vor allem für Kunden relevant, die das Deutschlandticket auf einer Chipkarte bevorzugen, denn bei der Bestellung in einer Vertriebsstelle gilt eine Bestellfrist bis zum 10. und beim E-Ticket-Kauf online (auf rmv.de) bis zum 20. des Monats vor Gültigkeitsbeginn. Das mit dem Kauf abgeschlossene Abonnement ist bis zum 10. eines Monats zum Ende des jeweiligen Monats schriftlich oder in der App kündbar und kann dann jederzeit wieder aufgenommen werden.", + "In Hessen soll es von August an einen zusätzlichen Rabatt für Geringverdiener geben. Personen, die Wohngeld, Bürgergeld oder Sozialgeld empfangen, können das Deutschlandticket dann für nur 31 Euro erwerben. Studenten in Hessen werden ein Deutschlandticket voraussichtlich vom Wintersemester an mit dem Preis ihres bisherigen Semestertickets verrechnen können. Eine landesweite Regelung wird dadurch erschwert, dass bisher jede Hochschule und Universität eigenständig die Tarife ihrer Semestertickets ausgehandelt hat. Diese können, je nach den Anforderungen und Bedingungen an den jeweiligen Standorten, recht unterschiedlich sein.", + "Die Verkehrsminister der Länder haben sich grundsätzlich darauf geeinigt, dass Studenten lediglich die Differenz zwischen dem Preis ihres Semestertickets und jenem des Deutschlandtickets zahlen müssen. Das wären im bundesweiten Durchschnitt etwa 25 Euro monatlich." + ] + } + ] + }, "publishing_date": "2023-04-28 19:20:36+02:00", "title": "49-Euro-Ticket: Pendler zahlen 60 Prozent weniger", "topics": [ @@ -19,6 +56,53 @@ "authors": [ "Johannes Ritter" ], + "body": { + "summary": [ + "Russlands Geheimdienste nutzen Genf als Drehscheibe für Attentate in Europa. Die Regierung in Bern schaut tatenlos zu. Parteiübergreifend schlagen Sicherheitspolitiker Alarm." + ], + "sections": [ + { + "headline": [], + "paragraphs": [ + "Zwei Jahre nach Beginn des russischen Angriffskriegs gegen die Ukraine ist die Schweiz weiterhin ein großer Tummelplatz für russische Spione. Während andere westliche Länder mittlerweile mehr als 600 als Diplomaten getarnte Geheimdienstmitarbeiter zurück nach Russland geschickt haben, legte die Schweizer Regierung die Hände in den Schoß.", + "Nach Angaben des Schweizer Nachrichtendienstes (NDB) arbeiten in den diplomatischen und konsularischen Vertretungen in Genf und Bern nach wie vor rund 220 Russen. Davon sei mindestens ein Drittel für russische Nachrichtendienste tätig, schreibt der NDB in seinem Lagebericht „Sicherheit Schweiz 2023“.", + "„Europaweit gehört die Schweiz unter anderem aufgrund ihrer Rolle als Gaststaat internationaler Organisationen zu den Staaten, in denen am meisten russische Nachrichtendienstangehörige unter diplomatischer Tarnung eingesetzt werden“, heißt es in dem Bericht. Dieser stammt zwar aus dem vergangenen Jahr, ist aber immer noch hochaktuell." + ] + }, + { + "headline": [ + "Genf wurde zur Spionagedrehscheibe in Europa" + ], + "paragraphs": [ + "Die größte aktuelle Bedrohung durch Spionage gehe von russischen Nachrichtendiensten aus, erklärte eine NDB-Sprecherin gegenüber der F.A.Z. Neben Cyberspionage erfolge ein erheblicher Teil der Informationsbeschaffung mit menschlichen Quellen. „Für diese Aktivitäten werden vor allem die russischen diplomatischen Vertretungen genutzt.“ Die Frage, ob die Schweiz in den vergangenen zwei Jahren enttarnte russische Spione ausgewiesen hat, ließen der NDB und das Schweizer Außenministerium unbeantwortet. Hinweise darauf gibt es bisher nicht.", + "Nach Einschätzung des Schweizer Historikers und Geheimdienstexperten Adrian Hänni, Forscher am Austrian Center for Intelligence, Propaganda and Security Studies (ACIPSS), könnten die russischen Geheimdienste ihre Aktivitäten in der Schweiz sogar ausgebaut haben. Viele andere Länder haben den russischen Spionen die Tür gewiesen – allein Deutschland dürfte inzwischen 170 bis 180 als Diplomaten getarnte Mitarbeiter verschiedener russischer Geheimdienste losgeworden sein. Deshalb liegt es aus Hännis Sicht nah, dass die Russen ihre Spionagetätigkeit nun an jenen Orten verstärken, wo sie nicht sonderlich behelligt werden. Dazu zählt neben Wien vor allem Genf.", + "Als UN-Sitz sowie als Standort Dutzender internationaler Institutionen, darunter der Welthandelsorganisation (WTO) und der Weltgesundheitsorganisation (WHO), habe sich die westschweizerische Stadt zu einer Spionagedrehscheibe in Europa entwickelt. Dazu trage auch deren günstige Lage im Herzen Europas bei. „Von Genf aus kann man sich mit Flügen im gesamten Schengenraum bewegen, ohne dass Pässe kontrolliert werden“, sagt Hänni im Gespräch mit der F.A.Z." + ] + }, + { + "headline": [ + "Havanna-Syndrom-Fälle in der amerikanischen UN-Vertretung in Genf" + ], + "paragraphs": [ + "Hänni erinnert daran, dass die Schweiz auch im Zusammenhang mit dem Giftanschlag auf Sergej Skripal im Jahr 2018 eine Rolle spielte: Die mutmaßlichen Attentäter Alexander Mischkin und Anatolij Tschepiga hielten sich vor ihrem Angriff mehrmals in Genf auf. Zwei Agenten des russischen Militärnachrichtendienstes GRU sollten hernach die Spuren verwischen, wurden aber selbst ertappt, nachdem sie ein Auto voller Überwachungstechnik vor dem Hauptquartier der Organisation für das Verbot chemischer Waffen (OPCW) im schweizerischen Spiez geparkt hatten.", + "Auch in den jüngsten Enthüllungen zur Arbeit der russischen Dienste taucht Genf auf. Ein Rechercheverbund unter Führung des exilrussischen Investigativportals „The Insider“ will herausgefunden haben, dass russische Spezialagenten hinter den verdeckten Angriffen auf die zentralen Nervensysteme westlicher Diplomaten mittels Mikrowellen oder elektromagnetischer Energie stecken. Die darauf zurückzuführenden Symptome wie stechende Kopfschmerzen, Hörverlust, Schwindel und Übelkeit laufen unter dem Begriff „Havanna-Syndrom“, weil die ersten Fälle im Jahr 2016 in der kubanischen Hauptstadt auftraten.", + "Den Recherchen zufolge bereiteten die Agenten ihre Anschläge in Europa regelmäßig in Genf vor, getarnt als Englisch-Sprachschüler oder als Mitarbeiter der Ständigen Vertretung der Russischen Föderation bei den Vereinten Nationen, einem streng abgeschirmten, riesigen Komplex mit einem halben Dutzend Gebäuden. Eine Schlüsselfigur der auf Sabotage und Mordanschläge spezialisierten Kommandoeinheit mit der Nummer 29155 war demnach Egor Gordienko. Der GRU-Oberst war bis 2020 als Diplomat bei der WTO akkreditiert.", + "Auch in der amerikanischen UN-Vertretung in Genf hat es angeblich Havanna-Syndrom-Fälle gegeben. Auf diese Thematik angesprochen, zeigt sich die Sprecherin des Schweizer Nachrichtendienstes zugeknöpft: „Der NDB hat Kenntnis vom Havanna-Syndrom, kommentiert aber keine Medienberichte.“" + ] + }, + { + "headline": [ + "Ist eine schwache Spionageabwehr politisch gewollt?" + ], + "paragraphs": [ + "Dass russische Agenten nach wie vor sehr stark in Genf vertreten sind, führt der Geheimdienstexperte Hänni auf die traditionell zurückhaltende Spionageabwehr der Schweiz zurück. „Der NDB ist ein kleiner und relativ schwacher Nachrichtendienst.“ Die nur 420 Mitarbeiter seien neben der Spionageabwehr auch mit der Bekämpfung von Terrorismus und Extremismus beschäftigt. Die Schwäche sei politisch gewollt. „Ein aktiveres Vorgehen gegen ausländische Geheimdienstmitarbeiter läuft dem Ziel der Regierung zuwider, als Vermittler in internationalen Konflikten zu agieren.“ Tatsächlich will der Außenminister Ignazio Cassis (FDP) im Einvernehmen mit dem ukrainischen Präsidenten Wolodymyr Selenskyj einen Friedensgipfel in der Schweiz organisieren. Doch der russische Außenminister Sergej Lawrow sieht das Land als „Spielball Kiews“ und erklärte Anfang März: „Wir zählen nicht auf die Dienste der Schweiz.“", + "Hänni hält das politisch gewollte „Laissez-faire“ der Schweiz gegenüber den zahlreichen russischen Spionen für falsch und rät zu einem Kurswechsel. Dass russische Agenten aus der Schweiz heraus Anschläge vorbereiteten, werfe sicherheitspolitische Fragen auf und schade dem Ruf des Landes im westlichen Ausland. Die Passivität der Regierung gefährde zudem die Sicherheit der in der Schweiz lebenden Kritiker des russischen Regimes, die der Kreml von Genf aus elektronisch und mittels Agenten überwachen lasse. Dass es in der Schweiz zu Tötungsoperationen kommt, erwartet Hänni indes nicht: „Die Russen wollen das Fass nicht zum Überlaufen bringen.“ Sonst gefährdeten sie ihre wichtige Operationsbasis in der Schweiz. Gerade weil die russischen Geheimdienste in Europa stärker denn je auf Genf als Standort angewiesen seien, könnte die Schweiz nach Hännis Ansicht offensiver vorgehen und enttarnte russische Spione des Landes verweisen.", + "Auch der ehemalige russische Diplomat Boris Bondarew kritisiert das Verhalten der Schweizer Regierung. Diese wolle Russland nicht verärgern. „Die Schweiz ist bereit für den Moment, in dem es wieder opportun ist, auch ranghohe Russen auf ihrem Boden willkommen zu heißen“, sagte Bondarew dem Züricher „Tages-Anzeiger“. Doch diese Haltung werde dem Charakter dieses Krieges und der Politik Putins nicht gerecht. Aus Protest gegen den russischen Angriffskrieg gegen die Ukraine war Bondarew im Mai 2022 von seinem Diplomatenposten in Genf zurückgetreten. Seither lebt er unter Polizeischutz an einem unbekannten Ort in der Schweiz.", + "Nach den jüngsten Enthüllungen über das Havanna-Syndrom und die Rolle Genfs als Drehkreuz für Attentäter haben Schweizer Sicherheitspolitiker parteiübergreifend Gegenmaßnahmen verlangt. Die russischen Machenschaften in der Schweiz seien nicht zu akzeptieren, hieß es von der Schweizerischen Volkspartei (SVP). Identifizierte Spione müssten ausgewiesen werden, forderte die Partei „Die Mitte“. Und die Sozialdemokraten mahnten an, dem Schweizer Nachrichtendienst mehr Kompetenzen und Ressourcen zu geben. Wenn die Schweiz nicht zu einem immer größeren Sicherheitsrisiko für ihre engsten Verbündeten und Partner werden solle, müsse sie jetzt handeln." + ] + } + ] + }, "publishing_date": "2024-04-17 10:24:31+00:00", "title": "Die Schweiz ist ein großer Tummelplatz für russische Spione", "topics": [ diff --git a/tests/resources/parser/test_data/de/Focus.json b/tests/resources/parser/test_data/de/Focus.json index 3d9bf2861..1c36b9c91 100644 --- a/tests/resources/parser/test_data/de/Focus.json +++ b/tests/resources/parser/test_data/de/Focus.json @@ -3,6 +3,52 @@ "authors": [ "FOCUS online" ], + "body": { + "summary": [ + "Bald heißt es wieder „May the 4th be with you“! Lego wartet zum Star-Wars-Tag am 4. Mai schon im Vorfeld mit zahlreichen Angeboten auf, die sich vor allem an erwachsene Fans der Science-Fiction-Saga richten. Neben neuen Modellen gibt es im Online-Shop von Lego mehrere Gratiszugaben und sogar ein Gewinnspiel zu entdecken." + ], + "sections": [ + { + "headline": [ + "Startet am 1. Mai: Der „Star Wars Day“ bei Lego" + ], + "paragraphs": [ + "Viele Lego-Fans haben sich bereits den 1. Mai dick im Kalender angestrichen. Nicht etwa, weil das ein bundesweiter Feiertag ist, sondern vielmehr das Startdatum für Legos alljährlichen Star Wars Day. Der dänische Spielzeug-Gigant befeuert den nach eigenen Angaben „wichtigsten Termin in der Galaxis“ mit einer Reihe von Angeboten: Angefangen beim Verkaufsstart des neuen Klemmbaustein-Sets X-Wing Starfighter aus der „Ultimate Collector Series“ über Gratis-Beigaben bis hin zu doppelten VIP-Punkten auf ausgewählte Produkte.", + "Wirklich profitieren können davon aktuell nur VIP-Mitglieder, was allerdings mit wenigen Klicks erledigt ist (mehr über das kostenlose Treueprogramm erfahren Sie am Ende des Artikels). Denn neben den besagten Punkten, die immerhin bis zu zehn Prozent des Warenwerts ausmachen, dürfen sie sich ab 85 Euro Bestellwert über ein exklusives Geschenk in Form einer Sammelmünze mit Todesstern-Prägung freuen. Zudem findet ein Gewinnspiel für VIPs statt, bei dem es unter anderem einen R2-D2 aus Sterlingsilber sowie einen signierten Sternzerstörer zu gewinnen gibt.", + "Die Lego-Aktion läuft von Montag, den 1. Mai bis einschließlich Sonntag, den 7. Mai 2023 bzw. solange der Vorrat bei den Gratiszugaben reicht. Erfahrungsgemäß können diese ziemlich schnell vergriffen sein, ungeachtet des zum Teil hohen Mindestbestellwerts und der allgemein gesalzenen Preise. Da die sogenannten GWPs (Gift with Purchase) oftmals limitiert sind und seitens Lego nicht direkt verkauft werden, erfreuen sie sich vor allem bei Sammlern großer Beliebtheit.", + "Wer den Star-Wars-Tag am 4. Mai noch nicht kennt: „May the fourth be with you!“ ist ein Wortspiel zum berühmten Zitat aus den Star-Wars-Filmen „Möge die Macht mit Dir sein!“ oder eben im Englischen „May the force be with you“." + ] + }, + { + "headline": [ + "Neues Lego-Set startet durch", + "So sichern Sie sich bei Lego bis zu vier Geschenke" + ], + "paragraphs": [ + "Rabatte bzw. Preisnachlässe gibt es am Star-Wars-Tag – anders als bei den alljährlichen Black-Friday-Angeboten – zwar nicht, jedoch können Sie sich beim Kauf von Star-Wars-Sets einige Lego-Produkte kostenlos sichern:", + "Über unsere Gutschein-Seite können Sie sich exklusiv noch ein viertes Geschenk sichern, wenn Sie den dort abrufbaren Code im Warenkorb hinterlegen." + ] + }, + { + "headline": [ + "Beliebte und aktuelle Star-Wars-Sets von Lego" + ], + "paragraphs": [ + "Lego bringt praktisch jedes Jahr neue Sets heraus, die allerdings nur über einen bestimmten Zeitraum erhältlich sind. Aktuell umfasst die Star-Wars-Themenwelt 99 verschiedene Sets von 3,99 bis 849,99 Euro. Zu beachten ist, dass es sich bei den Preisen auf der Website stets um die unverbindlichen Preisempfehlungen handelt. Bei nicht-exklusiven Sets empfehlen wir Ihnen, vorab einen Preisvergleich durchzuführen – andere Shops sind nämlich oft günstiger. Hierfür genügt in der Regel die Suche der jeweiligen Set-Nummer.", + "Im Nachfolgenden stellen wir Ihnen acht weitere Neuerscheinungen von Lego Star Wars vor. Ein paar davon sind aktuell nur vorbestellbar und kommen erst im Mai auf den Markt:" + ] + }, + { + "headline": [ + "Lego VIP: Was steckt dahinter?" + ], + "paragraphs": [ + "Bei Lego VIP handelt es sich um ein Treueprogramm, das nicht nur mit exklusiven Events, Rabatten und Gratisbeilagen aufwartet, sondern sammeln Mitglieder bei jedem Kauf Bonuspunkte: Pro ausgegeben Euro erhalten Sie 7,5 VIP-Punkte bzw. Punkte im Gegenwert von mindestens fünf Prozent des Gesamtpreises.", + "Zu besonderen Anlässen wie eben dem Star-Wars-Tag bekommen VIPs die doppelte Anzahl an Punkten gutgeschrieben – das macht also zehn Prozent des Einkaufswerts. Sind die Punkte auf dem Konto, können Sie diese etwa als Rabatt auf die nächste Bestellung anrechnen oder gegen exklusive Prämien eintauschen. Die Anmeldung zum VIP-Programm steht übrigens jedem offen und ist kostenlos." + ] + } + ] + }, "publishing_date": "2023-04-28 17:25:31+00:00", "title": "Lego feiert Star-Wars-Tag: Alle Angebote im Überblick", "topics": [ diff --git a/tests/resources/parser/test_data/de/MDR.json b/tests/resources/parser/test_data/de/MDR.json index ca3f18936..25b1f6df2 100644 --- a/tests/resources/parser/test_data/de/MDR.json +++ b/tests/resources/parser/test_data/de/MDR.json @@ -3,6 +3,88 @@ "authors": [ "David Straub" ], + "body": { + "summary": [ + "Beim Fleischkonsum gehört Thüringen zu den Spitzenreitern - doch tatsächlich geschlachtet werden im Freistaat immer weniger Tiere. Naht das Ende der echten Thüringer Bratwurst? Zu Besuch beim mittelständischen Schlachtbetrieb \"Thüringer Landstolz\"." + ], + "sections": [ + { + "headline": [], + "paragraphs": [ + "Noch dampfen die zartrosa Leiber. In Hälften hängen sie an Haken in der Schlachthalle, um auf einer Schiene gleich zur nächsten Station weitergeschoben zu werden. Seit wenigen Minuten sind die Schweine erst tot - manche ihrer borstigen Artgenossen am Eingang der Halle quietschen noch. Auch wenn die Produktion hier im südthüringischen Schmalkalden bei der Firma \"Thüringer Landstolz\" nicht auf Masse setzt: So ganz lässt sich der Stress für die Tiere nicht vermeiden. Hier entsteht die Thüringer Bratwurst. Oder vielleicht sollte man sagen, hier stirbt die Thüringer Bratwurst.", + "Geschäftsführer Kevin Holland-Moritz führt die Produktionskette entlang, vorbei an Männern mit Sägen, Messern oder Kontrollgeräten, mit denen zum Beispiel der Magerfleischanteil der Tiere gemessen wird. Es stinkt nicht, aber die Luft ist feucht von den Verarbeitungsprozessen und dem ganz eigenen Geruch von frischem Fleisch. Jeder Arbeiter hier habe eine Aufgabe, erklärt der Chef. \"In der Stunde schlachten wir hier so 45 Schweine\", sagt er, \"an Freitagen machen wir auch ein paar Rinder.\"" + ] + }, + { + "headline": [ + "Schlachtbetrieb mit 340 Mitarbeitern vermarktet in der Region" + ], + "paragraphs": [ + "Holland-Moritz hat den Betrieb 2018 von seinem Vater übernommen und führt das Unternehmen mit seinen 340 Mitarbeitern durch eine Zeit, in der immer weniger Fleisch gegessen wird und die Qualitätsansprüche vieler Konsumentinnen und Konsumenten gleichzeitig steigen. Landstolz schlachtet pro Woche nicht nur rund 800 Schweine, sondern zerlegt das Fleisch und bietet die Leberwürste oder Grillfackeln unter anderem direkt in seinen 34 Filialen in der Region an.", + "\"Neben der Fleischerlehre habe ich damals ein Betriebswirtschaftsstudium gemacht und dann aufbauend noch Lebensmitteltechnologie studiert\", sagt Holland-Moritz. In der Ausbildung hat auch er gelernt, die Tiere mit einem Elektroschock zu betäuben und anschließend die Blutversorgung zu durchtrennen. \"Das war schon echt wichtig, um zu wissen, was hier in der Produktion täglich abgeht\", sagt der junge Chef." + ] + }, + { + "headline": [ + "Schlachtmengen sinken seit Jahren deutlich" + ], + "paragraphs": [ + "Derzeit gibt es laut Landwirtschaftsministerium 103 zugelassene Schlachtbetriebe in Thüringen: Neben einigen kleinen, lokalen Metzgereien, die noch selbst schlachten, bestehen Kevin Holland-Moritz zufolge nur noch eine Handvoll mittelständischer Schlachtbetriebe wie Landstolz. Wie viele Betriebe über die Jahre dicht gemacht haben, kann die Landesregierung nicht genau erheben. Fest steht: Seit Jahren sinkt die gewerbliche Fleischproduktion. Gemessen zum Jahr 2016 in Thüringen sogar um mehr als die Hälfte.", + "Beim Fleischkonsum gehört Thüringen bundesweit zu den Spitzenreitern, das geht aus dem sogenannten \"Fleischatlas\" der Heinrich-Böll-Stiftung von 2016 hervor. Trotzdem sinkt der Fleischkonsum beständig: Im vergangenen Jahr aß der deutsche Durchschnittsbürger noch 52 Kilogramm pro Person, immerhin 4,2 Kilogramm weniger als 2021. Doch lässt sich damit auch der Rückgang der regionalen Schlachtung der Tiere erklären, während Regionalität bei der Kaufentscheidung an Bedeutung zu gewinnen scheint?" + ] + }, + { + "headline": [ + "Ein Großkonzern dominierte Schweinemarkt in Thüringen" + ], + "paragraphs": [ + "Wer nach dem Hauptgrund für den Rückgang der Schlachtungen und der Schlachtmenge in Thüringen sucht, stößt zunächst einmal schnell auf die Vion Food-Gruppe. Der niederländische Konzern schlachtet an verschiedenen Standorten in Europa und zählte, Stand 2018, laut Statistischem Bundesamt zu den Top drei der deutschen Schweineschlachter. Hinter Tönnies und vor Westfleisch. Auch im ostthüringischen Altenburg hält Vion einen Standort: Eigenen Angaben zufolge wurden dort in den vergangenen drei Jahren jährlich 88.600 Rinder geschlachtet, was einer verwertbaren Menge von gut 27.000 Tonnen Fleisch entspricht.", + "Der in der Grafik dargestellte Rückgang bei den Schlachtmengen in Thüringen hängt dabei mit der \"konzernweiten Umstrukturierung\" des Konzerns aus dem Jahr 2020 zusammen, am Altenburger Standort überhaupt keine Schweine mehr zu schlachten. Diese strategische Entscheidung der Niederländer, von 2019 auf 2020 die Schweineproduktion komplett herunterzufahren, ist demnach der Hauptgrund für den Rückgang in den Statistiken." + ] + }, + { + "headline": [ + "Thüringer Bratwurst eine Illusion?" + ], + "paragraphs": [ + "Einen großen Unterschied, ob dadurch beispielsweise weniger Thüringer Schwein in einer originalen Thüringer Bratwurst drin ist, dürfte das aber ohnehin nicht machen. Denn der Fleischmarkt ist fluide. Oft entscheidet der Preis, von wo Metzgereien ihr Fleisch beziehen - auch, wenn das Tier dann weiter weg geschlachtet wurde. Wie überall im Lebensmittelhandel ist das Pflaster hart.", + "\"Ein Großteil der Produkte, die in Thüringen erzeugt werden, ist aus Fleisch, das nicht hier erzeugt wurde\", sagt Kevin Holland-Moritz. Zu viele Schlachtkapazitäten seien in den letzten 20 Jahren zentralisiert worden. In seinem Unternehmen bemühten sie sich beispielsweise mit der Marke \"Strohschwein\", Produkte komplett aus regionalem Fleisch zu vermarkten.", + "Für die \"normalen\" Produkte müssen aber auch sie Fleischteile auf dem nationalen Markt zukaufen: \"Die Mengen, die wir und auch andere zum Beispiel an Bratwurst vermarkten, die sind teilweise so hoch, dass das nicht aus der eigenen Zerlegung abgebildet werden kann.\"" + ] + }, + { + "headline": [ + "Wettbewerbsnachteile für kleine und mittelständische Betriebe" + ], + "paragraphs": [ + "Auf politischer Ebene sind sich zunächst einmal alle einig: Sowohl der Thüringer Bauernverband als auch das Landwirtschaftsministerium unter Susanna Karawanskij (Linke) in Erfurt beobachten mit Sorge, dass regionale Schlachtmöglichkeiten seit Jahren verschwinden. \"Sehr überschaubar\" sind sie, sagt der Bauernverband auf Anfrage. Und das Ministerium urteilt über die \"negative Entwicklung\": \"Lange Transportzeiten sind nicht im Sinne des Tierwohls. Da zunehmend außerhalb Thüringens geschlachtet wird, geht Wertschöpfung in der Region verloren. Es besteht zudem die Gefahr, dass das traditionelle Fleischerhandwerk immer mehr zurückgeht und damit auch die regionalen Wurstspezialitäten schwinden.\"", + "Schlachter Holland-Moritz kann die Wettbewerbsnachteile gegenüber den Großunternehmen klar benennen. Mit dem Absatz seiner Firma ist er zufrieden und auch vor einer sinkenden Nachfrage hat er keine Angst. \"Aber die großen Schlachtbetriebe haben den Vorteil, dass sie pro Tier weniger Kosten haben und die Preissteigerungen nicht so ins Gewicht fallen wie bei uns.\"", + "Als Beispiel nennt der Chef die deutlich gestiegenen Kosten für Veterinäre und für die Entsorgung von \"Nebenprodukten\". Ein Beispiel: In einer Produktionshalle wird das frisch geschlachtete Schwein bereits zerlegt. Die Schädelreste der Tiere muss Holland-Moritz aber fachgerecht entsorgen lassen." + ] + }, + { + "headline": [ + "Land Thüringen stellt Förderung in Aussicht" + ], + "paragraphs": [ + "Doch der einzige Anbieter für Schlachtabfallbeseitigung in Thüringen, die SecAnim GmbH, hat zu Jahresbeginn die Preise mit Verweis auf die Energiekosten hochgefahren. \"Die Kosten sind für uns um 300 Prozent gestiegen\", erklärt Holland-Moritz, \"wir haben vom Land Thüringen, das die Entsorgung ausschreibt, viel zu spät davon erfahren.\"", + "Seit Wochen pochen die Betriebe wie auch der Bauernverband auf eine bessere Unterstützung vom Land. Das Landwirtschaftsministerium verweist auf diverse Bemühungen, wie beispielsweise gemeinsame Workshops mit der Industrie, um die regionale Schlachtung voranzutreiben. Bemühungen, denen der Bauernverband und auch Schlachter-Chef Holland-Moritz kaum einen Effekt attestieren.", + "Allein bei der Beseitigung von kranken Tierkadavern signalisiert das Land Thüringen nun konkrete Unterstützung. Wie das zuständige Thüringer Gesundheitsministerium auf Nachfrage mitteilte, soll das sogenannte Tierische-Nebenprodukte-Beseitigungsgesetz so geändert werden, dass die Gebühren für die Tierkörperbeseitigung bis auf Weiteres zu je einem Drittel vom Tierhalter, den Landkreisen und kreisfreien Städten und dem Freistaat Thüringen getragen werden. Die Änderung würde aber nur komplette Tierkörper betreffen - also explizit nicht die Beseitigung von einzelnen Schlachtabfällen.", + "Bisher mussten die Tierhalter zwei Drittel der Kosten übernehmen. Sollte die Änderung beschlossen werden, sollen die Mittel dafür laut Gesundheitsministerium aus dem Landeshaushalt ab 2024 kommen." + ] + }, + { + "headline": [ + "Fleischproduktion unter Anpassungsdruck" + ], + "paragraphs": [ + "Seit Jahren steht die Fleischproduktion, und eben auch die Schlachtindustrie, unter Anpassungsdruck. Bereits vor sieben Jahren haben Kevin Holland-Moritz und sein Vater die Produktion halbiert. Zu oft musste übrig gebliebenes Fleisch eingefroren und für weniger verkauft werden. Jetzt, so sagt der Chef, \"ist am Ende der Woche alles frisch vermarktet\".", + "In Zukunft geht es für Kevin Holland-Moritz zunächst erst einmal darum, weiterhin genügend Fachpersonal zu finden. \"Der Fleischabsatz ist da gar nicht so das Problem, sondern wir müssen genug Leute haben, um unsere Prozesse abzudecken\", sagt er. Um auch in Zukunft den Rohstoff für die Thüringer Bratwurst zu produzieren, setzt seine Firma seit Jahren verstärkt auch auf Leute aus dem Ausland - denn die Jungen aus der Region hätten oft keine Lust auf den Knochenjob in der Schlachterei.", + "Als er sich die Hände am Ende der Produktion-Besichtigung wäscht, erzählt Holland-Moritz noch, wie er das Arbeitsklima vor Ort, vor allem für die internationalen Kollegen, gerne verbessern und die Integration beschleunigen möchte: Er überlegt, sagt er, wie er ein KI-Übersetzungstool so einsetzen kann, dass es über ein Headset automatisch zwischen vietnamesischen, polnischen und Thüringer Arbeitern hin und her übersetzt." + ] + } + ] + }, "publishing_date": "2023-04-28 05:00:00+02:00", "title": "Ist die Thüringer Bratwurst eine Illusion? Das harte Geschäft mit dem Tod", "topics": [ diff --git a/tests/resources/parser/test_data/de/Merkur.json b/tests/resources/parser/test_data/de/Merkur.json index bbec5a803..10f195183 100644 --- a/tests/resources/parser/test_data/de/Merkur.json +++ b/tests/resources/parser/test_data/de/Merkur.json @@ -3,6 +3,37 @@ "authors": [ "Nadja Zinsmeister" ], + "body": { + "summary": [ + "In England findet bald die Krönungszeremonie von König Charles III. statt. Eine alte Prophezeiung behauptet, dass er schon bald wieder abdanken wird." + ], + "sections": [ + { + "headline": [], + "paragraphs": [ + "München/London – Kurz vor der Krönungszeremonie von König Charles III. am 6. Mai kommen offenbar Zweifel an der Zukunft des Monarchen auf. Wird Charles am Ende gar nicht dauerhaft seine Mutter Queen Elizabeth II. auf dem Thron beerben – sondern jemand anderes? Das vermutete zumindest der Autor Mario Reading, basierend auf einer Vorhersage des berühmten Apothekers und Astrologen Nostradamus aus dem 16. Jahrhundert." + ] + }, + { + "headline": [ + "Kurz vor Krönungszeremonie: Ist König Charles gar nicht der richtige Thronfolger?" + ], + "paragraphs": [ + "Der Astrologe Michel de Nostredame, besser bekannt als Nostradamus, lebte von 1503 bis 1566. Und ist noch heute wegen seiner prophetischen Gedichte über die Zukunft bekannt, die er zu Lebzeiten in Frankreich veröffentlichte. Immer wieder gibt es zahlreiche Interpretationen seiner Werke, wie sich die Welt entwickeln wird. Auch für das Jahr 2023 machte der Nostradamus vier düstere Prophezeiungen.", + "Eine der Prophezeiungen könnte nun unschöne Neuigkeiten für König Charles III. bereithalten. Der englische Autor Mario Reading hat 2005 ein Buch veröffentlicht, in dem er Nostradamus‘ Prophezeiungen für die Welt erneut interpretiert. Eine davon betrifft den Thronnachfolger Charles: Durch seine Scheidung von Prinzessin Diana soll Charles III. im Großteil des Volks weiterhin so unbeliebt sein, dass er gezwungen ist abzudanken. Ein „neuer ‚mysteriöser‘ König wird an seiner Stelle den Thron besteigen“, zitierte der Daily Star nun Readings Interpretation von Nostradamus. Bei dem „mysteriösen“ König soll es sich um einen Mann handeln, „der nie erwartet hatte, König zu werden“." + ] + }, + { + "headline": [ + "Nostradamus-Vorhersage lässt Zweifel aufkommen: „Mysteriöser“ König an Charles‘ Stelle?" + ], + "paragraphs": [ + "Zunächst liegt die Annahme nahe, dass Prinz William im Falle einer Abdankung von Charles III. der neue König wird. In diesem Fall würde es sich aber nicht um einen „mysteriösen“ König handeln. Stattdessen spekuliert der Autor des Berichts, dass am Ende Prinz Harry auf dem Thron sitzt. Der Herzog von Sussex wäre jedenfalls eine Person, die sich selbst nicht auf dem Thron erwartet. Er hatte sich gemeinsam mit seiner Frau Meghan Markle von der Royalen Familie stark distanziert und steht in keinem guten Verhältnis zu seinem Bruder Prinz William sowie dem Rest der Familie.", + "Am 6. Mai wird die Zeremonie für die Krönung von König Charles III. stattfinden. Dann wird sich zeigen, ob die Prophezeiung wahr wird oder nur eine wilde Spekulation war. Während manche den Vorhersagen von Nostradamus Glauben schenken, sorgt er bei anderen nur für Spott. Laut des Daily Star sagte Reading auf der Grundlage von Nostradamus‘ Prophezeiungen aber bereits den Tod der Queen für 2022 voraus. Ob sich seine Vorhersagen bezüglich Charles III. ebenfalls bestätigen, wird Reading aber nicht mehr erfahren. Der Autor ist 2017 verstorben. (nz)" + ] + } + ] + }, "publishing_date": "2023-04-28 18:16:04+02:00", "title": "Nostradamus-Vorhersage lässt Zweifel aufkommen: Ist König Charles III. gar nicht der richtige Thronfolger?" } diff --git a/tests/resources/parser/test_data/de/NDR.json b/tests/resources/parser/test_data/de/NDR.json index d4f634659..b5cef5fe9 100644 --- a/tests/resources/parser/test_data/de/NDR.json +++ b/tests/resources/parser/test_data/de/NDR.json @@ -3,6 +3,44 @@ "authors": [ "Oliver Kring" ], + "body": { + "summary": [ + "Vor wenigen Tagen berichteten Anwohner in Elmshorn von einem Knall - das Dach eines Hauses wurde durchschlagen. Jetzt ist klar: Es waren Meteoriten, die über Elmshorn heruntergegangen sind." + ], + "sections": [ + { + "headline": [], + "paragraphs": [ + "Große Aufregung am Dienstagnachmittag in Elmshorn (Kreis Pinneberg): Dort hatten Anwohner einen lauten Knall gehört. Sie entdeckten daraufhin einen kleinen Stein im Garten in einem Wohngebiet am nördlichen Rand von Elmshorn. Auch das Dach eines Hauses wurde durchschlagen. Die Anwohner riefen zur Sicherheit die Feuerwehr. Denn sie vermuteten einen kleinen Meteoriten - und von diesen geht radioaktive Strahlung aus. Doch die Feuerwehr gab zunächst Entwarnung. Sie identifizierte das kleine unbekannte Objekt zunächst als Stein. Für den Knall gab es zunächst keine Erklärung." + ] + }, + { + "headline": [ + "Videomaterial aus Beobachtungsstation muss ausgewertet werden" + ], + "paragraphs": [ + "Zwei Tage später stellt sich die Lage nun aber ganz anders dar: Es handelt sich nach Meinung von Astronomen offensichtlich doch um Meteoriten. Das ergibt sich aus den ersten Fotos der Steine, die an das Deutsche Zentrum für Luft- und Raumfahrt (DLR) gegangen sind. Marc Ludwig, Astronom von der Sternwarte Neumünster, spricht ebenfalls davon, dass es sich mit hoher Wahrscheinlichkeit um Meteoriten handeln könnte. Näheren Aufschluss soll die Auswertung von Videomaterial aus einer Beobachtungsstation aus Bremerhaven bringen.", + "Und weitere Ergebnisse sollen Untersuchungen in einem Spezial-Labor in Dresden bringen. Dorthin wurden die ersten beiden Meteoriten aus Elmshorn geschickt. Nach Angaben von DLR-Meteoritenexperte Dieter Heinlein müssen die Untersuchungen möglichst rasch beginnen, weil sich über die kosmische, leicht radioaktive Strahlung weitere Aufschlüsse über die Zusammensetzung sowie die Größe des Meteoriten ergeben." + ] + }, + { + "headline": [ + "Meteor im Weltall wohl rund 100 Kilogramm schwer" + ], + "paragraphs": [ + "Im Fall Elmshorn geht Heinlein davon aus, dass es sich um einen insgesamt rund 100 Kilogramm schweren Meteoriten gehandelt hat - als er sich noch im Weltraum befand. Mit Eintreten in die Erdatmosphäre sei der Meteorit dann vermutlich in seine Einzelteile zerfallen. Die Teile seien in Elmshorn vermutlich als Meteoriten-Hagel niedergegeangen - mit einer Geschwindigkeit von 150 Kilometern pro Stunde. \"Eines der beiden Stücke in Elmshorn ist etwa 225 Gramm schwer und so groß wie ein Tennisball\", so Heinlein. Das zweite Stück sei etwa so flach und so groß wie eine Handfläche und etwas schwerer. Meteoriten bestehen gewöhnlich vor allem aus Eisen und Nickel." + ] + }, + { + "headline": [ + "Etwa ein Kilo Meteoriten-Hagel" + ], + "paragraphs": [ + "Durch das Gewicht am Boden lässt sich in etwa die Größe und die Masse des ursprünglichen Meteors im Weltallbestimmen: \"Man wendet zur Bestimmung ganz grob den Faktor 1:100 an\", erklärt Heinlein. Das Gewicht der herabgefallenen Teile schätzt er auf zusammen etwa ein Kilo. Das könne man ungefähr auch aus den Bildern der Kamera in der Beobachtungsstation bestimmen. Weitere Details soll es in etwa vier bis fünf Wochen geben. Dann liegen alle Ergebnisse der Untersuchungen aus dem Labor in Dresden vor." + ] + } + ] + }, "publishing_date": "2023-04-28 16:15:45.403000+02:00", "title": "Einschlag in Elmshorn: Es war ein Meteorit ", "topics": [ diff --git a/tests/resources/parser/test_data/de/NTV.json b/tests/resources/parser/test_data/de/NTV.json index 77f7de0fc..6b86a2df9 100644 --- a/tests/resources/parser/test_data/de/NTV.json +++ b/tests/resources/parser/test_data/de/NTV.json @@ -3,6 +3,42 @@ "authors": [ "Juliane Rohr" ], + "body": { + "summary": [], + "sections": [ + { + "headline": [], + "paragraphs": [ + "Leipzig: Hier wurde vor 40 Jahren die Galerie Eigen + Art gegründet, das Label \"Neue Leipziger Schule\" erfunden und in die Welt getragen. Judy Lybke ist der Kopf hinter diesem Erfolg. Kerstin Wahala, die Co-Chefin, ist seit 30 Jahren dabei. ntv.de hat beide in Berlin gesprochen.", + "Meisterhaft schafft er Begehrlichkeiten, seine Begeisterung reißt mit: Gerd Harry Lybke, von allen einfach Judy genannt, ist im komplexen Kunstdickicht der Typ, an den man sich erinnert. Nicht nur wegen seiner farbigen, dreiteiligen Anzüge, die er ausschließlich trägt. Sondern vor allem durch das, was er tut, schafft und bewegt. Noch zu DDR-Zeiten gründete er Eigen + Art, und machte nach der Wende daraus seine international agierende Galerie. Jetzt feiert er 40-jähriges Jubiläum. \"Wir bestehen mit hoher Qualität auf Augenhöhe mit den 100 führenden Galerien der Welt\", sagt Judy Lybke ntv.de selbstbewusst. Dabei hat er die Bodenhaftung offenbar nie verloren: Leipzig ist Basis geblieben. In Berlin betreibt er zwei weitere Standorte.", + "\"Das sind wohl die kleinsten Galerieräume der Stadt\", lacht Kerstin Wahala, Co-Chefin der Galerie, beim Treffen in der Auguststraße. In diesen Räumen zeigen sie seit 1992 große Kunst, etwa die von Neo Rauch. Er ist einer von Judy Lybkes jahrzehntelangen Leipziger Weggefährten. Und fest im Programm der Galerie verankert. Die Malereien des Künstlers sind weltweit begehrt, hängen in Museen und wichtigen Sammlungen. Judy Lybke gilt als der Erfinder des Etiketts \"Neue Leipziger Schule\", das es seit Anfang der 1990er Jahre für die rätselhaften Stimmungsbilder gibt. Er hat die Kunstströmung berühmt gemacht. \"Neo Rauch hat die Tür zur Malerei wieder geöffnet\", erzählt Lybke, denn figürliche Malerei war über die vorangegangenen Jahrzehnte zum No-Go geworden. Mit Rauchs Gemälden kam 2005 der bis heute anhaltende internationale Erfolg für die Galerie.", + "Es ist einerlei, ob ein bekanntes Sammlerpaar, zufällig in die Galerie verirrte Passanten oder eine ganze Schulklasse vor dem gebürtigen Leipziger stehen. \"Sprechen Sie nie mit Unbekannten\" ist das erste Kapitel in seinem schon oft gelesenen Lieblingsbuch \"Der Meister und Margarita\" von Michail Bulgakow überschrieben. Da kann Lybke nur lächeln - er spricht charmant und sehr direkt jede und jeden an, liebt den Kontakt mit Menschen. Das mag so etwas wie das Erfolgsgeheimnis der Galerie sein. Wer hier arbeitet, sei auch Dienstleister, bringt es Kerstin Wahala auf den Punkt. Und wer beim Galeriebesuch nichts kauft, kann sich über ein geglücktes Kunsterlebnis in der Galerie freuen.", + "Es macht dem 62-Jährigen unendlich Spaß, Kunst zu vermitteln. Die Welt der Künstlerinnen und Künstler ist schließlich ein riesiger Kosmos. Als Galerist gehe man schrittweise mit der künstlerischen Entwicklung mit, die Chemie muss stimmen, findet Lybke. Es gehe schließlich nicht nur darum, einen Text und eine Biografie aufzusagen, erklärt Lybke. Dabei ist es egal, ob ein Kunstwerk fünfhundert, zehn- oder hunderttausende Euro kostet. Klar, der Kunsthändler will auch verkaufen, aber eben an die richtige Person oder die richtige Institution." + ] + }, + { + "headline": [ + "Eine zweite Chance" + ], + "paragraphs": [ + "Lebensgeschichte besteht aus Geschichten. Judy Lybke hört man bei der Erzählung seiner DDR-Biografie gerne zu ­- am besten ohne Zeitlimit. Hat was von Abenteuer. Irgendwann schimmert jedoch durch, dass es keines war. Es war kompliziert. In der Armee fiel der junge Mann unangenehm auf. Er bekam eine zweite Chance, sollte lange Jahre in die Sowjetunion zur Ausbildung. Das schlug er aus, auch weil er nicht so weit wegwollte. Das wurde mit einem Berufs- und Studienverbot bestraft. Fortan galt er als asozial, da er keinen Beruf ausüben konnte. Indem man in der DDR keine Arbeit bekam, wurde man kriminalisiert, betont Lybke. Menschen wie ihm blieben oft nur morbide Gelegenheitsjobs, zum Beispiel als Bestatter. Ihn jedoch zog es mitten ins Leben und an die Leipziger Hochschule für Grafik und Buchkunst. Dort saß er stundenlang als Akt-Modell und schmiedete seine lebenslangen Verbindungen zu Künstlern.", + "25 Menschen arbeiten heute für die Galerie. Judy Lybke hält große Stücke auf sein Team. Er hat einen guten Blick für Leute, meint Kerstin Wahala. \"Judy ist ein unheimlich positiver Mensch und setzt nicht auf Zeitgeist. Er braucht das Zwiegespräch und den Austausch, dabei entwickelt er Ideen\", beschreibt Wahala den Galeriegründer. So wie den Einfall, für ein paar Monate nach London, Tokio oder New York zu gehen. Nach Jahren des Eingesperrtseins wollten sie alle raus in die Welt. Kaum zu glauben: Die Mieten in den Traumstädten waren günstig. Jeder Kunstschaffende hat seine Arbeiten selbst nach New York gebracht. Es gab kein Geld für Transportkosten oder gar Versicherung. \"Das ist diese Furchtlosigkeit von Judy. Wir hatten eine irre PR, über uns wurde sogar in den deutschen Abendnachrichten berichtet. Es war ein Erfolg, obwohl das gar nicht das Ziel gewesen war.\" Was wollten sie erreichen? Sie wollten etwas bewegen, der Kunst neue Fenster öffnen.", + "Den Grundstein dafür legte Judy Lybke in seiner Hinterhofwohnung am Körnerplatz in Leipzig. Er gründet im April 1983 Eigen + Art. Alle vier Wochen traf man sich zu Kunstaktionen, Performances und Gesprächen. Dabei soll Lybke die Tür auch mal nackt, mal mit drei Eiern auf dem Kopf, aufgemacht haben - Performance eben. Sehr oft aber war er im dreiteiligen braunen Nadelstreifenanzug unterwegs. Den hatte er von seinem Vater, einem Zimmermann, geliehen. Das verschaffte ihm gegenüber dem Staatssicherheitsdienst ein bisschen Respekt, die hatten ihn ständig im Visier. Die Mitarbeiter gingen bei ihm in der Wohnung ein und aus. Es gibt 18 Stasi-Akten über Judy Lybke inklusive Geruchsproben-Tüchern. Die Eigenart mit dem Dreiteiler ist bis heute geblieben und so was wie sein Markenzeichen. Seine älteste Tochter hat sich sogar schon mal einen für eine besondere Gelegenheit ausgeliehen. \"Da bin ich stolz wie Bolle gewesen. Meine Anzüge sind wie eine Wohnung für mich\", sagt er." + ] + }, + { + "headline": [ + "Kunstkauf ohne Zinsen" + ], + "paragraphs": [ + "Momente des kritischen Hinterfragens gibt es immer wieder. So wie 1997 nach einer erfolgreichen Art Cologne. \"Auf der Heimfahrt nach Berlin sprachen wir darüber, dass eine zu homogene Sammlerschaft nie lange gut geht. Judy hatte Sorge, dass das Kaufinteresse nachlässt\", erinnert sich Kerstin Wahala. Eigen + Art brauchte ein frisches Label, so wie die \"Neue Leipziger Schule\". Der Chef hatte den Einfall mit den Jungsammlerinnen und -sammlern. So tituliert bekamen junge Käuferinnen und Käufer Rabatte eingeräumt und sogar die Möglichkeit, den Kunstkauf ohne Zinsen abzustottern. \"Heute haben wir Sammlerinnen und Sammler, die als solche angefangen haben.\"", + "Kreative Erleuchtungen müssen auch mal gebremst werden. Das ist die Aufgabe von Co-Chefin Kerstin Wahala. \"Wir pflegen eine gute Streitkultur. Das geht in Wellenbewegungen, mal ist man toleranter, mal weniger.\" Das Duo kennt sich gut und lange. Judy Lybke hat Kerstin Wahala vor 32 Jahren eingestellt, \"weil sie genauso viel gearbeitet hat wie ich. Das Gleiche gilt für Elke Hannemann, die die Galerie in Leipzig leitet.\" Der Chef arbeitet seit über drei Jahrzehnten mit zwei zusätzlichen Chefinnen.", + "Zurück in die Auguststraße in Berlin. Es war die erste Galerie in der Straße, in der es vor 31 Jahren nicht mal Straßenbeleuchtung gab. Inzwischen gibt es die und viele andere Kunstorte. Was macht für die beiden Eigen + Art aus? \"Begeisterung, Kraft, Zugewandtheit\", findet Kerstin Wahala. \"Die Künstlerinnen und Künstler, die wir vertreten und das Team, das die Galerie nach außen trägt\", ergänzt Judy Lybke. Dafür wird nicht nur in Leipzig und Berlin konstant gewerkelt. Sie wollen den Künstlerinnen und Künstlern den Freiraum schaffen, den sie brauchen, um ihre Kreativität auszuleben. Schließlich sind sie das Herz der Galerie. Lybke, Wahala, Hannemann und alle anderen sind viel auf internationalen Messen und an immer neuen Orten unterwegs, um sie zu promoten. Entspannung findet Judy Lybke auf Hiddensee, bei seiner Familie und \"ich freue mich total, wenn ich in die Galerie komme. Ich liebe, was ich mache.\"", + "Mehr Information zu den Standorten und aktuellen Ausstellungen von Titus Schade in Leipzig sowie Olaf Nicolai in Berlin: Galerie Eigen + Art" + ] + } + ] + }, "publishing_date": "2023-04-28 18:11:01+02:00", "title": "Judy Lybke, ganz und gar nicht eigenartig", "topics": [ diff --git a/tests/resources/parser/test_data/de/SZ.json b/tests/resources/parser/test_data/de/SZ.json index b5bc19d80..b0b906cd0 100644 --- a/tests/resources/parser/test_data/de/SZ.json +++ b/tests/resources/parser/test_data/de/SZ.json @@ -3,6 +3,22 @@ "authors": [ "Lars Brunckhorst" ], + "body": { + "summary": [ + "Ob Radler oder Politiker - zwei Rankings lassen wieder tief blicken." + ], + "sections": [ + { + "headline": [], + "paragraphs": [ + "Andere oder sich selbst mit anderen zu vergleichen, ist ein zutiefst menschliches Bedürfnis. Ob am Arbeitsplatz, in der Schule, im Sport oder bei Model-Casting-Shows - immer geht es darum: Wer ist schneller, größer, schöner, reicher oder geistreicher? Die Zahl der Rankings kennt keine Grenzen. Für alle, die von der Bundesligatabelle über die Forbes-Liste bis zu den Schlagern der Woche ein Faible für Hitlisten haben, waren die vergangenen Tage eine gute Zeit. Da verteilte zunächst der Allgemeine Deutsche Fahrradclub ADFC Noten an Deutschlands Städte und Gemeinden. Um es kurz machen: Das Münchner Umland - bei anderen Rankings wie Lebensqualität, Wirtschaftskraft und Immobilienpreisen sonst immer ganz vorne dabei - schneidet in puncto Fahrradfreundlichkeit eher nicht so gut ab. Allein Oberhaching schafft es mit einer 2,96 gerade noch aufs Treppchen. Grünwald dagegen: Mit einer 4,4 nahezu durchgefallen. Aber klar: Nirgendwo sonst ist die Sportwagen- und SUV-Dichte so groß.", + "An dieser Stelle soll aber die Rede sein von einer anderen Rangliste, wonach Marco Buschmann, der Bundesjustizminister von der FDP, der \"fleißigste deutsche Politiker\" ist, gefolgt von seiner weithin unbekannten Parteifreundin Bettina Stark-Watzinger (das ist die Bundesbildungsministerin) und - allerdings schon mit weitem Abstand - Außenministerin Annalena Baerbock von den Grünen. Bundeskanzler Olaf Scholz kommt dagegen, als erster SPDler, nur auf Platz 13 und Finanzminister Christian Lindner gar nur auf den 15. Platz. Ausgewertet wurden für die Erhebung sämtliche Aktivitäten aller Bundestagsabgeordneten, also Redezeiten, Anfragen, Anträge und dergleichen - Zwischenrufe und Handyzocken ausgenommen.", + "Das Ranking bricht nach Lindner ab, was rücksichtsvoll gegenüber den übrigen 721 Abgeordneten ist. Wer sich die Mühe machen will, kann aber selbst ausrechnen, auf welchen Plätzen etwa die Abgeordneten Florian Hahn, Anton Hofreiter und Gerold Otten gelandet sind, also jene drei, die in Berlin den Landkreis München vertreten. Investigativ, wie man uns kennt, haben wir nachgeschaut und siehe da: Grünen-Apologet Hofreiter ist, trotz oder gerade wegen seines Rauswurfs aus der ersten Reihe, mit gezählten 1922 Aktivitäten der unangefochtene Streber.", + "CSU-Mann Hahn kommt dagegen nur auf 257, aber der ist ja auch frisch verliebt. Damit ist Hahn aber immer noch weit fleißiger als drei andere Florians: etwa sein Parteifreund Florian Müller (52 Aktivitäten) und der Münchner Ex-Sozi Florian Post (74), vom rheinland-pfälzischen Florian Gerster (7!), dieser faulen Socke, ganz zu schweigen. Auf die 355 Aktivitäten von AfD-Mann Otten hätte man dagegen gerne verzichtet." + ] + } + ] + }, "publishing_date": "2023-04-28 19:50:30+02:00", "title": "Die Fleißigsten und Fahrradfreundlichsten im Landkreis München", "topics": [ @@ -17,6 +33,17 @@ "authors": [ "Süddeutsche Zeitung" ], + "body": { + "summary": [], + "sections": [ + { + "headline": [], + "paragraphs": [ + "Nach Angaben chilenischer Medien ist der konservative Ex-Präsident Sebastian Piñera, 74, bei einem Hubschrauberunglück ums Leben gekommen. Wie die Zeitung La Nación am Dienstag unter Berufung auf diplomatische Kreise berichtete, stürzte der Helikopter in den Lago Ranco in der zentralchilenischen Region Los Ríos ab. Auch die chilenische Zeitung La Tercera berichtete kurz darauf vom Tod des Politikers, der Chile in zwei Amtszeiten von 2010 bis 2014 und von 2018 bis 2022 regiert hatte." + ] + } + ] + }, "publishing_date": "2024-02-06 21:19:20+01:00", "title": "Ex-Präsident stirbt bei Hubschrauberabsturz", "topics": [ diff --git a/tests/resources/parser/test_data/de/SpiegelOnline.json b/tests/resources/parser/test_data/de/SpiegelOnline.json index 4cfb1949b..0f1875f6d 100644 --- a/tests/resources/parser/test_data/de/SpiegelOnline.json +++ b/tests/resources/parser/test_data/de/SpiegelOnline.json @@ -3,6 +3,30 @@ "authors": [ "DER SPIEGEL" ], + "body": { + "summary": [ + "Auf über 100 Seiten hat die Federal Reserve den Zusammenbruch der Silicon Valley Bank analysiert – und Mängel bei Überwachung und Regulierung festgestellt. Künftig müsse man schneller Risiken und Schwächen ausmachen können." + ], + "sections": [ + { + "headline": [], + "paragraphs": [ + "Die Federal Reserve hat in einer Analyse des Zusammenbruchs der kalifornischen Silicon Valley Bank (SVB) Versäumnisse ihrer Aufsicht eingeräumt und strengere Regeln für Geldhäuser angekündigt. Die Aufsicht der Fed über die in Santa Clara ansässige Regionalbank habe sich als unzureichend erwiesen, die Regulierungsstandards seien zu schwach, teilte die US-Notenbank mit.", + "»Der Zusammenbruch der SVB zeigt, dass es Mängel in der Regulierung und in der Aufsicht gibt, die angegangen werden müssen«, erklärte der für die Bankenaufsicht zuständige Fed-Vizechef Michael Barr in einem Brief, der dem über 100 Seiten langen Bericht zum SVB-Kollaps beigefügt war.", + "Zwar stünde das Missmanagement wichtiger Risiken durch die Regionalbank im Kern hinter dem Untergang des Instituts, erklärte die Fed. Doch Aufsehenden der SVB hätten die Probleme nicht vollständig erkannt. Sie hätten zudem verzögert reagiert, um weitere Beweise zu sammeln – und dies selbst dann noch, als die Schwächen sehr viel deutlicher geworden seien. Unter anderem hätten schärfere Kapital- und Liquiditätsanforderungen laut Fed die Widerstandsfähigkeit der SVB verbessern können. Fed-Vize Barr kündigte als Folge des SVB-Kollaps an, zu prüfen wie die Aufsicht Liquiditätsrisiken überwache und reguliere. Dabei habe sie zunächst die Risiken ungesicherter Bankeinlagen im Blick.", + "US-Aufseher hatten am 10. März den Stecker bei der SVB gezogen, nachdem Kunden einen Tag zuvor innerhalb von nur fünf Stunden 42 Milliarden Dollar an Einlagen aus der Bank abgezogen hatten und sich Nachfragen für weitere 100 Milliarden Dollar am folgenden Morgen aufgetürmt hatten. Der größte Kollaps einer Bank seit der globalen Finanzkrise 2008 hatte eine Vertrauenskrise im Finanzsektor ausgelöst und zu starken Kursverlusten bei Banken in den USA und Europa geführt. Die in New York ansässige Signature Bank war zwei Tage nach der SVB kollabiert." + ] + }, + { + "headline": [ + "Mitarbeitende berichten von Druck" + ], + "paragraphs": [ + "Barr bezeichnete den Untersuchungsbericht als »unerschrocken«. Darin führte die Fed aus, dass sich ihre Aufsichtspraktiken von 2018 bis 2021 verändert hätten. Erwartungen an die Aufsehenden seien gestiegen, mehr Beweise vor dem Ergreifen von Maßnahmen zu sammeln. Mitarbeitende, die im Rahmen der Untersuchung durch die Fed befragt worden seien, hätten von Druck berichtet, Belastungen für Unternehmen zu verringern und ein ordnungsgemäßes Vorgehen nachzuweisen. Zwischen 2016 und 2022 seien die Vermögenswerte im Bankensektor um 37 Prozent gestiegen. Gleichzeitig sei aber die Personalausstattung der Fed-Aufsicht um drei Prozent kleiner geworden." + ] + } + ] + }, "publishing_date": "2023-04-28 20:15:23+02:00", "title": "Silicon Valley Bank: Federal Reserve räumt Versäumnisse bei Aufsicht ein", "topics": [ diff --git a/tests/resources/parser/test_data/de/Stern.json b/tests/resources/parser/test_data/de/Stern.json index 0d80b7f37..9e472a664 100644 --- a/tests/resources/parser/test_data/de/Stern.json +++ b/tests/resources/parser/test_data/de/Stern.json @@ -3,6 +3,46 @@ "authors": [ "Laura Eßlinger" ], + "body": { + "summary": [ + "Europas Banken wollen beim Zahlungsverkehr unabhängiger von US-Firmen wie Paypal, Visa oder Apple werden. Mit EPI bringen sie bald ein neues Bezahlsystem an den Markt. Doch um mithalten zu können, muss es die Konkurrenz in drei Punkten schlagen." + ], + "sections": [ + { + "headline": [], + "paragraphs": [ + "Nach Jahren des Hin und Hers hat sich Europa dazu durchgerungen, ein eigenes Zahlungssystem für Verbraucherinnen und Händler auf den Weg zu bringen. Europäische Banken hoffen, damit den US-Platzhirschen Visa, Mastercard und Apple Pay etwas entgegenzusetzen – und sich ein Stück vom ertragreichen Zahlungsmarkt sichern zu können.", + "Die European Payments Initiative (EPI) plant ab 2024 Echtzeitüberweisungen auf Basis von SEPA und Karten für den Massenzahlungsverkehr sowie für Zahlungen zwischen Privatpersonen. Verbraucherinnen und Verbraucher sollen sich dann zwischen einem weiteren Anbieter im weltweiten Markt entscheiden können. Die Kosten für Transaktionen dürften insgesamt günstiger werden." + ] + }, + { + "headline": [ + "Onlineshops sollen System 2024 bekommen" + ], + "paragraphs": [ + "Ende 2023 soll laut EPI die Pilotphase starten, wo zunächst in Deutschland und Frankreich Zahlungen zwischen Privatpersonen über eine Wallet möglich sein werden. Belgien soll kommendes Jahr mitmachen, außerdem will die Initiative weitere EU-Länder mit ins Boot holen. Ende 2024 soll das Zahlungssystems in Onlineshops eingeführt werden, 2025 auch in Ladengeschäften. \"Dann werden Kunden sowohl ihre Bankkarte – in Deutschland zum Beispiel die Girocard – als auch Debit- und Kreditkarten der internationalen Anbieter für EPI nutzen können\", zitiert das Handelsblatt EPI-Chefin Martina Weimert.", + "Doch der Markteintritt von EPI kommt für viele zu spät. \"Der Zug ist noch nicht komplett abgefahren, aber schon ordentlich in Bewegung\", sagt Christiane Neumüller, Executive Director und Expertin für Zahlungsverkehr bei der Unternehmensberatung Capco. Volker Brühl vom Center for Financial Studies der Universität Frankfurt hielt EPI schon Ende 2021 für die letzte Möglichkeit, ein Zahlungssystem zu etablieren, das im globalen Wettbewerb mithalten könne. \"Wir in Europa sind eh schon hinten dran\", sagte der Finanzprofessor.", + "Im Gegensatz zum US-amerikanischen Markt gibt es in Europa keinen Zahlungsdienstleister, der mit den US-Anbietern konkurrieren kann. Von einem europäischen Zahlungssystem könnte der Bankensektor in Europa profitieren. \"Rentieren würde sich das für die Banken frühestens nach zehn Jahren\", prognostizierte Brühl. Hinzu kommt, dass die Europäische Zentralbank an einer eigenen virtuellen Währung bastelt, dem digitalen Euro. Der müsste dann in das EU-Zahlungssystem integriert werden, befand er.", + "Zum zeitlichen Wettbewerbsnachteil gegenüber der US-Konkurrenz kommt, dass von dem Zahlungssystem längst nicht alle Banken überzeugt sind. Es droht ein Flickenteppich in Europa. „Einen gemeinsamen Nenner haben die EU-Länder noch nicht gefunden. Das kostet EPI einiges an Schlagkraft\", sagt Zahlungsverkehr-Spezialistin Neumüller.", + "Die Initiative EPI wurde 2020 von mehreren großen europäischen Banken aus Frankreich, Deutschland und Spanien gegründet, darunter BNP Paribas, Société Generale, die deutschen Sparkassen und ING. Doch von den insgesamt 32 Unterstützern sprang die Hälfte ab und wollte kein Geld in das Zahlungssystem investieren. Derzeit wird EPI noch von 16 Kreditinstituten getragen. Aus Deutschland dabei sind Deutsche Bank, DZ Bank und die Sparkassen.", + "Dass das Projekt überhaupt umgesetzt werden kann, liegt auch daran, dass EPI zwei Firmen übernehmen will und damit auf bestehende Systeme aufspringt: Die EPI Company plant, das niederländische Zahlungssystem iDEAL und den Zahlungslösungsanbieter Payconiq International (PQI) zu kaufen." + ] + }, + { + "headline": [ + "\"Zweites PayPal zu sein, wird nicht reichen\"" + ], + "paragraphs": [ + "Dass Banken nun mit dem neuen Zahlungssystem um die Ecke kämen, heiße noch nicht, dass Kunden es auch tatsächlich annehmen, sagt Neumüller. \"Verbraucher werden nur von PayPal oder Apple Pay wechseln, wenn ihnen das neue Zahlungssystem genügend Anreize bietet\", so die Expertin. \"Einfach nur ein zweites PayPal zu sein, wird nicht reichen.\"", + "Neumüller sieht drei Bedingungen, die erfüllt sein müssen, damit EPI von Kundinnen und Kunden tatsächlich angenommen wird: Erstens, müsse das System einfach sein. Langwierige Autorisierungs- und Verifikationsprozesse schrecken viele Privatkunden ab. Händlerinnen und Händler sollten das Zahlungssystem problemlos einrichten können und keine IT-Ausbildung brauchen, um es in ihr Kassensystem zu integrieren, so Neumüller. Außerdem müsse EPI flächendeckend in so vielen Geschäften und Shops wie möglich nutzbar sein.", + "Zweitens, brauche es attraktive Konditionen. Darunter versteht die Capco-Expertin die Nutzungsgebühren für Händler, die diejenigen von Paypal oder Apple Pay schlagen müssen. Bei Paypal zum Beispiel zahlen die Händler den Großteil der Gebühren, geben ihre Kosten teilweise aber über den Preis an die Endkunden weiter. Für Privatkunden sei zudem wichtig, dass es eine Geld-zurück-Garantie für Käufe gebe.", + "Die dritte Bedingung ist, dass EPI mehr Funktionen anbieten muss als die Konkurrenz: Dafür müsse das Zahlungssystem komplett ins Online- und Mobilebanking integriert werden. Eine Aussage von EPI lässt vermuten, dass die Initiative genau daran arbeitet: \"EPIs Produkt wird eine digitale 'all in one' Wallet-Lösung als Zahlungslösung basierend auf SEPA Echtzeitzahlungen und vorhandenen Girokonten unter einer einheitlichen Marke umfassen.\" Im Idealfall, so Capco-Expertin Neumüller, könne man dann über einen Button EPI als präferiertes Zahlungssystem auswählen.", + "Darüber hinaus müsse es auch Rabattaktionen und Treueprogramme geben. Denkbar sei zum Beispiel, dass Händler ein Prozent ihres Umsatzes erstattet bekommen oder Endverbraucher Punkte erhalten, wenn sie EPI nutzen.", + "Dieser Artikel ist zuerst bei \"Capital\" erschienen." + ] + } + ] + }, "publishing_date": "2023-04-28 19:09:00+02:00", "title": "Statt Paypal & Co.: So könnte Europas neues Bezahlsystem die US-Konkurrenz schlagen", "topics": [ diff --git a/tests/resources/parser/test_data/de/Tagesschau.json b/tests/resources/parser/test_data/de/Tagesschau.json index 65b4c210b..b6a9eb1e4 100644 --- a/tests/resources/parser/test_data/de/Tagesschau.json +++ b/tests/resources/parser/test_data/de/Tagesschau.json @@ -3,6 +3,57 @@ "authors": [ "Christin Jordan" ], + "body": { + "summary": [ + "Nach 42 Sitzungen hat der Untersuchungsausschuss zur Flutkatastrophe im Ahrtal die Beweisaufnahme beendet. Was bleibt - außer zwei Rücktritten und schweren Vorwürfen gegen Verantwortliche?" + ], + "sections": [ + { + "headline": [], + "paragraphs": [ + "42 Sitzungen, 6700 Seiten Protokoll, 227 Zeugen und 20 Sachverständige: Das ist die Bilanz des Untersuchungsausschusses zur Ahrtal-Flut in Zahlen. Nach anderthalb Jahren hat der Ausschuss die öffentliche Beweisaufnahme nun beendet. Er hatte im Oktober 2021, wenige Monate nach der Flutkatastrophe, seine Arbeit aufgenommen, um mögliche Fehlentscheidungen und Pflichtverletzungen aufzuklären. 134 Menschen kamen allein im Ahrtal durch die Flut am 14. und 15. Juli 2021 ums Leben." + ] + }, + { + "headline": [ + "Versagen vor Ort" + ], + "paragraphs": [ + "Schwere Vorwürfe waren schon kurz nach der Katastrophe laut geworden. Der damalige Landrat des Kreises Ahrweiler, Jürgen Pföhler (CDU), habe frühzeitige Warnungen vor Rekord-Pegelständen viel zu spät weitergegeben, den Katastrophenfall erst um 23 Uhr ausgerufen - da waren bereits Häuser von den Wassermassen mitgerissen.", + "Pföhler ließ sich kurz darauf beurlauben, wurde am 31. Oktober 2021 in den Ruhestand versetzt. Gegen ihn läuft ein Ermittlungsverfahren wegen des Anfangsverdachts auf fahrlässige Körperverletzung und fahrlässige Tötung, vor dem Untersuchungsausschuss verweigerte der Ex-Landrat die Aussage. Die Ermittlungen sollen nach Angaben des zuständigen Oberstaatsanwalts Mario Mannweiler aus Koblenz im Sommer oder Herbst abgeschlossen werden." + ] + }, + { + "headline": [ + "Landesregierung unter Druck" + ], + "paragraphs": [ + "Auch hochrangige Politiker gerieten unter Druck. Ministerpräsidentin Malu Dreyer (SPD), ihr für den Katastrophenschutz zuständiger Innenminister Roger Lewentz (SPD) und die damalige Umweltministerin Anne Spiegel (Grüne) mussten in den Zeugenstand. Spiegel war nur zehn Tage nach der Flut zu einem vierwöchigen Familienurlaub aufgebrochen. Monate später kam das heraus. Spiegel, die inzwischen Bundesfamilienministerin war, musste im April 2022 zurücktreten.", + "Auch Minister Lewentz verkündete ein halbes Jahr später seinen Rücktritt. Hintergrund waren Videoaufnahmen und der Einsatzbericht der Hubschrauberpiloten aus der Unglücksnacht, die das Ausmaß der Katastrophe zeigten. Lewentz sagte im Ausschuss, er könne auf diesen Bildern keine Katastrophe erkennen, was für große Empörung sorgte.", + "Der Druck auf ihn wurde aber vor allem übermächtig, weil die Bilder dem Ausschuss erst mit großer Verspätung vorgelegt wurden. Auch die Ministerpräsidentin selbst stand unter Druck - auf eine Entschuldigung ihrerseits warten die Betroffenen im Ahrtal bis heute." + ] + }, + { + "headline": [ + "Unterschiedliche politische Bewertung" + ], + "paragraphs": [ + "Was bleibt am Ende des bislang größten Untersuchungsausschusses in der rheinland-pfälzischen Geschichte? Die politische Bewertung fällt unterschiedlich aus. Die Regierungsfraktionen der Ampel sehen die Hauptverantwortung für die Versäumnisse beim ehemaligen Landrat, bei dem die Einsatzleitung lag. Dagegen wirft die Opposition, allen voran die CDU, in erster Linie der Landesregierung Versagen vor.", + "Der Trierer Politikwissenschaftler Uwe Jun stellt dem Ausschuss insgesamt ein gutes Zeugnis aus. \"Die Gespräche waren häufig von Sachlichkeit geprägt und sind den Dingen auf den Grund gegangen. Es war vergleichsweise wenig parteipolitische Polemik erkennbar.\"", + "Auch die Regierungsfraktionen hätten \"mitgearbeitet und nicht erkennbar versucht, die Arbeit zu behindern\". Auch die Mängel des Katastrophenschutzes seien deutlich aufgedeckt worden. Als Lehre daraus stellt Rheinland-Pfalz den Katastrophenschutz neu auf.", + "Politische Beobachter zeigen sich vor allem enttäuscht von Ministerpräsidentin Dreyer. Es sei erschreckend, wie ahnungslos die Landesregierung war, sagt SWR-Landeskorrespondent Matthias Zahn. \"Dreyer will in der Flutnacht nichts von den dramatischen Entwicklungen gewusst haben. Sie verließ sich allein auf ihre Minister. Für eine Ministerpräsidentin ist das zu wenig.\" Umso höher sei die Leistung der vielen ehrenamtlichen Einsatzkräfte zu bewerten. \"Anders als die verantwortlichen Politiker sind sie in der Flutnacht über sich hinausgewachsen und haben Übermenschliches geleistet. Auch das ist im Untersuchungsausschuss eindrucksvoll deutlich geworden.\"" + ] + }, + { + "headline": [ + "Wie geht es weiter?" + ], + "paragraphs": [ + "Mit dem Ende der Beweisaufnahme ist die Arbeit noch nicht beendet. Bis zur Sommerpause wird der Bericht des Ausschussvorsitzenden erstellt, der dann an die Fraktionen und die Ausschussmitglieder geht. Bis Ende des Jahres dürfte der Abschlussbericht vorliegen - zweieinhalb Jahre nach der Flutkatastrophe." + ] + } + ] + }, "publishing_date": "2023-04-28 17:23:42.981000+02:00", "title": "Ausschuss zur Ahrtal-Flut: Zwei Rücktritte - und viele offene Fragen", "topics": [ diff --git a/tests/resources/parser/test_data/de/Taz.json b/tests/resources/parser/test_data/de/Taz.json index 97a153110..744f603e2 100644 --- a/tests/resources/parser/test_data/de/Taz.json +++ b/tests/resources/parser/test_data/de/Taz.json @@ -3,6 +3,32 @@ "authors": [ "Nicole Opitz" ], + "body": { + "summary": [ + "Das alte, diskriminierende Transsexuellengesetz ist endlich bald Geschichte. Das neue Gesetz sollte nicht weiter verwässert werden." + ], + "sections": [ + { + "headline": [], + "paragraphs": [ + "Na endlich! Es gibt einen Referentenentwurf zum Selbstbestimmungsgesetz. Die Ministerien der Justiz von Marco Buschmann (FDP) und Familie von Lisa Paus (Grüne) haben sich geeinigt. Der Entwurf zeigt: Mit der FDP ist immerhin ein bisschen Fortschritt im (Queer-)Feminismus zu haben. Ein Feminismus zwar, der mit wirtschaftsliberalen Interessen auf jeden Fall vereinbar sein muss und viele Wenn und Aber vorsieht, aber ein Vorankommen bedeutet.", + "Zum Hintergrund: Das Gesetz soll regeln, wie möglichst niedrigschwellig Vorname und Geschlechtseintrag geändert werden können. Bislang gilt das Transsexuellengesetz (TSG), das 1980 unter der diskriminierenden Annahme entstand, trans, inter und nichtbinäre Menschen seien „krank“.", + "Mehrere Male hat das Verfassungsgericht das TSG als verfassungswidrig eingestuft, immer wieder wurde es nachgebessert. Bis heute ist das Prozedere für Betroffene teuer und entwürdigend: Um den Geschlechtseintrag anzupassen, sind Gerichtsverfahren und zwei psychologische Gutachten nötig. Wann bekamen Sie Ihre Schamhaare? Wie oft masturbieren Sie? Niemand sollte diese Fragen beantworten müssen, wenn es um die Änderung des Geschlechtseintrags geht.", + "Das Gesetz wird mit großer Hoffnung von trans, inter und nichtbinären Menschen erwartet, die nichts weiter wollen als einen respektvollen Umgang. Den will die Bundesregierung mit dem „Gesetz über die Selbstbestimmung in Bezug auf den Geschlechtseintrag“ schaffen.", + "Es ist vorgesehen, dass der Geschlechts­eintrag sowie der Vorname künftig auf dem Standesamt geändert werden können. Nach einer dreimonatigen Wartezeit ist die Änderung gültig. Kinder und Jugendliche sollen mit dem Einverständnis ihrer Sorgeberechtigten Vornamen sowie Geschlechtseintrag ändern können. Vieles im Entwurf trägt die Handschrift der FDP, etwa die dreimonatige Wartezeit, die in den veröffentlichten Eckpunkten nicht angedacht war." + ] + }, + { + "headline": [ + "Sonderklausel beim Hausrecht" + ], + "paragraphs": [ + "Auch soll es eine gesonderte Klausel zum Hausrecht geben. Demnach ist beim Eintritt in Frauensaunen und Umkleidekabinen das Geschlecht im Personenstandsregister nicht ausschlaggebend. Das ist nicht gerade liberal. Im Gesetzentwurf wird betont, dass es die Rechtslage im Hausrecht nicht verändert. Allerdings ist eine betonte Erwähnung in diesem Zusammenhang eine absurde Verschiebung der Debatte. Der Entwurf ist also schon jetzt ein Kompromiss und sollte von der Regierung nicht noch weiter abgeschwächt werden.", + "Wenn es zu weiteren Beschlüssen kommt wie etwa zur gesundheitlichen Versorgung von trans, inter und nichtbinären Menschen, ist man in der Koalition hoffentlich mutiger. Auch FDP-Männern würde dadurch nichts weggenommen." + ] + } + ] + }, "publishing_date": "2023-04-28 18:41:00+02:00", "title": "Entwurf des Selbstbestimmungsgesetzes: Ein bisschen Fortschritt", "topics": [ diff --git a/tests/resources/parser/test_data/de/WAZ.json b/tests/resources/parser/test_data/de/WAZ.json index 3fb023ea7..ffbceccbd 100644 --- a/tests/resources/parser/test_data/de/WAZ.json +++ b/tests/resources/parser/test_data/de/WAZ.json @@ -3,6 +3,17 @@ "authors": [ "Florian Peters" ], + "body": { + "summary": [ + "Witten. Zum zweiten Mal sind die Food-Trucks nach Witten gekommen. Die Besucher konnten sich über alle Kontinente schlemmen. Was gab es auf die Gabel?" + ], + "sections": [ + { + "headline": [], + "paragraphs": [] + } + ] + }, "publishing_date": "2023-06-19 12:52:00+02:00", "title": "Hitze dämpft den Appetit beim Street Food Festival in Witten", "topics": [ @@ -22,6 +33,32 @@ "authors": [ "Philipp Wahl" ], + "body": { + "summary": [ + "Duisburg. Erste Visualisierungen zeigen, wie die Seilbahn in Duisburg aussehen könnten. Ebenfalls zu sehen: eine Haltestelle am Technologiequartier Wedau." + ], + "sections": [ + { + "headline": [], + "paragraphs": [ + "Zum Start der Immobilienmesse Mipim in Cannes startet Duisburgs städtische Entwicklungsgesellschaft Gebag am Montag eine neue Projekt-Internetseite zum Technologiequartier Wedau. Ein Hingucker der Seite, der viele Duisburgerinnen und Duisburger interessieren dürfte, ist eine erste Visualisierung der geplanten Seilbahn.", + "Die noch nicht finanzierte und noch nicht beschlossene „Urbane Seilbahn“ würden Stadtplaner und städtische Gesellschaften gerne umsetzen. Sie soll vom Duisburger Hauptbahnhof bis zur Fläche des Stadtentwicklungsprojekts 6-Seen-Wedau „fliegen“. Die Gebag hatte im Herbst eine Konzeptstudie zum Seilbahnbau vorgestellt, die für Aufsehen und Diskussionen über das Für und Wider sorgte." + ] + }, + { + "headline": [ + "Seilbahn Duisburg: Haltestelle an der ehemaligen Richthalle und Trassenverlauf" + ], + "paragraphs": [ + "Die nun von der Gebag veröffentlichte Visualisierung zeigt, wie ein möglicher Haltepunkt am zukünftigen Technologie-Quartier-Wedau (TQW) aussehen könnte. Demnach sei es „denkbar, dass sich die Seilbahn-Haltestelle über dem Dach der ehemaligen Richthalle im Herzen der Projektfläche wiederfinden wird“, so die Gebag.", + "Neben allgemeinen Informationen zum Projekt TQW illustriert die Webseite auch den aktuell vorgesehenen Trassenverlauf vom Hauptbahnhof an den „Duisburger Dünen“ entlang über den Sportpark Duisburg bis hin zum Bahnhof Wedau, direkt an der Projektfläche 6-Seen-Wedau.", + "Auf www.technologie-quartier-wedau.de geht‘s aber vor allem um das geplante Technologiequartier, etwa in Visualisierungen und Erläuterungen zum Entwurf.", + "Auf der rund 30 Hektar großen Fläche des ehemaligen Ausbesserungswerks Wedau, die sich unmittelbar nördlich an das Stadtentwicklungsprojekt 6-Seen-Wedau anschließt, soll ein Technologie-Quartier geschaffen werden, das Impulse für die Gesamtentwicklung der Stadt und der Region setzen soll.", + "Dort sollen etwa Campus-Flächen für eine mögliche Ansiedlung der Ingenieurwissenschaftlichen Fakultät der Universität Duisburg-Essen (UDE) und ein „Wissens-Campus“ geschaffen werden, wo sich beispielsweise Forschungs- und Entwicklungsfirmen oder Start-ups ansiedeln können." + ] + } + ] + }, "publishing_date": "2024-03-08 17:59:39+00:00", "title": "Erstes Bild: So könnte die Duisburger Seilbahn aussehen", "topics": [ diff --git a/tests/resources/parser/test_data/fr/LeMonde.json b/tests/resources/parser/test_data/fr/LeMonde.json index 78b14c555..0d4f03511 100644 --- a/tests/resources/parser/test_data/fr/LeMonde.json +++ b/tests/resources/parser/test_data/fr/LeMonde.json @@ -3,6 +3,30 @@ "authors": [ "Le Monde" ], + "body": { + "summary": [ + "Reçue mardi 29 août à l’Elysée, la secrétaire générale de la CGT a exposé au chef de l’Etat ses revendications, tout en l’interpellant sur la « rupture » entre l’exécutif et le monde du travail. La défiance est telle, selon elle, qu’elle joue en faveur de l’extrême droite." + ], + "sections": [ + { + "headline": [], + "paragraphs": [ + "Sous les dorures du palais de l’Elysée, ils ont fait connaissance et mesuré l’étendue de leurs divergences idéologiques. Mardi 29 août, en début de soirée, Emmanuel Macron a reçu, durant un peu plus d’une heure, Sophie Binet, la secrétaire générale de la CGT. Le chef de l’Etat souhaitait s’entretenir avec la syndicaliste, qui a pris ses fonctions à la fin mars. Il a procédé ainsi – ou s’apprête à le faire – avec Patrick Martin, le nouveau président du Medef (élu le 6 juillet), et avec Marylise Léon, désignée à la tête de la CFDT le 21 juin. Une manière d’établir un contact direct avec trois personnalités récemment installées aux commandes des plus grosses organisations de salariés et d’employeurs.", + "Pour ce tête-à-tête au sommet, Mme Binet est « arrivée avec [s]on ordre du jour », d’après le récit qu’elle livre au Monde. La dirigeante de la CGT affirme avoir tiré parti de l’invitation de M. Macron pour lui transmettre plusieurs messages de portée générale et attirer son attention sur des dossiers spécifiques.", + "« Je me suis adressée à lui avec gravité, car la situation dans le pays me paraît très inquiétante », confie-t-elle. Après la réforme des retraites, que le président de la République « a fait passer en force » malgré l’opposition d’une « écrasante » majorité de la population, « la défiance à l’égard de l’exécutif est profonde, chez les syndicats et, plus largement, au sein du monde du travail », juge Mme Binet.", + "A ses yeux, « on peut parler de rupture, avec de possibles conséquences électorales au profit de l’extrême droite ». Elle dit avoir « mis en garde » le chef de l’Etat « sur sa responsabilité historique et sur le fait que son action risquait de contribuer à l’arrivée au pouvoir du Rassemblement national en 2027 ». « A force de ne pas tenir compte de l’avis des organisations de salariés et de l’opinion, beaucoup de femmes et d’hommes vont considérer qu’il n’y a pas d’autre alternative que Marine Le Pen », argumente-t-elle." + ] + }, + { + "headline": [ + "« Désaccord total »" + ], + "paragraphs": [ + "Pour la syndicaliste, il n’existe qu’une seule voie pour « apaiser la colère et tourner la page » du conflit social qui a duré tout au long du premier semestre : la tenue d’un référendum sur les retraites. Une demande formulée également par l’ensemble des partis politiques qui composent la Nouvelle Union populaire écologique et sociale. Mme Binet a fait valoir au locataire de l’Elysée qu’« il ne peut pas avoir raison seul face à tout le monde ». Mais, d’après elle, M. Macron a, sans surprise, balayé l’idée d’une consultation des citoyens, estimant qu’il faut repousser l’âge légal de départ à la retraite, afin, notamment, de garantir l’équilibre du système. « Là-dessus, notre désaccord est total, souligne-t-elle. La CGT a des solutions pour financer la branche vieillesse – dont il ne veut pas entendre parler. »" + ] + } + ] + }, "publishing_date": "2023-08-30 12:52:08+00:00", "title": "Sophie Binet met en garde Emmanuel Macron sur la « gravité de la situation dans le pays »", "topics": [ diff --git a/tests/resources/parser/test_data/lt/LRT.json b/tests/resources/parser/test_data/lt/LRT.json index 353bb9474..b18242385 100644 --- a/tests/resources/parser/test_data/lt/LRT.json +++ b/tests/resources/parser/test_data/lt/LRT.json @@ -3,6 +3,32 @@ "authors": [ "Povilas Aleksandravičius" ], + "body": { + "summary": [ + "Judo išdavystė atrodo keistai. Įprastai išdavystės taip nevyksta. Esame pripratę prie minties, kad Judas išdavė Jėzų dėl pinigų. Evangelijos pabrėžia Judo Iskarioto gobšumą. Jų autoriai pasakoja, kad būtent Judas piktinosi moterimi, kuri ant Jėzaus galvos išpylė brangius kvepalus: esą juos buvo galima parduoti ir gautus pinigus išdalinti vargšams." + ], + "sections": [ + { + "headline": [], + "paragraphs": [ + "Galbūt neatsitiktinai Judui buvo patikėta bendruomenės kasa. Bet Jonas su pasišlykštėjimu teigia, kad Judas iš tos kasos grobstė pinigus ir vargšai jam nerūpėjo (Jn 12, 6).", + "Vis dėlto egzegetai sutaria, kad 30 sidabrinių negalėjo būti Judo motyvas kaip tik dėl jo gobšumo: suma yra per menka, buvo kur kas daugiau galimybių pralobti, jei Jėzus liktų laisvėje. Išduoti dėl gobšumo neapsimokėjo. O ir Mato evangelijoje aprašyti Judo veiksmai, pasmerkus Jėzų, atrodo psichologiškai neadekvatūs banalaus gobšuolio mąstymui: „Kai išdavikas Judas pamatė, jog Jėzus pasmerktas, gailesčio pagautas, nunešė atgal auštiesiems kunigams ir seniūnams trisdešimt sidabrinių ir tarė: „Nusidėjau, išduodamas nekaltą kraują.“", + "Nusviedęs šventykloje pinigus, jis išbėgo ir pasikorė“ (Mt 27, 3–5). Kodėl pasielgta taip desperatiškai, reiktų ieškoti kitokių motyvų. 30 sidabrinių buvo simbolinis užmokestis, po juo slepiasi kita prasmė.", + "Keista ir tai, kad tuoj po išdavystės Judas prapuola. Juk jis, jei siekė grynai savanaudiškos naudos, būtų galėjęs išlošti labai daug tęsdamas išdavystę iki galo – aktyviai dalyvauti Jėzaus teismo procese, liudyti Kajafo ir Poncijaus Piloto akivaizdoje, įsiteikti miniai. Judas to nedarė. Jo planas buvo kitas.", + "Keistas yra Judo išdavystės ženklas – pabučiavimas (Mt 26, 49; Lk 22, 48). Taip neišduodama. Būtų užtekę ir atsainaus parodymo ranka. Tais laikais, panašiai kaip ir mūsų, pabučiavimas reiškė ypatingą prielankumą ir meilę, bučiuojama buvo ypatingomis progomis, siekiant parodyti ištikimybę ir atsidavimą, ryžtą niekada nepalikti. Pabučiuodamas Jėzų, Judas jam lyg norėjo pasakyti, kad atlieka meilės veiksmą, kažką svarbaus, intymaus, ypatingo, už ką Jėzus galiausiai bus dėkingas. Visa tai labai keista. Kokia to prasmė?", + "Kai kurie autoriai (pavyzdžiui, religijotyrininkas ir evangelijų tyrinėtojas Armandas Abécassis, parašęs intriguojančią knygą „Judas ir Jėzus: pavojingas ryšys“) teigia, kad Judą ir Jėzų siejo problemiškas, bet stiprus ryšys. Judas buvo labiausiai užsispyręs Jėzaus mokinys, konkrečiais veiksmais bandęs realizuoti jo mokymą, o kiti mokiniai nebuvo tokie ryžtingi. Tik Judas buvo nepajėgus suprasti tikrosios šio mokymo prasmės. Atkreipkime dėmesį, kad kitiems apaštalams Jėzų vadinant „Viešpačiu“ ir „Mesiju“, Judas į jį kreipiasi „rabi“ (Mt 26, 25.49), vadinasi, vertina jį tik kaip eilinį mokytoją. Vaikščiodamas su Jėzumi, Judas kažko nesuprato, kažko nepajuto.", + "Judas buvo aktyvus žmogus. Evangelistai jį vadina „Iskariotu“, o tai reiškia, kad jis priklausė politiniam sikarijų judėjimui. Šis judėjimas siekė pašalinti romėnų valdžią, atkurti Izraelio karalystę ir įtvirtinti žydų tautos galią regione. Taip jo dalyviai suprato Dievo valią, ir Judas entuziastingai bandė ją įgyvendinti. Jėzus, šis stebukladarys, gydantis ligonius, žodžiu numalšinantis audras, sugebantis pamaitinti minias ir tobulai jas valdyti, puikiai tiko būti Izraelio karaliumi.", + "Tik Jėzus to vengė. Kiekvieną kartą, kai buvo norima paskelbti jį karaliumi, jis pasišalindavo (Jn 6, 15). Ir tos jo kalbos: „Mano karalystė ne iš šio pasaulio“ (Jn 18, 36); „kas ciesoriaus, atiduokite ciesoriui, o kas Dievo – Dievui“ (Lk 20, 25); „Dievo karalystė neateina regimai“ (Lk 17, 20), etc. Jis ne tik nekurpė valdžios paėmimo planų, bet be galo kalbėjo apie meilę ir vidinę karalystę. Mokiniai nekantravo: „Viešpatie, gal tu šiuo metu atkursi Izraelio karalystę?“ (Apd 1, 6). Normalaus atsakymo jie nesulaukė. Taigi, reikėjo veikti.", + "Judas Iskariotas ėmėsi veiksmų. Reikėjo įstumti Jėzų į tokią padėtį, kurioje jis būtų priverstas parodyti savo galią. Reikėjo išduoti jį kareiviams, teismui ir miniai, kad kiltų pavojus jo gyvybei. Tada jis neturėsiąs kitos išeities: privalės savo antgamtine jėga, kuria sutramdė vėją ir jūrą, išblaškyti minią, sunaikinti romėnus, ir čia Judui ir kitiems mokiniams rasis proga atkurti Izraelio karalystę. Toks buvo planas.", + "Įvyko kitaip. Jėzus išties turėjo galią: „Gal manai, jog aš negaliu paprašyti savo Tėvą ir jis bemat neatsiųstų man per dvylika legionų angelų?!“ (Mt 26, 53). Tačiau jos nepanaudojo, nes į žemę nešė visai kitokio pobūdžio žinią: „Mano karalystė ne iš šio pasaulio. Jei mano karalystė būtų iš šio pasaulio, mano tarnai juk kovotų, kad nebūčiau atiduotas. Bet mano karalystė ne iš čia“ (Jn 18, 36). Jėzus leidosi suimamas, kankinamas, nužudomas. Taip jis prisiėmė kiekvieno iš mūsų kančią ir mirtį. Jis prisikėlė, kiekvienam iš mūsų suteikdamas naujos gyvybės – meile pulsuojančios gyvybės – galimybę. Judas to nenujautė, to nepamatė. Jo mąstymas nebuvo tam atviras.", + "Kokia yra Judo Iskarioto nuodėmė? Nurodinėti Dievui, ką jis turi daryti. Iš čia ir jo drama. Jis uoliai vykdė religinę savo laiko programą, neįtardamas, kad „įėjo į jį šėtonas“ (Jn 13, 27; Lk 22, 3). Skirtingai nuo kitų Jėzaus mokinių, Judas nesugebėjo atsiverti aukštesnei logikai, įsiveržusiai į žmonijos istoriją. Judo mąstymas veikė pagal šio pasaulio logiką, dievišką mokymą aiškinusią siaurai žmogiškomis kategorijomis, politinės galios ir pergalės prieš kitą idealais. Šie idealai buvo nuspalvinti religijos spalvomis: Judas manėsi esąs Dievo didvyris, savo veiksmais išprovokuosiantis Dievo veikimą Izraelyje. Jis išprovokavo Dievo ir savo mirtį.", + "Tai ne tik Judo, tai daugybės krikščionių drama. Mes skaitome Katekizmą, kalbame apie dorybes ir manomės žinantys, kokia yra Dievo valia. Bet jeigu mūsų religingumas nėra pranokęs pasaulio logikos, jeigu Dievo valią suvokiame kaip galią, kaip kito žmogaus atstūmimą, kaip politinę pergalę, jeigu Dievo valią vykdome nesigilindami į subtilų ir jautrų sielos gyvenimą, mes kartojame Judo veiksmus. Mes juos kartojame ir tada, kai fantazuojame apie visuomenėje karaliaujančią Bažnyčią, bet pamirštame, kad Kristaus Bažnyčia pirmiausia yra vidinė mūsų dvasios karalystė, auganti tik tiek, kiek mumyse yra meilės. Deja, neretai krikščionių mąstymas yra panašus į primityviausią politinę ideologiją.", + "Pernelyg dažnai religingi žmonės manosi vykdantys Dievo valią, o iš tiesų stojasi į Dievo vietą ir kliudo jam veikti. Tarsi judai, jie nurodinėja Dievui, ką jis turi daryti, nė nesuvokdami, kad taip dalyvauja piktojo planuose. Judo išdavystė tiems, kurie skaito Bibliją, yra kvietimas introspekcijai, sąžinės sąskaitai, bandymui atpažinti savo sieloje judo polinkius. Tai būtina sąlyga, mokantis atsiverti autentiškam dieviškajam veikimui.", + "Tiesa, Dievas „eina savo keliu“ (Mk 14, 21), net jeigu daugybė judų istorijoje jį išduoda. Jis keliasi iš mirties. Šio pasaulio logika gali žudyti jį kasdien, kas dieną jis prisikels, pulsuodamas nauja gyvybe. Galbūt atėjo laikas į mūsų žmogišką mąstymą įsileisti Dievo mąstymą, pakeisti galios troškimo logiką meilės logika? Tai klausimas kiekvienam." + ] + } + ] + }, "publishing_date": "2024-03-31 16:59:00+00:00", "title": "Povilas Aleksandravičius. Kodėl Judas išdavė Jėzų?", "topics": [ diff --git a/tests/resources/parser/test_data/na/TheNamibian.json b/tests/resources/parser/test_data/na/TheNamibian.json index ca5e3adae..164fc90a5 100644 --- a/tests/resources/parser/test_data/na/TheNamibian.json +++ b/tests/resources/parser/test_data/na/TheNamibian.json @@ -3,6 +3,31 @@ "authors": [ "admin" ], + "body": { + "summary": [ + "THE body of a newborn baby girl was found at the Swakopmund rubbish dump on Monday morning with a plastic bag tied over her head." + ], + "sections": [ + { + "headline": [], + "paragraphs": [ + "According to the Police the baby was already badly decomposed and there was blood all over her body. The Police suspect the plastic bag was tied around her head to suffocate her.", + "The Police responded to a phone call from Telecom Namibia.", + "Scavengers who make a living off the dump by collecting bottles and tins for recycling made the discovery, and told a Telecom employee about it.", + "Detective Sergeant Raphael Letota of the Swakopmund Police said the body was found in rubbish dumped at the site early on Monday morning.", + "Police suspect the body was dumped in a rubbish bin over the weekend.", + "It is the fourth dumped baby to have been found at the coast in the past few months.", + "A baby was found on the beach at Vineta, Swakopmund over the holiday, while two other babies were discovered recently, one at Henties Bay and one at Walvis Bay.", + "Detective Warrant Officer Reinette Cronje, of the Walvis Bay Woman and Child Unit, told The Namibian on Tuesday that all four babies had been killed.", + "“I would like to appeal to mothers to rather bring unwanted babies to us,” she said.", + "Letota said there were usually very few clues to follow in such cases.", + "He said they relied heavily on information provided by the public to solve these cases.", + "Anyone with information on the baby dumped over the weekend is asked to phone Detective Sergeant Letota on (064) 404057.", + "The Police suspect the plastic bag was tied around her head to suffocate her. The Police responded to a phone call from Telecom Namibia. Scavengers who make a living off the dump by collecting bottles and tins for recycling made the discovery, and told a Telecom employee about it. Detective Sergeant Raphael Letota of the Swakopmund Police said the body was found in rubbish dumped at the site early on Monday morning. Police suspect the body was dumped in a rubbish bin over the weekend. It is the fourth dumped baby to have been found at the coast in the past few months. A baby was found on the beach at Vineta, Swakopmund over the holiday, while two other babies were discovered recently, one at Henties Bay and one at Walvis Bay. Detective Warrant Officer Reinette Cronje, of the Walvis Bay Woman and Child Unit, told The Namibian on Tuesday that all four babies had been killed. “I would like to appeal to mothers to rather bring unwanted babies to us,” she said. Letota said there were usually very few clues to follow in such cases. He said they relied heavily on information provided by the public to solve these cases. Anyone with information on the baby dumped over the weekend is asked to phone Detective Sergeant Letota on (064) 404057." + ] + } + ] + }, "publishing_date": "1970-01-01 00:00:00+00:00", "title": "Newborn baby's body found at coastal dump" }, @@ -10,6 +35,64 @@ "authors": [ "Eliaser Ndeyanale" ], + "body": { + "summary": [ + "President Nangolo Mbumba knew something was wrong the day president Hage Geingob’s staff started sending him constant updates as they flew him back home from the United States." + ], + "sections": [ + { + "headline": [], + "paragraphs": [ + "The president’s staff never gave him constant updates when he was flying mid-air.", + "This was a red flag.", + "The president and his team were flying over Nigeria from the United States (US) when Mbumba received the strange text message.", + "“I was asking myself, why are they saying they were flying over Nigeria? They usually communicate with take-off and when they are about to land,” Mbumba says.", + "Mbumba opened up for the first time about Geingob’s final days in a candid interview with the Namibian Broadcasting Corporation (NBC) on Sunday.", + "Alongside him during the NBC interview was National Assembly speaker Peter Katjavivi.", + "The two men spoke of how they clung to the hope of Geingob’s recovery until the final hours as they waited to hear from the doctors once he landed on home ground.", + "When the plane flew to the US on 24 January, Mbumba had high hopes that the president would return to his old energetic self.", + "NEVER SAY GOODBYE", + "Mbumba said he and Geingob never said the word “goodbye” to each other whenever Geingob was flying out of the country.", + "The day Geingob left for his medical treatment trip to the US was no different.", + "He accompanied the president and his team to the airport to send him off.", + "“I was there when he left [for the US]; we shook hands. We did not say much. The two of us had this habit never to say goodbye to one another,” Mbumba recalled.", + "Geingob had travelled to the US for novel cancer treatment.", + "Mbumba said since the day Geingob left the country for the US, he was constantly in touch with the team that joined the late president, which was unusual.", + "He added that when Geingob returned home, there were some difficulties connecting in Algiers.", + "He got a message from one of the president’s security staff when they were flying over Nigeria.", + "UNUSUAL ENVELOPE", + "He said the day before Geingob departed to the US, he gave him an envelope with the communication that he would be acting president while the president was away.", + "He said usually he received this envelope at the airport, but this time it was different.", + "“Uniquely, this time when he left for the US, it was the first time it was announced the vice president would be the one acting. Usually I just get the envelope at the airport, and also this time was the very first time I got the envelope the day before the departure.", + "“I have never had that type of experience. Certain things were happening, which we could not read, which we cannot understand, but maybe those were the omens of things to come,” Mbumba said.", + "He said the personnel also communicated that they were entering Angolan airspace and that when they arrived in the country, they would go straight to Lady Pohamba Private Hospital in Windhoek.", + "STRANGE PHONE CALL", + "“The morning they woke up here [after returning from the US] I got a call from his phone. My reaction was, is the president already working? But that call was from madam Geingos to indicate that I need to come and be updated by the doctors,” Mbumba said.", + "He said the update he got from the president’s medical team gave him hope that Geingob would recover.", + "“But the situation never really improved, it remained stable but [did] not improve until it just hit us hard,” Mbumba said.", + "Mbumba said he was present when doctors told those at the hospital: “We just lost him.”", + "BREAKING THE NEWS TO THE WORLD", + "Mbumba said he considered how to break the news to the nation and the world.", + "“It was very difficult to be the one announcing the death of your brother, your friend, your colleague, your boss, the man who appointed you to the position you are having. It was very difficult to make a public announcement,” he recalled.", + "“As we were working on the statement, people were calling me, and I answered and told them yes, this is what happened, they are the ones to announce it, and it cannot be announced by anybody – it had to be announced by somebody with authority to do so on behalf of everybody else.", + "“We must respect the structure of the government,” he said.", + "“Hage Geingob passed on young in mind and heart. He died on duty,” Mbumba said.", + "‘WE HAD PLANS AFTER RETIREMENT’", + "Katjavivi, one of Geingob’s close friends and peers, was one of the people who visited Geingob hours before he took his final breath.", + "He said he and a few other people were called to the hospital on 3 February after five o’clock. He said they were briefed by Geingob’s medical team.", + "“It gave us a sense of hope that [other] options are available to the medical team to do their best, but I recall when we were taken in to view him in the ICU I looked carefully at his face and I wanted to leave with something symbolising hope.", + "“I may be wrong, but it was a very difficult period, and I felt I was looking at his eyes, eyebrows, and I thought his eyebrows were moving and I left the ICU. I was talking to myself, comforting myself that there is a hope for recovery,” he said.", + "Katjavivi said in the early hours of Sunday morning while still asleep, he received a call that the president had died.", + "He said he, Mbumba and Geingob planned to settle at Swakopmund and to sometimes walk barefoot by the seaside and have coffee at a nearby café.", + "GOING HOME TO DIE", + "Political analyst Henning Melber questions the circumstances surrounding Geingob’s departure, suggesting that if an inner circle was aware of his imminent passing, his trip to the US wouldn’t have been for medical treatment.", + "Melber speculates that Geingob may have realised his life was ending during his time in the US and chose to return home to die.However, Melber questions why this should be a contentious issue.", + "“This means that as of his arrival back in Namibia people may have become aware that not much time was left. But why make an issue of it?", + "“If one could provide evidence that it was exploited for dubious arrangements, it would be another matter. But I do not see any indications pointing reliably into such a direction,” he says." + ] + } + ] + }, "publishing_date": "2024-02-20 19:05:24+02:00", "title": "Mbumba recounts Geingob’s last days" } diff --git a/tests/resources/parser/test_data/uk/TheGuardian.json b/tests/resources/parser/test_data/uk/TheGuardian.json index 4f9d072c7..4dd0c3d7d 100644 --- a/tests/resources/parser/test_data/uk/TheGuardian.json +++ b/tests/resources/parser/test_data/uk/TheGuardian.json @@ -3,6 +3,25 @@ "authors": [ "Guardian staff reporter" ], + "body": { + "summary": [ + "Police in Spanish city continue to search debris after blaze that consumed one of the buildings in less than an hour" + ], + "sections": [ + { + "headline": [], + "paragraphs": [ + "The death toll from a fire that left two residential buildings charred ruins in the Spanish city of Valencia rose to 10 on Saturday after authorities announced they had located the remains of what they believed to be the last missing person.", + "Forensic police found the 10th victim inside the building, the national government delegate in Valencia, Pilar Bernabé, told journalists. Police will proceed with DNA testing to confirm the identities of all the victims, she said.", + "Although there were no other missing people reported, Bernabé said police and firefighters would continue the complex work of combing the debris in search of any other possible victim.", + "It was not immediately known how many people were in the two buildings when the fire broke out, but the complex had about 140 apartments.", + "The blaze that appeared to begin in one home on Thursday afternoon engulfed the rest of the 14-story apartment block in less than an hour, raising questions about whether construction materials used on the façade may have contributed to the fire spreading so rapidly.", + "Neighbours described seeing the rapid evolution of the flames, with residents stuck on balconies and children screaming. Those left homeless by the fire, including many Ukrainian refugees who lived in the complex, were initially given refuge in city hotels but were expected to be moved to other accommodation over the weekend.", + "Experts suggested that a type of cladding might have made the blaze spread faster, but Valencia’s mayor, María José Catalá, said the cause was still unknown and that it was too early to comment on whether some materials used in the construction of the buidlings might have worsened it." + ] + } + ] + }, "publishing_date": "2024-02-24 11:42:23+00:00", "title": "Death toll in Valencia fire rises to 10 as remains of last missing person found", "topics": [ diff --git a/tests/resources/parser/test_data/uk/TheIndependent.json b/tests/resources/parser/test_data/uk/TheIndependent.json index 340ecf5d4..08bccbbbc 100644 --- a/tests/resources/parser/test_data/uk/TheIndependent.json +++ b/tests/resources/parser/test_data/uk/TheIndependent.json @@ -3,6 +3,20 @@ "authors": [ "Jamie Braidwood" ], + "body": { + "summary": [], + "sections": [ + { + "headline": [], + "paragraphs": [ + "England are preparing to face Australia in the Women’s World Cup semi-finals, with the hosts gripped by Matildas fever ahead of Wednesday’s crunch clash in Sydney.", + "The Lionesses reached the semi-finals as they came from behind to beat Colombia on Saturday and will return to Stadium Australia to face the hosts, with Sarina Wiegman’s side looking to reach their first ever World Cup final. Australia defeated France on penalties in what was the most-watched sporting event in the country since the 2000 Olympics, with the excitement set to build even further ahead of facing rivals England.", + "The World Cup semi-finals kick off tomorrow with Spain meeting Sweden in Auckland for a place in Sunday’s showpiece final. All four teams left in the World Cup are looking to win the tournament for the first time, with European champions England remaining slight favourites. Sweden were impressive in knocking out Japan in the quarter-finals, while Spain have a hugely talented squad and Australia have the momentum and backing of their home support.", + "Follow all the latest World Cup news and updates ahead of the semi-finals in today’s live blog." + ] + } + ] + }, "publishing_date": "2023-08-14 09:17:08+00:00", "title": "Women’s World Cup LIVE: England news as Lionesses prepare for Australia semi-final", "topics": [ diff --git a/tests/resources/parser/test_data/uk/TheTelegraph.json b/tests/resources/parser/test_data/uk/TheTelegraph.json index 167e19510..a0ec7eda8 100644 --- a/tests/resources/parser/test_data/uk/TheTelegraph.json +++ b/tests/resources/parser/test_data/uk/TheTelegraph.json @@ -3,6 +3,185 @@ "authors": [ "Madeleine Howell" ], + "body": { + "summary": [ + "The best heated clothes airers are a space-saving alternative to tumble dryers or clothes lines" + ], + "sections": [ + { + "headline": [], + "paragraphs": [ + "Finding the best heated clothes airer may not sound like the most exciting of pursuits. But as a means of drying your clothes in winter, these gadgets are hard to beat. Not only is a heated airer far kinder to your treasured garments than tumble drying (it adds years to the lifespan of your clothes), it’s also better for the environment, and arguably cheaper to run: around 10p per hour, as opposed to around £2 per load in a tumble dryer based on current electricity prices. They also help to eliminate that damp washing smell and can be folded away for compact storage.", + "Since the price of energy soared, we’re seeing a lot of interest in simple money-saving devices like air fryers, electric blankets and electric heaters. Heated clothes airers have been the surprise hit. But which is the best? I’ve tried them all and my full reviews are below, followed by a guide to how to use them. If you’re pressed for time, here’s a look at my top five:" + ] + }, + { + "headline": [ + "The best heated clothes airers for 2023, at a glance", + "What are heated airers used for?" + ], + "paragraphs": [ + "Heated airers speed up the drying process and provide a gentler method for drying delicates. Instead of wrapping delicates in towels and balancing them precariously on the bathroom radiator, or hanging dresses up in the shower to drip-dry, an electric airer means I can just wring them out gently and lay them flat to dry.(In fact, I now only ever use a tumble dryer for towels or bedding.)", + "Heated airers are also a good way of minimising crinkles, so you might not need to invest in an iron or a steamer." + ] + }, + { + "headline": [ + "How I tested the best clothes airers" + ], + "paragraphs": [ + "I tested each airer on a variety of clothes from lighter shirts and dresses to heavier jumpers and jeans. I took into account how long each took to dry, how much it cost to run, how much each held, how much space it took while clothes dried, and how easy it was to pack away and store." + ] + }, + { + "headline": [ + "High demand" + ], + "paragraphs": [ + "Heated clothes airers are proving exceptionally popular this year, given the high energy prices. My top-rated airers may temporarily sell out. These are currently the best places to look for alternatives:" + ] + }, + { + "headline": [ + "Best heated clothes airers", + "1. Lakeland Dry:Soon Deluxe 3-Tier heated airer and cover" + ], + "paragraphs": [ + "Currently £204.98, Lakeland", + "Best heated clothes airer overall, 9/10", + "We like: the addition of a ventilated cover speeds up the drying process", + "We don’t like: it’s large when deployed", + "This is the ultimate heated airer for a large family or someone with a sizeable wardrobe. It holds up to 15kg of wet washing on 21m of drying space and dries the fastest of all those I’ve tested, thanks to a clever heat-retaining cover which can be bought separately or as a bundle with the dryer for a £15 saving.", + "Running at 300w, it costs 15p an hour to use at current prices. It’s tall enough for hanging long items like trousers and towels, and the adaptable rungs mean you can lay up to six jumpers flat for speedy drying. My colleague Debora Robertson swears by it as the best way of drying bras and Sally Hughes of laundry experts Kair recommends it to make delicates last longer.", + "I found the Dry:Soon took around four to five hours to dry lighter materials; and closer to 10-12 for heavier jumpers and the like. In the world of heated clothes airers, that’s really pretty good – the cover certainly does its job.", + "I also appreciated the overall design. Yes, I know we’re talking about a clothes rack here – but the Dry:Soon felt like it had been well thought through. It’s pretty light (7.7kg) and the carry handle is helpful if you need to move the unit into another room. And, despite being fairly large once deployed, it folds flat and compact, down to 8cm deep, so it’s a neat thing to store.", + "If this one is still too big for the space you have (when fully open, it measures 70x74x132.5cm), Lakeland also have a mini version. The Dry:Soon Mini standard 3-tier heater measures 60x63x113.5cm fully open, and has 13m drying space, running at 198w (£129.99, Lakeland).", + "Personally, I favour the larger version – if you’re using it anyway, you might as well dry two loads at once and then put it away until next time. Both come with Lakeland’s standard three-year guarantee." + ] + }, + { + "headline": [ + "2. Lakeland Dry:Soon Drying Pod" + ], + "paragraphs": [ + "£79.99, Lakeland", + "Best value heated clothes airer, 9/10", + "We like: massively reduces ironing time on shirts and blouses", + "We don’t like: it costs more per hour to run than most heated airers", + "Rather than heated rungs, this variation on the heated airer features a 70C fan. It circulates hot air around your clothes, which are encased in a tent-like, ventilated outer cover. This means it dries clothes faster than other airers.", + "It’s effectively a fan on detachable tripod feet with a pole, at the top of which there are six spokes designed to hold up to 12 hangers of spin-dried or well-wrung damp clothing (up to 10kg). It’s particularly useful for shirts and blouses, since being able to hang T-shirts in this way means they dry straight with minimal creases, meaning less ironing. But it’s less useful for drying, say, towels.", + "I found it easy enough to slot the contraption together the first time I took it out of the surprisingly small box it arrived in, with no tools required. It packs right down back into it, which is handy for those short of utility space. When in use, it’s a compact means to dry almost two weeks’ worth of shirts (measuring 62cm x 146cm). It’s lighter than many other airers, too, weighing just 3.54kg.", + "I was concerned the fan would be noisy, but unlike a tumble dryer, it’s very quiet at less than 52dB. It states that it takes around one to three hours to dry your laundry. Delicates were perfectly dry after even less, but shirts took around an hour and denim a little longer. A timer can be set to either a minimum of 30 minutes or a maximum of 180 minutes.", + "As with all heated airers, it consumes less energy than a conventional tumble dryer. Of course, it still uses more electricity than hanging shirts to dry naturally. Running at 1,000 Watts, it also uses more energy than some other airers featured here, but it makes up for it in efficiency (and it’s very useful in the event that you’ve run out of emergency shirts)." + ] + }, + { + "headline": [ + "3. John Lewis 3-Tier Heated Indoor Clothes Airer" + ], + "paragraphs": [ + "£100, John Lewis", + "Best heated clothes airer for drying shoes", + "We like: the shoe racks at the bottom", + "We don’t like: it’s wider than it looks", + "Heated airers can look pretty same-y but this John Lewis option stands out from the crowd thanks to one small thing: shoe dryers. If you’ve been caught out in a storm and had to stuff your shoes full of old newspapers of kitchen towels to dry them, only to find them still slightly soggy the next day, this is for you.", + "Plus, the dryer can hold 15kg of washing with 5kg recommended for each layer. The bars heat up to a temperature on the cusp of being too hot to touch, add a cover (you’ll have to buy one separately) and they are. I’ve found the trick with drying delicates is lying them across the bars rather than hanging them over and risking stretching. Using hangers through the middle of the bars is also highly effective for drying shirts and stops the usual criticism that heated airers only dry the bit touching the bars.", + "The dryer does stand quite wide when set up, at 66cm, which is a little wide for my small apartment although it folds completely flat which is handy for storage. I don’t actually mind that it takes up so much room, because I find it even heats the surrounding air, doubling as a low power radiator." + ] + }, + { + "headline": [ + "4. Black and Decker 3-tier heated airer" + ], + "paragraphs": [ + "£119.99, Amazon", + "Best heated clothes airer for easy storage, 8/10", + "We like: that it folds flat and has a small footprint", + "We don’t like: it doesn’t come with a cover", + "Black & Decker are renowned for making power tools, and structurally, I rather like this tower-shaped airer. It boasts three tiers on which to either drape clothes flat to dry, or on which to hang them. The tiers can be rearranged (by unfolding one half of the rung down), making way to dry longer items such as trousers, dresses, towels or bedding.", + "Because it’s vertical, I think it’s an efficient shape in terms of how much space it takes up (handy if you only have a small space) and more pleasing to the eye than more horizontal designs. It also folds flat, for nifty storage. In lightweight aluminium, it’s light (5.5kg, to be precise) and easy to lug about.", + "It holds a decent weight of clothes and feels incredibly sturdy. As with all of these airers, it arrives assembled - so all you need to do is simply fold it out, plug it in and switch it on. Ta da!" + ] + }, + { + "headline": [ + "5. Dunelm Heated Ladder Airer" + ], + "paragraphs": [ + "£40, Dunelm", + "Best heated ladder", + "We like: the low energy consumption", + "We don’t like: heat output isn’t that high", + "If you don’t require the manpower of the bigger heated airers on this list, perhaps if you’re washing for one or just looking for something for the bathroom, this Dunelm heated ladder is an excellent value choice. It costs just 3p per hour to run with an initial investment of £40.", + "I’ve set this up in my bathroom and use it for towels and to dry any excess laundry which can’t fit on my main dryer - usually underwear. It doesn’t get as warm as options higher up but it’s great for drying damp towels in spring and autumn when it’s not cold enough to turn on the radiator.", + "It’s a useful size and portable enough to move from room to room. I’ve also found it helps keep mould at bay. All in all a well-priced, versatile dryer emitting gentle heat." + ] + }, + { + "headline": [ + "6. Aerative Heated Clothes Airer Hanger" + ], + "paragraphs": [ + "£75, Amazon", + "Best portable heated clothes airer, 8/10", + "We like: a quick one-garment dryer for use in hotels", + "We don’t like: it only dries one item of clothing at a time", + "Completely different from all the others, this is no good at all for domestic laundry drying but we can’t resist a quirky gadget. If you prefer to do a quick garment wash in a hotel sink rather than send it down for cleaning, the hot air vents in this chunky clothes hanger’s extendable arms will quick-dry shirts, socks or undies in the time it takes to drink a minibar beer.", + "The drawbacks are that it uses a 230V British plug and would be much less effective on a 110V American power supply, and it is a little noisy (think hair dryer on low setting). The advantages are that, since it doesn’t use a lithium battery, you can pack it in your carry-on luggage.", + "The killer app is that the arms can be rotated around to fit inside shoes as well as clothes. This makes the Aerative a super-fast fix if you get caught in a downpour and need to be bone dry in time for an appointment. For that reason, we’ll be keeping one in the desk at Telegraph towers." + ] + }, + { + "headline": [ + "7. Minky winged 12m heated clothes airer with cover" + ], + "paragraphs": [ + "£60, Argos", + "Best celebrity endorsed clothes airer, 7/10", + "We like: it comes with a cover to speed airing", + "We don’t like: it takes up a lot of space when folded out", + "Famously, Instagram cleaning influencer Mrs Hinch (as anyone who identifies as a “Hincher” will know) is a proponent of the M Cloth Anti-Bacterial Cleaning Pad (£2.00, Asda). But did you know that Sophie Hinch’s favourite washcloth brand also does a heated clothes airer?", + "The Minky Wing offers 12m of drying space and holds up to 10kg of laundry (one generous wash load, pretty much). It has a one year-guarantee.", + "If you live in a small flat, you may find it far less practical than the Lakeland or Black + Decker dryers, since it’s wide and low and takes up an unnecessary amount of space when folded out. But it’s good if you’re drying wool jumpers flat and then dangling socks and shorts from the “wings”, and it does come with a cover to speed drying, which not all airers do." + ] + }, + { + "headline": [ + "Heated clothes airer FAQ", + "How hot do heated clothes dryers get?" + ], + "paragraphs": [ + "Around 60C. A cover (supplied with some) helps to keep the temperature constant. Clothes on uncovered rack dryers should be moved around, since the areas in contact with the heated rails will dry faster." + ] + }, + { + "headline": [ + "Can you leave heated clothes airers on overnight?" + ], + "paragraphs": [ + "Manufacturers don’t recommend leaving any electric heated products unattended but in practice, this is how most people use them. Most come with timers and thermostats to choose lower temperatures for longer drying periods." + ] + }, + { + "headline": [ + "How long does it take clothes to dry?" + ], + "paragraphs": [ + "Four or five hours for cotton and linen and over ten hours for jumpers and thick materials. You should always squeeze as much moisture as possible out of your clothes before putting them on a heated airer. Again, the covers help to speed the drying process.", + "Another option for speeding the clothes-drying process is to run a portable dehumidfier in the same room. Dehumidifiers can shorten drying time by 25 percent, while also reducing damp and mould in the home." + ] + }, + { + "headline": [ + "How much do heated air dryers cost to run?" + ], + "paragraphs": [ + "6p per hour for 200W dryers and 9p per hour for 300W dryers, approximately. This is based on the energy price cap of 30p per kW/h since July 1 2023, although prices will vary according to your tariff.", + "View the latest Argos and Amazon deals" + ] + } + ] + }, "publishing_date": "2023-08-30 16:45:00+01:00", "title": "The best heated clothes airers to save money and energy when drying laundry, from £40", "topics": [ diff --git a/tests/resources/parser/test_data/uk/iNews.json b/tests/resources/parser/test_data/uk/iNews.json index 66d4dbbf6..88185f6af 100644 --- a/tests/resources/parser/test_data/uk/iNews.json +++ b/tests/resources/parser/test_data/uk/iNews.json @@ -3,6 +3,44 @@ "authors": [ "Michael Hincks" ], + "body": { + "summary": [ + "Boulter, Burrage, Draper, Evans, Murray and Norrie all won to advance to the second round at the US Open" + ], + "sections": [ + { + "headline": [], + "paragraphs": [ + "FLUSHING MEADOWS — Jodie Burrage rounded off a remarkable clean sweep as all six British players advanced to the second round of the US Open on Tuesday without dropping a set.", + "After Lily Miyazaki won her first-round match as the sole Brit on Monday, it was Katie Boulter who got the ball rolling on Tuesday with a convincing 6-4, 6-0 victory over Diane Parry.", + "“Hopefully I’ve started everyone off well today,” she told Sky Sports afterwards, and that proved to be the case, with Cameron Norrie, Andy Murray, Jack Draper and Dan Evans all going on to record straight-set wins before Burrage made it a perfect seven, beating world No 38 Anna Blinkova to ensure all British players in the singles draws advanced.", + "And like Boulter and Miyazaki, the latter also winning in straight sets the day prior, Burrage enjoyed her maiden US Open win on what is her debut in New York.", + "“It’s been a really good day for all of us,” said Burrage. “Definitely, I did feel the pressure, but it’s also a really good day and it puts you in a better mood when other people are winning. It makes you believe that you can do it a little bit more I think as well.", + "“I was very much following the all results. I sat in the changing room. They have a little room with about six TVs. I had Andy and Jack on there and followed the other girls this morning.", + "“I was back at the hotel for Bolts’ match but watched her online. Supporting the others, to know what’s going on and not think about me too much. Especially a day like today where you’re hanging around a lot, you can get inside your own head a little bit I think and think about the match too much.”", + "Earlier in the day, Murray won his 200th grand slam match with a three-set victory over fiery Frenchman Corentin Moutet.", + "The two-time Wimbledon champion, a winner here in 2012, overcame an unorthodox and awkward opponent 6-2, 7-5, 6-3 to become the eighth male player in the Open era to reach the double-century.", + "It may have been a straight-sets win but, typically with Murray, there was plenty of drama and even a VAR controversy, the first of its kind at Flushing Meadows.", + "Murray, who came into the event having recovered from an abdominal tear, dominated the first set but a flat passage of play saw him fall a break down in the second as Moutet, all slices and drop shots, began to impose himself.", + "However, Murray had a let-off when Moutet double-faulted on set point, and then a lucky net cord helped the Scot break back.", + "Murray was back in full irritant mode and it got to Moutet, who smashed his racket on the floor, twice, as the second set got away from him.", + "Moutet suffered a nasty fall on the baseline, landing on his racket hand, but was able to continue and saved four break points in his next service game.", + "But Murray struck at the next opportunity and served out for victory – following a video replay check for a double-bounce which, embarrassingly for organisers who introduced it this year, proved inconclusive – in just under three hours.", + "“He’s one of the most skilful players on the tour, with so many ways to disrupt you, and he always causes a little bit of chaos,” said the 36-year-old.", + "“I hope it was entertaining, there were some fun points, so I’m happy to get through in straight sets.", + "“It was a long one, but the way we play it was probably always going to be like that. Three hours is a lot shorter than some of my matches!”", + "Murray will meet Bulgarian 19th seed Grigor Dimitrov, who saved three match points in a five-setter against Alex Molcan, in the second round.", + "Out on Court 12, No 26 seed Evans recorded a 6-4, 6-2, 7-5 victory to see off Colombian Daniel Elahi Galan.", + "Draper meanwhile wrapped up his win in just over two hours, knocking out Radu Albot 6-1, 6-4, 6-3.", + "“Definitely having other Brits do well in the draw is amazing for British tennis. You always say it, but we can all push each other to be better.", + "“I don’t think there should be any difference. Seeing other players do well that I’m training with on a daily basis makes me really happy because I see what they’re going through, their journey. I wish them all the best and hopefully we can all support each other moving forward in big tournaments like this.", + "“Those guys [Murray, Norrie, Evans] have been incredible role models for me and good support. When I’m around, they make me feel comfortable, especially on the tour, because you’re in the locker rooms and you don’t know many people. As a young guy, feeling welcome is obviously quite nice.", + "“It’s nice to be around great players like them. They’re still doing amazingly well. I’m just very lucky to have them, I suppose.”", + "Additional reporting from PA" + ] + } + ] + }, "publishing_date": "2023-08-30 00:55:49+00:00", "title": "US Open 2023 results: Andy Murray among six British players to record first-round wins without dropping a set", "topics": [ diff --git a/tests/resources/parser/test_data/us/APNews.json b/tests/resources/parser/test_data/us/APNews.json index 86641c7d0..375b0f53d 100644 --- a/tests/resources/parser/test_data/us/APNews.json +++ b/tests/resources/parser/test_data/us/APNews.json @@ -3,6 +3,20 @@ "authors": [ "ociated Press" ], + "body": { + "summary": [], + "sections": [ + { + "headline": [], + "paragraphs": [ + "MEXICO CITY (AP) — Mexico’s economy grew by 1.1% in the first quarter of 2023, bringing growth to an annualized rate of 3.8% compared to the same period of 2022, Mexico’s National Statistics Institute said Friday.", + "The institute said growth was spurred by an expansion in industry and services, which offset a 3.2% drop in agriculture and mining.", + "It marked the sixth consecutive quarter of growth since the coronavirus pandemic, during which Mexico suffered a severe drop in output.", + "Mexico’s economy has recovered from the pandemic, but the effects of high domestic interest rates and stubborn inflation have acted as a drag on growth. Mexico’s central bank has raised interest rates to 11.25% and inflation remains high, at 6.85%." + ] + } + ] + }, "publishing_date": "2023-04-28 17:40:08+00:00", "title": "Mexico's economy grew 1.1% in 1st quarter, 3.8% year on year", "topics": [ @@ -16,6 +30,38 @@ "MATT O’BRIEN", "AP Technology Writer" ], + "body": { + "summary": [], + "sections": [ + { + "headline": [], + "paragraphs": [ + "A federal judge has handed Microsoft a major victory by declining to block its looming $69 billion takeover of video game company Activision Blizzard. Regulators sought to ax the deal saying it will hurt competition.", + "U.S. District Judge Jacqueline Scott Corley said in a ruling that the Federal Trade Commission, which enforces antitrust laws, has not shown a likelihood it would prevail if it took the case to trial.", + "“The FTC has not raised serious questions regarding whether the proposed merger is likely to substantially lessen competition in the console, library subscription services, or cloud gaming markets,” Corley wrote.", + "Microsoft appeared to have the upper hand in a 5-day San Francisco court hearing that ended late last month. The proceeding showcased testimony by Microsoft Chief Executive Officer Satya Nadella and longtime Activision Blizzard CEO Bobby Kotick, who both pledged to keep Activision’s blockbuster game Call of Duty available to people who play it on consoles — particularly Sony’s PlayStation — that compete with Microsoft’s Xbox.", + "“Our merger will benefit consumers and workers. It will enable competition rather than allow entrenched market leaders to continue to dominate our rapidly growing industry,” Kotick said in a written statement after Tuesday’s ruling.", + "The FTC had asked Corley to issue an injunction temporarily blocking Microsoft and Activision from closing the deal before the FTC’s in-house judge can review it in an August trial.", + "Both companies suggested that such a delay would effectively force them to abandon the takeover agreement they signed nearly 18 months ago. Microsoft has promised to pay Activision a $3 billion breakup fee if the deal doesn’t close by July 18.", + "The case was an important test for the FTC’s heightened scrutiny of the technology industry under Chairperson Lina Khan, who was installed by President Joe Biden in 2021 because of her tough stance on what she sees as monopolistic behavior by tech giants such as Amazon, Google and Facebook parent Meta.", + "Another judge rebuffed the FTC’s attempt earlier this year to stop Meta from taking over the virtual reality fitness company Within Unlimited.", + "Corley, herself a Biden nominee, expressed skepticism about the FTC’s case during the proceedings, particularly about the hypothetical harms caused if Microsoft were to remove Call of Duty from rival platforms or offer a subpar experience on competing consoles.", + "“It all comes down again to Call of Duty,” she said. “We’re here because of Call of Duty.”", + "Near the close of the hearing, Corley said the FTC had already achieved a victory for consumers because of promises Microsoft made to some rivals as it sought to clear a path for the Activision Blizzard deal to go through.", + "As antitrust investigations and legal challenges mounted in the U.S. and around the world, Microsoft pledged that Call of Duty would appear on Nintendo’s Switch console, Nvidia’s cloud gaming service and other platforms for at least a decade.", + "“In many ways you won,” Corley told the FTC’s lead trial attorney on the case, James Weingarten.", + "“I don’t think we won,” Weingarten responded, saying there was no evidence that the “hastily agreed to” contracts would sufficiently protect the market.", + "Shares of Activision Blizzard Inc. jumped more than 11% Tuesday on the ruling, a high for the year.", + "A number of other countries and the European Union have approved the Activision Blizzard takeover, but it still faces opposition from the U.K.’s Competition and Markets Authority. The company was set to challenge that decision at tribunal hearing scheduled for later this month but the FTC’s ruling appeared to have forced a rethink.", + "The Competition and Markets Authority and Microsoft said they jointly applied to put the hearing on hold, saying a “stay of litigation” would be in the public interest while they work out a way to resolve their differences so that the deal can go ahead.", + "“We stand ready to consider any proposals from Microsoft to restructure the transaction in a way that would address the concerns set out in our Final Report,” the CMA said in a statement.", + "Microsoft said that its focus now turns back to the U.K. “While we ultimately disagree with the CMA’s concerns, we are considering how the transaction might be modified in order to address those concerns in a way that is acceptable to the CMA,” President Brad Smith said in a statement.", + "Canadian regulators are also investigating the transaction and have concluded it is “likely to result” in preventing or lessening competition on gaming consoles, subscription services and cloud-based gaming, according to a letter to Microsoft filed in the U.S. case late last month.", + "AP Business Writer Kelvin Chan contributed to this report from London." + ] + } + ] + }, "publishing_date": "2023-07-11 15:19:21+00:00", "title": "Microsoft can move ahead with record $69 billion acquisition of Activision Blizzard, judge rules", "topics": [ diff --git a/tests/resources/parser/test_data/us/BusinessInsider.json b/tests/resources/parser/test_data/us/BusinessInsider.json index 72368ac99..7d18e6913 100644 --- a/tests/resources/parser/test_data/us/BusinessInsider.json +++ b/tests/resources/parser/test_data/us/BusinessInsider.json @@ -3,6 +3,147 @@ "authors": [ "Amanda Krause" ], + "body": { + "summary": [ + "Zendaya is widely recognized as a fashion superstar thanks to her daring and experimental outfits.", + "She's worn many of her boldest looks while promoting the \"Dune\" franchise since 2021.", + "Here's how we'd rank them from least to most daring." + ], + "sections": [ + { + "headline": [], + "paragraphs": [ + "Zendaya is a fashion superstar.", + "From her Met Gala looks to her street-style fashion, it seems impossible for her outfits to miss the mark.", + "And that's largely because she loves to take risks and experiment with out-there garments, many of which she's worn while promoting the \"Dune\" franchise.", + "Here's a look at those outfits, ranked from least to most daring." + ] + }, + { + "headline": [ + "Zendaya promoted \"Dune: Part Two\" in London while wearing a plum-colored suit." + ], + "paragraphs": [ + "Designed by Roksanda, the three-piece suit included floor-length trousers, a knee-length skirt on top, and a long dress-style blazer worn with nothing underneath.", + "Zendaya's longtime stylist, Law Roach, pointed out in an Instagram story that she wore the ensemble before it hit the runway, as it's part of the designer's autumn/winter 2024 line.", + "The jacket looked particularly sharp on Zendaya, and its skirt and pants made for a unique combo. But while the outfit would be bold for some stars, it's a simple look for the \"Dune\" actor." + ] + }, + { + "headline": [ + "She also kept things simple back in 2021 during a London screening of \"Dune.\"" + ], + "paragraphs": [ + "She wore a white shirtdress with only two buttons clasped, pointed black pumps, and satin trousers with subtle stripes.", + "Though her top flowed and was worn half open, it was still pretty tame when compared to Zendaya's usual bold fashion." + ] + }, + { + "headline": [ + "The actor wore a similar style at the 2021 Venice International Film Festival." + ], + "paragraphs": [ + "This time, her loose-fitting outfit included a black blazer worn over a white Valentino gown.", + "The latter piece was tied with a pink bow that added a pop of color, and it was crafted with a thigh-high slit that showed her black heels.", + "Though Zendaya looked stunning, it wasn't the most surprising or daring look from those worn during her \"Dune\" press tour." + ] + }, + { + "headline": [ + "For a \"Dune\" red carpet in London around that time, Zendaya wore a futuristic gown." + ], + "paragraphs": [ + "The cream-colored, sequin-covered gown, designed by Rick Owens, had a sculpture-style neckline that made it entirely unique. It also had a single long sleeve, a mermaid skirt, and a short train.", + "Though it wasn't the most daring, it was extremely glamorous — especially when paired with Zendaya's slicked-back hairstyle, purple eye makeup, and diamond jewelry." + ] + }, + { + "headline": [ + "Her two-piece ensemble for the French premiere of \"Dune: Part Two\" stood out." + ], + "paragraphs": [ + "An ambassador for Louis Vuitton, Zendaya wore a custom ensemble from the fashion house.", + "Its golden crop top had a thick, wrapped neckline that reached her chin, and its matching skirt featured a high waistband with wide pleated fabric beneath it.", + "The textured pieces showed plenty of skin, and the metallic colors matched the movie's aesthetic." + ] + }, + { + "headline": [ + "Another set she wore years earlier in Paris signified the start of Zendaya's daring \"Dune\" looks." + ], + "paragraphs": [ + "The Alaïa ensemble featured two eggplant-colored pieces: a high-waisted skirt with small cutouts around the waist and a super-short crop top with long sleeves.", + "The latter piece was especially bold, rising above her chest at the sides underneath her arms." + ] + }, + { + "headline": [ + "Fans will likely remember when the actor wore a top made from chains while in London." + ], + "paragraphs": [ + "Vivienne Westwood designed the daring garment, which was as much of an art piece as it was a fashion statement. She wore it with seemingly nothing underneath.", + "The rest of Zendaya's outfit included a mid-rise checkered skirt, cream-colored pumps, and an assortment of silver jewelry." + ] + }, + { + "headline": [ + "Zendaya brought the \"naked\" trend back while attending the Venice International Film Festival screening of \"Dune.\"" + ], + "paragraphs": [ + "Her sleeveless, form-fitting gown was custom-made by Balmain in a tan shade of leather that matched her skin tone, creating the illusion that she was naked on the red carpet.", + "It also had ruching across its bodice, a hip-high slit in its skirt, and a short train.", + "Zendaya completed the daring look with pointed heels, a statement snake-shaped necklace, and a wavy hairstyle." + ] + }, + { + "headline": [ + "The actor stunned during a \"Dune: Part Two\" photo shoot in Paris." + ], + "paragraphs": [ + "Wearing Alaïa again, Zendaya sported a white gown with a bodice that wrapped around her like a snake.", + "Its skirt featured a similar silhouette that was short in front and longer in the back, revealing some skin and her white pointed pumps." + ] + }, + { + "headline": [ + "She showed lots of skin at the London premiere of the movie." + ], + "paragraphs": [ + "She was photographed entering the event wearing a multicolored gown crafted from thin pieces of sheer brown fabric.", + "The garment, which also had pink and black lining, featured cutouts across the waist, a thigh-high slit, and thin straps across the neckline." + ] + }, + { + "headline": [ + "You couldn't miss Zendaya's outfit at the Mexico premiere of \"Dune: Part Two.\"" + ], + "paragraphs": [ + "Her multicolored, industrial-style outfit was custom-made by Torishéju.", + "It featured a halter crop top with 3D pieces along the neckline, fabric hanging down her back, and a mid-rise skirt with a vibrant red lining.", + "Not only was the ensemble entirely unique in design, but it also perfectly matched the vibe of the \"Dune\" franchise." + ] + }, + { + "headline": [ + "She stole the show at another \"Dune: Part Two\" event in Mexico City." + ], + "paragraphs": [ + "But this time, she wore a daring custom look from Bottega Veneta.", + "The brown ensemble featured a standout skirt with a thick leather waistband and matching lining, and a high-neck, pullover-style crop top that revealed the underside of her chest.", + "She wore it with a bob hairstyle, pointed pumps, and a diamond anklet." + ] + }, + { + "headline": [ + "Her barely-there top at CinemaCon 2023 is one to be remembered." + ], + "paragraphs": [ + "Louis Vuitton designed her daring outfit, which included baggy brown trousers and a gray vest top.", + "The latter piece wasn't as traditional as it seemed from the front. When she turned around, it was revealed that the garment was entirely backless and loose-fitting on its sides." + ] + } + ] + }, "publishing_date": "2024-02-14 16:15:30+00:00", "title": "Every outfit Zendaya has worn to promote the 'Dune' franchise, ranked from least to most daring", "topics": [ diff --git a/tests/resources/parser/test_data/us/CNBC.json b/tests/resources/parser/test_data/us/CNBC.json index a7a98667d..e0e4f29ab 100644 --- a/tests/resources/parser/test_data/us/CNBC.json +++ b/tests/resources/parser/test_data/us/CNBC.json @@ -3,11 +3,44 @@ "authors": [ "Greg Iacurci" ], - "key_points": [ - "About a third of new crypto investors in 2022 used a friend's suggestion as their primary reason for buying, according to the FINRA Investor Education Foundation and NORC at the University of Chicago.", - "Buying bitcoin, ethereum and other digital assets just on the basis of a friend's recommendation may lead to trouble, experts say.", - "Investors may not understand the risk and volatility of cryptocurrency, or how it fits in a well-diversified investment portfolio." - ], + "body": { + "summary": [], + "sections": [ + { + "headline": [], + "paragraphs": [ + "When it comes to cryptocurrency like bitcoin, new investors are often motivated by friends to take the plunge, according to a new study.", + "But that might hold traps for the unwary, experts warn.", + "\"I don't imagine friends are talking about when they lost money,\" said Lee Baker, a certified financial planner and founder of Apex Financial Services in Atlanta.", + "\"The sexy sells,\" added Baker, a member of CNBC's Advisor Council. \"The upside sells.", + "\"But folks don't talk about the downside,\" he added.", + "Nearly a third — 31% — of new cryptocurrency investors in 2022 used a friend's suggestion as their primary reason for buying in, according to a recent joint study published by the Financial Industry Regulatory Authority Investor Education Foundation and NORC at the University of Chicago. Friends' recommendations were the No. 1 motivating factor for new crypto buyers.", + "That share compares with 8% of new investors in more traditional assets like stocks and bonds.", + "The disparity indicates there is \"a social element to cryptocurrency investing not evident in equities or bond investing,\" according to the study.", + "This isn't to say a friend's recommendation is necessarily a poor reason to buy into the digital assets.", + "But it can be a \"double-edged sword,\" said Gary Mottola, research director at the FINRA Investor Education Foundation and a co-author of the report.", + "On one hand, crypto can be an on-ramp to more traditional investing — which is generally a good outcome, Mottola said. There's some evidence of this happening: 36% of new crypto investors said their purchase made them more interested in investing in the stock market, the study found.", + "However, \"the friends recommending [crypto], the sources of information on social media, may not be reliable,\" Mottola said." + ] + }, + { + "headline": [ + "Trust but verify" + ], + "paragraphs": [ + "The fear of missing out can be a powerful driver of investment decisions.", + "Bitcoin and other crypto assets rallied through 2021, a record year for the digital assets. Bitcoin jumped from roughly $10,000 in the summer of 2020 to a peak above $68,000 by November 2021.", + "But the tide turned quickly during a so-called \"crypto winter,\" when investors lost more than $2 trillion in the year following the market peak.", + "Celebrities, like actress Lindsay Lohan and the rapper Soulja Boy, were recently fined by the Securities and Exchange Commission for undisclosed endorsements of various cryptocurrencies.", + "\"Unless they're some legitimately knowledgeable financial person, trust but verify,\" Baker said of information you may hear from friends or from \"pseudo experts\" on social media.", + "One of the dangers of following a friend's advice: Investors may not understand the risks and volatility associated with crypto (or other investments), or how it fits within a broader, well-diversified investment portfolio, he said.", + "Another potential trap: You may be getting a friend's recommendation when the market is nearing its top, when much of the growth potential has already been realized.", + "Bitcoin's current value around $30,000 is nearly double what it was at the beginning of 2023. Baker expects he may soon be fielding more phone calls about crypto if the trend continues.", + "\"If you're doing some investigation [about crypto], I think it's great,\" Baker said. \"If you're just taking information blindly without doing any investigation, that's a horrible idea.\"" + ] + } + ] + }, "publishing_date": "2023-04-28 18:23:00+00:00", "title": "31% of new crypto buyers influenced by friends. Here’s why that can be 'a horrible idea,' advisor says", "topics": [ diff --git a/tests/resources/parser/test_data/us/FoxNews.json b/tests/resources/parser/test_data/us/FoxNews.json index 30a5172b3..5504b2162 100644 --- a/tests/resources/parser/test_data/us/FoxNews.json +++ b/tests/resources/parser/test_data/us/FoxNews.json @@ -3,6 +3,33 @@ "authors": [ "Aaron Kliegman" ], + "body": { + "summary": [], + "sections": [ + { + "headline": [], + "paragraphs": [ + "The new House committee on China sent a letter Wednesday to FBI Director Christopher Wray demanding answers about the bureau's efforts to combat the threat of China's \"transnational repression\" and alleged secret Chinese police stations operating inside the U.S.", + "The letter came just over a week after the FBI and federal prosecutors announced the arrests of two New Yorkers who allegedly ran an undisclosed Chinese government police station in Manhattan's Chinatown neighborhood. Lu Jianwang and Chen Jinping were charged with conspiring to act as agents of China's government.", + "Following the arrests, lawmakers on the House Select Committee on the Strategic Competition Between the United States and the Chinese Communist Party, led by chairman Mike Gallagher, R-Wis., requested \"additional information regarding the FBI's efforts to address the very significant threat that transnational repression poses to the American people.\"", + "The letter described how committee members previously wrote the FBI in February, expressing concern that the bureau was unaware of the \"illegal operation\" of Chinese law enforcement in the U.S. until the information was made public through open-source reporting.", + "In September, the human rights organization Safeguard Defenders identified several dozen secret Chinese police stations used to police Chinese citizens overseas as part of a crackdown on criticism of the ruling Communist Party.", + "\"Only after this report and after concerns were raised by members of Congress did it appear the FBI took action,\" the letter stated.", + "It described the police stations as part of the Chinese government's \"broader efforts to undermine American national security and extend its techno-totalitarian reach beyond [its] borders.\"", + "Gallagher and his colleagues listed several specific questions in their initial February letter for the FBI to answer in a classified briefing. The lawmakers noted the FBI held a briefing with them March 30, but they were \"disappointed\" because bureau officials \"provided only vague information — virtually all of which could be found in public reporting — that did not address\" their questions or the FBI's efforts to counter the threat of Chinese transnational repression.", + "\"For that reason, we seek additional information on this timely and important matter,\" the lawmakers wrote, asking for answers to their original seven questions from February. They also posed five new questions regarding what steps the FBI is taking to stop China's alleged illegal law enforcement activities beyond its borders — including on U.S. soil.", + "Gallagher and his colleagues asked for answers no later than May 10 and for another classified briefing no later than May 31.", + "\"The threat of [China's] transnational repression schemes that target U.S. citizens — primarily Chinese Americans — undermines the foundational American principles of freedom and liberty,\" they wrote. \"United States law enforcement agencies must hold these perpetrators to account and better protect the U.S. from future threats.\"", + "The lawmakers added that their committee has broad authority to \"investigate and submit policy recommendations on the status of the Chinese Communist Party's economic, technological, and security progress and its competition with the United States\" under House Resolution 11.", + "The FBI told Fox News Digital that it received the letter and defended its commitment to combating illicit Chinese activities on U.S. soil.", + "\"The FBI takes very seriously any actions by a foreign power to operate illegally on U.S. soil to intimidate or threaten people living here,\" a bureau spokesperson said. \"The FBI has been sounding the alarm about the threat posed by the Chinese government for years, including its efforts to project its authoritarian view around the world. The recently announced charges in the Eastern District of New York, charging more than 40 defendants with various crimes related to efforts by the People's Republic of China to harass Chinese nationals residing in the United States, show the commitment by the FBI and our partners to use our lawful authorities to uncover and stop such illegal activity.\"", + "Alleged Chinese police stations operating covertly inside the U.S. have become a key focus of lawmakers in light of the New York arrests last week. According to federal prosecutors, China's Ministry of Public Security \"has repeatedly and flagrantly violated our nation's sovereignty, including by opening and operating a police station in the middle of New York City.\"", + "In its press release announcing the arrests, the Justice Department noted the FBI didn't search the alleged police station until October, one month after the Safeguard Defenders report.", + "That timing raises \"concerns that the FBI was unaware of the illegal operation prior to the public reporting,\" the lawmakers wrote in their letter Wednesday. \"We seek to understand how the FBI is proactively monitoring [China's] transnational repression operations.\"" + ] + } + ] + }, "publishing_date": "2023-04-26 14:20:55-04:00", "title": "House China Committee demands answers from FBI on Chinese police stations in US", "topics": [ diff --git a/tests/resources/parser/test_data/us/FreeBeacon.json b/tests/resources/parser/test_data/us/FreeBeacon.json index f0a6e8a8f..1adceeff7 100644 --- a/tests/resources/parser/test_data/us/FreeBeacon.json +++ b/tests/resources/parser/test_data/us/FreeBeacon.json @@ -3,6 +3,27 @@ "authors": [ "Chuck Ross" ], + "body": { + "summary": [ + "Liberal billionaire George Soros and his son nearly max out to Tester" + ], + "sections": [ + { + "headline": [], + "paragraphs": [ + "Montana senator Jon Tester bills himself as a moderate Democrat willing to criticize his party's left-wing elements—like the progressive policies pushed by his latest financial backers, George and Alexander Soros.", + "The Soroses last month nearly maxed out campaign contributions to Tester, each giving $2,800, according to campaign finance disclosures, making the red-state Democrat the only candidate to whom both father and son have contributed this election cycle. Though the two pour millions of dollars every year into a variety of left-wing causes, their direct political support so far this cycle has been sparse. The elder Soros has given to only two candidates aside from Tester, Sen. Chris Murphy (D., Conn.) and House Minority Leader Hakeem Jeffries (D., N.Y.), both of whom are politically safe. His son Alexander Soros has given to only Tester and Rep. Ruben Gallego (D., Ariz.), who this cycle is targeting Sen. Kyrsten Sinema (I., Ariz.), a former Democrat, from the left.", + "Tester's support from the Soros family highlights the political tightrope he will have to walk in his bid for reelection. Tester, considered one of the most vulnerable Democratic incumbents in the 2024 cycle, will need to raise money from major Democratic donors in what is likely to be one of the most expensive Senate races of 2024. But the senator, who recently said that he brings a \"dirt-under-your-fingernails perspective to Washington,\" will have to avoid embracing left-wing policies unpopular in the Big Sky Country.", + "The elder Soros gives tens of millions of dollars a year to groups that support the movements to defund police, expand the Supreme Court, and restrict gun ownership. He has contributed $1.45 million to Color of Change, a civil rights organization that has called to defund police. He funds a variety of gun control groups and has stated, \"I'm very much against guns.\"", + "Tester has spoken out against those policies, saying the average Montanan views the Democratic Party as \"toxic\" for ignoring rural voters.", + "\"The defund the police stuff is garbage,\" said Tester, who also says he is a \"strong supporter of the Second Amendment.\" Asked whether he supports packing the Supreme Court, Tester quipped, \"Ix-nay on that bullshit-ay.\"", + "Tester's dilemma—balancing a centrist bent while wooing deep-pocketed Democratic donors—was on display last month following the collapse of Silicon Valley Bank. Tester criticized a federal bailout of the bank and pledged to hold bank executives and regulators \"accountable.\" But the same day, Tester attended a fundraiser in Palo Alto, Calif., organized by a lawyer for the firm that represents Silicon Valley Bank.", + "Another fundraiser host serves on the board of the National Resources Defense Council, an environmentalist group that repeatedly sued the Trump administration to shut down the Keystone XL pipeline, the Washington Free Beacon reported. The host, National Resources Defense Council board member Nicole Lederer, has said the pipeline \"is against the best interest of our country.\"", + "Tester publicly supported the pipeline, saying that it \"would have yielded big benefits\" for Montana." + ] + } + ] + }, "publishing_date": "2023-04-28 18:01:37+00:00", "title": "Soros Family Gives Early Financial Support to Montana 'Moderate' Jon Tester", "topics": [ diff --git a/tests/resources/parser/test_data/us/LATimes.json b/tests/resources/parser/test_data/us/LATimes.json index a5cc66468..6d9b8ae23 100644 --- a/tests/resources/parser/test_data/us/LATimes.json +++ b/tests/resources/parser/test_data/us/LATimes.json @@ -3,6 +3,83 @@ "authors": [ "Houston Mitchell" ], + "body": { + "summary": [], + "sections": [ + { + "headline": [], + "paragraphs": [ + "Construction for the Los Angeles Coliseum was completed on May 1, 1923. Capacity at the time: 75,000. The stadium was designed by architects John and Donald Parkinson and cost $954,873 to build. The Coliseum officially opened its doors on July 2, 1923.", + "Highlighting some of the bigger events to be held at the venue, some commemorated with plaques displayed at the Coliseum, now 100 years old:", + "The first memorial plaque, displayed on July 2, 1923, honors the opening of the Coliseum: “Los Angeles Memorial Coliseum, 1921-23, conveyed and erected by the Community Development Association.” It then lists the 26 members of the association (including then Los Angeles Times publisher Harry Chandler), the architects and the contractors. Plaque displayed 1932." + ] + }, + { + "headline": [ + "Football" + ], + "paragraphs": [ + "Oct. 6, 1923: First football game. The USC Trojans defeated Pomona College 23-7. Attendance: 12,836.", + "1925-40: “Howard Harding Jones (1885-1941). Head football coach of USC from 1925 to 1940. His code — Conviction ... Courage ... Fair play ... And the will to win.” Plaque displayed 1955.", + "Sept. 29, 1946: Rams first game at Coliseum. When the Cleveland Rams moved to Los Angeles, the Coliseum Commission made it part of the contract that the team had to be integrated. The team signed UCLA star Kenny Washington on March 21, 1946, making him the first Black player signed to the NFL after World War II. Washington broke the NFL’s color barrier when the Rams opened the season with a 25-14 loss to the Philadelphia Eagles on Sept. 29, 1946. Attendance: 30,500.", + "Aug. 6, 1960: Chargers first game. The newly formed Los Angeles Chargers took on the New York Titans in their first game AFL game. The Chargers won, 27-7. Attendance: 27,778.", + "Jan. 15, 1967: Super Bowl I. It wasn’t called the Super Bowl at the time. It was had the alluring title of “AFL-NFL World Championship Game.” The NFL champion Green Bay Packers defeated the AFL champion Kansas City Chiefs, 35-10. Attendance: 61,946.", + "Jan. 14, 1973: Super Bowl VII. The AFC champion Miami Dolphins defeated NFC champion Washington Redskins 14-7 to complete an undefeated season. Attendance: 90,182.", + "Nov. 30, 1974: “The Comeback” (USC vs. Notre Dame). The Trojans erased a 24-point deficit and routed the defending national champion Fighting Irish 55-24. With the Trojans trailing 24-0, Anthony Davis scored with 10 seconds left in the first half. He then ran back the opening kickoff of the second half 102 yards for a touchdown. The Trojans, led by Davis, scored 55 points in 17 minutes of game time." + ] + }, + { + "headline": [ + "Baseball" + ], + "paragraphs": [ + "April 18, 1958: Dodgers first game. The Dodgers made their L.A. debut by beating the San Francisco Giants 6-5. Attendance: 78,672, at the time a major league record. The Dodgers used the Coliseum as their home field while Dodger Stadium was being constructed.", + "May 7, 1959: Roy Campanella Night. An exhibition game between the Dodgers and the New York Yankees to honor former Dodgers catcher Roy Campanella, who was paralyzed the year before in an auto accident. Attendance: 93,103, which set a record for attendance for a baseball game.", + "Aug. 3, 1959: MLB All-Star game. The first All-Star game played west of St. Louis. The American League defeated the National League 5-3. Attendance: 55,105.", + "1959: “Dodgers World Series Champions. In the 1959 season after an inspiring home stretch drive, the Los Angeles Dodgers finished first in the National League and went on to win the World Series in six games against the Chicago White Sox. During the fifth game of the World Series, Los Angeles set a world record for baseball attendance at 92,706. This plaque placed to commemorate a fine team effort which made possible an auspicious start for Los Angeles in Major League Baseball.” Plaque displayed 1961.", + "March 29, 2008: The Dodgers celebrated their 50th anniversary in Los Angeles with an exhibition game against the Boston Red Sox. The Red Sox won 7-4 before a baseball record crowd of 115,300. The left-field wall was 201 feet from home plate and the left-field screen was 60 feet high." + ] + }, + { + "headline": [ + "Other sporting events" + ], + "paragraphs": [ + "July 30-Aug. 14, 1932: “Mildred ‘Babe’ Didrikson (1912-1956). One of America’s great woman athletes. Accomplishments in the Xth Olympiad Games in 1932: 80 meter hurdles - Champion Olympique. Javelin throw - Champion Olympique. High jump - silver medal. ‘To assure victory, you first must have the will to win.’ ” Plaque displayed 1961. ... The Coliseum hosted the opening and closing ceremonies along with the equestrian, field hockey and track and field events. The iconic victory podium that athletes stand on when receiving their medals was done for the first time at the Coliseum.", + "July 8, 1972: Super Bowl of Motocross. The event was the first motocross race held inside a stadium. Attendance: 29,290. Marty Tripes, 16, won the event.", + "July 28-Aug. 12, 1984: Joan Benoit Samuelson. She made history by winning the first women’s marathon at the 1984 Los Angeles Games. Summer Olympics. Plaque displayed 2017. ... The Coliseum becomes the only U.S. stadium to host the Olympic Games twice. The Coliseum hosted the opening and closing ceremonies and the track and field events.", + "July 27, 2017: Manchester City vs. Real Madrid: The International Champion’s Cup sets “unbreakable attendance record” at 93,098. It was the largest crowd to witness a soccer match in the 94-year history of the stadium and unlikely to be broken because in 2018 the Coliseum would be undergoing a $270M renovation which will reduce capacity to approximately 78,500.", + "Feb. 6, 2022: NASCAR Clash at the Coliseum. NASCAR kicked off the start of their 74th season with the Busch Light Clash at the Coliseum as the inside of the stadium was transformed into a car racing venue. Entertainment was provided Pitbull and Ice Cube. After 150 laps, Joey Logano crossed the finish line first to win the event. Estimated attendance: 60,000." + ] + }, + { + "headline": [ + "Political and religious figures" + ], + "paragraphs": [ + "Oct. 1, 1935: Franklin D. Roosevelt speech. In President Roosevelt’s first visit to Los Angeles as president, he spoke from his car to a crowd of 70,000 at the Coliseum, stating “No state has a finer record in the great task of putting the strong arm of government behind the less fortunate members of society.”", + "July 15, 1960: “In honored memory of John F. Kennedy (1917-1963). 35th President of the United States. July 15, 1960, John F. Kennedy accepted the nomination of the Democratic party for president at this approximate location. ‘My fellow Americans, ask not what your country can do for you — Ask what you can do for you country.’ Inaugural Speech January, 1961.” Plaque displayed 1964.", + "Sept. 8, 1963: “Evangelist Billy Graham’s crusade for Christ. Los Angeles Memorial Coliseum, August 15th to September 8th, 1963. This plaque commemorates the 1963 crusade for Christ with a total attendance of 920,927 highlighted by the concluding session on Sunday, September 8th. Citizens from every walk of life occupied every seat and spilled onto the playing field grass to establish a record turnstile attendance for a single event in the Coliseum of 134,254. An additional 20,000 people were estimated to have listened on loudspeakers in Exposition Park. ‘My sermons were simple but so was Christ’ —Rev. Billy Graham.” Plaque displayed 1965.", + "May 31, 1964: The Coliseum was hosting the “Religious Witness for Human Dignity” event, with Martin Luther King Jr. as the keynote speaker. King said, “Now is the time to make real the promises of democracy. Now is the time to open the floodgates of opportunity and allow now an avalanche of justice to pour upon us. Now is the time to get rid of segregation and discrimination. Now is the time to make justice a reality for all of God’s children. This is the challenge of the hour.” Attendance: 14,893.", + "September 15, 1987: “His Holiness Pope John Paul II. Commemorating the first Mass to be celebrated by a Pope in California. Los Angeles Memorial Coliseum, September 15, 1987. His Excellence Archbishop Roger M. Mahony and the Church of Southern California welcoming the Holy Father on his second pastoral visit to the United States of America. Unity in the work of service.” Plaque displayed 1987.", + "June 20, 1990: “Nelson Rolihlahla Mandela. President of the Republic of South Africa 1994-1999. Nobel Peace Prize 1993. June 20, 1990, Nelson Mandela appeared in the Coliseum after 27 years of political imprisonment. ‘We understand it still that there is no easy road to freedom.’ Inaugural speech, May, 1994.” Plaque displayed 2014." + ] + }, + { + "headline": [ + "Music" + ], + "paragraphs": [ + "August 20, 1972: Wattstax was a benefit concert organized by Stax Records to commemorate the seventh anniversary of the 1965 riots in the African-American community of Watts, Los Angeles.", + "June 4, 1977: The Funk music festival consisted of notable acts Parliament Funkadelic, Rick James, The Isley Brothers and Rufus with Chaka Khan. Attendance: 42,771.", + "April 7-8, 1979: California World Music festival lineup included Aerosmith, Cheech and Chong, AC/DC, Ted Nugent and Van Halen. Estimated attendance over two days: 45,000.", + "Oct. 9, 11, 1981: The Rolling Stones (Prince gets booed off the stage). The Rolling Stones’ “Tattoo You” tour made a stop at the Coliseum for two shows. Opening act: Prince. Unfortunately, Prince wasn’t well known at the time and his persona did not exactly match The Rolling Stones’ persona. The crowd booed him off the stage, throwing bottles and trash at him.", + "1985, 1988: Bruce Springsteen and the E Street Band. The Coliseum has hosted a hall of fame list of rock concerts, including many by Springsteen, who first performed there twice. Plaque displayed 2016.", + "July 23, 1988: The “Monsters of Rock” tour was headlined and hosted by Van Halen and also included Metallica, the Scorpions, Dokken and Kingdom Come. During Metallica’s performance, a riot broke out, leading to a dozen arrests. Estimated attendance: 77,000." + ] + } + ] + }, "publishing_date": "2023-06-26 12:00:29.055000+00:00", "title": "One hundred years at the Coliseum: Much more than a sports venue" } diff --git a/tests/resources/parser/test_data/us/OccupyDemocrats.json b/tests/resources/parser/test_data/us/OccupyDemocrats.json index f73f8c3d1..f397306cb 100644 --- a/tests/resources/parser/test_data/us/OccupyDemocrats.json +++ b/tests/resources/parser/test_data/us/OccupyDemocrats.json @@ -3,6 +3,30 @@ "authors": [ "Stephanie Bazzle" ], + "body": { + "summary": [], + "sections": [ + { + "headline": [], + "paragraphs": [ + "North Carolina is one of a few states where an affair partner can be sued by the jilted spouse, and in this case, the target is a prominent GOP politician, accused of coercing a state employee into a sexual relationship, as well as group sex and more.", + "North Carolina House Speaker Tim Moore is accused of interfering with the relationship between former Apex Town Council member Scott Lassiter, and his wife, Jamie Liles Lassiter, a state employee.", + "The lawsuit even alleges that Moore used his political power to prevent Ms. Lassiter from breaking off the relationship to reconcile with her husband, and from dangling political favors before Mr. Lassiter when admitting to the affair.", + "In fact, he says that Ms. Lassiter confessed to the affair and said she was afraid she’d lose her job (as executive director of the North Carolina Conference of Clerks of Superior Court) if she rejected Moore — and that, among other things, he induced her into group sex with others who were seeking his political favor.", + "He’s also alleging that someone, who he believes to be connected to Moore, entered his property — where he now lives alone since he and his wife separated in January — and installed a motion-sensing camera in a tree aimed at his porch.", + "He says that he has footage of this individual on his own security cameras, including footage of the individual attempting to destroy Lassiter’s own camera.", + "According to a copy of the filing obtained by the Daily Haymaker:", + "“At approximately 3:18 a.m. on June 1, 2023, Defendant John Doe unlawfully and without authorization entered upon the property to surreptitiously install a motion- activated camera to capture photos and video recordings of Plaintiff without Plaintiff’s consent. Defendant John Doe installed the camera on a tree in Plaintiff’s yard at an angle facing Plaintiff’s house so that it could, upon information and belief, capture photos and video recordings of events inside and outside Plaintiff’s home.”", + "Lassiter reportedly believes that the intent was to obtain photos and video with which to blackmail him into keeping Moore’s secret.", + "Speaker Moore and Ms. Lassiter are denying everything, publicly (though Lassiter claims both admitted it in person and says he has photographic evidence aside from their admissions) — and it’s not even the first sexual scandal that the prominent Republican has had to issue a denial for this year.", + "Earlier in the year, he denied allegations he was having an affair with fellow state Representative Tricia Cotham.", + "That accusation would have been far less scandalous, since both were single at the time — except for the little fact that it was also linked in rumor to her sudden about-face, in which she changed parties, completely flipped her position on abortion access, and gave the proverbial middle finger to every North Carolinian who voted for her on promises of the protection of reproductive rights.", + "Moore denied being in a relationship with Cotham back in April, according to The Assembly.", + "However, the allegation that Moore induced Ms. Lassiter to engage in group sex with those who needed political favors from him is resurrecting this claim, as well as other speculation about exactly who else might be, consensually or otherwise, involved in this latest alleged scandal." + ] + } + ] + }, "publishing_date": "2023-06-19 23:48:21+00:00", "title": "SCANDAL! GOP House Speaker in NC accused of blackmail and group sex", "topics": [ diff --git a/tests/resources/parser/test_data/us/Reuters.json b/tests/resources/parser/test_data/us/Reuters.json index 316afbd0a..5bf582661 100644 --- a/tests/resources/parser/test_data/us/Reuters.json +++ b/tests/resources/parser/test_data/us/Reuters.json @@ -3,6 +3,25 @@ "authors": [ "Gopal Sharma" ], + "body": { + "summary": [ + "KATHMANDU, April 25 (Reuters) - Nepal's civil aviation authority disputed on Tuesday whether a flydubai plane had been hit by a bird strike in Nepali airspace, calling the United Arab Emirates carrier's account of the incident \"misleading\"." + ], + "sections": [ + { + "headline": [], + "paragraphs": [ + "The airline had said a flight carrying 167 passengers from the Nepali capital Kathmandu to Dubai experienced a bird strike during take-off late on Monday.", + "The plane continued on its journey after determining that the engine was within normal operation parameters, a spokesperson for flydubai said, and the aircraft landed normally in Dubai just after midnight local time.", + "But the Civil Aviation Authority of Nepal (CAAN) said on Twitter on Tuesday that the airline's country manager and airport manager had been barred from entering Kathmandu airport for spreading \"misleading\" news about a bird strike.", + "Flydubai said it would respond shortly to a request for comment on the tweet. The UAE's General Civil Aviation Authority did not immediately respond to a request for comment.", + "\"How did the company say it was a case of bird strike. The pilot has not reported that and there is no evidence of it so far. There is no proof or basis for this,\" Jagannath Niroula, a CAAN spokesperson, said.", + "Niroula said that one of the plane's engines had caught fire shortly after take-off from Kathmandu, and the CAAN had set up a technical committee to investigate.", + "Mountainous Nepal has a history of deadly air crashes and suffered its worst plane crash in 30 years in January this year, killing all 72 people aboard an ATR 72 aircraft operated by Yeti Airlines." + ] + } + ] + }, "publishing_date": "2023-04-25 12:26:15+00:00", "title": "Nepal says 'no proof' flydubai plane suffered bird strike", "topics": [ @@ -17,6 +36,61 @@ "Maya Gebeily", "Anthony Deutsch" ], + "body": { + "summary": [ + "BEIRUT/THE HAGUE, March 7 (Reuters) - An Israeli tank crew killed a Reuters reporter in Lebanon in October by firing two shells at a clearly identified group of journalists and then \"likely\" opened fire on them with a heavy machine gun in an attack that lasted 1 minute and 45 seconds, according to a report into the incident published on Thursday." + ], + "sections": [ + { + "headline": [], + "paragraphs": [ + "The report by the Netherlands Organisation for Applied Scientific Research (TNO) - which was contracted by Reuters to analyse evidence from the Oct. 13 attack that killed visuals journalist Issam Abdallah - found that a tank 1.34 km away in Israel fired two 120 mm rounds at the reporters.", + "The first shell killed Abdallah, 37, and severely wounded Agence France-Presse (AFP) photographer Christina Assi, 28.", + "A Reuters investigation in December covered TNO's preliminary finding that a tank in Israel had fired at the journalists. In its final report on Thursday, the institute revealed that audio picked up by an Al Jazeera video camera at the scene showed the reporters also came under fire from 0.50 calibre rounds of the type used by the Browning machine guns that can be mounted on Israel's Merkava tanks.", + "\"It is considered a likely scenario that a Merkava tank, after firing two tank rounds, also used its machine gun against the location of the journalists,\" TNO's report said. \"The latter cannot be concluded with certainty as the direction and exact distance of (the machine gun) fire could not be established.\"", + "Reuters could not independently determine if the Israeli tank crew knew it was firing on journalists, nor whether it also shot at them with a machine gun and, if so, why.", + "Neither of the two surviving Reuters reporters or another AFP journalist at the scene remembered the machine gun fire. All said they were in shock at the time.", + "The Israel Defense Forces (IDF) did not respond to requests for comment about any aspect of the attack on journalists. Asked to comment on TNO's preliminary findings in December, the IDF said: \"We don't target journalists.\" A day after the Reuters investigation was published, it said the incident took place in an active combat zone.", + "International humanitarian law bars attacks on journalists as those in the news media have the full scope of protection granted to civilians and cannot be considered military targets.", + "\"We condemn, in the strongest terms, the attack on a clearly identifiable group of journalists, working in the open. The attack killed our colleague Issam Abdallah and injured several others. We reiterate our calls on Israel to explain how this could have happened and to hold those responsible to account,\" Reuters Editor-in-Chief Alessandra Galloni said." + ] + }, + { + "headline": [ + "IDENTIFIED AS PRESS" + ], + "paragraphs": [ + "AFP Global News Director Phil Chetwynd reiterated his call for a thorough and transparent investigation by the Israeli military.", + "\"If reports of sustained machine gun fire are confirmed, this would add more weight to the theory this was a targeted and deliberate attack,\" he said.", + "Ihtisham Hibatullah, Al Jazeera's manager of international communications, urged the Israeli government to disclose the findings of its own investigation.", + "\"This incident strongly indicates intentional targeting, as confirmed by investigations, including by TNO,\" he said.", + "Lebanon's Minister of Information did not respond to a request for comment.", + "To read the 70-page TNO report, which explains how the independent research institute in The Hague triangulated the firing point of the tank rounds and analysed the audio of the machine gun fire, click here.", + "TNO noted that the seven journalists were wearing blue flak jackets and helmets, most with \"PRESS\" written on them in white letters. They had been filming cross-border shelling from a distance in an open area on a hill near the Lebanese village of Alma al-Chaab for nearly an hour before the attack.", + "Video footage of the aftermath of the attack also showed a black car belonging to Reuters marked \"TV\" in large yellow letters made out of tape on both the hood and the roof.", + "TNO said there was a clear line of sight from where the tank rounds were fired to the scene of the attack. In the live TV feeds ahead of the attack, one or more drones can be heard and an Israeli helicopter was also visible overhead in some footage.", + "The institute was able to determine exactly where the two tank rounds came from because it had video of the second round's muzzle blast and flight, in addition to audio files recorded at the scene of the incident.", + "TNO's analysis of the machine gun fire showed that the \"only reasonable match\" was for a 0.50 calibre weapon fired from 1.34 km away - the same distance as the tank rounds - but the audio recordings were not sufficient to determine the firing point.", + "However, the fact the bursts of bullets came so quickly after the tank rounds, coupled with the analysis, led TNO to conclude it was \"likely\" they came from the same place. The independent institute did not offer any other scenario for the origin of the machine gun fire.", + "About 30 seconds after the second tank round, there was a burst of some 25 shots from a machine gun, followed by bursts of nine and 12 shots. Just over 30 seconds later, there were three shots, then a single shot and a metallic ping, which may have been the bullet hitting a low wall near the camera, TNO said.", + "Reuters photographer Thaier Al-Sudani, 47 cameraman Maher Nazeh, 53, as well as two journalists from Al Jazeera and another from AFP were also wounded in the attack." + ] + }, + { + "headline": [ + "FULL INQUIRY" + ], + "paragraphs": [ + "Several of the experts who reviewed the TNO report at the request of Reuters expressed divergent views about whether the tank crew had deliberately targeted journalists.", + "\"The TNO report does conclude that it was likely, in addition to the two tank rounds, that machine gun fire came from the same location, and that adds to, or compounds the, deliberateness with which they seem to have been targeted, directly,\" said Jessica Dorsey, an expert in international humanitarian law at Utrecht University.", + "\"And I think that that, from a legal perspective, if this ever got to a courtroom, makes even more of a compelling argument that this was indeed a war crime,\" she said.", + "However, Nick Kaufman, a British-Israeli lawyer who served in the IDF Military Advocate General's Corps and has defended high-profile clients against war crime charges at international criminal tribunals, said it was still unclear why the tank had fired on the reporters.", + "\"On the basis of the TNO report alone, it's not possible to conclude that this was intentional targeting of journalists as opposed to the pursuit of a legitimate military objective which went awry,\" he said. \"One would need to have a full inquiry and understand the military intelligence which underlay the deployment of the two rounds.\"", + "The day after the attack, Israel's military said it had visuals of the incident and it was being investigated. No results have been made public." + ] + } + ] + }, "publishing_date": "2024-03-07 07:55:25+00:00", "title": "Israeli tank 'likely' fired machine gun at reporters after deadly shelling, report finds", "topics": [ diff --git a/tests/resources/parser/test_data/us/TheGatewayPundit.json b/tests/resources/parser/test_data/us/TheGatewayPundit.json index aa0990f5e..0d8c9ae34 100644 --- a/tests/resources/parser/test_data/us/TheGatewayPundit.json +++ b/tests/resources/parser/test_data/us/TheGatewayPundit.json @@ -3,6 +3,29 @@ "authors": [ "Cristina Laila" ], + "body": { + "summary": [], + "sections": [ + { + "headline": [], + "paragraphs": [ + "There is a new plot twist in the Idaho quadruple murders case.", + "Bethany Funke, one of the two surviving roommates who was on the first/basement floor during the murders, has agreed to an interview with suspected killer Brian Kohberger’s defense attorney.", + "Bryan Kohberger, 28, is accused of fatally stabbing 20-year-old Ethan Chapin of Conway, Washington; 21-year-old Madison Mogen of Coeur d’Alene, Idaho; 20-year-old Xana Kernodle of Avondale, Arizona; and 21-year-old Kaylee Goncalves of Rathdrum, Idaho on November 13.", + "According to the court documents, Kohberger’s DNA was found on a tan leather knife sheath left behind on Maddie Mogen’s bed on the 3rd floor at the King Road Residence.", + "“The sheath was later processed and had ‘Ka-Bar’ ‘USMC’ and the United States Marine Corps eagle globe and anchor insignia stamped on the outside of it,” Idaho police officer Brett Payne wrote in the 19-page affidavit. “The Idaho state lab later located a single source of male DNA (suspect Profile) left on the button snap of the knife sheath.”", + "Pennsylvania unsealed search warrants that revealed a number of items seized by law enforcement from Bryan Kohberger’s parents’ home during a December 30 raid.", + "Authorities seized black gloves, a Glock, a knife (possibly the murder weapon?), black face masks, ‘green leafy substance’ in a plastic bag and other items.", + "Police also seized parts of Bryan Kohberger’s white Hyundai Elantra.", + "Bethany Funke agreed to be interviewed by the defense team.", + "Kohberger’s defense team issued Funke a subpoena to testify, claiming she has exculpatory information that might help exonerate the suspected killer.", + "Funke’s lawyers filed a motion to quash the subpoena, however, the surviving roommate agreed to be interviewed in Reno, Nevada where she’s from.", + "More from NBC’s TODAY:", + "The preliminary hearing is scheduled for June 26 at 9 am." + ] + } + ] + }, "publishing_date": "2023-04-28 18:15:11+00:00", "title": "New Plot Twist in Idaho Quadruple Murders Case: Surviving Roommate Agrees to Interview with Kohberger's Defense Lawyers" } diff --git a/tests/resources/parser/test_data/us/TheIntercept.json b/tests/resources/parser/test_data/us/TheIntercept.json index 19e34f5a7..8a4b323b7 100644 --- a/tests/resources/parser/test_data/us/TheIntercept.json +++ b/tests/resources/parser/test_data/us/TheIntercept.json @@ -3,6 +3,41 @@ "authors": [ "Ryan Devereaux" ], + "body": { + "summary": [ + "The ACLU’s Keegan Medrano, a queer, Native advocate in Helena, said Zephyr’s expulsion was the culmination of months of attacks from Montana’s far right." + ], + "sections": [ + { + "headline": [], + "paragraphs": [ + "The tenor of Montana’s legislative session was evident from the start. In January, less than a week into the biannual, monthslong lawmaking process, Republican state Sen. Keith Regier proposed a study to determine whether the federal government’s system of Native American reservations should be dismantled, suggesting rights to lands given to tribes after generations of dispossession should perhaps cease to exist.", + "Peppered with racist stereotypes, the proposal ultimately crumbled in the face of local and national backlash, but the tone was set.", + "In the months since, the Montana GOP’s willingness to push the envelope against perceived cultural enemies has only intensified, culminating this week in the expulsion of Democratic Rep. Zooey Zephyr, the first transgender lawmaker in the state’s history.", + "As policy director for the American Civil Liberties Union’s Montana office, Keegan Medrano has been in the Capitol in Helena day after day for the past four months, meeting with lawmakers and advocate on bills impacting Native American and LGBTQ+ communities. For Medrano, a queer descendant of the Muscogee Creek nation, the work is both professional and personal.", + "“What we’ve been seeing over this session is that there is such distain, such animus, such disgust with queer people, Indigenous people, people that don’t fit in within their vision of what a Montana is,” Medrano told The Intercept. “They have such anger and disdain and disgust that they can’t control it,” he said. “And they’re now weaponizing the institutions to exclude us and police us.”", + "In a vote that broke along party lines Wednesday, Montana Republicans banned Zephyr from speaking or voting from the floor or the gallery of the Capitol for the remainder of this year’s session, which ends next week.", + "The move against Zephyr followed a pitched battle in recent weeks over a bill that would bar gender-affirming medical care for Montana youth; similar proposals have been introduced and passed by Republican-controlled state legislatures across the country. On April 17, Montana’s Republican Gov. Greg Gianforte indicated he would sign the bill, despite the pleas of his own son.", + "“He talks about compassion toward children, the youth of Montana, while simultaneously taking away health care from the youth in Montana,” Brian Gianforte, a 32-year-old member of Montana’s LGBTQ+ community said of his father’s support for the legislation in an interview with the Montana Free Press.", + "Powered by an influx of ultra-wealthy conservatives and the ever-expanding regional influence of Christian nationalism, Montana’s reputation as a live-and-let-live state has increasingly given way to the hard-right politics of its Republican Freedom Caucus in recent years.", + "Greg Gianforte, the governor presiding over the shift, rose to national prominence in 2017, when he choke-slammed a journalist on the eve of his election to Congress. Drawing on millions of dollars in donations to himself — Gianforte was then the richest man in Congress — the evangelical tech entrepreneur was elected governor in 2020, breaking the hold Democrats had on the office for a decade and a half.", + "The GOP’s grip on the levers of state power further tightened with a series of wins in last year’s midterm elections, giving the party a supermajority heading into this year’s legislative session.", + "Zephyr, a 34-year-old representing the liberal college town of Missoula, found herself in the crosshairs of Montana’s Republican hard-liners after speaking out against the bill to ban medical for transgender youth.", + "“If you vote yes on this bill and yes on these amendments, I hope the next time there’s an invocation, when you bow your heads in prayer, you see the blood on your hands,” Zephyr told her colleagues earlier this month.", + "That night, in a letter and tweet that deliberately misgendered the Democratic lawmaker, all 21 Montana Freedom Caucus members demanded Zephyr’s censure for “using inappropriate and uncalled-for language during a floor debate.”", + "Zephyr’s efforts to speak from the gallery in the state capital were repeatedly rebuffed in the days that followed. On Monday, hundreds of protesters converged on Helena. “Let her speak,” they chanted. Capitol police in riot gear were deployed. Seven people were arrested on trespassing charges, including two of Medrano’s staffers.", + "Among Zephyr’s constituents, a combination of frustration, fear, and outrage had been building from the moment the legislative session began, Medrano said; the protest was a form of release.", + "“I think that all sort of came out,” he said. “After over 80 days of not only the jokes, not only the questions, but also the policy, and then now, where we’re actually targeting, harassing, being retaliatory toward individuals from those communities.”", + "For Medrano, there is a throughline that binds Indigenous rights, trans rights, and reproductive rights: three areas where the Republican Party has directed much of its attention this session.", + "“Every single one of those individuals practices their own sort of body sovereignty and autonomy,” he said. “The Montana Republicans, the Freedom Caucus, they’re all afraid of these people, and so they legislate to extinguish their existence and/or to make their existences not palatable and not a part of what Montana is.”", + "Silenced by her Republican colleagues, Zephyr now sits on a bench outside the Capitol gallery, voting on bills and staying connected with her constituents on her laptop.", + "“It casts a pall over that building,” Medrano said. “There are lots of awful things that happened there, but there are truly new lows being explored by the supermajority.” At the same time, he added, “I think it speaks to her perseverance, her courage, and bravery.”", + "Medrano believes the Republican Party’s actions in Montana may, in the end, expand the movement it has sought to control.", + "“I think this is the moment. I’ve never seen such a groundswell and such camaraderie amongst people,” he said. “We’re seeing — across age, across race, and even really, across political belief — a real movement being started here to push back and to respond.”" + ] + } + ] + }, "publishing_date": "2023-04-28 15:54:24+00:00", "title": "An Insider’s View of the Montana Legislature’s Attacks on Trans Rep. Zooey Zephyr", "topics": [ @@ -14,6 +49,45 @@ "authors": [ "Nikita Mazurov" ], + "body": { + "summary": [ + "“I have been complicit in the violent domination of the world and I will never get the blood off my hands.”" + ], + "sections": [ + { + "headline": [], + "paragraphs": [ + "Aaron Bushnell, the active-duty U.S. Air Force airman who set himself on fire Sunday to protest Israel’s war on Gaza, appears to have grown disillusioned with the U.S. military and his own role as a service member, according to posts on the online forum Reddit under a handle matching one used by Bushnell.", + "Bushnell, 25, made international news when he professed that he would “no longer be complicit in genocide” and recorded himself shouting “Free Palestine!” as he burned to death in front of the Israeli Embassy in Washington on Sunday. “I am about to engage in an extreme act of protest,” Bushnell had announced on a livestream before his self-immolation, “but compared to what people have been experiencing in Palestine at the hands of their colonizers is not extreme at all.”", + "The Reddit posts, by a user named acebush1 and mostly from the past four years, chronicle a young person’s experience struggling with money as the pandemic took hold. The Reddit poster turned to the military and was initially enamored with the Air Force, but quickly came to denounce it.", + "In the months leading up to Bushnell’s act of self-immolation, several of acebush1’s posts showed how sharply their view of the military had shifted. On the r/Airforce subreddit, a user asked veterans whether, in hindsight, they would still choose to join the military. Acebush1 answered, “Absolutely not.”", + "“I have been complicit in the violent domination of the world,” they said, “and I will never get the blood off my hands.”", + "The Intercept analysis linked the acebush1 Reddit account to Bushnell by analyzing his social media activity. In a post on Facebook the same day as his self-immolation, Bushnell had posted a link to the video streaming platform Twitch with the username LillyAnarKitty. Using a Twitch username history tool that identifies a user’s prior account names, The Intercept found that the same Twitch User ID number used by LillyAnarKitty previously employed the handle acebush1.", + "A Reddit user with the same username — acebush1 — posted over a thousand times since 2014. The Reddit posts mention details that align closely with Bushnell’s life, including being in the Air Force, having a friend who was a conscientious objector, and studying computer science.", + "As this story was being drafted, acebush1’s posts started to be removed from Reddit. The posts were archived and, though Reddit instantly deletes posts from their new interface, visiting the old-style Reddit user profile page reveals their recently deleted posts." + ] + }, + { + "headline": [ + "“A Regret I Will Carry”" + ], + "paragraphs": [ + "The acebush1 Reddit user joined the military soon after posting about their financial struggles at the beginning of the pandemic. On March 19, 2020, acebush1 inquired about becoming an Uber Eats driver. The following month they posted asking for financial help: “HELP – Can’t get stimulus or unemployment benefits, about to run out of money.”", + "In May, acebush1 posted a photo with the caption “My Dad getting suited up to give me a goodbye? hug before I leave for BMT” — basic military training. According to Bushnell’s LinkedIn page, he enrolled in “Basic & Technical Training” in the Air Force in May 2020.", + "Several months into enrollment, acebush1 appeared excited by the Air Force, reposting a video of a military aircraft in August 2020 and giving it a heading that said: “Man, the Air Force does some cool-ass shit.”", + "Acebush1 also regularly posted in various video game Reddit communities, including one dedicated to the video game “Valheim.” In Bushnell’s self-immolation livestream, the liquid container he is carrying has a sticker with the slogan ‘the bees are happy,’ a meme from “Valheim.”", + "In November 2021, acebush1 made multiple posts asking about advice in pursuing a computer science degree. Bushnell’s LinkedIn profile, which has been memorialized “as a tribute to Aaron Bushnell’s professional legacy,” lists him as having been in the process of pursuing a bachelor’s degree in computer software engineering.", + "Nearly a year later, acebush1’s posts shifted from largely video game-based content to posts with titles like “Solidarity with Prisoners!” with a link to a Guardian article about an Alabama prison strike, and to reposting a meme image of anarchist philosopher Max Stirner. In 2023, acebush1 made a post with the title “Free Palestine!” and linked to a video of an activist takeover of UAV Tactical Systems, a drone company operated in part by the Israeli defense contractor Elbit Systems.", + "Shortly after the pro-Palestine post, in June 2023, acebush1 wrote, “I’m sticking it out to the end of my contract as I didn’t realize what a huge mistake it was until I was more than halfway through, and I only have a year left at this point. However it is a regret I will carry the rest of my life.”", + "The poster mentioned a friend who left the armed services on the basis of conscientious objection; Bushnell’s friend Levi Pierpont, according to the Washington Post, objected and left the military.", + "Acebush1’s posts became more stridently pro-Palestinian as Israel’s war in Gaza got underway. In one, they denounce Israel as a “settler colonialist apartheid state,” and exclaim that there are no Israeli “civilians” because the entire country is engaged in oppression. They refuse on several occasion to denounce armed Palestinian resistance, saying in the apartheid post that they “work for the air force and would also have no right to complain about violent resistance against my actions.”", + "In November 2023, acebush1 made another post describing “the moral necessity of getting out.”", + "In the last few months, acebush1 accelerated their posting across various anarchism-related Reddit communities, as well as on other various communities. “Piracy is always ethical,” acebush1 posted. “If you think that you’re making a difference with who you do and don’t choose to give your money to, you don’t understand how markets work.”", + "Acebush1’s last Reddit post was on February 24, expounding on how “whiteness erases culture” — a day before Bushnell’s self-immolating direct action. In an earlier post, acebush1 had written, “I’ve never been one for bullshit.”" + ] + } + ] + }, "publishing_date": "2024-02-28 14:54:09+00:00", "title": "Aaron Bushnell, Who Self-Immolated for Palestine, Had Grown Deeply Disillusioned With the Military", "topics": [ diff --git a/tests/resources/parser/test_data/us/TheNation.json b/tests/resources/parser/test_data/us/TheNation.json index 494a7c090..df06a9a3a 100644 --- a/tests/resources/parser/test_data/us/TheNation.json +++ b/tests/resources/parser/test_data/us/TheNation.json @@ -3,6 +3,60 @@ "authors": [ "Sarah Lazare" ], + "body": { + "summary": [ + "In Des Moines, Iowa, the militant Local 90 is preparing for what could be the largest strike against a single company in US history." + ], + "sections": [ + { + "headline": [], + "paragraphs": [ + "In the early morning of April 12, members of International Brotherhood of Teamsters Local 90 rallied in the parking lot of the United Parcel Service distribution hub in Des Moines, Iowa, to prepare for what could be the largest strike against a single company in US history later this summer. The sun was shining as the union distributed “hot dogs for breakfast” to a crowd that started small but quickly ballooned to over 100, workers said. People were standing on trucks giving speeches to their coworkers. “We had workers talking about working six days a week, talking about getting written up for calling in sick,” said Tanner Fischer, the 26-year-old president of the local, who has been working for UPS since he was 18.", + "Managers came outside to monitor the rally, Fischer said. “Some were standing 100 yards away, then moved to stand in the crowd and see what’s going on. They were making everyone uncomfortable.”", + "Surveillance is a common intimidation tactic used by management to make workers fearful about participating in protests. But instead of being cowed, Fischer fought back. “I filed an Unfair Labor Practice a few days later for them spying on our rally,” he told me with a smile, referring to a formal charge that an employer has violated the National Labor Relations Act. “It was easy. I did it myself. I wish I knew how to file a ULP when I was a steward.” (UPS corporate communications said of the incident, “We respect our employees’ rights to assemble and we comply with the NLRA.” The case is still ongoing.)", + "This episode illustrates the combative stance promised by Local 90’s new leadership, which hails from Teamsters for a Democratic Union (TDU), a movement within the union to build stronger democracy and militancy. That slate came to power in Local 90 at the beginning of this year, just in time to pick up the organizing for a nationwide UPS contract battle. The UPS contract with roughly 350,000 Teamsters is, according to the Teamsters, the biggest private-sector labor contract in North America, and it will expire on July 31. Negotiations are already underway. Beyond Des Moines, the new leadership of the international union came to power in March 2022 with the endorsement of the TDU, and has repeatedly declared, “We are not afraid” to strike.", + "Fischer doesn’t seem afraid either. We sat in the bar of a Hilton in downtown Chicago, where he had traveled for a regional grievance panel, part of the process for resolving deadlocked complaints that the employer violated the collective bargaining agreement. He looked young—he was carded when ordering a Bud Light—but he exuded confidence. Dressed in a gray Teamsters pullover, he had a trim beard and short light-brown hair, and politely repeated himself when I had trouble hearing him over the chatter of the establishment. But that polite demeanor gave way to exuberance—and increased volume—once we got going on the subject of workplace organizing.", + "There was much to discuss; the UPS contract isn’t his only battle. Local 90, based mostly in the Des Moines metro area, has six more contracts to negotiate in 2023, said Fischer, including one with a Pepsi bottling and distribution center, the local’s second-largest shop. And union leadership, he told me, is working through a backlog of hundreds of grievances, dating back to 2018. But out of 1,100 members, around 600 work at UPS, which guarantees that their fight will be a focal point in the months to come.", + "Iowa is a “right to work” state, which means that a worker can reap the benefits of a union contract without paying dues or being a member. While right-to-work status was designed to—and often does—obliterate union power, Local 90 has pushed back by aggressively organizing workers. According to Fischer, around 90 percent of UPS workers in the area are in the union.", + "Alano De La Rosa holds the top office in Local 90 as the secretary-treasurer and is also a member of TDU. He told me over the phone that he attributes the success of the recent organizing drive “in large part to the fact people are activated by the potential of a nationwide work stoppage. We’ve even picked up members who were longtime nonmembers.”", + "In 2015, it was De La Rosa who first signed up Fischer, then a teenage UPS loader making $10.50 an hour, to be in the union. It helped that Fischer, who grew up in the Des Moines area, had some familiarity with the concept. “My uncle was in unions as a firefighter and an electrician, and I know he has done well with his life because he’s in a union,” Fischer said. But despite union protection, Fischer told me that at the beginning, “pay was very low. I always had to have another job while working there.”", + "In February 2018, before the current contract, Fischer became a full-time driver, which meant higher pay: $18.75 an hour, he said. But the switch also had its challenges: He recalled the terror of “qualifying” when, during the first 30 days, a driver is tested on their ability to deliver a truck’s load within rigid time standards. “That was one of the most stressful things I’ve ever done,” he said. “On any given day you could be fired. It’s snowing, and I’m driving a truck, and I have to be done by five.”", + "Like any UPS driver, Fischer has a trove of stories about misadventures and warm interactions with the public. “I’ve been chased by more dogs more times than I can count,” he said. “I’ve been stuck in snow and had the whole neighborhood dig me out. I had a customer buy me a portable air conditioner thing to keep me from overheating—probably the best customer gift I’ve ever gotten in my life.”", + "Jody Gelner, who has been working at UPS for 35 years and became a member of TDU around two years ago, serves on the executive board of Local 90. He said that he still “gets pretty emotional” about the interactions he has had with customers.", + "One holiday season, early in his role as a full-time driver in the early 2000s, he had to deliver a kid-sized jeep with power wheels, “the type of toy that you give a little kid to ride around in with a battery,” he said. Gelner knew what was in the box because there was a picture on the side.", + "He was delivering it to a house with a big window. “I got out the back door and grabbed this big box with the picture of the toy,” he said. “And as I’m coming up to the door, I can see the kid jumping up and down and yelling with excitement. He was maybe 5 years old. And here comes the mom saying you just ruined the surprise for my kid’s Christmas.”", + "“She was furious,” he remembered with a laugh. “She tore into me. Now I’ve kind of learned that if the picture is on them, you hide them a little bit.”", + "But Gelner said the job also has its nasty side. “For upper management, it’s all down to seconds. You have 19 seconds to stop the truck. You have 18 or 19 seconds to get a box and get out of the truck. It’s so micromanaged.”", + "“Back in the day, I could run like a gazelle,” Gelner, who is 60 years old, said. “But now my knees hurt. I’ve been doing it so long. It wears on you.”", + "UPS has multiple mechanisms to track workers’ progress throughout the day: The company knows when a worker opens their door, how long the door is open, when a package is scanned, and where a worker is driving. But it is the union’s position that workers are under no obligation to follow the company’s time parameters. “The company can have their standards of what they think we should do, but we as a union do not acknowledge their production standards,” Fischer said. “There’s nothing in our contract that says we have to work for their numbers.”", + "But there is plenty in the workers’ national contract that is distasteful. The 2018 contract that UPS employees are currently working under garnered a “no” vote of 54 percent. But the union’s leadership at the time—helmed by longtime President James Hoffa, whose father, Jimmy, led the union from 1957 to 1971—invoked a constitutional loophole that says union negotiators can impose a contract if fewer than half of the membership votes, unless that vote is two-thirds “no.”", + "That loophole had been vociferously opposed for years by TDU and other Teamsters, and in June 2021, delegates overturned it at the union’s national convention. And then, around five months later, the opposition slate headed by now–General President Sean O’Brien and General Secretary-Treasurer Fred Zuckerman won. Alexandra Bradbury wrote in Labor Notes about the election outcome, “It’s the first time in almost a quarter-century that a coalition backed by TDU has taken the driver’s seat in the international union.”", + "Now, under that leadership, Teamsters across the country are looking to overturn some of that contract’s biggest disappointments. Paramount is the 22.4 position, which was created in the 2018 contract. This designation creates a second—or lower—tier of drivers, justified by the fact that these positions “may include inside jobs.” But in reality, 22.4 workers often perform tasks that are nearly identical to that of regular full-time drivers, except they work on the weekend and receive lower pay. These 22.4 workers are also excluded from the already meager protections from excessive forced overtime that exist for regular full-time drivers. (Only 25 percent of drivers per center can be 22.4s, per the contract.)", + "The demand to eliminate the 22.4 position has emerged as a rallying call, and O’Brien and Zuckerman have both said they are willing to strike to scrap this designation. (O’Brien split with Hoffa over the 2018 contract and has since built an alliance with TDU.)", + "But life isn’t easy for regular full-time drivers either. Fischer said that these workers in Local 90 are frustrated with forced overtime and the lack of paid sick days. “[Regular] full-time drivers have overtime protections against working over nine and a half hours a day more than two days in a given week,” Fischer said. “But the company can violate it—they just have to pay a penalty.”", + "Regular full-time drivers in Local 90 frequently work six days a week and are often forced to power through sickness, Fischer said. They don’t, after all, get paid sick days, and the state of Iowa does not have a guarantee for these either. (Some regional supplementary agreements in other locations do include paid sick days, but the central region supplement—which is the largest supplement and includes Iowa—doesn’t.) Vacation days have to be scheduled at the beginning of the year, which means that these workers have few opportunities to get an urgently needed day off. While management’s flexibility on this requirement varies from shop to shop, Fischer described local bosses as punitive: “If you were to get sick or need the day off, you end up with attendance issues.”", + "“It’s a little bit like the rail workers,” Fischer said. Rail workers have been vocal about brutal work conditions created by precision-scheduled railroading, in which they are denied time off to be at the bedside of dying family members, see their children born, or attend to urgent medical issues.", + "When asked about these conditions at Local 90, Matthew O’Connor from UPS corporate communications said, “We don’t want any of our employees to work six days in a row unless they want to.”", + "“In 2018, no one could have predicted the rapid increase in volume due to Covid-19 and changing customer demands for weekend service,” he continued. O’Connor stated that the 25 percent cap on 22.4 drivers has functioned to “prevent us from hiring enough Tuesday-Saturday drivers in some locations.”", + "But Fischer said that UPS can’t dodge responsibility. “If they didn’t want to have the six-day work week, they wouldn’t have it. They have the power to stop that immediately. It’s like driving a car and saying, ‘I don’t want to keep driving,’ but not pulling over and stopping. They’re the ones behind the wheel.”", + "UPS made record profits in 2022, bringing in $100 billion in revenue. But pay inequalities extend well beyond the 22.4 positions, something workers would like to rectify. The starting rate at UPS for both part-time and full-time jobs working inside—unloading, bagging, and sorting—is significantly lower than the rate for drivers. And then there is the issue of subcontracting—or, as Fischer put it, “giving away good union jobs.”", + "Workers want more full-time inside jobs, and they are fed up with the company’s efforts to impose monitoring systems, like cameras and sensors. This investment in surveillance is especially offensive, workers say, given the lack of measures to keep workers cool, as temperatures climb in a changing climate and, in some cases, place their lives in danger. Workers, too, are watching with concern as UPS pursues automation at some facilities.", + "Fischer’s mother, Adrianne Fischer, is a part-time air package driver; she picks up packages early in the morning from the airport and delivers them to customers. Her son encouraged her to get a job at UPS almost five years ago after her divorce. “I was working three jobs at the time, and had two little boys at home,” she said. “Health insurance is so expensive. He knew I needed benefits.”", + "She has complaints related to Article 40 of the national contract, which says that, unlike regular part-time workers, she doesn’t get extra pay if she works six days in a row when hours are beneath a certain threshold. She is also only guaranteed three hours a day. This is despite the fact that air package workers are often delivering and moving highly valuable products, or even medically urgent items, like corneas for transplant.", + "While the job gave her health insurance, Article 40 puts a cap on her quality of life, she said. “I’ve prepared myself financially for a potential strike. If this is what we need to do to have our voices heard, then we’ll do it.”", + "Fischer joined TDU around the forced passage of the 2018 contract. He said he remembers “being at a TDU conference in a room with people who were really pissed off. I was not totally understanding what was going on, but knowing we were getting screwed.”", + "Todd Hartsell, a senior steward in his building at the time, was the one who first pointed Fischer toward TDU, which was formed in 1976 to advance union democracy and root out corruption and mob influence (then an issue) from the union. Now a retired UPS worker, Hartsell has been a member of TDU for almost 40 years and was president of Local 90 in the mid-to-late ’90s. For three months, he said, he was on the national negotiating committee for the contract fight that resulted in the last nationwide UPS strike in 1997, which took place under the leadership of Ron Carey, who won the presidency with the support of TDU. The strike involved 185,000 workers and lasted for 15 days. Labor journalist Alex Press noted this year in Jacobin, “The United States has not seen a strike of that magnitude since.”", + "Hartsell said of Fischer, “Other people planted the seeds in me, the seeds of knowledge and information, and I shared it with him.”", + "During his presidential campaign, Fischer got married in September to Jacob Sales, who works as a server while going to school. They now live together in Bondurant, a suburb of Des Moines. “It’s stressful to plan a wedding and run for president at the same time,” said Fischer. “I would be doing 4 am shifts at Pepsi talking to Teamsters, then sleeping in my car for maybe an hour, then going to work all day.” Luckily, Fischer says, his now-husband did “most of the wedding planning.”", + "A handful of Teamster coworkers came to their wedding, and now Fischer is a union leader alongside them, at a juncture with huge implications for the labor movement. As rank-and-file reform movements win power in the United Auto Workers and rise up in the United Food and Commercial Workers, major contract battles become an opportunity to showcase a more aggressive approach that—many hope—will result in stronger contracts and internal democracy, as well as new organizing campaigns. While union enthusiasm is resurging, density is low in relative historical terms.", + "There are signs, meanwhile, that UPS is feeling the heat from workers. On a January 31 UPS earnings call, Amit Mehrotra, an analyst for Deutsche Bank, expressed concern about the negative press attention the contract battle is generating: “It seems like every day we wake up, there’s a new big article about it.” On that same earnings call, UPS CEO Carol Tomé sought to assure investors that UPS and Teamsters are “not far apart on the issues.”", + "But Local 90 members are readying themselves for a fight. De La Rosa said, “There is a lot of positive buzz. They are asking how it’s going. We connect people with the Teamsters app. We try to be at the gates as much as possible, try to be at the building leafleting. People seem thirsty for information.”", + "Fischer isn’t sure when he’s going to get a break from organizing, and it doesn’t seem like he wants one. The national UPS contract says top officers get an unpaid leave from UPS during their tenure (Local 90 member dues pay their salaries), and can return with all of their seniority intact once their term is finished. When asked what he does in his free time, he told me, “This is it,” gesturing with his hands toward the conversation we are having. He does enjoy bike riding, he said, and Packers football, though he acknowledged he should not admit the latter too loudly in a Chicago bar. He’s been thinking a lot, he said, about how “servers are a marginalized group of workers, and making less than minimum wage is insane.”", + "“Maybe when I have some time, we can stir up some trouble at Jacob’s work.”" + ] + } + ] + }, "publishing_date": "2023-05-15 09:00:37+00:00", "title": "Inside a Teamster Rebellion: This Is What Union Democracy Looks Like", "topics": [ @@ -13,6 +67,33 @@ "authors": [ "John Nichols" ], + "body": { + "summary": [ + "He told the truth about the threat posed by Trump. DeSantis and Haley will never do that." + ], + "sections": [ + { + "headline": [], + "paragraphs": [ + "Chris Christie quit his longshot bid for the 2024 Republican presidential nomination on Wednesday with all the political theater and rhetorical bombast that has historically characterized the grasping political career of this former federal prosecutor and governor of New Jersey. Yet, for all his foibles over the years, and for all the failings of his latest bid to position himself as a credible alternative to Donald Trump, Christie’s exit from the race still deals a blow both to his party and to the broader body politic.", + "Christie was the last high-profile GOP contender who was fighting for whatever remains of the soul of a Republican Party that, for all intents and purposes, has evolved into an authoritarian cult of personality with Trump as its center—posing what the former governor described as a real and present threat to democracy and national security.", + "Christie, a longtime Trump backer who ultimately came to his senses after Trump tried to overturn the 2020 election, mounted a 2024 campaign that aggressively challenged his party’s alarming deference to Trump, identified the former president as “a one-man crime wave,” and asserted that Trump had “earned every one” of his 91 criminal indictments. He argued that the other prominent contenders for the nomination—Florida Governor Ron DeSantis and former United Nations ambassador Nikki Haley—were unwilling to make an issue of the Republican front-runner’s criminality because they were “afraid to offend Donald Trump.” More importantly, Christie had the courage to demand that Republican voters answer the essential question: “Is this the type of conduct that we want from someone who wants to be president of the United States?”", + "An energetic and often masterful communicator—the only serious Republican rival, in this regard, to Trump—Christie made himself heard during a seven-month campaign that often put him on debate stages but that rarely earned him much applause. The cold shoulder was the answer to his question. Polls now show that almost two-thirds of Republicans accept Trump’s “type of conduct” and want him to be the party’s nominee for the third time in a row.", + "Christie—unlike, say, DeSantis—recognized the reality that his campaign could not overcome Trump’s dominance of the party. So, with just a few days to go before the first Republican caucuses in Iowa, and just a few more days to go before the first Republican primary in New Hampshire, Christie quit—telling a previously scheduled town hall meeting in Windham, N.H., “I’ve always said that there came a point in time in this race where I couldn’t see a path to accomplishing that goal that I would get out. And it’s clear to me tonight that there isn’t a path for me to win the nomination, which is why I’m suspending my campaign tonight for president.”", + "Christie, a relatively mainstream conservative, was under pressure to back the far more extreme Haley in the New Hampshire primary, where fresh polling suggests she is closing the gap on Trump. A CNN poll this week has Trump at 39 percent to 32 percent for Haley in the Granite State. That poll was one of several that had Christie running third in New Hampshire, pulling 12 percent. That relative show of strength inspired New Hampshire Governor Chris Sununu, a Haley backer, to urge Christie to “be a hero” and endorse the former UN ambassador.", + "But there’s nothing heroic about Haley’s candidacy. Yes, she is running against Trump, and she might even best him in New Hampshire. But she’s not willing to challenge Trump in a meaningful way. She signaled months ago that she would support Trump if he’s nominated this summer, as did DeSantis. And Haley has said that, if she were to somehow become president, she would pardon her Republican predecessor. That kind of talk led Christie to suggest, in a hot-mic moment on Wednesday evening, “She’s going to get smoked, and you and I both know it. She’s not up to this.”", + "It was a fair assessment of Haley’s candidacy, and of the even weaker bid by DeSantis.", + "Even now, as they desperately battle to catch up with Trump, or at least to be his chief rival, the frequent criticism of the former president from DeSantis and Haley is that he’s not right-wing enough on particular issues—as was illustrated in Wednesday night’s pathetic excuse for a debate between the pair.", + "Christie’s bottom line concerning the Republicans he eschewed endorsing on Wednesday was the right one: “Anyone who is unwilling to say [Trump] is unfit to be president of the United States is unfit to be president of the United States.”", + "Christie likes the spotlight, so it’s imaginable that he might yet align with a final “Stop Trump” bid by a former rival such as Haley. But, with the loud-mouthed New Jerseyan out of the race, it’s silly to imagine that another “name” candidate will echo his line of attack and thus risk offending Trump’s large and fiercely loyal base within the GOP. (Straight-talking former Arkansas Governor Asa Hutchinson, who has also been critical of Trump, is technically still in the running, but his campaign is so under the radar that many Iowans don’t even know he’s a candidate.) The Republican Party may be renewed at some point. But, for this election year, the fight is finished.", + "The first Republican president, Abraham Lincoln, spoke at the close of his 1861 inaugural address, at a time when the country was literally tearing itself apart, of his longing for a renewing moment when the sound of “the better angels of our nature” might again be heard.", + "Chris Christie is no angel.", + "But he was better than his rivals.", + "And now that he is out of the running, the last slim hope that responsible Republicans might right the course of their party in 2024 has been extinguished." + ] + } + ] + }, "publishing_date": "2024-01-11 16:10:50+00:00", "title": "Chris Christie’s Exit Marks the End of the Fight for the Soul of the GOP", "topics": [ diff --git a/tests/resources/parser/test_data/us/TheNewYorker.json b/tests/resources/parser/test_data/us/TheNewYorker.json index 16444717c..57d1cce7f 100644 --- a/tests/resources/parser/test_data/us/TheNewYorker.json +++ b/tests/resources/parser/test_data/us/TheNewYorker.json @@ -1,13 +1,55 @@ { "V1": { - "alternative_description": "Rachel Riederer writes about geoengineering and the idea of using glass bubbles to deflect light away from Arctic ice to slow climate change.", - "alternative_title": "Rachel Riederer writes about geoengineering and the idea of using glass bubbles to deflect light away from Arctic ice to slow climate change.", "authors": [ "Rachel Riederer" ], - "description": "Engineers might be able to protect Arctic ice by coating it with tiny glass bubbles. Should they?", + "body": { + "summary": [ + "Engineers might be able to protect Arctic ice by coating it with tiny glass bubbles. Should they?" + ], + "sections": [ + { + "headline": [], + "paragraphs": [ + "On a clear morning in late March, in rural St. Elmo, Minnesota, I followed two materials scientists, Tony Manzara and Doug Johnson, as they tromped down a wintry hill behind Manzara’s house. The temperature was in the high thirties; a foot of snow covered the ground and sparkled almost unbearably in the sunlight. Both men wore dark shades. “You don’t need a parka,” Johnson told me. “But you need sunglasses—snow blindness, you know?” At the bottom of the hill, after passing some turkey tracks, we reached a round, frozen pond, about a hundred feet across. Manzara, a gregarious man with bushy eyebrows, and Johnson, a wiry cross-country skier with a quiet voice, stepped confidently onto the ice.", + "Manzara and Johnson wanted me to see the place where, in a series of experiments, they had shown that it was possible to slow the pond’s yearly thaw. Starting in the winter of 2012, working with a colleague named Leslie Field, they had covered some of the ice with glass microspheres, or tiny, hollow bubbles. Through the course of several winters, they demonstrated that the coated ice melted much more slowly than bare ice. An array of scientific instruments explained why: the spheres increase the ice’s albedo, or the portion of the sun’s light that the ice bounces back toward the sky. (Bright surfaces tend to reflect light; we take advantage of albedo, which is Latin for “whiteness,” when we wear white clothes in summer.)", + "At the edge of the pond, Manzara and Johnson started to reminisce. Originally, they had applied glass bubbles to a few square sections of the frozen pond, expecting that the brightest ice would last longest. But they found that, beneath the pond’s frozen surface, water was still circulating, erasing any temperature differences between the test and control sections. In subsequent years, they sank walls of plastic sheeting beneath the pond’s surface, and the coated ice started to last longer. At first, Johnson manually measured the ice thickness by donning a wetsuit and snowshoes, tying a rope around his waist, and walking onto the frozen surface with a drill and a measuring rod; he was relieved when they figured out how to take sonar measurements instead. Manzara directed my gaze to two trees on opposite shores. “This is where we set up the flying albedometer,” he said. An albedometer measures reflected radiation; theirs “flew” over the lake by way of a rope strung between two pulleys. By this point, I had been staring at the ice and snow for almost an hour, and my vision started to turn purple-pink. I blinked hard as we headed inside.", + "Manzara, Johnson, and Field want to prove that a thin coating of reflective materials, in the right places, could help to save some of the world’s most important ice. Climate scientists report that polar ice is shrinking, thinning, and weakening year by year. Models predict that the Arctic Ocean could be ice-free in summer by the year 2035. The melting ice wouldn’t just be a victim of climate change—it would drive further warming. The physics seem almost sinister: compared with bright ice, which serves as a cool topcoat that insulates the ocean from solar radiation, a dark, ice-free ocean would absorb far more heat. All of this happens underneath the Arctic summer’s twenty-four-hour sun. But the fragility of the Arctic cuts both ways: as much as the region needs help, its ecosystems are sensitive enough that large-scale interventions could have unintended consequences.", + "That afternoon, Field arrived at Manzara’s house from California, where she runs a microtechnology-consulting company and teaches a Stanford course on climate change, engineering, and entrepreneurship. Like an old friend, she let herself in and called out hello. Field has let her shoulder-length hair go completely silver, “in solidarity with the Arctic,” she joked; when we sat down together, it was obvious that all three scientists relished engineering challenges, from applying the glass bubbles (shake them out of giant cannisters? spray them from a pressure pot?) to measuring their effects. They are an inventive bunch. Both Johnson and Manzara were senior scientists at 3M: Johnson, a physicist, worked on advanced materials such as a high-capacity transmission cable, to stabilize electrical grids; Manzara, an organic chemist, focussed on energetic materials, making ingredients for flares and rocket propellants. Field holds more than sixty patents; Johnson around twenty; Manzara around twelve.", + "Last year, Johnson, Manzara, Field, and other collaborators published a paper about their work at the test pond in Earth’s Future, a journal of the American Geophysical Union. It described how they segmented the pond, applied a thin layer of glass bubbles on one side, and set up instruments to measure water temperature, ice thickness, weather, and long-wave and short-wave radiation. Albedo measurements range from zero, for perfect absorption, to one, for mirrorlike reflection; the bubbles raised the albedo of late-winter pond ice from 0.1-0.2 to 0.3-0.4. After a February snowfall, they wrote, it was impossible to see any difference between the sections. But in March the snow thinned to reveal two distinct regions of ice, which melted at different rates as the days warmed. When the bare ice was gone, nine inches remained under the glass bubbles.", + "These results validated the notion that the glass bubbles could withstand harsh winter weather and extend the life of ice. And although a freshwater pond in Minnesota is not a perfect analogue for Arctic sea ice, the authors argued, glass microspheres showed potential. “Ultimately, if policy decisions were to be made that it was appropriate to apply this localized ice-preserving approach on a local or regional scale, this method of surface albedo modification may serve to leverage albedo feedback loops in a low-risk, beneficial way to preserve Arctic ice,” they wrote.", + "The paper imagined deploying the glass bubbles in a few strategic places. The Beaufort Gyre, for instance, north of Alaska and Canada, serves as a nursery for sea ice. “The circulation patterns there would help you spread the materials around,” Field told me. First-year ice is darker and thinner, and therefore vulnerable; the glass bubbles could help it survive and grow into thicker, brighter ice. Field also envisioned applying the bubbles in the Fram Strait, east of Greenland and west of Svalbard, which traps ice floes when it freezes over, helping them to survive longer. “There’s so much ice export there. A flow restrictor would be a good thing,” Field said.", + "In the race to save the cryosphere, as scientists call the world’s frozen reaches, protecting icy bodies of water will not be enough: the water locked on land, in glaciers, could devastate ecosystems and lower Earth’s albedo if it melts. And so, this winter, Johnson and Manzara constructed four “glaciers” on Manzara’s property. We went to see them with Field, stopping on the way to sample sweet sap from one of Manzara’s maple trees.", + "Already, through the course of the day, the snow had softened: instead of crunching across the top, we sank to our shins with each step. The glaciers sat, like ten-foot-square garden beds, behind a wire fence meant to keep out turkeys and deer. Glass bubbles have proved surprisingly effective on the flat surface of the pond, Manzara explained, but are not suited to the flowing curves of glaciers. “On a sloped surface, they tend to run downhill very quickly as soon as the top layer gets to be at all liquid,” he told me. Instead, they were testing white granules commonly used in roofing, which are heavier and irregular. But would they protect the ice as well as the spheres—and would they stay in place long enough to save glaciers?", + "No amount of glass spheres or roofing granules will reverse climate change. Only a rapid global shift away from fossil fuels is likely to achieve that. But in a place like the Arctic, which is warming four times faster than the rest of the planet, and where the end-of-ice tipping point hangs like the Sword of Damocles, such an intervention could offer a precious lifeline: time. What kind of progress could the world make if the emergency receded by a few years? “You only need to treat a small portion of the Arctic to get a big impact on the global climate. That’s the big picture,” Johnson said, describing his group’s modelling. “You can get twenty-five years longer to keep the ice.”", + "In 2006, Field went to see Al Gore’s climate-change documentary “An Inconvenient Truth.” She remembers leaving the theatre with two feelings: panic, and the need to do something. She kept thinking of an image she had once seen—a truck barrelling toward a screaming woman who’s standing in front of a child. “That’s what I felt like—like the Mack truck was coming for my kids,” Field told me. She also thought about the idea, communicated in the film, that the Arctic Ocean had enormous leverage in the climate system. “That disappearing ice, that reflectivity that we’ve had, that’s been doing us this gigantic favor of reflecting sunlight away, it’s disappearing—and that makes this positive-feedback loop,” she said. As an engineer, she knew that a positive-feedback loop, in which a change begets more of the same change, was something special: an opportunity for a small, strategic input to have a larger impact.", + "Field started experimenting with albedo on her front porch. She filled buckets with water and various would-be heat shields, and rigged them with inexpensive hardware-store thermometers. Her husband, a fellow-engineer, thought the tests were overly simplistic. “I’ve learned to listen to his arguments, but not to let them stop me,” Field told me. Plastics seemed unsuitable—they’re derived from petroleum, and a stint in the oil industry had convinced her that “you just have to respect the toxicity” of petrochemicals—but she tried some anyway. She tried hay and daisies. “They were both terrible,” she said. She tried cotton pads, baking soda, diatomaceous earth, searching for a material with the right properties—something reflective and nontoxic, that didn’t absorb heat, with an open texture to allow evaporative cooling. In 2008, she formed Ice911, a nonprofit, to fund her experiments.", + "Early in her research, Field learned that 3M was one of several companies that manufacture glass microspheres by the trillions. Microspheres make automotive parts lighter and reduce the density of wood composite, making it easier to nail; if you’ve driven in the dark, you’ve seen the unique way the material scatters light, in the reflective paint that’s used for lane lines. In November, 2010, a professional acquaintance introduced Field to Johnson, who invited her to give a talk at 3M’s Midwest headquarters, the home of Scotch Tape, Post-it, and many cleaning, building, and business supplies. On the way, she saw a rainbow and took it as an auspicious sign. During her talk on Arctic ice loss, which about twenty scientists attended, Field described a dilemma: she knew that the glass bubbles needed to be tested in the field, but she also knew that it would be difficult to get permission to conduct a scaled-up experiment. At the end of her presentation, Manzara approached her and offered a solution—they could use his pond, which is on private land.", + "A 3M policy allowed scientists to spend fifteen per cent of their work time on personal projects, and Johnson, Manzara, and Field soon began testing different glass bubbles on the pond. They contracted with an environmental laboratory to feed the glass bubbles to one bird species and one fish species, and the lab did not report any harmful effects. The team reasoned that the microspheres were safe because they were almost entirely silica, a mineral that is abundant in sediment, rocks, and the ocean. “It’s something we’ve evolved with,” Field argued. “If you look at your vitamins, you may find that some of them have a silica binding agent. It’s about as safe as you can get.” Microspheres also have the advantage of already existing: when tackling a problem that needs to be solved within ten or twenty years, there’s hardly time to invent and mass-produce something entirely new. “These are relatively inexpensive, and there are manufacturers,” Field told me.", + "In 2015, Field gave a talk at NASA’s Ames Research Center and met its associate director, Steven Zornetzer, a former neuroscientist interested in climate protection. “Leslie’s insight was that, if we can use some kind of material to really leverage the importance of ice in the Arctic during the summer, we could prevent that additional absorption of solar radiation,” he told me. Zornetzer, a hiker and environmentalist, joined the small team at Ice911 as executive director to build up the organization’s infrastructure. Covering up to a hundred thousand square kilometres of Arctic sea ice, Zornetzer told me, would cost one to two billion dollars per year; Johnson estimated that coating Himalayan glaciers would cost anywhere from one to thirteen billion dollars per year. The group knew that their approach was not a substitute for the larger undertaking of cutting climate pollution to near-zero—but, like doctors in the early days of the coronavirus pandemic, they were raiding the medicine cabinet. They wanted to find remedies that were already out there and which might buy time for new treatments to be developed.", + "There were plenty of reasons that this intervention might be unworkable. The microspheres might not affect Arctic sea ice the way they did a segmented pond in Minnesota. Zornetzer said that scientists still needed to study the bubbles’ impact on each part of the food chain, “from primitive organisms to larger, more predaceous ones,” to insure that they would “have no effect on species living in the Arctic water column.” Using them might be politically impossible, whether locally or internationally. But the only way to find out would be to press forward. Answers, positive or negative, were needed soon.", + "In 2017, after several years of experiments in Minnesota, the team flew to northern Alaska to test the microspheres on a pond at the Barrow Arctic Research Center, in Utqiagvik. (Field’s first trip to Alaska had been funded by a Silicon Valley donor who was concerned about the future of the Arctic.) The team applied the glass bubbles with a modified agricultural seeder and a snow machine. To guard against polar bears, men with rifles accompanied the group. Maddeningly, the experiment was inconclusive—the instrumentation failed when its wiring was gnawed by foxes—but the test put Ice911 into a new phase, in which the organization began to grapple with complicated questions that surround geoengineering.", + "Using bright materials to stay cool is intuitive enough. Drivers do it when they place foil sunshades behind the windshields of their cars. Cities such as New York and Los Angeles do it through “cool roof” programs, in which reflective coats of paint keep buildings cooler during the summer, helping to counteract the urban heat-island effect, which makes cities warmer than natural spaces. In theory, these principles could be applied more broadly. Research by Xin Xu, a materials scientist who trained at M.I.T., recently estimated that raising an area’s albedo by 0.01 could reduce its air temperature by 0.1 degrees Celsius (0.18 degrees Fahrenheit). An organization called MEER, founded by a Harvard microscope researcher, wants to combat warming by placing mirrors over land and water and pointing them skyward, to bounce back solar radiation. It’s possible that plants could be bred to have lower levels of chlorophyll and waxier surfaces, which could increase the albedo of croplands. But the idea of addressing climate change on a global scale, by intentionally intervening in the natural world—as opposed to by decreasing emissions—is deeply contentious. There are questions of safety, efficacy, and unintended consequences. Even if a technology is definitely safe, there are issues of governance and fairness: Who gets to decide to deploy it, and where?", + "One particularly controversial form of geoengineering is stratospheric aerosol injection—a type of solar-radiation management, or S.R.M., that would raise the entire planet’s albedo by spraying aerosolized sulfuric acid into the stratosphere, much as volcanoes do. In 2021, a Harvard group researching S.R.M. was poised to test the technology in northern Sweden, working with the country’s space agency, but protests from the Indigenous Sámi community and environmental groups shut the project down. “The way of thinking that humans are entitled to change and manipulate our surroundings has actually brought us into the climate crisis in the first place,” a leader of the Sámi Council told reporters at the time. Still, this February, a U.N. Environment Programme report argued that the impacts and risks of S.R.M. should be researched, in part, the organization’s chief scientist has said, because “these technologies are gaining traction as a possible last resort.” David Keith, who leads a new climate-systems-engineering initiative at the University of Chicago and is one of the most cited researchers of S.R.M., told me that the technology should not be used unilaterally, for example by “a toxic tech billionaire.” But he also said that universal agreement is unrealistic: “No technologies get decided by some global unanimous vote.”", + "Keith told me that, in his view, research into the safety and efficacy of glass microspheres is underwhelming, and that stratospheric aerosols are a more mature and impactful technology. But advocates of reflective coatings argue that their approaches would be preferable because they are localized, and might be more easily reversed. “If something unexpected were to happen in the environment as a result of our deployment, we could simply stop the deployment,” Zornetzer told me. “We can even clean it up if we had to. You can’t do that with these other methods.” Using reflective coatings on ice still amounts to actively tinkering with a natural system, but in a way that seems less totalizing than transforming the stratosphere—call it geoengineering lite. (Some proponents, including Field, prefer the term “climate restoration.”)", + "After the field test at Utqiagvik, the priorities of Ice911 team members began to diverge. Field wanted to conduct more field tests as soon as possible; this meant pivoting away from Arctic sea ice to glaciers, on the theory that it would be easier to secure permits and community support on land, within clear borders. Last year, she officially founded the Bright Ice Initiative, a glacier-focussed group, and Johnson and Manzara came with her. Others, including Zornetzer, thought that they had more work to do before field testing, and wanted to stay focussed on Arctic ice, which they viewed as the most important lever that a surface-albedo project could pull. They ultimately renamed Ice911 the Arctic Ice Project and partnered with SINTEF, a research organization in Norway, to complete laboratory studies into the ecological impact of glass microspheres. Only after those have concluded will testing move into the field. “We have always used the phrase ‘Do no harm,’ ” Zornetzer told me. “But there was precious little or no solid ecological or toxicology work associated with the material—certainly not in the Arctic, with the species that live in the Arctic water column.”", + "Many of those who oppose geoengineering argue that even discussing it generates a sort of moral hazard, by creating a false impression that technological fixes will spare us the hard work of dropping fossil fuels. Manzara, Johnson, and Field aren’t convinced by that line of thinking. “We’ve known about climate change and carbon for how long?” Manzara said. “People are using solar, using renewables, but it’s not changing fast enough. This is something you could actually do.” Other opponents point out that even a test would be far-reaching and could pose serious risks. “You’re not going to be able to see the implications of these technologies until you deploy them at scale,” Panganga Pungowiyi, an organizer at the Indigenous Environmental Network, and a Native resident of St. Lawrence Island, in Alaska, told me. “And we only have one Earth.”", + "The Utqiagvik test opened both organizations up to outside criticism in a new way. In 2022, a group of Native Alaskan activists, including Pungowiyi, tried to attend an Arctic Ice Project fund-raiser at a country club in California. After they paid for a V.I.P. table, their money was refunded with a note saying that the event was sold out—but some of Pungowiyi’s friends, who were white, were able to buy individual tickets later. The group demonstrated outside instead, and delivered an open letter signed by several Native Alaskan groups. It argued that the coatings might interfere with wildlife, human health, boat motors, and air traffic.", + "Annette Eros, who became the C.E.O. of the Arctic Ice Project several months after the fund-raiser, told me that the table had been refunded because of space limitations. Still, she said, the decision not to accommodate the group was “disappointing.” She added in an e-mail that “the actions from last year do not reflect the philosophy and strategy of current Arctic Ice Project leadership.” Eros also said that “Rule 1” of the project is that it will collaborate with Indigenous communities well ahead of field testing. “We need to make sure that we’re respecting and learning from each other and have open lines of communication,” she said. But the Arctic Ice Project has not reached out to the groups involved in the protest.", + "Field told me that she had got permission for the Utqiagvik field test from the local city government and the Native corporation, and thought those agreements sufficed. “That is not the same as getting consent,” Pungowiyi told me. When we spoke, Pungowiyi focussed on the matter of self-determination. “Shouldn’t we be able to say no? Shouldn’t we have the agency over our bodies, our lands, our waters, our animals that we’ve been in relationship with for thousands of years?” she asked. In her view, scientific projects have a long history of treating Indigenous people and lands “as a stepping stool and a dumping ground.”", + "Geoengineering is powerful for the same reason that it is a lightning rod: it contemplates profound changes to global systems. Of course, humans have already disrupted those systems in dangerous ways. Action is risky, but so is inaction; geoengineering highlights the tension between speed and safety. Geoengineering also raises the question of whose safety counts. Warming is a collective problem, but many communities that have emitted less climate pollution—island nations, Indigenous communities, much of the Global South—are already suffering the worst of its effects. Some will suffer from climate solutions, too.", + "Well-meaning people may be tempted to view the climate crisis as a version of the trolley problem, Pungowiyi said—a philosophical conundrum in which a trolley is about to strike five people and an onlooker has to decide whether to divert it onto a different track, where it will strike only one. The trolley problem describes a single decision-maker with complete information, but the climate crisis involves many decision-makers who must account for uncertainty—and the will of the people on the tracks. “If you have a technology that you believe is good for the whole world, then it’s O.K. to sacrifice the Arctic because it’s the most strategic location, and it’s wrong for Indigenous people to say no,” Pungowiyi said, describing a line of reasoning that she considers deeply harmful.", + "The more time I spent with the Bright Ice team, the more conflicted I felt about their technology. Field told me that she’d spoken at an online event attended by the former President of Iceland Ólafur Grímsson, and he’d remarked that, if it is possible to preserve valuable ice, “it would be a gift of fortune, a gift from God.” (Grímsson did not reply to a request for comment.) If we have the opportunity to preserve an irreplaceable part of the planet’s climate system, don’t we have the responsibility to do so? And yet spreading an artificial substance in a delicate ecosystem, even in the name of environmentalism, is troubling to the part of us that wants nature to remain as it was. I expected to be amazed by the glass bubbles, but when I saw them for the first time, in Manzara’s workshop—almost weightless and so reflective they seemed to glow—I was unsettled. What would they do to the places they were intended to protect?", + "Back-yard studies cannot answer that question. Rigorous investigation and open debate, on a both global and local scale, will be required before anyone can deploy the material in a way that could make a real difference. Meanwhile, the climate crisis will grow more urgent with every day that passes—until, one day, the melting of the cryosphere makes our questions moot. “The limiting factor in our case—and probably in most of these research cases—is money,” Zornetzer said. “We’re moving as fast as money will allow us to move. We know that the window is closing and that time is running out. We’ve got maybe a decade or so before it’s too late.”", + "Johnson and Manzara built their “glaciers” by digging four trenches, using a Bobcat forklift, on Manzara’s property. The bottom of each trench was lined with plastic and had a forty-five-degree incline. They filled the trenches with water, allowed the top to freeze, and then drained water from the deeper edge, leaving a foot-thick sheet of sloped ice. When we inspected the glaciers in St. Elmo, they were still mostly covered with snow, but ice peeked out around the edges. Thermometers above- and belowground recorded temperatures; albedometers hung from nearby metal poles. A weather station measured air pressure and wind. Kneeling in the snow, Manzara discovered that a car battery that had been powering one of several small data loggers had failed. He fetched a replacement from his workshop.", + "I leaned forward to inspect the ice. One glacier was smudged with carbon black, a powdery soot that settles on glaciers. “That’s what’s killing the glaciers in the Himalayas,” Manzara explained. Forests go up in smoke; humans continue to burn dirty fuels. “That makes a lot of soot, and it ends up right on top of the ice and snow, and the sun comes out, and it just melts.” It was the effect they were studying, but in reverse. Another glacier was also smudged with carbon black, but had been covered with white granules. I thought the soot-topped glacier had shrunk more than the others, but it was too soon to tell. The real question was whether the coated glacier would last longer.", + "We went back to Manzara’s kitchen table to regroup. Near a window that overlooked the pond, the glaciers, and a bird feeder busy with cardinals and woodpeckers, Field shared updates from the Bright Ice Initiative’s latest meetings with partners in India. This summer, if the permissions are finalized, the group will conduct a field test on a section of the six-square-mile Chhota Shigri Glacier, in the Hindu Kush region of the western Himalayas. “Chhota” means “small” in Hindi, but it is part of a network of thousands of glaciers that represent the third-largest block of freshwater on Earth, after the polar ice caps; hydrologists have nicknamed it the Third Pole. Unexpected melts put downstream communities at risk of floods, and the disappearance of the glaciers could deprive billions of people of freshwater. Soumitra Das leads the nonprofit Healthy Climate Initiative and lived in the foothills of the Himalayas before moving to the U.S. He is now working with Field and her colleagues, and estimates that the total cost of a three-year field trial, including materials, equipment, and compensation for local graduate students to assist with monitoring, would be about two hundred and fifty thousand dollars. He told me that Himalayan glaciers are so crucial to global sea levels, and thus to political stability, that the test has to go forward; he called the effort to save ice “our most important work to save humanity.”", + "It stayed cold in Minnesota for another two weeks. On Easter Sunday, Manzara put on some rubber boots and walked to check on the glaciers. The temperature had got into the sixties the day before, and had finally been above freezing at night—the hillside’s snow had given way to spring mud. At the test site, the snowpack had melted, revealing the ice itself. The darkest glacier—the one covered in soot—was clearly shrinking fastest. But the dark glacier treated with granules was melting more slowly. The granules had stuck. The ice had a little time left. ♦" + ] + } + ] + }, "publishing_date": "2023-04-25 06:00:00-04:00", - "section": "the control of nature", "title": "A Heat Shield for the Most Important Ice on Earth", "topics": [ "the arctic", diff --git a/tests/resources/parser/test_data/us/WashingtonTimes.json b/tests/resources/parser/test_data/us/WashingtonTimes.json index 9f66f52b7..1d413a101 100644 --- a/tests/resources/parser/test_data/us/WashingtonTimes.json +++ b/tests/resources/parser/test_data/us/WashingtonTimes.json @@ -3,6 +3,37 @@ "authors": [ "Tom Davies" ], + "body": { + "summary": [], + "sections": [ + { + "headline": [], + "paragraphs": [ + "INDIANAPOLIS (AP) — A messy state budget deal gained the endorsement of Indiana Gov. Eric Holcomb on Friday soon after it won final passage from state legislators.", + "Republican legislative leaders scrambled for much of Thursday to add about $300 million in school funding after facing complaints that a costly expansion of eligibility for Indiana’s private school voucher program would leave traditional schools with small funding increases.", + "The revised deal finally got House and Senate votes in Friday’s early hours, clearing both Republican-dominated chambers in near-party line votes that wrapped up about 2:30 a.m.", + "Despite not seeking the voucher program expansion, nor a speedup of planned income tax rate cuts that GOP lawmakers included in the deal, Holcomb said during a Statehouse news conference that he would “gladly” sign the two-year $44.6 billion budget.", + "“It is a generational impact budget,” the Republican governor said. “Its policies and plans can be viewed, as we do, as a blueprint for growth, and we’re going to be busy building up and growing all over the state.”", + "Holcomb pointed to budget provisions such as $500 million toward a new round of regional economic development grants and about $120 million to fill his request to eliminate school material and textbook rental fees charged to families.", + "Lawmakers didn’t give Holcomb all he sought – prominently deciding to provide about two-thirds of the governor’s requested funding for expanding county health department programs. The funding would be aimed at improving the state’s low rankings in areas such as obesity, smoking and life expectancy.", + "Holcomb said it was a start in an effort that he made one of his top budget priorities after a state commission found that Indiana’s local public health spending ranks 45th among the states.", + "State Health Commissioner Dr. Kristina Box said the Legislature provided “the major components that we need in order to be able to go forward.”", + "“There are some strings attached, but they’re all things that are very, very workable, and we’re very excited to get started,” Box said.", + "Conservative lawmakers foisted several other issues onto Holcomb’s desk during the four-month legislative session that he didn’t seek - and drew crowds of protesters to the Statehouse.", + "Holcomb has already signed into law a measure that will prohibit transgender youth from accessing medication or surgeries that aid in transition and mandate those currently taking medication to stop by the end of the year. The American Civil Liberties Union of Indiana has filed a lawsuit seeking to stop the ban from taking effect July 1.", + "The governor, meanwhile, hasn’t yet said whether he will sign a bill requiring schools to notify parents if their child requests a name or pronoun change at school or another that could make it easier to ban books from public school libraries if they face complaints of being sexually inappropriate for children.", + "A leader of the state’s largest teachers union said lawmakers “missed the mark” on helping schools around the state or stemming the loss of teachers leaving the classroom.", + "“Most of what happened in the session had nothing to do with that,” said Dan Holub, executive director of the Indiana State Teachers Association. “We’ve been obsessed with social issues and things like that and, actually, that’s done more to cause educators to think twice about the profession they’ve chosen.”", + "Public schools groups and Democrats argued the voucher expansion’s cost shortchanges traditional public schools with funding increases less than the inflation rate.", + "The voucher expansion in the initial budget deal announced Wednesday by Republican leaders was set to consume more than $500 million of the nearly $1.2 billion increase planned for general K-12 funding over the next two years.", + "The revised plan added about $300 million to boost the total increase to about $1.5 billion - increasing funding for public school districts to 5.4% in the budget’s first year and 1.3% in the second year, according to projections from the nonpartisan Legislative Services Agency.", + "The voucher expansion includes raising the income limit for a family of four from the current $154,000 to $220,000 and removing a requirement for most families that at least one child had previously attended a public school.", + "Senate Democratic Leader Greg Taylor of Indianapolis said schools will be unable to significantly increase Indiana’s lagging teacher pay as state money is siphoned away to the voucher program.", + "“We can’t find ourselves at the bottom of the barrel on education, at the bottom of barrel on public health, and come into a legislative session, when we know these things are true, and they decide we’re going to focus on making sure that the wealthy get more assistance,” Taylor said." + ] + } + ] + }, "publishing_date": "2023-04-28 13:53:25", "title": "Indiana governor endorses revised GOP state budget package" } diff --git a/tests/resources/parser/test_data/us/WorldTruth.json b/tests/resources/parser/test_data/us/WorldTruth.json index ed067282d..b0857e96d 100644 --- a/tests/resources/parser/test_data/us/WorldTruth.json +++ b/tests/resources/parser/test_data/us/WorldTruth.json @@ -1,5 +1,39 @@ { "V1": { + "body": { + "summary": [], + "sections": [ + { + "headline": [], + "paragraphs": [ + "We have all heard of antioxidants, but have we heard of the mother of all antioxidants? One that is the secret to prevent cancer, heart disease, aging, neurological issues and more? This single antioxidant has been studied in great depth yet most of us know nothing about it and many doctors have no idea how to address the epidemic of its deficiency in humans.", + "We are of course talking about Glutathione (pronounced “gloota-thigh-own.”) This is a powerful detoxifier and immune booster and is crucial to a healthy life. Although the body does make some of its own Glutathione, poor food quality, pollution, toxic environments, stress, infections and radiation are all depleting out bodies glutathione.", + "Glutathione is a simple molecule produced naturally in the body at all times. It’s a combination of three building blocks of protein or amino acids — cysteine, glycine and glutamine.", + "The best part of glutathione is that is contains sulfur chemical groups that work to trap all the bad things like free radicals and toxins such as mercury and heavy metals in our body then flush them out. This is especially important in our current world of heavy metal bombardment.", + "The body makes it, but it’s often not enough in our strenuous environment. Here are some food sources that either contain glutathione or its precursors to help the body produce more.", + "Notice they are all healthy foods we often don’t get enough of? This is another big issue with our diets. We consume a lot of junk, meat, dairy and processed foods, items that clinically have been proven to be the number one causes of heart disease and illness yet we consume them in huge quantities. The key is to limit these and eat a lot of fresh, lively foods that provide nutrients and don’t ask the body to perform a mega job to digest.", + "You can also increase your exercise as glutathione production increases when you exercise. Breathing and sweating are also great ways to get rid of toxins in the body.", + "What makes glutathione so important and powerful is that it recycles antioxidants. When your body is dealing with free radicals, it is essentially passing them from one molecule to another. They might go from vitamin C to vitamin E to lipoic acid and then to glutathione where they are cooled off. Antioxidants are recycled at this point and the body can now regenerate another glutathione molecule to go back at it again.", + "Glutathione is crucial for helping your immune system fight chronic illness as it acts as the carrier of toxins out of your body. Like a fly trap, toxins stick to glutathione and they are carried to the bile into the stools and out of the body. Glutathione is also powerful enough that it has been shown to help in the treatment of AIDS greatly. The body is going to get in touch with oxidants and toxins, the more we can deal with those the better our body will be at staying strong, this is why glutathione is so important.", + "Dr. Mark Hyman has given 9 tips to increase your Glutathione levels. Check them out!", + "1. Consume sulfur-rich foods. The main ones in the diet are garlic, onions and the cruciferous vegetables (broccoli, kale, collards, cabbage, cauliflower, watercress, etc.).", + "2. Try bioactive whey protein. This is great source of cysteine and the amino acid building blocks for glutathione synthesis. As you know, I am not a big fan of dairy, but this is an exception — with a few warnings. The whey protein MUST be bioactive and made from non-denatured proteins (“denaturing” refers to the breakdown of the normal protein structure). Choose non-pasteurized and non-industrially produced milk that contains no pesticides, hormones, or antibiotics. Immunocal is a prescription bioactive non-denatured whey protein that is even listed in the Physician’s Desk Reference.", + "3. Exercise boosts your glutathione levels and thereby helps boost your immune system, improve detoxification and enhance your body’s own antioxidant defenses. Start slow and build up to 30 minutes a day of vigorous aerobic exercise like walking or jogging, or play various sports. Strength training for 20 minutes 3 times a week is also helpful.", + "One would think it would be easy just to take glutathione as a pill, but the body digests protein — so you wouldn’t get the benefits if you did it this way. However, the production and recycling of glutathione in the body requires many different nutrients and you CAN take these. Here are the main supplements that need to be taken consistently to boost glutathione. Besides taking a multivitamin and fish oil, supporting my glutathione levels with these supplements is the most important thing I do every day for my personal health.", + "4. N-acetyl-cysteine. This has been used for years to help treat asthma and lung disease and to treat people with life-threatening liver failure from Tylenol overdose. In fact, I first learned about it in medical school while working in the emergency room. It is even given to prevent kidney damage from dyes used during x-ray studies.", + "5. Alpha lipoic acid. This is a close second to glutathione in importance in our cells and is involved in energy production, blood sugar control, brain health and detoxification. The body usually makes it, but given all the stresses we are under, we often become depleted.", + "6. Methylation nutrients (folate and vitamins B6 and B12). These are perhaps the most critical to keep the body producing glutathione. Methylation and the production and recycling of glutathione are the two most important biochemical functions in your body. Take folate (especially in the active form of 5 methyltetrahydrofolate), B6 (in active form of P5P) and B12 (in the active form of methylcobalamin).", + "7. Selenium. This important mineral helps the body recycle and produce more glutathione.", + "8. A family of antioxidants including vitamins C and E (in the form of mixed tocopherols), work together to recycle glutathione.", + "9. Milk thistle (silymarin) has long been used in liver disease and helps boost glutathione levels.", + "Sources:", + "drhyman.com", + "articles.mercola.com", + "www.webmd.com" + ] + } + ] + }, "publishing_date": "2021-12-25 13:46:00-04:00", "title": "The Mother of All Antioxidants" } diff --git a/tests/test_parser.py b/tests/test_parser.py index c1c77c93d..728905e49 100644 --- a/tests/test_parser.py +++ b/tests/test_parser.py @@ -128,7 +128,7 @@ def test_mapping(self, proxy_with_two_versions_and_different_attrs): # enforce test coverage for test parsing # because this is also used for the generate_parser_test_files script we export it here -attributes_required_to_cover = {"title", "authors", "topics", "publishing_date"} +attributes_required_to_cover = {"title", "authors", "topics", "publishing_date", "body"} @pytest.mark.parametrize( @@ -167,7 +167,13 @@ def test_parsing(self, publisher: PublisherEnum) -> None: # test coverage supported_attrs = set(versioned_parser.attributes().names) missing_attrs = attributes_required_to_cover & supported_attrs - set(version_data.keys()) - assert not missing_attrs, f"Test JSON does not cover the following attribute(s): {missing_attrs}" + assert ( + not missing_attrs + ), f"Test JSON for {version_name} does not cover the following attribute(s): {missing_attrs}" + + assert list(version_data.keys()) == sorted( + attributes_required_to_cover & supported_attrs + ), f"Test JSON for {version_name} is not in alphabetical order" assert (html := html_mapping.get(versioned_parser)), f"Missing test HTML for parser version {version_name}" # compare data diff --git a/tests/utility.py b/tests/utility.py index 42e9097b7..9b8f9fbf1 100644 --- a/tests/utility.py +++ b/tests/utility.py @@ -8,7 +8,8 @@ from typing_extensions import Self from fundus import PublisherCollection -from fundus.parser import BaseParser +from fundus.parser import ArticleBody, BaseParser +from fundus.parser.data import TextSequenceTree from fundus.publishers.base_objects import PublisherEnum from fundus.scraping.article import Article from fundus.scraping.html import HTML, SourceInfo @@ -107,22 +108,25 @@ class ExtractionEncoder(json.JSONEncoder): def default(self, obj: object): if isinstance(obj, datetime.datetime): return str(obj) + if isinstance(obj, TextSequenceTree): + return obj.serialize() return json.JSONEncoder.default(self, obj) class ExtractionDecoder(json.JSONDecoder): - transformations: Dict[str, Callable[[Any], Any]] = { - "crawl_date": lambda timestamp: datetime.datetime.fromisoformat(timestamp), - "publishing_date": lambda timestamp: datetime.datetime.fromisoformat(timestamp), + deserialization_functions: Dict[str, Callable[[Any], Any]] = { + "crawl_date": datetime.datetime.fromisoformat, + "publishing_date": datetime.datetime.fromisoformat, + "body": ArticleBody.deserialize, } def __init__(self, *args, **kwargs): json.JSONDecoder.__init__(self, object_hook=self.object_hook, *args, **kwargs) def object_hook(self, obj_dict): - for key, transformation in self.transformations.items(): - if serialized_value := obj_dict.get(key): - obj_dict[key] = transformation(serialized_value) + for key, deserialization_function in self.deserialization_functions.items(): + if (serialized_value := obj_dict.get(key)) is not None: + obj_dict[key] = deserialization_function(serialized_value) return obj_dict