Skip to content

Commit

Permalink
Tweak report.py
Browse files Browse the repository at this point in the history
see #12
  • Loading branch information
gerritbruening committed Oct 9, 2018
1 parent 34b26fd commit 970b271
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions report.py
Expand Up @@ -680,8 +680,8 @@ def demo_graph(u, v, extend=None, **edge_attr) -> nx.MultiDiGraph:
<td>Laut Quelle 1 entstand {w1} vor {w2}</td></tr>
<tr><td><img src="help-conflict.svg" /></td>
<td>Laut Quelle 1 entstand {w1} vor {w2},
laut Quelle 2 entstand {w2} vor {w1}.
Diese Aussage von Quelle 2 wird bei der heuristischen Konfliktbeseitugung aus dem Graphen entfernt.
laut Quelle 2 und Quelle 3 entstand {w2} vor {w1}.<br/>
Die Aussage von Quelle 2 wird bei der heuristischen Konfliktbeseitugung aus dem Graphen entfernt.<br/>
Die Aussage von Quelle 3 bereits vor der heuristischen Konfliktbeseitigung aus dem Graphen entfernt (Quelle allgemein unglaubwürdig oder konkrete Aussage unbegründet).</td></tr>
<tr><td><img src="help-syn.svg"/></td>
<td>Laut Quelle 2 entstand {w1} etwa gleichzeitig mit {w2}.</td></tr>
Expand Down

0 comments on commit 970b271

Please sign in to comment.