-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
executable file
·223 lines (203 loc) · 12 KB
/
about.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
216
217
218
219
220
221
222
223
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="description" content="" />
<meta name="author" content="" />
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="0" />
<title>Grassroots</title>
<!-- Core theme CSS freelancer (includes Bootstrap)-->
<link href="/static/fieldtrial/css/styles.css" rel="stylesheet">
<!-- font awesome -->
<link href="/static/fieldtrial/SCRIPTS/fontawesome-free-5.15.4-web/css/all.css" rel="stylesheet" type="text/css"/>
<!-- jQuery -->
<script type="text/javascript" src="/static/fieldtrial/SCRIPTS/jquery/jquery-3.7.1.min.js"></script>
<script type="text/javascript" src="/static/fieldtrial/SCRIPTS/jquery/jquery-ui.min.js"></script>
<!-- jQuery UI CSS -->
<link rel="stylesheet" href="/static/fieldtrial/SCRIPTS/jquery/jquery-ui.min.css" type="text/css"/>
<!-- **BOOTSTRAP 5.3.2** -->
<script src="/static/fieldtrial/SCRIPTS/bootstrap5.3.2/bootstrap.bundle.min.js"></script>
<!-- Core theme JS freelancer -->
<script src="/static/fieldtrial/js/scripts.js"></script>
<!-- grassroots grassroots.css (modified) or site.css (original) -->
<link rel="stylesheet" href="/static/fieldtrial/site.css" type="text/css"/>
<!--<link href="https://grassroots.tools/css/site.css" rel="stylesheet"> -->
<link rel="stylesheet" href="/static/fieldtrial/overrides/style.css" type="text/css"/>
<style>
#header-section .intro-text {
color: #2C3E50 !important; /* Darker text color for better contrast */
}
#header-section .intro-text p {
color: #2C3E50 !important; /* Darker text color for better contrast */
font-weight: bold !important; /* Bold text */
font-size: 1.2em !important; /* Ensure paragraph text retains its size */
}
#header-section .skills {
display: block;
text-align: center;
font-size: 2em;
font-weight: bold !important; /* Make the title bold */
margin-bottom: 10px;
color: #2C3E50 !important; /* Ensure title has the same color */
}
/* Adjust list items to match paragraph text style without affecting paragraph size */
#header-section ul li {
font-size: 1.2em; /* Match paragraph font size */
color: #2C3E50; /* Match the color with the paragraph text */
line-height: 1.5; /* Optional: for better readability */
font-weight: bold !important; /* Match paragraph font weight */
}
/* Ensure anchor tags within list items also match the style */
#header-section ul li a {
color: #2C3E50 !important; /* Ensure hyperlinks have the same color */
text-decoration: underline;
}
#header-section ul li a:hover {
text-decoration: underline; /* Underline on hover for clarity */
}
/* Ensure anchor tags within paragraphs also match the style */
#header-section .intro-text p a {
color: #2C3E50 !important; /* Ensure hyperlinks have the same color */
text-decoration: underline; /* Underline text to indicate hyperlinks */
}
#header-section .intro-text p a:hover {
text-decoration: underline; /* Keep underline on hover for clarity */
}
</style>
</head>
<body>
<nav class="navbar navbar-expand-lg bg-secondary text-uppercase fixed-top" id="mainNav">
<div class="container">
<a class="navbar-brand" href="/index.html" style="text-transform: none;">Grassroots Infrastructure</a>
<button class="navbar-toggler text-uppercase font-weight-bold bg-primary text-white rounded" type="button" data-bs-toggle="collapse" data-bs-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
Menu
<i class="fas fa-bars"></i>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ms-auto">
<li class="nav-item mx-0 mx-lg-1">
<a class="nav-link py-3 px-0 px-lg-3 rounded" target="_blank" href="services.html">Services</a>
</li>
<li class="nav-item mx-0 mx-lg-1">
<a class="nav-link py-3 px-0 px-lg-3 rounded" target="_blank" href="https://grassroots.tools/documentation/">Docs</a>
</li>
<li class="nav-item mx-0 mx-lg-1">
<a class="nav-link py-3 px-0 px-lg-3 rounded" target="_blank" href="https://opendata.earlham.ac.uk/">Data</a>
</li>
<li class="nav-item mx-0 mx-lg-1">
<a class="nav-link py-3 px-0 px-lg-3 rounded" target="self" href="about.html">About</a>
</li>
<li class="nav-item mx-0 mx-lg-1">
<a class="nav-link py-3 px-0 px-lg-3 rounded" target="_blank" href="dsw/index.html">DSW</a>
</li>
<li class="nav-item mx-0 mx-lg-1">
<a class="nav-link py-3 px-0 px-lg-3 rounded" target="_blank" href="contact.html">Contact</a>
</li>
</ul>
<img class="navbar-nav navbar-right" style="height:50px;margin-left:50px;"
src="../img/logo-white.png"/>
</div>
</div>
</nav>
<!-- Page Content for new DSW -->
<!-- Header -->
<header id="header-section" class="masthead" style="background-image: url('../img/wheat_40_opac_gimp.png');background-position: center; text-align: justify !important;">
<div class="container">
<div class="intro-text">
<span class="skills">Grassroots</span>
<p>Grassroots has traditionally been the result of an effort to produce an
interoperable data sharing platform
for the wheat community. Whilst Grassroots is by no means organism-specific, our main use cases come from
the wheat community. We get most of our community feedback from plant researchers at the Earlham Institute, John Innes Centre, Bristol
University, Rothamsted Research and other UK institutions, as well as from various international wheat working groups such as
the <a href="https://www.rd-alliance.org/groups/wheat-data-interoperability-wg.html"
target="_blank">RDA Wheat Data
Interoperability maintenance group</a>
and the <a href="http://www.wheatinitiative.org/activities/expert-working-groups/wheat-information-system"
target="_blank">Wheat
Initiative Wheat Information
System expert working group</a>. The newly awarded cross-institute programme grant, Delivering Sustainable Wheat (DSW) and its predecessor
Designing Future Wheat (DFW), are flagship projects to bring the UK’s wheat researchers
together to deliver new varieties relevant to the international stage, through the coordinated effort of
biologists, breeders, and informaticians. As such, Grassroots is funded by the DSW programme, enabling us to
build a platform that can meet the needs of not only this ambitious programme, but the wider UK and
international wheat community that needs fast and openly-licenced unfettered access to the data and
experimental information arising from DFW.</p>
<h3>How to cite us:</h3>
<p style="text-align: justify;">If you have used any of the services that Grassroots provides in your own
research, we would very much
appreciate that you let us know and cite us in any publications, as follows:</p>
<p>Bian. X, Tyrrell. S, Olvera. D, Davey R.P. <i>The Grassroots life science data infrastructure (2017).</i>
https://grassroots.tools</p>
</div>
</div>
</header>
<!--footer-->
<footer class="text-center">
<div class="footer-above">
<div class="container">
<div class="row">
<div class="footer-col col-md-12" style="text-align: left !important;">
<h5 style="text-align: center;">Funding</h5>
<p style="text-align: justify; font-size: 1.12em;">The author(s) acknowledge the support of the Biotechnology and Biological Sciences Research Council (BBSRC),
part of UK Research and Innovation; this research was funded by the BBSRC
Designing Future Wheat grant BB/P016855/1 and its constituent work packages(BBS/E/T/000PR9783
(DFW WP4 Data Access and Analysis) BBS/E/T/000PR9784 (DFW WP2 Added value and resilience) BBS/E/T/000PR9785 (DFW WP1 Increased efficiency and sustainability),
Cross Institute Strategic Programme Grant Delivering Sustainable Wheat BBX011003/1 and its
constituent work packages BBS/E/ER/230003A (DSW WP1 Targeted Sustainability-Trait Discovery),
BBS/E/ER/230003B (DSW WP2 Delivering Resilience to Biotic Stress),
BBS/E/ER/230003C (DSW WP4 Sustainable Data Frameworks for Wheat) and
Core Capability Grants BB/CCG1720/1 and BB/CCG2220/1 and the work delivered via the
BBSRC National Capability in e‐Infrastructure (BBS/E/T/000PR9814)
at the Earlham Institute by members of the e‐Infrastructure group.</p>
</div>
</div>
<!-- First Row for Earlham Institute and Project Code -->
<div class="row">
<div class="footer-col col-md-6" style="text-align: left !important;">
<h5>Earlham Institute</h5>
<p>Norwich Research Park<br/>
Norwich<br/>
NR4 7UZ<br/>
UK</p>
</div>
<div class="footer-col col-md-6">
<h5>Project Code</h5>
<p>The project is fully open source and the source code is available on <a
href="https://github.com/TGAC?q=grassroots" target="_blank">GitHub</a>:</p>
<ul class="list-inline">
<li class="list-inline-item">
<a class="btn-social btn-outline" href="https://github.com/TGAC?q=grassroots"
target="_blank">
<i class="fab fa-fw fa-github"></i>
</a>
</li>
<!-- Example of additional social media. Uncomment and modify as needed.
<li class="list-inline-item">
<a class="btn-social btn-outline" href="#">
<i class="fa fa-fw fa-twitter"></i>
</a>
</li>
-->
</ul>
</div>
</div>
</div>
</div>
<div class="footer-below">
<div class="container">
<div class="row">
<div class="col-lg-12">
© 2017 - 2024 Brought to you by <a href="http://www.earlham.ac.uk/" target="_blank">Earlham
Institute</a>
</div>
</div>
</div>
</div>
</footer>
<!-- Additional scripts if any -->
</body>
</html>