This repository has been archived by the owner on Nov 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
features.html
executable file
·124 lines (118 loc) · 5.1 KB
/
features.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
---
layout: page
title: DKAN | Features
permalink: /features/
---
<!-- Service Start -->
<section id="service">
<div class="container">
<div class="row">
<div class="section-title">
<h2>Features</h2>
<h3 class="section-subheading text-muted">DKAN is an open source open data platform with a full suite of cataloging, publishing and visualization features that allows organizations to easily share data with the public.</h3>
</div>
</div>
<div class="row vertical-align-child feature-long">
<div class="col-md-7 margin-b-30">
<div class="feature-img-holder">
<img src="{{site.baseurl}}/img/dkan-workflows.png" alt="" class="img-responsive">
<p>workflow management interface</p>
</div>
</div>
<div class="col-md-5 margin-b-30">
<h3>Easy to use and powerful data publishing workflows</h3>
<p class="margin-b-20">
DKAN features an easy-to-use interface for adding data. DKAN also includes an optional Workflow module, which allows data published by content creators to be reviewed by editors before publication. DKAN allows complex workflows to be taken out of ETL and other tools and into DKAN's easy-to-use interface.
</p>
<a href="{{site.baseurl}}/2016/04/20/dkan-workflow.html" class="btn btn-lg btn-primary btn-rounded">Learn More</a>
</div>
</div>
<div class="row">
<div class="row-bump"></div>
</div>
<div class="row vertical-align-child feature-long">
<div class="col-md-5 margin-b-30">
<h3>Built in visualization tools and drag and drop dashboards.</h3>
<p class="margin-b-20">
DKAN is more than a data catalog. DKAN makes it easy to tell stories with your data. DKAN features built-in charts and graphs tools and drag-and-drop dashboards so you don't need to rely on outside tools to tell stories with your data. See our demo site <a href="http://demo.getdkan.com/search/type/data_dashboard">for examples</a>.
</p>
</div>
<div class="col-md-7 margin-b-30">
<div class="feature-img-holder">
<img src="{{site.baseurl}}/img/dkan-charts2.png" alt="screenshot of drag and drop dashboard" class="img-responsive">
<p>drag and drop dashboard interface</p>
</div>
</div>
</div>
<div class="row ">
<p><br/></p>
<div class="col-sm-6 col-md-3">
<div class="service-item">
<i class="fa fa-thumbs-up" aria-hidden="true"></i>
<h4>Easy to use</h4>
<p>Powerful Drupal UI for all functions without code</p>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div class="service-item">
<i class="fa fa-refresh" aria-hidden="true"></i>
<h4>Workflows</h4>
<p>UI for complex data workflow management</p>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div class="service-item">
<i class="fa fa-user-o" aria-hidden="true"></i>
<h4>Roles + Permissions</h4>
<p>Full UI for user management incl. groups</p>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div class="service-item">
<i class="fa fa-line-chart" aria-hidden="true"></i>
<h4>Native Viz Tools</h4>
<p>Easy Charts + Dashboards tools (NVD3, React.js)</p>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div class="service-item">
<i class="fa fa-hand-grab-o" aria-hidden="true"></i>
<h4>Drag-and-Drop Layouts</h4>
<p>Drupal Panels layout configuration without coding</p>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div class="service-item">
<i class="fa fa-exchange" aria-hidden="true"></i>
<h4>Integrations</h4>
<p>ArcGIS, Carto, SAFE FME, Tableau, Plot.ly, and more</p>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div class="service-item">
<i class="fa fa-edit" aria-hidden="true"></i>
<h4>Standards Compliant</h4>
<p>Supports DCAT and US Project Open Data</p>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div class="service-item">
<i class="fa fa-drupal" aria-hidden="true"></i>
<h4>Drupal Module Compatible</h4>
<p>Native Drupal distribution extensible with Drupal modules</p>
</div>
</div>
</div>
<div class="row">
<h2>DKAN Collateral</h2>
<div class="col-sm-4 col-md-4">
<!--<a href="{{site.baseurl}}/img/NuCivicGuidetoDKAN.pdf"><img src="{{site.baseurl}}/img/guide-dkan.png" class="img-responsive guide" /></a>-->
</div>
<!--<div class="col-sm-8 col-md-8">-->
<h3 class="section-subheading text-muted">Granicus offers a rich trove of <a href="https://insights.govdelivery.com/Digital_Services/GovDelivery_Open_Data/Getting_Started">collateral</a> on how to use Granicus Data (DKAN) effectively.</h3></p>
<br/>
<!--<a href="{{site.baseurl}}/img/NuCivicGuidetoDKAN.pdf" class="btn btn-lg btn-primary btn-rounded align-left">Download</a>-->
</div>
</div>
</div>
</section>