Page Not Found
Sorry, but the page you were trying to view does not exist — perhaps you can try searching for it below.
A variety of common markup showing how the theme styles them.
Single line blockquote:
Quotes are cool.
Entry | Item | |
---|---|---|
John Doe | 2016 | Description of the item in the list |
Jane Doe | 2019 | Description of the item in the list |
Doe Doe | 2022 | Description of the item in the list |
Header1 | Header2 | Header3 |
---|---|---|
cell1 | cell2 | cell3 |
cell4 | cell5 | cell6 |
cell1 | cell2 | cell3 |
cell4 | cell5 | cell6 |
Foot1 | Foot2 | Foot3 |
Make any link standout more when applying the .btn
class.
Watch out! You can also add notices by appending {: .notice}
to a paragraph.
This is an example of a link.
The abbreviation CSS stands for “Cascading Style Sheets”.
“Code is poetry.” —Automattic
You will learn later on in these tests that word-wrap: break-word;
will be your best friend.
This tag will let you strikeout text.
The emphasize tag should italicize text.
This tag should denote inserted text.
This scarcely known tag emulates keyboard text, which is usually styled like the <code>
tag.
This tag styles large blocks of code.
.post-title { margin: 0 0 5px; font-weight: bold; font-size: 38px; line-height: 1.2; and here's a line of some really, really, really, really long text, just to see how the PRE tag handles it and to find out how it overflows; }
Developers, developers, developers…
–Steve Ballmer
This tag shows bold text.
Getting our science styling on with H2O, which should push the “2” down.
Still sticking with science and Isaac Newton’s E = MC2, which should lift the 2 up.
This allows you to denote variables.
Sorry, but the page you were trying to view does not exist — perhaps you can try searching for it below.
Shaping the Future of Mobility with Human-Centered AI
For over 15 years, I have turned idea concepts into production-ready intelligent systems at Intel and BMW. As a research professor, I am now pioneering the next wave of human-centric AI to build a safer, more intelligent mobility future. This site is an exploration of that journey at the intersection of AI, automotive, and user experience.
Prof. Dr. Alvarez
` tag. ### Preformatted Tag This tag styles large blocks of code.
.post-title {
margin: 0 0 5px;
font-weight: bold;
font-size: 38px;
line-height: 1.2;
and here's a line of some really, really, really, really long text, just to see how the PRE tag handles it and to find out how it overflows;
}
### Quote Tag Developers, developers, developers…
–Steve Ballmer ### Strong Tag This tag shows **bold text**. ### Subscript Tag Getting our science styling on with H2O, which should push the "2" down. ### Superscript Tag Still sticking with science and Isaac Newton's E = MC2, which should lift the 2 up. ### Variable Tag This allows you to denote variables. {% include base_path %} {% for post in site.pages %} {% include archive-single.html %} {% endfor %} </article> </div> Posts by Category
{% include base_path %} {% include group-by-array collection=site.posts field="categories" %} {% for category in group_names %} {% assign posts = group_items[forloop.index0] %}{{ category }}
{% for post in posts %} {% include archive-single.html %} {% endfor %} {% endfor %} Posts by Collection
{% include base_path %} {% capture written_label %}'None'{% endcapture %} {% for collection in site.collections %} {% unless collection.output == false or collection.label == "posts" %} {% capture label %}{{ collection.label }}{% endcapture %} {% if label != written_label %}{{ label }}
{% capture written_label %}{{ label }}{% endcapture %} {% endif %} {% endunless %} {% for post in collection.docs %} {% unless collection.output == false or collection.label == "posts" %} {% include archive-single.html %} {% endunless %} {% endfor %} {% endfor %} CV
{% include base_path %} Education ====== * 2012 International Ph.D in Computer Science, University of the Basque Country & Clemson University * Supervisors: Karmele Lopez Ipina & Juan E. Gilbert * Graduated Summa Cum Laude * 2011 Advance Graduate Research in Engineering, University of Burgos * Graduated Summa Cum Laude * 2006 B.S. in Communication Sciences, University of Burgos * Graduated Summa Cum Laude Work experience ====== * 01/2025 - Present: Profesor of Human-centered Intelligent Systems * THI, Computer Science Faculty, AI Motion Institute * 12/2021 - Present: Principal Engineer, Technical Assistant to Intel Labs Director * Intel Corporation, Intel Labs, Autonomous Driving Research * 09/2014 - 12/2021: Sr. Research Scientist * Intel Corporation, Intel Labs, Autonomous Driving Research * 11/2013 - 09/2014 : Sr. Manager, IT Projects * BMW China * 12/2012 - 11/2013 : Manager, Connected Drive Asia Pacific * BMW China * 02/2012 - 12/2012 : IT Architect * BMW AG * 09/2009 - 02/2012 : Research Associate * BMW USA, Greenville, SC * 09/2009 - 02/2012 : Graudate Research Assistant * Clemson University, School of Computing Skills ====== * Research * Automotive * Automated Driving * Advance Driving Assistance Systems * Safety * Perception * Planning * Connected Vehicles - V2X * Human Factors * Human-Machine Interactions * Driving Monitoring Systems * Technical * Programming * Data Analytics * Product Development * Prototyping * Problem Solving * Languages * Spanish - Native * English / German - Fluent * Chinese - Basic Publications ======{% for post in site.publications %} {% include archive-single-cv.html %} {% endfor %}
Talks ======{% for post in site.talks %} {% include archive-single-talk-cv.html %} {% endfor %}
Teaching ======{% for post in site.teaching %} {% include archive-single-cv.html %} {% endfor %}
Service and leadership ====== * IEEE Sr. Member * ACM Member * IJHCI - Board Member * AutoUI - SC Member * IEEE ITSS - Member
/* * Minimal Mistakes Jekyll Theme * * - Michael Rose * - mademistakes.com * - https://twitter.com/mmistakes * */ @import "vendor/breakpoint/breakpoint"; // media query mixins @import "variables"; @import "mixins"; @import "vendor/susy/susy"; @import "reset"; @import "base"; @import "utilities"; @import "animations"; @import "tables"; @import "buttons"; @import "citations"; @import "notices"; @import "masthead"; @import "navigation"; @import "footer"; @import "syntax"; @import "forms"; @import "page"; @import "archive"; @import "sidebar"; @import "vendor/font-awesome/fontawesome"; @import "vendor/font-awesome/solid"; @import "vendor/font-awesome/brands"; @import "vendor/magnific-popup/magnific-popup"; @import "print"; @import "dark-theme"; Markdown
## Locations of key files/directories * Basic config options: _config.yml * Top navigation bar config: _data/navigation.yml * Single pages: _pages/ * Collections of pages are .md or .html files in: * _publications/ * _portfolio/ * _posts/ * _teaching/ * _talks/ * Footer: _includes/footer.html * Static files (like PDFs): /files/ * Profile image (can set in _config.yml): images/profile.png ## Tips and hints * Name a file ".md" to have it render in markdown, name it ".html" to render in HTML. * Go to the [commit list](https://github.com/academicpages/academicpages.github.io/commits/master) (on your repo) to find the last version Github built with Jekyll. * Green check: successful build * Orange circle: building * Red X: error * No icon: not built ## Resources * [Liquid syntax guide](https://shopify.github.io/liquid/tags/control-flow/) ## Markdown guide ### Header three #### Header four ##### Header five ###### Header six ## Blockquotes Single line blockquote: > Quotes are cool. ## Tables ### Table 1 | Entry | Item | | | -------- | ------ | ------------------------------------------------------------ | | [John Doe](#) | 2016 | Description of the item in the list | | [Jane Doe](#) | 2019 | Description of the item in the list | | [Doe Doe](#) | 2022 | Description of the item in the list | ### Table 2 | Header1 | Header2 | Header3 | |:--------|:-------:|--------:| | cell1 | cell2 | cell3 | | cell4 | cell5 | cell6 | |-----------------------------| | cell1 | cell2 | cell3 | | cell4 | cell5 | cell6 | |=============================| | Foot1 | Foot2 | Foot3 | ## Definition Lists Definition List Title : Definition list division. Startup : A startup company or startup is a company or temporary organization designed to search for a repeatable and scalable business model. #dowork : Coined by Rob Dyrdek and his personal body guard Christopher "Big Black" Boykins, "Do Work" works as a self motivator, to motivating your friends. Do It Live : I'll let Bill O'Reilly [explain](https://www.youtube.com/watch?v=O_HyZ5aW76c "We'll Do It Live") this one. ## Unordered Lists (Nested) * List item one * List item one * List item one * List item two * List item three * List item four * List item two * List item three * List item four * List item two * List item three * List item four ## Ordered List (Nested) 1. List item one 1. List item one 1. List item one 2. List item two 3. List item three 4. List item four 2. List item two 3. List item three 4. List item four 2. List item two 3. List item three 4. List item four ## Buttons Make any link standout more when applying the `.btn` class. ## Notices **Watch out!** You can also add notices by appending `{: .notice}` to a paragraph. {: .notice} ## HTML Tags ### Address Tag 1 Infinite Loop
Cupertino, CA 95014
United States### Anchor Tag (aka. Link) This is an example of a [link](http://github.com "Github"). ### Abbreviation Tag The abbreviation CSS stands for "Cascading Style Sheets". *[CSS]: Cascading Style Sheets ### Cite Tag "Code is poetry." ---Automattic ### Code Tag You will learn later on in these tests that `word-wrap: break-word;` will be your best friend. ### Strike Tag This tag will let you strikeout text. ### Emphasize Tag The emphasize tag should _italicize_ text. ### Insert Tag This tag should denote inserted text. ### Keyboard Tag This scarcely known tag emulates keyboard text, which is usually styled like the `` tag. ### Preformatted Tag This tag styles large blocks of code.
.post-title {
margin: 0 0 5px;
font-weight: bold;
font-size: 38px;
line-height: 1.2;
and here's a line of some really, really, really, really long text, just to see how the PRE tag handles it and to find out how it overflows;
}
### Quote Tag Developers, developers, developers…
–Steve Ballmer ### Strong Tag This tag shows **bold text**. ### Subscript Tag Getting our science styling on with H2O, which should push the "2" down. ### Superscript Tag Still sticking with science and Isaac Newton's E = MC2, which should lift the 2 up. ### Variable Tag This allows you to denote variables. </article> </div> Page not in menu
This is a page not in the menu. You can use markdown in this page. Heading 1 ====== Heading 2 ====== Page Archive
{% include base_path %} {% for post in site.pages %} {% include archive-single.html %} {% endfor %} Patents
{% include base_path %} {% assign postsByYear = site.patents | group_by_exp:"post", "post.date | date: '%Y'" | reverse %} {% for year_group in postsByYear %} <details class="year-details" {% if forloop.first %}open{% endif %}> {{ year_group.name }}
{%- comment -%} Using 'publications-list-indent' for consistency, can be renamed {%- endcomment -%} {% for post in year_group.items reversed %} {%- comment -%} Using 'publication-item' for consistency, can be renamed {%- endcomment -%} {% include archive-single.html %}{% endfor %}</details> {% endfor %} Portfolio
{% include base_path %} {% for post in site.portfolio %} {% include archive-single.html %} {% endfor %} Publications
{% if author.googlescholar %} You can also find my articles on my Google Scholar profile. {% endif %} {% include base_path %} {% assign postsByYear = site.publications | group_by_exp:"post", "post.date | date: '%Y'" | reverse %} {% for year_group in postsByYear %} <details class="year-details" {% if forloop.first %}open{% endif %}> {{ year_group.name }}
{% for post in year_group.items reversed %} {% include archive-single.html %}{% endfor %}</details> {% endfor %} Executive Portfolio
IGNACIO ALVAREZ
Technology Executive | Automotive & AI Leader
📍 Based in Germany · Open to Relocation Globally

Executive Summary
Technology Executive with a track record of CTO-level impact in the Automotive & AI sectors. Proven leader with 15+ years of experience architecting and scaling intelligent systems from R&D to series production, driving 30% YoY R&D ROI amidst budget reductions, leading global R&D organizations of 100+ engineers, and launching platforms adopted by 1M+ users. Expert in defining technical vision that aligns with C-suite objectives, secures market leadership, and generates massive IP value (150+ patents).
Core Competencies
Professional Experience
Tenured Research Professor of Human-centered Intelligent Systems
Technische Hochschule Ingolstadt
2025–Present

Challenge:
Establish and lead cutting-edge research initiatives in human-centered intelligent vehicles while securing substantial funding and building academic-industry partnerships.
Action:
Secured €3M grant from the High-Tech Agenda Program of the Government of Bavaria to develop comprehensive research programs in AI and Automotive. Established THI Doctoral School membership and developed advanced curriculum for Automotive AI Masters and User Experience Design programs.
Result:
Successfully positioned THI as a leading European research institution in AI and Automotive, with substantial funding secured and advanced educational programs established across Computer Science and Engineering faculties.
Principal Engineer & Executive Technical Advisor
Intel Corporation – Intel Labs
2021–2025

Challenge:
Maximize R&D value and strategic impact while managing 8% yearly budget reductions across Intel Labs' global engineering organization, requiring innovative approaches to resource optimization and strategic technology investments.
Action:
Established unified research strategies and cross-functional collaboration across Intel Labs' 500+ person global engineering organization. Steered autonomous driving R&D strategy aligning 100+ multi-regional engineering resources. Served as key technology advisor for M&A, divestiture, and IPO activities within the automotive sector.
Result:
Achieved average 30% YoY increase in R&D ROI, reversing the impact of budget cuts across semiconductor design, packaging, systems, networking, software, algorithmic development and AI. Successfully architected and deployed production-grade automated driving safety systems, reducing validation cycles by ~20% and accelerating compliance with emerging safety regulations.
Senior Research Scientist & Autonomous Driving Lead
Intel Corporation – Intel Labs
2014–2021

Challenge:
Develop and commercialize a comprehensive multimodal in-vehicle R&D platform that integrates cutting-edge technologies while establishing Intel as a leading automotive technology partner and securing substantial research funding.
Action:
Led cross-institutional research collaborations, securing $5M+ in funding and partnerships. Transferred multiple key technologies to Intel's and Mobileye product teams. Led open-source contributions to industry bodies and international standards, bridging research to real-world impact.
Result:
Successfully deployed "Skyline" platform across 10+ global automotive OEMs, showcased at international forums (Google IO, Intel 360). Secured 50+ granted patents and 100+ pending in autonomous systems, AI and robotics. Published 70+ papers and built thought leadership in automotive AI safety and HMI.
Senior IT Manager & Connected Drive Lead
BMW Group
2012–2014

Challenge:
Lead rapid expansion into Asia-Pacific's fastest-growing automotive market while ensuring 24/7 reliability and scalability of connected vehicle services during record growth, and differentiate BMW in a competitive luxury market through innovative in-car technology.
Action:
Managed 100+ IT engineering division across Asia-Pacific, overseeing data centers, telematics, and in-car digital services. Pioneered in-car voice and AI assistants, collaborating with partners like Nuance and Microsoft. Developed integrated multimodal user manual for BMW 7 series.
Result:
Achieved over 1 million new users in the first year, significantly enhancing customer engagement. Launched industry's first natural-language voice assistant and multimodal user manual, setting new standards for in-vehicle HMI and earning industry-wide commendations for innovation.
Advanced Research Roles
BMW IT Research Center and Clemson University, I-CAR
2009–2012

Challenge:
Develop cutting-edge automotive technology prototypes that can inform future product roadmaps while bridging academic research with commercial applications in the automotive industry.
Action:
Collaborated between BMW Technology Office USA and Clemson University to develop functional prototypes for location-based services, voice-activated navigation, augmented reality user manuals, and driver assistance systems.
Result:
Successfully created first proofs-of-concept that informed future BMW product roadmaps, establishing foundational technologies for connected vehicle services and advanced driver assistance systems.
Professional Leadership & Affiliations
IEEE Intelligent Transportation Systems Society – Member of Board of Governors (elected role driving global ITS strategy)
ACM AutomotiveUI Conference – Steering Committee Member (shaping annual agenda for automotive UX innovation)
Editorial Boards – Board Member for IEEE ITS Magazine and Int. Journal of Human-Computer Interaction
Senior Member, IEEE and Member, ACM, SAE (recognized professional standing and contributions in tech)Thought Leadership & Innovation
Patents
Holder of 150+ patents (50+ granted) in autonomous systems, AI, and robotics, shaping the core IP strategy for market-leading mobility solutions.
View Patent Portfolio Publications
Author of 70+ publications in top-tier IEEE and ACM venues and editor of multiple books on autonomous system engineering.
View Publications Industry Standards
Key contributor to the definition of global safety and communication standards for autonomous vehicles through leadership roles in IEEE and ETSI.
View Standards Work Education
Ph.D. in Computer Science (Automotive Intelligent Systems)
University of the Basque Country, Spain & Clemson University, USA, 2012
Summa Cum Laude
Joint international doctoral program focusing on conversational AI for vehicles.
M.Sc. in Media and Information Technology
Hochschule Offenburg, Germany, 2009
Coursework in multimedia systems and human-computer interaction.
B.Sc. in Communication Sciences
University of Burgos, Spain, 2006
Summa Cum Laude
Minor in Telecommunications.
Sitemap
{% include base_path %} A list of all the posts and pages found on the site. For you robots out there is an [XML version]({{ base_path }}/sitemap.xml) available for digesting as well.Pages
{% for post in site.pages %} {% include archive-single.html %} {% endfor %}Posts
{% for post in site.posts %} {% include archive-single.html %} {% endfor %} {% capture written_label %}'None'{% endcapture %} {% for collection in site.collections %} {% unless collection.output == false or collection.label == "posts" %} {% capture label %}{{ collection.label }}{% endcapture %} {% if label != written_label %}{{ label }}
{% capture written_label %}{{ label }}{% endcapture %} {% endif %} {% endunless %} {% for post in collection.docs %} {% unless collection.output == false or collection.label == "posts" %} {% include archive-single.html %} {% endunless %} {% endfor %} {% endfor %} Posts by Tags
{% include base_path %} {% include group-by-array collection=site.posts field="tags" %} {% for tag in group_names %} {% assign posts = group_items[forloop.index0] %}{{ tag }}
{% for post in posts %} {% include archive-single.html %} {% endfor %} {% endfor %} Talk map
This map is generated from a Jupyter Notebook file in /_talks/talkmap.ipynb, which mines the location fields in the .md files in _talks/.
Talks and presentations
{% if site.talkmap_link == true %}{% endif %} {% for post in site.talks reversed %} {% include archive-single-talk.html type='talk' %} {% endfor %} Talks
{% include base_path %} {% assign postsByYear = site.talks | group_by_exp:"post", "post.date | date: '%Y'" | reverse %} {% for year_group in postsByYear %} <details class="year-details" {% if forloop.first %}open{% endif %}> {{ year_group.name }}
{% for post in year_group.items reversed %} {% include archive-single-talk.html type='talk' %}{% endfor %}</details> {% endfor %} Teaching
{% include base_path %} {% for post in site.teaching reversed %} {% include archive-single.html %} {% endfor %} Teaching
{% include base_path %} {% assign postsByYear = site.teaching | group_by_exp:"post", "post.date | date: '%Y'" | reverse %} {% for year_group in postsByYear %} <details class="year-details" {% if forloop.first %}open{% endif %}> {{ year_group.name }}
{% for post in year_group.items reversed %} {% include archive-single-teaching.html type='teaching' %}{% endfor %}</details> {% endfor %} Terms and Privacy Policy
{% include base_path %} {% include toc %} ## Privacy Policy The privacy of my visitors is extremely important. This Privacy Policy outlines the types of personal information that is received and collected and how it is used. First and foremost, I will never share your email address or any other personal information to anyone without your direct consent. ### Log Files Like many other websites, this site uses log files to help learn about when, from where, and how often traffic flows to this site. The information in these log files include: * Internet Protocol addresses (IP) * Types of browser * Internet Service Provider (ISP) * Date and time stamp * Referring and exit pages * Number of clicks All of this information is not linked to anything that is personally identifiable. ### Cookies and Web Beacons When you visit this site "convenience" cookies are stored on your computer when you submit a comment to help you log in faster to [Disqus](http://disqus.com) the next time you leave a comment. Third-party advertisers may also place and read cookies on your browser and/or use web beacons to collect information. This site has no access or control over these cookies. You should review the respective privacy policies on any and all third-party ad servers for more information regarding their practices and how to opt-out. If you wish to disable cookies, you may do so through your web browser options. Instructions for doing so can be found on the specific web browsers' websites. #### Google Analytics Google Analytics is a web analytics tool I use to help understand how visitors engage with this website. It reports website trends using cookies and web beacons without identifying individual visitors. You can read [Google Analytics Privacy Policy](http://www.google.com/analytics/learn/privacy.html). Blog posts
{% include base_path %} {% capture written_year %}'None'{% endcapture %} {% for post in site.posts %} {% capture year %}{{ post.date | date: '%Y' }}{% endcapture %} {% if year != written_year %}{{ year }}
{% capture written_year %}{{ year }}{% endcapture %} {% endif %} {% include archive-single.html %} {% endfor %}
{"/about/":"https://ignacioalvmar.com/","/about.html":"https://ignacioalvmar.com/","/md/":"https://ignacioalvmar.com/markdown/","/markdown.html":"https://ignacioalvmar.com/markdown/","/nmp/":"https://ignacioalvmar.com/non-menu-page/","/nmp.html":"https://ignacioalvmar.com/non-menu-page/","/cv/":"https://ignacioalvmar.com/resume/","/wordpress/blog-posts/":"https://ignacioalvmar.com/year-archive/"} Jupyter notebook markdown generator
# Jupyter notebook markdown generator These .ipynb files are Jupyter notebook files that convert a TSV containing structured data about talks (`talks.tsv`) or presentations (`presentations.tsv`) into individual markdown files that will be properly formatted for the academicpages template. The notebooks contain a lot of documentation about the process. The .py files are pure python that do the same things if they are executed in a terminal, they just don't have pretty documentation.
{% if page.xsl %} {% endif %} {% assign collections = site.collections | where_exp:'collection','collection.output != false' %}{% for collection in collections %}{% assign docs = collection.docs | where_exp:'doc','doc.sitemap != false' %}{% for doc in docs %} {{ doc.url | replace:'/index.html','/' | absolute_url | xml_escape }} {% if doc.last_modified_at or doc.date %}{{ doc.last_modified_at | default: doc.date | date_to_xmlschema }} {% endif %} {% endfor %}{% endfor %}{% assign pages = site.html_pages | where_exp:'doc','doc.sitemap != false' | where_exp:'doc','doc.url != "/404.html"' %}{% for page in pages %} {{ page.url | replace:'/index.html','/' | absolute_url | xml_escape }} {% if page.last_modified_at %}{{ page.last_modified_at | date_to_xmlschema }} {% endif %} {% endfor %}{% assign static_files = page.static_files | where_exp:'page','page.sitemap != false' | where_exp:'page','page.name != "404.html"' %}{% for file in static_files %} {{ file.path | replace:'/index.html','/' | absolute_url | xml_escape }} {{ file.modified_time | date_to_xmlschema }} {% endfor %}
{% if page.xsl %}{% endif %}<feed xmlns="http://www.w3.org/2005/Atom" {% if site.lang %}xml:lang="{{ site.lang }}"{% endif %}>Jekyll <link href="{{ '/' | absolute_url }}" rel="alternate" type="text/html" {% if site.lang %}hreflang="{{ site.lang }}" {% endif %}/>{{ site.time | date_to_xmlschema }} {{ page.url | absolute_url | xml_escape }} {% assign title = site.title | default: site.name %}{% if page.collection != "posts" %}{% assign collection = page.collection | capitalize %}{% assign title = title | append: " | " | append: collection %}{% endif %}{% if page.category %}{% assign category = page.category | capitalize %}{% assign title = title | append: " | " | append: category %}{% endif %}{% if title %}{{ title | smartify | xml_escape }} {% endif %}{% if site.description %}{{ site.description | xml_escape }} {% endif %}{% if site.author %}{{ site.author.name | default: site.author | xml_escape }} {% if site.author.email %}{{ site.author.email | xml_escape }} {% endif %}{% if site.author.uri %}{{ site.author.uri | xml_escape }} {% endif %} {% endif %}{% if page.tags %}{% assign posts = site.tags[page.tags] %}{% else %}{% assign posts = site[page.collection] %}{% endif %}{% if page.category %}{% assign posts = posts | where: "categories", page.category %}{% endif %}{% unless site.show_drafts %}{% assign posts = posts | where_exp: "post", "post.draft != true" %}{% endunless %}{% assign posts = posts | sort: "date" | reverse %}{% assign posts_limit = site.feed.posts_limit | default: 10 %}{% for post in posts limit: posts_limit %}<entry{% if post.lang %}{{" "}}xml:lang="{{ post.lang }}"{% endif %}>{% assign post_title = post.title | smartify | strip_html | normalize_whitespace | xml_escape %}{{ post_title }} {{ post.date | date_to_xmlschema }} {{ post.last_modified_at | default: post.date | date_to_xmlschema }} {{ post.id | absolute_url | xml_escape }} {% assign excerpt_only = post.feed.excerpt_only | default: site.feed.excerpt_only %}{% unless excerpt_only %}<![CDATA[{{ post.content | strip }}]]> {% endunless %}{% assign post_author = post.author | default: post.authors[0] | default: site.author %}{% assign post_author = site.data.authors[post_author] | default: post_author %}{% assign post_author_email = post_author.email | default: nil %}{% assign post_author_uri = post_author.uri | default: nil %}{% assign post_author_name = post_author.name | default: post_author %}{{ post_author_name | default: "" | xml_escape }} {% if post_author_email %}{{ post_author_email | xml_escape }} {% endif %}{% if post_author_uri %}{{ post_author_uri | xml_escape }} {% endif %} {% if post.category %} {% elsif post.categories %}{% for category in post.categories %} {% endfor %}{% endif %}{% for tag in post.tags %} {% endfor %}{% assign post_summary = post.description | default: post.excerpt %}{% if post_summary and post_summary != empty %}<![CDATA[{{ post_summary | strip_html | normalize_whitespace }}]]> {% endif %}{% assign post_image = post.image.path | default: post.image %}{% if post_image %}{% unless post_image contains "://" %}{% assign post_image = post_image | absolute_url %}{% endunless %} {% endif %}</entry>{% endfor %}</feed>