materialsfrontend
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.4%) to scientific vocabulary
Repository
Basic Info
- Host: GitHub
- Owner: tvanerven
- Language: TypeScript
- Default Branch: main
- Size: 568 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
Materials browser front
All documentation herein is based off the previous repo. All of it applies.
Changes made
I had a large amount of difficulty getting the Docker image to work properly and play nice with a reverse proxy. As a result; I compiled to statics and then copied that inside an nginx container (which works predictably.)
This is roughly what the build_package.sh script does as well when you look at it; the only difference is that it's trying to run using ng, which is a hassle in this case with a reverse proxy.
Compiling to statics
- Clone repo
- Run
build_package.sh docker build -f Dockerfile-nginx -t <owner/name:tag> .docker push
Now serve from the image.
Manual changes
Always manually configure the API url, same as it says in the original instruction. You need to set this to the outside of your reverse proxy.
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-front"
title: "materials-browser-front"
version: "1.0"
...