Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FAIRness
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IMPACT
FAIRness
Commits
4dcf2a19
Commit
4dcf2a19
authored
1 year ago
by
Evert Bouman
Browse files
Options
Downloads
Patches
Plain Diff
Revert back to website wihout image
parent
05a44875
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
fair_app.py
+1
-4
1 addition, 4 deletions
fair_app.py
with
1 addition
and
4 deletions
fair_app.py
+
1
−
4
View file @
4dcf2a19
import
streamlit
as
st
import
matplotlib.pyplot
as
plt
import
json
from
PIL
import
Image
## questions based on https://github.com/au-research/FAIR-Data-Assessment-Tool
# https://ardc.edu.au/resource/fair-data-self-assessment-tool/
...
...
@@ -45,9 +45,6 @@ Contact: embo@nilu.no ; eab@nilu.no
## FAIR assessment tool:
"""
)
image
=
Image
.
open
(
r
'
P:\IMPACT\Data\FAIRdataprinciples_foster.png
'
)
st
.
image
(
image
,
caption
=
"
Cartoon from https://www.openaire.eu/images/Guides/FAIRdataprinciples_foster.png
"
)
class
FAIR_assessment
():
def
__init__
(
self
,
...
...
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