You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
1.7 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="{{ url_for('static', filename='style.css') }}" rel="stylesheet">
{% if DEBUG %}
<link href="{{ url_for('static', filename='pagedjs.interface.css') }}" rel="stylesheet">
<script src="{{ url_for('static', filename='js/paged.polyfill.js') }}"></script>
<!-- <script src="https://unpkg.com/pagedjs/dist/paged.polyfill.js"></script> -->
{% endif %}
<title>Dreaming with {{ dream_tree }} in {{ place }}</title>
</head>
<body>
<h1>Dreaming with {{ dream_tree }} in {{ place }}</h1>
<p>{{description_tree}}</p>
<p>Trees absorb CO2 from the air and generate oxygen.
In forests and parks, the concentration of trees is high and CO2 emissions are often low,
because traffic is inexistant. The air quality for humans is therefore generally better.
The hypothesis exists that the high concentration of trees allows for more lucid dreaming.
It is said as well that a personal relationship to a tree can enhance lucid dreaming as well,
even if the tree is living in an urban area</p>
<h2>ENJOY YOUR DREAMS!</h2>
<pre>{{final_text}}</pre>
<h2>Credits</h2>
<p>This work was developed by Ipek Burçak and An Mertens during the Anaïs Berck residency at Meyboom, Brussels in Sept-Oct 2022.</p>
<p>The dreams are a selection of <a href = "https://archivedream.wordpress.com/">Pandemic Dreams Archive</a>, a project by Erick Felinto, Fabiane M. Borges, Lívia Diniz, Rafael Frazão and Tiago F. Pimentel.</p>
<p>Thanks to Gijs de Heij for the technical teaching & help!</p>
</body>
</html>