-
Notifications
You must be signed in to change notification settings - Fork 11
/
about.html
143 lines (131 loc) · 10.9 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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="description" content="Information on symbols, badges, and open access resources for Open Access VIS">
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:creator" content="@sharoz" />
<meta name="twitter:title" content="About: Open Access VIS" />
<meta name="twitter:description" content="Information on symbols, badges, and open access resources for Open Access VIS"/>
<meta name="twitter:image" content="http://oavis.org/images/summary_about.png?1" />
<link rel="shortcut icon" href="images/favicon.ico" />
<title>About - Open Access VIS</title>
<!-- Bootstrap -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<!-- Optional theme -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css" integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp" crossorigin="anonymous">
<!-- my CSS -->
<link rel="stylesheet" href="style.css">
<!-- more CSS -->
<style>
h1 img { height: 1.25em; margin-top: -.25em; }
h3 { margin-top: 1.5em; }
ol {
-webkit-padding-start: 0;
margin-left: 1em;
}
li { padding-left: .25em; }
.symbol { margin-bottom: 2em; }
.symbol p { vertical-align: middle; }
.symbol img {
display: inline-block;
vertical-align: middle;
margin-right: .35em;
width: 1.5em;
height: 1.5em;
}
.notAvailable { opacity: 0.1; }
</style>
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<img src="images/blank.png" style="display:none">
<div class="container theme-showcase" role="main">
<div class="row">
<div class="col-md-12 col-lg-10 col-lg-offset-1">
<h1>Open <img src="images/Open_Access.svg"> Access VIS</h1>
<p>A <a href="/">collection of open access visualization research</a> at the VIS conference.</p>
<p>Created and maintained by <a href="https://twitter.com/sharoz">Steve Haroz</a>. Help with data entry was provided by <a href="https://twitter.com/_mcnutt_">Andrew McNutt</a> and <a href="https://twitter.com/jamesscottbrown">James Scott-Brown</a>.</p>
<h3>Goals of this site</h3>
<ol>
<li>Encourage authors to post papers, data, and materials.</li>
<li>Encourage posting on reliable open access repositories to avoid "link rot".</li>
<li>Collect openly accessible papers, data, and other materials from VIS before the conference.</li>
<li>Get an overview of how many VIS papers are reliably inaccessible outside of a pay wall.</li>
</ol>
<h3>Badges</h3>
<div class="symbol">
<p><img src="images/preregistered.svg">A timestamped and immutable research plan describing research questions, independent variables, dependent variabes, and covariates. <a href="https://osf.io/7d4wa/">Full criteria</a>.</p>
<p><img src="images/preregistered-o.svg" class="notAvailable">A preregistration may not be available.</p>
</div>
<div class="symbol">
<p><img src="images/materials.svg">The materials or source code needed to replicate the data collection are available on a reliable open access repository. <a href="https://osf.io/gc2g8/">Full criteria</a>.</p>
<p><img src="images/materials-o.svg">The materials or source code needed to replicate the data collection are available from some other source.</p>
<p><img src="images/materials-o.svg" class="notAvailable">The materials or source code needed to replicate the data collection may not be available.</p>
</div>
<div class="symbol">
<p><img src="images/data.svg">Raw data measured by the authors to support the conclusions of an empirical study are available on a reliable open access repository. <a href="https://osf.io/g6u5k/">Full criteria</a>.</p>
<p><img src="images/data-o.svg">Raw data measured by the authors to support the conclusions of an empirical study are available from some other source.</p>
<p><img src="images/data-o.svg" class="notAvailable">Raw data may not be available.</p>
</div>
<div class="symbol">
<p><img src="images/reproducible.svg">The materials or source code needed to reproduce analyses and computations are available on a reliable open access repository. <a href="https://osf.io/gc2g8/">Full criteria</a>.</p>
<p><img src="images/reproducible-o.svg">The materials or source code needed to reproduce analyses and computations are available from some other source.</p>
<p><img src="images/reproducible-o.svg" class="notAvailable">The materials or source code needed to reproduce analyses and computations may not be available.</p>
</div>
<h3>How do I make my work open access?</h3>
<p>I suggest using the <a href="https://osf.io">Open Science Foundation (OSF)</a> to post your work.</p>
<p>Sign up. Create a new project. And upload your paper, data, and materials. It takes under 5 minutes.</p>
<p>You can also connect your OSF project to a GitHub repository to avoid keeping track of multiple repositories.</p>
<p>Feel free to use any accessible, persistent, and immutable repository.</p>
<p>Once you're done, make a <a href="https://github.com/steveharoz/open-access-vis#how-you-can-contribute-to-open-access-vis">GitHub issue</a> with the URLs for your work.</p>
<h3 id="reliable">What counts as a reliable open access repository?</h3>
<p>A reliable open access repository should (1) be freely accessible, (2) provide a persistent identifier, (3) have immutable versioining, and (4) have a long-term sustainability plan (<a href="https://help.osf.io/hc/en-us/articles/360019737894-FAQs#what-if-you-run-out-of-funding-what-happens-to-my-data">see this example</a>).</p>
<p>Personal websites, institutional websites, and commercial websites such as github do not meet these criteria.</p>
<p>The following domains are currently counted: <code>osf.io</code>, <code>arxiv.org</code>, <code>biorxiv.org</code>, <code>psyarxiv.org</code>, <code>hal.*.fr</code>, <code>eprints.whiterose.ac.uk</code>, <code>ora.ox.ac.uk</code>, <code>kops.uni-konstanz.de</code>, and <code>figshare.com</code>. Please <a href="https://github.com/steveharoz/open-access-vis/issues/new">file an issue</a> to add others.</p>
<p>The <a href="https://osf.io">Open Science Foundation (OSF)</a> is suggested because it is general purpose and can store documents, materials, and data together. However, other open access repositories or institutional repositories are equally valid.</p>
<h3>Where are the videos?</h3>
<p>Expanding the thumbnail will show the paper's video, but only for papers shared on a reliable open access server. If the author has time to make a video, they can spare a few minutes to post the paper on <a href="https://osf.io/preprints">osf.io</a>, <a href="https://arxiv.org">arxiv.org</a>, or a similar reliable open repository.</p>
<h3 id="missing">I see missing info, incorrect info, or a bug. How can I fix it?</h3>
<p>Help filling in missing or incorrect info is greatly appreciated. Please file an issue on <a href="https://github.com/steveharoz/open-access-vis#how-you-can-contribute-to-open-access-vis">GitHub</a>.</p>
<p>Thumbnails are kept separately for now. Information for adding or improving thumbnails is also on <a href="https://github.com/steveharoz/open-access-vis">GitHub</a>.</p>
<p>Because accessibility is important, the paper should be viewable in the browser. URLs that require people to download a PDF or fill out a form will not be accepted.</p>
<h3>Acknowledgements</h3>
<p>This site was built with <a href="http://getbootstrap.com">Boostrap</a>, <a href="http://d3js.org">D3</a>, and a fuckton of <a href="http://stackoverflow.com">StackOverflow</a> searches.</p>
<p>Some icons are from <a href="https://github.com/encharm/Font-Awesome-SVG-PNG">Font-Awesome-SVG-PNG</a> (<a href="http://fontawesome.io">Font Awesome</a> by Dave Gandy).</p>
<p>Open Access logo by <a href="https://en.wikipedia.org/wiki/Open_access#/media/File:Open_Access_logo_PLoS_white.svg">PlOS via Wikipedia</a></p>
<p>Open access materials and open access data symbols by <a href="https://cos.io/our-services/open-science-badges/">Center for Open Science</a>. Note that the "partial credit" versions were created by me.</p>
<p>Closed access science icon is CC-BY by <a href="http://steveharoz.com/blog/2015/tips-for-hiding-your-publications/">Steve Haroz</a></p>
<p>Special thanks to the <a href="http://www.achouffe.be/">D'Achouffe</a>, whose beer made all of this possible.</p>
<h3>Citation</h3>
<p>If you discuss this project in an article, please cite the paper that describes it:</p>
<pre>
S. Haroz, "Open Practices in Visualization Research : Opinion Paper,"
IEEE Evaluation and Beyond - Methodological Approaches for Visualization (BELIV), 2018.
doi: 10.1109/BELIV.2018.8634427
</pre>
</div>
</div>
<div class="row footer">
<div class="col-lg-10 col-lg-offset-1">
</div>
</div>
</div>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<!-- code -->
<script> function require(a) {} </script>
<!-- analytics -->
<?php include_once("oavis_analytics.php") ?>
</body>
</html>