nsdra-assessment-webapp
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (3.4%) to scientific vocabulary
Last synced: 6 months ago
·
JSON representation
·
Repository
Basic Info
- Host: GitHub
- Owner: NSDRA
- License: gpl-3.0
- Language: Java
- Default Branch: main
- Size: 16.9 MB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 1
Created about 5 years ago
· Last pushed almost 2 years ago
Metadata Files
Readme
License
Citation
README.md
NSDRA FAIR NanoSafety Data Reusability Web Application
This repository aims at providing a web application to assess digital resources related to nanosafety for reusability using FAIR maturity indicators. The application is hosted and can be used on https://nsdra.org.
Usage
The application is provided as a Docker Image which can run using docker-compose as following:
bash
docker-compose up -d
Owner
- Name: NSDRA
- Login: NSDRA
- Kind: organization
- Website: https://nsdra.org
- Repositories: 2
- Profile: https://github.com/NSDRA
NanoSafety Data Reusability Assessement Framework
Citation (CITATION.cff)
cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: Ammar
given-names: Ammar
title: "NSDRA FAIR NanoSafety Data Reusability Web Application"
version: v1.0
date-released: 2022-06-09
url: "https://github.com/NSDRA/nsdra-assessment-webapp"
preferred-citation:
type: article
authors:
- family-names: Ammar
given-names: Ammar
- family-names: Evelo
given-names: Chris T.
- family-names: Willighagen
given-names: Egon L.
title: "FAIR assessment of nanosafety data reusability with community standards"
year: 2022
month: 7
day: 6
journal: ChemRxiv
doi: 10.26434/chemrxiv-2022-l8vk8-v2
url: https://doi.org/10.26434/chemrxiv-2022-l8vk8-v2
GitHub Events
Total
Last Year
Dependencies
Dockerfile
docker
- maven 3-jdk-8-alpine build
- ubuntu 20.04 build
docker-compose.yml
docker
- aammar/nsdra-webapp latest
- mysql 8.0.26
pom.xml
maven
- com.github.ammar257ammar.BMUSE:core 42cb8a2
- com.github.jsonld-java.jsonld-java:jsonld-java 0.13.4
- com.googlecode.json-simple:json-simple 1.1.1
- com.io-informatics.oss:jackson-jsonld 0.1.1
- mysql:mysql-connector-java 8.0.28
- org.springframework.boot:spring-boot-devtools
- org.springframework.boot:spring-boot-starter-data-jpa
- org.springframework.boot:spring-boot-starter-freemarker
- org.springframework.boot:spring-boot-starter-validation
- org.springframework.boot:spring-boot-starter-web
- org.springframework.boot:spring-boot-starter-test test