forked from bfe-inf/toolkit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
106 lines (101 loc) · 4.12 KB
/
index.html
File metadata and controls
106 lines (101 loc) · 4.12 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
---
tipue_search_active: true
---
<!DOCTYPE HTML>
<!--
Projection by TEMPLATED
templated.co @templatedco
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
-->
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-134752508-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-134752508-1');
</script>
<title>Home | BF e-I&DM Data Management Toolkit</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" type ="image/png" href = "images/Favicon/favicon-16x16.png"/>
<link rel="stylesheet" href="assets/css/main.css" />
<meta name="google-site-verification" content="tIBwKOGVURDW7DegwbUcZ4LUf-vi-Vi0KEjdIkv99Fw"/>
</head>
<body>
<!-- Header -->
<header id="header">
<div class="inner">
<a href="index.html" class="logo"><strong>Belmont Forum</strong> e-I&DM</a>
<nav id="nav">
<a href="index.html">Home</a>
<a href="ddomp.html">DDOMP Guide</a>
<a href="dmt-root.html">Data Management Training</a>
<a href="bp&s-root.html">Best Practices & Standards</a>
<a href="https://github.com/bfe-inf/toolkit" target="_blank">GitHub</a>
<a href="search.html"><i class="fa fa-search" aria-hidden="true"></i></a>
</nav>
<a href="#navPanel" class="navPanelToggle"><span class="fa fa-bars"></span></a>
</div>
</header>
<!-- Banner -->
<section id="banner" style="padding-bottom: 1px;">
<div class="inner">
<header>
<h1>E-INFRASTRUCTURES & DATA MANAGEMENT TOOLKIT</h1>
<hr>
<h2>Providing training and educational resources for data discovery, management, and curation across the globe, in support of an international collaborative effort to enable open access to scientific data</h2>
</header>
</div>
<div class="flex">
<div>
<a href="ddomp.html"><span class="icon fa-book" style="color: white;"></span></a>
<h3>DDOMP Researcher Guide</h3>
<p>Resources and tips for creating a successful DDOMP</p>
</div>
<div>
<a href="dmt-root.html"><span class="icon fa-group" style="color: white;"></span></a>
<h3><a href="dmt-root.html">Data Management Training</a></h3>
<p>Webinars, courses, certifications, and literature</p>
</div>
<div>
<a href="bp&s-root.html"><span class="icon fa-briefcase" style="color: white;"></span></a>
<h3>Best Practices & Standards</h3>
<p>Guidelines for effective data management</p>
</div>
</div>
</section>
<!-- Three -->
<section id="banner6" style="padding-top: 0px;">
<div class="inner">
<h2>Need help using the toolkit or an introduction to data management? <a href="https://www.youtube.com/watch?v=2qQeDCB3XhU&list=PLq4USJIxTB6TYUgkJ0OX3WSCboXAJ5AcA&index=1" target="_blank"><u> Start here</u></a> with our video tutorials!</h2>
<h2>Or, send us a question or suggestion <a href="https://docs.google.com/forms/d/e/1FAIpQLSf5AnpvrwlnEog7w0bbIIMbjYrz-XNPZKJDoAZM2_0I-5XEvQ/viewform" target="_blank"><u>here</u></a> and we'll be in touch soon.</h2>
</div>
</section>
<!-- Four -->
<section id="three" class="wrapper style1">
<div class="inner">
<div class="image fit flush">
<a href="http://www.bfe-inf.org/" target="_blank">
<img src="images/total_image.jpg" alt="BFE-INF Logo"/>
</a>
</div>
</div>
</section>
<!-- Footer -->
<footer id="footer">
<div class="inner">
<div class="copyright">
© The Belmont Forum e-Infrastructures and Data Management Collaborative Research Action 2018. All Rights Reserved.</a>
</div>
</div>
</footer>
<!-- Script -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>