-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/wilkinsonlab/FLAIR-GG
- Loading branch information
Showing
2 changed files
with
89 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,76 @@ | ||
<HEAD> | ||
<title>FLAIR-GG Network and Virtual Platform</title> | ||
|
||
<link rel="stylesheet" type="text/css" href="./flexbox.css" /> | ||
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,900" rel="stylesheet"> | ||
|
||
</HEAD> | ||
|
||
<body> | ||
<header class="c-header"> | ||
<br/> | ||
<img width="500" src="./VP/images/flair-gg-logo.png" /> | ||
<br/> | ||
<br/> | ||
<br/> | ||
<h1>FLAIR-GG and the FLAIR-GG Virtual Platform</h1> | ||
</header> | ||
|
||
<section class="c-posts"> | ||
|
||
<article class="c-posts__item"> | ||
|
||
<h2>Frequently Asked Questions</h2> | ||
<a id="Database"></a> | ||
<h3>Do I need to change my database or any part of my existing infrastructure?</h3> | ||
NO! FLAIR-GG requires, at a minimim, a document containing a description of your germplasm bank in DCAT format. | ||
This can be put on your existing Website and you can request FLAIR-GG to visit it. It will be indexed and you will become part of the Network. | ||
<br/> | ||
If you wish to have more power, you can install a FAIR Data Point of your own (follow the onboarding instructions on the main page) | ||
<br/> | ||
If you wish to share your germplasm data, you need only export CSV from your existing database. This does not require any changes to your database or infrastructure. | ||
|
||
</article> | ||
|
||
|
||
|
||
</section> | ||
|
||
<footer class="c-footer"> | ||
<h3>Privacy Policy</h3> | ||
Our privacy policy is available <a href="./VP/privacy.html">HERE</a> | ||
<br/> | ||
<br/> | ||
|
||
<h3>Funding</h3> | ||
|
||
<b>TED2021-130788B-I00</b> | ||
<br/> | ||
Proyecto TED2021-130788B-I00 financed by | ||
<br/> | ||
MCIN/AEI /10.13039/501100011033 and by the European Union Next Generation EU/ PRTR. | ||
<br/> | ||
<img width="300" src="./VP/images/ted-logo.png" /> | ||
<br/> | ||
<br/> | ||
<br/> | ||
The FLAIR-GG computational infrastructure is supported by the | ||
<br/>"Severo Ochoa Program for Centres of Excellence in R&D 2022-2025" from the | ||
Agencia Estatal de Investigación of Spain, awarded to the | ||
<br/>Center for Plant Biotechnology and Genomics (CBGP UPM-INIA/CSIC). | ||
<br/> | ||
<br/> | ||
<br/> | ||
<br/> | ||
<b>Principal Investigators:</b> | ||
<br/> | ||
<br/> | ||
Moreno Vazquez, Santiago<br/> | ||
UPM grupo: Biodiversidad y conservación de recursos fitogenéticos | ||
<br/><br/> | ||
Wilkinson, Mark Denis <br/> | ||
CBGP UPM-INIA/CSIC. <br/> | ||
UPM grupo: Abordajes Multidisciplinares en la Interfaz Planta-Microorganismo<br/> | ||
</footer> | ||
|
||
</body> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,9 +32,7 @@ <h2>General Documentation</h2> | |
<h2>How to join the FLAIR-GG Network</h2> | ||
<p> FLAIR-GG is still an emergent initiative, seeking early-adopters.</p> | ||
<p>We have created <a href="https://github.com/wilkinsonlab/FLAIR-GG/tree/main/Onboarding">ONBOARDING</a> | ||
documentation to help you get started</p> | ||
|
||
<p>We are here to help! | ||
documentation to help you get started. We are here to help!</p> | ||
<br/><br/> | ||
Please contact either <a href="mailto:[email protected]">Alberto</a> (Spanish/English) | ||
or <a href="mailto:[email protected]">Mark</a> (English) | ||
|
@@ -43,7 +41,7 @@ <h2>How to join the FLAIR-GG Network</h2> | |
<p>We are even able to host your FAIR endpoint, to allow you to explore the idea at minimal cost!</p> | ||
</article> | ||
|
||
<article class="c-posts__item"> | ||
<article class="c-posts__item"> | ||
|
||
<h2>Component Documentation</h2> | ||
<p><ul> | ||
|
@@ -70,6 +68,17 @@ <h2>OpenAPI YAML Interfaces for BGV services</h2> | |
</p> | ||
</article> | ||
|
||
<article class="c-posts__item"> | ||
|
||
<h2>Frequently Asked Questions</h2> | ||
<p> | ||
<ul> | ||
<li><a href="./FAQ.html#Database">Do I need to change my database or existing seedbank infrastructure? (NO!)</a></li> | ||
</ul> | ||
|
||
</p> | ||
</article> | ||
|
||
<article class="c-posts__item"> | ||
|
||
<h2>Swagger tester for interfaces</h2> | ||
|