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 dataset focuses on the building angles, allowing us to see the three-dimensional aspect of the building. By creating our own dataset, and taking quality images from google streetview (780 images), we could start an efficient learning process of the GAN. The 4 images chosen for the interpolation explore the character of an angle.
The image is selected considering different factors. What geometry is the angle ? Is a curved angle considered as Zurichness? Is the angle visible from base to top or is it interrupted by horizontal lines ? Can there be windows in the angle ? Mixing these different types of façade and exploring the latent space give us interesting suggestions.
The image reveals an unfolded façade, by breaking the angle and creating a smoother and curved transition between the two sides of the building. The horizontal façade is accentuated by horizontal lines under the vertical windows. A clear horizontal line that envelops the building separated the last upper floor from the rest of the building. The composition of the ground floor is different than the rest of the building : it is perforated by columns and has a bigger height. The windows of the upper floor are treated in a more dense way.