Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
Webpage
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LEAPS WG3
Webpage
Commits
7f60595e
Commit
7f60595e
authored
1 year ago
by
Sophie Servan (DESY)
Browse files
Options
Downloads
Patches
Plain Diff
add filter for outcomes relevant to the adoption table
parent
41dab4e8
No related branches found
Branches containing commit
No related tags found
1 merge request
!7
Add PaNOSC outcomes
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
_data/outcomes.yml
+8
-0
8 additions, 0 deletions
_data/outcomes.yml
outcomes.html
+1
-1
1 addition, 1 deletion
outcomes.html
with
9 additions
and
1 deletion
_data/outcomes.yml
+
8
−
0
View file @
7f60595e
...
...
@@ -7,6 +7,7 @@
doi
:
10.5281/zenodo.7684470
last-update
:
2023-02-28
keywords
:
standard, metadata, PID, search
adoption-table-relevant
:
true
-
name
:
Nexus ontology
short-name
:
Nexus-O
...
...
@@ -34,6 +35,7 @@
doi
:
10.5281/zenodo.7743913
last-update
:
2023-03-17
keywords
:
search, catalogue
adoption-table-relevant
:
true
-
name
:
OAI-PMH endpoint for data catalogues
short-name
:
OAI-PMH
...
...
@@ -43,6 +45,7 @@
doi
:
10.5281/zenodo.7789134
last-update
:
2023-03-31
keywords
:
standard, metadata, search, catalogue
adoption-table-relevant
:
true
-
name
:
PaN training catalogue
short-name
:
PaN-training
...
...
@@ -52,6 +55,7 @@
doi
:
10.5281/zenodo.7732603
last-update
:
2023-03-14
keywords
:
training
adoption-table-relevant
:
true
-
name
:
VISA
short-name
:
VISA
...
...
@@ -61,6 +65,7 @@
doi
:
10.5281/zenodo.7788839
last-update
:
2023-03-31
keywords
:
data analysis, compute, data access
adoption-table-relevant
:
true
-
name
:
PaN FAIR implementation framework
short-name
:
FAIR-IF
...
...
@@ -70,6 +75,7 @@
doi
:
10.5281/zenodo.7804712
last-update
:
2023-04-12
keywords
:
FAIR, data policy, metadata, DMPs, PIDs, FAIR assessment, RDM
adoption-table-relevant
:
true
-
name
:
Testing and validation framework
short-name
:
T&V-F
...
...
@@ -79,3 +85,5 @@
doi
:
10.5281/zenodo.7867091
last-update
:
2023-05-04
keywords
:
research software, data analysis, testing, validation, software quality
This diff is collapsed.
Click to expand it.
outcomes.html
+
1
−
1
View file @
7f60595e
...
...
@@ -34,7 +34,7 @@ The adoption status of these outcomes by our member facilities is shown <a href=
{% endfor %}
<h1
id=
"adoption-table"
>
Adoption status
</h1>
{% assign adoption_outcomes = site.data.outcomes | sort_natural
%}
<!-- must be filtered according to need for a facility-based adoption or not -->
{% assign adoption_outcomes = site.data.outcomes | sort_natural
| where:"adoption-table-relevant",true %}
<table>
<tr>
<th><strong>
Facility
</strong></th>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment