-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
executable file
·290 lines (262 loc) · 14.1 KB
/
contact.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
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
<!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>
/* Tabs styling */
.tabs {
list-style-type: none;
padding: 0;
margin: 0;
display: flex;
justify-content: center; /* Center tabs if they don't fill the entire width */
flex-wrap: wrap;
border-bottom: 2px solid #2C3E50; /* Visual separation */
}
.tabs li {
display: inline-block;
margin-right: 10px;
padding: 10px 15px;
background-color: #2C3E50;
color: #fff;
cursor: pointer;
border-radius: 5px 5px 0 0; /* Rounded corners on the top */
transition: background-color 0.3s ease; /* Interaction effect */
}
.tabs li.active, .tabs li:hover {
background-color: #1D2E40; /* Darker on hover/active */
}
.tabs li a {
color: inherit; /* Ensures anchor tags inherit the li color */
text-decoration: none; /* No underline */
}
/* Tab content styling */
.tab-content div {
display: none; /* Initially hide all content */
padding: 20px;
border: 1px solid #ddd;
background-color: #f9f9f9; /* Light background for readability */
margin-top: -1px; /* Align with tabs */
text-align: left;
}
.tab-content div p {
color: #2C3E50; /* Text color */
text-align: left;
}
.tab-content div.active {
display: block; /* Show active tab content */
}
/* Adjustments for smaller screens */
@media (max-width: 600px) {
.tabs {
flex-direction: column; /* Stack tabs vertically on small screens */
}
}
/* Section and explanatory text styling */
#header-section .explanatory-text h2, #header-section .explanatory-text p {
color: #2C3E50; /* Unified color for header section text */
margin-bottom: 20px; /* Space below the text */
}
</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="_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="_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" 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>
<!-- Contact Section -->
<section id="contact">
<div class="container">
<div class="row">
<div class="col-sm-4 portfolio-item mx-auto">
<a class="portfolio-link" data-bs-toggle="modal" data-bs-target="#simon">
<div class="caption">
<div class="caption-content">
<i class="fa fa-search-plus fa-3x"></i>
</div>
</div>
<img class="img-fluid" src="img/simon-tyrrell-web.jpg" alt="">
</a>
</div>
<div class="col-sm-4 portfolio-item mx-auto">
<a class="portfolio-link" data-bs-toggle="modal" data-bs-target="#daniel">
<div class="caption">
<div class="caption-content">
<i class="fa fa-search-plus fa-3x"></i>
</div>
</div>
<img class="img-fluid" src="img/daniel-olvera-web-profile2023.jpg" alt="">
</a>
</div>
</div>
</div>
</section>
<div class="modal fade" id="simon" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body text-center"> <!-- Use text-center here for text alignment -->
<h2 class="modal-title" id="exampleModalLabel">Simon Tyrrell</h2>
<hr class="star-primary"> <!-- Ensure this is styled appropriately to fit the centered content -->
<img class="img-fluid img-centered mx-auto d-block" src="img/simon-tyrrell-web.jpg" alt="">
<p>Research Software Engineer, Earlham Institute</p>
<p>Simon is a research software engineer and a
member
of the Data Infrastructure group,
joining the Earlham Institute in June 2014. He has a PhD in Cheminformatics from the
University of Sheffield. He has worked on a variety of molecular modelling, data
mining
and visualisation projects in different scientific disciplines.</p>
<a href="https://orcid.org/0000-0002-7789-6875" target="_blank" rel="noopener noreferrer">
<img src="https://orcid.org/sites/default/files/images/orcid_16x16.png" style="width:1em;margin-right:.5em;" alt="ORCID iD icon">orcid.org/0000-0002-7789-6875
</a>
</div>
</div>
</div>
</div>
<div class="modal fade" id="daniel" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body text-center">
<h2 class="modal-title" id="exampleModalLabel">Daniel Olvera</h2>
<hr class="star-primary">
<img class="img-fluid img-centered mx-auto d-block" src="img/daniel-olvera-web-profile2023.jpg" alt="">
<p>Research Software Engineer, Earlham Institute</p>
<p style="text-align: left !important;">Daniel is a research software engineer and a
member of the Data Infrastructure group, joining the Earlham Institute in 2022. He obtained his PhD from the School of
Mathematics at the University of Bristol, working on turbulence and optimization techniques.
He continued working in fluid mechanics at Coventry University and later moved to Barcelona as a postdoctoral researcher working at the
Catalan Institute of Nanoscience and Nanotechnology. He is interested in code development, numerical simulations, optimisation, high performance computing
and data visualisation.
</p>
<a href="https://orcid.org/0000-0002-7935-9715" target="_blank" rel="noopener noreferrer">
<img src="https://orcid.org/sites/default/files/images/orcid_16x16.png" style="width:1em;margin-right:.5em;" alt="ORCID iD icon">orcid.org/0000-0002-7935-9715
</a>
</div>
</div>
</div>
</div>
<!--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>