-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathservices.html
executable file
·207 lines (187 loc) · 11.2 KB
/
services.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
<!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;
text-decoration: underline;
}
#header-section ul li a:hover {
text-decoration: underline; /* 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="_self" 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="_blank" 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="_self" 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 -->
<!-- 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">
<p>
The Grassroots Infrastructure project aims to create an easily-deployable suite of computing middleware tools to help users and developers gain access to scientific data infrastructure that can easily be interconnected.</p>
<p> With the data-generative approaches that are increasingly common in modern life science research, it is vital that the data and metadata produced by these efforts can be shared and reused. The Grassroots Infrastructure project wraps up industry-standard software tools with a consistent API that can be federated on a number of levels. This means institutions and groups can deploy a simple lightweight virtual machine, expose local data, connect up any existing data services, and federate their instance of the Grassroots with others out-of-the-box.</p>
<p>The Grassroots Infrastructure uses a controlled vocabulary of JSON messages to communicate, so any server or client that can understand JSON can be used to access and connect to the platform. We provide infrastructure to ensure that the scientific data remains the important factor, and not the worry about how to build a system to expose your data.</p>
<span class="skills">Services</span>
<p>
<ul>
<li><a href="service/search" target="_blank">Search Grassroots</a></li>
<li><a class="darker" href="fieldtrial" target="_blank">Field Trials</a></li>
<li><a class="darker" href="docs/user/services/field_trial/" target="_blank">Submitting Field Trials</a></li>
<li><a class="darker" href="service/blast-blastn" target="_blank">Blast searches</a>
</li>
<li><a class="darker" href="https://opendata.earlham.ac.uk/wheat/under_license/toronto/" target="_blank">Grassroots Data Portal</a></li>
<li><a class="darker" href="yellowrust-map/" target="_blank">Yellow Rust Field Pathogenomics</a></li>
<li><a class="darker" href="service/" target="_blank">List of all public services</a></li>
</ul>
</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>