-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathshare.html
More file actions
92 lines (59 loc) · 2.61 KB
/
share.html
File metadata and controls
92 lines (59 loc) · 2.61 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title></title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<link href="css/bootstrap.css" rel="stylesheet">
<link href="css/custom.css" rel="stylesheet">
<link href="font-awesome-4.3.0/css/font-awesome.min.css" rel="stylesheet">
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- DataTables CSS -->
<link rel="stylesheet" type="text/css" href="DataTables-1.10.7/media/css/jquery.dataTables.css">
<!-- jQuery -->
<script type="text/javascript" charset="utf8" src="DataTables-1.10.7/media/js/jquery.js"></script>
<!-- DataTables -->
<script type="text/javascript" charset="utf8" src="DataTables-1.10.7/media/js/jquery.dataTables.js"></script>
<!-- <script type="text/javascript" charset="utf8" src="../js/jquery-1.11.3.js"></script> -->
<!-- <script type="text/javascript" charset="utf8" src="../js/custom.js"></script> -->
</head>
<body>
<nav class="navbar navbar-default">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<a class="navbar-brand" href="index.html">OpenCogLab Repository</a>
</div>
<div class="">
<ul class="nav navbar-nav navbar-right">
<li><a href="/index.html">Home</a></li>
<li><a href="/share.html">Share</a></li>
</ul>
</div>
</div>
</div>
</nav>
<div id="cover">
<div class="container">
<h1>Sharing your experiment</h1>
</div>
<!-- <h3 class="project-tagline">A repository of openly shared computerized experiments for assessing cognitive function.</h3> -->
</div>
<div class="container">
<div class="section">
<div class="contaiiner text-justify">
<p>Before you begin, we encourage you to archive your project in the <a href="https://zenodo.org/collection/user-opencoglabrepository">Zenodo OpenCogLab Repository Community</a> to receive a citable DOI.</p>
<p>Please complete the form below.</p>
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSdJdI3wuj0RNU2LK3t9ndE74Ie6BC2nunXkwai0CdOVHESk-w/viewform?embedded=true" width="760" height="2810" frameborder="0" marginheight="0" marginwidth="0">Loading...</iframe>
<p class="m-top-50">The file will be reviewed and we will upload your file as soon as we can.</p>
</div>
</div>
</div>
<footer>
</footer>
</body>
</html>