forked from bfe-inf/toolkit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathddomp.html
More file actions
138 lines (129 loc) · 5.15 KB
/
ddomp.html
File metadata and controls
138 lines (129 loc) · 5.15 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
---
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>DDOMP Guide | BF e-I&DM Toolkit</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="icon" type ="image/png" href = "images/Favicon/favicon-16x16.png"/>
{% 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="banner2">
<div class="inner">
<header>
<h1>Data and Digital Outputs Management Plan (DDOMP) Guide</h1>
</header>
</div>
</section>
<!-- Main -->
<section id="main" class="wrapper" style="padding-bottom:35px;">
<div class="inner">
<header class="align-center">
<h2>A Step-By-Step User Guide for Building a Successful Data Management Plan </h2>
<hr>
<h3> Why is a Data and Digital Outputs Management Plan <strong><a href="http://bfe-inf.org/sites/default/files/doc-repository/CRA_Data_Digital_Outputs_Management_Annex_20180501.pdf" target="_blank">(DDOMP)</strong></a> important? Ensuring proper data management helps Belmont Forum researchers achieve the goal of supporting international transdisciplinary research to provide knowledge for understanding, mitigation, and adaptation to global environmental change, and is required of all Belmont Forum-funded projects. A DDOMP ensures that the data is organized, sharable, and reproducible, and helps researchers gain recognition and credibility through data sharing. </h3>
</header>
<hr class="major" />
<h3>This section explains the expectations for Belmont Forum <strong><a href="http://bfe-inf.org/sites/default/files/doc-repository/CRA_Data_Digital_Outputs_Management_Annex_20180501.pdf" target="_blank">Data and Digital Outputs Management Plans</strong></a> at each stage of the proposal process. To find resources, please choose the stage of your research project below:</h3>
</div>
</section>
<!-- Three -->
<section id="three" class="wrapper style3" style="padding-top:0px;">
<div class="inner">
<div id="flexgrid">
<div>
<header style="margin-bottom: 35px;">
<h3>Pre-Proposal</h3>
<div class="image round">
<a href="ddomp-preproposal.html">
<img src="images/rawpixel-701117-unsplash.jpg" width="275px" height="183px" alt="Pic 02" />
</a>
</div>
</header>
<ul class="actions">
<div class="dropdown">
<li><a href="ddomp-preproposal.html" class="dropbtn">Find Guidelines</a></li>
</div>
</ul>
</div>
<div>
<header style="margin-bottom: 35px;">
<h3>Full Proposal</h3>
<div class="image round">
<a href="ddomp-fullproposal.html">
<img src="images/rawpixel-740331-unsplash.jpg" width="275px" height="183px" alt="Pic 01" />
</a>
</div>
</header>
<ul class="actions">
<div class="dropdown">
<li><a href="ddomp-fullproposal.html" class="dropbtn">Find Guidelines</a></li>
</div>
</ul>
</div>
<div>
<header style="margin-bottom: 35px;">
<h3>Awarded Projects</h3>
<div class="image round">
<a href="ddomp-awardedprojects.html">
<img src="images/rawpixel-1062967-unsplash.jpg" width="275px" height="183px" alt="Pic 01" />
</a>
</div>
</header>
<ul class="actions">
<div class="dropdown">
<li><a href="ddomp-awardedprojects.html" class="dropbtn">Find Guidelines</a></li>
</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>