forked from brain-image-library/bil_info_site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
training.html
81 lines (74 loc) · 2.67 KB
/
training.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
<!DOCTYPE html>
<html class="no-js" lang="en">
<head>
<title>Brain Image Library: Contact</title>
<meta http-equiv="x-ua-compatible" content="ie=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-R1YK9CG4GL"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-R1YK9CG4GL');
</script>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway:400,800" />
<link rel='stylesheet' href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" />
<link rel="stylesheet" href="/css/bootstrap.css" />
<link rel="stylesheet" href="/css/styles.css" />
<link rel="stylesheet" href="/my.css" />
<script src="/js/jquery.min.js"></script>
</head>
<body class="bg">
<div class="container">
<p> </p>
</div>
<div class="container">
<!--Navigation bar-->
<div id="topmenu">
</div>
<script>
$(function(){
$("#topmenu").load("menu.html");
});
</script>
<!--end of Navigation bar-->
<div class="jumbotron">
<p>
<H2>Training</H2>
</p>
<p>
<b>Data Submission Virtual Workshop</b><br />
<b>Next Workshop: January, 25, 2022</b> <br />
<b>Signup Link: <a href="https://forms.gle/xHanHj6SQUSsbomf9">https://forms.gle/xHanHj6SQUSsbomf9</a></b><br />
</p>
<p>
This workshop, presents a hands-on walk through of the data submission process in use by the Brain Image Library. Topics covered include:
<ul>
<li>BIL scope and available resources for data submitters</li>
<li>Hands-on introduction to the data submission process, including:</li>
<ul>
<li>Gaining data submission access</li>
<li>Using the submission portal for metadata</li>
<li>Transferring data to BIL</li>
</ul>
<li>Validating and releasing data to the public</li>
<li>Using BIL computational and visualization resources for pre-submission exploration and processing</li>
</ul>
The targeted audience for the workshop includes data submitters, PI's, data managers, and microscopy lab personnel.
</p>
</div>
<!--Bottom Footer -->
<div id="bottomfooter">
</div>
<script>
$(function(){
$("#bottomfooter").load("footer.html");
});
</script>
<!--end of bottomfooter-->
<script src="/js/jquery.min.js"></script>
<script src="/js/popper.min.js"></script>
<script src="/js/bootstrap.min.js"></script>
</body>
</html>