<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.9.3">Jekyll</generator><link href="https://landovsky.github.io/feed.xml" rel="self" type="application/atom+xml" /><link href="https://landovsky.github.io/" rel="alternate" type="text/html" /><updated>2023-06-30T07:42:29+00:00</updated><id>https://landovsky.github.io/feed.xml</id><title type="html">Tom’s blog</title><subtitle>My personal blog to write about things I'm interested in.</subtitle><entry><title type="html">Generating web with AI - state of the art?</title><link href="https://landovsky.github.io/en/2023/06/29/generating-web-with-ai-state-of-the-art.html" rel="alternate" type="text/html" title="Generating web with AI - state of the art?" /><published>2023-06-29T20:15:34+00:00</published><updated>2023-06-29T20:15:34+00:00</updated><id>https://landovsky.github.io/en/2023/06/29/generating-web-with-ai-state-of-the-art</id><content type="html" xml:base="https://landovsky.github.io/en/2023/06/29/generating-web-with-ai-state-of-the-art.html">&lt;h1 id=&quot;objectives&quot;&gt;Objectives&lt;/h1&gt;

&lt;hr /&gt;

&lt;p&gt;&lt;strong&gt;I would like to speed-up UI prototyping so that I can go from a prompt to code real fast.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Specifically I wanted to design a webpage given this specification:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;TLDR&lt;/strong&gt; &lt;em&gt;(full brief in the appendix)&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Search engine simplifying the process of finding pharmacies with specific medicines. Page 1: Search by medicine name and view results with in-stock indicators. Sort results by distance. Page 2: Medicine detail showing which pharmacies have it in stock, with info about each pharmacy (address, opening hours.)&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;I’ve briefly explored several approaches&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;specialized tools&lt;/li&gt;
  &lt;li&gt;ChatGPT&lt;/li&gt;
  &lt;li&gt;Figma plugins&lt;/li&gt;
&lt;/ul&gt;

&lt;h1 id=&quot;specialized-tools&quot;&gt;Specialized tools&lt;/h1&gt;

&lt;hr /&gt;

&lt;p&gt;From 4 random articles titled “10 best tools for AI design” I’ve picked solutions matching my problem.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Verdict&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;overall failure in helping my use-case&lt;/li&gt;
  &lt;li&gt;most tools have preconceived idea of web structure&lt;/li&gt;
  &lt;li&gt;tools are probably designed for people who could not otherwise build a web and so their needs don’t match mine (missing exports, etc)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;snappyappypiecom&quot;&gt;&lt;a href=&quot;http://snappy.appypie.com/&quot;&gt;Snappy.appypie.com&lt;/a&gt;&lt;/h2&gt;

&lt;ul&gt;
  &lt;li&gt;Platform purpose: “Create powerful web and mobile applications and automate workflows easily and quickly without any coding.”&lt;/li&gt;
  &lt;li&gt;Generates a site based on prompt (without word limit).&lt;/li&gt;
  &lt;li&gt;The output is more of a wireframe, purposed for a phone resolution.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;img src=&quot;/assets/images/generating-web-with-ai/snappy.appypie.com_result.png&quot; alt=&quot;snappy.appypie.com result.png&quot; /&gt;&lt;/p&gt;

&lt;h2 id=&quot;uizardio-&quot;&gt;&lt;a href=&quot;http://uizard.io/&quot;&gt;Uizard.io&lt;/a&gt; 👍&lt;/h2&gt;

&lt;ul&gt;
  &lt;li&gt;First real generator (28 USD per month).&lt;/li&gt;
  &lt;li&gt;Takes a 300-character description prompt and 150-character design requirements.&lt;/li&gt;
  &lt;li&gt;Pros: generates several screens with components, creates a prototype with pages linked together. Users generative model to create images. The result is editable (Figma-like).&lt;/li&gt;
  &lt;li&gt;Cons: most of UX is hallucinations, none of it is actually usable as a finished product; components are recycled (across completely different prompts), does not adhere to constraints (i.e. design 2 pages). Can only be exported as PDF, PNG, and JPEG.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;img src=&quot;/assets/images/generating-web-with-ai/uizard-pharmacy-Landing-f4c78.png&quot; alt=&quot;uizard-pharmacy-Landing-f4c78.png&quot; /&gt;&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;/assets/images/generating-web-with-ai/uizard-pharmacy-SearchResults-ba8de.png&quot; alt=&quot;uizard-pharmacy-SearchResults-ba8de.png&quot; /&gt;&lt;/p&gt;

&lt;p&gt;⬇️ Result for prompt asking for completely something different, spot 10 similarities..&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;/assets/images/generating-web-with-ai/Landing-79686.png&quot; alt=&quot;Landing-79686.png&quot; /&gt;&lt;/p&gt;

&lt;h2 id=&quot;durableco&quot;&gt;&lt;a href=&quot;http://durable.co/&quot;&gt;Durable.co&lt;/a&gt;&lt;/h2&gt;

&lt;ul&gt;
  &lt;li&gt;AI website builder with tons of other services (marketing, CRM, invoicing) placing it outside my use-case&lt;/li&gt;
  &lt;li&gt;Generates a site based on industry and name (can suggest one) - can be hacked by sending description prompt in the industry field.&lt;/li&gt;
  &lt;li&gt;No prompt customization.&lt;/li&gt;
  &lt;li&gt;Produces average quality visuals, but structure seems the same - hero, image, service cards, testimonial, gallery, contact info and form.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;img src=&quot;/assets/images/generating-web-with-ai/app.durable.co_result.png&quot; alt=&quot;app.durable.co result.png&quot; /&gt;&lt;/p&gt;

&lt;h2 id=&quot;wixcom&quot;&gt;&lt;a href=&quot;http://wix.com/&quot;&gt;Wix.com&lt;/a&gt;&lt;/h2&gt;

&lt;ul&gt;
  &lt;li&gt;Claims “AI technology that creates a site for you.”&lt;/li&gt;
  &lt;li&gt;Could not find AI designer.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;debuildapp&quot;&gt;Debuild.app&lt;/h2&gt;

&lt;ul&gt;
  &lt;li&gt;Joined waiting list.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;10webio&quot;&gt;&lt;a href=&quot;http://10web.io/&quot;&gt;10Web.io&lt;/a&gt;&lt;/h2&gt;

&lt;ul&gt;
  &lt;li&gt;AI web design.&lt;/li&gt;
  &lt;li&gt;Input: describe business and 3 key services.&lt;/li&gt;
  &lt;li&gt;Generates OK design (responsive), but does not adhere to the prompt (no search input, etc.).&lt;/li&gt;
  &lt;li&gt;Seems more like the layout and structure is preconceived (home, service, about and contact pages) and AI only generates texts and images.&lt;/li&gt;
  &lt;li&gt;Output &amp;gt; &lt;a href=&quot;https://10web-site.ai/52/working-troll/&quot;&gt;https://10web-site.ai/52/working-troll/&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;img src=&quot;/assets/images/generating-web-with-ai/10web.io_result.png&quot; alt=&quot;10web.io result.png&quot; /&gt;&lt;/p&gt;

&lt;h2 id=&quot;sketch2code-microsoft&quot;&gt;Sketch2Code (Microsoft)&lt;/h2&gt;

&lt;ul&gt;
  &lt;li&gt;Site not available &lt;a href=&quot;https://sketch2code.azurewebsites.net/&quot;&gt;https://sketch2code.azurewebsites.net/&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Overall, none of these tools can help me achieve my goal of designing a simple site based on my prompt.&lt;/p&gt;

&lt;h1 id=&quot;chatgpt&quot;&gt;ChatGPT&lt;/h1&gt;

&lt;hr /&gt;

&lt;p&gt;Approach&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;get GPT to generate code using Bootstrap&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The result is closer to what I need, but it obviously needs more work to be useful.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;/assets/images/generating-web-with-ai/gpt-search.png&quot; alt=&quot;gpt-search.png&quot; /&gt;&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;/assets/images/generating-web-with-ai/gpt-detail.png&quot; alt=&quot;gpt-detail.png&quot; /&gt;&lt;/p&gt;

&lt;h1 id=&quot;figma-plugin&quot;&gt;Figma plugin&lt;/h1&gt;

&lt;hr /&gt;

&lt;p&gt;Using figma to code plugins, one can achieve interesting results. The downside is that you need the Figma design…&lt;/p&gt;

&lt;p&gt;Input:&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;/assets/images/generating-web-with-ai/Screenshot_2023-06-30_at_8.41.47.png&quot; alt=&quot;Screenshot 2023-06-30 at 8.41.47.png&quot; /&gt;&lt;/p&gt;

&lt;p&gt;Output:&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;/assets/images/generating-web-with-ai/Screenshot_2023-06-30_at_8.44.47.png&quot; alt=&quot;Screenshot 2023-06-30 at 8.44.47.png&quot; /&gt;&lt;/p&gt;

&lt;h1 id=&quot;appendix&quot;&gt;Appendix&lt;/h1&gt;

&lt;hr /&gt;

&lt;h2 id=&quot;full-spec&quot;&gt;Full spec&lt;/h2&gt;

&lt;p&gt;&lt;em&gt;The MediSearch platform serves as a user-friendly medicine search engine that simplifies the process of finding pharmacies with specific medicines in stock. The website is theme is predominantly violet and features exquisite use of color gradients.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;&lt;strong&gt;Homepage(Search and Result List):&lt;/strong&gt; On the homepage, we offer users the ability to search for medicines based on their names. Typing in the search bar, results begin to appear in a list where each row distinctively displays a combination of the medicine name and form (e.g., Coldrex Sacks, Coldrex Tablets 50mg). A keen eye would notice an in-stock indicator icon next to each medicine to swiftly inform of its availability status. Results can be further honed based on users’ convenience as they have the option to sort these results by distance from their pre-estimated location.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;&lt;strong&gt;Medicine Detail Page:&lt;/strong&gt; Post choosing a medicine from the list, users are redirected to a medicine detail page containing an array of pharmacy cards. Each card leaves no stone unturned in providing all necessary information about a pharmacy – its name, address, phone number, and operation hours. Further, a compactly fitting map ensures users do not have to scour the internet for directions.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;&lt;strong&gt;Email Subscription Page:&lt;/strong&gt; In unfortunate circumstances where a user’s required medicine is out of stock in all pharmacies, we offer a silver lining - an option to subscribe for email notifications about the medicine’s availability status.&lt;/em&gt;&lt;/p&gt;

&lt;h2 id=&quot;gpt-prompt&quot;&gt;GPT prompt&lt;/h2&gt;

&lt;p&gt;You are a web developer with design capabilities. You will take a description (see below), enhance it by inserting details written in between the lines and based on the enhanced description build the html code split to individual pages.&lt;/p&gt;

&lt;p&gt;Website description:&lt;/p&gt;

&lt;p&gt;Design requirements:&lt;/p&gt;

&lt;p&gt;Here are a few rules to observe:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;output complete HTML using Slim lang syntax&lt;/li&gt;
  &lt;li&gt;use Bootstrap as the CSS framework, its components and utility classes&lt;/li&gt;
  &lt;li&gt;make sure you properly place elements (by adding padding / margin as necessary)&lt;/li&gt;
  &lt;li&gt;when relevant use icons (for example state indicators, input field icons (email, phone, location, etc.)&lt;/li&gt;
  &lt;li&gt;use (but don’t overuse) primary color for main actions and secondary color for other actions&lt;/li&gt;
  &lt;li&gt;when designing sub-pages, include bread crumbs&lt;/li&gt;
  &lt;li&gt;include aria roles and attributes for accessibility&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;uizardio-prompt&quot;&gt;&lt;a href=&quot;http://uizard.io&quot;&gt;uizard.io&lt;/a&gt; prompt&lt;/h2&gt;

&lt;p&gt;Search engine simplifying the process of finding pharmacies with specific medicines. Page 1: Search by medicine name and view results with in-stock indicators. Sort results by distance. Page 2: Medicine detail showing which pharmacies have it in stock, with info about each pharmacy (address, opening hours.)&lt;/p&gt;

&lt;p&gt;&lt;em&gt;There was another one I was trying but was lost in time..&lt;/em&gt;&lt;/p&gt;</content><author><name></name></author><category term="en" /><summary type="html">Objectives</summary></entry><entry><title type="html">Spotřeba fosilních paliv jako zdrojů energie v ČR</title><link href="https://landovsky.github.io/cz/2022/11/05/spotreba-fosilnich-paliv-jako-zdroju-energie-v-cr.html" rel="alternate" type="text/html" title="Spotřeba fosilních paliv jako zdrojů energie v ČR" /><published>2022-11-05T20:15:34+00:00</published><updated>2022-11-05T20:15:34+00:00</updated><id>https://landovsky.github.io/cz/2022/11/05/spotreba-fosilnich-paliv-jako-zdroju-energie-v-cr</id><content type="html" xml:base="https://landovsky.github.io/cz/2022/11/05/spotreba-fosilnich-paliv-jako-zdroju-energie-v-cr.html">&lt;h3 id=&quot;jaká-je-spotřeba-energií-v-čr&quot;&gt;Jaká je spotřeba energií v ČR?&lt;/h3&gt;

&lt;p&gt;Chtěl jsem si udělat řádovou představu o energetických požadavcích České Republiky. Mluví se o stavbě dalšího bloku Temelínu, o nahrazování špinavých zdrojů těmi obnovitelnými nebo nízkoemisními. Energii spotřebováváme ale i jinak než ve formě elektřiny. Kdybychom měli nahradit opravdu veškeré fosilní zdroje, o jaké množství energie by se jednalo?&lt;/p&gt;

&lt;p&gt;V době, kdy jsem se tímto zabýval měl nejblíže k nástinu článek portálu &lt;a href=&quot;https://oenergetice.cz/zahranicni/iea-fosilni-paliva-mela-2017-podil-813-celosvetove-produkci-energie&quot; target=&quot;_blank&quot;&gt;oenergetice.cz&lt;/a&gt;, který se ale dívá na globální spotřebu. Pohled na spotřebu z hlediska ČR mi přijde představitelnější než pohled globální.&lt;/p&gt;

&lt;p&gt;Později vyšel &lt;a href=&quot;https://www.kurzy.cz/zpravy/679785-kolik-plynu-elektriny-ropy-a-dalsich-zdroju-se-spotrebuje-a-na-co/&quot; target=&quot;_blank&quot;&gt;článek na kurzy.cz&lt;/a&gt;, který uvádí spotřebu v PJ (peta joulech) a analyzuje strukturu paliv a energií a její spotřebitele.&lt;/p&gt;

&lt;p&gt;Předpokládaný postup:&lt;/p&gt;
&lt;ol&gt;
  &lt;li&gt;Najít zdroje dat o spotřebě fosilních paliv&lt;/li&gt;
  &lt;li&gt;Převést je na společné jednotky TWh&lt;/li&gt;
  &lt;li&gt;Porovnat s jednotkou výroby&lt;/li&gt;
&lt;/ol&gt;

&lt;h3 id=&quot;zdroj-dat&quot;&gt;Zdroj dat&lt;/h3&gt;
&lt;p&gt;Jako zdroj poslouží stránka ČSÚ &lt;a href=&quot;https://www.czso.cz/csu/czso/spotreba-paliv-a-energie&quot; target=&quot;_blank&quot;&gt;Spotřeba paliv a energie&lt;/a&gt;, kde najdeme spotřebu jednotlivých typů paliv.
Již při hledání zdrojů jsem si vybral rok 2020 pro který by již mohla být dostupná data pro všechny typy paliv a proto jsem zvolil z katalogu ČSÚ tento rok.&lt;/p&gt;

&lt;p&gt;Katalog obsahuje spotřebu paliv a el. energie dle odvětví. U každého typu paliva jsou uvedené jednotky objemu (tuny, litry) a GJ jako jednotka energie.&lt;/p&gt;

&lt;p&gt;Některá odvětví mohou používat fosilní zdroje jinak než spalováním (výrobu tepla, elektřiny, nebo ve spalovacích motorech), např. na farmaceutický nebo chemický průmysl. Očištění o tato odvětví jsem ale neprovedl, protože mi spotřeba mimo spalování nepřišla významná. Jako příklad jsem si vybral největší položku spotřeby zemního plynu - odvětví “Výroba chemických látek a chemických přípravků” spotřebovalo cca 7% plynu, což řádově neovlivní číslo, ke kterému se chci dostat.&lt;/p&gt;

&lt;p&gt;Zpětně jsem se podíval na ostatní typy paliv - koks a černé uhlí, kde je situace podobná.&lt;/p&gt;

&lt;h3 id=&quot;převod-jednotek&quot;&gt;Převod jednotek&lt;/h3&gt;
&lt;p&gt;U všech surovin byly uveden ekvivalent v GJ (giga joulech). Protože jsem chtěl vědět, kolik el. energie by muselo být vyprodukováno pro náhradu fosilních paliv, potřeboval jsem GJ převést na TWh (tera-watt hodiny). 1 W = 1 joule / sek., takže když vydělíme GJ 3600, dostaneme GWh a / 1000 TWh.&lt;/p&gt;

&lt;p&gt;Elektrickou energii jsem do energetické náročnosti nedával, protože suroviny pro její výrobu jsou v tabulce již započteny a energii z nízkoemisních zdrojů nezapočítáváme, ta už se nízkoemisně vyrábí.&lt;/p&gt;

&lt;h3 id=&quot;výsledky&quot;&gt;Výsledky&lt;/h3&gt;
&lt;p&gt;Z fosilních paliv v ČR spotřebujeme 780 PJ, nebo-li 216 TWh energie.
Číslo je ohromující. Pro představu, je to ekvivalent:&lt;/p&gt;
&lt;ul&gt;
  &lt;li&gt;14 Temelínů&lt;/li&gt;
  &lt;li&gt;7x všech jaderných zdrojů v ČR&lt;/li&gt;
  &lt;li&gt;21,7 miliónů domácích solárních elektráren (10KWp)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Celková spotřeba fos. paliv v ČR 2020&lt;/strong&gt;&lt;/p&gt;

&lt;table&gt;
  &lt;thead&gt;
    &lt;tr&gt;
      &lt;th&gt;&lt;strong&gt;Zdroj energie&lt;/strong&gt;&lt;/th&gt;
      &lt;th style=&quot;text-align: right&quot;&gt;&lt;strong&gt;PJ&lt;/strong&gt;&lt;/th&gt;
      &lt;th style=&quot;text-align: right&quot;&gt;&lt;strong&gt;TWh&lt;/strong&gt;&lt;/th&gt;
    &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
    &lt;tr&gt;
      &lt;td&gt;hnědé uhlí&lt;/td&gt;
      &lt;td style=&quot;text-align: right&quot;&gt;352.45&lt;/td&gt;
      &lt;td style=&quot;text-align: right&quot;&gt;97.90&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td&gt;zemní plyn&lt;/td&gt;
      &lt;td style=&quot;text-align: right&quot;&gt;177.58&lt;/td&gt;
      &lt;td style=&quot;text-align: right&quot;&gt;49.33&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td&gt;černé uhlí&lt;/td&gt;
      &lt;td style=&quot;text-align: right&quot;&gt;120.11&lt;/td&gt;
      &lt;td style=&quot;text-align: right&quot;&gt;33.36&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td&gt;nafta&lt;/td&gt;
      &lt;td style=&quot;text-align: right&quot;&gt;68.21&lt;/td&gt;
      &lt;td style=&quot;text-align: right&quot;&gt;18.95&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td&gt;koks&lt;/td&gt;
      &lt;td style=&quot;text-align: right&quot;&gt;57.72&lt;/td&gt;
      &lt;td style=&quot;text-align: right&quot;&gt;16.03&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td&gt;benzín&lt;/td&gt;
      &lt;td style=&quot;text-align: right&quot;&gt;4.21&lt;/td&gt;
      &lt;td style=&quot;text-align: right&quot;&gt;1.17&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td&gt;brykety&lt;/td&gt;
      &lt;td style=&quot;text-align: right&quot;&gt;0.01&lt;/td&gt;
      &lt;td style=&quot;text-align: right&quot;&gt;0.00&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td&gt;&lt;strong&gt;Celkem&lt;/strong&gt;&lt;/td&gt;
      &lt;td style=&quot;text-align: right&quot;&gt;&lt;strong&gt;780.30&lt;/strong&gt;&lt;/td&gt;
      &lt;td style=&quot;text-align: right&quot;&gt;&lt;strong&gt;216.75&lt;/strong&gt;&lt;/td&gt;
    &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;

&lt;p&gt;&lt;strong&gt;Srovnání s výrobou elektřiny&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Na výrobu el. energie bylo použito 38% fos. paliv. 62% (kromě PHM) bylo využito pro výrobu tepla v domácnostech, firmách a průmyslu.&lt;/p&gt;

&lt;table&gt;
  &lt;thead&gt;
    &lt;tr&gt;
      &lt;th&gt;&lt;strong&gt;Zdroj energie&lt;/strong&gt;&lt;/th&gt;
      &lt;th&gt;&lt;strong&gt;PJ&lt;/strong&gt;&lt;/th&gt;
      &lt;th style=&quot;text-align: right&quot;&gt;&lt;strong&gt;TWh&lt;/strong&gt;&lt;/th&gt;
    &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
    &lt;tr&gt;
      &lt;td&gt;el. z fosilních zdrojů&lt;/td&gt;
      &lt;td&gt;-&lt;/td&gt;
      &lt;td style=&quot;text-align: right&quot;&gt;41&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td&gt;el. z ostatních zdrojů&lt;/td&gt;
      &lt;td&gt;-&lt;/td&gt;
      &lt;td style=&quot;text-align: right&quot;&gt;41&lt;/td&gt;
    &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;

&lt;p&gt;&lt;a href=&quot;https://docs.google.com/spreadsheets/d/1vdNPmwila56Nor2sWxiaqkr0rjtOQumdgzrRP5-TZ4k&quot; target=&quot;_blank&quot;&gt;Zdrojová data (Google Sheet)&lt;/a&gt;&lt;/p&gt;

&lt;h3 id=&quot;závěr&quot;&gt;Závěr&lt;/h3&gt;
&lt;p&gt;Vzhledem k “rychlosti” elektrifikace si lze těžko představit, že během krátké doby (řekněme 10, nebo 20 let) bude naše spotřeba energií bezemisní. To je určitě složitější téma, protože v něm hraje roli spousta faktorů - snižování energetické náročnosti budov, zlepšování efektivity vytápění, snižování spotřeby vlivem oteplování, atd. To je k zamyšlení na někdy jindy.&lt;/p&gt;</content><author><name></name></author><category term="cz" /><summary type="html">Jaká je spotřeba energií v ČR?</summary></entry></feed>