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
Studio Weinand moves to the Pays d’En-Haut! In Autumn 2021 students will study the conversion of the existing Bluhm sawmill near Rossinière and how it could be adapted for robotisation. A total of seventeen students will form groups to develop and present their own vision of how the sawmill could be transformed. There are many different aspects to be taken into consideration, such as whether the existing structure should be integrated into the new design proposal, historical and ecological concerns, and site topography.
The project is linked to an ongoing collaboration between IBOIS research laboratory and the Pays d’En-Haut. Through it, students are invited to consider wood architecture from a holistic viewpoint, taking into account traditional local forestry techniques, the processing of raw timber, the possibilities or limitations of local regulations which often restrict building possibilities, and finally, the impact of the timber industry on local economies.