Search
Results
Results
${ capture(/^/, {
0: (data, captures) => (
data.params.project !== undefined ?
include('#filter-navigation-close-project', data) :
data.params.collection !== undefined ?
include('#filter-navigation-close-collection', data) :
include('#filter-navigation-search', data)
),
catch: () => console.log('TODO: SHOULDNT GET HERE')
}, data.location, data.location.name) }
${data.collections.reduce(function (acc, col) {
return acc + col.content_count
}, 0)}
${
merge([{ type: 'resize' }], events('resize', window))
// To size
.map(() => (window.innerWidth >= px('70em') ? 'big' : 'small'))
// Deduplicate
.filter(((prev) => (value) => {
const result = prev !== value;
prev = value;
return result;
})(null))
// Include
.map((size) => (size === 'big' ? 'Living Archives' : capture(/^/, {
0: (data, captures) => (
data.identifier === 'filters' ? 'Search / Filter' :
data.params.project !== undefined ? 'Project' :
data.params.collection !== undefined ? 'Collection' :
'Results'
),
catch: () => console.log('TODO: SHOULDNT GET HERE')
}, data.location, data.location.name)))
}
${ data.id[0].toUpperCase() + data.id.slice(1) }
${ events('dom-activate', element)
.take(1)
.map(() =>
request('/cms/' + data.id + '/')
.then((html) => {
const template = document.createElement('template');
template.innerHTML = html;
return template.content.querySelector('.inline-content-block');
})
) }
Back to navigation
The Tree of Knowledge is an educational fair designed to promote an understanding of science and the natural world. The project consists of three pathways, across a sunflower field, each lined with multiple dome-shaped pavillions. These structures, or "zomes", serve as interactive exhibits, allowing visitors to learn about a variety of scientific concepts and phenomena through hands-on experiences, from general to specialized topics.
The visitors are welcomed in a large biodiversity garden that introduces them to this surprising architecture before letting them discover their own path.
The exhibition is designed to inspire curiosity and a love of learning in visitors of all ages. Whether exploring the mysteries of the universe, discovering the secrets of the natural world, or learning about technology and social issues, there is something for everyone at Phänomena.