<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Isaac Bravo on Hugo Apéro</title>
    <link>/</link>
    <description>Recent content in Isaac Bravo on Hugo Apéro</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <lastBuildDate>Tue, 16 Sep 2025 00:00:00 +0000</lastBuildDate><atom:link href="/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Netlify</title>
      <link>/collection/day02/01-netlify/</link>
      <pubDate>Sat, 02 Jan 2021 00:00:00 +0000</pubDate>
      
      <guid>/collection/day02/01-netlify/</guid>
      <description>So far, we&amp;rsquo;ve been leveraging GitHub Pages for publishing. This works great, but for blogdown we&amp;rsquo;ll start using Netlify. Let&amp;rsquo;s start RIGHT NOW with a site we&amp;rsquo;ve already built and published.
Pre-requisites Pick either your postcards site, or your distill site from day 01. Refresh your memory- which repository was it again?</description>
    </item>
    
    <item>
      <title>A first post</title>
      <link>/blog/spoonful-series/01-spoonful/</link>
      <pubDate>Fri, 01 Jan 2021 00:00:00 +0000</pubDate>
      
      <guid>/blog/spoonful-series/01-spoonful/</guid>
      <description> Hi, I&#39;m the here-bot cat! Use me to find your way in your website.
Here I am: content/blog/spoonful-series/01-spoonful.md To remove me, delete this line inside that file: {{&amp;lt; here &amp;gt;}}
My content section is: blog My layout is: single-series does this work? or this? Let&amp;rsquo;s start.
beginning middle end </description>
    </item>
    
    <item>
      <title>A GitHub profile</title>
      <link>/collection/day01/01-github/</link>
      <pubDate>Fri, 01 Jan 2021 00:00:00 +0000</pubDate>
      
      <guid>/collection/day01/01-github/</guid>
      <description>Profile https://docs.github.com/en/github/setting-up-and-managing-your-github-profile/personalizing-your-profile
Pin projects to profile https://docs.github.com/en/github/setting-up-and-managing-your-github-profile/pinning-items-to-your-profile
Profile README This is new! Let&amp;rsquo;s do it:
https://docs.github.com/en/github/setting-up-and-managing-your-github-profile/managing-your-profile-readme</description>
    </item>
    
    <item>
      <title>Prework</title>
      <link>/collection/prework/</link>
      <pubDate>Fri, 01 Jan 2021 00:00:00 +0000</pubDate>
      
      <guid>/collection/prework/</guid>
      <description>Welcome to the Introducing Yourself Online workshop! We look forward to meeting you. Before attending the workshop, please complete the following prework.
Set up RStudio Cloud Sign up for a free RStudio Cloud account at https://rstudio.cloud/ before the workshop. I recommend logging in with an existing Google or GitHub account, if you have one (rather than creating a new account with another password you have to remember). I want you to be able to work from your own laptop in this workshop, but Cloud is an important back-up plan should you run into troubles.</description>
    </item>
    
    <item>
      <title>A postcard</title>
      <link>/collection/day01/02-postcards/</link>
      <pubDate>Sat, 02 Jan 2021 00:00:00 +0000</pubDate>
      
      <guid>/collection/day01/02-postcards/</guid>
      <description>Pre-requisites First, make sure you have the latest version of the postcards package installed from CRAN:
install.packages(&amp;#34;postcards&amp;#34;) Restart your R session. If you use RStudio, use the menu item Session &amp;gt; Restart R or the associated keyboard shortcut:
Ctrl + Shift + F10 (Windows and Linux) or Command + Shift + F10 (Mac OS). packageVersion(&amp;#34;postcards&amp;#34;) [1] ‘0.2.0’ Create GitHub repo Online.
Clone GitHub repo usethis::create_from_github(&amp;#34;https://github.com/apreshill/global-postcard.git&amp;#34;) ✨ Commit &amp;amp; Push! ✨</description>
    </item>
    
    <item>
      <title>A second post</title>
      <link>/blog/spoonful-series/02-spoonful/</link>
      <pubDate>Sat, 02 Jan 2021 00:00:00 +0000</pubDate>
      
      <guid>/blog/spoonful-series/02-spoonful/</guid>
      <description> Hi, I&#39;m the here-bot cat! Use me to find your way in your website.
Here I am: content/blog/spoonful-series/02-spoonful/index.md To remove me, delete this line inside that file: {{&amp;lt; here &amp;gt;}}
My content section is: blog My layout is: single-series Images in this page bundle: /blog/spoonful-series/02-spoonful/sidebar-inverse.jpg part 2! does this work? now for some very cool things more get ready! </description>
    </item>
    
    <item>
      <title>Using blogdown</title>
      <link>/collection/day02/02-blogdown/</link>
      <pubDate>Fri, 01 Jan 2021 00:00:00 +0000</pubDate>
      
      <guid>/collection/day02/02-blogdown/</guid>
      <description>Pre-requisites First, make sure you have the latest version of the blogdown package installed from CRAN:
install.packages(&amp;#34;blogdoown&amp;#34;) Restart your R session. If you use RStudio, use the menu item Session &amp;gt; Restart R or the associated keyboard shortcut:
Ctrl + Shift + F10 (Windows and Linux) or Command + Shift + F10 (Mac OS). packageVersion(&amp;#34;blogdown&amp;#34;) [1] ‘1.0’ Create GitHub repo Online.
Clone GitHub repo usethis::create_from_github(&amp;#34;https://github.com/apreshill/global-blogdown.git&amp;#34;) ✨ Commit &amp;amp; Push! ✨</description>
    </item>
    
    <item>
      <title>A third post</title>
      <link>/blog/spoonful-series/03-spoonful/</link>
      <pubDate>Sun, 03 Jan 2021 00:00:00 +0000</pubDate>
      
      <guid>/blog/spoonful-series/03-spoonful/</guid>
      <description>Hi, I&#39;m the here-bot cat! Use me to find your way in your website.
Here I am: content/blog/spoonful-series/03-spoonful/index.markdown Here is my R Markdown source file: blog/spoonful-series/03-spoonful/index.Rmarkdown You&#39;ll want to edit this file, then re-knit to see the changes take effect in your site preview.
To remove me, delete this line inside that file: {{&amp;lt; here &amp;gt;}}
My content section is: blog My layout is: single-series Images in this page bundle: /blog/spoonful-series/03-spoonful/featured-photo.</description>
    </item>
    
    <item>
      <title>A distill site</title>
      <link>/collection/day01/03-distill/</link>
      <pubDate>Sat, 02 Jan 2021 00:00:00 +0000</pubDate>
      
      <guid>/collection/day01/03-distill/</guid>
      <description>Pre-requisites First, make sure you have the latest version of the distill package installed from CRAN:
install.packages(&amp;quot;distill&amp;quot;) Restart your R session. If you use RStudio, use the menu item Session &amp;gt; Restart R or the associated keyboard shortcut:
Ctrl + Shift + F10 (Windows and Linux) or Command + Shift + F10 (Mac OS). packageVersion(&amp;#34;distill&amp;#34;) # [1] ‘1.2’ Create GitHub repo Online.
Clone GitHub repo usethis::create_from_github(&amp;quot;https://github.com/apreshill/global-distill.git&amp;quot;) ✨ Commit &amp;amp; Push!</description>
    </item>
    
    <item>
      <title>Warm woolen mittens</title>
      <link>/collection/day02/03-blogdown/</link>
      <pubDate>Sat, 02 Jan 2021 00:00:00 +0000</pubDate>
      
      <guid>/collection/day02/03-blogdown/</guid>
      <description> Hi, I&#39;m the here-bot cat! Use me to find your way in your website.
Here I am: content/collection/day02/03-blogdown/index.md To remove me, delete this line inside that file: {{&amp;lt; here &amp;gt;}}
My content section is: collection My layout is: single-series part 2! does this work? now for some very cool things more get ready! </description>
    </item>
    
    <item>
      <title>🌍 Visualizing Climate Change in the Media</title>
      <link>/project/storyline_viz/</link>
      <pubDate>Tue, 16 Sep 2025 00:00:00 +0000</pubDate>
      
      <guid>/project/storyline_viz/</guid>
      <description>A data-driven story about what we study, what we miss, and what comes next Climate change is one of the most urgent issues of our time. But the way we see it—the photos, graphics, and videos that circulate in the media—shapes how we understand the problem, how we feel about it, and what actions we take.
This project explores how climate change is visualized in the media and research, highlighting emerging trends, blind spots, and future directions.</description>
    </item>
    
    <item>
      <title>3rd ANNUAL Meeting - Climate Vision Group 2025</title>
      <link>/talk/liverpool25/</link>
      <pubDate>Tue, 24 Jun 2025 00:00:00 +0000</pubDate>
      
      <guid>/talk/liverpool25/</guid>
      <description> The Presentation: </description>
    </item>
    
    <item>
      <title>7th ANNUAL COMPTEXT Conference 2025</title>
      <link>/talk/comptext25/</link>
      <pubDate>Thu, 24 Apr 2025 00:00:00 +0000</pubDate>
      
      <guid>/talk/comptext25/</guid>
      <description>Abstract: Large language models (LLMs) are widely used as research tools, but their highresource demands raise significant environmental concerns. While LLMs offer advan-tages in certain applications, their high energy demands prompt a necessary questionfor social scientists: Is it worth considering LLMs for every text analysis task? Thisstudy systematically evaluates the trade-off between performance and energy usageacross computational text analysis methods, including dictionaries, trained classifiers,and open “local” LLMs. Applying sentiment analysis, multi-class classification, andnamed entity recognition to political documents, we measure energy consumption,CO2emissions, correlation with human raters, F1-Score and processing time.</description>
    </item>
    
    <item>
      <title>📦 emissionTrackeR</title>
      <link>/project/emissiontracker/</link>
      <pubDate>Sun, 30 Mar 2025 00:00:00 +0000</pubDate>
      
      <guid>/project/emissiontracker/</guid>
      <description>📦 emissionTrackerR emissionTrackerR is an R package that helps track, log, and visualize carbon emissions generated by your R code, ML experiments, and projects. It supports automatic logging, metadata collection, real-world emission equivalents, and a built-in Shiny dashboard. It is inspired by and conceptually based on the Python package CodeCarbon developed by ML CO2 Impact, and aims to bring similar functionality to the R ecosystem.
🚀 Installation # Install from GitHub devtools::install_github(&amp;#34;your-username/emissionTrackerR&amp;#34;) 🔧 Basic Usage library(emissionTrackerR) # Track emissions for a code block track_emissions_for(&amp;#34;example_sleep&amp;#34;, { Sys.</description>
    </item>
    
    <item>
      <title>Generative Images - Generative Imageries: Challenges of Visual Communication (Research) in the Age of AI</title>
      <link>/talk/bremen24/</link>
      <pubDate>Wed, 20 Nov 2024 00:00:00 +0000</pubDate>
      
      <guid>/talk/bremen24/</guid>
      <description>Abstract: The integration of Artificial Intelligence (AI) into visual communication, particularly within climate change debates, shows a key change in how public discourse is influenced by media (Chian &amp;amp; Lee, 2023; Krishnan et al., 2023). Simultaneously, manipulated images pose a misinformation risk when viewers cannot determine the credibility of what they see (He, 2021). We focus on the polarized topic of climate change to explore how manipulated images shared on Twitter may contribute to polarizing debates between believers and sceptics (deniers) in anthropogenic climate change.</description>
    </item>
    
    <item>
      <title>Workshop at LMU Munich</title>
      <link>/talk/lmu2024/</link>
      <pubDate>Tue, 22 Oct 2024 00:00:00 +0000</pubDate>
      
      <guid>/talk/lmu2024/</guid>
      <description> My Presentation: </description>
    </item>
    
    <item>
      <title>C3DS Seminar Explores Visual Framing of Climate Change Imagery on Twitter</title>
      <link>/talk/exeter24/</link>
      <pubDate>Wed, 26 Jun 2024 00:00:00 +0000</pubDate>
      
      <guid>/talk/exeter24/</guid>
      <description>Summary: The Centre for Climate Communication and Data Science (C3DS) hosted a seminar on June 26th, 2024, featuring Isaac Bravo from the Technical University of Munich, Germany. Bravo presented his research on the “Visual Framing of Climate Change Imagery on Twitter.” The hybrid seminar was held both in person at the University of Exeter’s Streatham Campus and online via Zoom. Bravo’s research delves into how the framing of climate change imagery on social media platforms like Twitter influences people&amp;rsquo;s emotional engagement with the issue.</description>
    </item>
    
    <item>
      <title>Annual Conference of the Science Communication Division (DGPuK) 2024</title>
      <link>/talk/campfire/</link>
      <pubDate>Thu, 06 Jun 2024 00:00:00 +0000</pubDate>
      
      <guid>/talk/campfire/</guid>
      <description>Abstract: The emergence of Artificial Intelligence (AI) models is reshaping how scientists interact with this technology when conducting research. This has led to a growing interest in the role and impact of AI in the field of scientific communication over the last few years (Schäfer, 2023). The benefits of this technology that we can find as researchers are varied (Chian &amp;amp; Lee, 2023; Krishnan et al., 2023). Simultaneously, manipulated images pose a misinformation risk when viewers cannot determine the credibility of what they see (He, 2021).</description>
    </item>
    
    <item>
      <title>6th ANNUAL COMPTEXT Conference 2024</title>
      <link>/talk/comptext24/</link>
      <pubDate>Thu, 02 May 2024 00:00:00 +0000</pubDate>
      
      <guid>/talk/comptext24/</guid>
      <description>Abstract: This study explores the effects of manipulated visual content on polarized climate change debates on Twitter by answering the following research question: Do ‘real’ vs manipulated images about climate change on Twitter lead to different levels of engagement and interactions between believers and skeptics (deniers)? In this research, we analyse the intersection of social science and computer science in the context of climate change discourse on Twitter by adopting a multimodal and computational approach combining automated image and text analysis to examine more than 700,000 images, and replies shared by Twitter users in the year 2019.</description>
    </item>
    
    <item>
      <title>EUFEELS 2023</title>
      <link>/talk/eufeels2023/</link>
      <pubDate>Wed, 27 Sep 2023 00:00:00 +0000</pubDate>
      
      <guid>/talk/eufeels2023/</guid>
      <description>Abstract: How and to what extent do frames of climate change imagery on social media affect people’s emotional engagement with climate change? How does this vary across different regions across the world where the adverse effects of climate change are expressed differently? Previous studies have focused on a small selection of the most iconic images of climate change, primarily using qualitative methods and data from Western countries. While there are a few comparative studies that contrast how people engage with this phenomenon across countries, we adopt a computational approach that combines framing theory with automated image and text analysis to analyse millions of images, tweets and responses shared by Twitter users during 2019 - 2022.</description>
    </item>
    
    <item>
      <title>WAPOR 76th Annual Conference</title>
      <link>/talk/wapor2023/</link>
      <pubDate>Tue, 19 Sep 2023 00:00:00 +0000</pubDate>
      
      <guid>/talk/wapor2023/</guid>
      <description>Abstract: Climate change is a global phenomenon with multidimensional and widespread consequences, which has received considerable media attention in recent decades. Climate change is considered one of the most important challenges faced by the world not only in the present but also in the future. Both scientific and political communities have recognized the urgency of addressing the impacts of this phenomenon, and understanding how people perceive and engage with it.</description>
    </item>
    
    <item>
      <title>📑 TextAnalizeR</title>
      <link>/project/textanalizer/</link>
      <pubDate>Mon, 21 Aug 2023 00:00:00 +0000</pubDate>
      
      <guid>/project/textanalizer/</guid>
      <description>📑 TextAnalizeR The Text Analyzer Shiny App is an interactive tool for analyzing and visualizing text data. It allows users to perform various text analysis tasks, including sentiment analysis, word frequency analysis, and topic modelling. This README provides an overview of the app&amp;rsquo;s features, how to use it, and how to get started.
This app focuses on making life easier for researchers looking to explore insights in their text analysis.</description>
    </item>
    
    <item>
      <title>Coding Club at LMU Munich</title>
      <link>/talk/lmu2023/</link>
      <pubDate>Wed, 21 Jun 2023 00:00:00 +0000</pubDate>
      
      <guid>/talk/lmu2023/</guid>
      <description> My Presentation: </description>
    </item>
    
    <item>
      <title>Science &amp; Crisis Communication</title>
      <link>/talk/tumevent2023/</link>
      <pubDate>Fri, 27 Jan 2023 00:00:00 +0000</pubDate>
      
      <guid>/talk/tumevent2023/</guid>
      <description> The Poster Event: </description>
    </item>
    
    <item>
      <title>Set up your social</title>
      <link>/blog/social/</link>
      <pubDate>Thu, 28 Jan 2021 00:00:00 +0000</pubDate>
      
      <guid>/blog/social/</guid>
      <description>There are five places where you can choose to show social icons. Here is the tl;dr:
site header (set in config.toml), site footer (set in config.toml), homepage (set in content/_index.md), about page in the sidebar (set in content/about/sidebar/index.md), and contact page (set in content/form/contact.md). Read on to learn how to set up your social icons, and how to show/hide them.
Configure social Wherever you end up wanting to show your social icons, you&amp;rsquo;ll need to start by setting up the links in your site config.</description>
    </item>
    
    <item>
      <title>Style your site colors</title>
      <link>/blog/color-themes/</link>
      <pubDate>Wed, 27 Jan 2021 00:00:00 +0000</pubDate>
      
      <guid>/blog/color-themes/</guid>
      <description>You can totally customize your site&amp;rsquo;s theme colors within minutes of creating a new site. Read on to find out how, and decide which of the three options meets your needs.
Use a color theme Hugo Apéro includes 8 built-in color themes that work &amp;ldquo;out of the box.&amp;rdquo; This means you can use a color theme to quickly customize the look of your site without needing to write any CSS. You can select the color theme in your config.</description>
    </item>
    
    <item>
      <title>Style your site typography</title>
      <link>/blog/fonts/</link>
      <pubDate>Wed, 27 Jan 2021 00:00:00 +0000</pubDate>
      
      <guid>/blog/fonts/</guid>
      <description>As with color themes, you can completely customize your site&amp;rsquo;s fonts within minutes of creating a new site. How you do it depends on how much control and customization you need.
Embedded fonts Hugo Apéro includes 6 embedded fonts that work &amp;ldquo;out of the box.&amp;rdquo; We selected 3 serif and 3 sans-serif options that we thought looked good with this theme, in our humble opinions. All embedded fonts include real italics so you may emphasize to your heart&amp;rsquo;s content ❤️!</description>
    </item>
    
    <item>
      <title>An evergreen post</title>
      <link>/blog/evergreen/</link>
      <pubDate>Wed, 20 Jan 2021 00:00:00 +0000</pubDate>
      
      <guid>/blog/evergreen/</guid>
      <description>Rendering mathematical equations Examples from the mathjax demo. But they work with katex as well.
Rmarkdown In .Rmarkdown documents, you can use either
$a \ne 0$ to get inline math: \(a \ne 0\). There is no conflict with using dollar symbols regularly, because knitr automatically escapes freestanding dollar symbols.
And you can use
$x = {-b \pm \sqrt{b^2-4ac} \over 2a}.$$ to get a math paragraph:
$$x = {-b \pm \sqrt{b^2-4ac} \over 2a}.</description>
    </item>
    
    <item>
      <title>Using panelsets</title>
      <link>/blog/seedling/</link>
      <pubDate>Sat, 02 Jan 2021 00:00:00 +0000</pubDate>
      
      <guid>/blog/seedling/</guid>
      <description>Courtesy of panelset.js by Garrick Aden-Buie, from his xaringanExtra package: https://pkg.garrickadenbuie.com/xaringanExtra/#/panelset
For example, this panelset:
Hello! 👋 hello
Goodbye 💨 goodbye
Was created by combining this theme&amp;rsquo;s panelset and panel shortcodes:
{{&amp;lt; panelset class=&amp;#34;greetings&amp;#34; &amp;gt;}} {{&amp;lt; panel name=&amp;#34;Hello! :wave:&amp;#34; &amp;gt;}} hello {{&amp;lt; /panel &amp;gt;}} {{&amp;lt; panel name=&amp;#34;Goodbye :dash:&amp;#34; &amp;gt;}} goodbye {{&amp;lt; /panel &amp;gt;}} {{&amp;lt; /panelset &amp;gt;}} You could also revert to HTML as well. For example, this panelset:
Question Which came first: the 🐔 or the 🥚?</description>
    </item>
    
    <item>
      <title>An Rmarkdown post</title>
      <link>/blog/rmarkdown/</link>
      <pubDate>Wed, 30 Dec 2020 00:00:00 +0000</pubDate>
      
      <guid>/blog/rmarkdown/</guid>
      <description> Air quality with(airquality, boxplot(Temp ~ Month)) with(airquality, plot(Ozone ~ Temp)) mlev &amp;lt;- levels(with(airquality, as.factor(Month))) with(airquality, plot(Ozone ~ Temp, pch = as.numeric(mlev), col = mlev)) </description>
    </item>
    
    <item>
      <title>CSS Grid Scaffold</title>
      <link>/blog/css-grid-scaffold/</link>
      <pubDate>Tue, 02 Jul 2019 00:00:00 +0000</pubDate>
      
      <guid>/blog/css-grid-scaffold/</guid>
      <description>“Grid is the very first CSS module created specifically to solve the layout problems we&amp;rsquo;ve all been hacking our way around for as long as we&amp;rsquo;ve been making websites.” — Chris House, A Complete Guide to CSS Grid Layout 1
Overview Since I began building websites in Y2K, I&amp;rsquo;ve lost count how many times the phrase &amp;ldquo;&amp;hellip;there&amp;rsquo;s got to be a better way to do this&amp;rdquo; has passed my lips.</description>
    </item>
    
    <item>
      <title>Built-in Contact Form</title>
      <link>/blog/built-in-contact-form/</link>
      <pubDate>Mon, 01 Jul 2019 00:00:00 +0000</pubDate>
      
      <guid>/blog/built-in-contact-form/</guid>
      <description>Formspree makes it easy to receive submissions from HTML forms on your static website. Functional Form This theme has a form-to-email feature built in, thanks to the simple Formspree integration. All you need to activate the form is a valid recipient email address saved in the front matter of the form (/content/forms/contact.md). Of course, the example shown below (your@email.here) must not be used. Please use your actual email address.</description>
    </item>
    
    <item>
      <title>Contact</title>
      <link>/contact/</link>
      <pubDate>Mon, 25 Feb 2019 13:38:41 -0600</pubDate>
      
      <guid>/contact/</guid>
      <description>** Contact page don&amp;rsquo;t contain a body, just the front matter above. See form.html in the layouts folder.
Formspree requires a (free) account and new form to be set up. The link is made on the final published url in the field: Restrict to Domain. It is possible to register up to 2 emails free and you can select which one you want the forms to go to within Formspree in the Settings tab.</description>
    </item>
    
    <item>
      <title>Typography Styles &amp; Element Examples</title>
      <link>/elements/</link>
      <pubDate>Mon, 18 Feb 2019 12:27:33 -0600</pubDate>
      
      <guid>/elements/</guid>
      <description>Font Sizes A A A A A A A A 6rem
(96px) 5rem
(80px) 3rem
(48px) 2.25rem
(36px) 1.5rem
(24px) 1.25rem
(20px) 1rem
(16px) .875rem
(14px) Type Samples Head&amp;shy;line Sub&amp;shy;head&amp;shy;line Level 1 Heading One page to rule them all...well, not really. This page displays sample typography and page elements to illustrate their style. Things like headings and paragraphs showing the beautiful type scale, form elements, tabular data, and image layouts just to name a few.</description>
    </item>
    
    <item>
      <title></title>
      <link>/about/header/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/about/header/</guid>
      <description> </description>
    </item>
    
    <item>
      <title></title>
      <link>/about/sidebar/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/about/sidebar/</guid>
      <description></description>
    </item>
    
    <item>
      <title>Background</title>
      <link>/about/main/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/about/main/</guid>
      <description>** index doesn&amp;rsquo;t contain a body, just front matter above. See about/list.html in the layouts folder **</description>
    </item>
    
    <item>
      <title>Curriculum Vitae</title>
      <link>/cv/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/cv/</guid>
      <description> Download CV in PDF </description>
    </item>
    
    <item>
      <title>Experience</title>
      <link>/experience/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/experience/</guid>
      <description>Employments 04/2023 – current Doctoral Candidate Technical University of Munich 10/2022 – 11/2025 Doctoral Research Research ClimateVision Project.
Technical University of Munich 04/2021 – current Volunteer Website UX. Project 100 Voices One Planet 2021 – 2022 Research Assistant Research assistant in the project: Emmy Noether Research Group: The Media Portrayal of Majority and Minority Groups: Understanding the Media’s Role in Constructing Similarities and Differences.
Technical University of Munich 2021 – 2022 Research Assistant Research Assistant in the project: CoronaNet Research Project.</description>
    </item>
    
    <item>
      <title>License</title>
      <link>/license/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/license/</guid>
      <description>My blog posts are released under a Creative Commons Attribution-ShareAlike 4.0 International License.</description>
    </item>
    
    <item>
      <title>Publications &amp; Contributions</title>
      <link>/contributors/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/contributors/</guid>
      <description>Thank you to all the folks who have contributed both technical and creative skills to this project:
Desirée De Leon 🦒 (designed 5 of the custom color themes, made illustrations for the workshop, and provided general aesthetic feedback along the way)
Garrick Aden-Buie 🧙‍♀️ (debugged headroom.js and lent his panelset.js code to the theme)
Allison Horst 🐕 (awesome illustrations of campfires, seedlings, and evergreens, as well as my R Markdown hedgehog mascot 🦔)</description>
    </item>
    
    <item>
      <title>Publications &amp; Contributions</title>
      <link>/publications/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/publications/</guid>
      <description>Journal Articles (Peer-Reviewed) Bravo, I., Walter, S., Prasse, K., &amp; Keuper, M. (2026). Visualizing climate change in the media: a systematic literature review, challenges, and future research Annals of the International Communication Association, 0(0). View&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PDF&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Google Scholar&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CrossRef Bravo, I., Prasse, K., Walter, S., O’Neill, S., &amp; Keuper, M. (2025). Global Dynamics of Climate Change Imagery: Emotional and Engagement Effects Across Visual Frames on Twitter/X Science Communication, 0(0). View&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PDF&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Google Scholar&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CrossRef Isaac Bravo, Daniel Silva, &amp; Stefanie Walter (2025) Viral Climate Imagery: Examining Popular Climate Visuals on Twitter Visual Communication.</description>
    </item>
    
  </channel>
</rss>
