Giter VIP home page Giter VIP logo

awg-app's People

Contributors

allcontributors[bot] avatar amwilke avatar chael-mi avatar dependabot[bot] avatar masthom avatar musicenfanthen avatar step-security-bot avatar vanbithoven avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

awg-app's Issues

[EDITION/GRAPH] Problems using a touchpad

For some reasons it's not possible anymore to grasp and move the nodes in the visualization of the dynamic graph by using a touchpad (and not a mouse). I remember it worked fine earlier this year (spring or summer)?

Remove B from op. 25 modal

"Die Beschreibung der Quellen B sowie D–E einschließlich der darin gegebenenfalls enthaltenen Korrekturen..."

[EDITION] ReferenceError in EditionGraphModule

After Update to Angular 10, the init of the EditionGraphModule (lazy loaded as all other Edition Modules) throws an ReferenceError:

ReferenceError: Cannot access 'EditionGraphModule' before initialization

[EDITION] Self-reflexive graph properties not correctly calculated?

If we have a self-reflexive property in the first triple, the corresponding graph nodes are created twice.

@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>.
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.
@prefix owl: <http://www.w3.org/2002/07/owl#>.
@prefix awg: <https://edition.anton-webern.ch/webern-onto#> .

<A> <shouldBe> <A> .  # creates two nodes for A
<A> <shouldbe> <B> .  # if this is the first triple, only one node A is created

<A> <foaf:knows> <A> .
<A> <pc:t0> <A> .


<B> rdf:type dc:Agent .
<A> rdf:type dc:Agent .

Bildschirmfoto 2020-07-13 um 11 08 42

If this triple is not the first one, only one node A is created.

@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>.
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.
@prefix owl: <http://www.w3.org/2002/07/owl#>.
@prefix awg: <https://edition.anton-webern.ch/webern-onto#> .

<A> <shouldbe> <B> .  # switched to first position
<A> <shouldBe> <A> .  # now only one node A is created

<A> <foaf:knows> <A> .
<A> <pc:t0> <A> .


<B> rdf:type dc:Agent .
<A> rdf:type dc:Agent .

Bildschirmfoto 2020-07-13 um 11 09 02

Host Listener for internal links

import { ..., HostListener } from '@angular/core';

// TODO: maybe implement features from events by hostlistener ...

 @HostListener('click', ['$event'])

 onClick(event) {
  if (event.target.parentElement.classList[0] === 'fuuws') {
      // HERE THINGS CAN BE ADDED §
      console.log('opening detail dialog with ' + event.target.firstChild.data );
      console.log( event.target );
      this.openDetailsDialog(event.target.firstChild.data);
    } // else {console.log('actions on cells disabled or no action defined')}
}

Line break characters included in italics?

Question arose if the line break character | should be included in italics or not? There is no visual difference, but of course in the encoded data.

See also:

Sind die Zeilenfallzeichen "|" im Original vorhanden, oder sollten diese ausserhalb der Kursivierung stehen?

Originally posted by @musicEnfanthen in #1526 (comment)

Overlapping of SVGs on reload

Sometimes, an SVG gets drawn over another SVG on reloading or changing the edition complex. Seems to be connected to some asynchronous timing of the corresponding observables.

Add StorageService

Add a StorageService that handles all requests to Storages (GND, PageNotFound)

TkK findings

  • M 317 Sk2.1: #path242 needs group element
  • M 317 Sk2.1.2: m3, s2, 2/8: Red eighth flag in SVG

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.