<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>Legal | MacroPolis</title>
    <link>https://www.macropolis.gr/</link>
    <description />
    <language>en</language>
    <copyright>MacroPolis 2013</copyright>
    <pubDate>Sun, 12 Apr 2026 15:06:52 GMT</pubDate>
    <dc:date>2026-04-12T15:06:52Z</dc:date>
    <dc:language>en</dc:language>
    <dc:rights>MacroPolis 2013</dc:rights>
    <image>
      <title>MacroPolis</title>
      <url>https://www.macropolis.gr/garnish/rss-logo.png</url>
      <link>https://www.macropolis.gr/</link>
    </image>
    <item>
      <title>Home</title>
      <link>https://www.macropolis.gr/?i=portal.en.home</link>
      <description />
      <pubDate>Wed, 11 Sep 2013 15:01:00 GMT</pubDate>
      <guid>https://www.macropolis.gr/?i=portal.en.home</guid>
      <dc:creator>Yiannis Mouzakis</dc:creator>
      <dc:date>2013-09-11T15:01:00Z</dc:date>
    </item>
    <item>
      <title>ProMacro_Scope</title>
      <link>https://www.macropolis.gr/?i=portal.en.scope</link>
      <description>&lt;style type="text/css"&gt;&#xD;
/* Hide the sidebar */&#xD;
  aside.columns.medium-6.large-5 {&#xD;
    display: none !important;&#xD;
  }&#xD;
&#xD;
/* Layout &amp; typography */&#xD;
  #macropolis-dashboard {&#xD;
    font-family: Arial, sans-serif;&#xD;
    max-width: 1400px;&#xD;
    margin: 0 auto;&#xD;
    padding: 16px 24px 40px;&#xD;
    box-sizing: border-box;&#xD;
  }&#xD;
&#xD;
  .macropolis-header {&#xD;
    display: flex;&#xD;
    justify-content: space-between;&#xD;
    align-items: center;&#xD;
    gap: 16px;&#xD;
    margin-bottom: 12px;&#xD;
  }&#xD;
&#xD;
  .macropolis-header img {&#xD;
    max-width: 100%;&#xD;
    height: auto;&#xD;
    display: block;&#xD;
  }&#xD;
&#xD;
  .macropolis-logo-left {&#xD;
    max-width: 350px;&#xD;
  }&#xD;
&#xD;
  .macropolis-logo-right {&#xD;
    max-width: 400px;&#xD;
  }&#xD;
&#xD;
  .filters-row {&#xD;
    display: flex;&#xD;
    flex-wrap: wrap;&#xD;
    gap: 16px;&#xD;
    margin: 12px 0 4px;&#xD;
    align-items: flex-end;&#xD;
  }&#xD;
&#xD;
  .filter-block {&#xD;
    flex: 1 1 220px;&#xD;
    min-width: 220px;&#xD;
  }&#xD;
&#xD;
  .filter-block label {&#xD;
    display: block;&#xD;
    font-size: 13px;&#xD;
    font-weight: bold;&#xD;
    margin-bottom: 4px;&#xD;
    color: #333;&#xD;
  }&#xD;
&#xD;
  .filter-block select {&#xD;
    width: 100%;&#xD;
    padding: 8px 10px;&#xD;
    border-radius: 15px;&#xD;
    border: 1px solid #ccc;&#xD;
    font-size: 14px;&#xD;
    background-color: #f0f0f0;&#xD;
    box-sizing: border-box;&#xD;
  }&#xD;
&#xD;
  /* Question title */&#xD;
  .centered-title {&#xD;
    text-align: center;&#xD;
    font-size: 2em;&#xD;
    font-weight: bold;&#xD;
  }&#xD;
&#xD;
  .box {&#xD;
    border-bottom: 2px solid #f68bdd;&#xD;
    border-radius: 12px;&#xD;
    padding: 20px;&#xD;
    background-color: #f9f9f9;&#xD;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);&#xD;
    margin: 12px 0 24px;&#xD;
  }&#xD;
&#xD;
  /* Section headers (period / historical / special) */&#xD;
  .section-title {&#xD;
    text-align: center;&#xD;
    font-size: 1.6rem;&#xD;
    font-weight: bold;&#xD;
  }&#xD;
&#xD;
  .section-box {&#xD;
    border-bottom: 2px solid #ccc;&#xD;
    border-radius: 12px;&#xD;
    padding: 16px;&#xD;
    background-color: #f9f9f9;&#xD;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);&#xD;
    margin: 10px 0 18px;&#xD;
  }&#xD;
&#xD;
  .section-box.period {&#xD;
    border-bottom-color: #4d9acc;&#xD;
    color: #545359;&#xD;
  }&#xD;
&#xD;
  .section-box.ht {&#xD;
    border-bottom-color: #74bb8b;&#xD;
    color: #545359;&#xD;
  }&#xD;
&#xD;
  .section-box.sp-all {&#xD;
    border-bottom-color: #4d9acc;&#xD;
    color: #96959d;&#xD;
  }&#xD;
&#xD;
  .section-box.sp-demo {&#xD;
    border-bottom-color: #74bb8b;&#xD;
    color: #96959d;&#xD;
  }&#xD;
&#xD;
  .charts-row {&#xD;
    display: flex;&#xD;
    flex-wrap: wrap;&#xD;
    gap: 24px;&#xD;
    margin-top: 6px;&#xD;
  }&#xD;
&#xD;
  .chart-col {&#xD;
    flex: 1 1 0;&#xD;
    min-width: 350px;&#xD;
  }&#xD;
&#xD;
  .chart-block {&#xD;
    margin-top: 6px;&#xD;
    min-height: 300px;&#xD;
  }&#xD;
&#xD;
  .ptv-party-select-wrapper {&#xD;
    margin: 16px 0 8px;&#xD;
  }&#xD;
&#xD;
  .ptv-party-label {&#xD;
    margin-right: 8px;&#xD;
    font-weight: bold;&#xD;
    font-size: 13px;&#xD;
  }&#xD;
&#xD;
  .ptv-party-select-wrapper select {&#xD;
    padding: 6px 10px;&#xD;
    border-radius: 8px;&#xD;
    border: 1px solid #ccc;&#xD;
    font-size: 14px;&#xD;
  }&#xD;
&#xD;
  @media (max-width: 900px) {&#xD;
    .charts-row {&#xD;
      flex-direction: column;&#xD;
    }&#xD;
&#xD;
    .macropolis-header {&#xD;
      flex-direction: column;&#xD;
      align-items: flex-start;&#xD;
    }&#xD;
&#xD;
    .macropolis-logo-left,&#xD;
    .macropolis-logo-right {&#xD;
      max-width: 260px;&#xD;
    }&#xD;
  }&lt;/style&gt;&#xD;
&lt;div id="macropolis-dashboard"&gt;&#xD;
	&lt;div class="macropolis-header"&gt;&#xD;
		&lt;div&gt;&#xD;
			&lt;img alt="Logo left" class="macropolis-logo-left" src="https://github.com/sotiristiga/logos/raw/ac0f7d85df23c475d029280a9f1f1f25e2625f85/theme.png" /&gt;&lt;/div&gt;&#xD;
		&lt;div&gt;&#xD;
			&lt;img alt="Logo right" class="macropolis-logo-right" src="https://github.com/sotiristiga/logos/raw/4c9187fb4a3913465cdcfcb2db8b823b535fd4b1/par.png" /&gt;&lt;/div&gt;&#xD;
	&lt;/div&gt;&#xD;
	&lt;div class="filters-row"&gt;&#xD;
		&lt;div class="filter-block"&gt;&#xD;
			&lt;label for="time-period-select"&gt;TIME PERIOD&lt;/label&gt; &lt;select id="time-period-select"&gt;&lt;/select&gt;&lt;/div&gt;&#xD;
		&lt;div class="filter-block"&gt;&#xD;
			&lt;label for="category-select"&gt;Categories&lt;/label&gt; &lt;select id="category-select"&gt;&lt;/select&gt;&lt;/div&gt;&#xD;
		&lt;div class="filter-block"&gt;&#xD;
			&lt;label for="question-select"&gt;Questions&lt;/label&gt; &lt;select id="question-select"&gt;&lt;/select&gt;&lt;/div&gt;&#xD;
		&lt;div class="filter-block"&gt;&#xD;
			&lt;label for="demographic-select"&gt;Demographic group&lt;/label&gt; &lt;select id="demographic-select"&gt;&lt;/select&gt;&lt;/div&gt;&#xD;
	&lt;/div&gt;&#xD;
	&lt;div class="centered-title box" id="question-title"&gt;&#xD;
		&amp;nbsp;&lt;/div&gt;&#xD;
	&lt;div id="charts-container"&gt;&#xD;
		&amp;nbsp;&lt;/div&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;!-- Plotly + PapaParse (load inside body as requested) --&gt;</description>
      <pubDate>Mon, 12 Jan 2026 08:51:34 GMT</pubDate>
      <guid>https://www.macropolis.gr/?i=portal.en.scope</guid>
      <dc:creator>Chris Condos</dc:creator>
      <dc:date>2026-01-12T08:51:34Z</dc:date>
    </item>
    <item>
      <title>ProMacro_Scope</title>
      <link>https://www.macropolis.gr/?i=portal.en.reports</link>
      <description />
      <pubDate>Wed, 13 Dec 2017 13:44:00 GMT</pubDate>
      <guid>https://www.macropolis.gr/?i=portal.en.reports</guid>
      <dc:creator>Nick Malkoutzis</dc:creator>
      <dc:date>2017-12-13T13:44:00Z</dc:date>
    </item>
    <item>
      <title>Media</title>
      <link>https://www.macropolis.gr/?i=portal.en.media</link>
      <description>&lt;p&gt;&lt;strong&gt;&lt;img alt="" src="https://www.macropolis.gr/resources/toolip/img-thumb/2015/01/15/newspaper_800_1501-large.jpg" style="width: 300px; height: 186px; border-width: 0px; border-style: solid; margin: 5px; float: left;" /&gt;Our analysts often provide quotes and interviews to the media. If you are a member of the media and would like to get in touch with someone at MacroPolis, please &lt;a href="http://www.macropolis.gr/?i=portal.en.contact" rel="external" target="_blank"&gt;contact us&lt;/a&gt;.&lt;/strong&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;strong&gt;You can find out more about who is involved in MacroPolis and what our site aims to achieve &lt;a href="http://www.macropolis.gr/?i=portal.en.about" rel="external" target="_blank"&gt;here&lt;/a&gt;.&lt;/strong&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;strong&gt;If you are interested in a subscription we offer a variety of packages and services, which can be found &lt;a href="http://www.macropolis.gr/?i=portal.en.subscriptions" rel="external" target="_blank"&gt;here.&lt;/a&gt;&amp;nbsp;&lt;/strong&gt;&lt;/p&gt;&#xD;
&lt;h3&gt;2025&lt;/h3&gt;&#xD;
&lt;p&gt;12/05/25&lt;br /&gt;&#xD;
&lt;strong&gt;The Guardian&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="https://www.theguardian.com/commentisfree/2025/may/12/greece-is-booming-again-this-time-will-it-last" rel="external" target="_blank"&gt;Greece is booming again. This time, will it last?&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;09/03/25&lt;br /&gt;&#xD;
&lt;strong&gt;Ouest France&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="https://www.ouest-france.fr/europe/grece/grece-le-gouvernement-destabilise-par-un-accident-de-train-959b6590-fc27-11ef-84e6-97a4d0833d6d" rel="external" target="_blank"&gt;Gr&amp;egrave;ce. Deux ans apr&amp;egrave;s, l&amp;rsquo;accident mortel de train de Tempi d&amp;eacute;stabilise toujours le gouvernement&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;08/03/25&lt;br /&gt;&#xD;
&lt;strong&gt;NPR&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="https://www.npr.org/2025/03/01/nx-s1-5312930/thousands-in-greece-protest-the-governments-role-in-deadly-train-crash-2-years-ago" rel="external" target="_blank"&gt;Thousands in Greece protest the government&amp;#39;s role in deadly train crash 2 years ago&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;h3&gt;&amp;nbsp;&lt;/h3&gt;&#xD;
&lt;h3&gt;2024&lt;/h3&gt;&#xD;
&lt;p&gt;24/02/24&lt;br /&gt;&#xD;
&lt;strong&gt;Huffington Post&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="https://www.huffingtonpost.co.uk/entry/politics-behind-greece-same-sex-marriage-bill_n_65d6f80ee4b0cc1f2f7abebf" rel="external" target="_blank"&gt;The Carefully Calculated Politics Behind Passing Same-Sex Marriage In Greece&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;15/02/24&lt;br /&gt;&#xD;
&lt;b&gt;Kurier&lt;/b&gt;&lt;br /&gt;&#xD;
&lt;a href="https://kurier.at/politik/ausland/griechenland-ehe-fuer-alle-mitsotakis-kirche-protest-gleichgeschlechtliche-paare-homosexualitaet/402780565?s=08" rel="external" target="_blank"&gt;Wie die geplante &amp;quot;Ehe fur alle&amp;quot; die Griechen entzweit&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;18/01/24&lt;br /&gt;&#xD;
&lt;strong&gt;Balkan Insight&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="https://balkaninsight.com/2024/01/18/greece-in-2024-new-democracy-eyes-new-win-over-fragmented-left/" rel="external" target="_blank"&gt;Greece in 2024: New Democracy Eyes New Win over Fragmented Left&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;div&gt;&#xD;
	&amp;nbsp;&lt;/div&gt;&#xD;
&lt;h3&gt;2023&lt;/h3&gt;&#xD;
&lt;p&gt;25/09/23&lt;br /&gt;&#xD;
&lt;strong&gt;Politico&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="https://www.politico.eu/article/ex-banker-stefanos-kasselakis-takes-reins-of-greeces-left-main-opposition-syriza/" rel="external" target="_blank"&gt;Greece&amp;rsquo;s leftist Syriza gets new leader: An ex-banker&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;03/07/23&lt;br /&gt;&#xD;
&lt;strong&gt;Albanian Daily News&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="https://albaniandailynews.com/news/exclusive-editor-of-macropolis-nick-malkoutzis-mitsotakis-2nd-term-what-happened" rel="external" target="_blank"&gt;Mitsotakis&amp;#39;s 2nd Term: What Happened?&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;26/06/23&lt;br /&gt;&#xD;
&lt;strong&gt;NPR&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="https://www.npr.org/2023/06/26/1184392405/several-far-right-parties-have-unexpectedly-entered-the-greek-parliament" rel="external" target="_blank"&gt;Several far right parties have unexpectedly entered the Greek parliament&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;25/06/23&lt;br /&gt;&#xD;
&lt;strong&gt;The Wall Street Journal&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="https://www.wsj.com/articles/greek-conservatives-on-course-for-emphatic-election-win-d7dc0582" rel="external" target="_blank"&gt;Greek Conservatives Score Decisive Election Win&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;25/06/23&lt;br /&gt;&#xD;
&lt;strong&gt;CNN&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="https://edition.cnn.com/2023/06/25/europe/kyriakos-mitsotakis-elections-victory-intl/index.html" rel="external" target="_blank"&gt;Greek Prime Minister Kyriakos Mitsotakis wins strong second term promising major reforms&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;25/06/23&lt;br /&gt;&#xD;
&lt;strong&gt;Artigercek&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="https://artigercek.com/dunya/komsunun-secimi-yunanistanda-micotakis-neden-onde-syriza-neyi-yanlis-yapti-255356h" rel="external" target="_blank"&gt;Komşunun se&amp;ccedil;imi: Yunanistan&amp;#39;da Mi&amp;ccedil;otakis neden &amp;ouml;nde, SYRIZA neyi yanlış yaptı?&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;23/06/23&lt;br /&gt;&#xD;
&lt;strong&gt;Huffington Post&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="https://www.huffpost.com/entry/greece-left-election_n_6492a754e4b041b71a12c681" rel="external" target="_blank"&gt;Why Greece&amp;#39;s Left May Give Conservatives A Smooth Sail To Victory&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;23/06/23&lt;br /&gt;&#xD;
&lt;strong&gt;Kurier&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="https://kurier.at/politik/ausland/griechenland-wahl-mitsotakis-tsipras-varoufakis/402498123" rel="external" target="_blank"&gt;Die Griechen wollen Stabilit&amp;auml;t statt Lederjacke und Motorrad&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;21/06/23&lt;br /&gt;&#xD;
&lt;strong&gt;Vokstimme&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="https://www.volksstimme.de/deutschland-und-welt/politik/wahlen-griechenland-medien-politik-mitsotakis-pressefreiheit-3635431?reduced=true" rel="external" target="_blank"&gt;Wahlen in Griechenland: Wie die Medien Mitsotakis st&amp;auml;rken&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;30/05/23&lt;br /&gt;&#xD;
&lt;strong&gt;Anadolu News Agency&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="https://www.aa.com.tr/en/europe/greek-ruling-party-s-positive-agenda-defeated-opposition-s-negative-narrative-analysts/2909897" rel="external" target="_blank"&gt;Greek ruling party&amp;rsquo;s positive agenda defeated opposition&amp;rsquo;s negative narrative: Analysts&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;22/05/23&lt;br /&gt;&#xD;
&lt;strong&gt;The Greek Current&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="https://thegreekcurrent.simplecast.com/episodes/a-political-earthquake-as-mitsotakis-wins-a-landslide-victory-in-greeces-elections" rel="external" target="_blank"&gt;A &amp;quot;political earthquake&amp;quot; as Mitsotakis wins a landslide victory in Greece&amp;#39;s elections&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;21/05/23&lt;br /&gt;&#xD;
&lt;strong&gt;El Pais&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="https://elpais.com/opinion/2023-05-22/mitsotakis-necesita-nuevas-elecciones-syriza-un-nuevo-rumbo.html?ssm=TW_CC" rel="external" target="_blank"&gt;Mitsotakis necesita nuevas elecciones, Syriza un nuevo rumbo&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;21/05/23&lt;br /&gt;&#xD;
&lt;strong&gt;ABC News&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="https://www.abc.net.au/radionational/programs/breakfast/greek-election-new-democracy-set-for-victory-/102375462" rel="external" target="_blank"&gt;Greek election: New Democracy set for victory&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;20/05/23&lt;br /&gt;&#xD;
&lt;strong&gt;Politico&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="https://www.politico.eu/article/greece-conservatives-election-government-soon/" rel="external" target="_blank"&gt;Greece&amp;rsquo;s ruling conservatives in election pole position, but messy outcome likely&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;20/05/23&lt;br /&gt;&#xD;
&lt;strong&gt;El Correo&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="https://www.elcorreo.com/internacional/europa/voto-generacion-crisis-20230520212627-ntrc.html" rel="external" target="_blank"&gt;El voto de la generaci&amp;oacute;n de la crisis&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;20/05/23&lt;br /&gt;&#xD;
&lt;strong&gt;Kurier&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="https://kurier.at/politik/ausland/wahl-griechenland-mitsotakis-tsipras-varoufakis-athen/402455445" rel="external" target="_blank"&gt;Wahl in Griechenland: Eine weitere griechische Trag&amp;ouml;die&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;20/05/23&lt;br /&gt;&#xD;
&lt;strong&gt;T-Online&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="https://www.t-online.de/nachrichten/ausland/id_100177000/wahl-in-griechenland-spitzenkandidaten-themen-und-konflikte.html" rel="external" target="_blank"&gt;&amp;quot;Griechenland befindet sich auf einem besorgniserregenden Weg&amp;quot;&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;19/05/23&lt;br /&gt;&#xD;
&lt;strong&gt;BBC News&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="https://www.bbc.com/news/world-europe-65650508" rel="external" target="_blank"&gt;Greek elections: Rail tragedy hangs over vote dominated by dynasties&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;19/05/23&lt;br /&gt;&#xD;
&lt;strong&gt;The Wall Street Journal&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="https://www.wsj.com/articles/greeces-leader-faces-elections-amid-rule-of-law-concerns-7197d7fd?st=0s992cvcpve7whe" rel="external" target="_blank"&gt;Greece&amp;rsquo;s Leader Faces Elections Amid Rule-of-Law Concerns&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;19/05/23&lt;br /&gt;&#xD;
&lt;strong&gt;Voice of America&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="https://www.voanews.com/a/as-elections-loom-in-greece-press-freedom-on-back-burner-/7100841.html" rel="external" target="_blank"&gt;As Elections Loom in Greece, Press Freedom on Back Burner&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;18/05/23&lt;br /&gt;&#xD;
&lt;strong&gt;NRC&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="https://www.nrc.nl/nieuws/2023/05/18/zelfs-de-treinramp-lijkt-de-populariteit-van-premier-mitsotakis-niet-te-deren-a4165017" rel="external" target="_blank"&gt;Zelfs de treinramp lijkt de populariteit van premier Mitsotakis niet te deren&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;14/05/23&lt;br /&gt;&#xD;
&lt;strong&gt;NRC&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="https://www.nrc.nl/nieuws/2023/05/14/het-hek-tegen-migranten-werkt-niet-zeggen-ze-in-griekse-grensregio-maar-we-moeten-toch-wat-a4164657" rel="external" target="_blank"&gt;Het hek tegen migranten werkt niet, zeggen ze in Griekse grensregio &amp;ndash; &amp;lsquo;maar we moeten toch w&amp;aacute;t&amp;rsquo;&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;22/03/23&lt;br /&gt;&#xD;
&lt;strong&gt;NPR&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="https://www.npr.org/2023/03/22/1164679637/greece-train-collision-young-greeks-protest" rel="external" target="_blank"&gt;After Greece&amp;#39;s worst train crash, young Greeks rally for change ahead of elections&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;04/03/23&lt;br /&gt;&#xD;
&lt;strong&gt;The Greek Current&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="https://www.ekathimerini.com/multimedia/podcasts/1206012/in-the-wake-of-the-tragic-train-crash-in-greece-how-could-this-happen/" rel="external" target="_blank"&gt;In the wake of the tragic train crash in Greece: How could this happen?&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;02/03/23&lt;br /&gt;&#xD;
&lt;strong&gt;El Pais&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="https://elpais.com/opinion/2023-03-02/una-tragedia-griega.html" rel="external" target="_blank"&gt;Una tragedia griega&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;04/01/23&lt;br /&gt;&#xD;
&lt;strong&gt;Balkan Insight&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="https://balkaninsight.com/2023/01/04/greece-in-2023-an-election-in-the-shadow-of-predator-gate/" rel="external" target="_blank"&gt;Greece in 2023: An Election in the Shadow of &amp;lsquo;Predator-Gate&amp;rsquo;&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;h3&gt;2022&lt;/h3&gt;&#xD;
&lt;p&gt;08/12/22&lt;br /&gt;&#xD;
&lt;strong&gt;The Guardian&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="https://www.theguardian.com/world/2022/dec/08/the-fixed-price-shopping-basket-greeces-answer-to-cost-of-living-crisis" rel="external" target="_blank"&gt;The fixed-price shopping basket: Greece&amp;rsquo;s answer to cost of living crisis&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;10/10/22&lt;br /&gt;&#xD;
&lt;strong&gt;Balkan Insight&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="https://balkaninsight.com/2022/10/10/in-greece-energy-and-economics-are-bigger-headaches-than-eavesdropping/" rel="external" target="_blank"&gt;In Greece, Energy and Economics are Bigger Headaches than Eavesdropping&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;29/08/22&lt;br /&gt;&#xD;
&lt;strong&gt;ABC&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="https://www.abc.net.au/radionational/programs/breakfast/greek-watergate-phone-tapping-scandal-puts-pressure-on-pm/101385002" rel="external" target="_blank"&gt;Greek &amp;#39;Watergate&amp;#39; phone-tapping scandal puts pressure on PM&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;h3&gt;2021&lt;/h3&gt;&#xD;
&lt;p&gt;06/05/21&lt;br /&gt;&#xD;
&lt;strong&gt;S&amp;amp;P Global Market Intelligence&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="https://www.spglobal.com/marketintelligence/en/news-insights/latest-news-headlines/greek-borrowers-gradually-resume-payments-on-19-2b-of-moratorium-loans-63841646" rel="external" target="_blank"&gt;Greek borrowers gradually resume payments on &amp;euro;19.2B of moratorium loans&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;04/05/21&lt;br /&gt;&#xD;
&lt;strong&gt;New York Times&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="https://www.nytimes.com/2021/05/04/travel/greece-travel-covid-usa.html" rel="external" target="_blank"&gt;&amp;lsquo;We Cannot Wait Until June&amp;rsquo;: Greece&amp;rsquo;s Reopening Gamble&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;14/03/21&lt;br /&gt;&#xD;
&lt;strong&gt;Fortune&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="https://fortune.com/2021/03/14/what-is-a-vaccine-passport-greece-tourism-covid-travel-international/?g8a3hm" rel="external" target="_blank"&gt;In sun-blessed Greece, a movement to save summer emerges&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;h3&gt;2020&lt;/h3&gt;&#xD;
&lt;p&gt;11/09/20&lt;br /&gt;&#xD;
&lt;strong&gt;The Wall Street Journal&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="https://www.wsj.com/articles/second-night-of-fires-destroys-remains-of-greek-refugee-camp-11599756976" rel="external" target="_blank"&gt;Second Night of Fires Destroys Remains of Greek Refugee Camp&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;18/06/20&lt;br /&gt;&#xD;
&lt;strong&gt;Neue Z&amp;uuml;rcher Zeitung&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="https://www.nzz.ch/international/griechenland-verpasst-sich-eine-imagekorrektur-ld.1561716?mktcid=smsh&amp;amp;mktcval=OS%20Share%20Hub" rel="external" target="_blank"&gt;Griechenland verpasst sich eine Imagekorrektur&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;23/04/20&lt;br /&gt;&#xD;
&lt;strong&gt;Washington Post&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="https://www.washingtonpost.com/world/europe/greece-coronavirus-success/2020/04/22/47e018ee-7f38-11ea-84c2-0792d8591911_story.html" rel="external" target="_blank"&gt;Greece has been a coronavirus success, but it will be hit economically anyway&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;17/02/20&lt;br /&gt;&#xD;
&lt;strong&gt;PBS&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="https://www.pbs.org/newshour/show/in-these-parts-of-greece-crisis-is-building-between-residents-and-migrants" rel="external" target="_blank"&gt;In these parts of Greece, crisis is building between residents and migrants&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;h3&gt;2019&lt;/h3&gt;&#xD;
&lt;p&gt;11/12/19&lt;br /&gt;&#xD;
&lt;strong&gt;Politico&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="https://www.politico.eu/article/migration-divides-greek-government-refugees-antonis-samaras-kyriakos-mitsotakis-syriza/" rel="external" target="_blank"&gt;Greek conservatives agitate for drastic response on refugees&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;21/10/19&lt;br /&gt;&#xD;
&lt;strong&gt;Politico&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="https://www.politico.eu/article/greece-half-miracle-kyriakos-mitsotakis-budget-economy-democracy-society-survive-crisis/" rel="external" target="_blank"&gt;Greece&amp;#39;s half-miracle&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;08/10/19&lt;br /&gt;&#xD;
&lt;strong&gt;Politico&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="https://www.politico.eu/article/greece-presents-radical-pro-business-budget/" rel="external" target="_blank"&gt;Greece presents &amp;lsquo;radical&amp;rsquo; pro-business budget&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;13/07/19&lt;br /&gt;&#xD;
&lt;strong&gt;Bankier.pl&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="https://www.bankier.pl/wiadomosc/Test-dla-nowego-rzadu-Grecji-Hellenikon-ma-sie-zmienic-w-luksusowa-dzielnice-7707034.html" rel="external" target="_blank"&gt;Symbol zastoju greckiej gospodarki ma stać się luksusową dzielnicą&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;09/07/19&lt;br /&gt;&#xD;
&lt;strong&gt;BIRN&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="https://balkaninsight.com/2019/07/09/clock-already-ticking-for-greeces-new-government/" rel="external" target="_blank"&gt;Clock already ticking for Greece&amp;#39;s new government&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;08/07/19&lt;br /&gt;&#xD;
&lt;strong&gt;The New York Times&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="https://www.nytimes.com/2019/07/08/world/europe/kyriakos-mitsotakis-greece.html" rel="external" target="_blank"&gt;Greece Liked to Underestimate Kyriakos Mitsotakis. Now He&amp;rsquo;s Prime Minister&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;08/07/19&lt;br /&gt;&#xD;
&lt;strong&gt;FAZ&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="https://www.faz.net/aktuell/politik/ausland/zu-griechenlands-neuem-ministerpraesidenten-kyriakos-mitsotakis-16273624.html?printPagedArticle=true#pageIndex_0" rel="external" target="_blank"&gt;&amp;bdquo;Ideen, die einem gro&amp;szlig;en Teil der Konservativen fremd sind&amp;ldquo;&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;08/07/19&lt;br /&gt;&#xD;
&lt;strong&gt;NPR&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="https://www.npr.org/2019/07/08/739419112/greek-voters-welcome-centrist-government-reject-leftists-amid-long-financial-cri" rel="external" target="_blank"&gt;Greek Voters Welcome Centrist Government, Reject Leftists Amid Long Financial Crisis&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;08/07/19&lt;br /&gt;&#xD;
&lt;strong&gt;5W&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="https://www.revista5w.com/when/las-ruinas-la-austeridad-griega" rel="external" target="_blank"&gt;Las ruinas de la austeridad Griega&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;08/07/19&lt;br /&gt;&#xD;
&lt;strong&gt;The Independent&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="https://www.independent.co.uk/news/world/europe/greece-election-prime-minister-kyriakos-mitsotakis-party-new-democracy-a8995851.html" rel="external" target="_blank"&gt;New prime minister faces uphill battle as country grapples with economic crisis, disillusionment and far-right&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;08/07/19&lt;br /&gt;&#xD;
&lt;strong&gt;El Correo&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="https://www.hoy.es/internacional/union-europea/derecha-impone-tsipras-20190707184357-ntrc.html" rel="external" target="_blank"&gt;El conservador Mitsotakis conquista la mayor&amp;iacute;a absoluta en Grecia&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;07/07/19&lt;br /&gt;&#xD;
&lt;strong&gt;Publico&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="https://www.publico.pt/2019/07/07/mundo/noticia/mitsotakis-preparase-vitoria-eleicoes-gregas-virar-pagina-1879001" rel="external" target="_blank"&gt;Mitsotakis prepara-se para vit&amp;oacute;ria nas elei&amp;ccedil;&amp;otilde;es gregas e quer &amp;ldquo;virar a p&amp;aacute;gina&amp;rdquo;&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;05/07/19&lt;br /&gt;&#xD;
&lt;strong&gt;Deutschlandsfunk&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="https://www.deutschlandfunk.de/parlamentswahlen-griechenland-sucht-nach-stabilitaet.724.de.html?dram:article_id=453159" rel="external" target="_blank"&gt;Griechenland sucht nach Stabilit&amp;auml;t&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;05/07/19&lt;br /&gt;&#xD;
&lt;strong&gt;The Washington Post&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="https://www.washingtonpost.com/world/europe/greece-experimented-with-leftist-populism-now-its-going-back-to-the-status-quo/2019/07/04/c0dd41ce-99b8-11e9-9a16-dc551ea5a43b_story.html?utm_term=.fea0cf905584" rel="external" target="_blank"&gt;Greek elections are expected to bring a populist experiment to an end&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;05/07/19&lt;br /&gt;&#xD;
&lt;strong&gt;DR&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="https://www.dr.dk/nyheder/udland/fattige-graekere-til-valg-de-gamle-skabere-af-gaeldskrisen-staar-til-faa-magten-igen" rel="external" target="_blank"&gt;Fattige gr&amp;aelig;kere til valg: De gamle skabere af g&amp;aelig;ldskrisen st&amp;aring;r til at f&amp;aring; magten igen&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;05/07/19&lt;br /&gt;&#xD;
&lt;strong&gt;De Tijd&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="https://www.tijd.be/politiek-economie/europa/verkiezingen/teleurgestelde-grieken-lusten-linkse-premier-tsipras-niet-langer/10143139.html" rel="external" target="_blank"&gt;Teleurgestelde Grieken lusten linkse premier Tsipras niet langer&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;02/07/19&lt;br /&gt;&#xD;
&lt;strong&gt;Trouw&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="https://www.trouw.nl/buitenland/wat-kwam-er-terecht-van-de-beloften-van-tsipras~b7271e2c/" rel="external" target="_blank"&gt;Wat kwam er terecht van de beloften van Tsipras?&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;01/07/19&lt;br /&gt;&#xD;
&lt;strong&gt;The National&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="https://www.thenational.ae/world/europe/greece-appears-poised-for-era-of-new-democracy-after-decade-of-turmoil-1.881581" rel="external" target="_blank"&gt;Greece appears poised for era of New Democracy after decade of turmoil&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;27/06/19&lt;br /&gt;&#xD;
&lt;strong&gt;The Wall Street Journal&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="https://www.wsj.com/articles/greeces-voters-turn-to-establishment-amid-europes-populist-wave-11561633201" rel="external" target="_blank"&gt;Greece&amp;#39;s voters turn to establishment amid Europe&amp;#39;s populist wave&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;01/03/19&lt;br /&gt;&#xD;
&lt;strong&gt;Deutschlandfunk&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="https://www.deutschlandfunk.de/griechenlands-wirtschaftliche-zukunft-die-krise-ist-noch.1773.de.html?dram:article_id=442421" rel="external" target="_blank"&gt;Die Krise ist noch nicht &amp;uuml;berwunden&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;13/01/19&lt;br /&gt;&#xD;
&lt;strong&gt;BBC News&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="https://www.bbc.com/news/world-europe-46855088" rel="external" target="_blank"&gt;Greek government crisis over Macedonia name change&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;13/01/19&lt;br /&gt;&#xD;
&lt;strong&gt;The Wall Street Journal&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="https://www.wsj.com/articles/greece-edges-toward-political-uncertainty-over-macedonia-deal-11547388165" rel="external" target="_blank"&gt;Greece Edges Toward Political Uncertainty Over Macedonia Deal&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;h3&gt;2018&lt;/h3&gt;&#xD;
&lt;p&gt;20/08/18&lt;br /&gt;&#xD;
&lt;strong&gt;Publico&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="https://www.publico.pt/2018/08/20/economia/noticia/ainda-nao-e-o-fim-da-historia-para-a-grecia-1841220" rel="external" target="_blank"&gt;Ainda n&amp;atilde;o &amp;eacute; o fim da hist&amp;oacute;ria para a Gr&amp;eacute;cia&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;21/08/18&lt;br /&gt;&#xD;
&lt;strong&gt;The National&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="https://www.thenational.ae/business/economy/greek-exits-bailout-programme-but-much-still-to-be-done-1.761958" rel="external" target="_blank"&gt;Greek exits bailout programme but much still to be done&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;22/06/18&lt;br /&gt;&#xD;
&lt;strong&gt;The Wall Street Journal&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="https://www.wsj.com/articles/eurozone-gives-greece-some-debt-relief-as-bailout-nears-end-1529652860" rel="external" target="_blank"&gt;Eurozone Gives Greece Some Debt Relief as Bailout Nears End&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;20/06/18&lt;br /&gt;&#xD;
&lt;strong&gt;Expresso&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="https://leitor.expresso.pt/diario/20-06-2018/html/caderno-1/temas-principais/centeno-tem-nas-maos-o-futuro-da-grecia" rel="external" target="_blank"&gt;Centeno tem nas m&amp;atilde;os o futuro da Gr&amp;eacute;cia&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;17/06/18&lt;br /&gt;&#xD;
&lt;strong&gt;ARA&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="https://www.ara.cat/internacional/Macedonia-del-Nord-part-forceps_0_2035596465.html" rel="external" target="_blank"&gt;Maced&amp;ograve;nia del Nord, un part amb f&amp;ograve;rceps&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;16/06/18&lt;br /&gt;&#xD;
&lt;strong&gt;Expresso&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://expresso.sapo.pt/economia/2018-06-16-Atenas-consegue-saida-limpa#gs.5j0sGGk" rel="external" target="_blank"&gt;Atenas consegue sa&amp;iacute;da &amp;lsquo;limpa&amp;rsquo;&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;08/04/18&lt;br /&gt;&#xD;
&lt;strong&gt;The National&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="https://www.thenational.ae/business/economy/green-shoots-of-recovery-but-little-relief-for-greeks-1.719760" rel="external" target="_blank"&gt;Green shoots of recovery but little relief for Greeks&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;24/03/18&lt;br /&gt;&#xD;
&lt;strong&gt;La Vanguardia&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.lavanguardia.com/economia/20180324/441882572871/grecia-travesia-crisis-economica.html" rel="external" target="_blank"&gt;La larga traves&amp;iacute;a de Grecia&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;08/03/18&lt;br /&gt;&#xD;
&lt;strong&gt;Washington Post&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="https://www.washingtonpost.com/world/europe/after-a-prolonged-economic-crisis-a-greek-revival/2018/03/07/a9007ffe-1bcd-11e8-98f5-ceecfa8741b6_story.html?utm_term=.1e4a781e86f0" rel="external" target="_blank"&gt;Battered for a decade, Greece feels an unexpected whiff of revival as Europe gains strength&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;23/02/18&lt;br /&gt;&#xD;
&lt;strong&gt;Weekendavisen&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="https://www.pressreader.com/denmark/weekendavisen/20180223/281642485655203" rel="external" target="_blank"&gt;Herre i eget hus?&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;06/02/18&lt;br /&gt;&#xD;
&lt;strong&gt;NPR&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="https://www.npr.org/sections/parallels/2018/02/04/582506402/for-two-countries-the-dispute-over-macedonias-name-is-rooted-in-national-identit?utm_source=twitter.com&amp;amp;utm_medium=social&amp;amp;utm_campaign=npr&amp;amp;utm_term=nprnews&amp;amp;utm_content=20180204" rel="external" target="_blank"&gt;For Two Countries, The Dispute Over Macedonia&amp;#39;s Name Is Rooted In National Identity&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;h3&gt;2017&lt;/h3&gt;&#xD;
&lt;p&gt;29/12/17&lt;br /&gt;&#xD;
&lt;strong&gt;Dinheiro Vivo&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="https://www.dinheirovivo.pt/economia/o-fim-da-tragedia-grega-ja-tem-data-marcada/" rel="external" target="_blank"&gt;O fim da trag&amp;eacute;dia grega j&amp;aacute; tem data marcada&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;12/12/17&lt;br /&gt;&#xD;
&lt;strong&gt;Expresso&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://expresso.sapo.pt/economia/2017-12-12-Se-a-Grecia-tivesse-beneficiado-do-programa-do-BCE-os-juros-poderiam-estar-abaixo-dos-portugueses" rel="external" target="_blank"&gt;Se a Gr&amp;eacute;cia tivesse beneficiado do programa do BCE, os juros poderiam estar abaixo dos portugueses&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;08/12/17&lt;br /&gt;&#xD;
&lt;strong&gt;The World Weekly&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="https://www.theworldweekly.com/reader/view/magazine/2017-12-08/greece-clears-a-path-over-its-mountain-of-debt/10407" rel="external" target="_blank"&gt;Greece clears a path over its mountain of debt&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;06/12/17&lt;br /&gt;&#xD;
&lt;strong&gt;Al Jazeera&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.aljazeera.com/news/2017/12/turkey-greece-era-cold-peace-171206115821010.html" rel="external" target="_blank"&gt;Turkey, Greece and the era of &amp;#39;Cold Peace&amp;#39;&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;10/2017&lt;br /&gt;&#xD;
&lt;strong&gt;Monocle&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="https://monocle.com/magazine/issues/107/piece-by-piece/" rel="external" target="_blank"&gt;&amp;quot;Piece by piece - Greece&amp;quot;&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;30/07/17&lt;br /&gt;&#xD;
&lt;strong&gt;O Jornal Economico&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="https://jornaleconomico.sapo.pt/noticias/grecia-ve-a-luz-ao-fundo-do-longo-tunel-da-crise-192320" rel="external" target="_blank"&gt;Grecia ve a luz ao fundo do longo tunel da crise&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;26/07/17&lt;br /&gt;&#xD;
&lt;strong&gt;Jornal de Negocios&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.jornaldenegocios.pt/mercados/obrigacoes/detalhe/nick-malkoutzis-a-proxima-emissao-sera-a-mais-importante" rel="external" target="_blank"&gt;&amp;quot;A pr&amp;oacute;xima emiss&amp;atilde;o ser&amp;aacute; a mais importante&amp;quot;&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;16/05/17&lt;br /&gt;&#xD;
&lt;strong&gt;Vecer&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.vecer.com/grcija-ostaja-zadolzena-vlada-optimisticna-6263238" rel="external" target="_blank"&gt;Grčija ostaja zadolžena, vlada optimistična&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;06/04/17&lt;br /&gt;&#xD;
&lt;strong&gt;BBC World Service&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.bbc.co.uk/programmes/p04ygc09" rel="external" target="_blank"&gt;Business Daily&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;10/03/2017&lt;br /&gt;&#xD;
&lt;strong&gt;Orf&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://oe1.orf.at/player/20170310/464500" rel="external" target="_blank"&gt;Das Zeitungssterben in Griechenland&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;26/02/2017&lt;br /&gt;&#xD;
&lt;strong&gt;BBC News&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.bbc.com/news/world-europe-39080435" rel="external" target="_blank"&gt;Greeks bridle against &amp;#39;never-ending&amp;#39; austerity&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;23/02/2017&lt;br /&gt;&#xD;
&lt;strong&gt;Kathimerini&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.ekathimerini.com/216422/opinion/ekathimerini/comment/why-greeces-crisis-has-broken-all-previous-records" rel="external"&gt;Why Greece&amp;rsquo;s crisis has broken all previous records&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;16/02/2017&lt;br /&gt;&#xD;
&lt;strong&gt;Die Zeit&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.zeit.de/politik/ausland/2017-02/alexis-tsipras-glaeubiger-verhandlungen-griechenland-schulden" rel="external" target="_blank"&gt;Tsipras im Dilemma&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;16/02/2017&lt;br /&gt;&#xD;
&lt;strong&gt;The World Weekly&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.theworldweekly.com/reader/view/magazine/2017-02-16/playing-with-greek-fire/9702" rel="external" target="_blank"&gt;Playing with Greek fire&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;14/02/2017&lt;br /&gt;&#xD;
&lt;strong&gt;Share Radio&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="https://audioboom.com/posts/5585042-greek-financial-crisis-escalates?t=0" rel="external" target="_blank"&gt;Greek crisis escalates&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;07/02/2017&lt;br /&gt;&#xD;
&lt;strong&gt;Bloomberg TV&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://bloom.bg/2lhnPT5" rel="external" target="_blank"&gt;IMF discusses bailout for Greece&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;02/02/2017&lt;br /&gt;&#xD;
&lt;strong&gt;France 24&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="https://youtu.be/AzlWwfGHEfc" rel="external" target="_blank"&gt;Greek debt drama: Is Grexit back on the table?&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;31/01/2017&lt;br /&gt;&#xD;
&lt;strong&gt;JydskeVestkysten&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.jv.dk/livsstil/Min-graeske-familie-og-kampen-mod-krisen/artikel/1930196" rel="external" target="_blank"&gt;Min gr&amp;aelig;ske familie og kampen mod krisen&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;03/01/2017&lt;br /&gt;&#xD;
&lt;strong&gt;NRC&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="https://www.nrc.nl/nieuws/2017/01/03/griekse-crisis-kan-in-2017-zomaar-weer-oplaaien-6009058-a1539522" rel="external" target="_blank"&gt;Griekse crisis kan in 2017 zomaar weer oplaaien&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;h3&gt;2016&lt;/h3&gt;&#xD;
&lt;p&gt;23/12/2016&lt;br /&gt;&#xD;
&lt;strong&gt;PBS&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.pbs.org/newshour/bb/shopping-sunday-controversial-economic-idea-greece/" target="_blank"&gt;Why shopping on Sunday is a controversial economic idea in Greece&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;16/11/2016&lt;br /&gt;&#xD;
&lt;strong&gt;Irish Times&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.irishtimes.com/news/world/europe/obama-tells-greece-austerity-alone-cannot-deliver-prosperity-1.2869411" rel="external" target="_blank"&gt;Obama tells Greece: &amp;lsquo;Austerity alone cannot deliver prosperity&amp;rsquo;&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;15/11/2016&lt;br /&gt;&#xD;
&lt;strong&gt;BBC News&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="https://www.facebook.com/bbcnews/videos/10154100295477217/" rel="external" target="_blank"&gt;President Obama in Greece - Facebook Live&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;14/11/2016&lt;br /&gt;&#xD;
&lt;strong&gt;The New York Times&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.nytimes.com/2016/11/15/world/europe/greece-trump-debt-relief.html?_r=0" target="_blank"&gt;Greece, seeking dose of stability, is rattled by Trump&amp;#39;s win&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;14/11/2016&lt;br /&gt;&#xD;
&lt;strong&gt;The Guardian&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="https://www.theguardian.com/us-news/2016/nov/13/barack-obama-calls-for-meaningful-debt-relief-for-greece" target="_blank"&gt;Barack Obama calls for &amp;#39;meaningful debt relief&amp;#39; for Greece&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;14/11/2016&lt;br /&gt;&#xD;
&lt;strong&gt;Wall Street Journal&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.wsj.com/articles/obama-faces-task-of-reassuring-world-leaders-on-trump-1479074712" rel="external" target="_blank"&gt;Obama Faces Task of Reassuring World Leaders on Trump&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;15/10/2016&lt;br /&gt;&#xD;
&lt;strong&gt;BBC News&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.bbc.com/news/world-europe-37648935" rel="external" target="_blank"&gt;Will the Greek economy ever recover?&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;12/10/2016&lt;br /&gt;&#xD;
&lt;strong&gt;Stuttgarter Zeitung&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.stuttgarter-zeitung.de/inhalt.syriza-parteitag-in-griechenland-keine-zweifel-an-der-fuehrungsrolle.3ad839bd-76dd-47b5-b0d5-7d4491235474.html" rel="external" target="_blank"&gt;Keine Zweifel an der F&amp;uuml;hrungsrolle&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;04/10/2016&lt;br /&gt;&#xD;
&lt;strong&gt;Internazionale&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.internazionale.it/festival/notizie/2016/10/04/muri-rifugiati-ed-egoismi-nazionali-3" rel="external" target="_blank"&gt;Muri, rifugiati ed egoismi nazionali&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;03/10/2016&lt;br /&gt;&#xD;
&lt;strong&gt;Estense.com&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.estense.com/?p=574151" rel="external" target="_blank"&gt;&amp;ldquo;L&amp;rsquo;immigrazione non &amp;egrave; emergenza, ma manca la volont&amp;agrave; politica di affrontarla&amp;rdquo;&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;14/09/2016&lt;br /&gt;&#xD;
&lt;strong&gt;Bloomberg TV&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.bloomberg.com/news/videos/2016-09-13/bailout-challenges-what-s-ahead-for-greece" rel="external" target="_blank"&gt;Bailout Challenges: What&amp;#39;s Ahead for Greece?&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;15/07/2016&lt;br /&gt;&#xD;
&lt;strong&gt;Agenzia Nova&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.agenzianova.com/a/578985677dd671.67490607/1388851/2016-07-15/grecia-con-acquisizione-di-trainose-da-parte-di-fs-italiane-proseguono-le-privatizzazioni-richieste-dai-creditori-internazionali-8" rel="external" target="_blank"&gt;Grecia: con acquisizione di Trainose da parte di Fs italiane proseguono le privatizzazioni richieste dai creditori internazionali&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;11/07/2016&lt;br /&gt;&#xD;
&lt;strong&gt;Greek News Agenda&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.greeknewsagenda.gr/index.php/features-interviews/interviews/6086-interview-nick-malkoutzis-on-media-and-the-greek-crisis" rel="external" target="_blank"&gt;Nick Malkoutzis on Media and the Greek Crisis&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;07/07/2016&lt;br /&gt;&#xD;
&lt;strong&gt;NPR&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.npr.org/sections/parallels/2016/07/07/485058709/with-brexit-greeks-worry-about-europes-future-and-their-place-in-it" rel="external" target="_blank"&gt;With Brexit, Greeks Worry About Europe&amp;#39;s Future And Their Place In It&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;06/07/2016&lt;br /&gt;&#xD;
&lt;strong&gt;La Stampa&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.lastampa.it/2016/07/06/esteri/atene-un-anno-dopo-si-scopre-europeista-temiamo-la-brexit-icjznnVIJH2IS5BkUdf6rN/pagina.html" rel="external" target="_blank"&gt;Atene un anno dopo si scopre europeista: &amp;ldquo;Temiamo la Brexit&amp;rdquo;&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;04/07/2016&lt;br /&gt;&#xD;
&lt;strong&gt;Die Zeit&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.zeit.de/video/2016-06/5007425745001/griechenland-wie-aus-dem-oxi-ein-ja-wurde" rel="external" target="_blank"&gt;Wie aus dem Oxi ein Ja wurde&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;23/06/2016&lt;br /&gt;&#xD;
&lt;strong&gt;Expresso&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://expresso.sapo.pt/economia/2016-06-23-BCE-levanta-proibicao-aos-bancos-gregos" rel="external" target="_blank"&gt;BCE levanta proibi&amp;ccedil;&amp;atilde;o aos bancos gregos&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;24/05/2016&lt;br /&gt;&#xD;
&lt;strong&gt;Share Radio&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="https://audioboom.com/boos/4605881-imf-urges-action-on-greek-debt" rel="external" target="_blank"&gt;IMF urges action on Greek debt&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;12/05/2016&lt;br /&gt;&#xD;
&lt;strong&gt;Bloomberg TV&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.bloomberg.com/news/videos/2016-05-11/why-greece-still-needs-debt-relief" target="_blank"&gt;Why Greece Still Needs Debt Relief&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;10/05/2016&lt;br /&gt;&#xD;
&lt;strong&gt;El Pais&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://internacional.elpais.com/internacional/2016/05/10/actualidad/1462877316_268319.html" rel="external" target="_blank"&gt;Las variaciones del rescate griego&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;09/05/2016&lt;br /&gt;&#xD;
&lt;strong&gt;Share Radio&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="https://audioboom.com/boos/4541179-greece-s-bailout-package-updates-manos-giakoumis-of-macropolis-speaks-to-share-radio-s-alexi-phillips" rel="external"&gt;Greece&amp;#39;s bailout package update&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;09/05/2016&lt;br /&gt;&#xD;
&lt;strong&gt;Share Radio&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="https://audioboom.com/boos/4539407-greece-approves-new-pension-and-tax-reforms-nick-malkoutzis-has-more-for-share-radio?utm_campaign=detailpage&amp;amp;utm_content=retweet&amp;amp;utm_medium=social&amp;amp;utm_source=twitter" rel="external" target="_blank"&gt;Greece approves new pension and tax reforms&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;08/05/2016&lt;br /&gt;&#xD;
&lt;strong&gt;Aftenposten&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.aftenposten.no/nyheter/uriks/Kan-Tsipras-styre-Hellas-unna-reprise-pa-fjorarets-drama-8460497.html" rel="external" target="_blank"&gt;Kan Tsipras styre Hellas unna reprise p&amp;aring; fjor&amp;aring;rets drama?&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;02/05/2016&lt;br /&gt;&#xD;
&lt;strong&gt;La Tribune&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.latribune.fr/economie/union-europeenne/non-la-grece-n-a-pas-recu-l-aide-a-la-grece-569296.html" rel="external" target="_blank"&gt;Non, la Gr&amp;egrave;ce n&amp;#39;a pas re&amp;ccedil;u l&amp;#39;aide &amp;agrave; la Gr&amp;egrave;ce...&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;01/05/2016&lt;br /&gt;&#xD;
&lt;strong&gt;The Guardian&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="https://www.theguardian.com/business/2016/may/01/europe-illusions-shatter-as-greek-tragedy-plays-on-austerity" rel="external" target="_blank"&gt;Europe&amp;#39;s liberal illusions shatter as Greek tragedy plays on&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;29/04/2016&lt;br /&gt;&#xD;
&lt;strong&gt;The Wall Street Journal&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://blogs.wsj.com/briefly/2016/04/29/greece-germany-imf-someone-has-to-blink-the-short-answer/" rel="external" target="_blank"&gt;Greece, Germany, IMF: Someone Has To Blink&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;22/04/2016&lt;br /&gt;&#xD;
&lt;strong&gt;Bloomberg TV&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.bloomberg.com/news/videos/2016-04-22/how-close-are-greece-and-its-creditors-to-a-bailout-deal" rel="external" target="_blank"&gt;How Close Are Greece and Its Creditors to a Bailout Deal?&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;17/04/2016&lt;br /&gt;&#xD;
&lt;strong&gt;La Rioja&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.larioja.com/internacional/201604/17/inyeccion-legitimidad-para-tsipras-20160417005720-v.html" rel="external" target="_blank"&gt;Una inyecci&amp;oacute;n de legitimidad para Tsipras&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;14/04/2016&lt;br /&gt;&#xD;
&lt;strong&gt;Sverige Radio&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://sverigesradio.se/sida/artikel.aspx?programid=1650&amp;amp;artikel=6410703" rel="external" target="_blank"&gt;Grekiska regeringen tycker att medierna i landet &amp;auml;r f&amp;ouml;r negativa&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;11/04/2016&lt;br /&gt;&#xD;
&lt;strong&gt;Expresso&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://expresso.sapo.pt/dossies/diario/2016-04-11-Costa-na-Grecia-ato-simbolico-para-consumo-interno-de-Portugal-ou-jogada-de-mestre-de-Tsipras-" rel="external" target="_blank"&gt;Costa na Gr&amp;eacute;cia: ato simb&amp;oacute;lico para &amp;ldquo;consumo interno&amp;rdquo; de Portugal ou jogada de mestre de Tsipras?&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;05/04/2016&lt;br /&gt;&#xD;
&lt;strong&gt;Bloomberg Surveillance&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.bloomberg.com/news/audio/2016-04-05/malkoutzis-greek-bailout-packages-come-with-conditionality" rel="external" target="_blank"&gt;Greek bailout packages come with conditionality&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;03/04/2016&lt;br /&gt;&#xD;
&lt;strong&gt;Der Tagesspiegel&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.tagesspiegel.de/wirtschaft/wikileaks-enthuellung-tsipras-nutzt-die-iwf-abhoeraffaere/13396826.html" rel="external" target="_blank"&gt;Tsipras nutzt die IWF-Abh&amp;ouml;raff&amp;auml;re&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;02/04/2016&lt;br /&gt;&#xD;
&lt;strong&gt;Expresso&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://expresso.sapo.pt/economia/2016-04-02-FMI-vai-avisar-Merkel-de-risco-de-Grexit-e-Brexit" rel="external" target="_blank"&gt;FMI vai avisar Merkel de risco de Grexit e Brexit&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;18/03/206&lt;br /&gt;&#xD;
&lt;strong&gt;Financial Times&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://blogs.ft.com/brusselsblog/2016/03/18/brussels-briefing-waiting-for-davutoglu/" rel="external" target="_blank"&gt;Brussels Briefing: Waiting for Davutoglu&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;17/03/2016&lt;br /&gt;&#xD;
&lt;strong&gt;EU Observer&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="https://euobserver.com/political/132715" rel="external" target="_blank"&gt;Greek government rocked by nationalist row&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;11/03/2016&lt;br /&gt;&#xD;
&lt;strong&gt;ARA&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.ara.cat/internacional/Tsipras-policia-fronterer-UE_0_1538246203.html" rel="external" target="_blank"&gt;Tsipras, policia fronterer de la UE&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;09/03/2015&lt;br /&gt;&#xD;
&lt;strong&gt;Share Radio&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="https://audioboom.com/boos/4278725-the-problem-is-the-implementation-of-that-deal-is-going-slowly-nickmalkoutzis-as-troika-are-back-in-greece" rel="external" target="_blank"&gt;Bailout review &amp;amp; refugee crisis&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;07/03/2015&lt;br /&gt;&#xD;
&lt;strong&gt;The National&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.thenational.ae/business/economy/greek-brain-drain-risks-economic-recovery" rel="external" target="_blank"&gt;Greek &amp;lsquo;brain drain&amp;rsquo; risks economic recovery&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;06/03/2016&lt;br /&gt;&#xD;
&lt;strong&gt;NOS&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://nos.nl/nieuwsuur/artikel/2091068-griekenland-mag-geen-hotspot-worden.html?title=griekenland-mag-geen-hotspot-worden" rel="external" target="_blank"&gt;&amp;#39;Griekenland mag geen hotspot worden&amp;#39;&lt;/a&gt;&lt;br /&gt;&#xD;
&lt;br /&gt;&#xD;
04/03/2016&lt;br /&gt;&#xD;
&lt;strong&gt;The New York Times&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.nytimes.com/2016/03/05/world/europe/for-greece-migrant-crisis-alters-eu-alliances.html" rel="external" target="_blank"&gt;Migrant Crisis Alters E.U. Calculations for Greece as Its Debt Struggle Continues&lt;/a&gt;&lt;br /&gt;&#xD;
&lt;br /&gt;&#xD;
12/02/2016&lt;br /&gt;&#xD;
&lt;strong&gt;Deutsche Welle&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.dw.com/de/griechenlands-fl%C3%BCchtlingsproblem/a-19045350" rel="external" target="_blank"&gt;Griechenlands Fl&amp;uuml;chtlingsproblem&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;05/01/2016&lt;br /&gt;&#xD;
&lt;strong&gt;Financial Times&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://blogs.ft.com/brusselsblog/2016/01/05/is-poland-becoming-the-new-hungary/" rel="external" target="_blank"&gt;Brussels Blog&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;h3&gt;2015&lt;/h3&gt;&#xD;
&lt;p&gt;28/12/2015&lt;br /&gt;&#xD;
&lt;strong&gt;NRC&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.nrc.nl/next/2015/12/28/de-grieken-wacht-meer-pijn-in-2016-1572372" rel="external" target="_blank"&gt;De Grieken wacht meer pijn in 2016&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;08/12/2015&lt;br /&gt;&#xD;
&lt;strong&gt;Der Tagesspiegel&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.tagesspiegel.de/politik/griechenland-plant-weitere-kuerzungen-alexis-tsipras-karges-weihnachtsfest/12695814.html" rel="external" target="_blank"&gt;Alexis Tsipras&amp;#39; karges Weihnachtsfest&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;06/12/2015&lt;br /&gt;&#xD;
&lt;strong&gt;Reuters&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.reuters.com/article/us-eurozone-greece-trust-analysis-idUSKBN0TP06Y20151206#dVqQ2o4dXCCrWD4f.97" rel="external" target="_blank"&gt;Shortage of trust threatens Greece&amp;#39;s comeback&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;27/11/2015&lt;br /&gt;&#xD;
&lt;strong&gt;Barrron&amp;#39;s&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://blogs.barrons.com/emergingmarketsdaily/2015/11/27/national-bank-of-greece-halted-stock-tumbled-after-bond-swap/" rel="external" target="_blank"&gt;National Bank of Greece Halted, Stock Tumbled After Bond Swap&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;19/11/2015&lt;br /&gt;&#xD;
&lt;strong&gt;Bloomberg&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.bloomberg.com/news/videos/2015-11-19/are-migrants-a-financial-strain-on-greece-s-economy-" rel="external"&gt;Are migrants a financial strain on Greece&amp;#39;s economy?&amp;nbsp;&lt;/a&gt;&lt;strong&gt;&amp;nbsp;&lt;/strong&gt;&lt;/p&gt;&#xD;
&lt;p&gt;12/11/2015&lt;br /&gt;&#xD;
&lt;strong&gt;CNBC&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.cnbc.com/2015/11/12/greece-payback-time-for-tsipras-as-he-faces-his-first-general-strike.html" rel="external"&gt;Payback time? Tsipras faces his first general strike&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;12/10/2015&lt;br /&gt;&#xD;
&lt;strong&gt;Reuters&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.reuters.com/article/2015/10/11/us-eurozone-greece-corner-analysis-idUSKCN0S507X20151011" rel="external" target="_blank"&gt;Pragmatic Tsipras postpones Greek revolution, trouble lurks&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;05/10/2015&lt;br /&gt;&#xD;
&lt;strong&gt;La Tribune&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.latribune.fr/economie/union-europeenne/grece-pourquoi-alexis-tsipras-veut-etre-le-bon-eleve-de-la-troika-510866.html" rel="external" target="_blank"&gt;Gr&amp;egrave;ce : pourquoi Alexis Tsipras veut &amp;ecirc;tre le &amp;quot;bon &amp;eacute;l&amp;egrave;ve&amp;quot; de la tro&amp;iuml;ka&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;01/10/2015&lt;br /&gt;&#xD;
&lt;strong&gt;Die Zeit&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.zeit.de/wirtschaft/2015-09/griechenland-wirtschaft-wachstum-konjuktur-steuern" rel="external" target="_blank"&gt;Griechenlands kurzer Fr&amp;uuml;hling&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;28/09/2015&lt;br /&gt;&#xD;
&lt;strong&gt;Sydsvenskan&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.sydsvenskan.se/varlden/nytt-normallage-i-grekisk-politik/" rel="external" target="_blank"&gt;Nytt normall&amp;auml;ge i grekisk politik&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;21/09/2015&lt;br /&gt;&#xD;
&lt;strong&gt;PBS&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.pbs.org/newshour/bb/greek-election-gamble-pays-tsipras/" rel="external" target="_blank"&gt;Greek election gamble pays off for Tsipras&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;20/09/2015&lt;br /&gt;&#xD;
&lt;strong&gt;Washington Post&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="https://www.washingtonpost.com/world/tsipras-hopes-third-time-isnt-a-curse-as-voters-head-to-polls-in-greece/2015/09/20/37ce50b4-5b26-11e5-8475-781cc9851652_story.html" rel="external" target="_blank"&gt;Syriza wins an emphatic victory in Greece and, with it, another chance&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;20/09/2015&lt;br /&gt;&#xD;
&lt;strong&gt;Washington Times&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.washingtontimes.com/news/2015/sep/20/alexis-tsipras-greece-prime-minister-set-to-win-ne/" rel="external" target="_blank"&gt;Greece&amp;rsquo;s Tsipras on track for new term despite bailout woes&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;18/09/2015&lt;br /&gt;&#xD;
&lt;strong&gt;The Wall Street Journal&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.wsj.com/articles/disillusioned-greeks-hope-for-stability-and-little-else-from-sundays-elections-1442611487" rel="external" target="_blank"&gt;Disillusioned Greeks hope for stability, and little else, from Sunday&amp;rsquo;s elections&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;18/09/2015&lt;br /&gt;&#xD;
&lt;strong&gt;CNBC&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://video.cnbc.com/gallery/?video=3000420173&amp;amp;play=1" rel="external" target="_blank"&gt;Syriza&amp;#39;s credibility has been shot to pieces&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;18/09/2015&lt;br /&gt;&#xD;
&lt;strong&gt;The New York Times&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.nytimes.com/2015/09/19/world/europe/alexis-tsipras-wields-charm-to-appeal-to-jaded-greek-voters.html?_r=1" rel="external" target="_blank"&gt;Alexis Tsipras wields charm to appeal to jaded Greek voters&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;18/09/2015&lt;br /&gt;&#xD;
&lt;strong&gt;The Irish Times&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.irishtimes.com/news/world/europe/greece-must-not-return-to-the-past-tsipras-warns-1.2357398" rel="external" target="_blank"&gt;Greece must not return to the past, Tsipras warns&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;16/09/2015&lt;br /&gt;&#xD;
&lt;strong&gt;The New York Times&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.nytimes.com/2015/09/17/world/europe/despite-high-stakes-greek-election-generates-little-fervor.html?_r=1" rel="external" target="_blank"&gt;Creditors loom over elections in Greece&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;15/09/2015&lt;br /&gt;&#xD;
&lt;strong&gt;The Guardian&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.theguardian.com/world/2015/sep/15/greek-election-2015-syriza-new-democracy" rel="external" target="_blank"&gt;Greek election 2015: everything you need to know&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;21/08/2015&lt;br /&gt;&#xD;
&lt;strong&gt;CNBC&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://video.cnbc.com/gallery/?video=3000409599" rel="external" target="_blank"&gt;Tsipras resignation necessary&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;21/08/2015&lt;br /&gt;&#xD;
&lt;strong&gt;Newstalk&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.newstalk.com/Alexis-Tsipras-resigns-Greece-elections-prime-minister-Syriza" rel="external" target="_blank"&gt;Rebel Syriza MPs break away to form Popular Unity party&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;20/08/2015&lt;br /&gt;&#xD;
&lt;strong&gt;The Wall Street Journal&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.wsj.com/articles/greek-prime-minister-alexis-tsipras-expected-to-announce-whether-greece-will-go-to-elections-1440077601" rel="external" target="_blank"&gt;Alexis Tsipras Resigns, Clearing Way for Elections in Bid to Uphold Bailout Deal&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;12/08/2015&lt;br /&gt;&#xD;
&lt;strong&gt;Der Tagesspiegel&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.tagesspiegel.de/politik/zwischen-parlamentsabstimmung-und-eurogruppe-griechenland-legt-vor-deutschland-bremst/12180224.html" rel="external" target="_blank"&gt;Griechenland legt vor - Deutschland bremst&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;12/08/2015&lt;br /&gt;&#xD;
&lt;strong&gt;BBC News&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.bbc.com/news/world-europe-33879126" rel="external" target="_blank"&gt;Greece&amp;#39;s Tsipras risks red lines in eurozone deal&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;12/08/2015&lt;br /&gt;&#xD;
&lt;strong&gt;The Huffington Post&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.huffingtonpost.com/entry/greek-bailout-terms_55ca9f71e4b0923c12be9f28" rel="external"&gt;What The Greek Government Isn&amp;#39;t Saying About The New Bailout Deal&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;12/08/2015&lt;br /&gt;&#xD;
&lt;strong&gt;Share Radio&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="https://audioboom.com/boos/3457744-greece-has-agreed-bailout-deal-in-principle-nickmalkoutzis-macropolis_gr-gives-his-thoughts" rel="external" target="_blank"&gt;Greece agrees bailout deal in principle&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;06/08/2015&lt;br /&gt;&#xD;
&lt;strong&gt;The Guardian&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.theguardian.com/world/2015/aug/05/tsipras-greece-final-stages-bailout-deal-talks?CMP=share_btn_link" rel="external" target="_blank"&gt;Tsipras: Greece on &amp;#39;final stretch&amp;#39; of talks with creditors over bailout deal&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;03/08/2015&lt;br /&gt;&#xD;
&lt;strong&gt;Der Tagesspiegel&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.tagesspiegel.de/politik/boersen-absturz-in-griechenland-sorge-um-die-wirtschaft/12140310.html" rel="external" target="_blank"&gt;Sorge um die Wirtschaft&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;23/07/2015&lt;br /&gt;&#xD;
&lt;strong&gt;The Guardian&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.theguardian.com/business/2015/jul/23/greece-debt-crisis-vote-clears-way-for-bailout-talks" rel="external" target="_blank"&gt;Greek debt crisis: vote clears way for bailout talks&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;22/07/2015&lt;br /&gt;&#xD;
&lt;strong&gt;Huffington Post&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.huffingtonpost.com/entry/alexis-tsipras-popularity_55b00772e4b07af29d576d0c?ung3c8fr" rel="external" target="_blank"&gt;The Mystery Of Greek Prime Minister Alexis Tsipras&amp;#39; Popularity Even After Austerity&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;22/07/2015&lt;br /&gt;&#xD;
&lt;strong&gt;Der Tagesspiegel&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.tagesspiegel.de/politik/griechenland-bekommt-neue-bankenregeln-worum-es-bei-der-abstimmung-in-athen-geht/12091908.html" rel="external" target="_blank"&gt;Worum es bei der Abstimmung in Athen geht&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;22/07/2015&lt;br /&gt;&#xD;
&lt;strong&gt;NPR&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.npr.org/2015/07/22/425224975/can-greece-get-a-handle-on-its-notorious-tax-system" rel="external" target="_blank"&gt;Can Greece Get A Handle On Its Notorious Tax System?&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;21/07/2015&lt;br /&gt;&#xD;
&lt;strong&gt;The New York Times&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.nytimes.com/2015/07/22/world/europe/alexis-tsipras-transforms-himself-as-he-sells-greek-bailout-terms.html?ref=world&amp;amp;_r=1" rel="external" target="_blank"&gt;Alexis Tsipras Transforms Himself as He Sells Greek Bailout Terms&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;19/07/2015&lt;br /&gt;&#xD;
&lt;strong&gt;NPR&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.npr.org/2015/07/19/424341941/greeks-cling-to-euro-but-dream-of-the-drachma" rel="external" target="_blank"&gt;Greeks Cling To Euro, But Dream Of The Drachma&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;18/07/2015&lt;br /&gt;&#xD;
&lt;strong&gt;Associated Press&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.ekathimerini.com/199700/article/ekathimerini/business/greece-does-about-face-pledges-big-privatization-push" rel="external" target="_blank"&gt;Greece does about-face, pledges big privatization push&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;17/07/2015&lt;br /&gt;&#xD;
&lt;strong&gt;Publico&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.publico.pt/mundo/noticia/tsipras-substituiu-contestatarios-no-governo-1702397" rel="external" target="_blank"&gt;Tsipras substituiu contestat&amp;aacute;rios no Governo&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;15/07/2015&lt;br /&gt;&#xD;
&lt;strong&gt;Handelszeitung&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.handelszeitung.ch/politik/griechen-zu-schwach-um-widerstand-zu-leisten-813024" rel="external" target="_blank"&gt;Griechen &amp;laquo;zu schwach, um Widerstand zu leisten&amp;raquo;&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;14/07/2015&lt;br /&gt;&#xD;
&lt;strong&gt;BBC News&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.bbc.com/news/world-europe-33527917" rel="external" target="_blank"&gt;Tough test for PM Tsipras&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;14/07/2015&lt;br /&gt;&#xD;
&lt;strong&gt;Share Radio&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="https://audioboom.com/boos/3372722-manosgiakoumis-macropolis_gr-live-from-athens-with-the-latest-on-the-greececrisis" rel="external" target="_blank"&gt;Greek developments&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;13/07/2015&lt;br /&gt;&#xD;
&lt;strong&gt;The Guardian&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.theguardian.com/commentisfree/2015/jul/13/greece-rescue-package-eurozone-grexit-panel-verdict" rel="external" target="_blank"&gt;Greece&amp;rsquo;s rescue package: utter humiliation or disaster averted?&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;13/07/2015&lt;br /&gt;&#xD;
&lt;strong&gt;De Morgen&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.demorgen.be/economie/overleeft-tsipras-a2393521/" rel="external" target="_blank"&gt;Premier ligt zwaar onder vuur binnen eigen coalitie&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;13/07/2015&lt;br /&gt;&#xD;
&lt;strong&gt;CNBC&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://video.cnbc.com/gallery/?video=3000396813" rel="external" target="_blank"&gt;Greeks &amp;#39;feel humiliated&amp;#39; by lenders&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;13/07/2015&lt;br /&gt;&#xD;
&lt;strong&gt;ABC&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.abc.net.au/news/2015-07-14/greeks-digest-new-bailout-deal/6617174" rel="external" target="_blank"&gt;Greeks digest new bailout deal&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;13/07/2015&lt;br /&gt;&#xD;
&lt;strong&gt;CBC News&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.cbc.ca/news/business/greece-crisis-country-needs-far-more-debt-life-than-claimed-imf-leak-reveals-1.3150675" rel="external" target="_blank"&gt;Greece crisis: Country needs far more debt life than claimed, IMF leak reveals&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;12/07/2015&lt;br /&gt;&#xD;
&lt;strong&gt;Expresso&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://expresso.sapo.pt/internacional/2015-07-12-Em-direto-Lideres-europeus-aplaudem-acordo-com-a-Grecia" rel="external" target="_blank"&gt;L&amp;iacute;deres europeus aplaudem acordo com a Gr&amp;eacute;cia&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;11/07/2015&lt;br /&gt;&#xD;
&lt;strong&gt;Bloomberg TV&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.bloomberg.com/news/videos/2015-07-10/majority-of-greeks-want-to-stay-in-euro-zone-malkoutzis" rel="external" target="_blank"&gt;Majority of Greeks want to stay in the eurozone&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;10/07/2015&lt;br /&gt;&#xD;
&lt;strong&gt;Bloomberg TV&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.bloomberg.com/news/videos/2015-07-13/greece-on-the-brink-what-d-you-miss-07-10-" rel="external" target="_blank"&gt;Greece on the Brink: What&amp;#39;d You Miss?&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;09/07/205&lt;br /&gt;&#xD;
&lt;strong&gt;Financial Times&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.ft.com/intl/cms/s/0/55feb0d8-263d-11e5-9c4e-a775d2b173ca.html?siteedition=intl#axzz3fb3jjeSQ" rel="external" target="_blank"&gt;Greece currency swap faces rocky road&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;08/07/2015&lt;br /&gt;&#xD;
&lt;strong&gt;MNI - Euro Insight&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="https://euroinsight.mni-news.com/posts/1248" rel="external" target="_blank"&gt;Five Years of Crisis Management in Greece Have Come Down to Five Days&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;07/07/2015&lt;br /&gt;&#xD;
&lt;strong&gt;Bloomberg TV&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.bloomberg.com/news/videos/2015-07-07/the-history-and-politics-of-greece-s-financial-troubles" rel="external" target="_blank"&gt;The History and Politics of Greece&amp;#39;s Financial Troubles&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;07/07/2015&lt;br /&gt;&#xD;
&lt;strong&gt;Aftonbladet&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.aftonbladet.se/nyheter/article21102994.ab" rel="external" target="_blank"&gt;H&amp;auml;r &amp;auml;r l&amp;auml;nderna i EU som &amp;auml;r fattigare &amp;auml;n Grekland&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;07/07/2015&lt;br /&gt;&#xD;
&lt;strong&gt;Politiken&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://politiken.dk/udland/ECE2749260/graekenland-skifter-stil/" rel="external" target="_blank"&gt;Gr&amp;aelig;kenland skifter stil&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;06/07/2015&lt;br /&gt;&#xD;
&lt;strong&gt;Irish Times&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.irishtimes.com/business/economy/eight-reasons-why-greeks-so-emphatically-voted-no-1.2275472" rel="external" target="_blank"&gt;Eight reasons why Greeks so emphatically voted No&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;06/07/2015&lt;br /&gt;&#xD;
&lt;strong&gt;The New York Times&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.nytimes.com/2015/07/07/world/europe/greek-no-vote-may-have-its-roots-in-heroic-myths-and-real-resistance.html?_r=1" rel="external" target="_blank"&gt;Greek &amp;lsquo;No&amp;rsquo; May Have Its Roots in Heroic Myths and Real Resistance&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;06/07/2015&lt;br /&gt;&#xD;
&lt;strong&gt;PBS&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.pbs.org/newshour/bb/landslide-vote-greece-prepares-new-eu-negotiations/" rel="external" target="_blank"&gt;After landslide vote, Greece prepares for new EU negotiations&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;06/07/2015&lt;br /&gt;&#xD;
&lt;strong&gt;Financial Times&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.ft.com/intl/cms/s/0/410bd746-2327-11e5-9c4e-a775d2b173ca.html#axzz3f5gPYeqQ" rel="external" target="_blank"&gt;Greeks deserve more than threats of further hardship&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;06/07/2015&lt;br /&gt;&#xD;
&lt;strong&gt;The Washington Post&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="https://www.washingtonpost.com/world/greeks-cast-ballot-on-nations-future-in-europe/2015/07/05/cbb0a734-20d7-11e5-a135-935065bc30d0_story.html" rel="external" target="_blank"&gt;Greeks reject bailout terms; finance minister steps down&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;06/07/2015&lt;br /&gt;&#xD;
&lt;strong&gt;Financial Times&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.ft.com/intl/cms/s/0/dc136c7c-23ea-11e5-9c4e-a775d2b173ca.html#axzz3fb3jjeSQ" rel="external" target="_blank"&gt;Greeks dance but Alexis Tsipras faces a big test&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;05/07/2015&lt;br /&gt;&#xD;
&lt;strong&gt;El Punt Avui&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.elpuntavui.cat/economia/article/18-economia/873638-lsha-posat-massa-pressio-sobre-la-societat-gregar.html" rel="external" target="_blank"&gt;&amp;ldquo;S&amp;#39;ha posat massa pressi&amp;oacute; sobre la societat grega&amp;rdquo;&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;05/07/2015&lt;br /&gt;&#xD;
&lt;strong&gt;EU Observer&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="https://euobserver.com/news/129463" rel="external" target="_blank"&gt;Did Tsipras always want a euro exit?&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;05/07/2015&lt;br /&gt;&#xD;
&lt;strong&gt;Telegram&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.telegram.hr/politika-kriminal/pola-sata-prije-zatvaranja-glasackih-mjesta-telegram-je-cijenjenim-grckim-analiticarima-postavio-nekoliko-bitnih-pitanja/" rel="external" target="_blank"&gt;Upravo su zatvorena glasačka mjesta&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;04/07/2015&lt;br /&gt;&#xD;
&lt;strong&gt;CBCNews&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.cbc.ca/news/business/greek-referendum-voters-unclear-on-question-potential-aftermath-1.3138477" rel="external" target="_blank"&gt;Greek referendum voters unclear on question, potential aftermath&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;04/07/2015&lt;br /&gt;&#xD;
&lt;strong&gt;La Gaceta de Negocios&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.gaceta.es/noticias/referendum-grecia-permanencia-eurozona-04072015-1046" rel="external" target="_blank"&gt;&amp;#39;Es mejor seguir en Europa, de cualquier otra forma ser&amp;aacute; todo peor&amp;#39;&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;03/07/2015&lt;br /&gt;&#xD;
&lt;strong&gt;El Pais&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://ccaa.elpais.com/ccaa/2015/07/03/catalunya/1435933187_217175.html" rel="external" target="_blank"&gt;Nick Malkoutzis, premio Ernest Udina a la trayectoria europe&amp;iacute;sta&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;03/07/2015&lt;br /&gt;&#xD;
&lt;strong&gt;La Vanguardia&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.lavanguardia.com/economia/20150703/54433202043/nick-malkoutzis-griegos-no-saben-votan-manana.html#.VZeL66TPHoM.twitter" rel="external" target="_blank"&gt;&amp;quot;Los griegos no saben qu&amp;eacute; votan ma&amp;ntilde;ana&amp;quot;&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;03/07/2015&lt;br /&gt;&#xD;
&lt;strong&gt;Ara&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.ara.cat/mon/Nick-Malkoutzis-societat-polaritzada-esgotant_0_1387061350.html" rel="external" target="_blank"&gt;&amp;ldquo;La societat grega est&amp;agrave; polaritzada i estem esgotant el sistema&amp;rdquo;&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;03/07/2015&lt;br /&gt;&#xD;
&lt;strong&gt;Istoe&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.istoe.com.br/reportagens/425773_HORAS+DE+DESESPERO" rel="external" target="_blank"&gt;Horas de desespero&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;02/07/2015&lt;br /&gt;&#xD;
&lt;strong&gt;Share Radio&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="https://audioboom.com/boos/3337653-manos-giakoumis-on-the-latest-mood-in-greece-ahead-of-the-referendum-macropolis_gr-manosgiakoumis" rel="external" target="_blank"&gt;Atmosphere in Greece following IMF default&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;02/07/2015&lt;br /&gt;&#xD;
&lt;strong&gt;Expresso&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://expresso.sapo.pt/internacional/2015-07-02-A-forca-de-uma-imagem" rel="external" target="_blank"&gt;A forca de uma imagem&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;02/07/2015&lt;br /&gt;&#xD;
&lt;strong&gt;Financial Times&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.ft.com/intl/cms/s/d8815ee2-1fd1-11e5-aa5a-398b2169cf79,Authorised=false.html?_i_location=http%3A%2F%2Fwww.ft.com%2Fcms%2Fs%2F0%2Fd8815ee2-1fd1-11e5-aa5a-398b2169cf79.html%3Fsiteedition%3Dintl&amp;amp;siteedition=intl&amp;amp;_i_referer=#axzz3gK9l6pnc" rel="external" target="_blank"&gt;Capital controls squeeze a suffocating Greece economy&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;01/07/2015&lt;br /&gt;&#xD;
&lt;strong&gt;Al Jazeera America&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://america.aljazeera.com/articles/2015/7/1/greek-bailout-money-went-to-banks-not-greece.html" rel="external" target="_blank"&gt;Who is really being bailed out in Greece?&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;30/06/2015&lt;br /&gt;&#xD;
&lt;strong&gt;New York Times&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.nytimes.com/2015/06/30/world/europe/greek-premiers-referendum-call-tests-his-power-and-conviction.html?smid=tw-share&amp;amp;_r=0" rel="external" target="_blank"&gt;Greek Referendum Plan by Alexis Tsipras Tests His Power and Conviction&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;30/06/2015&lt;br /&gt;&#xD;
&lt;strong&gt;Irish Times&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.irishtimes.com/news/world/europe/tsipras-rejects-idea-of-no-vote-leading-inevitably-to-grexit-1.2267362#.VZJEUgM1rsA.twitter" rel="external" target="_blank"&gt;Tsipras rejects idea of No vote leading inevitably to Grexit&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;29/06/2015&lt;br /&gt;&#xD;
&lt;strong&gt;Financial Times&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.ft.com/intl/cms/s/0/995edce2-1e7a-11e5-ab0f-6bb9974f25d0.html#axzz3eXecq41S" rel="external" target="_blank"&gt;Eurozone leaders take co-ordinated gamble with response to Athens&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;25/06/2015&lt;br /&gt;&#xD;
&lt;strong&gt;ABC Radio National&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.abc.net.au/radionational/programs/latenightlive/greek-default-countdown/6573528" rel="external" target="_blank"&gt;Greek default countdown&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;23/06/2015&lt;br /&gt;&#xD;
&lt;strong&gt;Expresso&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://expresso.sapo.pt/economia/2015-06-22-Tsipras-aumenta-contribuicoes.-Corta-na-Defesa-e-nas-reformas-antecipadas" rel="external" target="_blank"&gt;Tsipras aumenta contribui&amp;ccedil;&amp;otilde;es. Corta na Defesa e nas reformas antecipadas&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;22/06/2015&lt;br /&gt;&#xD;
&lt;strong&gt;CNBC&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://video.cnbc.com/gallery/?video=3000390090" rel="external" target="_blank"&gt;Can Tsipras calm the Greek public?&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;22/06/2015&lt;br /&gt;&#xD;
&lt;strong&gt;Channel 4&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://bcove.me/wti82a9t" rel="external" target="_blank"&gt;Greece on the edge one last time?&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;19/06/2015&lt;br /&gt;&#xD;
&lt;strong&gt;The Guardian&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.theguardian.com/world/2015/jun/19/tsipras-greece-europe-eurozone-crisis-banks-debts-euro-imf-ecb-germany-austerity" rel="external" target="_blank"&gt;&amp;#39;Tsipras has a bus full of people and has to change the wheel while driving&amp;#39;&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;19/06/2015&lt;br /&gt;&#xD;
&lt;strong&gt;Politico&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.politico.eu/article/greece-keep-heads-as-last-chance-to-avoid-grexit-looms/" rel="external" target="_blank"&gt;With &amp;lsquo;knife at its throat,&amp;rsquo; Athens chills&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;17/06/2015&lt;br /&gt;&#xD;
&lt;strong&gt;The Guardian&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.theguardian.com/world/2015/jun/17/greece-pension-crisis-people" rel="external" target="_blank"&gt;&amp;#39;Making us poorer won&amp;#39;t save Greece&amp;#39;: how pension crisis is hurting its people&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;16/06/2015&lt;br /&gt;&#xD;
&lt;strong&gt;Die Zeit&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.zeit.de/wirtschaft/2015-06/griechenland-syriza-militaer-einsparungen" rel="external" target="_blank"&gt;Griechenland braucht eine funktionierende Armee&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;16/06/2015&lt;br /&gt;&#xD;
&lt;strong&gt;N-TV&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.n-tv.de/politik/politik_kommentare/Griechenland-in-der-Geisterbahn-article15307721.html" rel="external" target="_blank"&gt;Griechenland in der Geisterbahn&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;15/06/2015&lt;br /&gt;&#xD;
&lt;strong&gt;The Guardian&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.theguardian.com/business/2015/jun/15/unsustainable-futures-greece-pensions-dilemma-explained-financial-crisis-default-eurozone" rel="external" target="_blank"&gt;Unsustainable futures? The Greek pensions dilemma explained&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;05/06/2015&lt;br /&gt;&#xD;
&lt;strong&gt;ABC&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.abc.net.au/news/2015-06-05/greece-seeks-more-time-to-repay-debt/6526754" rel="external" target="_blank"&gt;Greece seeks more time to repay debt&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;05/06/2015&lt;br /&gt;&#xD;
&lt;strong&gt;Die Zeit&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.zeit.de/wirtschaft/2015-06/oekonomen-kredite-griechenland" rel="external" target="_blank"&gt;&amp;Ouml;konomen warnen vor Zugest&amp;auml;ndnissen an Griechenland&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;05/06/2015&lt;br /&gt;&#xD;
&lt;strong&gt;Publico&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.publico.pt/mundo/noticia/tsipras-da-mais-um-passo-em-desafio-aos-credores-1698091?frm=ult" rel="external" target="_blank"&gt;Tsipras d&amp;aacute; mais um passo em desafio aos credores&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;05/06/2015&lt;br /&gt;&#xD;
&lt;strong&gt;EU Observer&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="https://euobserver.com/political/128986" rel="external" target="_blank"&gt;Tsipras to call for national unity on bailout talks&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;05/06/2015&lt;br /&gt;&#xD;
&lt;strong&gt;Politico&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.politico.eu/article/greeces-tanking-economy/" rel="external" target="_blank"&gt;The silver lining in Greece&amp;rsquo;s collapse&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;05/06/2015&lt;br /&gt;&#xD;
&lt;strong&gt;Share Radio&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="https://audioboom.com/boos/3253377-nickmalkoutzis-on-what-s-next-for-greece-after-delaying-its-imf-repayment-morningmoney" rel="external" target="_blank"&gt;What&amp;#39;s next for Greece after delaying its IMF repayment?&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;31/05/2015&lt;br /&gt;&#xD;
&lt;strong&gt;New York Times&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.nytimes.com/2015/05/30/world/europe/vitriol-in-the-media-adds-drama-to-talks-on-greek-bailout.html?_r=0" rel="external" target="_blank"&gt;As Insults Fly in the Greek and German Media, Some Wish for Less News&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;18/05/2015&lt;br /&gt;&#xD;
&lt;strong&gt;Deutsche Welle&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.dw.de/griechen-zwischen-apathie-und-angst/a-18455330" rel="external" target="_blank"&gt;Griechen zwischen Apathie und Angst&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;15/05/2015&lt;br /&gt;&#xD;
&lt;strong&gt;Deutsche Welle&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.dw.de/financially-strapped-greeks-quietly-prepare-for-the-worst/a-18446437" rel="external" target="_blank"&gt;Financially strapped Greeks quietly prepare for the worst&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;15/05/2015&lt;br /&gt;&#xD;
&lt;strong&gt;Politico Europe&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.politico.eu/article/greeces-pinched-pennies/" rel="external" target="_blank"&gt;Greece&amp;#39;s pinched pennies&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;03/05/2015&lt;br /&gt;&#xD;
&lt;strong&gt;La Razon&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.larazon.es/cien-dias-de-gobierno-de-tsipras-30-000-millones-de-euros-menos-ND9612906#.Ttt1cd8NXTVV6cn" rel="external" target="_blank"&gt;Cien d&amp;iacute;as de gobierno de Tsipras: 30.000 millones de euros menos&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;28/04/2014&lt;br /&gt;&#xD;
&lt;strong&gt;Daily Telegraph&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.telegraph.co.uk/finance/economics/11566624/Is-this-the-man-to-replace-Yanis-Varoufakis-as-Greeces-new-finance-minister.html" rel="external" target="_blank"&gt;Is this the man to replace Yanis Varoufakis as Greece&amp;#39;s new finance minister?&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;28/04/2015&lt;br /&gt;&#xD;
&lt;strong&gt;Wall Street Journal&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.wsj.com/articles/greece-shuffles-team-negotiating-with-creditors-1430135685" rel="external" target="_blank"&gt;Greece weakens Yanis Varoufakis&amp;rsquo;s influence in bailout talks&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;24/04/2015&lt;br /&gt;&#xD;
&lt;strong&gt;Stern&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.stern.de/wirtschaft/news/griechenland-und-die-euro-finanzminister-die-regierung-tsipras-kratzt-die-letzten-cent-zusammen-2189346.html" rel="external" target="_blank"&gt;&amp;quot;Tsipras kratzt die letzten Cent zusammen&amp;quot;&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;24/04/2015&lt;br /&gt;&#xD;
&lt;strong&gt;Kauppalehti&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.kauppalehti.fi/uutiset/kreikan-elinkeinoministeri-tarvitsemme-viela-useamman-miljardin/fKNjafxJ" rel="external" target="_blank"&gt;Kreikan elinkeinoministeri: Tarvitsemme viel&amp;auml; useamman miljardin&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;23/04/2015&lt;br /&gt;&#xD;
&lt;b&gt;AdnKronos&lt;/b&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.sardegnaoggi.it/adnkronos/2015-04-23/2079e3c69dfd7d822765ea782ad6ebb1/Grecia_Giakoumis_MacroPolis_a_luglio_senza_soldi_serve_accordo_politico.html" rel="external" target="_blank"&gt;Grecia: Giakoumis (MacroPolis), a luglio senza soldi, serve accordo politico&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;16/04/2015&lt;br /&gt;&#xD;
&lt;strong&gt;Wall Street Journal&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.wsj.com/articles/europe-braces-for-brinkmanship-over-greece-1429209890" rel="external" target="_blank"&gt;Europe Braces for Brinkmanship Over Greece as Country Moves &amp;lsquo;Ever Closer to the Abyss&amp;rsquo;&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;16/04/2015&lt;br /&gt;&#xD;
&lt;strong&gt;EU Observer&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="https://euobserver.com/beyond-brussels/128335" rel="external" target="_blank"&gt;Greece: too much talk, not enough vision&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;09/04/2014&lt;br /&gt;&#xD;
&lt;strong&gt;Die Zeit&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.zeit.de/wirtschaft/2015-04/iwf-griechenland-euro-pleite" rel="external" target="_blank"&gt;Athen steht mit dem R&amp;uuml;cken zur Wand&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;08/04/2015&lt;br /&gt;&#xD;
&lt;strong&gt;Der&amp;nbsp;Tagesspiegel&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.tagesspiegel.de/politik/oekonom-jens-bastian-zu-griechenland-dieser-druck-ist-nicht-zielfuehrend/11609742.html" rel="external" target="_blank"&gt;&amp;quot;Dieser Druck ist nicht zielf&amp;uuml;hrend&amp;quot;&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;08/04/2015&lt;br /&gt;&#xD;
&lt;strong&gt;Wirtschafts Woche&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.wiwo.de/politik/europa/jens-bastian-putin-kann-tsipras-gar-nicht-finanziell-unterstuetzen/11608462.html" rel="external" target="_blank"&gt;&amp;quot;Putin kann Tsipras gar nicht finanziell unterst&amp;uuml;tzen&amp;quot;&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;07/04/2015&lt;br /&gt;&#xD;
&lt;strong&gt;CNBC&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.cnbc.com/id/102565019" rel="external" target="_blank"&gt;Greece on warpath for damages as crisis grows&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;31/03/2015&lt;br /&gt;&#xD;
&lt;strong&gt;Financial Times&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://blogs.ft.com/brusselsblog/2015/03/30/the-greek-reform-list-the-best-is-yet-to-come/" rel="external" target="_blank"&gt;The Greek reform list: the best is yet to come?&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;25/03/2015&lt;br /&gt;&#xD;
&lt;strong&gt;Al Jazeera America&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://america.aljazeera.com/articles/2015/3/25/privatization-calls-find-greece-caught-between-creditors-and-voters.html" rel="external" target="_blank"&gt;Privatization calls find Greece caught between creditors and voters&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;23/03/2015&lt;br /&gt;&#xD;
&lt;strong&gt;Wall Street Journal&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.wsj.com/articles/deficit-drama-greek-authorities-step-up-probe-against-statistics-chief-1427060060" rel="external" target="_blank"&gt;Greeks investigate statistics chief over deficit figure&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;23/03/2015&lt;br /&gt;&#xD;
&lt;strong&gt;Bloomberg&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.bloomberg.com/news/articles/2015-03-23/greece-s-german-built-money-hall-reveals-unity-divide-over-euro" rel="external" target="_blank"&gt;Greece&amp;rsquo;s German-built money hall reveals unity, divide over euro&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;19/03/2015&lt;br /&gt;&#xD;
&lt;strong&gt;New York Times&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.nytimes.com/2015/03/20/business/international/the-gesture-that-turned-a-fiscal-crisis-into-twitter-fodder-or-did-it.html?_r=0" rel="external" target="_blank"&gt;The gesture that turned a fiscal crisis into Twitter fodder &amp;mdash; or fid it?&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;13/03/2015&lt;br /&gt;&#xD;
&lt;strong&gt;New Yorker&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.newyorker.com/news/john-cassidy/the-e-u-is-trying-to-squeeze-greece-into-submission" rel="external" target="_blank"&gt;It&amp;rsquo;s time for the EU to stop bullying Greece&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;10/08/2015&lt;br /&gt;&#xD;
&lt;strong&gt;Share Radio&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="https://audioboom.com/boos/2971437-nickmalkoutzis-talks-greece-eurogroup" rel="external" target="_blank"&gt;Greece and the Eurogroup&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;08/03/2015&lt;br /&gt;&#xD;
&lt;strong&gt;The Guardian&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.theguardian.com/business/2015/mar/08/greece-threatens-new-elections-if-eurozone-rejects-planned-reforms" rel="external" target="_blank"&gt;Greece threatens new elections if eurozone rejects planned reforms&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;04/03/2015&lt;br /&gt;&#xD;
&lt;strong&gt;Financial Times&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.ft.com/intl/cms/s/0/d8f0efde-c192-11e4-bd24-00144feab7de.html?siteedition=intl#axzz3TPPKIG7t" rel="external" target="_blank"&gt;Athens faces uphill struggle despite eurozone deal&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;26/02/2015&lt;br /&gt;&#xD;
&lt;strong&gt;Share Radio&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="https://audioboom.com/boos/2929623-greek-reforms-talk-with-manosgiakoumis" rel="external" target="_blank"&gt;Greek reforms talk&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;24/02/2015&lt;br /&gt;&#xD;
&lt;strong&gt;Bloomberg TV&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.bloomberg.com/news/videos/2015-02-24/greece-awaits-verdict-on-economic-proposals" rel="external" target="_blank"&gt;Greece awaits verdict on economic proposals&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;24/02/2015&lt;br /&gt;&#xD;
&lt;strong&gt;Die Zeit&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.zeit.de/wirtschaft/2015-02/tsipras-griechenland-euro-reformen" rel="external" target="_blank"&gt;Griechenland: Endlich wehrt sich mal jemand&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;23/02/2015&lt;br /&gt;&#xD;
&lt;strong&gt;CNN&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://edition.cnn.com/videos/business/2015/02/23/pkg-labropoulou-greece-carnival-bailout-extension.cnn" rel="external" target="_blank"&gt;Greeks react to bailout extension&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;22/02/2015&lt;br /&gt;&#xD;
&lt;strong&gt;El Mundo&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.elmundo.es/internacional/2015/02/22/54e8b5c8ca474101058b4570.html?cid=SMBOSO25301&amp;amp;s_kw=twitter" rel="external" target="_blank"&gt;Grecia: una pausa en la incertidumbre&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;19/02/2015&lt;br /&gt;&#xD;
&lt;strong&gt;Die Zeit&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.zeit.de/wirtschaft/2015-02/griechenland-varoufakis-tsipras-euro" rel="external" target="_blank"&gt;Europa sollte Griechenland beim Wort nehmen&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;17/02/2015&lt;br /&gt;&#xD;
&lt;strong&gt;CNBC&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="https://au.finance.yahoo.com/news/greece-achilles-heel-driving-eu-091946442.html" rel="external" target="_blank"&gt;Greece: The Achilles heel driving EU talks&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;11/02/2015&lt;br /&gt;&#xD;
&lt;strong&gt;Die Zeit&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.zeit.de/wirtschaft/2015-02/griechenland-alexis-tsipras-schuldenstreit" rel="external" target="_blank"&gt;Wer gegen Tsipras ist, ist gegen ganz Griechenland&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;10/02/2015&lt;br /&gt;&#xD;
&lt;strong&gt;Share Radio&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="https://audioboom.com/boos/2880377-analysis-of-greece-s-four-point-plan-for-debt-restructuring-with-manos-giakoumis" rel="external" target="_blank"&gt;Analysis of Greece&amp;#39;s four point plan for debt restructuring&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;09/02/2015&lt;br /&gt;&#xD;
&lt;strong&gt;The Telegraph&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.telegraph.co.uk/finance/economics/11400778/Greeces-leaders-stun-Europe-with-escalating-defiance.html" rel="external" target="_blank"&gt;Greece&amp;#39;s leaders stun Europe with escalating defiance&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;09/02/2015&lt;br /&gt;&#xD;
&lt;strong&gt;Associated Press TV&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.aparchive.com/metadata/-Greece-Economy/158e2d399fedbd4563965efc585f9091?query=greece&amp;amp;current=28&amp;amp;orderBy=NewestFirst&amp;amp;hits=13580&amp;amp;referrer=search&amp;amp;search=%2fsearch%2ffilter%3fquery%3dgreece%26from%3d21%26orderBy%3dNewestFirst%26ptype%3dIncludedProducts%26_%3d1424015780346&amp;amp;allFilters=&amp;amp;productType=IncludedProducts&amp;amp;page=21&amp;amp;b=5f9091" rel="external" target="_blank"&gt;Reaction to Greek PM&amp;#39;s plans to end austerity&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;09/02/2015&lt;br /&gt;&#xD;
&lt;strong&gt;Deutsche Welle&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.dw.de/tsipras-strategy-gives-greeks-a-voice/a-18244014" rel="external" target="_blank"&gt;Tsipras&amp;#39; strategy gives Greeks a voice&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;06/02/2015&lt;br /&gt;&#xD;
&lt;strong&gt;Die Zeit&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.zeit.de/wirtschaft/2015-02/eurokrise-griechenland-eu-hilfen-grafik" rel="external" target="_blank"&gt;Wohin die Griechenland-Milliarden flie&amp;szlig;en&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;06/02/2015&lt;br /&gt;&#xD;
&lt;strong&gt;Capital Radio&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.capitalradio.es/lo-del-bce-es-politica-segun-nick-malkoutzis/" rel="external" target="_blank"&gt;Lo del BCE es pol&amp;iacute;tica&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;05/02/2015&lt;br /&gt;&#xD;
&lt;strong&gt;Bruegel&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.bruegel.org/nc/blog/detail/article/1562-ecb-collateral-damages-on-greece/" rel="external" target="_blank"&gt;ECB collateral damages on Greece&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;04/02/2015&lt;br /&gt;&#xD;
&lt;strong&gt;Reuters Breaking Views&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.breakingviews.com/edward-hadas-the-redundant-fictions-of-greek-debt/21183688.article" rel="external" target="_blank"&gt;Truth helps&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;02/02/2015&lt;br /&gt;&#xD;
&lt;strong&gt;CCTV America&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.cctv-america.com/2015/02/02/the-heat-discusses-greeces-economic-woes-and-countrys-future" rel="external" target="_blank"&gt;The Heat&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;31/01/2015&lt;br /&gt;&#xD;
&lt;strong&gt;Irish Times&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.irishtimes.com/news/world/europe/angela-merkel-rejects-any-debt-writedown-for-greece-1.2086876" rel="external" target="_blank"&gt;Angela Merkel rejects any debt writedown for Greece&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;31/01/2015&lt;br /&gt;&#xD;
&lt;strong&gt;Irish Times&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.irishtimes.com/news/world/europe/greek-government-rejects-any-debt-negotiations-with-anti-european-troika-1.2086015" rel="external" target="_blank"&gt;Greek government rejects any debt negotiations with &amp;lsquo;anti-European&amp;rsquo; troika&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;29/01/2015&lt;br /&gt;&#xD;
&lt;strong&gt;Die Zeit&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.zeit.de/wirtschaft/2015-01/griechenland-schulden-ezb-iwf" rel="external" target="_blank"&gt;Das Loch wird mit jedem Tag gr&amp;ouml;&amp;szlig;er&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;29/01/2015&lt;br /&gt;&#xD;
&lt;strong&gt;Daily Mail&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.dailymail.co.uk/money/comment/article-2930198/Should-Greece-forgiven-debts-just-leave-eurozone.html" rel="external" target="_blank"&gt;Should Greece be forgiven some of its debts - or should it just leave the eurozone?&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;28/01/2015&lt;br /&gt;&#xD;
&lt;strong&gt;Associated Press&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.nytimes.com/aponline/2015/01/28/world/europe/ap-eu-greece-new-government.html" rel="external" target="_blank"&gt;Greece, eurozone creditors gear up for clash over bailout&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;28/01/2015&lt;br /&gt;&#xD;
&lt;strong&gt;The Independent&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.independent.co.uk/voices/greece-elections-in-times-like-these-the-eu-has-far-more-dangerous-adversaries-than-syriza-10006699.html" rel="external" target="_blank"&gt;Greece elections: In times like these, the EU has far more dangerous adversaries than Syriza&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;27/01/2015&lt;br /&gt;&#xD;
&lt;strong&gt;Financial Times&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.ft.com/intl/cms/s/0/44c56806-a556-11e4-ad35-00144feab7de.html#axzz3Q7oSVbhZ" rel="external" target="_blank"&gt;Greek debt and a default of statesmanship&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;27/01/2015&lt;br /&gt;&#xD;
&lt;strong&gt;Capital Radio&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.capitalradio.es/esperabamos-que-syriza-ganase-y-que-formaran-coalicion-nick-malkoutzis/" rel="external" target="_blank"&gt;&amp;ldquo;Esper&amp;aacute;bamos que Syriza ganase y que formaran coalici&amp;oacute;n&amp;rdquo;&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;27/01/2015&lt;br /&gt;&#xD;
&lt;strong&gt;BBC News Online&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.bbc.com/news/world-europe-31004448" rel="external" target="_blank"&gt;How optimistic are Greeks feeling about the future?&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;26/01/2015&lt;br /&gt;&#xD;
&lt;strong&gt;Washington Post&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.washingtonpost.com/world/europe/leftist-syriza-party-forms-government-and-looks-ahead-to-battles-over-bailout-deals/2015/01/26/8aea6dc2-3d86-43a3-b9d0-84a4cdd8e0ad_story.html" rel="external" target="_blank"&gt;A young, impatient leftist is Greece&amp;rsquo;s defiant new face&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;22/01/2015&lt;br /&gt;&#xD;
&lt;strong&gt;Wall Street Journal&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.wsj.com/articles/how-greece-and-germany-brought-europes-long-simmering-crisis-back-to-a-boil-1421890324" rel="external" target="_blank"&gt;How Greece and Germany brought Europe&amp;rsquo;s long-simmering crisis back to a boil&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;21/01/2015&lt;br /&gt;&#xD;
&lt;strong&gt;New York Times&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.nytimes.com/2015/01/21/world/europe/new-party-harnesses-discontent-in-greece.html?_r=1" rel="external" target="_blank"&gt;New party harnesses discontent in Greece&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;20/01/2015&lt;br /&gt;&#xD;
&lt;strong&gt;La Tribune&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.latribune.fr/actualites/economie/union-europeenne/20150120trib9feaf4084/grece-a-quel-jeu-jouent-les-banques.html" rel="external" target="_blank"&gt;Gr&amp;egrave;ce : &amp;agrave; quel jeu jouent les banques?&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;20/01/2015&lt;br /&gt;&#xD;
&lt;strong&gt;The Guardian&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.theguardian.com/news/datablog/2015/jan/20/greece-election-2015-the-politics-and-economics-in-numbers" rel="external" target="_blank"&gt;Greece Election 2015: the politics and economics in numbers&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;19/01/2015&lt;br /&gt;&#xD;
&lt;strong&gt;Share Radio UK&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="https://audioboom.com/boos/2809794-macropolis-gr-editor-nick-malkoutzis-on-greek-economy-and-politics" rel="external" target="_blank"&gt;Morning Money&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;19/01/2015&lt;br /&gt;&#xD;
&lt;strong&gt;Radio Bremen&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.radiobremen.de/nordwestradio/audio141602-popup.html" rel="external" target="_blank"&gt;Griechenland: &amp;quot;Linkspartei wird zur Volkspartei&amp;quot;&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;19/01/2015&lt;br /&gt;&#xD;
&lt;strong&gt;Capital Radio&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.capitalradio.es/este-mes-se-prevee-en-grecia-una-salida-de-depositos-de-casi-cuatro-mil-millones-de-eurosnick-malkoutzis/" rel="external" target="_blank"&gt;&amp;ldquo;Este mes se prevee en Grecia una salida de dep&amp;oacute;sitos de casi cuatro mil millones de euros&amp;rdquo;&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;16/01/2015&lt;br /&gt;&#xD;
&lt;strong&gt;La Tribune&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.latribune.fr/actualites/economie/union-europeenne/20150116trib2dbdd48e8/grece-faute-d-allies-alexis-tsipras-doit-conquerir-la-majorite-absolue.html" rel="external" target="_blank"&gt;Gr&amp;egrave;ce : faute d&amp;#39;alli&amp;eacute;s, Alexis Tsipras doit conqu&amp;eacute;rir la majorit&amp;eacute; absolue&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;15/01/2015&lt;br /&gt;&#xD;
&lt;strong&gt;Il Post&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.ilpost.it/2015/01/15/campagna-elettorale-grecia-tsipras/" rel="external" target="_blank"&gt;In Grecia si vota tra 10 giorni&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;14/01/2015&lt;br /&gt;&#xD;
&lt;strong&gt;Financial Times&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.ft.com/intl/cms/s/c133ac38-981b-11e4-b4be-00144feabdc0,Authorised=false.html?_i_location=http%3A%2F%2Fwww.ft.com%2Fcms%2Fs%2F0%2Fc133ac38-981b-11e4-b4be-00144feabdc0.html%3Fsiteedition%3Dintl&amp;amp;siteedition=intl&amp;amp;_i_referer=#axzz3OmFus4tN" rel="external" target="_blank"&gt;Size of Greece&amp;#39;s debt limits scope for solutions&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;08/01/2015&lt;br /&gt;&#xD;
&lt;strong&gt;Frankfurter Rundschau&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.fr-online.de/wirtschaft/griechenland-wo-sind-die-milliarden-hin-,1472780,29512532.html" rel="external" target="_blank"&gt;Wo sind die Milliarden hin?&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;08/01/2015&lt;br /&gt;&#xD;
&lt;strong&gt;New York Times - Dealbook&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://dealbook.nytimes.com/2015/01/08/voices-join-greek-lefts-call-for-a-new-deal-on-debt/?_r=2" rel="external" target="_blank"&gt;Voices join Greek left&amp;rsquo;s call for a New Deal on debt&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;06/01/14&lt;br /&gt;&#xD;
&lt;strong&gt;Financial Times - Alphaville&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://ftalphaville.ft.com/2015/01/06/2080042/further-reading-1671/" rel="external" target="_blank"&gt;Further reading&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;03/01/14&lt;br /&gt;&#xD;
&lt;strong&gt;ARA&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.ara.cat/opinio/Syriza-possible-limpossible_0_1279072113.html" rel="external" target="_blank"&gt;Syriza, entre el possible i l&amp;rsquo;impossible&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;h3&gt;2014&lt;/h3&gt;&#xD;
&lt;p&gt;30/12/14&lt;br /&gt;&#xD;
&lt;strong&gt;El Mundo&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.elmundo.es/internacional/2014/12/30/54a1b64d268e3ec3718b4590.html" rel="external" target="_blank"&gt;La inestabilidad en el horizonte&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;30/12/2014&lt;br /&gt;&#xD;
&lt;strong&gt;Info Radio Berlin&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.inforadio.de/programm/schema/sendungen/int/201412/30/214528.html" rel="external"&gt;&amp;#39;In Griechenland steht viel auf dem Spiel&amp;#39;&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;30/12/14&lt;br /&gt;&#xD;
&lt;strong&gt;La Stampa&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.lastampa.it/2014/12/30/esteri/ma-adesso-lopposizione-dimostri-di-sapere-governare-quNY4nTuLzWrXUAC2ZNNFK/pagina.html" rel="external" target="_blank"&gt;&amp;ldquo;Ma adesso l&amp;rsquo;opposizione dimostri di sapere governare&amp;rdquo;&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;30/12/14&lt;br /&gt;&#xD;
&lt;strong&gt;Deutschlandfunk Radio Kultur&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://ondemand-mp3.dradio.de/file/dradio/2014/12/29/drk_20141229_1737_db5381c1.mp3" rel="external" target="_blank"&gt;Interview with Jens Bastian&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;29/12/14&lt;br /&gt;&#xD;
&lt;strong&gt;Washington Post&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.washingtonpost.com/world/europe/greek-impasse-forces-early-elections-and-fears-of-euro-crisis-return/2014/12/29/3be75924-8f4e-11e4-ba53-a477d66580ed_story.html" rel="external" target="_blank"&gt;Greek impasse forces early elections and fears of a return to euro crisis&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;29/12/14&lt;br /&gt;&#xD;
&lt;strong&gt;Consenso del Mercado&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://consensodelmercado.com/consenso/2631/si-syriza-quiere-mejorar-el-acuerdo-con-los-acreedores-de-grecia-tendra-que-ofrecer-algo-a-cambio" rel="external" target="_blank"&gt;&amp;ldquo;Si SYRIZA quiere mejorar el acuerdo con los acreedores de Grecia, tendr&amp;aacute; que ofrecer algo a cambio&amp;quot;&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;29/12/14&lt;br /&gt;&#xD;
&lt;strong&gt;Al Jazeera&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="https://www.youtube.com/watch?v=0oKn2joRSUs&amp;amp;feature=youtu.be" rel="external" target="_blank"&gt;Greece to hold snap elections&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;29/12/14&lt;br /&gt;&#xD;
&lt;strong&gt;The Corner&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.thecorner.eu/news-europe/syriza-wants-obtain-better-deal-greeces-lenders-will-offer-something-return/42800/" rel="external" target="_blank"&gt;&amp;ldquo;If SYRIZA wants to obtain a better deal from Greece&amp;rsquo;s lenders, it will have to offer something in return&amp;rdquo;&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;29/12/14&lt;br /&gt;&#xD;
&lt;strong&gt;El Diario&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.eldiario.es/economia/Grecia-elecciones-Syriza_0_340166583.html" rel="external" target="_blank"&gt;El enigma griego no acabar&amp;aacute; con las nuevas elecciones&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;29/12/14&lt;br /&gt;&#xD;
&lt;strong&gt;Business Insider&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.businessinsider.com/alexis-tsipras-greeces-leading-prime-minister-candidate-2014-12" rel="external" target="_blank"&gt;Greece&amp;#39;s leading prime ministerial candidate could throw Europe back Into crisis&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;29/12/14&lt;br /&gt;&#xD;
&lt;strong&gt;Capital Radio, Spain&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.capitalradio.es/syriza-ganara-las-elecciones-en-coalicion-por-un-estrecho-margen-que-provocara-inestabilidad-nick-malkoutzis/" rel="external" target="_blank"&gt;Syriza ganar&amp;aacute; las elecciones en coalici&amp;oacute;n por un estrecho margen que provocar&amp;aacute; inestabilidad&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;24/12/14&lt;br /&gt;&#xD;
&lt;strong&gt;Irish Times&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.irishtimes.com/news/world/europe/greek-presidential-vote-goes-to-third-round-1.2047931" rel="external" target="_blank"&gt;Greek presidential vote goes to third round&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;23/12/14&lt;br /&gt;&#xD;
&lt;strong&gt;MSNBC&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://video.cnbc.com/gallery/?video=3000341073" rel="external" target="_blank"&gt;Greek PM Samaras&amp;#39; challenges in presidential election&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;11/12/14&lt;br /&gt;&#xD;
&lt;strong&gt;Business Insider&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.businessinsider.com/greeces-election-chaos-is-sending-stocks-crashing-again-2014-12" rel="external" target="_blank"&gt;Greece&amp;#39;s election chaos is sending markets crashing again&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;10/12/14&lt;br /&gt;&#xD;
&lt;strong&gt;BBC Radio 4&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.bbc.co.uk/programmes/b04tlfrq" rel="external" target="_blank"&gt;Today programme&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;09/12/14&lt;br /&gt;&#xD;
&lt;strong&gt;New York Times&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.nytimes.com/2014/12/10/world/europe/greek-premier-presidential-elections.html" rel="external" target="_blank"&gt;In political gamble, Greek premier speeds up presidential vote&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;09/12/14&lt;br /&gt;&#xD;
&lt;strong&gt;Bloomberg Businessweek&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.businessweek.com/articles/2014-12-09/why-the-greek-stock-market-is-crashing-again" rel="external" target="_blank"&gt;Why the Greek stock market is crashing again&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;28/11/14&lt;br /&gt;&#xD;
&lt;strong&gt;New York Times&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.nytimes.com/2014/11/29/world/europe/papandreou-pasok-party-greece.html" rel="external" target="_blank"&gt;Ousted Greek prime minister pushes for a new party leader, perhaps himself&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;16/10/14&lt;br /&gt;&#xD;
&lt;strong&gt;Wall Street Journal&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://www.wsj.com/articles/jose-manuel-barroso-calls-for-measures-to-prevent-global-slowdown-1413454038" rel="external" target="_blank"&gt;Growth fears grip a divided Europe&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;07/05/14&lt;br /&gt;&#xD;
&lt;strong&gt;New York Times - Dealbook&lt;/strong&gt;&lt;br /&gt;&#xD;
&lt;a href="http://dealbook.nytimes.com/2014/05/07/a-note-of-caution-in-greek-banks-seeming-recovery/?_r=0" rel="external" target="_blank"&gt;A note of caution in Greek banks&amp;rsquo; seeming recovery&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 24 Dec 2014 09:25:50 GMT</pubDate>
      <guid>https://www.macropolis.gr/?i=portal.en.media</guid>
      <dc:creator>Nick Malkoutzis</dc:creator>
      <dc:date>2014-12-24T09:25:50Z</dc:date>
    </item>
    <item>
      <title>About</title>
      <link>https://www.macropolis.gr/?i=portal.en.about</link>
      <description>&lt;p&gt;MacroPolis was launched on September 24th, 2013 with the aim of providing insight through timely, accurate and penetrating analysis of the key political, economic and social developments in Greece.&lt;/p&gt;&#xD;
&lt;p&gt;&lt;strong&gt;What is MacroPolis?&lt;/strong&gt;&lt;/p&gt;&#xD;
&lt;p&gt;MacroPolis is an independent analysis service providing daily insight on what makes Greece tick. Since 2014, we have been operating a subscription scheme, a business model we believe best safeguards our independence.&lt;/p&gt;&#xD;
&lt;p&gt;MacroPolis is proud to have built up a solid subscriber base including European and international institutions, central banks, political organisations, ministries outside Greece, the media, the investment community and local embassies.&lt;/p&gt;&#xD;
&lt;p&gt;We have become a trusted reference point for subscribers and readers around the world due to our to-the-point analysis of the events that have shaped the agenda in Greece and within the eurozone.&lt;/p&gt;&#xD;
&lt;p&gt;&lt;strong&gt;Who are we?&lt;/strong&gt;&lt;/p&gt;&#xD;
&lt;p&gt;MacroPolis is a team of independent analysts with numerous years of experience covering Greece.&lt;/p&gt;&#xD;
&lt;p&gt;It was founded by Nick Malkoutzis, a journalist who has spent more than 15 years covering Greece for local and international media, and Yiannis Mouzakis, who held several senior positions at Reuters for a number of years. You can find out more about our team below.&lt;/p&gt;&#xD;
&lt;p&gt;MacroPolis is self-financed and is not affiliated to any political party or corporate institution.&lt;/p&gt;&#xD;
&lt;p&gt;&lt;strong&gt;How do we make a difference?&lt;/strong&gt;&lt;/p&gt;&#xD;
&lt;p&gt;MacroPolis&amp;#39;s mission is to filter out the noise that accompanies developments. We provide our readership with impartial and pertinent analysis that puts Greece in perspective.&lt;/p&gt;&#xD;
&lt;p&gt;We offer our subscribers a well-balanced mix of political insight and fact-driven analysis that gives an all-round picture of what is happening in Greece, as well as snapshots of key events.&lt;/p&gt;&#xD;
&lt;p&gt;&lt;strong&gt;What do we offer?&lt;/strong&gt;&lt;/p&gt;&#xD;
&lt;p&gt;Among the services we provide to subscribers are:&lt;/p&gt;&#xD;
&lt;p&gt;&amp;middot;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Daily analysis on politics, economics and society&lt;/p&gt;&#xD;
&lt;p&gt;&amp;middot;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Coverage of statistical releases from ELSTAT, Finance Ministry and Bank of Greece&lt;/p&gt;&#xD;
&lt;p&gt;&amp;middot;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; More than 400 charts of the most significant market moving indicators, with data exporting capability&lt;/p&gt;&#xD;
&lt;p&gt;&amp;middot;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Daily e-mail bulletin that details all the analysis and data published on our site in the last 24 hours&lt;/p&gt;&#xD;
&lt;p&gt;&amp;middot;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Weekly e-newsletter reviewing key developments, which can be read online or via free mobile apps&lt;/p&gt;&#xD;
&lt;p&gt;In 2017, MacroPolis also started producing its own reports, beginning with a &lt;a href="http://www.macropolis.gr/?i=portal.en.publications.5950" rel="external" target="_blank"&gt;political and macro overview&lt;/a&gt;. We also take on bespoke analysis projects for clients.&lt;/p&gt;&#xD;
&lt;p&gt;&lt;strong&gt;Accessing our service&lt;/strong&gt;&lt;/p&gt;&#xD;
&lt;p&gt;Apart from our blog section, The Agora, MacroPolis stands behind a paywall, with a subscription being required to access the rest of our analysis and data. Details of our various subscription packages are available &lt;a href="http://www.macropolis.gr/?i=portal.en.subscriptions" rel="external" target="_blank"&gt;here&lt;/a&gt;. Please feel free to contact us if you have any questions.&lt;/p&gt;&#xD;
&lt;h4&gt;Core team&lt;/h4&gt;&#xD;
&lt;p&gt;&lt;img alt="" src="https://www.macropolis.gr/resources/toolip/img/2016/04/14/nick100.jpg" style="width: 102px; height: 100px; float: left; margin-left: 5px; margin-right: 5px;" /&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;strong&gt;Nick Malkoutzis&lt;/strong&gt;&lt;/p&gt;&#xD;
&lt;p&gt;Nick is the editor and co-founder of MacroPolis. He was the deputy editor of the&amp;nbsp;&lt;a href="http://ekathimerini.com/" rel="external" target="_blank"&gt;English Edition of Kathimerini&lt;/a&gt;, a leading Greek daily, between 2004 and 2016. He also wrote a weekly column for the newspaper. His work has also appeared in &lt;a href="http://www.businessweek.com/authors/45708-nick-malkoutzis" rel="external"&gt;Bloomberg Businessweek&lt;/a&gt; and other international publications such as Die Zeit and The Guardian. Nick has written &lt;a href="http://library.fes.de/pdf-files/id/10257.pdf" rel="external"&gt;several papers&lt;/a&gt; about Greece for the Friedrich Ebert Foundation in Germany. In&amp;nbsp;2015 he was awarded the &lt;a href="http://ec.europa.eu/spain/barcelona/actualitat-i-premsa/noticies/afers-institucionals/150703_ca.htm" rel="external" target="_blank"&gt;Ernest Udina prize&lt;/a&gt; for European journalism.&amp;nbsp;&lt;/p&gt;&#xD;
&lt;p&gt;Follow Nick: &lt;a href="https://twitter.com/NickMalkoutzis" rel="external" target="_blank"&gt;@NickMalkoutzis&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;img alt="" src="https://www.macropolis.gr/resources/toolip/img/2016/04/14/yiannis100.jpg" style="width: 100px; float: left; margin-right: 5px; margin-left: 5px; height: 103px;" /&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;strong&gt;Yiannis Mouzakis&lt;/strong&gt;&lt;/p&gt;&#xD;
&lt;p&gt;Yiannis held a number of senior positions at Thomson Reuters before co-founding MacroPolis. He has contributed extensively over the last few years to the debate around the Greek crisis and the events in Cyprus through his blog The Prodigal Greek, which earned him a place in the esteemed group of Emergency Specialist bloggers, according to FT Alphaville. If you appreciate strong views and economic charts look out for Yiannis in The Agora.&lt;/p&gt;&#xD;
&lt;p&gt;Follow Yiannis: &lt;a href="https://twitter.com/YiannisMouzakis" rel="external" target="_blank"&gt;@YiannisMouzakis&lt;/a&gt;&lt;br /&gt;&#xD;
&amp;nbsp;&lt;/p&gt;&#xD;
&lt;h4&gt;Associates&lt;/h4&gt;&#xD;
&lt;p&gt;&lt;img alt="" src="https://www.macropolis.gr/resources/toolip/img/2016/05/12/alexandra.jpg" style="width: 100px; height: 100px; float: left; margin-right: 5px; margin-left: 5px;" /&gt;&lt;strong&gt;Alexandra Voudouri&lt;/strong&gt;&lt;/p&gt;&#xD;
&lt;p&gt;Alexandra has covered foreign affairs for Athens International Radio (2005-2011) and the municipal radio station Athina 984 FM since 2011. She has reported on European councils, UN general assemblies and covered numerous visits of foreign ministers to Greece. Alexandra has also worked with other Greek and international media during the course of the Greek crisis, as well as carrying out interviews with European officials.&lt;/p&gt;&#xD;
&lt;p&gt;Follow Alexandra: &lt;a href="https://twitter.com/alexvoudouri" rel="external" target="_blank"&gt;@alexvoudouri&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;img alt="Georgia Nakou" src="https://www.macropolis.gr/resources/toolip/img/2017/11/02/georgia.jpg" style="width: 100px; height: 107px; margin-right: 5px; margin-left: 5px; float: left;" /&gt;&lt;strong&gt;Georgia Nakou&lt;/strong&gt;&lt;/p&gt;&#xD;
&lt;p&gt;Georgia writes about current affairs, policy and culture. She has several years&amp;#39; experience in the hedge fund sector, has worked for think tanks in the energy sector, and produced influential academic research. She maintains an interest in her first field of study, archaeology.&lt;/p&gt;&#xD;
&lt;p&gt;Follow Georgia: &lt;a href="https://twitter.com/georgia_nakou_" rel="external" target="_blank"&gt;@georgia_nakou_&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;img alt="" src="https://www.macropolis.gr/resources/toolip/img-thumb/2013/12/10/jensaboutus-medium.jpg" style="width: 100px; height: 100px; float: left; margin-right: 5px; margin-left: 5px;" /&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;strong&gt;Jens Bastian&lt;/strong&gt;&lt;/p&gt;&#xD;
&lt;p&gt;Jens is an independent economic and investment analyst for southeast Europe. From 2011 to 2013 he was a member of the European Commission Task Force for Greece in Athens. Jens has worked in the private banking sector in Greece and has held various academic positions at Nuffield College and St Antony&amp;rsquo;s College in Oxford as well as The London School of Economics.&lt;br /&gt;&#xD;
&lt;br /&gt;&#xD;
&lt;br /&gt;&#xD;
&amp;nbsp;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;img alt="" src="https://www.macropolis.gr/resources/toolip/img/2017/12/14/elli.jpg" style="width: 100px; height: 100px; margin-right: 5px; margin-left: 5px; float: left;" /&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;strong&gt;Elli Siapkidou&lt;/strong&gt;&lt;/p&gt;&#xD;
&lt;p&gt;Dr Elli Siapkidou is a freelance independent researcher, based in London. She has worked for the Hellenic Ministry of Foreign Affairs, the Hellenic Foundation for European and Foreign Policy (ELIAMEP), the Contemporary Social History Archives (ASKI) and taught Economics and European Politics at the University of Thrace. She holds a MA in Economics and Management, an MPhil in European Politics from the University of Oxford, and a PhD in EU Politics from the University of Athens.&lt;/p&gt;&#xD;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
      <pubDate>Wed, 11 Sep 2013 15:09:30 GMT</pubDate>
      <guid>https://www.macropolis.gr/?i=portal.en.about</guid>
      <dc:creator>Nick Malkoutzis</dc:creator>
      <dc:date>2013-09-11T15:09:30Z</dc:date>
    </item>
    <item>
      <title>Newsletter articles</title>
      <link>https://www.macropolis.gr/?i=portal.en.newsletter-articles</link>
      <description />
      <pubDate>Fri, 10 Sep 2021 05:41:30 GMT</pubDate>
      <guid>https://www.macropolis.gr/?i=portal.en.newsletter-articles</guid>
      <dc:creator>Maria Markopoulou</dc:creator>
      <dc:date>2021-09-10T05:41:30Z</dc:date>
    </item>
    <item>
      <title>Agora</title>
      <link>https://www.macropolis.gr/?i=portal.en.the-agora</link>
      <description>&lt;p&gt;In ancient Athens, the agora was where citizens gathered to hear news, discuss and, later, trade. The agora was the heart of the city&amp;rsquo;s political, cultural and spiritual life. It is this spirit we hope to channel in this section of the website. Here, the Agora is a public forum for discussing events unfolding in Greece and beyond.&lt;/p&gt;&#xD;
&lt;p&gt;In May 2020, we also launched a podcast called The Agora, delivering insight from our own experts and analysis from special guests. If you enjoy intelligent, lively discussion and want the bigger picture, join us for a stroll through the Agora. Our show is hosted on &lt;a href="https://shows.acast.com/the-agora" rel="external" target="_blank"&gt;Acast&lt;/a&gt;, but you can also listen to us here:&lt;/p&gt;&#xD;
&lt;p&gt;&lt;a href="http://open.spotify.com/show/0lhqGofZzVl3CO8GrXWi9x?si=k8QQif3wSROpTCmh5fLcPg" rel="external" target="_blank"&gt;&lt;img alt="" src="https://www.macropolis.gr/resources/toolip/img/2020/09/01/spotify-podcast-badge-wht-grn-165x40.png" style="width: 165px; height: 40px;" /&gt;&lt;/a&gt;&lt;br /&gt;&#xD;
&amp;nbsp;&lt;br /&gt;&#xD;
&lt;a href="https://podcasts.apple.com/us/podcast/the-agora/id1511312976" target="_blank"&gt;&lt;img alt="" src="https://www.macropolis.gr/resources/toolip/img-thumb/2020/06/01/apple-medium.jpg" style="width: 150px; height: 38px;" /&gt;&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 11 Sep 2013 15:07:00 GMT</pubDate>
      <guid>https://www.macropolis.gr/?i=portal.en.the-agora</guid>
      <dc:creator>Nick Malkoutzis</dc:creator>
      <dc:date>2013-09-11T15:07:00Z</dc:date>
    </item>
    <item>
      <title>Newsletters</title>
      <link>https://www.macropolis.gr/?i=portal.en.newsletters</link>
      <description>&lt;p&gt;Our weekly electronic newsletter rounds up the week&amp;#39;s events and contains exclusive analysis. It is available to users with an active subscription on the day of publication, along with flash updates for major breaking developments, by email or our free mobile app.&lt;/p&gt;</description>
      <pubDate>Thu, 30 Oct 2014 22:00:00 GMT</pubDate>
      <guid>https://www.macropolis.gr/?i=portal.en.newsletters</guid>
      <dc:creator>Yiannis Mouzakis</dc:creator>
      <dc:date>2014-10-30T22:00:00Z</dc:date>
    </item>
    <item>
      <title>Documents</title>
      <link>https://www.macropolis.gr/?i=portal.en.documents</link>
      <description>&lt;p&gt;If you are looking for official documents relating to the Greek bailouts, this is the place for you. You can find all the significant agreements and statements&amp;nbsp;involving the European Commission,&amp;nbsp;International Monetary Fund, Eurogroup and EU Task&amp;nbsp;Force for Greece, helping&amp;nbsp;chart the course of events since 2010.&lt;/p&gt;</description>
      <pubDate>Wed, 11 Sep 2013 15:07:24 GMT</pubDate>
      <guid>https://www.macropolis.gr/?i=portal.en.documents</guid>
      <dc:creator>Yiannis Mouzakis</dc:creator>
      <dc:date>2013-09-11T15:07:24Z</dc:date>
    </item>
    <item>
      <title>Charts</title>
      <link>https://www.macropolis.gr/?i=portal.en.charts</link>
      <description />
      <pubDate>Thu, 14 Nov 2013 09:11:57 GMT</pubDate>
      <guid>https://www.macropolis.gr/?i=portal.en.charts</guid>
      <dc:creator>Yiannis Mouzakis</dc:creator>
      <dc:date>2013-11-14T09:11:57Z</dc:date>
    </item>
    <item>
      <title>Statistics</title>
      <link>https://www.macropolis.gr/?i=portal.en.statistics-data</link>
      <description>&lt;p&gt;Macropolis provides you a unique service that brings together all the key statistical releases related to the Greek economy. This section allows visitors to view&amp;nbsp;past releases from the Hellenic Statistical Authority (ELSTAT), the Bank of Greece,&amp;nbsp;Finance Ministry and others.&amp;nbsp;It&amp;nbsp;provides a calendar so&amp;nbsp;you can see&amp;nbsp;when upcoming announcements are due.&lt;/p&gt;</description>
      <pubDate>Wed, 11 Sep 2013 15:06:00 GMT</pubDate>
      <guid>https://www.macropolis.gr/?i=portal.en.statistics-data</guid>
      <dc:creator>Yiannis Mouzakis</dc:creator>
      <dc:date>2013-09-11T15:06:00Z</dc:date>
    </item>
    <item>
      <title>Legal</title>
      <link>https://www.macropolis.gr/?i=portal.en.legal</link>
      <description>&lt;p&gt;&lt;a href="http://www.metaxaslaw.gr/en/" target="_blank" rel="external"&gt;&lt;img alt="" src="https://www.macropolis.gr/resources/toolip/img/2016/10/11/logo_ma-law-firm.jpg" style="width: 300px; height: 157px; float: left; margin-left: 7px; margin-right: 7px;" /&gt;&lt;/a&gt;This section is brought to you in association with Metaxas &amp;amp; Associates Law Firm. M&amp;amp;A (&lt;a href="http://www.metaxaslaw.gr" target="_blank" rel="external"&gt;www.metaxaslaw.gr&lt;/a&gt;) is one of the leading law firms in Greece and regarded by all distinguished international legal directories, such as Chambers and The Legal 500 EMEA, as the dominant firm in the fields of its core specialisation, namely Business Law, Energy, Competition, State Aid, Technology, Media and Telecoms Law (TMT) and regulation. M&amp;amp;A offers high quality scientific and expert legal advice as well as tailor-made legal services, proactive guidance and practical expertise in its selected practice areas, while meeting today&amp;rsquo;s corporate needs for stable support and strategic design.&amp;nbsp;&lt;/p&gt;&#xD;
&lt;hr /&gt;&#xD;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
      <pubDate>Wed, 12 Oct 2016 06:42:15 GMT</pubDate>
      <guid>https://www.macropolis.gr/?i=portal.en.legal</guid>
      <dc:creator>Yiannis Mouzakis</dc:creator>
      <dc:date>2016-10-12T06:42:15Z</dc:date>
    </item>
    <item>
      <title>Society</title>
      <link>https://www.macropolis.gr/?i=portal.en.society</link>
      <description />
      <pubDate>Wed, 11 Sep 2013 15:06:15 GMT</pubDate>
      <guid>https://www.macropolis.gr/?i=portal.en.society</guid>
      <dc:creator>Yiannis Mouzakis</dc:creator>
      <dc:date>2013-09-11T15:06:15Z</dc:date>
    </item>
    <item>
      <title>Economy</title>
      <link>https://www.macropolis.gr/?i=portal.en.economy</link>
      <description />
      <pubDate>Wed, 11 Sep 2013 15:05:44 GMT</pubDate>
      <guid>https://www.macropolis.gr/?i=portal.en.economy</guid>
      <dc:creator>Yiannis Mouzakis</dc:creator>
      <dc:date>2013-09-11T15:05:44Z</dc:date>
    </item>
    <item>
      <title>Politics</title>
      <link>https://www.macropolis.gr/?i=portal.en.politics</link>
      <description />
      <pubDate>Wed, 11 Sep 2013 15:05:27 GMT</pubDate>
      <guid>https://www.macropolis.gr/?i=portal.en.politics</guid>
      <dc:creator>Yiannis Mouzakis</dc:creator>
      <dc:date>2013-09-11T15:05:27Z</dc:date>
    </item>
    <item>
      <title>Member Area</title>
      <link>https://www.macropolis.gr/?i=portal.en.member</link>
      <description />
      <pubDate>Wed, 11 Sep 2013 15:10:56 GMT</pubDate>
      <guid>https://www.macropolis.gr/?i=portal.en.member</guid>
      <dc:creator>Maria Markopoulou</dc:creator>
      <dc:date>2013-09-11T15:10:56Z</dc:date>
    </item>
    <item>
      <title>Cookies policy</title>
      <link>https://www.macropolis.gr/?i=portal.en.cookies-policy</link>
      <description>&lt;p&gt;&lt;strong&gt;Cookie Policy &amp;ndash; Website / Newsletter&lt;/strong&gt;&lt;/p&gt;&#xD;
&lt;p&gt;1. Cookies are small files, i.e. software, containing information that a website (in particular, the web server) stores in a user&amp;#39;s computer so that every time the user logs on to the website the website recovers the information and provides the user with the relevant services.&lt;/p&gt;&#xD;
&lt;p&gt;2. MacroPolis IKE (hereinafter &amp;ldquo;the Company&amp;rdquo;) uses persistent or/and session cookies via its operating system (Toolip).&lt;br /&gt;&#xD;
Moreover, the Company uses third party cookies via the operating system (Google, Google Analytics, Twitter and ShareThis).&lt;br /&gt;&#xD;
Persistent cookies remain installed on the user&amp;rsquo;s / visitor&amp;rsquo;s terminal so each time he / she visits / uses the Website he / she is provided with the services of Macropolis.gr (hereinafter &amp;ldquo;the Service&amp;rdquo;). For more information of the Service provided please refer to &lt;a href="http://www.macropolis.gr/?i=portal.en.terms" rel="external" target="_blank"&gt;Subscription Terms and Conditions&lt;/a&gt;&lt;br /&gt;&#xD;
Session cookies exist in temporary memory only while the subscriber uses the Service and are normally deleted when the visitor / user leaves the Website.&lt;/p&gt;&#xD;
&lt;p&gt;3. In the case of Macropolis.gr, the cookies are used for user identification, session identification and retaining scrolling of previous page. The Company will process the collected data by automated means in order to provide the Services to the subscribers, namely for purely technical reasons and for services enhancement reasons and not for any marketing or communication reason or other reasons whatsoever. The information collected from the subscriber with installed cookies which will then be used for technical purposes and service enhancement purposes will be an automated collection of words from the content which has become generally accessible to the subscriber. The person of the side of the Company responsible for the installation of cookies and the collection of information through them is Nicholas Malkoutzis.&lt;/p&gt;&#xD;
&lt;p&gt;4. Especially with regard to the third party cookies you can be informed on the Twitter cookie policy here, on the Google cookie policy here, on the Google Analytics cookie Policy here and on the ShareThis cookie policy here.&amp;nbsp;&amp;nbsp;&lt;/p&gt;&#xD;
&lt;p&gt;5. The installation and use of persistent or session cookies via its operating system by the Company is absolutely necessary for the provision of the Service the user applies for when he/ she visits / uses the Website.&lt;/p&gt;&#xD;
&lt;p&gt;6. By accepting these terms, the user expressly declares that he has read and fully understood the specific terms and conditions relating to the installation, operation and purpose of cookies and that he / she provides specific, express and free consent to the installation of cookies, the collection of personal data by means of these cookies and the use of cookies by the company in order to make the provision of the services feasible and for technical purposes and services enhancement purposes only.&lt;/p&gt;&#xD;
&lt;p&gt;7. The user shall have the right at any time to withdraw the above consent and / or deactivate the relevant regulations for the installation of cookies in which case his / her account should not be deactivated solely because of that.&amp;nbsp; The subscriber or user can withdraw his/her consent in the same manner in which he provided it.&lt;/p&gt;&#xD;
&lt;p&gt;8. The subscriber should not disable all Toolip cookies in order to be able to login to the Website. In particular, the cookie that must be always activated in order to be able to login to the Website is the JSESSIONID cookie. All other Toolip cookies can be disabled without creating a lack of functionality for the subscriber. Third party cookies can be disabled without creating functionality problems.&lt;/p&gt;&#xD;
&lt;p&gt;9.&amp;nbsp; In case of use of the Website and the Service by minors, under the age of 15, the consent in relation to the installation and operation of the cookies should be given by those exercising parental responsibility of the minor.&lt;/p&gt;</description>
      <pubDate>Mon, 17 Sep 2018 08:55:47 GMT</pubDate>
      <guid>https://www.macropolis.gr/?i=portal.en.cookies-policy</guid>
      <dc:creator>Nick Malkoutzis</dc:creator>
      <dc:date>2018-09-17T08:55:47Z</dc:date>
    </item>
    <item>
      <title>Terms &amp; conditions</title>
      <link>https://www.macropolis.gr/?i=portal.en.terms</link>
      <description>&lt;h3&gt;&amp;nbsp;&lt;/h3&gt;&#xD;
&lt;p&gt;Terms &amp;amp; conditions&lt;/p&gt;&#xD;
&lt;p&gt;WEBSITE TERMS &amp;amp; CONDITIONS&lt;/p&gt;&#xD;
&lt;p&gt;1. Description of the Services &amp;nbsp;&lt;/p&gt;&#xD;
&lt;p&gt;1.1 We welcome you to Macropolis.gr a website (hereinafter &amp;ldquo;The Website&amp;rdquo;) and a subscription service (hereinafter &amp;ldquo;The Service&amp;rdquo;) that belongs to the company MacroPolis Ltd&amp;nbsp;(hereinafter &amp;ldquo;The Company&amp;rdquo; or &amp;ldquo;Macropolis.gr&amp;rdquo;). The users / visitors of the Website and the subscribers of the Subscription Service shall read carefully the terms of use and the pre-conditions for the provision of the services that follow before visiting or using the Website and the Service. In case they do not agree, they should not use the site, otherwise it is implied that they accept this Terms of Use Agreement (hereinafter &amp;ldquo;this Agreement&amp;rdquo;) and that they consent. These Terms of Use apply in relation to the entire content of Macropolis.gr. The Contracting Parties to this Agreement are the user / visitor of the Website and / or the subscriber, on one side, and the Company, on the other side.&lt;/p&gt;&#xD;
&lt;p&gt;1.2. Macropolis.gr can at any time amend the terms of use and the users of the Website and/or the subscribers of the Service shall each time they visit the Website inspect for any amendments. In case the users of the Website and/or the subscribers of the Service continue to use Macropolis.gr following amendments to the terms and conditions it is considered that they accept the terms and conditions as amended.&lt;/p&gt;&#xD;
&lt;p&gt;1.3. The Website consists of the following sections (1) Home, (2) Politics, (3) Economy, (4) Society, (5) Statistics, (6) Charts, (7) Documents, (8) Newsletters and (9) Media. Access to them is subject to an agreement for the provision of the Subscription Service. Moreover, the Website contains a blog named &amp;ldquo;The Agora&amp;rdquo;. Regarding the relation between the Website and the Subscription Service, it is possible that in the future the content of the newsletter, i.e. part of the subscription Service, will be disclosed and be made available for free access to the users / visitors of the Website after a certain period of time, after it was made available to the subscribers for a fee. The exact scope and content of the phrase &amp;ldquo;certain period of time&amp;rdquo; will be decided in the future by the Company,&lt;/p&gt;&#xD;
&lt;p&gt;2. Login and License&lt;/p&gt;&#xD;
&lt;p&gt;2.1. Use of The Website is fee liable following a registration process.&lt;/p&gt;&#xD;
&lt;p&gt;3. Legal Nature of the Service&lt;/p&gt;&#xD;
&lt;p&gt;3.1. Macropolis.gr provides timely, accurate and independent analysis of events and developments in Greece at the extremely challenging time of the economic crisis for the country which moved Greece from relative obscurity to international prominence taking fully into account political, economic and societal complexities instead of clich&amp;eacute;s. The analysis is compiled by experienced professionals who have not just observed the crisis in Greece and Europe but have lived the crisis and thus provides a real insight into developments in Greece. Macropolis.gr does not aim to give investment advice but hopes the intelligence it supplies will be useful for investors as well as analysts, policy-makers, academics, journalists and anyone who would like to understand Greece better. Macropolis.gr is self-financed and is not affiliated to any political party or financial institution. The Agora is a public forum for discussing events that are unfolding in Greece and beyond. Contributors to The Agora, as well as guest posters, share their views on political, economic and other matters, while also offering readers the opportunity to express their opinions.&lt;/p&gt;&#xD;
&lt;p&gt;3.2. Macropolis.gr is not a news site and does not fall under the scope of the regulation of the press and the Laws No. 2328/1995 and does not have civil liability to pay damages according to Law No. 1178/1981. Agora is not a news blog and it does not fall under the scope of the regulation of the press.&lt;/p&gt;&#xD;
&lt;p&gt;3.3. The Company has the right to discontinue (download) the content display temporarily or permanently or proceed to the foreclosure of a user / visitor anytime and especially immediately after it becomes aware of any breach of this Agreement.&lt;/p&gt;&#xD;
&lt;p&gt;3.4. In any case that anyone wants to make any disclosure to the Company against any third party for the discontinuation of content display (notice and take down process), in the legally foreseen, should take every possible care to ensure the grounds are sufficient and concern a specific content posted from a specific user.&lt;/p&gt;&#xD;
&lt;p&gt;3.5. In any case, the Company should be provided at least those items that will be able to support the notification and to avoid unjustified, unsubstantiated, untrue and unfair disclosures. If there is any damage to The Company because of the actions to which The Company proceeded due to the notice of a third person, this person assumes responsibility for covering the damage and any related expenses of the Company.&lt;/p&gt;&#xD;
&lt;p&gt;3.6. It is understood that The Company is required to download the content display in the event of a command or application or decision by a competent authority or Court.&lt;/p&gt;&#xD;
&lt;p&gt;4. Intellectual and Industrial Property Rights&lt;/p&gt;&#xD;
&lt;p&gt;4.1. The entire content of Macropolis.gr, including, but not limited to, texts, news, graphics, photographs, illustrations, pictures, services and any kind of files is protected by copyright, is owned by the Company and is governed by national and international copyright law except the content that is explicitly recognized to be an intellectual and/or industrial right of others (indicatively, the photos contained in macropolis.gr). Access and use of the website does not give rise to any right provided by copyright or trademark law. For this reason it is prohibited to reproduce in whole or in part, duplicate, copy, translate, republish material from this website (including republication on another site), &amp;nbsp;store, sell, rent or sub-license material from the website, transmit, distribute, publish, show any material from the website in public, exploit material on this website for a commercial purpose, perform, &amp;quot;load &amp;quot;, translate, edit or modify any material on the website in any way without the express prior written consent of the Company. Exceptionally, users are allowed to reproduce parts of the content to a personal computer and print pages from the website for personal use, download for caching purposes only, without the intention of any commercial use and always under the condition that the source of origin is mentioned, without implying in any way that by such use intellectual property rights in the content are granted. Any use including framing, meta tags or other text utilizing the Company&amp;rsquo;s trademarks, or other trademarks displayed, is strictly prohibited without the Company&amp;rsquo;s express written consent.&lt;/p&gt;&#xD;
&lt;p&gt;4.2. Whatever else is contained in the pages of Macropolis.gr and is a registered trademark or third party intellectual property right belongs to the area of ​​responsibility of the third party and has nothing to do with Macropolis.gr. In case of violation of intellectual property rights of the Company the legal provisions on the enforcement of intellectual property rights apply and civil, administrative and criminal penalties are threatened as provided for in Law n. 2121/1993.&lt;/p&gt;&#xD;
&lt;p&gt;5. Provision of the Service&lt;/p&gt;&#xD;
&lt;p&gt;5.1. Registered subscribers of the Website have access to all sections depending on the subscription option they have chosen. Registered subscribers also have access to the newsletter in the mobile application, the Website section and electronic mail. The Agora section of the Website is offered to the public free of charge.&amp;nbsp;&lt;/p&gt;&#xD;
&lt;p&gt;6. Modification / Termination of the Service&lt;/p&gt;&#xD;
&lt;p&gt;6.1. The Company reserves the right to proceed in its sole discretion at any time to any modification on the Website, how it works, the content, the way of service, the terms of use, etc. mainly for purposes of improving the offered service without an obligation to notify users.&lt;/p&gt;&#xD;
&lt;p&gt;6.2. The Company reserves the right to choose, add, remove and modify at its absolute discretion the content of the Website and to remove the content which is added / created by the user mainly for purposes of improving the offered service. The Company cannot intervene with the content created by third parties.&lt;/p&gt;&#xD;
&lt;p&gt;6.3. Similarly, the Company reserves the right to proceed at any time and at its sole discretion to a temporary or permanent closure / suspension of the Website without an obligation to notify the users / visitors of the Website as opposed to the subscribers. Finally, the Company reserves the right to modify at any time without prior notice this Agreement. This Agreement will enter into full effect / be valid once it is posted to the Website.&lt;/p&gt;&#xD;
&lt;p&gt;7. Users&amp;rsquo; / visitors&amp;rsquo; Obligations &amp;nbsp;&amp;nbsp;- Acceptable use&lt;/p&gt;&#xD;
&lt;p&gt;7.1. The visitor / user of the Website shall: a) Comply with all the provisions governing communications; b) refrain from any illegal or unauthorized use of the content and services of the Website or any use which is in connection with any unlawful, illegal, fraudulent or harmful purpose or activity c) refrain from using the website in any way that causes, or may cause damage to the website or impairment of the availability or accessibility of the website d) refrain from using the website to copy, store, host, transmit, send, use, publish or distribute any material which consists of (or is linked to) any spyware, computer virus, Trojan horse, worm, keystroke logger, or any other malicious computer software e) refrain from conducting any systematic or automated data collection activities on or in relation to this website without the Company&amp;rsquo;s written consent f) use the site for any purpose related to marketing without the Company&amp;rsquo;s express written consent. He must also behave in a decent and discreet manner during his visit and use the Website, while the adoption of practices of unfair competition or practices that conflict with appropriate behaviour is expressly prohibited. Any damage caused to the Company or generally resulting from poor or improper use of the Website by the user / visitor goes back to the user&amp;rsquo;s / visitor&amp;rsquo;s sole responsibility.&lt;/p&gt;&#xD;
&lt;p&gt;8. User Content&lt;/p&gt;&#xD;
&lt;p&gt;8.1. In these terms of use, &amp;ldquo;user content&amp;rdquo; means material (including without limitation text, images, audio material, video material and audio-visual material) that the visitor/user of the website submits to this website, for whatever purpose.&lt;/p&gt;&#xD;
&lt;p&gt;8.2. The visitor/user of the website grants to the Company a worldwide, irrevocable, non-exclusive, royalty-free license to use, reproduce, adapt, publish, translate and distribute the user content in any existing or future media. The visitor/ user also grants to the Company the right to sub-license these rights, and the right to bring an action for infringement of these rights. The Company may remove, edit or amend any such material at any time without notice to the user. The Company will also have the right to disclose the user&amp;rsquo;s identity to any third party who is claiming that any material posted or uploaded by the User to the Company&amp;rsquo;s site constitutes a violation of their rights including without limitation their intellectual property rights, reputational rights or of their right to privacy.&lt;/p&gt;&#xD;
&lt;p&gt;8.3. The user content must not be illegal or unlawful, must not infringe any third party&amp;#39;s legal rights, and must not be capable of giving rise to legal action whether against the user/visitor or the Company or a third party (in each case under any applicable law).&amp;nbsp;&lt;/p&gt;&#xD;
&lt;p&gt;8.4. The user/visitor must not submit any user content to the website that is or has ever been the subject of any threatened or actual legal proceedings or other similar complaint.&lt;/p&gt;&#xD;
&lt;p&gt;8.5. The Company reserves the right to edit or remove any material submitted to this website, or stored on the Company&amp;rsquo;s servers, or hosted or published upon this website.&lt;/p&gt;&#xD;
&lt;p&gt;8.6. Notwithstanding the Company&amp;rsquo;s rights under these terms and conditions in relation to user content, the Company does not undertake to monitor the submission of such content to, or the publication of such content on, this website.&lt;/p&gt;&#xD;
&lt;p&gt;9. Limitation of Liability&lt;/p&gt;&#xD;
&lt;p&gt;9.1. The Company, without a warranty, and therefore without incurring any liability, exerts maximum effort to ensure that all information and content of the Website is correct, accurate, clear, timely, complete and available. The Company shall not be liable for any damage caused to the visitor / user as a result of visiting / using the Website including (i) direct loss or consequential damage of the user/visitor or third parties who derive their rights from the user/visitor such as business loss, loss of revenue, income, profits or anticipated savings, loss of contracts or business relationships, loss of reputation or goodwill, or loss or corruption of information or data (ii) direct loss or consequential damage of users/visitors that breach the present terms and conditions and (iii) any liability caused by a force majeure event. The Company&amp;rsquo;s liability is solely restricted to liability for death or personal injury arising from gross negligence or malicious intent. The information and services are provided &amp;quot;as is&amp;quot; without any express or implied warranty, including those of merchantability or fitness, which are explicitly denied by the Company. The Company under no circumstances guarantees the uninterrupted or error-free provision of services and content or even the lack of &amp;quot;bugs&amp;quot; neither of the Website nor of any other site or server through which the user / visitor of the Website receives the content of the Company or to which the Website links.&lt;/p&gt;&#xD;
&lt;p&gt;9.2. The Website is also not responsible in any way, directly or indirectly, to provide any incentive, inducement or advice to users / visitors of the Website to perform any act but instead it is at the discretion of the users / visitors to evaluate what information they receive and to act based on their own will, without any liability of the Website.&lt;/p&gt;&#xD;
&lt;p&gt;9.3. The Company is not responsible for the content and services of other websites to which it provides hyperlinks nor guarantees their availability. Problems that may arise during the visit / use of other websites to which the Website links / points are sole responsibility of the respective websites, to which users / visitors of the Website must refer to. Reference to other sites is done for the convenience of users / visitors of the Website and in no way creates any kind of commitment for anyone and any form of responsibility for the Company.&lt;/p&gt;&#xD;
&lt;p&gt;9.4. The users of the Agora blog must observe the rules of good behavior and decency and not engage in illegal or immoral acts and comments. The Website reserves the right to prohibit or stop the use of the Agora blog by users in case of violation of these rules. The Company in no way can be considered that accepts or endorses in any way the views, personal ideas or concepts that are expressed in the Agora blog by the users.&lt;/p&gt;&#xD;
&lt;p&gt;10.&amp;nbsp;Breach of the terms and conditions&lt;/p&gt;&#xD;
&lt;p&gt;10.1 Without prejudice to the Company&amp;rsquo;s other rights under these terms and conditions, if the user/visitor breaches these terms and conditions in any way, the Company may take such action as the Company deems appropriate to deal with the breach, including prohibiting the user/visitor from accessing the website, contacting the internet service provider to request that they block the user&amp;rsquo;s/visitor&amp;rsquo;s access to the website and/or bringing court proceedings against the user/visitor.&lt;/p&gt;&#xD;
&lt;p&gt;10.2 The user/visitor is obliged to compensate the Company for any damage sustained due to infringement by the user/visitor of intellectual property rights or personal data of third parties, illegal use of the website, breach of the present terms and conditions or judicial decision rendered in this regard (including judicial fees).&lt;/p&gt;&#xD;
&lt;p&gt;11.&amp;nbsp;Assignment&lt;/p&gt;&#xD;
&lt;p&gt;11.1 The Company may deal with its rights and obligations under the terms of use without notifying the user/visitor or obtaining his consent.&lt;/p&gt;&#xD;
&lt;p&gt;12.&amp;nbsp;Αpplicable&amp;nbsp;Law and Jurisdiction&lt;/p&gt;&#xD;
&lt;p&gt;12.1. It is expressly agreed herein that in any dispute that may arise in the future from the application of this Agreement the applicable law is the Greek law and the competent courts are the courts of Athens.&lt;/p&gt;&#xD;
&lt;p&gt;13. Other Terms and Conditions&lt;/p&gt;&#xD;
&lt;p&gt;13.1. This Agreement is governed by the provisions of the Regulations and Directives of European Law and relevant international and national provisions applicable in Greece. If any provision is held to be contrary to law and therefore void or voidable, shall automatically lapse, without in any way affecting the remaining terms. No modification of the terms hereof shall be taken into account and be a part of it, unless expressed in writing and incorporated herein. The Company shall not be held responsible for any delay or failure to comply with its obligations under these conditions if the delay or failure arises from any cause which is beyond the Company&amp;rsquo;s reasonable control including reasons of Force Majeure.&lt;/p&gt;&#xD;
&lt;p&gt;13.2. This Agreement constitutes the entire agreement between the parties and supersedes any prior written or oral agreement, understanding or negotiation between them. This Agreement can only be amended only in writing. Αll documents or writings permitted or required under this Agreement will be sent via e-mail, fax, mail (express or registered) to the respective addresses which were notified most recently.&lt;/p&gt;&#xD;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&#xD;
&lt;p&gt;SUBSCRIPTION SERVICE TERMS &amp;amp; CONDITIONS&lt;/p&gt;&#xD;
&lt;p&gt;1. Description of the services&lt;/p&gt;&#xD;
&lt;p&gt;1.1. We welcome you to Macropolis.gr a website (hereinafter &amp;ldquo;the Website&amp;rdquo;) and a subscription service (hereinafter &amp;ldquo;the Service&amp;rdquo;) that belongs to the company MacroPolis Ltd&amp;nbsp;(hereinafter &amp;ldquo;the Company&amp;rdquo; or &amp;ldquo;Macropolis.gr&amp;rdquo;). The subscribers to the Subscription Service shall read carefully the terms of use of this Terms and Conditions Agreement (hereinafter &amp;ldquo;this Agreement&amp;rdquo;) and the pre-conditions for the provision of the services that follows before subscribing to the Service. In case they do not agree, they should not use the Service, otherwise it is implied that they agree and that they consent. These Terms of Use apply in relation to the entire content of Macropolis.gr.&lt;/p&gt;&#xD;
&lt;p&gt;Activation Date is the date on which the Subscriber completes the order and acquires access to the Service. This Agreement is the License Agreement that concerns / applies to the single computer through which the Subscriber chooses to have access to the Service. Subscriber information is data and other electronic files which have been in the database held for the Subscriber, in the context of the provision of The Service.&lt;/p&gt;&#xD;
&lt;p&gt;1.2. Macropolis.gr can at any time amend the terms of use of this Agreement and the subscribers of the Service shall each time they visit macropolis.gr inspect for any amendments. In case the users of the Website and/or the subscribers of the Service continue to use Macropolis.gr following amendments to the terms and conditions it is considered that they accept the terms and conditions as amended.&lt;/p&gt;&#xD;
&lt;p&gt;1.3. The subscription service consists of the following options: (1) the Standard Access and (2) the Full Access. The Standard Access includes (a) a weekly newsletter that will be delivered to the subscribers via e-mail, mobile application and/or login to the Website, (b) access to all sections of the Website including the Statistics, Charts and Documents sections and, finally, (c) a daily e-mail bulletin that will be sent to the subscribers in case an important development happens before the weekly delivery of the newsletter to the subscribers. The Full Access is a tailor &amp;ndash; made service for professionals. Subscribers choosing the second option will receive everything included in the Standard package plus one on one access to our analysts via teleconference once every quarter. Everything that remains outside of the context described above will form part of the service that will remain free to which the public at large will have free access.&lt;/p&gt;&#xD;
&lt;p&gt;1.4. The delivery options of the weekly newsletter and of the bulletin are (1) by e-mail, (2) by login to the Website and (3) by means of a mobile application. Subscribers will have access to a read-only format of the newsletter (and bulletin), irrespectively of the method of delivery. Subscribers will be able to access the statistics and the charts sections only by login to the Website. &amp;nbsp;&lt;/p&gt;&#xD;
&lt;p&gt;1.5. Regarding the relation between the Website and the Subscription Service, it shall be noted that it is possible that in the future the content of the newsletter will be disclosed and be made available for free after a certain period of time after it was made available to the subscribers for a fee.&lt;/p&gt;&#xD;
&lt;p&gt;1.6. The newsletter will be sent weekly, every Friday, with the exception of Public / Legal / Mandatory Holidays, including the 25&lt;sup&gt;th&lt;/sup&gt;&amp;nbsp;of March, the Monday following the Easter Sunday, the 15&lt;sup&gt;th&lt;/sup&gt;&amp;nbsp;of August and the 25&lt;sup&gt;th&lt;/sup&gt;&amp;nbsp;of December, when they happen to be on a Friday. In this case, the newsletter will not be issued. Content regarding the developments of the week in which a newsletter was not sent to the subscribers will be put in the following in line newsletter, i.e. the newsletter of the following week.&lt;/p&gt;&#xD;
&lt;p&gt;As regards the section &amp;ldquo;statistics&amp;rdquo;, in particular, it is comprised by statistics issued by the Hellenic Statistical Authority (ELSTAT), the Bank of Greece,&amp;nbsp;Finance Ministry and others. The Company does not claim copyright in the statistics per se but in the database i.e the collection of the works and the value added service of the provision of the statistics gathered and presented in a comparative way by means of a calendar and depending on the &amp;ldquo;Type&amp;rdquo; of the statistic. In particular, there are nine hundred and thirty two &amp;ldquo;Types&amp;rdquo; of statistics, e.g. Interest Rates on Bank Deposits and Loans, Markit Manufacturing PMI, Turnover Index in Retail Trade, etc. Macropolis, has defined several &amp;ldquo;Types&amp;rdquo; and evaluates the statistics according to the Type they belong. Then the service consists in the presentation to the subscriber of the statistics they search for in accordance to the existing Types and for the period of interest to the subscriber, i.e. &amp;ldquo;past releases&amp;rdquo;, &amp;ldquo;upcoming releases&amp;rdquo;, &amp;ldquo;all releases&amp;rdquo;, the latter concerning all the releases for years 2013, 2014. The aforementioned releases are further categorized into the ones of &amp;ldquo;this week&amp;rdquo;, &amp;ldquo;past week&amp;rdquo;, &amp;ldquo;this month&amp;rdquo;, &amp;ldquo;past month&amp;rdquo; and &amp;ldquo;this year&amp;rdquo;.&amp;nbsp; Moreover, there is an &amp;ldquo;Upcoming Releases Calendar&amp;rdquo; which states which upcoming announcements are due and when in order to inform the subscribers in accordance to their interests. For example, a subscriber may choose to see the statistics of the Type of &amp;ldquo;Building Activity&amp;rdquo; for a period concerning &amp;ldquo;past releases&amp;rdquo; and, in particular, &amp;ldquo;This Week&amp;rdquo; in which case the service consists in the value added service of finding the respective content.&lt;/p&gt;&#xD;
&lt;p&gt;1.7 The Full Access Subscription Package includes one on one access to our analysts via teleconference. In specific, it provides the Subscriber with the option to initiate one call for each quarter to our analysts, the quarter being defined as a three-month period starting from the first of January and ending the last day of the last month of the three month period. When the last day of the quarter is a Public/Legal/ Mandatory holiday, the deadline ends at the end of the next day. Once one quarter is over, the Subscriber can only initiate the calls for the remaining quarters. Our Company is neither obliged to initiate a call if the Subscriber chooses not to do so, nor to provide a refund to the Subscriber if the latter does not initiate one of the calls he is entitled to.&lt;/p&gt;&#xD;
&lt;p&gt;2. Login and License to use The Service&lt;/p&gt;&#xD;
&lt;p&gt;2.1. The provision of services by the Company to the users is possible only after the user registration and account opening user. Registration and Membership is fee-based, personal, non-transferable and non-assignable. The Subscriber will receive a password for each license that creates and will be able to access the Service only through his / her electronic mail address and the security code and only for the number of licenses that are stated in the Application Form for the Subscription Service. The right to use licensed content under the present terms of use belongs only to the Subscriber in the sense that access of any third party without the consent of the Subscriber is prohibited. In case the Subscriber is a legal entity it has to notify the Company about the authorized persons which will have access to the Subscription Service. The Subscriber may change the data only through his/her user code (user name) and password security (password).&lt;/p&gt;&#xD;
&lt;p&gt;2.2. The service is directed only to adults and in people who have full legal capacity. The use of The Service by minors over 14 years and access to third party web content is only possible through the persons exercising parental authority or guardianship of the minor.&lt;/p&gt;&#xD;
&lt;p&gt;2.3. In order to login, the subscriber must complete the part of the subscriber requested information which is necessary, relevant and appropriate for The Service which the subscriber asks on his own initiative by the Company. The subscriber is obliged to state information that is true, accurate, current, and which has been acquired legally. The subscriber is solely responsible for the accuracy, truth and updating of information that indicates the account opening, as the Company does not make any crosscheck or verification of reported information by the subscriber. The collection of information requested by the Company during the subscriber registration is solely to enable the provision of the above described service to subscribers i.e. to display content to subscribers.&lt;/p&gt;&#xD;
&lt;p&gt;2.4. The access codes used to identify you on the basis of the information you provided during registration are a) Username (e-mail address or username) and b) the Personal Security Password (password), which provide secure access to your personal information each time you fill. You can modify the above access codes whenever and as often as you wish. The only person who has access to the subscriber&amp;rsquo;s information is the subscriber through the aforementioned access codes and the subscriber is the sole responsible for maintaining the secrecy of the access codes and for concealing them from third parties. When a Subscriber logs in the website it is deemed that his/her identity is true and verified. In case of loss or leakage the Subscriber should immediately inform / warn the Company in writing. However, the Subscriber bears sole responsibility for any damage sustained by himself or the Company from the unauthorized use of the access codes. . Subscribers are solely responsible for any act done in their account using their username and password as well as for any loss or damage done to the subscriber himself or to a third party by via his account. Subscribers are recommended for security reasons to change the aforementioned access code at regular intervals and to avoid using the same access codes as well as easily detectable access codes, using, where possible, not only letters and numbers but also symbols in order to create their passwords.&lt;/p&gt;&#xD;
&lt;p&gt;2.5. A personal, non-transferable, non-exploitable, annual, for his/her private use only license to access the content of the Service on these terms and conditions, is provided to the subscriber when the latter accepts these terms and conditions and registers in the Service. It is expressly forbidden to the subscriber to use the content of the Service for any commercial or illegal exploitation. Indicatively, it is not permitted to forward, share or distribute the newsletter and to make commercial use of the newsletter material unless the specific content / material is made freely available (e.g. a particular chart) via the Website or social media accounts of the Company.&lt;/p&gt;&#xD;
&lt;p&gt;2.6. According to the terms of The Service, the subscriber is allowed to reproduce content of the Service solely for private use, non-commercial purposes in accordance with what copyright legislation provides.&lt;/p&gt;&#xD;
&lt;p&gt;3. Legal Nature of the Service &amp;ndash; Limitation of Liability&lt;/p&gt;&#xD;
&lt;p&gt;3.1. Macropolis.gr provides timely, accurate and independent analysis of events and developments in Greece at the extremely challenging time of the economic crisis for the country which moved Greece from relative obscurity to international prominence taking fully into account political, economic and societal complexities and not clich&amp;eacute;s. The analysis is compiled by experienced professionals who have not just observed the crisis in Greece and Europe but have lived the crisis and thus provides a real insight into developments in Greece. Macropolis.gr does not aim to give investment advice but hopes the intelligence it supplies will be useful for investors as well as analysts, policy-makers, academics, journalists and anyone who would like to understand Greece better. Macropolis.gr is self-financed and is not affiliated to any political party or financial institution. The subscription Service is not a news subscription service and therefore does not fall under the scope of the regulation of the press and the Laws No. 2328/1995 and does not have civil liability to pay damages according to Law No. 1178/1981.&lt;/p&gt;&#xD;
&lt;p&gt;3.2. The company has the right to discontinue (download) the content display temporarily or permanently or proceed to the foreclosure of a user / visitor anytime and especially immediately after it becomes aware of any breach of the terms of this Agreement. In any case that anyone wants to make any disclosure to the Company against any third party for the discontinuation of content display (notice and take down process), in the legally foreseen, should take every possible care to ensure the grounds are sufficient and concern a specific content posted from a specific user.&lt;/p&gt;&#xD;
&lt;p&gt;3.3. In any case, the Company should be provided at least those items that will be able to support the notification and to avoid unjustified, unsubstantiated, untrue and unfair disclosures. If there is any damage to the Company because of the actions to which The Company proceeded due to the notice of a third person, this person assumes responsibility for covering the damage and any related expenses of the Company.&lt;/p&gt;&#xD;
&lt;p&gt;3.4. The Company is required to download the content display in the event of a command or application or decision by a competent authority or Court.&lt;/p&gt;&#xD;
&lt;p&gt;4. Intellectual and Industrial Property Rights&lt;/p&gt;&#xD;
&lt;p&gt;4.1. The entire content of The Service, including, but not limited to, texts, news, graphics, photographs, illustrations, pictures, services and any kind of files is protected by copyright, is owned by the Company and is governed by national and international copyright and trademark law except the content that is explicitly recognized to be an intellectual and/or industrial right of others (indicatively, the photos contained in macropolis.gr). Access and use of the website does not give rise to any right provided by copyright or trademark law. For this reason it is prohibited to reproduce, in whole or in part, duplicate, copy, translate, republish material from this website (including republication on another site), &amp;nbsp;store, sell, rent or sublicense material from this website, transmit, distribute, publish, show any material from the website in public, exploit material on this website for a commercial purpose, perform, &amp;quot;load &amp;quot;, translate, edit or modify any material on the website in any way without the express prior written consent of the Company. Subscribers are prohibited to engage in any unlawful act which may undermine the rights of the Company. Indicatively, they should not undermine the Company&amp;rsquo;s exclusive right to authorise or prohibit direct or indirect, temporary or permanent reproduction by any means and in any form, in whole or in part of the Service&amp;rsquo;s content; they should not undermine the Company&amp;rsquo;s exclusive right to authorise or prohibit the adaptation of the work, i.e. the Service&amp;rsquo;s content; they should not undermine the Company&amp;rsquo;s exclusive right to authorise or prohibit any communication to the public of the Service&amp;rsquo;s content, by wire or wireless means, including the making available to the public of such content in such a way that members of the public may access it from a place and at a time individually chosen by them; they should not undermine the Company&amp;rsquo;s exclusive right to authorise or prohibit any form of distribution to the public by sale or otherwise the Service&amp;rsquo;s content; they should not undermine the Company&amp;rsquo;s exclusive right to authorise or prohibit the translation of the Service&amp;rsquo;s content; they should not undermine the Company&amp;rsquo;s exclusive right to authorise or prohibit the renting and public lending of the original or copies of the Service&amp;rsquo;s content; they should not undermine the Company&amp;rsquo;s exclusive right to authorise or prohibit the public performance of the Service&amp;rsquo;s content; they should not undermine the Company&amp;rsquo;s exclusive right to authorise or prohibit the transmission or retransmission of the Service&amp;rsquo;s content to the public by radio and television, by electromagnetic waves or cables or pipes or other material in any other way, parallel to the surface of the land or through satellites; they should not engage in any other act that contracts to the exclusive rights of the Company to the Service&amp;rsquo;s content and to this Agreement. Exceptionally, subscribers are allowed to reproduce parts of the content and print pages from the website for personal and non-commercial use, download for caching purposes only and always under the condition that the source of origin is mentioned, without implying in any way that by such use intellectual property rights in the content are granted to the subscribers. Any use including framing, meta tags or other text utilizing the Company&amp;rsquo;s trademarks, or other trademarks displayed, is strictly prohibited without the Company&amp;rsquo;s express written consent.&lt;/p&gt;&#xD;
&lt;p&gt;4.2. Whatever else is contained in the pages of the Service and is a registered trademark or third party intellectual property right belongs to the area of​responsibility of this third party and has nothing to do with the Company. In case of violation of intellectual property rights of The Company the legal provisions on the enforcement of intellectual property rights apply and civil, administrative and criminal penalties are threatened as provided in Law n.2121/1993. Moreover, the circumvention of technological measures and of rights management information is prohibited in accordance with the current national and European legislation.&lt;/p&gt;&#xD;
&lt;p&gt;5. Provision of the Subscription Service &amp;ndash; Payment - Subscription&lt;/p&gt;&#xD;
&lt;p&gt;5.1. The Service is provided by the Company to subscribers for a fee. Details of the subscription packages can be found here: http://www.macropolis.gr/?i=portal.en.subscriptions&lt;/p&gt;&#xD;
&lt;p&gt;5.2. The Company does not guarantee that the provision of this service will continue to be offered under the same economic / financial terms. In case that the Company changes the amount or the method of payment, such changes will be preceded by prior notice by the Company. The Company reserves the right to suspend the subscriber&amp;rsquo;s account in case it changes the amount or method of payment without prior notice. The Subscriber has the right to terminate the agreement if he does not agree with the new financial terms following payment of any outstanding debts..&lt;/p&gt;&#xD;
&lt;p&gt;6. Modification of the Service&amp;nbsp;&lt;/p&gt;&#xD;
&lt;p&gt;6.1. The Company reserves the right to proceed to a modification of the Service, of how it works, of the content, of the way the service is delivered, of the terms of use, etc. incurring an obligation to notify users.&lt;/p&gt;&#xD;
&lt;p&gt;6. 2. The Company reserves the right to choose, add, remove and modify the content of The Service incurring an obligation to notify users. The Company cannot intervene with the content created by third parties. Similarly, the Company reserves the right to temporarily or permanently close / suspend the provision of the Service incurring an obligation to notify subscribers. Finally, the Company reserves the right to modify at any time with prior notice this Agreement. This Agreement will enter into full effect / be valid once they are posted to the Website and to the Service.&lt;/p&gt;&#xD;
&lt;p&gt;7. Termination of this Agreement&lt;/p&gt;&#xD;
&lt;p&gt;7.1. If the Subscriber breaches the terms of Articles 10 and 11 of this Agreement, including non-payment of the value of the subscription, the Company reserves the exclusive right to terminate this Agreement and / or terminate access to the Subscriber&amp;#39;s account, without providing specific informationto the Subscriber and without incurring any liability, with prior notice of 5 days before termination. If the Subscriber violates any other term of this Agreement, the Company can either make a recommendation of compliance or suspend the operation of the account or terminate the Agreement or terminate the access of the Subscriber to the Service, following written notice to the Subscriber 30 days before termination. In this case, the Company will not be liable to the Subscriber or any third party for the discontinuation of the Service. The termination of this Agreement does not mean that the Subscriber will not have to pay any outstanding debts. Upon termination or in any way expiration or dissolution of this Agreement and for a period of 30 days from the effective date of termination, the Company has the obligation to grant to the Subscriber, at his request, a copy of his / her data. The Company reserves the right, after the lapse of 30 days or more from the termination or from the in any way expiration or dissolution of this Agreement, to delete the Subscriber information from the system. The terms of Articles 1, 4, 8, 12, 14 will survive the termination or the in any manner expiration or dissolution of this Agreement.&lt;/p&gt;&#xD;
&lt;p&gt;7.2. The Agreement may be terminated at any time by the parties for no reason. If the Subscriber requests the termination for no reason, the Company is not obliged to return the subscription payment for the time period remaining from the date of termination until the end of the subscription period. The Company is also not obliged to return the subscription payment in case of breach of the present terms and conditions.&lt;/p&gt;&#xD;
&lt;p&gt;8. Duration&lt;/p&gt;&#xD;
&lt;p&gt;8.1. This Agreement shall enter into force on the Effective Date (Activation Date). The initial term of this Agreement will be the number of months that will be defined by the electronic ordering process of The Subscription service (the &amp;#39;Duration of The Subscription Service&amp;#39;). If The Subscription service is used as a free trial, access to The Service solely depends on the Company. Shortly before the expiration of the Subscription Term or Renewal Term, The Subscriber will have to renew the subscription. If the renewed subscription is not paid within the prescribed period, this Agreement will be terminated and access to the Subscriber Service will be interrupted automatically and without special notice given to The Subscriber. The Company undertakes to promptly inform the Subscriber of the impending expiry of the duration of the Subscription Agreement through the e-mail address he / she has provided upon registration with the Service.&lt;/p&gt;&#xD;
&lt;p&gt;9. Payments&lt;/p&gt;&#xD;
&lt;p&gt;9.1. In order to provide the subscription service or renew it, the total value of the service should be reimbursed before the date of activation of the Service. The repayment shall be done via deposit to&amp;nbsp;&lt;a href="https://www.paypal.com/gr/webapps/mpp/home"&gt;PayPal&lt;/a&gt;&amp;nbsp;account. Activation of the subscription Service is directly related to the payment. The Subscriber shall pay for all licenses that are declared in the &amp;ldquo;Application Form for the Subscription Service&amp;rdquo; for the entire duration of the subscription, even if you do not use them all. The Service does not collect or process any data of the subscriber as regarding the payment procedure which is entirely outsourced to PayPal and is subject to PayPal&amp;rsquo;s terms and conditions which can be found&amp;nbsp;&lt;a href="https://www.paypal.com/us/webapps/mpp/ua/useragreement-full"&gt;here&lt;/a&gt;.&lt;/p&gt;&#xD;
&lt;p&gt;10. Subscribers&amp;rsquo; obligations&lt;/p&gt;&#xD;
&lt;p&gt;10.1. The Subscriber shall: a) Comply with all the provisions governing communications; b) refrain from any illegal or unauthorized use of the content and services of The Service in accordance with the current legislation or any use which is in connection with any unlawful, illegal, fraudulent or harmful purpose or activity or violates third party rights (c) refrain from using the website in any way that causes, or may cause damage to the website or impairment of the availability or accessibility of the website (d) refrain from using the website to copy, store, host, transmit, send, use, publish or distribute any material which consists of (or is linked to) any spyware, computer virus, Trojan horse, worm, keystroke logger, or any other malicious computer software (e) refrain from conducting any systematic or automated data collection activities on or in relation to this website without the Company&amp;rsquo;s written consent (f) use the site for any purpose related to marketing without the Company&amp;rsquo;s express written consent. He must also behave in a decent and discreet manner during his use of the Service, while the adoption of practices of unfair competition or practices that conflict with appropriate behaviour is expressly prohibited. Any damage caused to the Company or generally resulting from poor or improper use of the Service by the subscriber goes back to his sole responsibility.&lt;/p&gt;&#xD;
&lt;p&gt;11. Limitation of The Company&amp;rsquo;s liability&lt;/p&gt;&#xD;
&lt;p&gt;11.1. The Company, without a warranty, and therefore without incurring any liability, exerts maximum effort to ensure that all information and content of the Website as well as the information provided by its analysts is correct, accurate, clear, timely, complete and available. The Company shall not be liable for any damage caused to the visitor / user as a result of visiting / using the Service and Subscription options including(i) direct loss or consequential damage of the visitor/user or third parties who derive their rights from the user/visitor such as business loss, loss of revenue, income, profits or anticipated savings, loss of contracts or business relationships, loss of reputation or goodwill, or loss or corruption of information or data (ii) direct loss or consequential damage of users/visitors that breach the present terms and conditions (iii) any liability caused by a force majeure event. The Company&amp;rsquo;s liability is solely restricted to liability for death or personal injury arising from gross negligence or malicious intent. The information and services are provided &amp;quot;as is&amp;quot; without any express or implied warranty, including those of merchantability or fitness, which are explicitly denied by the Company. The Company under no circumstances guarantees the uninterrupted or error-free provision of services and content or even the lack of &amp;quot;bugs&amp;quot; neither of the Service nor of any other site or server through which the subscriber receives the content of the Company or to which the Service links.&lt;/p&gt;&#xD;
&lt;p&gt;11.2. The Service is also not responsible in any way, directly or indirectly, to provide any incentive, inducement or advice to subscribers to perform any act but instead it is at the discretion of the subscribers to evaluate what information they receive and to act based on their own will, without any liability of the Service. In this respect, subscribers choosing the Full Access subscription option should be aware that the Company only provides information; it does not aim to provide investment advice or counseling of any kind. The subscribers should use their judgment in using the information provided which is done at their own risk and are solely responsible for the use of such information. Subscribers should also be aware that analysts may have different views and should thus independently verify the information provided.12.3. The Company is not responsible for the content and services of other websites to which it provides hyperlinks nor guarantees their availability. Problems that may arise during the visit / use of other web sites to which the Service links / points are sole responsibility of the respective sites, to which subscribers must refer to as well as to their relevant terms and conditions. Reference to other sites is done for the convenience of users / visitors of the Service and in no way creates any kind of commitment for anyone and any form of responsibility for The Company.&lt;/p&gt;&#xD;
&lt;p&gt;12. Breach of the terms and conditions&lt;/p&gt;&#xD;
&lt;p&gt;12.1 Without prejudice to the Company&amp;rsquo;s other rights under these terms and conditions, if the subscriber breaches these terms and conditions in any way, the Company may take such action as the Company deems appropriate to deal with the breach, including prohibiting the subscriber from accessing the website, contacting the internet service provider to request that they block the subscriber&amp;rsquo;s access to the website and/or bring court proceedings against the subscriber.&lt;/p&gt;&#xD;
&lt;p&gt;12.2 The subscriber is obliged to compensate the Company for any damage sustained by the latter due to the infringement by the user/visitor of intellectual property or industrial rights or personal data of third parties, illegal use of the Service, breach of the present terms and conditions or judicial decision rendered in this regard (including judicial fees).&lt;/p&gt;&#xD;
&lt;p&gt;13. Assignment&lt;/p&gt;&#xD;
&lt;p&gt;The Company may deal with its rights and obligations under the terms and conditions without notifying the subscriber or obtaining his consent&lt;/p&gt;&#xD;
&lt;p&gt;14.&amp;nbsp;Αpplicable Law and other Conditions&lt;/p&gt;&#xD;
&lt;p&gt;15.1. It is expressly agreed herein that in any dispute that may arise in the future from the application of this Agreement the applicable law is the Greek law and the competent courts are the courts of Athens.&lt;/p&gt;&#xD;
&lt;p&gt;15. Other Terms and Conditions&lt;/p&gt;&#xD;
&lt;p&gt;15.1. This Agreement is also governed by the provisions of the Rules and Directives of European Law and relevant international and national provisions applicable in Greece. If any provision is held to be contrary to law and therefore void or voidable, shall automatically lapse, without in any way affecting the remaining terms. No modification of the terms hereof shall be taken into account and be a part of it, unless expressed in writing and incorporated herein. The Company shall not be held responsible for any delay or failure to comply with its obligations under these conditions if the delay or failure arises from any cause which is beyond the Company&amp;rsquo;s reasonable control including reasons of Force Majeure. This Agreement constitutes the entire agreement between the parties and supersedes any prior written or oral agreement, understanding or negotiation between them. This Agreement can only be amended in writing. Αll documents or writings permitted or required under this Agreement will be sent via e-mail, fax, mail (express or registered) to the respective addresses which were notified most recently.&lt;/p&gt;</description>
      <pubDate>Thu, 02 Oct 2014 09:30:11 GMT</pubDate>
      <guid>https://www.macropolis.gr/?i=portal.en.terms</guid>
      <dc:creator>Nick Malkoutzis</dc:creator>
      <dc:date>2014-10-02T09:30:11Z</dc:date>
    </item>
    <item>
      <title>Privacy policy</title>
      <link>https://www.macropolis.gr/?i=portal.en.privacy-policy</link>
      <description>&lt;p&gt;&lt;strong&gt;Privacy &amp;amp; Data Protection Policy&lt;/strong&gt;&lt;/p&gt;&#xD;
&lt;p&gt;1. MacroPolis Ltd (hereinafter &amp;ldquo;the Company&amp;rdquo;) shall collect personal data of the visitors/ users (hereinafter &amp;ldquo;data subjects&amp;rdquo;) which is necessary, relevant and appropriate in relation to the objectives pursued by the Company.&lt;br /&gt;&#xD;
The legal basis for collecting and processing such personal data is the data subject&amp;rsquo;s consent, the performance of a contract with the data subject and compliance with law.&lt;br /&gt;&#xD;
The Company, following the principle of data minimization, collects the following personal data:&lt;br /&gt;&#xD;
a) Data that the data subject provides the Company with during the subscription and sign up process: name, surname, e-mail address, industry, postal address, phone number, mobile number, debit card details.&lt;br /&gt;&#xD;
b) Data obtained from the use of the Company&amp;rsquo;s services by the data subject by means of cookies, including the data subject&amp;rsquo;s IP address, data subject&amp;rsquo;s browsing history of the site and data collected by the user profile page.&lt;/p&gt;&#xD;
&lt;p&gt;The objectives pursued by the Company are legitimate, including the following:&lt;br /&gt;&#xD;
a) The data subject&amp;rsquo;s access to the services provided by the Company (hereinafter &amp;ldquo;the Service&amp;rdquo;). The Company also uses the personal data for related internal administrative purposes - such as accounting and records - and to make the data subject aware of any changes to the Service. For more information of the Service provided please refer to &lt;a href="http://www.macropolis.gr/?i=portal.en.terms" rel="external" target="_blank"&gt;Subscription Terms and Conditions&lt;/a&gt;.&lt;br /&gt;&#xD;
b) The use of cookies. For our cookie policy please refer to &lt;a href="http://www.macropolis.gr/?i=portal.en.privacy-policy" rel="external" target="_blank"&gt;this page&lt;/a&gt;.&lt;br /&gt;&#xD;
c) The response to data subjects&amp;rsquo; queries and the resolution of complaints.&lt;br /&gt;&#xD;
d) Security and fraud prevention as well as safety and security of the Website and applications.&lt;br /&gt;&#xD;
e) Compliance with the applicable laws and regulations.&lt;/p&gt;&#xD;
&lt;p&gt;It is hereby stated that the Company will ask for the data subject&amp;rsquo;s explicit consent before using personal data for an objective different than those laid down in this policy agreement.&lt;br /&gt;&#xD;
Users / visitors of the Website are solely responsible for the truth, accuracy and updating of the data they indicate when registering to the Subscription Service and are able to use sections (5) Statistics, (6) Charts, (7) Documents and (8) Newsletters which are not offered to the public for free access but instead access to them is part of the Subscription Service.&lt;/p&gt;&#xD;
&lt;p&gt;2. By accepting this Privacy and Data Protection Policy, users / visitors of the Website (data subjects) give explicit consent to the collection and processing of their personal data as well as the standard analysis of the subscribers&amp;rsquo; usage, under the terms and conditions that are specifically analyzed in this Policy.&lt;/p&gt;&#xD;
&lt;p&gt;3. In compliance with the obligations arising from the Law 2472/1997 as amended and the Regulation (EU) 2016/679 (hereinafter &amp;ldquo;General Data Protection Regulation&amp;rdquo;), the Company informs the data subjects about the following:&lt;/p&gt;&#xD;
&lt;p&gt;a) Contact details of the data Controller for the protection of personal data:&lt;br /&gt;&#xD;
&amp;ldquo;Macropolis Ltd&amp;rdquo;&lt;br /&gt;&#xD;
Registered Office: Nicosia, Cyprus&lt;br /&gt;&#xD;
e-mail address: info@macropolis.gr&lt;br /&gt;&#xD;
Representative of the Controller: Yiannis Mouzakis&lt;br /&gt;&#xD;
b) The Company will keep the personal data collected for only as long as it needs to. How long the Company needs the personal data depends on what the Company is using it for, as set out in this privacy policy. For example, the Company may need to use it to answer data subject&amp;rsquo;s queries about a product or service and as a result may keep personal data while the data subject is still using the product or services. The Company may also need to keep personal data for accounting purposes, for example, where a data subject has bought a subscription. If the Company no longer needs the data, it will delete it or make it anonymous by removing all details that identify the subject. If the data subject unsubscribes and deletes the Macropolis account and the Company does not have any other legal ground of keeping and processing such personal data, then the personal information will immediately be deleted and the remaining information will be made anonymous. The Company might then use it for statistical reasons or to help improve its services.&lt;br /&gt;&#xD;
c) The personal data collected will solely be disclosed to the third ΙΤ company that stores these data in the backend and will not be disclosed to any other third party unless the Company is legally obliged to disclose it to natural or legal entities, the competent authorities, prosecutors and other administrative services in accordance with the rules and regulations laid down by the current legislative framework.&lt;br /&gt;&#xD;
d) Each data subject has the right to request from the Controller access to and rectification or erasure of personal data or restriction of processing concerning the data subject or to object to processing as well as the right to data portability. The above requests can be submitted at the electronic address info@macropolis.gr The Company will deal with the above requests within one month. If the request is complicated or if the data subject has made a large number of requests, it may take longer. The data subject will not have to pay a fee to obtain a copy of its personal data (or to exercise any of the other rights). However, the Company may charge a reasonable fee if the request is clearly unfounded, repetitive or excessive.&lt;br /&gt;&#xD;
e) Each data subject has the right to withdraw consent at any time and unsubscribe, without affecting the lawfulness of processing based on consent before its withdrawal. The data subject can opt-out at any time by either signing in to his/ her account to manage his/ her preferences or by sending a relevant e-mail to info@macropolis.gr. Moreover, each email sent by the Company has a link to unsubscribe.&amp;nbsp;&lt;br /&gt;&#xD;
f) Each data subject has the right to lodge a complaint before the competent&amp;nbsp;&amp;nbsp; supervisory authority, i.e. before the Hellenic Data Protection Authority.&lt;br /&gt;&#xD;
g) The Company does not aim any of its products or services directly at children under the age of 15 and does not knowingly collect personal data about children under 15. Minors under the age of 15 have access to the Website/ The Service only with the consent of parents / guardians and are not required to disclose their personal information.&lt;br /&gt;&#xD;
h) The Company processes personal data on its servers in Greece. The Company may process in the future personal data on a server which is not in the country in which the data subject resides, but in any case within E.U.&lt;/p&gt;&#xD;
&lt;p&gt;4. The Company collects this information in a transparent way and only with the full cooperation and knowledge of the data subject. Once this information is available to the Company, the data will be:&lt;br /&gt;&#xD;
- Accurate and kept up-to-date&lt;br /&gt;&#xD;
- Collected fairly and for lawful purposes only&lt;br /&gt;&#xD;
- Processed by the company within its legal and moral boundaries&lt;br /&gt;&#xD;
- Protected against any unauthorized or illegal access by internal or external parties&lt;/p&gt;&#xD;
&lt;p&gt;5. Users&amp;#39; personal data is protected and managed in accordance with the conditions and rules of Greek law and in particular Law n.2472/1997 as amended, the General Data Protection Regulation and Law n. 3471/2006 and the Company strictly follows all the rules adopted by the relevant legislative framework including relevant provisions of European law.&lt;/p&gt;&#xD;
&lt;p&gt;6. In the case of &amp;quot;links&amp;quot; to other sites, the Company is not responsible for the management and protection of personal data policy these other sites apply. Moreover, the Company has no responsibility in cases when the data subject communicates and / or declares personal data and / or general information and / or data relating to the websites of third parties on which he/she acquires access or to which he/she is referred through The Website / by The Company.&lt;/p&gt;</description>
      <pubDate>Thu, 02 Oct 2014 09:29:56 GMT</pubDate>
      <guid>https://www.macropolis.gr/?i=portal.en.privacy-policy</guid>
      <dc:creator>Nick Malkoutzis</dc:creator>
      <dc:date>2014-10-02T09:29:56Z</dc:date>
    </item>
    <item>
      <title>Contact</title>
      <link>https://www.macropolis.gr/?i=portal.en.contact</link>
      <description />
      <pubDate>Wed, 11 Sep 2013 15:10:40 GMT</pubDate>
      <guid>https://www.macropolis.gr/?i=portal.en.contact</guid>
      <dc:creator>Maria Markopoulou</dc:creator>
      <dc:date>2013-09-11T15:10:40Z</dc:date>
    </item>
    <item>
      <title>Unresolved scandals fuel tetchiness, personal battles between parties</title>
      <link>https://www.macropolis.gr/?i=portal.en.greek-politics.16108</link>
      <description>A heated confrontation between Health Minister Adonis Georgiadis and PASOK has become the clearest expression of the increasingly fractious mood in Greek politics.</description>
      <pubDate>Fri, 10 Apr 2026 07:58:42 GMT</pubDate>
      <guid>https://www.macropolis.gr/?i=portal.en.greek-politics.16108</guid>
      <dc:creator>Nick Malkoutzis</dc:creator>
      <dc:date>2026-04-10T07:58:42Z</dc:date>
    </item>
    <item>
      <title>Energy drives import price drop of 3.2 pct YoY in Feb</title>
      <link>https://www.macropolis.gr/?i=portal.en.macroeconomy.16107</link>
      <description>Greece’s import price index remained in contraction with a drop of 3.2 percent year-on-year (YoY) in February, after a 4.6 percent decrease in the previous month, according to data released by the Hellenic Statistical Authority (ELSTAT) on Thursday.</description>
      <pubDate>Thu, 09 Apr 2026 12:37:39 GMT</pubDate>
      <guid>https://www.macropolis.gr/?i=portal.en.macroeconomy.16107</guid>
      <dc:creator>Nick Malkoutzis</dc:creator>
      <dc:date>2026-04-09T12:37:39Z</dc:date>
    </item>
    <item>
      <title>Industrial production growth slows to 1.8 pct YoY in Feb, led by manufacturing</title>
      <link>https://www.macropolis.gr/?i=portal.en.macroeconomy.16106</link>
      <description>Greece’s Industrial Production Index (IPI) slowed in February with a rise of 1.8 percent year-on-year (YoY), from 5.7 percent in the previous month, according to Hellenic Statistical Authority (ELSTAT) data released on Thursday.</description>
      <pubDate>Thu, 09 Apr 2026 12:32:28 GMT</pubDate>
      <guid>https://www.macropolis.gr/?i=portal.en.macroeconomy.16106</guid>
      <dc:creator>Nick Malkoutzis</dc:creator>
      <dc:date>2026-04-09T12:32:28Z</dc:date>
    </item>
    <item>
      <title>Mitsotakis distances himself from Israel’s Lebanon offensive as industry warns of energy crunch</title>
      <link>https://www.macropolis.gr/?i=portal.en.greek-politics.16105</link>
      <description>PM Kyriakos Mitsotakis has sought to reframe Greece’s perspective on the evolving situation in the Middle East, taking a more critical view of Israel’s actions in Lebanon while still trying to maintain a strategic balance as a partner in regional security.</description>
      <pubDate>Thu, 09 Apr 2026 08:09:27 GMT</pubDate>
      <guid>https://www.macropolis.gr/?i=portal.en.greek-politics.16105</guid>
      <dc:creator>Nick Malkoutzis</dc:creator>
      <dc:date>2026-04-09T08:09:27Z</dc:date>
    </item>
    <item>
      <title>Leadership’s handling of OPEKEPE allegations sparks unrest in New Democracy</title>
      <link>https://www.macropolis.gr/?i=portal.en.greek-politics.16104</link>
      <description>Managing the mood in the governing party is set to become the next challenge for PM Kyriakos Mitsotakis, as his initial reaction to latest legal developments on the OPEKEPE farm payments case has sparked tensions in the New Democracy parliamentary group.</description>
      <pubDate>Wed, 08 Apr 2026 09:56:07 GMT</pubDate>
      <guid>https://www.macropolis.gr/?i=portal.en.greek-politics.16104</guid>
      <dc:creator>Nick Malkoutzis</dc:creator>
      <dc:date>2026-04-08T09:56:07Z</dc:date>
    </item>
    <item>
      <title>BoG provides insight into Greece’s housing affordability problem</title>
      <link>https://www.macropolis.gr/?i=portal.en.features.16103</link>
      <description>In its Governor’s Report for 2025, the Bank of Greece dedicated a section to the factors shaping house prices in Greece and the capacity of households to finance the acquisition of a home.</description>
      <pubDate>Tue, 07 Apr 2026 08:22:24 GMT</pubDate>
      <guid>https://www.macropolis.gr/?i=portal.en.features.16103</guid>
      <dc:creator>Nick Malkoutzis</dc:creator>
      <dc:date>2026-04-07T08:22:24Z</dc:date>
    </item>
    <item>
      <title>Greece aiming to strike strategic balance in Persian Gulf</title>
      <link>https://www.macropolis.gr/?i=portal.en.foreign-policy.16102</link>
      <description>Greece’s role in the evolving conflict environment surrounding Iran and the broader Persian Gulf region reflects a careful and deliberate balance between active engagement and strategic restraint.</description>
      <pubDate>Tue, 07 Apr 2026 07:00:38 GMT</pubDate>
      <guid>https://www.macropolis.gr/?i=portal.en.foreign-policy.16102</guid>
      <dc:creator>Nick Malkoutzis</dc:creator>
      <dc:date>2026-04-07T07:00:38Z</dc:date>
    </item>
    <item>
      <title>PM pivots to constitutional reform as he tries to limit OPEKEPE fallout</title>
      <link>https://www.macropolis.gr/?i=portal.en.greek-politics.16101</link>
      <description>Prime Minister Kyriakos Mitsotakis attempted on Monday to seize back the political initiative in relation to the OPEKEPE affair through a televised address that combined institutional reform, self‑criticism and a pointed challenge to the European Public Prosecutor’s Office (EPPO).</description>
      <pubDate>Tue, 07 Apr 2026 06:13:58 GMT</pubDate>
      <guid>https://www.macropolis.gr/?i=portal.en.greek-politics.16101</guid>
      <dc:creator>Nick Malkoutzis</dc:creator>
      <dc:date>2026-04-07T06:13:58Z</dc:date>
    </item>
    <item>
      <title>How Iran war is reshaping Greece’s economy</title>
      <link>https://www.macropolis.gr/?i=portal.en.features.16100</link>
      <description>The war in Iran has entered its second month, precipitating what the International Energy Agency (IEA) describes as the “largest supply disruption in the history of global oil markets”.</description>
      <pubDate>Mon, 06 Apr 2026 07:49:54 GMT</pubDate>
      <guid>https://www.macropolis.gr/?i=portal.en.features.16100</guid>
      <dc:creator>Nick Malkoutzis</dc:creator>
      <dc:date>2026-04-06T07:49:54Z</dc:date>
    </item>
    <item>
      <title>Farm subsidy scandal prompts disquiet in ruling party, encourages opposition</title>
      <link>https://www.macropolis.gr/?i=portal.en.greek-politics.16099</link>
      <description>The OPEKEPE affair has moved into a new, more dangerous phase for the government, fuelled by daily leaks from the European prosecutor’s case files and an opposition that now treats the scandal as proof that the government has lost its moral and institutional footing.</description>
      <pubDate>Mon, 06 Apr 2026 06:23:39 GMT</pubDate>
      <guid>https://www.macropolis.gr/?i=portal.en.greek-politics.16099</guid>
      <dc:creator>Nick Malkoutzis</dc:creator>
      <dc:date>2026-04-06T06:23:39Z</dc:date>
    </item>
    <item>
      <title>Newsletter 501 - 03/04/2026</title>
      <link>https://www.macropolis.gr/?i=portal.en.newsletters.16096</link>
      <description />
      <pubDate>Fri, 03 Apr 2026 06:45:49 GMT</pubDate>
      <guid>https://www.macropolis.gr/?i=portal.en.newsletters.16096</guid>
      <dc:creator>Nick Malkoutzis</dc:creator>
      <dc:date>2026-04-03T06:45:49Z</dc:date>
    </item>
    <item>
      <title>OPEKEPE scandal widens as pressure mounts for PM on multiple fronts</title>
      <link>https://www.macropolis.gr/?i=portal.en.greek-politics.16094</link>
      <description>The political landscape shifted again on Thursday as the OPEKEPE affair deepened, adding new names, new legal pathways, and new political complications to a scandal that is rapidly becoming one of the most destabilising episodes of the government’s seven‑year tenure.</description>
      <pubDate>Fri, 03 Apr 2026 06:15:19 GMT</pubDate>
      <guid>https://www.macropolis.gr/?i=portal.en.greek-politics.16094</guid>
      <dc:creator>Nick Malkoutzis</dc:creator>
      <dc:date>2026-04-03T06:15:19Z</dc:date>
    </item>
    <item>
      <title>Reshuffle on horizon as second OPEKEPE dossier rattles government</title>
      <link>https://www.macropolis.gr/?i=portal.en.greek-politics.16093</link>
      <description>A new dossier from the chief EU prosecutor relating to the OPEKEPE farm-aid scandal has thrown a spanner in the works of PM Kyriakos Mitsotakis’s plans for an orderly progress to the 2027 elections.</description>
      <pubDate>Thu, 02 Apr 2026 08:32:07 GMT</pubDate>
      <guid>https://www.macropolis.gr/?i=portal.en.greek-politics.16093</guid>
      <dc:creator>Nick Malkoutzis</dc:creator>
      <dc:date>2026-04-02T08:32:07Z</dc:date>
    </item>
    <item>
      <title>Iran war creates turbulence for Greek tourism outlook</title>
      <link>https://www.macropolis.gr/?i=portal.en.features.16089</link>
      <description>The Iran war has introduced a level of volatility into the Greek tourism sector not seen since the pandemic in 2020. Four weeks into the conflict, the effects are already visible: jet fuel costs have doubled, pushing airfares higher, while the paralysis of Middle Eastern aviation hubs has severed vital connections to the East.</description>
      <pubDate>Thu, 02 Apr 2026 08:28:20 GMT</pubDate>
      <guid>https://www.macropolis.gr/?i=portal.en.features.16089</guid>
      <dc:creator>Nick Malkoutzis</dc:creator>
      <dc:date>2026-04-02T08:28:20Z</dc:date>
    </item>
    <item>
      <title>Unemployment edges up to 8.5 pct in Feb</title>
      <link>https://www.macropolis.gr/?i=portal.en.macroeconomy.16092</link>
      <description>Greece’s seasonally adjusted (SA) unemployment rate edged up to 8.5 percent in February, from an upwards revised 7.9 percent in the previous month, Hellenic Statistical Authority (ELSTAT) data showed on Wednesday.</description>
      <pubDate>Wed, 01 Apr 2026 09:54:51 GMT</pubDate>
      <guid>https://www.macropolis.gr/?i=portal.en.macroeconomy.16092</guid>
      <dc:creator>Nick Malkoutzis</dc:creator>
      <dc:date>2026-04-01T09:54:51Z</dc:date>
    </item>
    <item>
      <title>Government dismisses early elections as opposition call foul on rule of law debate schedule</title>
      <link>https://www.macropolis.gr/?i=portal.en.greek-politics.16091</link>
      <description>The message from the PM’s office is that early elections are off the table as long as the government is confronting the Middle East crisis and stabilising the economy at home.</description>
      <pubDate>Wed, 01 Apr 2026 09:34:22 GMT</pubDate>
      <guid>https://www.macropolis.gr/?i=portal.en.greek-politics.16091</guid>
      <dc:creator>Nick Malkoutzis</dc:creator>
      <dc:date>2026-04-01T09:34:22Z</dc:date>
    </item>
    <item>
      <title>PMI stable in March as war starts affecting business and confidence</title>
      <link>https://www.macropolis.gr/?i=portal.en.macroeconomy.16090</link>
      <description>Greece’s manufacturing PMI was stable in March at 54.5 points, from 54.4 points in the previous month, S&amp;P Global data showed on Wednesday.</description>
      <pubDate>Wed, 01 Apr 2026 08:28:13 GMT</pubDate>
      <guid>https://www.macropolis.gr/?i=portal.en.macroeconomy.16090</guid>
      <dc:creator>Nick Malkoutzis</dc:creator>
      <dc:date>2026-04-01T08:28:13Z</dc:date>
    </item>
    <item>
      <title>ND mounts counter‑offensive after PASOK congress but keeps focus on inflation</title>
      <link>https://www.macropolis.gr/?i=portal.en.greek-politics.16088</link>
      <description>The political temperature rose sharply in the aftermath of PASOK’s congress, with New Democracy launching a coordinated counter‑offensive aimed at undermining the party’s renewed sense of unity and ambition.</description>
      <pubDate>Tue, 31 Mar 2026 09:50:56 GMT</pubDate>
      <guid>https://www.macropolis.gr/?i=portal.en.greek-politics.16088</guid>
      <dc:creator>Nick Malkoutzis</dc:creator>
      <dc:date>2026-03-31T09:50:56Z</dc:date>
    </item>
    <item>
      <title>Strong rise in food sales pushes 7 pct YoY increase in Jan retail</title>
      <link>https://www.macropolis.gr/?i=portal.en.macroeconomy.16087</link>
      <description>The growth of Greece’s retail sales jumped by 7 percent year-on-year (YoY) in January, after a rise of 6.4 percent in the previous month, Hellenic Statistical Authority (ELSTAT) data showed on Tuesday.</description>
      <pubDate>Tue, 31 Mar 2026 09:25:40 GMT</pubDate>
      <guid>https://www.macropolis.gr/?i=portal.en.macroeconomy.16087</guid>
      <dc:creator>Nick Malkoutzis</dc:creator>
      <dc:date>2026-03-31T09:25:40Z</dc:date>
    </item>
    <item>
      <title>Athens balancing diplomacy and defence amid Middle East turmoil</title>
      <link>https://www.macropolis.gr/?i=portal.en.foreign-policy.16086</link>
      <description>The escalating conflict environment in the Middle East - with Iran and the Gulf at its centre, as well as its indirect spillover into other active fronts such as the Russia–Ukraine war - is creating a dense and increasingly difficult set of challenges for Greece.</description>
      <pubDate>Tue, 31 Mar 2026 08:58:57 GMT</pubDate>
      <guid>https://www.macropolis.gr/?i=portal.en.foreign-policy.16086</guid>
      <dc:creator>Nick Malkoutzis</dc:creator>
      <dc:date>2026-03-31T08:58:57Z</dc:date>
    </item>
  </channel>
</rss>

