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 Swiss law-making process is a complicated and at the same time very fascinating procedure, from the original ideas up until its execution by the respective powers. Each law must go through an extensive process where it will be written, discussed, re-written and further analysed by multiple people until an eventual popular vote. In the case of Switzerland, most of the laws are born in the parliament. But there’s a speciality: the popular initiative, an extremely powerful democratic tool allowing any group of citizens to make up a new law.
For a popular initiative to succeed, those launching the initiative need to collect 100,000 signatures from people entitled to vote within 18 months. By signing such a list, people declare themselves to be in favour of the initiative. Parliament is responsible for examining whether the initiative respects the principles of consistency of form, unity of subject matter and the mandatory rules of international law. If this is not the case, Parliament may declare the initiative totally or partially invalid. If Parliament decides that the initiative is valid, it is put to a popular vote.
The purpose of this project is to make popular initiative as much accessible as possible in order to enhance the participation of the population in this process. Our proposal is to build a virtual space as a platform to enable everyone to easily launch a popular initiative. Thanks to the gamification of the user experience, people can join the platform, propose a new initive and carry it on through a credits based structure. Credits are required to progress and are obtained by convincing people to follow or sign your initiative. It is also possible to access the platform just as a visitor to debate with other, check and sign for ongoing initiatives.