Giter VIP home page Giter VIP logo

evonne's Introduction

Using Docker:

  • Install docker, run docker build . -t <your username>/evonne.
  • Run docker run -dp 7007:3000 <your username>/evonne:latest then open http://localhost:7007.

Local Installation:

Requirements:

  • NodeJS: v. 15+
  • Python : runtime.txt & requirements.txt (python3 -m pip install --user --upgrade clingo)
  • Java: v. 16+

Running the server:

  • Run npm install
  • Running npm start will download the necessary files and start the app at: https://localhost:3000.
  • If you want to skip the downloads and only run, use npm run dev instead.

Deployment:

Heroku:

  • The files Procfile, system.properties, requirements.txt and runtime.txt are used by heroku.
  • Create/connect your heroku app, run git remote add heroku and deploy with: git push heroku main.

Gitlab:

  • An example of continuous integration for gitlab, using docker: evonne.gitlab-ci.yml.
  • Add the remote git remote add deploy <the_gitlab_repo>, then deploy with git push deploy main.

evonne's People

Contributors

menocsk27 avatar christianalrabbaa avatar

Stargazers

Lukas Gerlach avatar Maximilian Marx avatar

Watchers

Ricardo Langner avatar Wolfgang Büschel avatar Patrick Reipschläger avatar Tom avatar Marc Satkowski avatar  avatar  avatar Severin Engert avatar Prateek Rohilla avatar

Forkers

smucclaw

evonne's Issues

Feature: selection of the display label, e.g. "prefLabel"

Thanks for developing this useful tool !
I was trying to visualise the EMMO ontology.
They use UUIDs as their class names out of good reason, but also defined "SKOS:prefLabel" for human readability.

It would be nice, if EVONNE would support switching the view representation also to "prefLabel" (e..g. in the settings module).
Thanks.

Feature: direct turtle file support

Please also add turtle (ttl) file support, since this is one of the most common RDF serializations
and very readable to humans.
(I know it is possible to convert ttl to owl files with tools, but first opening a ttl file in the slow and ugly protege just to convert it is not really convenient)

Thanks.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.