-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdmt-pi.html
More file actions
97 lines (87 loc) · 4.19 KB
/
dmt-pi.html
File metadata and controls
97 lines (87 loc) · 4.19 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
---
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 Principal Investigators (PIs) | 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" />
</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 Principal Investigators (PIs)</h1>
</header>
</div>
</section>
<!-- Main -->
<section id="main" class="wrapper" style="padding-bottom: 0px;">
<div class="inner">
<header class="align-center">
<h3>PIs are expected to serve as the primary individual in charge of the administration of all stages of a research grant or other sponsored project. To ensure data and scholarly products from these projects are open and interoperable, a PI should understand how data management fits into each stage of the administration of a project and ensure that the project's data management plan is in compliance with applicable laws, regulations, and institutional policies governing the conduct of sponsored research. The resources listed below provide PIs with the background and education to correctly meet these expectations: </h3>
</header>
</section>
<hr>
<!-- Intro -->
<section id="two" class="wrapper">
<div class"inner">
<ul>
<li> <strong>Organization:</strong> MANTRA Research Data Management Training <br/>
<strong>Link:</strong> <a href="https://mantra.edina.ac.uk/senioracademic.html" target="_blank">https://mantra.edina.ac.uk/senioracademic.html</a><br/>
<strong>Contains:</strong> Data management training specific to professional role; this specific link contains resources for senior academics (whose responsibilities generally align with those of PIs). </li><br/>
</ul>
<ul>
<li> <strong>Organization:</strong> Office of Research Integrity, US Department of Health and Human Services <br/>
<strong>Link:</strong> <a href="https://ori.hhs.gov/images/ddblock/data.pdf" target="_blank">https://ori.hhs.gov/images/ddblock/data.pdf</a><br/>
<strong>Contains:</strong> A document outlining guidelines for responsible data management in scientific research, with a significant focus on the role of PIs in research data management. </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>