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
Many Swiss ski stations rely heavily on winter tourism, which may become problematic according to snow cover data. However, they have come to host classical music events, such as the renowned Verbier Festival, which celebrated its 30th anniversary in 2023. With the increasing discussion over the necessity of a permanent concert hall, I chose to develop a concert hall project on the Perin car park site, which no longer hosts as many activities during the off seasons as before. In the continuity of my theoretical statement – a study of intimacy in contemporary vineyard-type concert halls – I developed my project by expanding the theme of intimacy beyond the auditorium. This concept of intimacy is woven throughout the site, creating an experience that engages visitors from the moment they arrive. The concert hall is nestled within an alpine garden designed to provide a serene environment that contrasts with the dynamics of an auditorium. The garden fosters a transition between the urban setting and the auditorium, enhancing the overall sense of intimacy without undermining the communal aspect of the concert-going experience. This integration of architecture and landscape not only enhances the appeal of the site but also aims to promote more sustainable practices in Verbier, encouraging public transport by transforming a car-oriented, asphalted area into a primarily green site that can become a cultural hub for Verbier, celebrating the harmony between natural beauty and music.