-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmission.html
More file actions
119 lines (79 loc) · 5.11 KB
/
mission.html
File metadata and controls
119 lines (79 loc) · 5.11 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Structured Commons :: Mission statement</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><a href="http://www.structured-commons.org/index.html">About</a></li>
<li class="active"><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>Mission statement</h1>
<p>The goal of Structured Commons is to <em>optimize dissemination</em> and
reuse of scientific work, with four sub-goals:</p>
<ol class="arabic simple">
<li><strong>make dissemination faster</strong>;</li>
<li><strong>promote open peer review</strong>;</li>
<li><strong>lower the cost</strong> of publishing, dissemination and access;</li>
<li><strong>guarantee the persistence and consistency</strong> of the citation network over the very long term (50+ years).</li>
</ol>
<p>The Structured Commons network and model <em>complement</em> public
repositories like <a class="reference external" href="http://arxiv.org/">arXiv</a>, <a class="reference external" href="https://commons.wikimedia.org/">Wikimedia Commons</a>, the <a class="reference external" href="http://commoncrawl.org/">Common
Crawl</a>, <a class="reference external" href="http://www.webdatacommons.org/">Web Data Commons</a>, etc., and <em>overlay</em> them with new
services for authors and scholars:</p>
<ul class="simple">
<li>to structure digital documents and citations and equip them for very long term persistence;</li>
<li>to support distributed, independent and transparent ("open") peer review of scholarly work;</li>
<li>to provide transparent evaluation methods for scientific works and
researchers, including ranking and filtering of "top" publications, based on public evidence.</li>
</ul>
<p>See the specification document <a class="reference external" href="scep0100.html"><span class="caps">SCEP</span> 100</a> and <a class="reference external" href="http://science.raphael.poss.name/files/20140612-trust.pdf">the <span class="caps">TRUST</span> presentation slides</a> for an overview of how this is achieved.</p>
<p>The Structured Commons publication channels <em>can</em> operate side by side
with existing publishers (of journals <span class="amp">&</span> conference proceedings), but
they also enable alternate business models that can compete
effectively with the pre-Internet publishing industry.</p>
</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>