layout | title |
---|---|
page |
Dashboard || U.S. Open Data |
We have projects underway to help to build the capacity of open data. Here is the status of all of our projects.
{% for project in site.data.dashboard %}
{{ project.description }}
<div>
{% if project.contractor != null %}
<p>Contractor: <a href="{{ project.contractor_url }}">{{ project.contractor }}</a></p>
{% endif %}
<ul>
{% if project.repository != null %}
<li><a href="{{ project.repository }}">Repository</a></li>
{% endif %}
{% if project.blog_entry != null %}
<li><a href="{{ project.blog_entry }}">Blog Entry</a></li>
{% endif %}
{% if project.website != null %}
<li><a href="{{ project.website }}">Website</a></li>
{% endif %}
</ul>
</div>