-
Notifications
You must be signed in to change notification settings - Fork 2
/
about_validation.html
216 lines (178 loc) · 10.3 KB
/
about_validation.html
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
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
<!-- Template for writing main/home flask page -->
<!-- ganesans - Salilab - UCSF -->
<!-- [email protected] -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>PDB-Dev Validation Report</title>
<!-- add bootstrap css file -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/main.css">
<!-- Boilerplate from templates/layout.html -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
<style>
@charset "UTF-8";
a {
color: #333399;
font-weight: 450;
}
a:hover {
color:#5353c6;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
clear:both;
height:0;
font-size: 1px;
line-height: 0px;
}
body {
background-color: #669966;
margin: 0;
padding: 0;
}
.home-header {
display: flex;
}
.dropdown-submenu {
position: relative;
}
.dropdown-submenu a::after {
transform: rotate(-90deg);
position: absolute;
right: 6px;
top: .8em;
}
.dropdown-submenu .dropdown-menu {
top: 0;
left: 100%;
margin-left: .1rem;
margin-right: .1rem;
}
</style>
</head>
<body style="background-color: #669966; ">
<!-- header -->
<!-- header -->
<div class="container-fluid">
<div class="card" style="border: none; margin-bottom: 0px; margin-right: 10px; margin-left: 30px; ">
<div class="float-left"><b><span id="siteid"></span></b></div>
<div class="card-body" style="padding: 0px 0px;background-color: rgba(102,153,102, 0.5); ">
<div class="row">
<div class=" col-sm-9" style="margin-left: 0px;">
<a href="/index.html">
<img src="images/logon.png" class="float-left" alt="PDBDEV.org" height="100" width="110" style="margin-top: 0px; margin-bottom: 0px" />
<p>
<h1 style="margin-left: 0px; color: #003366;">PDB-Dev</h1>
<h5 class="float-left" style="color: #003366;">Prototype Archiving System for Integrative Structures</h5>
</p>
</a>
</div>
<div class="col-sm-3 d-flex align-items-end" style="margin-top: 0px;">
<h5 class="home-header ml-auto" style="margin-right:27px; color:#003366"><b><small></small></b></h5>
</div>
</div>
</div>
<!--end panel body-->
<!-- navbar -->
<nav class="navbar navbar-expand-xl navbar-dark">
<div class="dropdown">
<a class="navbar-brand" href="../../../about.html">
<h5>About the PDB-Dev validation reports for integrative structures</h5>
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
</div>
</nav>
<!-- navbar -->
<nav class="navbar navbar-expand-xl navbar-dark p-0">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="nav navbar-nav mr-auto">
<li class="nav-item mr-4">
<a class="nav-link " href="/index.html"><span class="home">Home</span></a>
</li>
<li class="nav-item mr-4">
<a class="nav-link " href="/about.html"><span class="about">About</span></a>
</li>
<li class="nav-item mr-4">
<a class="nav-link " href="https://deposit.pdb-dev.wwpdb.org/account/"><span class="deposit">Deposit</span></a>
</li>
<li class="nav-item mr-4">
<a class="nav-link " href="/contact.html"><span class="contact">Contact</span></a>
</li>
<li class="nav-item mr-4">
<a class="nav-link " href="/faq.html"><span class="faq">FAQ</span></a>
</li>
</ul>
</div>
</nav>
<!-- navbar -->
<!-- end card bods-->
<div class="card-body">
<!-- start overall card body for front page -->
<div class="row">
<div class="col-lg-12">
<div class="card-header" style="background-color: #E4E4E4;">
<p class=ex2 align='center' ><b><u> <a name='overview'>PDB-Dev Validation Report</a></u> </b></p>
<p class=ex2 align='justify' > This validation report was created based on guidelines and recommendations from IHM TaskForce <a href='https://pubmed.ncbi.nlm.nih.gov/31780431/'>(Berman et al. 2019)</a>. The first version of the PDB-Dev validation report consists of four categories, (i) model composition, (ii) data quality assessments, (iii) model quality assessments, and (iv) fit to data used to build the model. A fifth category, fit to data used to validate the model is under development.
Data quality assessments and fit to data used for modeling categories are dependent on the different types of experimental data used in integrative modeling. We are breaking down this section based on experimental data type and addressing each method separately. The first version of the validation report is focused on validating models built using Small Angle Scattering (SAS) data and is based on the model and data validation guidelines published by the <a href='https://www.wwpdb.org/task/sas'>wwPDB SAS validation task force</a> <a href='https://pubmed.ncbi.nlm.nih.gov/28876235/'>(Trewhella et al. 2017)</a>.
<p style=margin-bottom:0.5cm;> </p>
<p class=ex2 align='justify' > Validation of models built using Chemical Crosslinking Mass Spectrometry (CX-MS), Förster Resonance Energy Transfer (FRET) and 3D Electron Microscopy (3DEM) data are under development and will be included in subsequent versions of the validation report. </p>
<p style=margin-bottom:0.5cm;> </p>
<p class=ex2 align='center' ><b><u> <a name='references1'>References</a></u> </b></p>
<ol>
<li><p class=ex2> Berman, Helen M., Paul D. Adams, Alexandre A. Bonvin, Stephen K. Burley, Bridget Carragher, Wah Chiu, Frank DiMaio, et al. 2019. “Federating Structural Models and Data: Outcomes from A Workshop on Archiving Integrative Structures.” Structure 27 (12): 1745–59. </p></li>
<li><p class=ex2> Trewhella, Jill, Anthony P. Duff, Dominique Durand, Frank Gabel, J. Mitchell Guss, Wayne A. Hendrickson, Greg L. Hura, et al. 2017. “2017 Publication Guidelines for Structural Modelling of Small-Angle Scattering Data from Biomolecules in Solution: An Update.” Acta Crystallographica. Section D, Structural Biology 73 (Pt 9): 710–28. </p></li>
</ol>
</div>
</div>
</div>
</div>
<!-- start card body2 -->
<div class="card-body">
<!-- start overall card body for front page -->
<div class="row">
<div class="col-lg-12">
<!-- end card-header -->
<div class="mt-2" />
</div>
</div>
<!-- end column -->
</div>
<!--end row-->
</div>
<!--end card body-->
<!-- start footer -->
<footer class="page-footer">
<div class="container-fluid">
<div class="row" style="/color:#FFF; background-color: rgba(102,153,102, 0.5); padding-top: 10px; padding-bottom: 2px;">
<div class="col-sm-6" style="padding-top: 10px; padding-bottom: 10px;">
<a href="http://www.wwpdb.org/" target="_blank">
<img src="images/wwpdb-logo11.png" alt="wwpdb" height="35px" width="160px"></a>
</div>
<div class="col-sm-6">
<div class="float-right text-right">
<p style="margin-bottom: 0px; margin-right: 0px;color: #000">Supported by<br />National Science Foundation</p>
</div>
</div>
</div>
<div class="row" style="color:#FFF; background-color: #669966; padding-top: 3px; padding-bottom: 8px;">
</div>
</div>
</footer>
<!-- add Javasscript file from js file -->
<script type="text/javascript" src="js/jquery.min.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<script type="text/javascript" src="js/main.js"></script>
<script type="text/javascript" src="js/jquery-3.3.1.min.js"></script>
<script type="text/javascript" src="js/popper1.12.9.min.js"></script>
<script type="text/javascript" src=".js/bootstrap4.1.3.min.js"></script>
<script type="text/javascript" src="js/bootstrap3-typeahead.min.js"></script>
</div>
</body>
</html>