materialsbackend
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 (7.3%) to scientific vocabulary
Repository
Basic Info
- Host: GitHub
- Owner: tvanerven
- Language: PHP
- Default Branch: main
- Size: 202 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
Materials browser API
Original repo can be found here; all instructions apply unless otherwise noted.
Changes
In short, I dockerized it. There's a Dockerfile that builds directly to a PHP container, installs symfony, and then runs the application.
- Clone project
docker compose builddocker compose up
This should start containers and project will run on http://localhost:8000
Once you're happy with changes, just push (update the image directive) to a registry of your choosing.
Use docker exec -it materials-api bash & commands in original repo to load data.
Known issues
Sometimes the container will die for absolutely no reason (usually after a few weeks). If this happens:
docker compose downdocker compose up -d- Run ontology import again.
This project has received funding from the European Union’s Horizon 2020 research and innovation programme under grant agreement No 101017536. The funding was awarded through the RDA (https://www.rd-alliance.org/) Open Call mechanism (https://eoscfuture-grants.eu/provider/research-data-alliance) based on evaluations of external, independent experts.
Owner
- Name: Thomas
- Login: tvanerven
- Kind: user
- Repositories: 1
- Profile: https://github.com/tvanerven
Citation (CITATION.cff)
# YAML 1.2
---
authors:
-
affiliation: CINES
family-names: Charly
given-names: Maeder
cff-version: "1.1.0"
date-released: 2021-10-21
message: "If you use this software, please cite it as below. The development of this software has been supported by the FAIRsFAIR project. FAIRsFAIR - Fostering FAIR Data Practices In Europe - has received funding from the European Union’s Horizon 2020 project call H2020-INFRAEOSC-2018-2020 grant agreement 831558."
repository-code: "https://github.com/FAIRsFAIR/materials-browser-api"
title: "materials-browser-api"
version: "1.0"
...