-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
126 lines (86 loc) · 4.92 KB
/
index.html
File metadata and controls
126 lines (86 loc) · 4.92 KB
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
125
126
<!DOCTYPE html>
<html lang="en">
<head>
<title>Structured Commons :: About</title>
<meta charset="utf-8" />
<link href="http://www.structured-commons.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Structured Commons Full Atom Feed" />
<!-- Mobile viewport optimized: j.mp/bplateviewport -->
<meta name="viewport" content="width=device-width,initial-scale=1, maximum-scale=1">
<link rel="stylesheet" type="text/css" href="http://www.structured-commons.org/theme/gumby.css" />
<link rel="stylesheet" type="text/css" href="http://www.structured-commons.org/theme/style.css" />
<link rel="stylesheet" type="text/css" href="http://www.structured-commons.org/theme/pygment.css" />
<script src="http://www.structured-commons.org/theme/js/libs/modernizr-2.6.2.min.js"></script>
</head>
<body id="index" class="home">
<div class="container">
<div class="row">
<header id="banner" class="body">
<h1><a href="http://www.structured-commons.org">Structured Commons <strong></strong></a></h1>
</header><!-- /#banner -->
<div id="navigation" class="navbar row">
<a href="#" gumby-trigger="#navigation > ul" class="toggle"><i class="icon-menu"></i></a>
<ul class="columns">
<li><a href="http://www.structured-commons.org/online-forum.html">Forum</a></li>
<li class="active"><a href="http://www.structured-commons.org/index.html">About</a></li>
<li><a href="http://www.structured-commons.org/mission.html">Mission statement</a></li>
<li><a href="http://www.structured-commons.org/org.html">Organization</a></li>
<li><a href="http://www.structured-commons.org/participating.html">Participating</a></li>
<li><a href="http://www.structured-commons.org/scep0000.html">SCEPs</a></li>
</ul>
</div>
<h1>About</h1>
<p class="headline"><strong>Structured Commons</strong> is an alternate model for scholars to
register, disseminate, filter and preserve scientific knowledge.</p>
<div class="section" id="what-are-the-structured-commons">
<h2>What are the Structured Commons?</h2>
<p>The Structured Commons consist of a <em>model</em> for scholars to publish
and interact with scientific work and a <em>network</em> of documents and
digital objects structured and connected to each other using
Structured Commons mechanisms.</p>
<p>The <em>Structured Commons model</em> consists of <strong>standards</strong>, <strong>methods</strong>
and <strong>tools</strong> to:</p>
<ul class="simple">
<li>compute citable <strong>fingerprints</strong> for documents and digital objects;</li>
<li>generate and verify <strong>certificates of existence</strong>;</li>
<li>structure, and produce download links to <strong>durable archives</strong> of documents and collections;</li>
<li>organize, validate and reward <strong>peer review</strong> between scholars;</li>
<li>mine, index and query <strong>document metadata</strong> automatically.</li>
</ul>
<p>An academic work or digital object published in the <em>Structured
Commons network</em> becomes:</p>
<ul class="simple">
<li><strong>independent</strong>: content is stored, indexed and distributed across the
Internet, without requiring a single host organization or
repository to support its existence in the long term.</li>
<li><strong>incorruptible</strong>: citations and links use fingerprints that "digitally signs" all documents; any
post-publication alteration invalidate existing fingerprints.</li>
<li><strong>irrefutable</strong>: certificates of existence guarantee a document
existed not later than a specific date, and multiple certificates
can be added to a document over time.</li>
</ul>
</div>
</div><!-- /.row -->
</div><!-- /.container -->
<div class="container.nopad bg">
<footer id="credits" class="row">
<div class="seven columns left-center">
<address id="about" class="vcard body">
Proudly powered by <a href="http://getpelican.com/">Pelican</a>,
which takes great advantage of <a href="http://python.org">Python</a>.
<br />
Based on the <a target="_blank" href="http://gumbyframework.com">Gumby Framework</a>
</address>
</div>
<div class="seven columns">
<div class="row">
<ul class="socbtns">
</ul>
</div>
</div>
</footer>
</div>
<script src="http://www.structured-commons.org/theme/js/libs/jquery-1.9.1.min.js"></script>
<script src="http://www.structured-commons.org/theme/js/libs/gumby.min.js"></script>
<script src="http://www.structured-commons.org/theme/js/plugins.js"></script>
</body>
</html>