-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdmt-root.html
More file actions
146 lines (139 loc) · 4.9 KB
/
dmt-root.html
File metadata and controls
146 lines (139 loc) · 4.9 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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
---
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>Training | BF e-I&DM 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" />
{% seo %}
</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="banner3">
<div class="inner">
<header>
<h1>Data Management Training Inventory</h1>
</header>
</div>
</section>
<!-- Main -->
<section id="main" class="wrapper" style="padding-bottom: 0px;">
<div class="inner">
<header class="align-center" style="margin-bottom: 30px;">
<h2>A collection of workshops, webinars, and resources for Belmont Forum researchers</h2>
</header>
</section>
<!-- Intro -->
<section id="two" class="wrapper style3" style="padding-bottom: 250px;">
<div class="inner">
<div id="flexgrid">
<div>
<header style="margin-bottom: 35px;">
<h3>By Geographic Region</h3>
<div class="image round">
<img src="images/globe.jpg" alt="Pic 02"/>
</div>
</header>
<ul class="actions">
<div class="dropdown">
<li><a href="#" class="dropbtn">Find Training Resources</a></li>
<div class="dropdown-content">
<a href="dmt-africa.html">Africa</a>
<a href="dmt-asia.html">Asia</a>
<a href="dmt-australia.html">Australia</a>
<a href="dmt-europe.html">Europe</a>
<a href="dmt-northamerica.html">North America</a>
<a href="dmt-southamerica.html">South America</a>
<a href="dmt-international.html">International</a>
</div>
</div>
</ul>
</div>
<div>
<header style="margin-bottom: 35px;">
<h3>By Resource Type</h3>
<div class="image round">
<img src="images/computer.jpg" alt="Pic 01" />
</div>
</header>
<ul class="actions">
<div class="dropdown">
<li><a href="#" class="dropbtn">Find Training Resources</a></li>
<div class="dropdown-content">
<a href="dmt_moocs.html">MOOCs</a>
<a href="dmt-profcerts.html">Professional Certifications</a>
<a href="dmt-virtual.html">Virtual Training</a>
<a href="dmt-summerschools.html">Workshops and Summer Schools</a>
</div>
</div>
</ul>
</div>
<div>
<header style="margin-bottom: 35px;">
<h3>By Professional Role</h3>
<div class="image round">
<img src="images/business_woman.jpg" alt="globe" />
</div>
</header>
<ul class="actions">
<div class="dropdown">
<li><a href="#" class="dropbtn">Find Training Resources</a></li>
<div class="dropdown-content">
<a href="dmt-datamanager.html">Data Managers</a>
<a href="dmt-gpcs.html">Group of Program Coordinators (GPC)</a>
<a href="dmt-pi.html">Principal Investigators (PIs)</a>
<a href="dmt-researcher.html">Researchers</a>
</div>
</div>
</ul>
</div>
</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>
<!-- Scripts -->
<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>