forked from bfe-inf/toolkit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdmt-gpcs.html
More file actions
103 lines (93 loc) · 4.89 KB
/
dmt-gpcs.html
File metadata and controls
103 lines (93 loc) · 4.89 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
---
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: For Group of Program Coordinators | 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>DMT: For Group of Program Coordinators (GPCs)</h1>
</header>
</div>
</section>
<!-- Main -->
<section id="main" class="wrapper" style="padding-bottom: 0px;">
<div class="inner">
<header class="align-center">
<h3>A GPC develops and administers Collaborative Research Actions (CRAs) from a Belmont Forum Call for Proposals and is the body responsible for the practical implementation of the Call. A GPC should understand what kinds of data and digital outputs meet the broader goals of the specific CRA, and provide relevant guidance to researchers as they complete a DDOMP. The resources below focus on understanding data management across different disciplines and how to appropriately identify data management needs for specific projects: </h3>
</header>
</section>
<hr>
<!-- Intro -->
<section id="two" class="wrapper">
<div class"inner">
<ul>
<li> <strong>Organization:</strong> DataONE Data Management Skillbuilding Hub <br/>
<strong>Link:</strong> <a href="https://dataoneorg.github.io/Education/lessons/03_planning/index.html" target="_blank">https://dataoneorg.github.io/Education/lessons/03_planning/index.html</a><br/>
<strong>Contains:</strong> A virtual presentation on data management planning which provides guidance on creating a plan for data management appropriate to a project's goals and planned deliverables. </li><br/>
</ul>
<ul>
<li> <strong>Organization:</strong> GODAN Capacity Development Working Group <br/>
<strong>Link:</strong> <a href="https://www.godan.info/working-groups/capacity-development" target="_blank">https://www.godan.info/working-groups/capacity-development</a><br/>
<strong>Contains:</strong> Resources for the Global Open Data for Agriculture and Nutrition (GODAN) Capacity Development Working Group, including webinars and virtual resources for understanding and developing collaborative open data projects and knowledge sharing among capacity development activities. </li><br/>
</ul>
<ul>
<li> <strong>Organization:</strong> University of Chicago Center for Data Science and Public Policy <br/>
<strong>Link:</strong> <a href="https://dsapp.uchicago.edu/home/resources/data-science-project-scoping-guide/" target="_blank">https://dsapp.uchicago.edu/home/resources/data-science-project-scoping-guide/</a><br/>
<strong>Contains:</strong> A Data Science Project Scoping Guide, aimed at helping research designers (such as GPCs) understand what data is needed for a project, and how to appropriately manage data to meet project goals. </li><br/>
</ul>
</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>