-
Notifications
You must be signed in to change notification settings - Fork 20
/
posts.js
99 lines (99 loc) · 2.92 KB
/
posts.js
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
module.exports = [
{
date: '2017-01-09',
title: 'Preview the New Dat CLI',
author: 'Joe Hand',
teaser: 'Install the new release of the Dat command line tool today!',
name: '2017-01-05-dat-next'
},
{
date: '2016-12-18',
title: 'Reader Privacy On The P2P Web',
author: 'Max Ogden',
teaser: 'Can we keep user metadata private when decentralizing data?',
name: '2016-12-18-p2p-reader-privacy'
},
{
date: '2016-11-11',
title: 'Reflections from International Data Week 2016',
author: 'Joe Hand',
teaser: 'A summary of the Research Data Alliance event from September.',
name: '2016-11-11-idw-2016-summary'
},
{
date: '2016-11-11',
title: 'An Introduction To Persistent Identifiers',
author: 'Max Ogden',
teaser: 'What I learned at PIDapalooza 2016.',
name: '2016-11-11-pidapalooza'
},
{
// date: '2016-07-07',
title: 'Announcing dat.land online demo',
author: 'Karissa McKelvey',
teaser: 'Live peer to peer sync in the browser with http://dat.land',
name: '2016-07-07-announcing-dat-land'
},
{
date: '2016-05-16',
title: 'Key Elements of Distributing Data',
author: 'Karissa McKelvey',
teaser: 'How the current tools fall short by missing key elements.',
name: '2016-05-16-key-elements'
},
{
title: 'Dat 1.0 is ready',
author: 'Karissa McKelvey',
teaser: 'After years of R&D, the release candidate is ready.',
name: '2016-02-01-dat-1',
date: '2016-02-05'
},
{
title: 'Announcing Publicbits.org',
author: 'Karissa McKelvey',
teaser: 'Breaking down open data silos with a new Knight Foundation grant.',
name: '2016-02-01-announcing-publicbits',
date: '2016-02-01'
},
{
title: 'The likely collapse of a major proprietary hosting service',
author: 'Karissa McKelvey',
teaser: 'The beginning of the end -- and what it means for science.',
name: '2015-12-01-proprietary'
},
{
date: '2016-01-19',
title: 'A Brief History of Dat',
author: 'Max Ogden',
teaser: 'History of Dat and the design choices over the last 2 years',
name: '2016-01-19-brief-history-of-dat'
},
{
date: '2015-07-29',
title: 'Dat goes beta!',
author: 'Karissa McKelvey',
teaser: 'After a long year of alpha testing, dat goes beta.',
name: '2015-07-29-dat-beta'
},
{
date: '2015-04-03',
title: 'Sloan Redoubles Dat Funding',
author: 'Waldo Jacquith',
teaser: 'Announcing a generous $640,000 grant from the Sloan foundation',
name: '2015-04-03-sloan'
},
{
date: '2014-08-19',
title: 'Announcing the Dat Alpha',
author: 'Max Ogden',
teaser: 'The first major version of dat along with a new website.',
name: '2014-08-19-dat-alpha'
},
{
date: '2014-04-02',
title: 'Sloan funding Dat development',
author: 'Waldo Jacquith',
teaser: 'Announcing Sloans support of the dat project',
name: '2014-04-02-dat'
}
]