Skip to content

Commit 9a98294

Browse files
committed
Added contact information
1 parent ed620e6 commit 9a98294

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README-SIG.txt

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,11 @@ To parse the phylogenetic tree files (.nwk) that we given to us by our client, w
1010
Please do not grade this newick package with, because this is not our code, and should be treated as a library.
1111

1212
- Component balance property
13-
We scored 0.6 on the component balance property at the last SIG grading. Since our project consists of loading multiple data strains and combine them to make a single graph, we need big data structures. That's why our data package is that big, it contains all the classes that hold data and classes that wrap nodes to achieve semantic zooming. After this low grade we reconsidered our package structure and came to the conclusion that moving classes and packages to balance the components doesn't make any sense, except for a ui package. It's more logical to put all of the data classes in the data package with the result that this package may be bigger than others.
13+
We scored 0.6 on the component balance property at the last SIG grading. Since our project consists of loading multiple data strains and combine them to make a single graph, we need big data structures. That's why our data package is that big, it contains all the classes that hold data and classes that wrap nodes to achieve semantic zooming. After this low grade we reconsidered our package structure and came to the conclusion that moving classes and packages to balance the components doesn't make any sense, except for a ui package. It's more logical to put all of the data classes in the data package with the result that this package may be bigger than others.
14+
15+
Contact:
16+
17+
Boris Mattijssen [email protected]
18+
Mathieu Post [email protected]
19+
Sam Smulders [email protected]
20+
Kasper Wendel [email protected]

0 commit comments

Comments
 (0)