Skip to content

Commit

Permalink
fix relative lins again
Browse files Browse the repository at this point in the history
  • Loading branch information
markwilkinson committed Nov 22, 2024
1 parent 2ff0744 commit 456b328
Show file tree
Hide file tree
Showing 3 changed files with 72 additions and 2 deletions.
70 changes: 70 additions & 0 deletions Proxy/index.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
<HEAD>
<title>FLAIR-GG Network and Virtual Platform: Semantic Model</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">


<H1>The FLAIR-GG FDP Index Proxy</H1>


Expand All @@ -17,3 +40,50 @@ <H1>The FLAIR-GG FDP Index Proxy</H1>

<code>curl -v -L -H "Content-type: application/json" -d '{"clientUrl": "https://my.server.org/my_dcat_record.ttl"}' https://bgv.cbgp.upm.es/fdp-index-proxy/proxy</code>



</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>
2 changes: 1 addition & 1 deletion SemanticModel/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ <h2 id="model">CSV Templates</h2>

<footer class="c-footer">
<h3>Privacy Policy</h3>
Our privacy policy is available <a href="./VP/privacy.html">HERE</a>
Our privacy policy is available <a href="../VP/privacy.html">HERE</a>
<br />
<br />

Expand Down
2 changes: 1 addition & 1 deletion TransformationPipeline/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ <h1>Transformation Pipeline</h1>

<footer class="c-footer">
<h3>Privacy Policy</h3>
Our privacy policy is available <a href="./VP/privacy.html">HERE</a>
Our privacy policy is available <a href="../VP/privacy.html">HERE</a>
<br />
<br />

Expand Down

0 comments on commit 456b328

Please sign in to comment.