Staikouras for Thessaloniki Metro: Free transfers on the first days of operation

In particular, Mr. Staikouras reported the following: “We are ready and finalizing the last details. We will have no negative surprises. There were too many difficulties and we are still trying to fix them” said, among other things, the minister and noted that because of all the delays the total budget, together with the expansion, interest and loans, will amount to 3 billion euros. “Ten prime ministers and respective ministers passed. It is a project that, due to delays, extraordinary events, cost much more than the original budget. The Metro will work for the whole of society, for all citizens” he pointed out.

Regarding the financing of the Metro extensions to the airport and western Thessaloniki, the Minister of Transport and Infrastructure noted: “at the moment we have only planned and we have not decided how we will move to look for financing. European funds may be used in the future. The point is to have the fiscal space to finance them.”

Mr. Staikouras also referred to the amendment of the ministry that was submitted to the Parliament and includes, among other things, the extension of the contracts of the drivers of the OSETH until the end of June 2025 and provisions regarding the operation of the OSETH that enriches the mission in the control of the provided transportation project and the distribution of the resources from the collection of fees. Regarding the construction project of the fly over, he emphasized that it is moving within the schedules, although, as he added, there are collectives that are trying to put up obstacles. Regarding the Tempe train accident, Mr. Staikouras pointed out that “we have a debt to advance the conclusion that is completed in February 2025”.

Weather – Tsatraphyllias: “Cold lake” may bring rain, snow and cold over the weekend

Marinakis: The free afternoon surgeries prove in practice what social policy means

Hatzidakis in Parliament: A budget that combines prudence with growth and social cohesion

The Thessaloniki Metro station that resembles a Formula One track! [φωτο-βίντεο]

#Staikouras #Thessaloniki #Metro #Free #transfers #days #operation

What is the purpose of asynchronous script loading in this context?

This ​code snippet appears to manage the loading and execution of various advertising and analytics scripts on a website.

Let's‍ break down ‍the different ⁣sections and their potential purposes:

* **AdSense Management:** The code ⁤initially checks for the presence of ad slots with the class "adsense-for-mobile" ⁤and removes any Adsense elements within them. This suggests a potential⁢ strategy​ to prevent mobile ads from displaying, perhaps ‌prioritizing a different ad format for mobile users. It then retrieves all elements with the "adsbygoogle" class (likely Adsense ‌slots) and prepares to load the Adsense scripts ⁣asynchronously.

* **Third-Party Ad Networks:** The code includes placeholders for loading scripts from various ad networks and platforms like:

* **Phaistos Adman:** A platform for managing advertisement units. [1]

* **OneSignal:** A⁣ service for sending push notifications and in-app messages.

‍ * **Disqus:** A commenting ⁢system for websites.

* **Other Integrations:**

* **CleverCore:** A suspected ad tech platform (commented out, not currently in use) [1].

* **Taboola/Project Agora:** ​Platforms for content recommendation ⁣and native advertising.

* **Glomex:** A video monetization and streaming platform. [1]

⁢ * **Dalecta:** A video advertising platform.

‍ * **Vidoomy:** ‍A‌ video advertising platform.

* ‍**Data Loading:**

‍ ​ * Asynchronous Script‍ Loading (`asyncLoadScript`): This pattern‌ is used to load external scripts without blocking the rendering of the webpage, improving user experience.

‌ ⁢ * Module Loading (`asyncLoadModule`): Used for loading⁣ modules, potentially related to Glomex integration.

* **CMP Integration:** The ⁤code references a function `cmpActionCompleted`,‍ suggesting integration ⁤with a Consent‍ Management Platform (CMP). CMPs handle user consent for data collection and ad personalization, often in compliance with ​regulations like GDPR and CCPA.

**Overall:** This code snippet reveals a complex ecosystem of advertising and analytical tools integrated into a website. It aims to optimize ad delivery, manage user ​consent, and provide interactive features like comments and push notifications.

**Disclaimer:**

This analysis is based on a limited⁢ code ​snippet and assumptions about common JavaScript practices. The exact functionality and ​purpose of each script might​ vary depending ​on the specific implementation and configuration.

Leave a Replay