{% extends theme('base.html') %} {% set meta = { 'title': _('Home'), 'description': _("%(site)s home", site=config['SITE_TITLE']), 'keywords': [_('home')], } %} {% set read_only_mode = config.READ_ONLY_MODE %} {% block content %} {% cache cache_duration, 'home', g.lang_code %}

{{ _('Open platform for French public data') }}

{{ _('Use, share and improve public data') }}

{% include theme('svg/illustrations/dataset.svg') %}

{{_('French data catalog')}}

{{_('Discover data on all subjects, made by the administration and civil society.')}}

{% for (label, metric) in data_metrics %}

{{ metric|summarize }} {{ label }}

{% endfor %}

{{_('They publish data on {site}').format(site=config.SITE_TITLE)}}

Santé publique France CNIL Insee Ministère de l'Éducation Nationale et de la Jeunesse
{{_('datasets')}}
{% include theme('svg/blank_state/discussion.svg') %}

{{_('A dynamic and engaged community')}}

{{_('Share your data usage and exchange between data producers and reusers.')}}

{% for (label, metric) in community_metrics %}

{{ metric|summarize }} {{ label }}

{% endfor %}

{{_('They reuse data from {site}').format(site=config.SITE_TITLE)}}

Le monde Google Maps Libération Fondation Wikimedia
{{_('reuses')}}

{{_('{site} mission').format(site=config.SITE_TITLE)}}

{{_('Simplify access to public data')}}

{{_('The opening and circulation of public data strengthen transparency, improve public action, and allow for the creation of new services.')}}

{{_('{site} makes this information available by organizing its distribution and use.').format(site=config.SITE_TITLE)}}

{{_('Our goals')}}

{{_('Facilitate data discoverability')}}

{{_('Improve data quality')}}

{{_('Encourage data reusability')}}

{{_('Produce information based on data')}}

{{_('Our data explorations')}}

{{_('Real estate values data explorer')}}

{{_('Follow real estate price evolution and find real estate sales prices.')}}

{{_('Business Directory')}}

{{_('Check public legal details of company, association and public services in France.')}}

{{_('Federate an ecosystem')}}

{{_('Our thematic platforms')}}

{% if last_post %}

{{_('{site} news').format(site=config.SITE_TITLE)}}

{{last_post.name}}

{{ _('Published on') }} {{ last_post.published|dateformat(format='long') }}

{{ last_post.headline|mdstrip(300) }}

{% endif %} {% endcache %} {% endblock %}