In particular, Mr. Staikouras said: “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, unforeseen 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 OSSTH until the end of June 2025 and provisions regarding the operation of the OSSTH 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: The “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 are some of the popular advertising and tracking platforms used in this code snippet?
The provided code snippet appears to be managing the loading and placement of various advertising and tracking scripts on a webpage. It includes popular platforms like:
- **Google AdSense**: Loading AdSense ads conditionally based on the presence of elements with the class `adsbygoogle`. [[1](https://developers.google.com/adsense/platforms/transparent/embedded-connect)]
- **Phaistos Adman**: Initiating an ad unit with ID 338 and a specific height.
- **OneSignal**: Initializing OneSignal, a push notification service, with the app ID "487cc53b-3b66-4f84-8803-3a3a133043ab".
- **Disqus**: Setting up a Disqus comment system with predefined page URL and identifier (1574441).
- **Taboola/Project Agora**: Loading scripts from these content recommendation platforms.
- **Glomex**: Asynchronously loading Glomex, a video technology platform, based on the presence of `glomex-integration` elements.
- **Dalecta**: Loading a script after a delay of 800 milliseconds.
It also demonstrates conditional behavior like removing `adsbygoogle` elements from elements with the class `adsense-for-mobile`. This indicates a responsive approach to handle different screen sizes or device types.
The `asyncLoadScript` and `asyncLoadModule` functions are used to load external scripts and modules asynchronously, likely with the aim of improving page load performance.