-
Notifications
You must be signed in to change notification settings - Fork 20
/
about.html
102 lines (89 loc) · 6.24 KB
/
about.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>dat</title>
<link href="//fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700" rel="stylesheet" type="text/css">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<link rel="icon" href="./static/favicon.ico">
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.5/styles/default.min.css">
<link rel="stylesheet" href="./static/css/base.css" media="screen">
</head>
<body>
<div class="header">
<div class="header-nav container">
<div class="header-nav-links">
<ul class="header-nav-list">
<li><a href="./about.html" class="header-nav-link">About</a></li>
<li><a href="./blog" class="header-nav-link">Blog</a></li>
<li><a href="./team.html" class="header-nav-link">Team</a></li>
<li><a href="https://github.com/dat-ecosystem-archive/book/blob/master/src/SUMMARY.md" class="header-nav-link">Docs</a></li>
</ul>
</div>
<a href="./" class="header-logo">dat</a>
</div>
</div>
<div id="content"><div class="background-mask">
<div class="container centered">
<div class="content-title">About Dat</div>
<div class="content-horizontal-rule"></div>
</div>
</div>
<div class="background-mask">
<div class="container">
<div class="content-text-container">
<div class="content-text-intro">Dat is a grant-funded, open-source, decentralized data sharing tool for efficiently versioning and syncing changes to data.</div>
<div class="content-text-paragraph">Dat can be used to version data locally, or to share and sync data over the internet. Dat includes an optional peer-to-peer distribution system, meaning that the more widely that a dataset is shared, the faster it is for users to retrieve or sync a copy, and the more redundant that the dataset’s availability becomes.</div>
<div class="content-text-paragraph">By building tools to build and share data pipelines, we aim to bring to data a style of collaboration similar to what Git brings to source code. Dat is designed as a general-purpose tool for any data on the Web, with our main priority being to ensure scientific data can be more easily published and archived. Dat is fully open source and is built using JavaScript, Node.js and Electron.</div>
<div class="content-text-intro">History</div>
<div class="content-text-paragraph">The first code went into Dat <a href="https://github.com/dat-ecosystem-archive/dat/commit/e5eda57b53f60b05c0c3d97da90c10cd17dcbe19">on August 17, 2013</a>. The first six months were spent making a prototype (thanks to the <a href="http://www.knightfoundation.org/grants/201346305/">John S. and James L. Knight foundation Prototype Fund</a>), followed by taking Dat beyond the prototype phase and into an alpha release.</div>
<div class="content-text-paragraph">In the spring of 2014 we were able to expand the team working on Dat from one to three people, thanks to <a href="https://usopendata.org/2014/04/02/dat">support from the Alfred P. Sloan foundation</a>. Sloan’s proposition was that they like the initial Dat prototype, but wanted to see scientific data use cases be treated as top priority. As a result we expanded the scope of the project from its tabular data specific beginnings, and have focused on adding features that will help us work with larger open scientific datasets. <a href="https://usopendata.org/2015/04/03/sloan/">Sloan redoubled their support in the spring of 2015</a>, allowing us to continue to fund three positions for another two years.</div>
<div class="content-text-paragraph">In the winter of 2016, the <a href="http://dat-data.com/blog/2016-02-01-announcing-publicbits">Knight Foundation provided significant funding to create a registry for Dat-hosted datasets</a>, as well as enabling the project to grow and establish a 501(c)(3) non-profit.</div>
</div>
</div>
</div>
<div class="background-mask background-mask--toned">
<div class="content-text-container">
<div class="content-text-intro">Logo/Sticker Templates</div>
<div>
<a href="./static/img/dat-data.png"><img width="300" src="./static/img/dat-data.png"></a>
</div>
</div>
</div>
</div>
<div class="footer">
<div class="footer-directory container">
<div class="col-md-3 col-xs-6">
<div class="footer-heading">Explore</div>
<div class="footer-horizontal-rule"></div>
<ul class="footer-nav-list">
<li><a href="./team.html"><span class="rsaquo">›</span> Team</a></li>
<li><a href="https://www.stickermule.com/en/marketplace/9709-dat-data-v3"><span class="rsaquo">›</span> Get Stickers</a></li>
<li><a href="https://blog.dat-ecosystem.org/"><span class="rsaquo">›</span> Blog</a></li>
</ul>
</div>
<div class="col-md-3 col-xs-6">
<div class="footer-heading">Learn</div>
<div class="footer-horizontal-rule"></div>
<ul class="footer-nav-list">
<li><a href="./about.html"><span class="rsaquo">›</span> About</a></li>
<li><a href="https://github.com/dat-ecosystem-archive/book/blob/master/src/SUMMARY.md"><span class="rsaquo">›</span> Docs</a></li>
</ul>
</div>
<div class="col-md-3 col-xs-6">
<div class="spacer mobile-only"></div>
<div class="footer-heading">Connect</div>
<div class="footer-horizontal-rule"></div>
<ul class="footer-nav-list">
<li><a href="https://twitter.com/dat_project"><span class="twitter-green"></span>Twitter</a></li>
<li><a href="https://github.com/dat-ecosystem-archive/"><span class="octocat-green"></span>GitHub</a></li>
</ul>
</div>
</div>
<div class="footer-credits">
<span class="footer-emphasized">dat</span> • 2016 • styleguide by <a href="https://github.com/flipside-org">flipside</a> • page source on <a href="https://github.com/datproject/website">github</a>. Freezing Rain designed by <a href="http://www.thenounproject.com/OliM">OliM</a> from the <a href="http://www.thenounproject.com">Noun Project</a>
</div>
</div>
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.5/highlight.min.js"></script>
</body>
</html>