Repository for the work on evaluating FAIRnes of Research Objects
FAIR-Research-Object
Repository for the work on evaluating FAIRnes of Research Objects

License
Description:
Loading...
Permissions:
- Loading...
Conditions:
- Loading...
Limitations:
- Loading...

Citation
If you use FAIROs, please refer to our TPDL publication:
```
@inproceedings{10.1007/978-3-031-16802-4_6,
author="Gonz{\'a}lez, Esteban and Ben{\'i}tez, Alejandro and Garijo, Daniel",
editor="Silvello, Gianmaria and Corcho, Oscar and Manghi, Paolo and Di Nunzio, Giorgio Maria and Golub, Koraljka and Ferro, Nicola and Poggi, Antonella",
title="FAIROs: Towards FAIR Assessment in Research Objects",
booktitle="Linking Theory and Practice of Digital Libraries",
year="2022",
publisher="Springer International Publishing",
address="Cham",
pages="68--80",
isbn="978-3-031-16802-4",
doi={https://doi.org/10.1007/978-3-031-16802-4_6}
}
```

Installation
Fuji requires python 3.5.2+
Clone the repo: https://github.com/pangaea-data-publisher/fuji
From the fuji source folder run
pip3 install .
- Download the latest Dataset Search corpus file from: https://www.kaggle.com/googleai/dataset-search-metadata-for-datasets
- Open file fuji_server/helper/create_google_cache_db.py and set variable 'google_file_location' according to the file location of the corpus file
- Run create_google_cache_db.py which creates a SQLite database in the data directory. From root directory run
python3 -m fuji_server.helper.create_google_cache_db
.
Before running the service, please set user details in the configuration file, see config/users.py.
The F-uji server can now be started with.
python3 -m fuji_server -c fuji_server/config/server.ini
Fuji server must be launch before using the tool.
Clone this repository
Install dependencies:
pip3 install -r requirements.txt
Then you must configure SOMEF
Recommend use of brew install graphviz
Check in https://graphviz.org/download/ your current distro.
Download the graphviz-3.0.0 exe installer.
Important! In the installer make sure that add Graphviz to the system PATH is checked.

Requirements
The development of the tool has been done in python 3.9.12
Recommend use of brew install graphviz
Check in https://graphviz.org/download/ your current distro.
Download the graphviz-3.0.0 exe installer.
Important! In the installer make sure that add Graphviz to the system PATH is checked.