def iter_items(self): ctx = self.ctx yield dict( featured = 5, description = u"Navigation dans les variables, les formules et la législation socio-fiscale d'OpenFisca", logo_url = urls.get_url(ctx, self.url_path, 'images', 'logo-etalab.png'), owner = u"Etalab", source_url = conf['urls.legislation'], tags = [u'tool'], title = ctx._(u'Legislation explorer'), thumbnail_url = urls.get_url(ctx, self.url_path, 'images', 'vignette-variable-revdisp.png'), updated = u'2014-03-28T08:00:00', ) yield dict( description = u"""Outil de visualisation des formules socio-fiscales intervenant dans le calcul d'un cas type, des valeurs de leurs paramètres et de leur résultat""", # noqa logo_url = urls.get_url(ctx, self.url_path, 'images', 'logo-etalab.png'), owner = u"Etalab", source_url = urls.get_full_url(ctx, self.url_path, '../outils/trace'), tags = [u'tool'], title = ctx._(u"Trace tool"), thumbnail_url = urls.get_url(ctx, self.url_path, 'images', 'vignette-trace.png'), updated = u'2014-04-27T11:00:00', ) yield dict( description = u"Graphe dynamique des dépendances entre les formules socio-fiscales d'OpenFisca", logo_url = urls.get_url(ctx, self.url_path, 'images', 'logo-etalab.png'), owner = u"Etalab", source_url = urls.get_full_url(ctx, self.url_path, '../tools/variables-graph'), tags = [u'tool'], title = ctx._(u'Tax-benefit variables interdependence graph'), thumbnail_url = urls.get_url(ctx, self.url_path, 'images', 'vignette-variables-graph.png'), updated = u'2014-03-28T09:00:00', ) yield dict( carousel_rank = 1, description = u"Interface utilisateur de simulation d'une situation socio-fiscale", logo_url = urls.get_url(ctx, self.url_path, 'images', 'logo-etalab.png'), owner = u"Etalab", source_url = conf['urls.ui'], tags = [u'tool'], title = ctx._(u'Demonstrator of the simulator'), thumbnail_url = urls.get_url(ctx, self.url_path, 'images', 'vignette-ui.png'), updated = u'2014-03-01T07:26:00', ) yield dict( description = u"""Diagramme en cascade ("waterfall chart") de décomposition du revenu disponible d'un salarié célibataire sans enfant""", # noqa logo_url = urls.get_url(ctx, self.url_path, 'images', 'logo-etalab.png'), owner = u"Etalab", source_url = urls.get_full_url(ctx, self.url_path, '../exemples/waterfall'), tags = [u'exemple'], title = ctx._(u'Waterfall diagram'), thumbnail_url = urls.get_url(ctx, self.url_path, 'images', 'vignette-waterfall.png'), updated = u'2014-04-21T07:00:00', ) yield dict( carousel_rank = 1, country = [u'france'], description = u"Simulez toutes vos aides en ligne !", logo_url = urls.get_url(ctx, self.url_path, 'images', 'logo-openfisca.png'), owner = u"SGMAP", source_url = u'http://mes-aides.gouv.fr/', tags = [u'community'], title = u"mes-aides.gouv.fr", thumbnail_url = urls.get_url(ctx, self.url_path, 'images', 'vignette-mes-aides-gouv-fr.png'), updated = u'2014-10-01T11:01:00', ) yield dict( country = [u'france'], description = u"Simulez le coût d'une embauche dans votre entreprise, combien le salarié touchera, et à combien il sera imposable.", # noqa logo_url = urls.get_url(ctx, self.url_path, 'images', 'logo-openfisca.png'), owner = u"SGMAP", source_url = u'http://embauche.sgmap.fr/', tags = [u'community'], title = u"Simulateur de coût d'embauche", thumbnail_url = urls.get_url(ctx, self.url_path, 'images', 'vignette-simulateur-embauche.png'), updated = u'2015-11-05T18:01:00', ) yield dict( carousel_rank = 6, country = [u'france'], description = u"Évolution du taux effectif d'imposition en fonction du salaire et du capital", logo_url = urls.get_url(ctx, self.url_path, 'images', 'logo-regards-citoyens.jpeg'), owner = u"Regards citoyens", source_url = u'http://nbviewer.ipython.org/urls/raw.githubusercontent.com/regardscitoyens/openfisca-web-notebook/master/calcul_taux_effectif.ipynb', # noqa tags = [u'community'], title = u"Taux effectif d'imposition", thumbnail_url = urls.get_url(ctx, self.url_path, 'images', 'vignette-taux-effectif.png'), updated = u'2014-03-25T09:13:00', ) yield dict( description = u"""Tableau de décomposition du revenu disponible d'un salarié célibataire sans enfant""", logo_url = urls.get_url(ctx, self.url_path, 'images', 'logo-etalab.png'), owner = u"Etalab", source_url = urls.get_full_url(ctx, self.url_path, '../exemples/tableau'), tags = [u'exemple'], title = ctx._(u'Tabular decomposition'), thumbnail_url = urls.get_url(ctx, self.url_path, 'images', 'vignette-tableau.png'), updated = u'2014-03-21T07:00:00', ) yield dict( country = [u'france'], carousel_rank = 3, description = u"Proposition de réforme du statut du quotient conjugal", logo_url = urls.get_url(ctx, self.url_path, 'images', 'logo-openfisca.png'), owner = u"Équipe hackathon", source_url = urls.get_full_url(ctx, self.url_path, 'hackathon-2014-03-14/quotient-conjugal/'), tags = [u'community'], title = u"Réforme du quotient conjugal", thumbnail_url = urls.get_url(ctx, self.url_path, 'images', 'vignette-quotient-conjugal.png'), updated = u'2014-03-24T19:18:00', ) yield dict( country = [u'france'], carousel_rank = 4, description = u"Différence des taux d'imposition en fonction des revenus du capital et du travail", logo_url = urls.get_url(ctx, self.url_path, 'images', 'logo-openfisca.png'), owner = u"Équipe hackathon", source_url = urls.get_full_url( ctx, self.url_path, 'hackathon-2014-03-14/taux-imposition-capital-travail.pdf', ), tags = [u'community'], title = u"Taux d'imposition du capital et du travail", thumbnail_url = urls.get_url(ctx, self.url_path, 'images', 'vignette-taux-imposition-capital-travail.png'), updated = u'2014-03-24T19:17:00', ) yield dict( country = [u'france'], description = u"""Script de comparaison entre les simulations OpenFisca et celles des impôts""", logo_url = urls.get_url(ctx, self.url_path, 'images', 'logo-etalab.png'), owner = u"Etalab", source_url = u'https://github.com/openfisca/openfisca-france/blob/master/openfisca_france/scripts/calculateur_impots/compare_openfisca_impots.py', # noqa tags = [u'tool'], title = ctx._(u'Taxes simulations comparator'), thumbnail_url = urls.get_url(ctx, self.url_path, 'images', 'vignette-comparateur-impots.png'), updated = u'2014-04-01T18:00:00', ) yield dict( country = [u'france'], description = u"""Le revenu de base est un droit inaliénable, \ inconditionnel, cumulable avec d’autres revenus, distribué par une communauté politique à tous ses membres, \ de la naissance à la mort, sur base individuelle, sans contrôle des ressources ni exigence de contrepartie, \ dont le montant et le financement sont ajustés démocratiquement.""", owner = u"Équipe sprint revenu de base", source_url = u'https://github.com/openfisca/openfisca-france-extension-revenu-de-base', tags = [u'extension'], title = u'Revenu de base', updated = u'2015-11-02T18:30:00', ) yield dict( country = [u'france'], # TODO description = u'', owner = u"Équipe OpenFisca", source_url = u'https://github.com/openfisca/openfisca-france/blob/master/openfisca_france/extensions/landais_piketty_saez.py', # noqa tags = [u'extension'], title = u'Réforme Landais Piketty Saez', updated = u'2015-11-02T18:30:00', )
def iter_items(self): ctx = self.ctx yield dict( carousel_rank = 5, description = textwrap.dedent(u"""\ Infographie représentant les constituants du revenu disponible sous forme de rayons de soleil """).strip(), logo_url = urls.get_url(ctx, self.url_path, 'images', 'logo-etalab.png'), owner = u"Etalab", source_url = conf['urls.ui'], tags = [u'visualisation'], title = u"Visualisation en rayons du revenu disponible", thumbnail_url = urls.get_url(ctx, self.url_path, 'images', 'vignette-sunburst.png'), updated = u'2014-05-28T16:00:00', ) # yield dict( # description = u"""TODO""", # owner = u"TODO", # # TODO: source_url = u'https://github.com/TODO/TODO', # tags = [u'projet'], # title = u"TaxIPP Life (aka Til ou Tilof)", # updated = u'2014-05-02T07:00:00', # ) yield dict( description = textwrap.dedent(u"""\ Un convertisseur des fichiers au format SAS7BDAT en fichiers au format HDF5, importables dans OpenFisca en utilisant la bibliothèque Pandas """).strip(), owner = u"OpenFisca Team", source_url = u'https://github.com/openfisca/sas7bdat', tags = [u'projet'], title = u"sas7bdat", updated = u'2014-05-09T19:00:00', ) yield dict( country = ['tunisia'], description = { "en": u"""The tunisian version of OpenFisca, without web nor user interface""", "fr": u"""La version tunisienne d'OpenFisca, sans web et sans interface utilisateur""", }, owner = u"OpenFisca Team", source_url = u'https://github.com/openfisca/openfisca-tunisia', tags = [u'projet'], title = u"OpenFisca-Tunisia", updated = u'2014-05-02T06:00:00', ) yield dict( country = ['france'], description = { "en": u"""The french version of OpenFisca, without web nor user interface""", "fr": u"""La version française d'OpenFisca, sans web et sans interface utilisateur""", }, owner = u"OpenFisca Team", source_url = u'https://github.com/openfisca/openfisca-france', tags = [u'projet'], title = u"OpenFisca-France", updated = u'2014-05-02T06:00:00', ) yield dict( country = ['france'], description = textwrap.dedent(u"""\ Scripts extrayant les paramètres de la législation saisis par l'IPP dans des fichiers tableurs, et les les convertissant au format d'entrée de différents micro-simulateurs """).strip(), owner = u"OpenFisca Team", source_url = u'https://github.com/openfisca/legislation-ipp-to-code', tags = [u'projet'], title = u"Legislation-IPP-to-code", updated = u'2014-05-02T05:00:00', ) yield dict( description = u"""Le site web www.openfisca.fr""", owner = u"OpenFisca Team", source_url = u'https://github.com/openfisca/openfisca-web-site', tags = [u'projet'], title = u"OpenFisca-Web-Site", updated = u'2014-05-02T04:00:00', ) yield dict( description = u"""L'interface web d'OpenFisca, utilisant uniquement OpenFisca-Web-API pour fonctionner""", owner = u"OpenFisca Team", source_url = u'https://github.com/openfisca/openfisca-web-ui', tags = [u'projet'], title = u"OpenFisca-Web-UI", updated = u'2014-05-02T03:00:00', ) yield dict( description = u"""L'API web d'OpenFisca, sans notion de pays et sans interface utilisateur""", owner = u"OpenFisca Team", source_url = u'https://github.com/openfisca/openfisca-web-api', tags = [u'projet'], title = u"OpenFisca-Web-API", updated = u'2014-05-02T02:00:00', ) yield dict( description = u"""La version française d'OpenFisca, sans web et sans interface utilisateur""", owner = u"OpenFisca Team", source_url = u'https://github.com/openfisca/openfisca-france', tags = [u'projet'], title = u"OpenFisca-France", updated = u'2014-05-02T01:00:00', ) yield dict( description = u"""Le moteur nu d'OpenFisca, sans notion de pays, sans web et sans interface utilisateur""", owner = u"OpenFisca Team", source_url = u'https://github.com/openfisca/openfisca-core', tags = [u'projet'], title = u"OpenFisca-Core", updated = u'2014-05-02T00:00:00', ) yield dict( description = u"""Outil de visualisation des formules socio-fiscales intervenant dans le calcul d'un cas type, des valeurs de leurs paramètres et de leur résultat""", # noqa logo_url = urls.get_url(ctx, self.url_path, 'images', 'logo-etalab.png'), owner = u"Etalab", source_url = urls.get_full_url(ctx, self.url_path, '../exemple-trace'), tags = [u'exemple', u'outil'], title = u"Outil trace", thumbnail_url = urls.get_url(ctx, self.url_path, 'images', 'vignette-trace.png'), updated = u'2014-04-27T11:00:00', ) yield dict( description = u"""Diagramme en cascade ("waterfall chart") de décomposition du revenu disponible d'un salarié célibataire sans enfant""", # noqa logo_url = urls.get_url(ctx, self.url_path, 'images', 'logo-etalab.png'), owner = u"Etalab", source_url = urls.get_full_url(ctx, self.url_path, '../exemples/waterfall'), tags = [u'exemple'], title = u"Diagramme en cascade", thumbnail_url = urls.get_url(ctx, self.url_path, 'images', 'vignette-waterfall.png'), updated = u'2014-04-21T07:00:00', ) yield dict( country = [u'france'], description = u"""Script de comparaison entre les simulations OpenFisca et celles des impôts""", logo_url = urls.get_url(ctx, self.url_path, 'images', 'logo-etalab.png'), owner = u"Etalab", source_url = u'https://github.com/openfisca/openfisca-france/blob/master/openfisca_france/scripts/compare_openfisca_impots.py', # noqa tags = [u'outil'], title = u"Comparateur impôts", thumbnail_url = urls.get_url(ctx, self.url_path, 'images', 'vignette-comparateur-impots.png'), updated = u'2014-04-01T18:00:00', ) yield dict( description = u"Graphe dynamique des dépendances entre les formules socio-fiscales d'OpenFisca", logo_url = urls.get_url(ctx, self.url_path, 'images', 'logo-etalab.png'), owner = u"Etalab", source_url = urls.get_full_url(ctx, self.url_path, '../graphe-formules'), tags = [u'exemple'], title = u"Interdépendance des formules d'OpenFisca", thumbnail_url = urls.get_url(ctx, self.url_path, 'images', 'vignette-graphe-formules.png'), updated = u'2014-03-28T09:00:00', ) yield dict( featured = 5, description = u"Navigation dans les variables, les formules et la législation socio-fiscale d'OpenFisca", logo_url = urls.get_url(ctx, self.url_path, 'images', 'logo-etalab.png'), owner = u"Etalab", source_url = urls.get_full_url(ctx, self.url_path, '../variables'), tags = [u'outil'], title = u"Formules socio-fiscales", thumbnail_url = urls.get_url(ctx, self.url_path, 'images', 'vignette-variable-revdisp.png'), updated = u'2014-03-28T08:00:00', ) yield dict( country = [u'france'], carousel_rank = 6, description = u"Évolution du taux effectif d'imposition en fonction du salaire et du capital", logo_url = urls.get_url(ctx, self.url_path, 'images', 'logo-regards-citoyens.jpeg'), owner = u"Regards citoyens", source_url = u'http://nbviewer.ipython.org/urls/raw.githubusercontent.com/regardscitoyens/openfisca-web-notebook/master/calcul_taux_effectif.ipynb', # noqa tags = [u'utilisation'], title = u"Taux effectif d'imposition", thumbnail_url = urls.get_url(ctx, self.url_path, 'images', 'vignette-taux-effectif.png'), updated = u'2014-03-25T09:13:00', ) yield dict( description = u"""Tableau de décomposition du revenu disponible d'un salarié célibataire sans enfant""", logo_url = urls.get_url(ctx, self.url_path, 'images', 'logo-etalab.png'), owner = u"Etalab", source_url = urls.get_full_url(ctx, self.url_path, '../exemples/tableau'), tags = [u'exemple'], title = u"Décomposition en tableau", thumbnail_url = urls.get_url(ctx, self.url_path, 'images', 'vignette-tableau.png'), updated = u'2014-03-21T07:00:00', ) yield dict( country = [u'france'], carousel_rank = 2, description = u"Simulez tous vos droits en ligne !", logo_url = urls.get_url(ctx, self.url_path, 'images', 'logo-openfisca.png'), owner = u"SGMAP", source_url = u'http://mes-aides.gouv.fr/', tags = [u'utilisation'], title = u"mes-aides.gouv.fr", thumbnail_url = urls.get_url(ctx, self.url_path, 'images', 'vignette-mes-aides-gouv-fr.png'), updated = u'2014-10-01T11:01:00', ) yield dict( country = [u'france'], carousel_rank = 3, description = u"Proposition de réforme du statut du quotient conjugal", logo_url = urls.get_url(ctx, self.url_path, 'images', 'logo-openfisca.png'), owner = u"Équipe hackathon", source_url = urls.get_full_url(ctx, self.url_path, 'hackathon-2014-03-14/quotient-conjugal/'), tags = [u'utilisation'], title = u"Réforme du quotient conjugal", thumbnail_url = urls.get_url(ctx, self.url_path, 'images', 'vignette-quotient-conjugal.png'), updated = u'2014-03-24T19:18:00', ) yield dict( country = [u'france'], carousel_rank = 4, description = u"Différence des taux d'imposition en fonction des revenus du capital et du travail", logo_url = urls.get_url(ctx, self.url_path, 'images', 'logo-openfisca.png'), owner = u"Équipe hackathon", source_url = urls.get_full_url( ctx, self.url_path, 'hackathon-2014-03-14/taux-imposition-capital-travail.pdf', ), tags = [u'utilisation'], title = u"Taux d'imposition du capital et du travail", thumbnail_url = urls.get_url(ctx, self.url_path, 'images', 'vignette-taux-imposition-capital-travail.png'), updated = u'2014-03-24T19:17:00', ) yield dict( carousel_rank = 1, description = u"Interface utilisateur de simulation d'une situation socio-fiscale", logo_url = urls.get_url(ctx, self.url_path, 'images', 'logo-etalab.png'), owner = u"Etalab", source_url = conf['urls.ui'], tags = [u'outil'], title = u"Simulateur en ligne", thumbnail_url = urls.get_url(ctx, self.url_path, 'images', 'vignette-ui.png'), updated = u'2014-03-01T07:26:00', )
def get_visualizations(self, ctx): return [ dict( description = u"Les aides que l'État peut apporter, en fonction de la situation des personnes", logo_url = urls.get_url(ctx, self.url_path, 'images', 'logo-openfisca.png'), source_url = u'http://openfisca-dss.herokuapp.com/', owner = u"Équipe hackathon", title = u"Dossier social simplifié", thumbnail_url = urls.get_url(ctx, self.url_path, 'images', 'vignette-dossier-social-simplifie.png'), updated = u'2014-03-14T19:19:00', ), dict( description = u"Proposition de réforme du statut du quotient conjugal", featured = True, logo_url = urls.get_url(ctx, self.url_path, 'images', 'logo-openfisca.png'), source_url = urls.get_full_url(ctx, self.url_path, 'hackathon-2014-03-14/quotient-conjugal/'), owner = u"Équipe hackathon", title = u"Réforme du quotient conjugal", thumbnail_url = urls.get_url(ctx, self.url_path, 'images', 'vignette-quotient-conjugal.png'), updated = u'2014-03-24T19:19:00', ), dict( description = u"Évolution du taux effectif d'imposition en fonction du salaire et du capital", featured = True, logo_url = urls.get_url(ctx, self.url_path, 'images', 'logo-regards-citoyens.jpeg'), source_url = u'http://nbviewer.ipython.org/urls/raw.githubusercontent.com/regardscitoyens/openfisca-web-notebook/master/calcul_taux_effectif.ipynb', owner = u"Regards citoyens", title = u"Taux effectif d'imposition", thumbnail_url = urls.get_url(ctx, self.url_path, 'images', 'vignette-taux-effectif.png'), updated = u'2014-03-25T09:13:00', ), dict( description = u"Différence des taux d’imposition en fonction des revenus du capital et du travail", featured = True, logo_url = urls.get_url(ctx, self.url_path, 'images', 'logo-openfisca.png'), source_url = urls.get_full_url(ctx, self.url_path, 'hackathon-2014-03-14/taux-imposition-capital-travail.pdf'), owner = u"Équipe hackathon", title = u"Taux d’imposition du capital et du travail", thumbnail_url = urls.get_url(ctx, self.url_path, 'images', 'vignette-taux-imposition-capital-travail.png'), updated = u'2014-03-24T19:19:00', ), dict( description = u"Graphe dynamique des dépendances entre les formules socio-fiscales d'OpenFisca", logo_url = urls.get_url(ctx, self.url_path, 'images', 'logo-etalab.png'), source_url = urls.get_full_url(ctx, self.url_path, '../graphe-formules'), owner = u"Etalab", title = u"Interdépendance des formules d'OpenFisca", thumbnail_url = urls.get_url(ctx, self.url_path, 'images', 'vignette-graphe-formules.png'), updated = u'2014-03-28T07:26:00', ), dict( featured = True, description = u"Navigation dans les variables, les formules et la législation socio-fiscale d'OpenFisca", logo_url = urls.get_url(ctx, self.url_path, 'images', 'logo-etalab.png'), source_url = urls.get_full_url(ctx, self.url_path, '../variables/revdisp'), owner = u"Etalab", title = u"Formules socio-fiscales", thumbnail_url = urls.get_url(ctx, self.url_path, 'images', 'vignette-variable-revdisp.png'), updated = u'2014-03-28T07:26:00', ), dict( featured = True, description = u"Interface utilisateur de simulation d'une situation socio-fiscale", logo_url = urls.get_url(ctx, self.url_path, 'images', 'logo-etalab.png'), source_url = conf['ui.url'], owner = u"Etalab", title = u"Simulateur en ligne", thumbnail_url = urls.get_url(ctx, self.url_path, 'images', 'vignette-ui.png'), updated = u'2014-03-01T07:26:00', ), ]
def iter_items(self): ctx = self.ctx yield dict( featured=5, description= u"Navigation dans les variables, les formules et la législation socio-fiscale d'OpenFisca", logo_url=urls.get_url(ctx, self.url_path, 'images', 'logo-etalab.png'), owner=u"Etalab", source_url=conf['urls.legislation'], tags=[u'tool'], title=ctx._(u'Legislation explorer'), thumbnail_url=urls.get_url(ctx, self.url_path, 'images', 'vignette-variable-revdisp.png'), updated=u'2014-03-28T08:00:00', ) yield dict( featured=4, description= u"Calculez la décomposition d'un revenu disponible en fonction d'un salaire brut, avec l'endpoint /calculate", logo_url=urls.get_url(ctx, self.url_path, 'images', 'logo-etalab.png'), owner=u"Etalab", source_url='./demo', tags=[u'tool'], title=ctx._(u'Calcul du revenu disponible'), thumbnail_url=urls.get_url(ctx, self.url_path, 'images', 'vignette-simulateur-nouvelle-api.png'), updated=u'2017-07-06T08:00:00', ) yield dict( description= u"""Outil de visualisation des formules socio-fiscales intervenant dans le calcul d'un cas type, des valeurs de leurs paramètres et de leur résultat""", # noqa logo_url=urls.get_url(ctx, self.url_path, 'images', 'logo-etalab.png'), owner=u"Etalab", source_url=urls.get_full_url(ctx, self.url_path, '../tools/trace'), tags=[u'tool'], title=ctx._(u"Trace tool"), thumbnail_url=urls.get_url(ctx, self.url_path, 'images', 'vignette-trace.png'), updated=u'2014-04-27T11:00:00', ) yield dict( description= u"Graphe dynamique des dépendances entre les formules socio-fiscales d'OpenFisca", logo_url=urls.get_url(ctx, self.url_path, 'images', 'logo-etalab.png'), owner=u"Etalab", source_url=urls.get_full_url(ctx, self.url_path, '../tools/variables-graph'), tags=[u'tool'], title=ctx._(u'Tax-benefit variables interdependence graph'), thumbnail_url=urls.get_url(ctx, self.url_path, 'images', 'vignette-variables-graph.png'), updated=u'2014-03-28T09:00:00', ) yield dict( carousel_rank=2, description=u"""\ Décrivez votre situation familiale, saisissez vos revenus et votre patrimoine, et découvrez votre situation socio-fiscale, situez-vous par rapport aux autres foyers, découvrez votre niveau de vie, etc.""", logo_url=urls.get_url(ctx, self.url_path, 'images', 'logo-etalab.png'), owner=u"Etalab", source_url=conf['urls.ui'], tags=[u'tool'], title=ctx._(u'OpenFisca Demonstrator'), thumbnail_url=urls.get_url(ctx, self.url_path, 'images', 'vignette-ui.png'), updated=u'2014-03-01T07:26:00', ) yield dict( description= u"""Diagramme en cascade ("waterfall chart") de décomposition du revenu disponible d'un salarié célibataire sans enfant""", # noqa logo_url=urls.get_url(ctx, self.url_path, 'images', 'logo-etalab.png'), owner=u"Etalab", source_url=urls.get_full_url(ctx, self.url_path, '../exemples/waterfall'), tags=[u'exemple'], title=ctx._(u'Waterfall diagram'), thumbnail_url=urls.get_url(ctx, self.url_path, 'images', 'vignette-waterfall.png'), updated=u'2014-04-21T07:00:00', ) yield dict( carousel_rank=2, country=[u'france'], description=u"Simulez toutes vos aides en ligne !", logo_url=urls.get_url(ctx, self.url_path, 'images', 'logo-openfisca.png'), owner=u"SGMAP", source_url=u'http://mes-aides.gouv.fr/', tags=[u'community'], title=u"mes-aides.gouv.fr", thumbnail_url=urls.get_url(ctx, self.url_path, 'images', 'vignette-mes-aides-gouv-fr.png'), updated=u'2014-10-01T11:01:00', ) yield dict( carousel_rank=2, country=[u'france'], description= u"Estimez le coût d'une embauche dans votre entreprise, et combien le salarié touchera.", # noqa logo_url=urls.get_url(ctx, self.url_path, 'images', 'logo-openfisca.png'), owner=u"SGMAP", source_url=u'http://embauche.sgmap.fr/', tags=[u'community'], title=u"Simulateur de coût d'embauche", thumbnail_url=urls.get_url(ctx, self.url_path, 'images', 'vignette-simulateur-embauche.png'), updated=u'2015-11-05T18:01:00', ) yield dict( carousel_rank=6, country=[u'france'], description= u"Évolution du taux effectif d'imposition en fonction du salaire et du capital", logo_url=urls.get_url(ctx, self.url_path, 'images', 'logo-regards-citoyens.jpeg'), owner=u"Regards citoyens", source_url= u'http://nbviewer.ipython.org/urls/raw.githubusercontent.com/regardscitoyens/openfisca-web-notebook/master/calcul_taux_effectif.ipynb', # noqa tags=[u'community'], title=u"Taux effectif d'imposition", thumbnail_url=urls.get_url(ctx, self.url_path, 'images', 'vignette-taux-effectif.png'), updated=u'2014-03-25T09:13:00', ) yield dict( description= u"""Tableau de décomposition du revenu disponible d'un salarié célibataire sans enfant""", logo_url=urls.get_url(ctx, self.url_path, 'images', 'logo-etalab.png'), owner=u"Etalab", source_url=urls.get_full_url(ctx, self.url_path, '../exemples/tableau'), tags=[u'exemple'], title=ctx._(u'Tabular decomposition'), thumbnail_url=urls.get_url(ctx, self.url_path, 'images', 'vignette-tableau.png'), updated=u'2014-03-21T07:00:00', ) yield dict( country=[u'france'], carousel_rank=3, description= u"Proposition de réforme du statut du quotient conjugal", logo_url=urls.get_url(ctx, self.url_path, 'images', 'logo-openfisca.png'), owner=u"Équipe hackathon", source_url=urls.get_full_url( ctx, self.url_path, 'hackathon-2014-03-14/quotient-conjugal/'), tags=[u'community'], title=u"Réforme du quotient conjugal", thumbnail_url=urls.get_url(ctx, self.url_path, 'images', 'vignette-quotient-conjugal.png'), updated=u'2014-03-24T19:18:00', ) yield dict( country=[u'france'], carousel_rank=4, description= u"Différence des taux d'imposition en fonction des revenus du capital et du travail", logo_url=urls.get_url(ctx, self.url_path, 'images', 'logo-openfisca.png'), owner=u"Équipe hackathon", source_url=urls.get_full_url( ctx, self.url_path, 'hackathon-2014-03-14/taux-imposition-capital-travail.pdf', ), tags=[u'community'], title=u"Taux d'imposition du capital et du travail", thumbnail_url=urls.get_url( ctx, self.url_path, 'images', 'vignette-taux-imposition-capital-travail.png'), updated=u'2014-03-24T19:17:00', ) yield dict( country=[u'france'], description= u"""Script de comparaison entre les simulations OpenFisca et celles des impôts""", logo_url=urls.get_url(ctx, self.url_path, 'images', 'logo-etalab.png'), owner=u"Etalab", source_url= u'https://github.com/openfisca/openfisca-france/blob/master/openfisca_france/scripts/calculateur_impots/compare_openfisca_impots.py', # noqa tags=[u'tool'], title=ctx._(u'Taxes simulations comparator'), thumbnail_url=urls.get_url(ctx, self.url_path, 'images', 'vignette-comparateur-impots.png'), updated=u'2014-04-01T18:00:00', ) yield dict( country=[u'france'], description=u"""Le revenu de base est un droit inaliénable, \ inconditionnel, cumulable avec d’autres revenus, distribué par une communauté politique à tous ses membres, \ de la naissance à la mort, sur base individuelle, sans contrôle des ressources ni exigence de contrepartie, \ dont le montant et le financement sont ajustés démocratiquement.""", owner=u"Équipe sprint revenu de base", source_url= u'https://github.com/openfisca/openfisca-france-extension-revenu-de-base', tags=[u'extension'], title=u'Revenu de base', updated=u'2015-11-02T18:30:00', ) yield dict( country=[u'france'], # TODO description = u'', owner=u"Équipe OpenFisca", source_url= u'https://github.com/openfisca/openfisca-france/blob/master/openfisca_france/extensions/landais_piketty_saez.py', # noqa tags=[u'extension'], title=u'Réforme Landais Piketty Saez', updated=u'2015-11-02T18:30:00', )
def iter_items(self): ctx = self.ctx yield dict( carousel_rank = 5, description = textwrap.dedent(u"""\ Infographie représentant les constituants du revenu disponible sous forme de rayons de soleil """).strip(), logo_url = urls.get_url(ctx, self.url_path, 'images', 'logo-etalab.png'), owner = u"Etalab", source_url = conf['urls.ui'], tags = [u'visualisation'], title = u"Visualisation en rayons du revenu disponible", thumbnail_url = urls.get_url(ctx, self.url_path, 'images', 'vignette-sunburst.png'), updated = u'2014-05-28T16:00:00', ) # yield dict( # description = u"""TODO""", # owner = u"TODO", # # TODO: source_url = u'https://github.com/TODO/TODO', # tags = [u'projet'], # title = u"TaxIPP Life (aka Til ou Tilof)", # updated = u'2014-05-02T07:00:00', # ) yield dict( description = textwrap.dedent(u"""\ Un convertisseur des fichiers au format SAS7BDAT en fichiers au format HDF5, importables dans OpenFisca en utilisant la bibliothèque Pandas """).strip(), owner = u"OpenFisca Team", source_url = u'https://github.com/openfisca/sas7bdat', tags = [u'projet'], title = u"sas7bdat", updated = u'2014-05-09T19:00:00', ) yield dict( country = ['tunisia'], description = { "en": u"""The tunisian version of OpenFisca, without web nor user interface""", "fr": u"""La version tunisienne d'OpenFisca, sans web et sans interface utilisateur""", }, owner = u"OpenFisca Team", source_url = u'https://github.com/openfisca/openfisca-tunisia', tags = [u'projet'], title = u"OpenFisca-Tunisia", updated = u'2014-05-02T06:00:00', ) yield dict( country = ['france'], description = { "en": u"""The french version of OpenFisca, without web nor user interface""", "fr": u"""La version française d'OpenFisca, sans web et sans interface utilisateur""", }, owner = u"OpenFisca Team", source_url = u'https://github.com/openfisca/openfisca-france', tags = [u'projet'], title = u"OpenFisca-France", updated = u'2014-05-02T06:00:00', ) yield dict( country = ['france'], description = textwrap.dedent(u"""\ Scripts extrayant les paramètres de la législation saisis par l'IPP dans des fichiers tableurs, et les les convertissant au format d'entrée de différents micro-simulateurs """).strip(), owner = u"OpenFisca Team", source_url = u'https://github.com/openfisca/legislation-ipp-to-code', tags = [u'projet'], title = u"Legislation-IPP-to-code", updated = u'2014-05-02T05:00:00', ) yield dict( description = u"""Le site web www.openfisca.fr""", owner = u"OpenFisca Team", source_url = u'https://github.com/openfisca/openfisca-web-site', tags = [u'projet'], title = u"OpenFisca-Web-Site", updated = u'2014-05-02T04:00:00', ) yield dict( description = u"""L'interface web d'OpenFisca, utilisant uniquement OpenFisca-Web-API pour fonctionner""", owner = u"OpenFisca Team", source_url = u'https://github.com/openfisca/openfisca-web-ui', tags = [u'projet'], title = u"OpenFisca-Web-UI", updated = u'2014-05-02T03:00:00', ) yield dict( description = u"""L'API web d'OpenFisca, sans notion de pays et sans interface utilisateur""", owner = u"OpenFisca Team", source_url = u'https://github.com/openfisca/openfisca-web-api', tags = [u'projet'], title = u"OpenFisca-Web-API", updated = u'2014-05-02T02:00:00', ) yield dict( description = u"""La version française d'OpenFisca, sans web et sans interface utilisateur""", owner = u"OpenFisca Team", source_url = u'https://github.com/openfisca/openfisca-france', tags = [u'projet'], title = u"OpenFisca-France", updated = u'2014-05-02T01:00:00', ) yield dict( description = u"""Le moteur nu d'OpenFisca, sans notion de pays, sans web et sans interface utilisateur""", owner = u"OpenFisca Team", source_url = u'https://github.com/openfisca/openfisca-core', tags = [u'projet'], title = u"OpenFisca-Core", updated = u'2014-05-02T00:00:00', ) yield dict( description = u"""Outil web de visualisation des formules socio-fiscales intervenant dans le calcul d'un cas type, des valeurs de leurs paramètres et de leur résultat""", # noqa logo_url = urls.get_url(ctx, self.url_path, 'images', 'logo-etalab.png'), owner = u"Etalab", source_url = urls.get_full_url(ctx, self.url_path, '../exemple-trace'), tags = [u'exemple', u'outil'], title = u"Débogueur en ligne", thumbnail_url = urls.get_url(ctx, self.url_path, 'images', 'vignette-trace.png'), updated = u'2014-04-27T11:00:00', ) yield dict( description = u"""Diagramme en cascade ("waterfall chart") de décomposition du revenu disponible d'un salarié célibataire sans enfant""", # noqa logo_url = urls.get_url(ctx, self.url_path, 'images', 'logo-etalab.png'), owner = u"Etalab", source_url = urls.get_full_url(ctx, self.url_path, '../exemples/waterfall'), tags = [u'exemple'], title = u"Diagramme en cascade", thumbnail_url = urls.get_url(ctx, self.url_path, 'images', 'vignette-waterfall.png'), updated = u'2014-04-21T07:00:00', ) yield dict( country = [u'france'], description = u"""Script de comparaison entre les simulations OpenFisca et celles des impôts""", logo_url = urls.get_url(ctx, self.url_path, 'images', 'logo-etalab.png'), owner = u"Etalab", source_url = u'https://github.com/openfisca/openfisca-france/blob/master/openfisca_france/scripts/compare_openfisca_impots.py', # noqa tags = [u'outil'], title = u"Comparateur impôts", thumbnail_url = urls.get_url(ctx, self.url_path, 'images', 'vignette-comparateur-impots.png'), updated = u'2014-04-01T18:00:00', ) yield dict( description = u"Graphe dynamique des dépendances entre les formules socio-fiscales d'OpenFisca", logo_url = urls.get_url(ctx, self.url_path, 'images', 'logo-etalab.png'), owner = u"Etalab", source_url = urls.get_full_url(ctx, self.url_path, '../graphe-formules'), tags = [u'exemple'], title = u"Interdépendance des formules d'OpenFisca", thumbnail_url = urls.get_url(ctx, self.url_path, 'images', 'vignette-graphe-formules.png'), updated = u'2014-03-28T09:00:00', ) yield dict( featured = 5, description = u"Navigation dans les variables, les formules et la législation socio-fiscale d'OpenFisca", logo_url = urls.get_url(ctx, self.url_path, 'images', 'logo-etalab.png'), owner = u"Etalab", source_url = urls.get_full_url(ctx, self.url_path, '../variables'), tags = [u'outil'], title = u"Formules socio-fiscales", thumbnail_url = urls.get_url(ctx, self.url_path, 'images', 'vignette-variable-revdisp.png'), updated = u'2014-03-28T08:00:00', ) yield dict( country = [u'france'], carousel_rank = 6, description = u"Évolution du taux effectif d'imposition en fonction du salaire et du capital", logo_url = urls.get_url(ctx, self.url_path, 'images', 'logo-regards-citoyens.jpeg'), owner = u"Regards citoyens", source_url = u'http://nbviewer.ipython.org/urls/raw.githubusercontent.com/regardscitoyens/openfisca-web-notebook/master/calcul_taux_effectif.ipynb', # noqa tags = [u'utilisation'], title = u"Taux effectif d'imposition", thumbnail_url = urls.get_url(ctx, self.url_path, 'images', 'vignette-taux-effectif.png'), updated = u'2014-03-25T09:13:00', ) yield dict( description = u"""Tableau de décomposition du revenu disponible d'un salarié célibataire sans enfant""", logo_url = urls.get_url(ctx, self.url_path, 'images', 'logo-etalab.png'), owner = u"Etalab", source_url = urls.get_full_url(ctx, self.url_path, '../exemples/tableau'), tags = [u'exemple'], title = u"Décomposition en tableau", thumbnail_url = urls.get_url(ctx, self.url_path, 'images', 'vignette-tableau.png'), updated = u'2014-03-21T07:00:00', ) yield dict( country = [u'france'], carousel_rank = 2, description = u"Simulez tous vos droits en ligne !", logo_url = urls.get_url(ctx, self.url_path, 'images', 'logo-openfisca.png'), owner = u"SGMAP", source_url = u'http://mes-aides.gouv.fr/', tags = [u'utilisation'], title = u"mes-aides.gouv.fr", thumbnail_url = urls.get_url(ctx, self.url_path, 'images', 'vignette-mes-aides-gouv-fr.png'), updated = u'2014-10-01T11:01:00', ) yield dict( country = [u'france'], carousel_rank = 3, description = u"Proposition de réforme du statut du quotient conjugal", logo_url = urls.get_url(ctx, self.url_path, 'images', 'logo-openfisca.png'), owner = u"Équipe hackathon", source_url = urls.get_full_url(ctx, self.url_path, 'hackathon-2014-03-14/quotient-conjugal/'), tags = [u'utilisation'], title = u"Réforme du quotient conjugal", thumbnail_url = urls.get_url(ctx, self.url_path, 'images', 'vignette-quotient-conjugal.png'), updated = u'2014-03-24T19:18:00', ) yield dict( country = [u'france'], carousel_rank = 4, description = u"Différence des taux d'imposition en fonction des revenus du capital et du travail", logo_url = urls.get_url(ctx, self.url_path, 'images', 'logo-openfisca.png'), owner = u"Équipe hackathon", source_url = urls.get_full_url( ctx, self.url_path, 'hackathon-2014-03-14/taux-imposition-capital-travail.pdf', ), tags = [u'utilisation'], title = u"Taux d'imposition du capital et du travail", thumbnail_url = urls.get_url(ctx, self.url_path, 'images', 'vignette-taux-imposition-capital-travail.png'), updated = u'2014-03-24T19:17:00', ) yield dict( carousel_rank = 1, description = u"Interface utilisateur de simulation d'une situation socio-fiscale", logo_url = urls.get_url(ctx, self.url_path, 'images', 'logo-etalab.png'), owner = u"Etalab", source_url = conf['urls.ui'], tags = [u'outil'], title = u"Simulateur en ligne", thumbnail_url = urls.get_url(ctx, self.url_path, 'images', 'vignette-ui.png'), updated = u'2014-03-01T07:26:00', )