new jalview paper
[jalview.git] / src / jalview / gui / SplashScreen.java
index 6fc4262..9e98d42 100755 (executable)
@@ -212,11 +212,15 @@ public class SplashScreen extends JPanel implements Runnable
                     50, y += fontSize + 4);
     g
             .drawString(
-                    "If  you use Jalview, please cite: Clamp, M., Cuff, J., Searle, S. M. and Barton, G. J. (2004),",
-                    50, y += fontSize + 4);
+                    "If  you use Jalview, please cite: ",50,y+=fontSize+4);
     g
             .drawString(
-                    "\"The Jalview Java Alignment Editor\" Bioinformatics,  2004 20; 426-7.",
-                    50, y += fontSize + 4);
+                    "Waterhouse, A.M., Procter, J.B., Martin, D.M.A, Clamp, M. and Barton, G. J. (2009)",50,y+=fontSize+4);
+    g
+            .drawString(
+                    "Jalview Version 2 - a multiple sequence alignment editor and analysis workbench",50,y+=fontSize+4);
+    g
+            .drawString(
+                    "Bioinformatics doi: 10.1093/bioinformatics/btp033",50,y+=fontSize+4);
   }
 }