-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a new "simplification" function for duplicated edges in author networks #138
Comments
6 tasks
maxloeffler
added a commit
to maxloeffler/coronet
that referenced
this issue
Aug 27, 2024
Add a function that takes a network as input and simply removes all edges that are exact duplicates of each other. Works towards se-sic#138. Signed-off-by: Maximilian Löffler <s8maloef@stud.uni-saarland.de>
maxloeffler
added a commit
to maxloeffler/coronet
that referenced
this issue
Aug 27, 2024
Add a function that takes a network as input and simply removes all edges that are exact duplicates of each other. Works towards se-sic#138. Signed-off-by: Maximilian Löffler <s8maloef@stud.uni-saarland.de>
maxloeffler
added a commit
to maxloeffler/coronet
that referenced
this issue
Aug 28, 2024
Works towards se-sic#138. Signed-off-by: Maximilian Löffler <s8maloef@stud.uni-saarland.de>
maxloeffler
added a commit
to maxloeffler/coronet
that referenced
this issue
Sep 2, 2024
Add a function that takes a network as input and simply removes all edges that are exact duplicates of each other. Works towards se-sic#138. Signed-off-by: Maximilian Löffler <s8maloef@stud.uni-saarland.de>
maxloeffler
added a commit
to maxloeffler/coronet
that referenced
this issue
Sep 2, 2024
Works towards se-sic#138. Signed-off-by: Maximilian Löffler <s8maloef@stud.uni-saarland.de>
maxloeffler
added a commit
to maxloeffler/coronet
that referenced
this issue
Sep 10, 2024
Add a function that takes a network as input and simply removes all edges that are exact duplicates of each other. Works towards se-sic#138. Signed-off-by: Maximilian Löffler <s8maloef@stud.uni-saarland.de>
maxloeffler
added a commit
to maxloeffler/coronet
that referenced
this issue
Sep 10, 2024
Works towards se-sic#138. Signed-off-by: Maximilian Löffler <s8maloef@stud.uni-saarland.de>
maxloeffler
added a commit
to maxloeffler/coronet
that referenced
this issue
Sep 10, 2024
Add a function that takes a network as input and simply removes all edges that are exact duplicates of each other. Works towards se-sic#138. Signed-off-by: Maximilian Löffler <s8maloef@stud.uni-saarland.de>
maxloeffler
added a commit
to maxloeffler/coronet
that referenced
this issue
Sep 10, 2024
Works towards se-sic#138. Signed-off-by: Maximilian Löffler <s8maloef@stud.uni-saarland.de>
maxloeffler
added a commit
to maxloeffler/coronet
that referenced
this issue
Sep 11, 2024
Add a function that takes a network as input and simply removes all edges that are exact duplicates of each other. Works towards se-sic#138. Signed-off-by: Maximilian Löffler <s8maloef@stud.uni-saarland.de>
maxloeffler
added a commit
to maxloeffler/coronet
that referenced
this issue
Sep 11, 2024
Works towards se-sic#138. Signed-off-by: Maximilian Löffler <s8maloef@stud.uni-saarland.de>
maxloeffler
added a commit
to maxloeffler/coronet
that referenced
this issue
Sep 12, 2024
Works towards se-sic#138. Signed-off-by: Maximilian Löffler <s8maloef@stud.uni-saarland.de>
Leo-Send
pushed a commit
to Leo-Send/coronet
that referenced
this issue
Nov 13, 2024
Add a function that takes a network as input and simply removes all edges that are exact duplicates of each other. Works towards se-sic#138. Signed-off-by: Maximilian Löffler <s8maloef@stud.uni-saarland.de>
Leo-Send
pushed a commit
to Leo-Send/coronet
that referenced
this issue
Nov 13, 2024
Works towards se-sic#138. Signed-off-by: Maximilian Löffler <s8maloef@stud.uni-saarland.de>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
When constructing author networks with respecting the temporal order, we get duplicated edges (having the same ends and exactly the same attributes).
In the discussion of PR #137 (see this comment), we decided that, in the future, it may be useful to have a function which removes duplicated edges and only keeps one of those edges.
The text was updated successfully, but these errors were encountered: