-
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.
Fixing Digital.CSIC and adding FAQ to interface
- Loading branch information
Showing
5 changed files
with
71 additions
and
22 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
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
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
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,41 @@ | ||
{% extends 'base.html' %} | ||
{% block body %} | ||
{% block content %} | ||
|
||
|
||
|
||
<!-- DATOS TOTALES --> | ||
|
||
|
||
<div class="works" id="metodologia"> | ||
<div class="container"> | ||
<!-- default heading --> | ||
<div class="default-heading3"> | ||
<!-- heading --> | ||
<h2>Frequent Asked Questions</h2> | ||
<div> | ||
<h3>¿Qué es FAIR EVA?</h3> | ||
<p>FAIR EVA</p> | ||
</div> | ||
|
||
<div> | ||
<h3>¿Cómo se obtienen los datos y metadatos?</h3> | ||
<p>Para DIGITAL.CSIC: Base de datos, API o OAI-PMH</p> | ||
</div> | ||
|
||
<div> | ||
<h3>¿Cómo se puntúa?</h3> | ||
<p>Pesos</p> | ||
</div> | ||
|
||
<div> | ||
<h3>¿Pueden cambiar las puntuaciones</h3> | ||
<p>Sí, en caso de problema...</p> | ||
</div> | ||
|
||
|
||
|
||
|
||
{% include "snippets/footer.html" %} | ||
{% endblock %} | ||
{% endblock %} |
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