-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathdata.html
More file actions
153 lines (142 loc) · 7.41 KB
/
data.html
File metadata and controls
153 lines (142 loc) · 7.41 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
147
148
149
150
151
152
153
<!DOCTYPE HTML>
<!--
Verti by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Topp Lab</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" /> </head>
<body class="is-preload no-sidebar">
<div id="page-wrapper">
<!-- Header -->
<div id="header-wrapper">
<header id="header" class="container">
<!-- Logo -->
<div id="logo">
<h1><a href="index.html">Topp Roots Lab</a></h1> <span> </span> </div>
<!-- Nav -->
<nav id="nav">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="news.html">News</a>
<li><a href="research.html">Research</a>
<ul>
<li><a href="research.html">Research overview</a></li>
<li><a href="XRT.html">Xray CT</a></li>
<li><a href="XRM.html">Xray Microscopy</a></li>
</ul>
</li>
<li><a href="publications.html">Papers</a></li>
<li> <a href="tools.html">Tools</a>
<ul>
<li><a href="https://github.com/Topp-Roots-Lab/TopoRoot">TopoRoot</a></li>
<li><a href="https://github.com/Topp-Roots-Lab/3d-root-crown-analysis-pipeline">3-D Root
Crown Analysis Pipeline</a></li>
<li><a href="https://github.com/Topp-Roots-Lab/Gia3D">GiaRoots</a></li>
<li><a href="https://github.com/Topp-Roots-Lab/timeseries_analysis">Root timeseries
analysis</a></li>
</ul>
</li>
<li class="current"><a href="data.html">Data</a></li>
<li><a href="lab.html">Team</a></li>
<li><a href="join.html">Join</a></li>
</ul>
</nav>
</header>
</div>
<!-- Main -->
<div id="main-wrapper">
<div class="container">
<div class="row gtr-200">
<div class="col-12 col-12-medium">
<!-- Content -->
<div id="content">
<section class="last">
<h2>Public Data</h2>
<article>
<li><b>Data and statistical analysis scripts for manuscript on pennycress roots & response to nitrate using 3D gel system</b>. Griffiths M, Liu A, Topp C (2023). [Data set / code]. Zenodo. <a href="https://doi.org/10.5281/zenodo.7536940">https://doi.org/10.5281/zenodo.7536940</a></li>
</article>
<article>
<li><b>Root phenotyping workshop presentation resources</b>. Griffiths M, York Larry, Liu A, Wong Kong, Mankar S, Topp C (2023) 02/13/2023 North American Plant Phenotyping Network NAPPN 2023 root phenotyping workshop. figshare. Presentation. <a href="https://doi.org/10.6084/m9.figshare.22096436.v1">https://doi.org/10.6084/m9.figshare.22096436.v1</a></li>
</article>
<article>
<li><b>Images, data, and statistical analysis scripts for review article on cover crop roots</b>. Griffiths M, Topp CN. (2021). [Data set / code]. Zenodo. <a href="https://doi.org/10.5281/zenodo.5039308">https://doi.org/10.5281/zenodo.5039308</a></li>
</article>
<article>
<li><b>Zea mays 2D DIRT images 2016</b>. This data set consists of photographs (2-D images) of root crowns of Zea mays, of the Illinois Protein Strain Recombinant Inbred (IPSRI) population. This data set can be used to analyze the visible traits of root crowns. Christopher Topp (2019). CyVerse Data Commons. DOI 10.25739/825e-md33 <a href="https://doi.org/10.25739/825e-md33">https://doi.org/10.25739/825e-md33</a></li>
</article>
<article>
<li><b>Zea mays gels 3D volumes 2016</b>. This data set consists of 3-D volumes that represent Zea mays root crowns, of the Illinois Protein Strain Recombinant Inbred (IPSRI) population. This data set can be used to analyze root system architectures using 3-D positional information. Christopher Topp (2019). CyVerse Data Commons. DOI 10.25739/ey8q-6g89. <a href="https://doi.org/10.25739/ey8q-6g89">https://doi.org/10.25739/ey8q-6g89</a></li>
</article>
<article>
<li><b>Zea mays Xray volumes 2016</b>. This data set consists of 3-D volumes generated by x-ray scans that represent Zea mays root crowns of the Illinois Protein Strain Recombinant Inbred (IPSRI) population. These are not reconstructions of the root system architectures (RSA) but voxel representations of an RSA within a given volume. This data set can be used to develop and test segmentation tools for analyzing RSAs in 3-D space. Christopher Topp (2019). CyVerse Data Commons. DOI 10.25739/4ybe-ec20.<a href="https://doi.org/10.25739/4ybe-ec20">https://doi.org/10.25739/4ybe-ec20</a></li>
</article>
</section>
</div>
</div>
</div>
</div>
</div>
<!-- Footer -->
<div id="footer-wrapper">
<footer id="footer" class="container">
<div class="row">
<div class="col-9 col-6-medium col-12-small">
<!-- Links -->
<section class="widget links">
<h3>Site map</h3>
<ul class="style2">
<li><a href="index.html">Home</a></li>
<li><a href="research.html">Research</a></li>
<li><a href="publications.html">Publications</a></li>
<li><a href="tools.html">Tools & resources</a></li>
<li><a href="lab.html">Lab members</a></li>
<li><a href="https://www.google.com/maps/dir/?api=1&destination=38.674333,-90.3971893">Find us</a></li>
<li><a href="join.html">Join us</a></li>
</ul>
</section>
</div>
<div class="col-3 col-6-medium col-12-small">
<!-- Contact -->
<section class="widget contact last">
<h3>Contact</h3>
<ul>
<li><a href="https://twitter.com/RootDevo" class=" icon brands fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="mailto:CTopp@danforthcenter.org" class="icon brands fa-telegram"><span class="label">Email</span></a></li>
<li><a href="https://www.google.com/maps/dir/?api=1&destination=38.674333,-90.3971893" class="icon brands fa-safari"><span class="label">Address</span></a></li>
<li><a href="https://scholar.google.com/citations?user=-L6lz1IAAAAJ" class="icon brands fa-google"><span class="label">Google scholar</span></a></li>
<li><a href="https://github.com/Topp-Roots-Lab/Topp-Roots-Lab.github.io" class="icon brands fa-github"><span class="label">Github</span></a></li>
</ul>
</section>
</div>
</div>
<div class="row">
<div class="col-12">
<div id="copyright">
<ul class="menu">
<li>© Christopher Topp [All rights reserved]</li>
<li>designed using Bootstrap 4.0</li>
<li>hosted on <i class="fab fa-github"></i></li>
<li>Source code available <a href="https://github.com/Topp-Roots-Lab/Topp-Roots-Lab.github.io">here</a></li>
<li>and maintained by the lab</li>
<li>Design: <a href="https://html5up.net">HTML5 UP</a></li>
</ul>
</div>
</div>
</div>
</footer>
</div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.dropotron.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>