-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
784 lines (730 loc) · 42.5 KB
/
index.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
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="icon" href="images/fav/favicon.ico">
<link rel="apple-touch-icon" sizes="180x180" href="images/fav/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="images/fav/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="images/fav/favicon-16x16.png">
<link rel="manifest" href="images/fav/site.webmanifest">
<meta name="msapplication-TileColor" content="#00a300">
<meta name="theme-color" content="#ffffff">
<title>Germinate - The generic plant genetic resources database</title>
<link href="https://fonts.googleapis.com/css?family=Work+Sans:100,200,300,400,700,800" rel="stylesheet">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/owl.theme.default.min.css">
<link rel="stylesheet" href="css/aos.css">
<link rel="stylesheet" href="css/materialdesignicons.min.css">
<link rel="stylesheet" href="css/style.css">
<script defer data-domain="germinateplatform.github.io/get-germinate" src="https://plausible.hutton.ac.uk/js/plausible.js"></script>
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-dark ftco_navbar bg-dark ftco-navbar-light" id="ftco-navbar">
<div class="container">
<a class="navbar-brand" href="#">Germinate</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#ftco-nav" aria-controls="ftco-nav" aria-expanded="false" aria-label="Toggle navigation">
<span class="oi oi-menu"></span> Menu
</button>
<div class="collapse navbar-collapse" id="ftco-nav">
<ul class="navbar-nav ml-auto">
<li class="nav-item"><a href="#" class="nav-link">Home</a></li>
<li class="nav-item"><a href="#features" class="nav-link">Features</a></li>
<li class="nav-item"><a href="#databases" class="nav-link">Databases</a></li>
<li class="nav-item"><a href="#links" class="nav-link">Download</a></li>
<li class="nav-item"><a href="#team" class="nav-link">Team</a></li>
<li class="nav-item"><a href="#funders" class="nav-link">Funders</a></li>
</ul>
</div>
</div>
</nav>
<!-- END nav -->
<section class="home-slider ftco-degree-bg">
<div class="slider-item">
<div class="overlay"></div>
<div class="container">
<div class="row slider-text align-items-center justify-content-center">
<div class="col-md-10 ftco-animate text-center">
<img class="img-responsive germinate-logo mb-5" src="images/germinate-square.svg" />
<h1 class="mb-4">Your repository for
<strong class="typewrite" data-period="1500" data-type='[ "passport", "genotypic", "trials", "pedigree", "geographic", "climate" ]'>
<span class="wrap"></span>
</strong>
data.
</h1>
</div>
</div>
</div>
</div>
</section>
<!-- END slider -->
<section class="ftco-section-featured ftco-animate">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="carousel owl-carousel">
<div class="item">
<img src="images/screenshot-1.png" class="img-fluid" alt="">
</div>
<div class="item">
<img src="images/screenshot-2.png" class="img-fluid" alt="">
</div>
<div class="item">
<img src="images/screenshot-3.png" class="img-fluid" alt="">
</div>
</div>
</div>
</div>
</div>
</section>
<section class="ftco-section ftco-degree-bg" id="features">
<div class="container">
<div class="row justify-content-center mb-5 pb-5">
<div class="col-md-7 text-center heading-section ftco-animate">
<h2>Germinate provides a fully featured open-source plant genetic resources platform!</h2>
</div>
</div>
<div class="row">
<div class="col-md-6 col-lg-3 d-flex align-self-stretch ftco-animate">
<div class="media block-6 services d-block text-center">
<div class="d-flex justify-content-center"><div class="icon color-1 d-flex justify-content-center mb-3"><span class="align-self-center mdi mdi-passport"></span></div></div>
<div class="media-body p-2">
<h3 class="heading">Standard compatibility</h3>
<p>Germinate fully supports the <a href="http://www.bioversityinternational.org/e-library/publications/detail/faobioversity-multi-crop-passport-descriptors-v21-mcpd-v21/">Multi-Crop Passport Descriptors (MCPD)</a>, the <a href="https://dublincore.org/">Dublin Core</a> and the <a href="https://brapi.org/">Plant Breeding API (BrAPI)</a>.
</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3 d-flex align-self-stretch ftco-animate">
<div class="media block-6 services d-block text-center">
<div class="d-flex justify-content-center"><div class="icon color-2 d-flex justify-content-center mb-3"><span class="align-self-center mdi mdi-chart-bar-stacked"></span></div></div>
<div class="media-body p-2">
<h3 class="heading">Visualization driven</h3>
<p>Visualizations are great for highlighting outliers and patterns in data. Germinate supports a variety of visualizations built-in and exports to other visualization tools like <a href="https://ics.hutton.ac.uk/flapjack">Flapjack</a>, <a href="https://ics.hutton.ac.uk/helium">Helium</a> and <a href="https://ics.hutton.ac.uk/curlywhirly">CurlyWhirly</a>.</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3 d-flex align-self-stretch ftco-animate">
<div class="media block-6 services d-block text-center">
<div class="d-flex justify-content-center"><div class="icon color-3 d-flex justify-content-center mb-3"><span class="align-self-center mdi mdi-cog"></span></div></div>
<div class="media-body p-2">
<h3 class="heading">Customizable</h3>
<p>Germinate was designed to cater for the varying needs and circumstances of our users. From user interface template styling to full localisation and internationalization support - Germinate has it covered.</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3 d-flex align-self-stretch ftco-animate">
<div class="media block-6 services d-block text-center">
<div class="d-flex justify-content-center"><div class="icon color-4 d-flex justify-content-center mb-3"><span class="align-self-center mdi mdi-swap-horizontal"></span></div></div>
<div class="media-body p-2">
<h3 class="heading">Data export and import</h3>
<p>Being able to easily import and export experimental data is at the core of Germinate and we support Excel templates for data upload and a complete API for data export.</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3 d-flex align-self-stretch ftco-animate">
<div class="media block-6 services d-block text-center">
<div class="d-flex justify-content-center"><div class="icon color-5 d-flex justify-content-center mb-3"><img class="align-self-center mdi " src="images/brapi.svg"></div></div>
<div class="media-body p-2">
<h3 class="heading">BrAPI support</h3>
<p>The <a href="https://brapi.org">Plant Breeding API (BrAPI)</a> is a widely adopted standard for the sharing of plant phenotype/genotype data between databases and plant breeding applications. Germinate's BrAPI implementation is currently being extended.</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3 d-flex align-self-stretch ftco-animate">
<div class="media block-6 services d-block text-center">
<div class="d-flex justify-content-center"><div class="icon color-6 d-flex justify-content-center mb-3"><span class="align-self-center mdi mdi-file-document-outline"></span></div></div>
<div class="media-body p-2">
<h3 class="heading">Germinate publication</h3>
A new paper covering the advancements since the first publication has been published <a href="https://acsess.onlinelibrary.wiley.com/doi/full/10.1002/csc2.20248">here</a>. <p>An old paper on the Germinate 3 platform is available <a href="https://acsess.onlinelibrary.wiley.com/doi/full/10.2135/cropsci2016.09.0814">here</a>.</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3 d-flex align-self-stretch ftco-animate">
<div class="media block-6 services d-block text-center">
<div class="d-flex justify-content-center"><div class="icon color-7 d-flex justify-content-center mb-3"><span class="align-self-center mdi mdi-rocket"></span></div></div>
<div class="media-body p-2">
<h3 class="heading">Future development</h3>
<p>We're always looking for ways to advance Germinate to ensure it meets the needs of breeders, scientists and the general public alike. Things we're looking into are HPC integration and supporting GWAS data.</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3 d-flex align-self-stretch ftco-animate">
<div class="media block-6 services d-block text-center">
<div class="d-flex justify-content-center"><div class="icon color-8 d-flex justify-content-center mb-3"><span class="align-self-center mdi mdi-email-outline"></span></div></div>
<div class="media-body p-2">
<h3 class="heading">Contact us</h3>
<p>If you have any ideas for new features you'd like to see, want a demo of the system or if you want to use Germinate for your project, please get in touch: <a href="mailto:[email protected]">[email protected]</a>.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="ftco-section-parallax ftco-degree-bg">
<div class="parallax" data-stellar-background-ratio="0.5" id="parallax-1">
<div class="parallax-img d-flex align-items-center parallax-overlay">
<div class="container">
<div class="row d-flex justify-content-center">
<div class="col-md-10 text-center heading-section heading-section-white ftco-animate">
<h2 class="h1 font-weight-bold">Easily import, visualize, explore and share your project data.</h2>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="ftco-section" id="databases">
<div class="container-fluid">
<div class="row no-gutters justify-content-center mb-5 pb-5">
<div class="col-md-7 text-center heading-section ftco-animate">
<h2>Germinate Databases</h2>
<p>Germinate is used to host the data for a wide range of crops in collaboration with international partners like CIMMYT and the Crop Trust.</p>
<p>Below is a list of all available Germinate databases. Some require registration while others are fully public. Start exploring!</p>
</div>
</div>
<div class="row no-gutters ftco-animate" id="databases">
<a _href="#" class="col-12 col-sm-6 col-md-4 col-lg-3 col-xl-2" style="background-color: #719e23;">
<div class="database">
<div class="img-container">
<img src="images/databases/barley.svg" class="img-responsive p-5" />
</div>
</div>
<h5 class="text-center mb-0 py-2 text-light">Barley</h5>
</a>
<a href="https://ics.hutton.ac.uk/germinate-berrybase" class="col-12 col-sm-6 col-md-4 col-lg-3 col-xl-2" style="background-color: #c11d27;">
<div class="database">
<div class="img-container">
<img src="images/databases/berrybase.svg" class="img-responsive p-5" />
</div>
</div>
<h5 class="text-center mb-0 py-2 text-light">Berrybase</h5>
</a>
<a href="https://germinate.hutton.ac.uk/demo" class="col-12 col-sm-6 col-md-4 col-lg-3 col-xl-2" style="background-color: #00acef;">
<div class="database">
<div class="img-container">
<img src="images/databases/cactuar.svg" class="img-responsive p-5" />
</div>
</div>
<h5 class="text-center mb-0 py-2 text-light">Demo</h5>
</a>
<a href="https://ics.hutton.ac.uk/germinate-cpc/" class="col-12 col-sm-6 col-md-4 col-lg-3 col-xl-2" style="background-color: #7f3f98;">
<div class="database">
<div class="img-container">
<img src="images/databases/cpc.svg" class="img-responsive p-5" />
</div>
</div>
<h5 class="text-center mb-0 py-2 text-light">CPC</h5>
</a>
<a href="https://ics.hutton.ac.uk/germinate-grasses" class="col-12 col-sm-6 col-md-4 col-lg-3 col-xl-2" style="background-color: #4CAF50;">
<div class="database">
<div class="img-container">
<img src="images/databases/grasses.svg" class="img-responsive p-5" />
</div>
</div>
<h5 class="text-center mb-0 py-2 text-light">Grasses</h5>
</a>
<a href="https://ics.hutton.ac.uk/cwr/cowpea" class="col-12 col-sm-6 col-md-4 col-lg-3 col-xl-2" style="background-color: #963719;">
<div class="database">
<div class="img-container">
<img src="images/databases/cowpea.svg" class="img-responsive p-5" />
</div>
</div>
<h5 class="text-center mb-0 py-2 text-light">CWR Cowpea</h5>
</a>
<a href="https://ics.hutton.ac.uk/cwr/fingermillet" class="col-12 col-sm-6 col-md-4 col-lg-3 col-xl-2" style="background-color: #71212f;">
<div class="database">
<div class="img-container">
<img src="images/databases/fingermillet.svg" class="img-responsive p-5" />
</div>
</div>
<h5 class="text-center mb-0 py-2 text-light">CWR Finger Millet</h5>
</a>
<a href="https://ics.hutton.ac.uk/cwr/grasspea" class="col-12 col-sm-6 col-md-4 col-lg-3 col-xl-2" style="background-color: #334eb2;">
<div class="database">
<div class="img-container">
<img src="images/databases/grasspea.svg" class="img-responsive p-5" />
</div>
</div>
<h5 class="text-center mb-0 py-2 text-light">CWR Grass Pea</h5>
</a>
<a href="https://ics.hutton.ac.uk/cwr/pigeonpea" class="col-12 col-sm-6 col-md-4 col-lg-3 col-xl-2" style="background-color: #75a221;">
<div class="database">
<div class="img-container">
<img src="images/databases/pigeonpea.svg" class="img-responsive p-5" />
</div>
</div>
<h5 class="text-center mb-0 py-2 text-light">CWR Pigeonpea</h5>
</a>
<a href="https://ics.hutton.ac.uk/cwr/chickpea" class="col-12 col-sm-6 col-md-4 col-lg-3 col-xl-2" style="background-color: #002855;">
<div class="database">
<div class="img-container">
<img src="images/databases/chickpea.svg" class="img-responsive p-5" />
</div>
</div>
<h5 class="text-center mb-0 py-2 text-light">CWR Chickpea</h5>
</a>
<a href="https://ics.hutton.ac.uk/cwr/alfalfa" class="col-12 col-sm-6 col-md-4 col-lg-3 col-xl-2" style="background-color: #952ea3;">
<div class="database">
<div class="img-container">
<img src="images/databases/alfalfa.svg" class="img-responsive p-5" />
</div>
</div>
<h5 class="text-center mb-0 py-2 text-light">CWR Alfalfa</h5>
</a>
<a href="https://ics.hutton.ac.uk/cwr/carrot" class="col-12 col-sm-6 col-md-4 col-lg-3 col-xl-2" style="background-color: #eb8921;">
<div class="database">
<div class="img-container">
<img src="images/databases/carrot.svg" class="img-responsive p-5" />
</div>
</div>
<h5 class="text-center mb-0 py-2 text-light">CWR Carrot</h5>
</a>
<a href="https://ics.hutton.ac.uk/cwr/pearlmillet" class="col-12 col-sm-6 col-md-4 col-lg-3 col-xl-2" style="background-color: #e89113;">
<div class="database">
<div class="img-container">
<img src="images/databases/pearlmillet.svg" class="img-responsive p-5" />
</div>
</div>
<h5 class="text-center mb-0 py-2 text-light">CWR Pearl Millet</h5>
</a>
<a href="https://ics.hutton.ac.uk/cwr/barley" class="col-12 col-sm-6 col-md-4 col-lg-3 col-xl-2" style="background-color: #c79e66;">
<div class="database">
<div class="img-container">
<img src="images/databases/cwrbarley.svg" class="img-responsive p-5" />
</div>
</div>
<h5 class="text-center mb-0 py-2 text-light">CWR Barley</h5>
</a>
<a href="https://ics.hutton.ac.uk/cwr/wheat" class="col-12 col-sm-6 col-md-4 col-lg-3 col-xl-2" style="background-color: #98694c;">
<div class="database">
<div class="img-container">
<img src="images/databases/cwrwheat.svg" class="img-responsive p-5" />
</div>
</div>
<h5 class="text-center mb-0 py-2 text-light">CWR Wheat</h5>
</a>
<a href="https://ics.hutton.ac.uk/cwr/sorghum" class="col-12 col-sm-6 col-md-4 col-lg-3 col-xl-2" style="background-color: #d63511;">
<div class="database">
<div class="img-container">
<img src="images/databases/sorghum.svg" class="img-responsive p-5" />
</div>
</div>
<h5 class="text-center mb-0 py-2 text-light">CWR Sorghum</h5>
</a>
<a href="https://ics.hutton.ac.uk/cwr/eggplant" class="col-12 col-sm-6 col-md-4 col-lg-3 col-xl-2" style="background-color: #614051;">
<div class="database">
<div class="img-container">
<img src="images/databases/eggplant.svg" class="img-responsive p-5" />
</div>
</div>
<h5 class="text-center mb-0 py-2 text-light">CWR Eggplant</h5>
</a>
<a href="https://ics.hutton.ac.uk/cwr/rice" class="col-12 col-sm-6 col-md-4 col-lg-3 col-xl-2" style="background-color: #474747;">
<div class="database">
<div class="img-container">
<img src="images/databases/rice.svg" class="img-responsive p-5" />
</div>
</div>
<h5 class="text-center mb-0 py-2 text-light">CWR Rice</h5>
</a>
<a href="https://ics.hutton.ac.uk/cwr/sunflower" class="col-12 col-sm-6 col-md-4 col-lg-3 col-xl-2" style="background-color: #f39c12;">
<div class="database">
<div class="img-container">
<img src="images/databases/sunflower.svg" class="img-responsive p-5" />
</div>
</div>
<h5 class="text-center mb-0 py-2 text-light">CWR Sunflower</h5>
</a>
<a href="https://ics.hutton.ac.uk/cwr/diiva" class="col-12 col-sm-6 col-md-4 col-lg-3 col-xl-2" style="background-color: #00703c;">
<div class="database">
<div class="img-container">
<img src="images/databases/diiva.svg" class="img-responsive p-5" />
</div>
</div>
<h5 class="text-center mb-0 py-2 text-light">CWR DIIVA</h5>
</a>
<a href="https://ics.hutton.ac.uk/rye" class="col-12 col-sm-6 col-md-4 col-lg-3 col-xl-2" style="background-color: #e89230;">
<div class="database">
<div class="img-container">
<img src="images/databases/rye.svg" class="img-responsive p-5" />
</div>
</div>
<h5 class="text-center mb-0 py-2 text-light">Rye</h5>
</a>
<a href="http://germinate.cimmyt.org/maize" class="col-12 col-sm-6 col-md-4 col-lg-3 col-xl-2" style="background-color: #693;">
<div class="database">
<div class="img-container">
<img src="images/databases/maize.svg" class="img-responsive p-5" />
</div>
</div>
<h5 class="text-center mb-0 py-2 text-light">CIMMYT Maize</h5>
</a>
<a href="http://germinate.cimmyt.org/wheat" class="col-12 col-sm-6 col-md-4 col-lg-3 col-xl-2" style="background-color: #c7b000;">
<div class="database">
<div class="img-container">
<img src="images/databases/wheat.svg" class="img-responsive p-5" />
</div>
</div>
<h5 class="text-center mb-0 py-2 text-light">CIMMYT Wheat</h5>
</a>
</div>
</div>
</section>
<section class="ftco-section" id="links">
<div class="container-fluid">
<div class="row no-gutters block-3 d-md-flex ftco-animate">
<img class="col-12 col-sm-6 image order-2" src="images/illustrations/training.svg" />
<div class="col-12 col-sm-6 text order-1">
<h4 class="subheading">Germinate Training</h4>
<h2 class="heading">Helping you get started with Germinate</h2>
<p>We have created some training materials that will help you get up to speed with Germinate. Why not work your way through some of these materials and see what Germinate can do?</p>
<a href="https://germinateplatform.github.io/germinate-training/" class="btn btn-primary mt-3 py-3 px-4">Training</a>
</div>
</div>
<div class="row no-gutters block-3 d-md-flex ftco-animate">
<img class="col-12 col-sm-6 image" src="images/illustrations/github.svg" />
<div class="col-12 col-sm-6 text">
<h4 class="subheading">Code</h4>
<h2 class="heading">Germinate code on GitHub</h2>
<p>Germinate is completely open-source and the code is available to review on GitHub. We would be delighted if people want to help contribute to Germinate, just get in touch!</p>
<a href="https://github.com/germinateplatform/germinate-vue" class="btn btn-primary mt-3 py-3 px-4">GitHub</a>
</div>
</div>
<div class="row no-gutters block-3 d-md-flex ftco-animate">
<img class="col-12 col-sm-6 image order-2" src="images/illustrations/docker.svg" />
<div class="col-12 col-sm-6 text order-1">
<h4 class="subheading">Containerization</h4>
<h2 class="heading">Germinate as a Docker image</h2>
<p>For easier deployment of Germinate, we have developed Docker containers that can easily be deployed on local servers or in the cloud. This means you can get Germinate up and running quicker than ever.</p>
<a href="https://hub.docker.com/r/cropgeeks/germinate" class="btn btn-primary mt-3 py-3 px-4">DockerHub</a>
</div>
</div>
</div>
</section>
<section class="ftco-section-parallax ftco-degree-bg" id="section-counter">
<div class="parallax" data-stellar-background-ratio="0.5" id="parallax-2">
<div class="parallax-img d-flex align-items-center parallax-overlay">
<div class="container">
<div class="row justify-content-center mb-5 pb-5">
<div class="col-md-7 text-center heading-section heading-section-white ftco-animate">
<h2>Germinate in numbers</h2>
</div>
</div>
<div class="row">
<div class="col-md-6 col-lg-4 d-flex justify-content-center counter-wrap ftco-animate">
<div class="block-18 text-center">
<div class="text">
<strong class="number" data-number="21">0</strong>
<span>Crops</span>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 d-flex justify-content-center counter-wrap ftco-animate">
<div class="block-18 text-center">
<div class="text">
<strong class="number" data-number="400000">0</strong>
<span>Accessions</span>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 d-flex justify-content-center counter-wrap ftco-animate">
<div class="block-18 text-center">
<div class="text">
<strong class="number" data-number="3400000">0</strong>
<span>Markers</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="ftco-section testimony-section ftco-degree-bg" id="team">
<div class="container">
<div class="row justify-content-center mb-5 pb-5">
<div class="col-md-7 text-center heading-section ftco-animate">
<h2>The Germinate Team</h2>
<p>The people behind Germinate</p>
</div>
</div>
<div class="row ftco-animate">
<div class="col-12 col-sm-6 col-md-4 item text-center">
<div class="testimony-wrap p-4 pb-5 h-100">
<img class="user-img mb-4" src="images/team/sebastian-raubach.jpg" />
<div class="text">
<p class="mb-5">Sebastian is responsible for the bulk of the development on the database and web interface. He makes sure everything is nice and tidy and looks as best as it can.</p>
<p class="name">Sebastian Raubach</p>
<span class="position">Lead Developer</span>
</div>
</div>
</div>
<div class="col-12 col-sm-6 col-md-4 item text-center">
<div class="testimony-wrap p-4 pb-5 h-100">
<img class="user-img mb-4" src="images/team/iain-milne.jpg" />
<div class="text">
<p class="mb-5">Iain is the main developer of Flapjack and makes sure that the integration between Germinate and Flapjack is as smooth as possible.</p>
<p class="name">Iain Milne</p>
<span class="position">Flapjack Developer</span>
</div>
</div>
</div>
<div class="col-12 col-sm-6 col-md-4 item text-center">
<div class="testimony-wrap p-4 pb-5 h-100">
<img class="user-img mb-4" src="images/team/paul-shaw.jpg" />
<div class="text">
<p class="mb-5">Paul has worked on Germinate since 2005 and is responsible for the day to day management of the project and its promotion around the world.</p>
<p class="name">Paul Shaw</p>
<span class="position">Project Lead</span>
</div>
</div>
</div>
</div>
<div class="row ftco-animate">
<div class="col-12 text-center mt-3">
<p>Previous Members of the Germinate Team have included: Gordon Stephen, Jennifer Lee, Jacek Grzebyta, Toby Philp and Nelo Onyiah.</p>
<p>In addition the following people have been instrumental in the development of Germinate (in no particular order): Bill Thomas, Luke Ramsay, Joanne Russell, Robbie Waugh, David Marshall, Gaynor McKenzie, Pauline Smith, Julie Graham, Dorota Jaret, Susan McCallum, Nicola McCallum, Malcolm Coull, Derek Stuart, Alex Foito, Jordi Comadran, Andy Flavell, Darren Cullerne, Kate Dreher, Sarah Hearne, Peter Wenzl, Benjamin Kilian and Peter Werner.</p>
<p>We would like to thank all those who have been generous with their time and helping us with Germinate user evaluations - your enthusiasm and feedback has made Germinate a better tool.</p>
</div>
</div>
</div>
</section>
<section class="ftco-section ftco-degree-bg" id="funders">
<div class="container">
<div class="row justify-content-center mb-5 pb-5">
<div class="col-md-7 text-center heading-section ftco-animate">
<h2>Funders</h2>
<p>We are very grateful for the funding Germinate has received over the years. Below is a list of our main funders who we have worked with closely during the development of Germinate.</p>
</div>
</div>
<div class="row funders ftco-animate">
<div class="text-center pb-5 col-sm-4 col-xl-3 col-6">
<div class="p-3 img-container d-flex justify-content-center">
<a href="http://www.hutton.ac.uk/" title="The James Hutton Institute" target="_blank" class="align-self-center">
<img src="images/funders/hutton.svg" class="img-fluid">
</a>
</div>
</div>
<div class="text-center pb-5 col-sm-4 col-xl-3 col-6">
<div class="p-3 img-container d-flex justify-content-center">
<a href="https://www.templetonworldcharity.org/" title="Templeton World Charity Foundation" target="_blank" class="align-self-center">
<img src="images/funders/templeton.svg" class="img-fluid">
</a>
</div>
</div>
<div class="text-center pb-5 col-sm-4 col-xl-3 col-6">
<div class="p-3 img-container d-flex justify-content-center">
<a href="https://www.croptrust.org/" title="Crop Trust" target="_blank" class="align-self-center">
<img src="images/funders/crop-trust.svg" class="img-fluid">
</a>
</div>
</div>
<div class="text-center pb-5 col-sm-4 col-xl-3 col-6">
<div class="p-3 img-container d-flex justify-content-center">
<a href="https://www.cwrdiversity.org/" title="The Crop Wild Relatives Project" target="_blank" class="align-self-center">
<img src="images/funders/cwr.svg" class="img-fluid">
</a>
</div>
</div>
<div class="text-center pb-5 col-sm-4 col-xl-3 col-6">
<div class="p-3 img-container d-flex justify-content-center">
<a href="https://www.norad.no/en/" title="The Norwegian Agency for Development Coorperation" target="_blank" class="align-self-center">
<img src="images/funders/norad.svg" class="img-fluid">
</a>
</div>
</div>
<div class="text-center pb-5 col-sm-4 col-xl-3 col-6">
<div class="p-3 img-container d-flex justify-content-center">
<a href="https://www.regjeringen.no/en/dep/ud/id833/" title="Norwegian Ministry of Foreign Affairs" target="_blank" class="align-self-center">
<img src="images/funders/norwegian-ministry-of-foreign-affairs.svg" class="img-fluid">
</a>
</div>
</div>
<div class="text-center pb-5 col-sm-4 col-xl-3 col-6">
<div class="p-3 img-container d-flex justify-content-center">
<a href="https://www.cimmyt.org/" title="CIMMYT" target="_blank" class="align-self-center">
<img src="images/funders/cimmyt.svg" class="img-fluid">
</a>
</div>
</div>
<div class="text-center pb-5 col-sm-4 col-xl-3 col-6">
<div class="p-3 img-container d-flex justify-content-center">
<a href="https://www.dundee.ac.uk/" title="University of Dundee" target="_blank" class="align-self-center">
<img src="images/funders/uod.svg" class="img-fluid">
</a>
</div>
</div>
<div class="text-center pb-5 col-sm-4 col-xl-3 col-6">
<div class="p-3 img-container d-flex justify-content-center">
<a href="https://bbsrc.ukri.org/" title="Biotechnology and Biological Sciences Research Council" target="_blank" class="align-self-center">
<img src="images/funders/bbsrc.svg" class="img-fluid">
</a>
</div>
</div>
<div class="text-center pb-5 col-sm-4 col-xl-3 col-6">
<div class="p-3 img-container d-flex justify-content-center">
<img src="images/funders/resas.svg" class="img-fluid">
</div>
</div>
<div class="text-center pb-5 col-sm-4 col-xl-3 col-6">
<div class="p-3 img-container d-flex justify-content-center">
<a href="https://www.gov.scot/" title="The Scottish Government" target="_blank" class="align-self-center">
<img src="images/funders/scottish-government.svg" class="img-fluid">
</a>
</div>
</div>
<div class="text-center pb-5 col-sm-4 col-xl-3 col-6">
<div class="p-3 img-container d-flex justify-content-center">
<a href="https://sefari.scot/" title="Scottish Environment, Food and Agriculture Research Institutes" target="_blank" class="align-self-center">
<img src="images/funders/sefari.svg" class="img-fluid">
</a>
</div>
</div>
<div class="text-center pb-5 col-sm-4 col-xl-3 col-6">
<div class="p-3 img-container d-flex justify-content-center">
<a href="https://huttonltd.com/" title="James Hutton Limited" target="_blank" class="align-self-center">
<img src="images/funders/huttonltd.svg" class="img-fluid">
</a>
</div>
</div>
<div class="text-center pb-5 col-sm-4 col-xl-3 col-6">
<div class="p-3 img-container d-flex justify-content-center">
<a href="https://www.gov.uk/government/organisations/innovate-uk" title="UKRI Innovate UK" target="_blank" class="align-self-center">
<img src="images/funders/innovate-uk.svg" class="img-fluid">
</a>
</div>
</div>
<div class="text-center pb-5 col-sm-4 col-xl-3 col-6">
<div class="p-3 img-container d-flex justify-content-center">
<a href="http://www.barleyhub.org/" title="International Barley Hub" target="_blank" class="align-self-center">
<img src="images/funders/ibh.svg" class="img-fluid">
</a>
</div>
</div>
<div class="text-center pb-5 col-sm-4 col-xl-3 col-6">
<div class="p-3 img-container d-flex justify-content-center">
<a href="https://maize.org/" title="CRP Maize" target="_blank" class="align-self-center">
<img src="images/funders/crp-maize.svg" class="img-fluid">
</a>
</div>
</div>
<div class="text-center pb-5 col-sm-4 col-xl-3 col-6">
<div class="p-3 img-container d-flex justify-content-center">
<a href="https://wheat.org/" title="CRP Wheat" target="_blank" class="align-self-center">
<img src="images/funders/crp-wheat.svg" class="img-fluid">
</a>
</div>
</div>
<div class="text-center pb-5 col-sm-4 col-xl-3 col-6">
<div class="p-3 img-container d-flex justify-content-center">
<a href="https://iwyp.org/" title="International Wheat Yield Partnership" target="_blank" class="align-self-center">
<img src="images/funders/iwyp.svg" class="img-fluid">
</a>
</div>
</div>
<div class="text-center pb-5 col-sm-4 col-xl-3 col-6">
<div class="p-3 img-container d-flex justify-content-center">
<a href="https://www.gob.mx/agricultura" title="Secretaría de Agricultura y Desarrollo Rural" target="_blank" class="align-self-center">
<img src="images/funders/sader.svg" class="img-fluid">
</a>
</div>
</div>
<div class="text-center pb-5 col-sm-4 col-xl-3 col-6">
<div class="p-3 img-container d-flex justify-content-center">
<a href="https://divseekintl.org/" title="DivSeek International Network" target="_blank" class="align-self-center">
<img src="images/funders/divseek.png" class="img-fluid">
</a>
</div>
</div>
<div class="text-center pb-5 col-sm-4 col-xl-3 col-6">
<div class="p-3 img-container d-flex justify-content-center">
<a href="https://europa.eu/" title="European Union" target="_blank" class="align-self-center">
<img src="images/funders/eu.svg" class="img-fluid">
</a>
</div>
</div>
<div class="text-center pb-5 col-sm-4 col-xl-3 col-6">
<div class="p-3 img-container d-flex justify-content-center">
<a href="https://www.gov.uk/government/organisations/department-for-environment-food-rural-affairs" title="Department for Environment, Food and Rural Affairs" target="_blank" class="align-self-center">
<img src="images/funders/defra.svg" class="img-fluid">
</a>
</div>
</div>
</div>
</div>
</section>
<footer class="ftco-footer ftco-bg-dark ftco-section">
<div class="container">
<div class="row mb-5">
<div class="col-md">
<div class="ftco-footer-widget mb-4">
<h2 class="ftco-heading-2">Contact</h2>
<hr/>
<p class="pt-2">If you have any questions about Germinate, are having problems, want to let us know about bugs or have ideas on how we can improve the platform we would love to hear from you!</p>
<ul class="ftco-footer-social list-unstyled float-md-left float-lft">
<li class="ftco-animate"><a href="mailto:[email protected]"><span class="mdi mdi-email"></span></a></li>
<li class="ftco-animate"><a href="https://github.com/germinateplatform"><span class="mdi mdi-github"></span></a></li>
<li class="ftco-animate"><a href="https://twitter.com/HuttonICS"><span class="mdi mdi-twitter"></span></a></li>
</ul>
</div>
</div>
<div class="col-md">
<div class="ftco-footer-widget mb-4">
<h2 class="ftco-heading-2">Other tools we develop</h2>
<hr/>
<ul class="list-unstyled">
<li><a href="https://ics.hutton.ac.uk/get-humbug" class="py-2 d-block">Barcode generation with Humbug</a></li>
<li><a href="https://ics.hutton.ac.uk/get-germinate-scan" class="py-2 d-block">Barcode-based data collection using Germinate Scan</a></li>
<li><a href="https://ics.hutton.ac.uk/helium" class="py-2 d-block">Pedigree visualization with Helium</a></li>
<li><a href="https://ics.hutton.ac.uk/flapjack" class="py-2 d-block">Graphical genotyping with Flapjack</a></li>
<li><a href="https://ics.hutton.ac.uk/curlywhirly" class="py-2 d-block">3d data plotting with CurlyWhirly</a></li>
</ul>
</div>
</div>
<div class="col-md">
<div class="ftco-footer-widget mb-4">
<h2 class="ftco-heading-2">Address</h2>
<hr/>
<ul class="list-unstyled">
<li class="py-2 d-block">Germinate</li>
<li class="py-2 d-block">Information & Computational Sciences</li>
<li class="py-2 d-block">AF Block</li>
<li class="py-2 d-block">The James Hutton Institute</li>
<li class="py-2 d-block">DD2 5DA Invergowrie</li>
<li class="py-2 d-block">Dundee</li>
<li class="py-2 d-block">Scotland</li>
</ul>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12 text-center">
<p><a href="https://www.hutton.ac.uk/terms#privacypolicy">Privacy Notice</a></p>
</div>
</div>
<div class="row">
<div class="col-md-12 text-center">
<p><!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
Copyright © <script>document.write(new Date().getFullYear());</script> All rights reserved | This template is made with <i class="mdi mdi-heart" aria-hidden="true"></i> by <a href="https://colorlib.com" target="_blank">Colorlib</a>
</p><!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
</div>
</div>
</div>
</footer>
<!-- loader -->
<div id="ftco-loader" class="show fullscreen"><svg class="circular" width="48px" height="48px"><circle class="path-bg" cx="24" cy="24" r="22" fill="none" stroke-width="4" stroke="#eeeeee"/><circle class="path" cx="24" cy="24" r="22" fill="none" stroke-width="4" stroke-miterlimit="10" stroke="#F96D00"/></svg></div>
<script src="js/jquery.min.js"></script>
<script src="js/jquery-migrate-3.0.1.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.easing.1.3.js"></script>
<script src="js/jquery.waypoints.min.js"></script>
<script src="js/jquery.stellar.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/aos.js"></script>
<script src="js/jquery.animateNumber.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>