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
La première partie du semestre prend la forme d’un concours d’avant-projet sur la base du périmètre et du programme donné. Sur la durée de 5 semaines, chaque étudiant a développé individuellement une proposition complète qui présente une proposition d’implantation, une position par rapport au programme et une conception de structure innovante, en bois rond ou mixte.
A l’issue de cette première phase, un jury est organisé puis le ou les potentiels majeurs à développer de chacune des propositions sont identifiés afin de composer le point de départ du projet collectif.
-
The first part of the semester takes the form of a pre-project competition based on the given perimeter and program. Over the course of 5 weeks, each student individually develops a complete proposal, presenting a proposed layout, a position in relation to the program and an innovative structural design, in roundwood or mixed.
At the end of this first phase, a jury is organized, and the major potential to be developed from each of the proposals is identified to form the starting point for the collective project.