-
Notifications
You must be signed in to change notification settings - Fork 370
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
45edcf2
commit ea7ae67
Showing
1 changed file
with
122 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,122 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
|
||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> | ||
<meta name="description" content=""> | ||
<meta name="author" content=""> | ||
|
||
<title>Connecticut State Data Plan</title> | ||
|
||
<!-- Bootstrap core CSS --> | ||
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet"> | ||
|
||
<!-- Custom styles for this template --> | ||
<link href="css/heroic-features.css" rel="stylesheet"> | ||
|
||
</head> | ||
|
||
<body> | ||
|
||
<!-- Navigation --> | ||
<nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top"> | ||
<div class="container"> | ||
<a class="navbar-brand" href="#">CT State Data Plan</a> | ||
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation"> | ||
<span class="navbar-toggler-icon"></span> | ||
</button> | ||
<div class="collapse navbar-collapse" id="navbarResponsive"> | ||
<ul class="navbar-nav ml-auto"> | ||
<li class="nav-item active"> | ||
<a class="nav-link" href="#">Home | ||
<span class="sr-only">(current)</span> | ||
</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="#">About</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="#">Principles</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="#">Use Cases</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="#">Goals</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="#">Contact</a> | ||
</li> | ||
</ul> | ||
</div> | ||
</div> | ||
</nav> | ||
|
||
<!-- Page Content --> | ||
<div class="container"> | ||
|
||
<!-- Jumbotron Header --> | ||
<header class="jumbotron my-4"> | ||
<h2 class="display-3">CT State Data Plan - Principles</h2> | ||
<p class="lead"></a> | ||
</header> | ||
<div> | ||
<h3>Stewardship</h3> | ||
<p> | ||
1. Exercise Responsibility: Practice effective data stewardship and governance by maintaining modern data security practices, protecting individual privacy, and maintaining promised confidentiality. | ||
</p> | ||
<p> | ||
2. Uphold Ethics: Consider, monitor, and assess the implications of federal data practices for the public and provide sufficient checks and balances to protect and serve the public interest. | ||
</p> | ||
<p> | ||
3. Promote Transparency: Articulate purposes for acquiring, using, and disseminating data and comprehensively document processes and products to inform data users. | ||
</p> | ||
|
||
<h3>Quality</h3> | ||
<p> | ||
4. Integrate Intentionality: Create, acquire, use, and disseminate data deliberately and thoughtfully, considering quality, consistency, privacy, value, reuse, and interoperability from the start. | ||
</p> | ||
|
||
<p> | ||
5. Ensure Relevance: Validate that data are high quality, useful, understandable, timely, and needed. | ||
</p> | ||
|
||
<p> | ||
6. Create Value: Coordinate and prioritize data needs and uses, harness data from multiple sources, and acquire new data only when necessary. | ||
</p> | ||
|
||
<h3>Continuous Improvement</h3> | ||
<p> | ||
7. Demonstrate Responsiveness: Improve data sharing and access with ongoing input from users and other stakeholders. | ||
</p> | ||
|
||
<p> | ||
8. Prioritize Best Practices: Model, assess, and continuously update best practices throughout the data lifecycle. | ||
</p> | ||
|
||
<p> | ||
9. Invest in Learning: Promote a culture of continuous and collaborative learning with data and about data . | ||
</p> | ||
|
||
<p> | ||
10. Practice Accountability: Audit data practices, document and learn from results, and make changes as needed based on findings. | ||
</p> | ||
</div> | ||
</div> | ||
<!-- Footer --> | ||
<footer class="py-5 bg-dark"> | ||
<div class="container"> | ||
<p class="m-0 text-center text-white">A State of Connecticut Website 2018</p> | ||
</div> | ||
<!-- /.container --> | ||
</footer> | ||
|
||
<!-- Bootstrap core JavaScript --> | ||
<script src="vendor/jquery/jquery.min.js"></script> | ||
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script> | ||
|
||
</body> | ||
|
||
</html> |