Skip to content
Snippets Groups Projects
Select Git revision
  • f4bd19f657a2fcad51286a5b9bc15439e324a392
  • main default protected
2 results

update_graph

  • Open with
  • Download source code
  • Download directory
  • Your workspaces

      A workspace is a virtual sandbox environment for your code in GitLab.

      No agents available to create workspaces. Please consult Workspaces documentation for troubleshooting.

  • user avatar
    Malte Schokolowski authored
    f4bd19f6
    History
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.

    Projekt CiS-Projekt 2021/22

    Directory for functions to adjust a publication graph to updated input lists and changed citation/reference depths. For minimal use of the time consuming Input function, a reinterpretation of the exported json file is implemented.

    Files in directory

    import_from_json.py

    • Stellt die alte Knoten-und Kantenmenge aus der Json Datei wieder her.

    Knoten_Vergleich.py

    • Überprüft welche Knoten neu hinzugekommen sind und welche enfternt wurden.

    Kanten_Vergleich.py

    • Stellt nach der Löschung eines Knotens wieder eine valide Kantenmenge her.

    update_graph_del.py

    • Führt die Löschung eines Knotens durch

    connect_new_input.py

    • Verbindet den alten Graphen aus der Json Datei mit den neuen DOIs zu dem neuen Graphen.

    update_graph.py

    • Überprüft welche Änderungen der Benutzer vorgenommen hat (Löschen oder hinzufügen von DOIs) und führt diese aus.

    Authors

    • Donna Löding
    • Alina Molkentin
    • Xinyi Tang
    • Judith Große
    • Malte Schokolowski