项目作者: boykoc

项目描述 :
Chart of open government portals and policy tools in Canada (Federal, Provincial and Municipal).
高级语言: HTML
项目地址: git://github.com/boykoc/opengov-portals-and-tools.git
创建时间: 2018-11-21T17:37:34Z
项目社区:https://github.com/boykoc/opengov-portals-and-tools

开源协议:MIT License

下载



{% assign systems = site.data.tools.data | map: “Portal/Catalogue Platform” %}
{% assign ckan_counter = 0 %}
{% assign socrata_counter = 0 %}
{% assign other_counter = 0 %}

{% comment %}
Couldn’t re-assign system so created to system_upcase variable instead.
Also needed to create custom counters to count number of instances of each catalogue type.
{% endcomment %}
{% for system in systems %}
{% assign system_upcase = system | upcase %}
{% if system_upcase contains ‘CKAN’ %}
{% assign ckan_counter = ckan_counter | plus: 1 %}
{% elsif system_upcase contains “SOCRATA” %}
{% assign socrata_counter = socrata_counter | plus: 1 %}
{% else %}
{% assign other_counter = other_counter | plus: 1 %}
{% endif %}
{% endfor %}


Catalogues using CKAN
{{ ckan_counter }} / {{ site.data.tools.data | size }}

Catalogues using Socrata
{{ socrata_counter }} / {{ site.data.tools.data | size }}

Catalogues using Other
{{ other_counter }} / {{ site.data.tools.data | size }}

Open Government Portals and Policy Tools Across Canada

This is an adaptation of a chart found on page 23 of the OpenNorth What Could Open Data Programs Gain from Aligning with International Best Practices? report from 2016.

This chart summarizes open government portals and policy tools in Canada at a Federal, Provincial and Municipal level.

We hope to use this webpage as an ongoing record of the current Open Government portal and policy tool landscape across Canada and would love as many updates and additions as possible.

Contents

Contributing

You can use the editor on GitHub to make updates to the content for this site. Once you save the changes, submit a Pull Request (PR) to request the update.

You can also email us or create an issue on Github if you have changes you’d like to see but aren’t familiaur with Pull Requests.

Whenever a something new is committed to the Master branch of this repository, GitHub Pages will run Jekyll to rebuild the pages of the site, based on the content in the Markdown files.

This site is built with Github Pages, Jekyll and is styled in Markdown (for more details on Markdown see GitHub Flavored Markdown).

Charts

These charts scroll left to right to view all columns. New columns may be added.

Federal















{% assign tools = site.data.tools.data | where: “Level of Government”, “Federal” %}
{% for tool in tools %}










{% endfor %}

Jurisdiction Portal/Catalogue Launched Portal/Catalogue Platform Content Type License Policy Name Policy Tool Policy Adopted
{{ tool.Jurisdiction }} {{ tool[“Portal/Catalogue Launched”] }} {{ tool[“Portal/Catalogue Platform”] }} {{ tool[“Content Type”] }} {{ tool[“License”] }} {{ tool[“Policy Name”] }} {{ tool[“Policy Tool”] }} {{ tool[“Policy Adopted”] }}

Provincial















{% assign tools = site.data.tools.data | where: “Level of Government”, “Provincial” %}
{% for tool in tools %}










{% endfor %}

Jurisdiction Portal/Catalogue Launched Portal/Catalogue Platform Content Type License Policy Name Policy Tool Policy Adopted
{{ tool.Jurisdiction }} {{ tool[“Portal/Catalogue Launched”] }} {{ tool[“Portal/Catalogue Platform”] }} {{ tool[“Content Type”] }} {{ tool[“License”] }} {{ tool[“Policy Name”] }} {{ tool[“Policy Tool”] }} {{ tool[“Policy Adopted”] }}

Municipal















{% assign tools = site.data.tools.data | where: “Level of Government”, “Municipal” %}
{% for tool in tools %}










{% endfor %}

Jurisdiction Portal/Catalogue Launched Portal/Catalogue Platform Content Type License Policy Name Policy Tool Policy Adopted
{{ tool.Jurisdiction }} {{ tool[“Portal/Catalogue Launched”] }} {{ tool[“Portal/Catalogue Platform”] }} {{ tool[“Content Type”] }} {{ tool[“License”] }} {{ tool[“Policy Name”] }} {{ tool[“Policy Tool”] }} {{ tool[“Policy Adopted”] }}

Data Dictionary

{% assign dictionary = site.data.tools.data-dictionary %}


{% for item in dictionary %}
{{ item[0] }}

{{ item[1] }}

{% endfor %}

API

Feel free to use the API. Beware it’s pretty basic, but so is the data. Read the API docs for more details on use.