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
Last synced: 6 months ago · JSON representation ·

Repository

Basic Info
  • Host: GitHub
  • Owner: FEDMix
  • License: apache-2.0
  • Language: Vue
  • Default Branch: main
  • Size: 803 KB
Statistics
  • Stars: 0
  • Watchers: 2
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 5 years ago · Last pushed about 5 years ago
Metadata Files
Readme Changelog Contributing License Code of conduct Citation

README.md

fedmix-viewer

Frontend and Backend code to run the application with docker-compose

Local Installation

$ git clone https://github.com/FEDMix/fedmix-viewer.git $ cd fedmix-viewer $ make install

Make a data dir and copy the dataartificial into it ``` $ cd fedmix-viewer/backend $ mkdir data $ cd data $ cp -r YOURDATA . ``` Take the manifest.json from the FedMix sharepoint and replace the manifest in the data dir with that

Run

$ make serve

Contributing

If you want to contribute to the development of fedmix-backend, have a look at the contribution guidelines.

Development Installation

Installing in development mode allows your changes to the backend to be immediately available upon restarting the backend $ git clone https://github.com/FEDMix/fedmix-viewer.git $ cd fedmix-viewer $ make install-dev

License

Copyright (c) 2020, Netherlands eScience Center

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Citation (CITATION.cff)

# YAML 1.2
---
cff-version: "1.1.0"
title: "fedmix-backend"
authors:
  -
    family-names: "Berend Weel"
    given-names:
    orcid: "https://orcid.org/0000-0000-0000-0000"
date-released: 20??-MM-DD
doi: <insert your DOI here>
version: "0.1.0"
repository-code: "https://github.com/FEDMix/fedmix-backend"
identifiers:
keywords:
message: "If you use this software, please cite it using these metadata."
license: "Apache Software License 2.0"

GitHub Events

Total
Last Year

Dependencies

frontend/package.json npm
  • @babel/runtime-corejs3 ^7.12.1 development
  • @nuxtjs/eslint-config ^3.1.0 development
  • @nuxtjs/eslint-module ^3.0.0 development
  • @nuxtjs/vuetify ^1.11.2 development
  • babel-eslint ^10.1.0 development
  • concurrently ^5.3.0 development
  • eslint ^7.11.0 development
  • eslint-config-prettier ^6.13.0 development
  • eslint-plugin-nuxt ^1.0.0 development
  • eslint-plugin-prettier ^3.1.4 development
  • hasura-cli ^1.3.2 development
  • prettier ^2.1.2 development
  • standard-version ^9.0.0 development
  • @mdi/js ^5.7.55
  • @nuxtjs/apollo ^4.0.1-rc.4
  • @nuxtjs/auth ^4.9.1
  • @nuxtjs/proxy ^2.0.1
  • @nuxtjs/pwa ^3.2.2
  • fs ^0.0.1-security
  • lodash.debounce ^4.0.8
  • machinelearn ^2.1.5
  • nuxt ^2.14.7
  • opencv.js ^1.2.1
  • vega ^5.17.0
  • vega-embed ^6.12.2
  • vega-lite ^4.17.0
backend/setup.py pypi
  • flask >=1.1.2,
  • flask-graphql >=2.0.1,
  • graphene >=2.1.8,
  • natsort >=7,