Populism and the New Politics: Understanding European Populism Today

Instituto Cultura y Sociedad
18 November 2016
9.30-9.45 |
Opening Ruth Breeze, Instituto Cultura y Sociedad. |
9.45-10.45 |
Performing populism Benjamin Moffitt, University of Stockholm. |
Coffee |
|
11.30-12.30 |
The economic consequences of populism. Javier Santacruz, Universidad Complutense de Madrid/Think Tank Civismo |
12.30-13.00 |
Referring to the people: Linguistic realisations of a populist rhetorical strategy. Maarten van Leeuwen, University of Leiden. |
13.00-13.30 |
The articulation of the people in Spanish political discourse. Nicolina Montessori, University of Utrecht. |
13.30-14.00 |
Populist discourse across the political spectrum in Belgium: towards a scaled understanding of populist varieties. Jan Zienkowski, University of Navarra. |
Lunch |
|
16.00-16.30 |
Building left populism in Denmark: Moving far away from the right. Oscar García Agustín, University of Aalborg. |
16.30-17.45 |
Brief sessions: Alternative für Deutschland and “the new realism”. Miguel Ayerbe, Universidad del País Vasco. The representation of the French “peuple” and its enemies in Front National discourse: a corpus-assisted approach. Dámaso Izquierdo, ICS. Anti-politics politics? The anti-politics discourses of UKIP, AfD and Podemos. Ruth Breeze, ICS. |
17.45 |
Conclusions Carmen Llamas, ICS. |
The following has evaluated to null or missing: ==> Subtitulo [in template "10136#10174#28533" at line 21, column 10] ---- Tip: If the failing expression is known to legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)?? ---- ---- FTL stack trace ("~" means nesting-related): - Failed at: #if Subtitulo.getData()?has_content [in template "10136#10174#28533" at line 21, column 5] ----
1<div class="unav-info-contact">
2<#if Titulo_encabezado.getData()?has_content>
3 <p class="unav__title unav-info-contact__title">${Titulo_encabezado.getData()}</p>
4 </#if>
5 <#if Nombre_persona_contacto.getData()?has_content>
6 <p class="unav__text unav-info-contact__name">${Nombre_persona_contacto.getData()}</p>
7 </#if>
8 <#if Cargo_persona_contacto.getData()?has_content>
9 <p class="unav__text unav-info-contact__text">${Cargo_persona_contacto.getData()}</p>
10 </#if>
11
12 <#if Correo_electronico.getData()?has_content>
13 <p class="unav__text unav-info-contact__email">${Correo_electronico.getData()}</p>
14 </#if>
15
16 <#if Imagen_persona_contacto.getData()?has_content>
17 <figure class="unav-info-contact__user-figure">
18 <img alt="${Nombre_persona_contacto.getData()}" class="unav-info-contact__user-img" src= "${Imagen_persona_contacto.getData()}"/>
19 </figure>
20 </#if>
21 <#if Subtitulo.getData()?has_content>
22 <p class="unav__text unav__text--bold unav-info-contact__contact-text">${Subtitulo.getData()}</p>
23 </#if>
24 <#if Servicio.getData()?has_content>
25 <p class="unav__text unav-info-contact__text">${Servicio.getData()}</p>
26 </#if>
27 <#if Facultad.getData()?has_content>
28 <p class="unav__text unav-info-contact__text">${Facultad.getData()}</p>
29 </#if>
30
31 <#if Direccion.getData()?has_content>
32 <p class="unav__text unav-info-contact__text">${Direccion.getData()}</p>
33 </#if>
34 <#if Telefono1.getData()?has_content>
35 <p class="unav__text unav-info-contact__text">${Telefono1.getData()}</p>
36 </#if>
37
38 <figure class="unav-info-contact__link-figure">
39 <a class="unav__text unav__text--bold unav__link unav-info-contact__link" href="" target="_self"><img alt="" src="/o/unav-principal-theme/images/flecha.svg" />
40 </a>
41 </figure>
42
43 <#if Texto_enlace.getData()?has_content>
44 <a class="unav__text unav__text--bold unav__link unav-info-contact__link" href="#" target="_self">${Texto_enlace.getData()}
45 </a>
46 </#if>
47</div>