Skip to content
Snippets Groups Projects
Commit 9146953a authored by Sophie Servan (DESY)'s avatar Sophie Servan (DESY)
Browse files

add open data repositories of facilities (#8 and #10)

parent e55eed06
No related branches found
No related tags found
No related merge requests found
Pipeline #265946 passed
# called items with site.data.facilities
## ALBA ##
- short-name: ALBA
pid:
- type: ROR
......@@ -25,6 +27,7 @@
projects:
- ExPaNDS
## DESY ##
- short-name: DESY
pid:
- type: ROR
......@@ -52,6 +55,7 @@
- OSCARS
- EOSC-Future
## Diamond ##
- short-name: Diamond
pid:
- type: ROR
......@@ -62,6 +66,7 @@
projects:
- ExPaNDS
## Elettra ##
- short-name: Elettra
pid:
- type: ROR
......@@ -79,7 +84,14 @@
- VISA
projects:
- ExPaNDS
odr:
link: https://vuo.elettra.eu/pls/vuo/open_access_data_portal.show_search
oai-pmh-endpoint:
link: https://data.ceric-eric.eu/oaipmh/request?verb=Identify
last-check: 2023-08-07
status: Active
## ESRF ##
- short-name: ESRF
pid:
- type: ROR
......@@ -102,7 +114,14 @@
- PaNOSC
- OSCARS
- EOSC-Future
odr:
link: https://data.esrf.fr/
oai-pmh-endpoint:
link: https://icatplus.esrf.fr/oaipmh/request?verb=Identify
last-check: 2023-08-07
status: Active
## ESS ##
- short-name: ESS
pid:
- type: ROR
......@@ -116,7 +135,14 @@
- VISA
projects:
- PaNOSC
odr:
link: https://scicat.ess.eu/
oai-pmh-endpoint:
link: https://scicat.ess.eu/openaire/oai?verb=Identify
last-check: 2023-08-07
status: Error
## EuXFEL ##
- short-name: EuXFEL
pid:
- type: ROR
......@@ -135,12 +161,20 @@
- PaNET
projects:
- PaNOSC
odr:
link: https://in.xfel.eu/metadata/
oai-pmh-endpoint:
link: https://in.xfel.eu/metadata/oai-pmh/oai2?verb=Identify
last-check: 2023-08-07
status: Active
## FELIX ##
- short-name: FELIX
pid:
- type: ROR
id: 03tkwyq76
## HZB ##
- short-name: HZB
pid:
- type: ROR
......@@ -156,6 +190,7 @@
projects:
- ExPaNDS
## HZDR ##
- short-name: HZDR
pid:
- type: ROR
......@@ -173,7 +208,14 @@
projects:
- ExPaNDS
- EVERSE
odr:
link: https://rodare.hzdr.de/
oai-pmh-endpoint:
link: https://www.hzdr.de/publications/OAI-PMH?verb=Identify
status: Active
last-check: 2023-08-07
## ILL ##
- short-name: ILL
pid:
- type: ROR
......@@ -191,7 +233,14 @@
projects:
- PaNOSC
- EOSC-Future
odr:
link: https://data.ill.eu/
oai-pmh-endpoint:
link: https://data.ill.fr/openaire/oai?verb=Identify
status: Error
last-check: 2023-08-07
## MAX IV ##
- short-name: MAX IV
pid:
- type: ROR
......@@ -206,7 +255,18 @@
- FAIR-IF
projects:
- ExPaNDS
odr:
link: https://scicat.maxiv.lu.se/
oai-pmh-endpoint:
link: https://scicat.maxiv.lu.se/openaire/oai?verb=Identify
status: Active
last-check: 2023-08-07
pan-search-api:
link: https://searchapi.maxiv.lu.se/
status: Active
last-check: 2023-08-07
## PSI ##
- short-name: PSI
pid:
- type: ROR
......@@ -226,7 +286,18 @@
projects:
- ExPaNDS
- EOSC-Future
odr:
link: https://doi.psi.ch/
oai-pmh-endpoint:
link: https://doi.psi.ch/oaipmh/oai?verb=Identify
status: Active
last-check: 2023-08-07
pan-search-api:
link: https://dacat.psi.ch/panosc-explorer/
status: Active
last-check: 2023-08-07
## SOLEIL ##
- short-name: SOLEIL
pid:
- type: ROR
......@@ -241,3 +312,13 @@
- FAIR-IF
projects:
- ExPaNDS
odr:
link: https://datacatalog.synchrotron-soleil.fr
oai-pmh-endpoint:
link: https://datacatalog.synchrotron-soleil.fr/scicat/oai?verb=Identify
status: Active
last-check: 2023-08-07
pan-search-api:
link: https://searchapi.synchrotron-soleil.fr/
status: Active
last-check: 2023-08-07
......@@ -48,7 +48,7 @@ p, td {
margin: $padding-std 0;
}
.sticker, .sticker * {
.sticker, .sticker *, .tooltip {
font-style: italic;
color: $color-strong;
font-size: $small-font-size;
......@@ -57,6 +57,23 @@ p, td {
padding: 0 $padding-small 0 $padding-small;
}
.tooltip {
display: none;
position: absolute;
bottom: 0;
left: 75%;
white-space: nowrap;
}
.tooltip-cont {
position: relative;
text-align: inherit;
}
.trigger-tooltip:hover + .tooltip {
display: block;
}
// links
a:hover {
color: $color-strong;
......
......@@ -3,6 +3,9 @@ table {
border-collapse: collapse;
margin: $padding-big auto;
clear: both;
a {
text-decoration: none;
}
}
th, td {
......@@ -30,10 +33,6 @@ table ul {
}
// adoption table
.clickable:hover {
background-color: $color-fade;
}
td {
&.adopted {
background-color: $color-green;
......
......@@ -20,5 +20,33 @@ title: Open data resources
{% endif %}
</a>
{% endfor %}
</div>
<h2>PaN facilities repositories</h2>
<table>
<tr>
<th>Facility</th>
<th>Open data repository</th>
<th>OAI-PMH endpoint</th>
<th>PaN search API endpoint</th>
</tr>
{% assign odr-facilities = site.data.facilities | where_exp:"facility", "facility.odr" %}
{% for facility in odr-facilities %}
<tr>
<td>{{ facility.short-name }}</td>
<td><a href="{{ facility.odr.link }}">{{ facility.odr.link | slice: 8, 20 }}...</a></td>
{% if facility.odr.oai-pmh-endpoint.status == "Active" %}
<td class="adopted"><a href="{{ facility.odr.oai-pmh-endpoint.link }}">Active</a></td>
{% else %}
<td class="no"><div class="tooltip-cont"><a href="{{ facility.odr.oai-pmh-endpoint.link }}" class="trigger-tooltip">{{ facility.odr.oai-pmh-endpoint.status }}</a><span class="tooltip">last check: {{ facility.odr.oai-pmh-endpoint.last-check | date: "%Y-%m-%d" }}</span></div></td>
{% endif %}
{% if facility.odr.pan-search-api.status == "Active" %}
<td class="adopted"><a href="{{ facility.odr.pan-search-api.link }}">Active</a></td>
{% else %}
<td class="no"><div class="tooltip-cont"><a href="{{ facility.odr.pan-search-api.link }}" class="trigger-tooltip">{{ facility.odr.pan-search-api.status }}</a><span class="tooltip">last check: {{ facility.odr.pan-search-api.last-check | date: "%Y-%m-%d" }}</span></div></td>
{% endif %}
</tr>
{% endfor %}
</table>
</div>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment