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 (8.0%) to scientific vocabulary
Repository
LTACat continuation of EOSCpilot
Basic Info
- Host: GitHub
- Owner: souley
- License: apache-2.0
- Language: JavaScript
- Default Branch: master
- Size: 6.93 MB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
Lofar Long Term Archive pipeline orcestrate web application
This project has been continued as part of PROCESS.
The is the frontend and the db backend of the web application which can be used to run a pipeline on several data products in the Lofar Long Term Archive. To run pipeline the https://github.com/EOSC-LOFAR/lofarworkflowapi web service is required.

Dependencies:
- oracle instantclient basic (tested with version 18.3)
- npm
Configuration:
To run the following variables must be set in server/db-config.js before building the package: * HRCONNECTIONSTRING, connection string to Lofar database (optional) * HRUSER, username to connect to Lofar database * HR_PASSWORD, password to connect to Lofar database
Installation:
To install frbcat-web, please follow the following steps. First we need to install the dependencies of frbcat-web using the following commands:
npm ci
Next, we build the package using:
npm run webpack
Running the express server with ltacat:
To start the express server with frbcat-web loaded use the following command:
npm run start
To run both backends (ltacat and lofarworkflowapi) behind the same server use CaddyServer by running it in root of this repo with:
caddy
The web application is running at http://localhost:2015 after running CaddyServer.
Owner
- Login: souley
- Kind: user
- Repositories: 11
- Profile: https://github.com/souley
Citation (CITATION.cff)
# YAML 1.2
---
authors:
-
affiliation: "Netherlands eScience Center"
family-names: Haren
given-names: Ronald
name-particle: van
cff-version: "1.0.3"
commit: 9c71251c5bd358db6b752449317c308a4f25e98e
date-released: 2018-03-19
doi: 10.5281/zenodo.1203579
keywords:
- "fast radio burst"
- "frb"
- "astronomy"
- "frbcat"
- "web-frontend"
license: Apache-2.0
message: "If you use this software, please cite it using these metadata."
repository-code: "https://github.com/AA-ALERT/frbcat-web"
title: frbcat-web
version: "2.1.0"