diff --git a/misc-scripts/xref_projection/submit_projections.pl b/misc-scripts/xref_projection/submit_projections.pl
index f08492c45a61506b599a3cc4a4a0ed15f206ee19..90b2f780b474d6d0a791168cac4f52d441c9aea0 100644
--- a/misc-scripts/xref_projection/submit_projections.pl
+++ b/misc-scripts/xref_projection/submit_projections.pl
@@ -62,7 +62,6 @@ my @names_1_many = (["human", "zebrafish"  ],
 		    ["human", "fugu"       ],
 		    ["human", "stickleback"]);
 
-
 my @go_terms = (["human",      "mouse"     ],
 		["human",      "rat"       ],
 		["human",      "dog"       ],
@@ -71,20 +70,52 @@ my @go_terms = (["human",      "mouse"     ],
 		["human",      "chimp"     ],
 		["human",      "macaque"   ],
 		["human",      "guinea_pig"],
-		["drosophila", "anopheles" ],
-		["drosophila", "aedes"     ],
+		["human",      "bushbaby"  ],
+		["human",      "rabbit"    ],
+		["human",      "cat"       ],
+		["human",      "pig"       ],
+		["human",      "shrew"     ],
+		["human",      "western_european_hedgehog"],
+		["human",      "microbat"  ],
+		["human",      "armadillo" ],
+		["human",      "elephant"  ],
+		["human",      "tenrec"    ],
+		["human",      "opossum"   ],
+		["human",      "platypus"  ],
+		["human",      "squirrel"  ],
+		["human",      "tree_shrew"],
 		["mouse",      "human"     ],
 		["mouse",      "rat"       ],
 		["mouse",      "dog"       ],
 		["mouse",      "chicken"   ],
 		["mouse",      "cow"       ],
+		["mouse",      "chimp"     ],
+		["mouse",      "macaque"   ],
+		["mouse",      "guinea_pig"],
+		["mouse",      "bushbaby"  ],
+		["mouse",      "rabbit"    ],
+		["mouse",      "cat"       ],
+		["mouse",      "pig"       ],
+		["mouse",      "shrew"     ],
+		["mouse",      "western_european_hedgehog"],
+		["mouse",      "microbat"  ],
+		["mouse",      "armadillo" ],
+		["mouse",      "elephant"  ],
+		["mouse",      "tenrec"    ],
+		["mouse",      "opossum"   ],
+		["mouse",      "platypus"  ],
+		["mouse",      "squirrel"  ],
+		["mouse",      "tree_shrew"],
 		["rat",        "human"     ],
 		["rat",        "mouse"     ],
+		["drosophila", "anopheles" ],
+		["drosophila", "aedes"     ],
 		["danio",      "xenopus"   ],
 		["danio",      "fugu"      ],
 		["danio",      "tetraodon" ],
 		["xenopus",    "danio"     ]);
 
+
 my ($from, $to, $o, $e, $n);
 
 # ----------------------------------------