FatalError since upgrade to CS5

Hi everyone,
I'm having trouble with a script that served me well for a couple years, but since I upgraded to CS 5, I'm getting the error below:
FatalError: General Photoshop error occurred. This functionality may not be available in this version of Photoshop.
- <no additional information available>
It seems like the script can't properly create the folder in which it should save the images. I also noticed that my error log isn't created as well.
I've try with some folders manually created and it ran just fine...
So I think this point to permission issues, but I'm not sure... or perhaps a change between CS3 and CS5 is messing things up... but I've read the CS5 doc and it looks like my script shoud still run properly...
Here's the code (the part that seems to fail is the folder creation in the exportImage function)
// export settings
function exportImage(quality,width,height,suffix,extension)
    var saveOptions = new ExportOptionsSaveForWeb();
           saveOptions.quality = quality;
           saveOptions.format = SaveDocumentType.JPEG;
    var targetWidth = new UnitValue(width,"px");
    var targetHeight = new UnitValue(height,"px");
    docRef.resizeImage(targetWidth,targetHeight);
    //Bunch of names lookup to figure out the image orientation
    try
        if (docRef.name.indexOf ("000", 0) != -1 || docRef.name.indexOf ("315", 0) != -1 || docRef.name.indexOf ("045", 0) != -1)
            var     fileName     = docRef.name.substring(0, 11);
        else
            if (docRef.name.indexOf ("135", 0) != -1 || docRef.name.indexOf ("180", 0) != -1 || docRef.name.indexOf ("225", 0) != -1)
                var     fileName     = docRef.name.substring(0, 11) + "d";
            else
                if (docRef.name.indexOf ("d", 11) == -1) // Check for already flagged "back" images
                    var     fileName     = docRef.name.substring(0, 11);
                else
                    var     fileName     = docRef.name.substring(0, 12);
        var folderName = docRef.name.substring(0, 7);
        var fileFolder = new Folder(outputFolder+"/"+folderName); // Create folder named as fileName
        if(!fileFolder.exists) fileFolder.create();
        var jpgFile = new File(fileFolder + "/" + fileName + suffix + extension);
        if (!jpgFile.exists)
            docRef.exportDocument(jpgFile, ExportType.SAVEFORWEB, saveOptions);
    catch (e)
         alert("Error encountered when saving the image (" + fileName + suffix + extension + ")! \r\r" + e);
// Main instructions
var startDisplayDialogs = app.displayDialogs;     // Save the current preferences
app.displayDialogs = DialogModes.NO;     // Set Photoshop to use pixels and display no dialogs
app.preferences.typeUnits = TypeUnits.PIXELS;
var inputFolder  = Folder.selectDialog("Select the folder containing the source images")     // ask the user for the input folder
var outputFolder  = Folder.selectDialog("Select a folder for the output images") // ask the user for the output folder
// see if we got something interesting from the dialog
if (inputFolder != null && outputFolder != null)
    var fileList = inputFolder.getFiles();
    // get all the files found in this folder
        for (var i = 0; i < fileList.length; i++)
            try {
                // open each one in turn
                if (fileList[i] instanceof File && fileList[i].hidden == false) // The fileList includes both folders and files so open only files
                    var     docRef                     = open(fileList[i]) // get a reference to the new document
                    var     docWidth                 = docRef.width.value;
                    var     docHeight                 = docRef.height.value;
                    var     bgColor                    = new SolidColor(); //set bgColor to white
                            bgColor.rgb.red     = 255;
                            bgColor.rgb.green     = 255;
                            bgColor.rgb.blue     = 255;
                    app.backgroundColor    = bgColor;
                    //resize canvas to a 1:1 ratio
                    if ( docWidth > docHeight )
                        docRef.resizeCanvas(docWidth,docWidth);
                    else
                        docRef.resizeCanvas(docHeight,docHeight);
                    //Make images...
                    exportImage(60,300,300,"",".jpg"); // Large image
                    if (docRef.name.indexOf ("d", 0) == -1) // Large back image
                        exportImage(60,75,75,"_th",".jpg"); // Thumbnail image
                    docRef.close(SaveOptions.DONOTSAVECHANGES);
            catch (e)
                var file    = new File('~/ps-error.log');  //this is your error report!
                file.open('e');
                file.writeln (e);
                file.close();
//Run the job   
app.displayDialogs = startDisplayDialogs

here the part that fails::
     var folderName = docRef.name.substring(0, 7);
     var fileFolder = new Folder(outputFolder+"/"+folderName); // Create folder named as fileName
        if(!fileFolder.exists) fileFolder.create(); //Return TRUE, so looks like all is well but...
        var jpgFile = new File(fileFolder + "/" + fileName + suffix + extension);
        if (!jpgFile.exists)
            docRef.exportDocument(jpgFile, ExportType.SAVEFORWEB, saveOptions); // throw an FatalError!

Similar Messages

  • Uninstall CS5 since upgraded to CS5.5?

    As a student I purchased Adobe Master Suite Collection CS5 with the option to upgrade to CS5.5 when it was released. I did upgrade to CS5.5 (yes, this was some time ago), but it left CS5 in my computer. I now have both CS5 and CS5.5 in my computer using up space. Is it possible to uninstall CS5? Or does the upgrade require CS5 to remain?

    There is no technical requirement to leave older versions in place, just be aware that uninstalling it after the fact will damage your CS5.5 since it removes certain shared components. A reinstall of CS 5.5 will most definitely be required.
    Mylenium

  • CS5 purchase upgrade to CS5.5

    Hello!
    When I purchased CS5 my business partner and I were both eligable for the free upgrade to CS5.5 to be sent to us. She got hers but for some reason I never got mine and it slipped my mind. Now she is sending me files that she has worked on and I can't open because I don't have the upgrade. Is it possible to still get the upgrade since I was supposed to anyway?
    Your help is greatly appreciated. Thanks
    Christina

    Contact sales support.
    Mylenium

  • Photoshop CS6 issue with shortcuts and my keyboard after upgrade from CS5

    I recently upgraded from CS5 Extended to CS6 Extended on my Mac (Mavericks), but installed it in English instead of German this time. I transferred most of my presets just fine, but none of the keyboard shortcuts were working. All I got was an unequal sign for all shortcuts and even manually changing them didn't get them to work. I found a few discussions about this issue and ended up adding a German keyboard, as I am always on the Romaji setting of my Kotoeri (Japanese) keyboard. That seemed to solve the issue, but only if I change to the German keyboard before opening Photoshop. Shortcuts don't work in CS5 anymore either unless I do. Sometimes the shortcuts also stop working a while after I change back to the Kotoeri keyboard.
    Now I would like to know if there is any way to get around this issue. Isn't there a way to get my shortcuts working again without constantly having to change keyboards? I much prefer the Kotoeri one since the icon for the German keyboard in my menu bar looks extremely obnoxious, in my opinion. It's mostly a cosmetic thing to me, but I would love to get everything back to the way it was before.
    I'd much appreciate any advice or help.

    I am having a similar problem. Just upgraded to Apple Yosemite and all none of my keyboard shortcuts are working in a clean install of Photoshop CS6. Every menu item has some form of the ≠ sign. I've trashed the .plist file, rebuilt permissions, etc. Even basic keyboard commands, like Command-N for NEW or Command-Q for QUIT do not work. In fact, many don't show up in the menu at all. I don't have this issue in InDesign CS6 or Illustrator CS6. Every once in awhile, maybe 1 time out of 20, menus and keyboard shortcuts work properly, but I can't find any pattern.

  • Since upgrading to windows 8.1 I can not see any local files in the files window.

    I have recently upgraded to windows 8.1 and can no longer see my local files in the files window. All remote files for all remote sites are visable.
    If I change sites under local view get error thet dreamweaver can not update cache

    Thanks Nancy
    It certainly worked in windows 8.
    I have deactivated and am trying to reload software inside of windows 8.1.
    Will let you know.
    Thanks again
    Terry
    Date: Fri, 1 Nov 2013 12:13:57 -0700
    From: [email protected]
    To: [email protected]
    Subject: Since upgrading to windows 8.1 I can not see any local files in the files window.
        Re: Since upgrading to windows 8.1 I can not see any local files in the files window.
        created by Nancy O. in Dreamweaver support forum - View the full discussion
    I honestly don't know if DW CS5 is compatible with Win 8.1.  The OS compatibility FAQ only mentions DW CS6 & CC.
    http://helpx.adobe.com/x-productkb/global/windows-8-1-compatability.ht ml
    Maybe someone else can shed more light on this.
      Nancy O.
         Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/5807551#5807551
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/5807551#5807551
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/5807551#5807551. In the Actions box on the right, click the Stop Email Notifications link.
               Start a new discussion in Dreamweaver support forum at Adobe Community
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • Upgraded to CS5 Illustrator form CS3 Illustrator. Colors are not printing correctly in CS5

                                                I have just recently purchased CS5 Premium Suite.  I am working with Illustrator.  When I print my CS3  Illustrator files in CS5 the colors are not printing correctly.  Is there a way to fix this problem

    I've been doing more troubleshooting since I wrote this post. I've now tried printing from a non-Adobe app and I'm getting the same margin error. So it is definitely a Xerox issue and I have a tech coming out on Monday.
    The reason I originally figured it must be an CS5 issue is because just two weeks ago when I was using CS2, our landscape-oriented programs were printing with .25" margins as they should. Then last week after upgrading to CS5, the inside page (2nd page) was noticeably out of whack and shifted to the right (not left). But when I started trying to troubleshoot this week, everything started shifting to the left.
    The only thing different between those two weeks was the fact I updated to CS5.
    But obviously, my printer as decided to go to crap in more ways than one all in a two week period. Hopefully the tech can sort it out next Monday.
    Thanks!
    Christi

  • CC 7.1: Ridiculous render times since upgrading to mavericks

    This is my first time editing a project in Premiere Pro CC7.1 since upgrading to Mavericks. Playback was running very glitchy while trying to play a very simple composition imported from AE. Just a basic motion graphic, nothing too heavy. My computer froze and reset 2 times while trying to play it before rendering, so I am now rendering the sequence to see if this will solve the issue and it's rendering 1 frame every 15-20 seconds.
    In the past this same operation would have taken 10-15 seconds total to render.
    I'm using a brand new MacBook Pro Retina 15" 2.7GHz with 16GB of RAM.
    Has anyone else had this issue and/or any suggestions on how to fix it?
    Thanks in advance!!

    I have been seeing this and a wide variety of similar problems - the Adobe-Mac community appears to be exploding on the issue of CC and Macs/Mavericks esp. in the last few weeks. A ton of problems people are having after a recent update of Adobe CC program or programs. I see blame being tossed everywhere, and this doesn't look like it's going to die down and go away by itself.
    Just my .02, but...
    Every major OS upgrade is going to throw off problems with 3rd party (and even 1st party) software as developers identify and squash bugs and incompatibilities - this can take months to work itself out. And is a predicable outcome from having multiple programmers working independently on anything that works together.
    Rolling back an OS is often not a viable option. Rolling back a software update is usually easier. Messing about with lots of moving parts can easily compound a problem. So can skipping a step in a complicated set of instructions or following the wrong set of instructions.
    A recommendation based on my personal opinion & 20+ years of experience: Don't try to roll back Mavericks, but do roll back to the previous version of CC (before 7.1). If you use Time Machine (and it ran after the Mavericks upgrade and before the CC 7.1 update), this should be pretty easy to do.
    Take the time to first make a complete & manual backup of your system to an external drive (if you've got the money, a clone of your hard drive, otherwise an image of your hard drive on something other than your internal hard drive), and a separate live backup of your personal files on an external drive. Just in case...
    If you don't/didn't use Time Capsule or the above didn't solve the problem, then you might need to consider one of two options:
    Uninstall CC completely, and install CC 'one version' prior to the one that gave you problems. So if you're using Pr 7.1, go back to 7.0. Here's instructions on how to completely remove CC: http://helpx.adobe.com/creative-suite/kb/cs5-cleaner-tool-installation-problems.html and here's instructions for how to get an older version of a CC program: http://helpx.adobe.com/creative-cloud/kb/download-previous-versions-creative-applications. html or http://www.adobe.com/support/downloads/product.jsp?product=98&platform=Macintosh
    Rollback the OS to Mountain Lion, but recognize this isn't a trivial exercise and may result in compounding problems, esp. if you ignore a first step of taking a complete backup and/or don't follow the instructions to the letter. Here's a tutorial: https://discussions.apple.com/docs/DOC-6162
    Here's a related thread (one of many) with useful info: http://forums.adobe.com/message/5983648#5983648
    Like brain surgery (which I've had!), results can vary from one system to another, and you need to own treating every computer as a unique entity. It's hard to exactly replicate a problem even with identical hardware and software/OS. That's another way of saying that all of this is not an iron-clad fix for your problems (my disclaimer) - use at your own risk.
    And when you're out of the heat of the moment, please take this opportunity to learn the lesson of backup (that 97% of computer users haven't), and recognize that Time Machine is so very worthwhile to have in your wheelhouse.
    Those of us in production environments (or not) can certainly choose to play the blame game, but imo these problems are a result of all our choices:
    Apple for not allowing more extensive beta testing
    Adobe for not taking full advantage of said beta testing
    Power/production users for upgrading anything in a production environment before a) enough time has gone by that show-stopper problems are both identified and resolved and/or b) deploying on a non-production machine and fully testing before trying it out on a production machine.
    Being in a production environment to me equates to balancing a need for current software/features against having a stable working environment. I generally put more emphasis on the latter. This is another lesson to learn once you're beyond the heat of the moment and to then keep in your wheelhouse.
    And please Adobe:
    Own the problem (even if you don't publicly admit it here or anywhere else - I'm personally fine with that)
    Don't point fingers, it stirs a pot not worth stirring
    Figure out the problem and fix it! It's gonna take time, so please get started if you haven't already.
    Giving us progress updates would be nice, but if that's too hard or reputationally risky, skip that but keep working on fixing the problem. Please?

  • After upgrading to CS5, printing PDFs has become a nightmare!

    After upgrading to CS5, printing PDFs has become a nightmare!
    For example,
    1. It would never finish printing the file, just the first so many pages. So... 
    2. I updated the driver, and then I could print one copy only without problems. But...
    3. I can never print more than one copy of a PDF without collate mis-sequence problems. It just does not print one whole copy before printing the next copy. And it goes back and forth printing some of the first copy, then the second, then a few pages from the first, etc. Eventually it all prints, but they are mixed up sequentially. But some pages are in order.  And...
    4. It prints soooo slow compared to before.
    I upgraded from CS3
    My printer is a Ricoh SP C420DN Color Laser Printer
    Pat-

    Partrick David Yanello wrote:
    All I know is that before I could print fine and fast and in any quantity I wanted (while using CS3 Indesign exported PDFs and Booklet Spreads on my latest and greatest printer, a Color Ricoh SP C420 DN).
    But now, since I upgraded to a Master Suite of CS5, at first it would never print the whole file, even once. And when I upgraded to the Universal Print Driver, and or any other drivers, it will only print one copy of a PDF without mis-sequencing the printed pages, and it is so slow. It is worthless.
    Pat-
    P.S. I think I need to try to call Ricoh or something, but will that work? Sigh!
    Yeah, this sounds like a general print driver problem with the newer versions of the Adobe products, not just Acrobat or ID. Ricoh may or may not have an updated driver, but theyare definitely the ones to ask.
    You haven't told us the OS... Some Mac users have had good luck, I think, using the CUPS drivers with problem printers when the manufacturer doesn't have a solution, but I'm a Windows guy, so don't do much with Mac printing.

  • Upgraded to CS5 and duplex landscape printing if way off

    Since upgrading to Indesign CS5 from actually CS2, I cannot get landscape duplex printing to align properly (centered as it is on screen). I have troubleshooted the Print Setup dialog box to death and nothing fixes this issue. I've tried Centered, Centered Vertically, Centered Horizontally, I've tried to scale down to fit, nothing works properly. I've gone through and checked the Printer... options as well and nothing seems amiss there either. Why would updating from a previous version mess with the printer alignment?
    I made a brand new 8.5x11 document with 2 pages with .25" margins all the way around which is my printer's smallest margin setting (Xerox 8560DN). I then simply drew a box around the entire document right along the margins on both sides.
    When I print it, the front side is shifted over to the left so it prints 5/32 of an inch from the edge and the right margin is 11/32 from the edge. The back side is a bit less shifted to left with 7/32 and 9/32 margins.
    I then tried printing a sheet that is in portrait mode and this comes a bit closer to with both sides off at the 7/32 and 9/32 margins.
    I really need help figuring this out. The document that I need printed has a perforation going down the center and is folded so these margin differences are really skewing the print outs.
    Thanks!
    Christi
    Update: I tried exporting it as a PDF and making sure Shrink to fit option was NOT selected and it still prints with the same issues. Darn, I was hoping that would solve it.

    I've been doing more troubleshooting since I wrote this post. I've now tried printing from a non-Adobe app and I'm getting the same margin error. So it is definitely a Xerox issue and I have a tech coming out on Monday.
    The reason I originally figured it must be an CS5 issue is because just two weeks ago when I was using CS2, our landscape-oriented programs were printing with .25" margins as they should. Then last week after upgrading to CS5, the inside page (2nd page) was noticeably out of whack and shifted to the right (not left). But when I started trying to troubleshoot this week, everything started shifting to the left.
    The only thing different between those two weeks was the fact I updated to CS5.
    But obviously, my printer as decided to go to crap in more ways than one all in a two week period. Hopefully the tech can sort it out next Monday.
    Thanks!
    Christi

  • Newbie problem with upgrade to CS5 and editing in Design view

    I'm a newbie working on my first website. I built the site in CS3. I have 3 template pages, each containg editable regions, and numerous pages created from each template. I had no problem working with the pages in CS3- I could edit the content in either Code or Design view.
    I have now upgraded to CS5. The other change is I had to move the site to another machine, as CS5 does not support my older generation Mac. The problem I am having:
    If I open the index.html template or the page based on it, everything works fine. I can edit in both Code and Design views. When I open any page based on my other two templates, I can edit in Code view, but when I try to type in the editable areas on the page in Design View, I simply see a "circle with a slash in it" icon indicating I can't type anything. If I Preview the pages, the existing content is visible, all links work etc.
    Being a newbie, editing in Design view is easiest(and probably safest). It seems like this should not be happening in any case? I am too inexperienced to know where to start. I have seen some posts regarding similar issues, but nothing exactly the same. I am really hoping it is just some silly mistake I am making...Any ideas would be much appreciated.
    Mac OS X ver 10.5.8
    Thanks,
    Maura

    I'm sorry, I'm afraid I haven't gotten to the uploading part yet:(
    I'll just copy the code from one of the pages that is not editable. Let me know if this is not what you need.
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml"><!-- InstanceBegin template="/Templates/backgroundPage_sub_noSubMenu.dwt" codeOutsideHTMLIsLocked="false" -->
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <!-- InstanceBeginEditable name="doctitle" -->
    <title>Publications, X. tropicalis, Mustafa Khokha Developmental Biology Lab (Xenopus tropicalis), Yale School of Medicine.html</title>
    <!-- InstanceEndEditable -->
    <style type="text/css">
    <!--
    .SearchKhokhaLab {
    font-size: 75%;
    padding-top: 0%;
    top: 0px;
    position: relative;
    width: auto;
    body  {
    background: #666666;
    margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
    padding: 0;
    text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 100%;
    height: auto;
    width: auto;
    .twoColHybLtHdr #container {
    background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
    border: 1px solid #000000;
    text-align: left;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    position: relative;
    height: 80%;
    width: 850px;
    overflow: auto;
    .twoColHybLtHdr #header {
    background: #DDDDDD;
    padding: 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
    .twoColHybLtHdr #header h1 {
    margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
    padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
    /* Tips for sidebar1:
    1. Since we are working in relative units, it's best not to use padding on the sidebar. It will be added to the overall width for standards compliant browsers creating an unknown actual width.
    2. Since em units are used for the sidebar value, be aware that its width will vary with different default text sizes.
    3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColHybLtHdr #sidebar1 p" rule.
    .twoColHybLtHdr #sidebar1 {
    float: left;
    width: 12em; /* since this element is floated, a width must be given */
    background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
    padding: 15px 0;
    .twoColHybLtHdr #sidebar1 h3, .twoColHybLtHdr #sidebar1 p {
    margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
    margin-right: 10px;
    /* Tips for mainContent:
    1. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
    2. Be aware it is possible to cause float drop (the dropping of the non-floated mainContent area below the sidebar) if an element wider than it can contain is placed within the mainContent div. WIth a hybrid layout (percentage-based overall width with em-based sidebar), it may not be possible to calculate the exact width available. If the user's text size is larger than average, you will have a wider sidebar div and thus, less room in the mainContent div. You should be aware of this limitation - especially if the client is adding content with Contribute.
    3. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This may help avoid several IE-specific bugs.
    .twoColHybLtHdr #mainContent {
    border-left-color: #666666;
    border-left-style: solid;
    border-left-width: thin;
    padding-left: 1em;
    margin-top: 0;
    margin-right: 20px;
    margin-bottom: 0;
    margin-left: 12em;
    .twoColHybLtHdr #footer {
    padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
    background:#DDDDDD;
    .twoColHybLtHdr #footer p {
    margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
    padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
    /* Miscellaneous classes for reuse */
    .fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
    float: right;
    margin-left: 8px;
    .fltlft { /* this class can be used to float an element left in your page */
    float: left;
    margin-right: 8px;
    .clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
    clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    -->
    </style>
    <!--[if IE]>
    <style type="text/css">
    /* place css fixes for all versions of IE in this conditional comment */
    .twoColHybLtHdr #sidebar1 { padding-top: 30px; }
    .twoColHybLtHdr #mainContent { zoom: 1; padding-top: 15px; }
    /* the above proprietary zoom property gives IE the hasLayout it may need to avoid several bugs */
    </style>
    <![endif]-->
    <script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
    <link href="SpryAssets/SpryMenuBarVertical.css" rel="stylesheet" type="text/css" />
    <!-- InstanceBeginEditable name="head" -->
    <style type="text/css">
    <!--
    p.MsoNormal {
    margin:0in;
    margin-bottom:.0001pt;
    font-size:12.0pt;
    font-family:"Times New Roman";
    -->
    </style>
    <!-- InstanceEndEditable -->
    <style type="text/css">
    <!--
    -->
    </style>
    <link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
    <link href="myTropStyles.css" rel="stylesheet" type="text/css" />
    </head>
    <body class="twoColHybLtHdr">
    <div id="container">
      <div id="header">
        <h1><!-- InstanceBeginEditable name="titleSubPage" --><a name="topsubpages" id="topsubpages"></a>Khokha Lab Website<!-- InstanceEndEditable --></h1>
    <ul id="topMenu" class="MenuBarHorizontal">
              <li><a href="index.html">Home</a>              </li>
          <li><a href="contactUs.html" class="MenuBarHorizontal">Contact Us</a></li>
          <li><a class="MenuBarItemSubmenu" href="#">About Us</a>
          <ul>
                <li><a href="labMembers.html">Lab members</a></li>
              <li><a href="projects.html">Projects</a></li>
            </ul>
          </li>
          <li><a href="publications.html" title="Publications">Publications</a></li>
          <li><a href="http://tropicalis.yale.edu/request_frogs/frogs.html" title="Request frogs">Request Frogs</a></li>
          <li><a href="labMeetingSchedule.html" title="Lab Meeting Schedule">Lab Meeting Schedule</a></li>
          <li><a href="#" class="MenuBarItemSubmenu">Quick Links</a>
            <ul>
              <li><a href="https://portal.yale.edu/render.userLayoutRootNode.uP" title="Yale Portal" target="_blank">Yale Portal</a></li>
              <li><a href="http://yalebiz.yale.edu/transactions/sciquest" title="SciQuest" target="_blank">SciQuest</a></li>
              <li><a href="http://www.neb.com/nebecomm/default.asp" title="NEB" target="_blank">NEB</a></li>
              <li><a href="http://tools.neb.com/NEBcutter2/index.php" title="NEBCutter" target="_blank">NEBCutter</a></li>
              <li><a href="http://frodo.wi.mit.edu/primer3/" title="Primer3" target="_blank">Primer3</a></li>
              <li><a href="http://www.bioinformatics.nl/cgi-bin/primer3plus/primer3plus.cgi" title="Primer 3 Plus" target="_blank">Primer3 Plus</a></li>
              <li><a href="http://www.fermentas.com/en/home" title="Fermentas" target="_blank">Fermentas</a></li>
              <li><a href="http://www.invitrogen.com/site/us/en/home.html" title="Invitrogen" target="_blank">Invitrogen</a></li>
            </ul>
          </li>
        </ul>
       <p>
         <!-- end #header -->
       </p>
      </div>
      <div id="sidebar1"><span class="SearchKhokhaLab">
        Search Khokha Lab site
        </span>
    <tr>
      <td height="69">
      <form id="cse-search-box" action="http://www.google.com/cse">
    <input type="hidden" name="cx" value="005937655168220763994:nym0qizbzne"> <input type="hidden" name="ie" value="UTF-8"> <input type="text" name="q" size="22">
    <input name="sa" type="submit" class="twoColHybLtHdr" value="Search">
          </form>
          <script type="text/javascript" src="http://www.google.com/cse/brand?form=cse-search-box&lang=en"></script> </td>
        </tr>
    <tr>
    <td class="headlink"> </td>
    </tr>
        <ul id="sidebarMenu" class="MenuBarVertical">
                <li><a href="genomicResources/genomicResources_websites.html" class="MenuBarItemSubmenu">Projects</a>
                  <ul>
                    <li><a href="projects.html">Projects</a></li>
                    <li><a href="labMembers.html">Lab members</a></li>
                  </ul>
            </li>
      <li><a href="#" class="MenuBarItemSubmenu">Husbandry</a>
              <ul>
                <li><a href="#">Housing</a></li>
                <li><a href="#">Raising Tads/Frogs</a></li>
                <li><a href="#">Sexing Trops</a></li>
                <li><a href="#">Lab Care</a></li>
                <li><a href="#">Disease</a></li>
                <li><a href="#">Database</a></li>
                <li><a href="#">Tagging Frogs/ID</a></li>
                <li><a href="#">Shipping Frogs</a></li>
              </ul>
            </li>
      <li><a class="MenuBarItemSubmenu" href="obtainEmbryos/obtainEmbyros_Main.html">Obtain Embryos</a>
                <ul>
                  <li><a href="obtainEmbryos/obtainEmbryos_hCG.html">hCG injection</a>              </li>
                  <li><a href="obtainEmbryos/obtainEmbryos_naturalMatings.html">Natural matings</a></li>
                  <li><a href="obtainEmbryos/obtainEmbryos_IsolateTestes.html">Isolating Testis</a></li>
                  <li><a href="obtainEmbryos/obtainEmbryos_SqueezFemales.html">Squeezing females</a></li>
                  <li><a href="obtainEmbryos/obtainEmbryos_IVF.html">IVF</a></li>
                  <li><a href="obtainEmbryos/obtainEmbryos_deJelly.html">De-Jelly</a></li>
                  <li><a href="obtainEmbryos/obtainEmbryos_SpermFreeze.html">Sperm Freezing/Storage</a></li>
                  <li><a href="developmentalTable/DevelopmentalTable_main.html">Developmental timetables</a></li>
            </ul>
          </li>
        <li><a href="manipulateEmbryos/manipulateEmbryos_main.html" class="MenuBarItemSubmenu">Manipulate Embryos</a>
              <ul>
                <li><a href="developmentalTable/DevelopmentalTable_main.html">Developmental Timetables</a></li>
                <li><a href="obtainEmbryos/obtainEmbryos_deJelly.html">De-Jelly</a></li>
                <li><a href="manipulateEmbryos/manipulateEmbryos_fixation.html">Fixation</a></li>
                <li><a href="manipulateEmbryos/manipulateEmbryos_haploids/manipulateEmbryos_haploidProtocol.html ">Haploids</a></li>
                <li><a href="manipulateEmbryos/manipulateEmbryos_gynogenesis/manipulateEmbryos_gynogenProtocol.h tml">Gynogenesis</a></li>
                <li><a href="manipulateEmbryos/manipulateEmbryos_gammaMutagenesis.html">Gamma-Ray Mutagenesis</a></li>
                <li><a href="manipulateEmbryos/manipulate_Microinj_main.html">Microinjection</a></li>
                <li><a href="manipulateEmbryos/manipulateEmbryos_morpholinoOligos/manipulateEmbryos_morpholinoOl igos.html">Morpholino Oligos</a></li>
                <li><a href="manipulateEmbryos/manipulateEmbryos_transgenicTech.html">Transgenics</a></li>
              </ul>
            </li>
        <li><a href="visualizeTissues/visualize_main.html" class="MenuBarItemSubmenu">Visualize Tissues/Genes</a>
              <ul>
                <li><a href="visualizeTissues/inSitu/visualize_inSituHyb_main.html">In situ Hybridization</a></li>
                <li><a href="visualizeTissues/AbStaining/visualize_AbStaining.html">Ab Staining</a></li>
                <li><a href="visualizeTissues/TUNELStaining/visualize_TUNELStain.html">TUNEL Staining</a></li>
                <li><a href="visualizeTissues/cartilageStaining/visualize_cartilageStain.html">Cartilage Staining</a></li>
                <li><a href="visualizeTissues/sectioning/visualize_sectionEmbryos.html">Sectioning Embryos</a></li>
                <li><a href="visualizeTissues/HandEStaining/visualize_HandE_Stain.html">H&amp;E Staining</a></li>
                <li><a href="visualizeTissues/inSituLibrary/visualize_tropInSituLibrary.html">Tropicalis in situ Library</a></li>
                </ul>
            </li>
      <li><a href="geneticTechniques/geneticTech_main.html" class="MenuBarItemSubmenu">Genetic Techniques</a>
                <ul>
                  <li><a href="#">Karyotypes</a></li>
                  <li><a href="#">Cytology</a></li>
                  <li><a href="#">Gynogenesis</a></li>
                  <li><a href="#">Isolating Genomic DNA</a></li>
                  <li><a href="http://tropmap.biology.uh.edu/" target="_blank">Genetic Map</a></li>
                  <li><a href="#">Database</a></li>
                  <li><a href="geneticTechniques/geneticTech_ID_main.html">Frog identification Tags</a></li>
                  <li><a href="obtainEmbryos/obtainEmbryos_SpermFreeze.html">Sperm Freezing/Storage</a></li>
                  <li><a href="#">Shipping Frogs</a></li>
                </ul>
            </li>
          <li><a href="protocols/protocols_main.html">Protocols</a></li>
    <li><a href="geneticResources/geneticResources_main.html" class="MenuBarItemSubmenu">Genetic Resources/Tools</a>
              <ul>
                <li><a href="geneticResources/inbredStrains/geneticResources_inbredLines.html">Inbred Lines</a></li>
                <li><a href="geneticResources/mutants/geneticResources_Mutants.html">Mutants</a></li>
                <li><a href="http://tropmap.biology.uh.edu/" target="_blank">Linkage Map</a></li>
                <li><a href="http://tools.neb.com/NEBcutter2/index.php" target="_blank">NEBCutter</a></li>
                <li><a href="http://frodo.wi.mit.edu/primer3/" target="_blank">Primer3</a></li>
                <li><a href="http://www.bioinformatics.nl/cgi-bin/primer3plus/primer3plus.cgi#" target="_blank">Primer3Plus</a></li>
                <li><a href="http://www.bioinformatics.org/sms/index.html">Sequence Manipulation Suite</a></li>
                </ul>
            </li>
        <li><a href="genomicResources/genomicResources_genomicResources.html" class="MenuBarItemSubmenu">Genomic Resources</a>
              <ul>
                <li><a href="http://genome.jgi-psf.org/Xentr4/Xentr4.home.html" target="_blank">Genome @ JGI</a></li>
                <li><a href="http://tropicalis.yale.edu/genomic_resources/genome_seq/genome.html">Genome Sequencing</a></li>
                <li><a href="http://www.metazome.net/" target="_blank">Metazome</a></li>
                <li><a href="genomicResources/genomicResources_fullLengthcDNALib.html">Unique Full Length cDNA Set</a></li>
                <li><a href="genomicResources/genomicResources_ESTs.html">Xenopus ESTs</a></li>
                <li><a href="genomicResources/genomicResources_vectorInformation.html">EST/cDNA Vector Information</a></li>
                <li><a href="http://genomics.nimr.mrc.ac.uk/online/xt-fl-db.html" target="_blank">EST Clusters/Full Length clones</a></li>
                <li><a href="http://tropicalis.yale.edu/genomic_resources/bac/bacs.html" target="_blank">BAC Libraries</a></li>
                <li><a href="http://genomeold.wustl.edu/projects/xenopus/" target="_blank">WashU Mapping</a></li>
                <li><a href="http://tropmap.biology.uh.edu/" target="_blank">Linkage Map @ UH</a></li>
                <li><a href="http://xenopus.nibb.ac.jp/" target="_blank">NIBB XDB</a></li>
                <li><a href="http://www.dkfz.de/de/mol_embryology/" target="_blank">Axeldb</a></li>
                <li><a href="http://www.dcode.org/">Comparative Genomics at LLNL</a></li>
                <li><a href="genomicResources/genomicResources_websites.html">Genomic Websites</a></li>
              </ul>
            </li>
        <li><a href="suppliers/suppliers_main.html" class="MenuBarItemSubmenu">Suppliers</a>
              <ul>
                <li><a href="#" class="MenuBarItemSubmenu">Vivaria</a>
                  <ul>
                    <li><a href="http://www.aquatichabitats.com/" target="_blank">Marine Biotech</a></li>
                    <li><a href="http://www.aquaticeco.com/" target="_blank">Aquatic Ecosystems</a></li>
                  </ul>
                </li>
                <li><a href="#" class="MenuBarItemSubmenu">Frog Diets</a>
                  <ul>
                    <li><a href="http://www.enasco.com/prod/Static?page=xenopus&seqid=0" target="_blank">Nasco</a></li>
                    <li><a href="http://www.hbhnet.com/default.html" target="_blank">HBH</a></li>
                    <li><a href="http://www.herpsupplies.com/" target="_blank">Sera-Micron</a></li>
                  </ul>
                </li>
                <li><a href="http://tropicalis.yale.edu" target="_blank" class="MenuBarItemSubmenu">Frogs</a>
                  <ul>
                    <li><a href="http://tropicalis.yale.edu/request_frogs/frogs.html">Khokha Lab</a></li>
                    <li><a href="http://tropicalis.berkeley.edu/home/request_frogs/frogs.html" target="_blank">Harland Lab</a></li>
                    <li><a href="http://www.enasco.com/prod/Static?page=xenopus&seqid=0" target="_blank">Nasco</a></li>
                  </ul>
                </li>
                </ul>
            </li>
        <li><a href="genomicResources/tropWebSites_main.html">Tropicalis Websites</a>    </li>
      <li><a href="#" class="MenuBarItemSubmenu">Trop Labs</a>
              <ul>
                <li><a href="http://tropicalis.berkeley.edu/home/" title="Harland Lab" target="_blank">Harland Lab</a></li>
                <li><a href="http://faculty.virginia.edu/xtropicalis/" title="Grainger Lab" target="_blank">Grainger</a></li>
                <li><a href="http://personalpages.manchester.ac.uk/staff/enrique.amaya/" title="Amaya Lab" target="_blank">Amaya</a></li>
                <li><a href="http://www.nimr.mrc.ac.uk/research/mike-gilchrist" title="Gilchrist Lab" target="_blank">Gilchrist</a></li>
                <li><a href="http://www.unc.edu/~fconlon/index.htm" title="Conlon Lab" target="_blank">Conlon</a></li>
                <li><a href="http://www.stjuderesearch.org/site/lab/mead" title="Mead Lab" target="_blank">Meade</a></li>
                <li><a href="http://www.sanger.ac.uk/research/projects/vertebratedevelopment/" title="Stemple Lab" target="_blank">Stemple</a></li>
                <li><a href="http://www.nimr.mrc.ac.uk/research/lyle-zimmerman" title="Zimmerman Lab" target="_blank">Zimmerman</a></li>
              </ul>
            </li>
        <li><a href="#" class="MenuBarItemSubmenu">Yale Links</a>
              <ul>
                <li><a href="http://www.yale.edu/" target="_blank">Yale Main Site</a></li>
                <li><a href="http://info.med.yale.edu/ysm/index.html" target="_blank">Yale School of Medicine</a></li>
                <li><a href="http://info.med.yale.edu/ysm/index.html" target="_blank">YSMInfo</a></li>
                <li><a href="https://webmail.med.yale.edu/horde/imp/" target="_blank">Webmail</a></li>
                <li><a href="http://www.med.yale.edu/library/directory.html" target="_blank">Phone Directory</a></li>
                <li><a href="http://www.yale.edu/procurement/index.html" target="_blank">Procurement</a></li>
                <li><a href="https://portal.yale.edu/render.userLayoutRootNode.uP" target="_blank">YalePortal</a></li>
                <li><a href="http://yalebiz.yale.edu/transactions/sciquest" title="SciQuest" target="_blank">SciQuest</a></li>
                <li><a href="http://www.myairmail.com/">TextPage</a></li>
              </ul>
            </li>
        <li><a href="http://cushing.med.yale.edu/electronic/journals" class="MenuBarItemSubmenu">Journals</a>
              <ul>
                <li><a href="http://cushing.med.yale.edu/electronic/journals" target="_blank">Yale Med Library</a></li>
                <li><a href="http://www.nature.com/nature/index.html" target="_blank">Nature</a></li>
                <li><a href="http://www.sciencemag.org/magazine.dtl" target="_blank">Science</a></li>
                <li><a href="http://www.cell.com/" target="_blank">Cell</a></li>
                <li><a href="http://www.cell.com/developmental-cell/home" target="_blank">Developmental Cell</a></li>
                <li><a href="http://www.nature.com/ng/index.html" target="_blank">Nature Genetics</a></li>
                <li><a href="http://dev.biologists.org/" target="_blank">Development</a></li>
                <li><a href="http://www.sciencedirect.com/science?_ob=PublicationURL&_cdi=6766&_pubType=J&_auth=y&_acct =C000050221&_version=1&_urlVersion=0&_userid=10&md5=4d5e3a7e6c096fddbf74f830fba6f5ca" target="_blank">Developmental Biology</a></li>
              </ul>
            </li>
        </ul>
      <p class="SearchKhokhaLab">Mustafa K. Khokha<br />
            <a href="mailto:[email protected]">[email protected]</a><br />
          <a href="http://tropicalis.yale.edu/">http://tropicalis.yale.edu/</a></p>
        <p class="SearchKhokhaLab">Office Location - LCI 409D Ph:(203) 785-4650 <br />
          Mailing Address<br />
          Yale University School of Medicine<br />
          333 Cedar St./LCI 305<br />
          New Haven CT 06520</p>
        <p class="SearchKhokhaLab">Lab Location - FMP 425 Ph: (203) 785-2333</p>
        <p class="SearchKhokhaLab">Express Courier Address<br />
          Yale University School of Medicine<br />
          333 Cedar St/FMP 425<br />
          New Haven CT 06520-8064<br />
          Fax (203) 785-5833</p>
        <p>
          <!-- end #sidebar1 -->
        </p>
      </div>
      <div id="mainContent"><!-- InstanceBeginEditable name="pageContent" -->
        <h2>Khokha Lab X. tropicalis Publications</h2>
        <p class="MsoNormal" style="line-height:18.0pt;text-autospace:none;"><span style="font-family:ArialMT; ">1.</span></p>
        <p class="MsoNormal" style="line-height:18.0pt;text-autospace:none;"><span style="font-family:ArialMT; "><a href="http://www.ncbi.nlm.nih.gov/pubmed/20431018"><span style="text-underline:none; font-size:14.0pt; color:#1722CD; text-decoration:none; ">The genome of the Western clawed frog Xenopus tropicalis.</span></a></span><span style="font-family:ArialMT; font-size:14.0pt; "> </span></p>
        <p class="MsoNormal" style="margin-bottom:2.0pt;line-height:18.0pt;text-autospace:none;"><span style="font-family:ArialMT; font-size:14.0pt; ">Hellsten U, Harland RM, Gilchrist MJ, Hendrix D, Jurka J, Kapitonov V, Ovcharenko I, Putnam NH, Shu S, Taher L, Blitz IL, Blumberg B, Dichmann DS, Dubchak I, Amaya E, Detter JC, Fletcher R, Gerhard DS, Goodstein D, Graves T, Grigoriev IV, Grimwood J, Kawashima T, Lindquist E, Lucas SM, Mead PE, Mitros T, Ogino H, Ohta Y, Poliakov AV, Pollet N, Robert J, Salamov A, Sater AK, Schmutz J, Terry A, Vize PD, Warren WC, Wells D, Wills A, Wilson RK, Zimmerman LB, Zorn AM, Grainger R, Grammer T, Khokha MK, Richardson PM, Rokhsar DS.</span></p>
        <p class="MsoNormal" style="line-height:16.0pt;text-autospace:none;"><span style="font-family:ArialMT; ">Science. 2010 Apr 30;328(5978):633-6.</span></p>
        <p class="MsoNormal" style="line-height:16.0pt;text-autospace:none;"><span style="font-family:ArialMT; color:dimgray; ">PMID: 20431018 [PubMed - indexed for MEDLINE]</span></p>
        <p class="MsoNormal" style="line-height:16.0pt;text-autospace:none;"><span style="font-family:ArialMT; color:dimgray; "><a href="http://www.ncbi.nlm.nih.gov/pubmed?db=pubmed&cmd=link&linkname=pubmed_pubmed&uid=20431018" target="_blank"><span style="text-underline:none; color:#6466AB; text-decoration:none; ">Related citations</span></a></span><span style="font-family:ArialMT; "> </span></p>
        <p class="MsoNormal" style="line-height:18.0pt;text-autospace:none;"><span style="font-family:LucidaGrande; font-size:11.0pt; "> </span></p>
        <p class="MsoNormal" style="line-height:18.0pt;text-autospace:none;"><span style="font-family:ArialMT; font-size:10.0pt; ">2.</span><span style="font-family:ArialMT; "> </span></p>
        <p class="MsoNormal" style="line-height:18.0pt;text-autospace:none;"><span style="font-family:ArialMT; "><a href="http://www.ncbi.nlm.nih.gov/pubmed/19913009" target="_blank"><span style="font-size:14.0pt; color:#1722CD; text-decoration:none; ">BMP antagonists and FGF signaling contribute to different domains of the neural plate in Xenopus.</span></a></span><span style="font-family:ArialMT; font-size:14.0pt; "> </span></p>
        <p class="MsoNormal" style="margin-bottom:2.0pt;line-height:18.0pt;text-autospace:none;"><span style="font-family:ArialMT; font-size:14.0pt; ">Wills AE, Choi VM, Bennett MJ, Khokha MK, Harland RM.</span></p>
        <p class="MsoNormal" style="line-height:16.0pt;text-autospace:none;"><span style="font-family:ArialMT; ">Dev Biol. 2010 Jan 15;337(2):335-50. Epub 2009 Nov 10.</span></p>
        <p class="MsoNormal" style="line-height:16.0pt;text-autospace:none;"><span style="font-family:ArialMT; color:dimgray; ">PMID: 19913009 [PubMed - indexed for MEDLINE]</span></p>
        <p class="MsoNormal" style="line-height:16.0pt;text-autospace:none;"><span style="font-family:ArialMT; color:dimgray; "><a href="http://www.ncbi.nlm.nih.gov/pubmed?db=pubmed&cmd=link&linkname=pubmed_pubmed&uid=19913009" target="_blank"><span style="color:#6466AB; text-decoration:none; ">Related citations</span></a></span><span style="font-family:ArialMT; "> </span></p>
        <p class="MsoNormal" style="line-height:18.0pt;text-autospace:none;"><span style="font-family:LucidaGrande; font-size:11.0pt; "> </span></p>
        <p class="MsoNormal" style="line-height:18.0pt;text-autospace:none;"><span style="font-family:ArialMT; font-size:10.0pt; ">3.</span><span style="font-family:ArialMT; "> </span></p>
        <p class="MsoNormal" style="line-height:18.0pt;text-autospace:none;"><span style="font-family:ArialMT; "><a href="http://www.ncbi.nlm.nih.gov/pubmed/19441086" target="_blank"><span style="font-size:14.0pt; color:#1722CD; text-decoration:none; ">Rapid gynogenetic mapping of Xenopus tropicalis mutations to chromosomes.</span></a></span><span style="font-family:ArialMT; font-size:14.0pt; "> </span></p>
        <p class="MsoNormal" style="margin-bottom:2.0pt;line-height:18.0pt;text-autospace:none;"><span style="font-family:ArialMT; font-size:14.0pt; ">Khokha MK, Krylov V, Reilly MJ, Gall JG, Bhattacharya D, Cheung CY, Kaufman S, Lam DK, Macha J, Ngo C, Prakash N, Schmidt P, Tlapakova T, Trivedi T, Tumova L, Abu-Daya A, Geach T, Vendrell E, Ironfield H, Sinzelle L, Sater AK, Wells DE, Harland RM, Zimmerman LB.</span></p>
        <p class="MsoNormal" style="line-height:16.0pt;text-autospace:none;"><span style="font-family:ArialMT; ">Dev Dyn. 2009 Jun;238(6):1398-46.</span></p>
        <p class="MsoNormal" style="line-height:16.0pt;text-autospace:none;"><span style="font-family:ArialMT; color:dimgray; ">PMID: 19441086 [PubMed - indexed for MEDLINE]</span><span style="font-family:Arial-BoldMT; color:#9A5634; "><strong>Free Article</strong></span><span style="font-family:ArialMT; color:dimgray; "> </span></p>
        <p class="MsoNormal" style="line-height:16.0pt;text-autospace:none;"><span style="font-family:ArialMT; color:dimgray; "><a href="http://www.ncbi.nlm.nih.gov/pubmed?db=pubmed&cmd=link&linkname=pubmed_pubmed&uid=19441086" target="_blank"><span style="color:#6466AB; text-decoration:none; ">Related citations</span></a></span><span style="font-family:ArialMT; "> </span></p>
        <p class="MsoNormal" style="line-height:18.0pt;text-autospace:none;"><span style="font-family:LucidaGrande; font-size:11.0pt; "> </span></p>
        <p class="MsoNormal" style="line-height:18.0pt;text-autospace:none;"><span style="font-family:ArialMT; font-size:10.0pt; ">4.</span><span style="font-family:ArialMT; "> </span></p>
        <p class="MsoNormal" style="line-height:18.0pt;text-autospace:none;"><span style="font-family:ArialMT; "><a href="http://www.ncbi.nlm.nih.gov/pubmed/17651506" target="_blank"><span style="font-size:14.0pt; color:#1722CD; text-decoration:none; ">Accelerated gene evolution and subfunctionalization in the pseudotetraploid frog Xenopus laevis.</span></a></span><span style="font-family:ArialMT; font-size:14.0pt; "> </span></p>
        <p class="MsoNormal" style="margin-bottom:2.0pt;line-height:18.0pt;text-autospace:none;"><span style="font-family:ArialMT; font-size:14.0pt; ">Hellsten U, Khokha MK, Grammer TC, Harland RM, Richardson P, Rokhsar DS.</span></p>
        <p class="MsoNormal" style="line-height:16.0pt;text-autospace:none;"><span style="font-family:ArialMT; ">BMC Biol. 2007 Jul 25;5:31.</span></p>
        <p class="MsoNormal" style="line-height:16.0pt;text-autospace:none;"><span style="font-family:ArialMT; color:dimgray; ">PMID: 17651506 [PubMed - indexed for MEDLINE]</span><span style="font-family:Arial-BoldMT; color:#9A5634; "><strong>Free PMC Article<a href="http://www.ncbi.nlm.nih.gov/pmc/articles/PMC1949811"><span style="text-underline:none; font-family:ArialMT; color:#6466AB; font-weight:normal; text-decoration:none; ">Free text</span></a></strong></span><span style="font-family:ArialMT; color:dimgray; "> </span></p>
        <p class="MsoNormal" style="line-height:16.0pt;text-autospace:none;"><span style="font-family:ArialMT; color:dimgray; "><a href="http://www.ncbi.nlm.nih.gov/pubmed?db=pubmed&cmd=link&linkname=pubmed_pubmed&uid=17651506" target="_blank"><span style="color:#6466AB; text-decoration:none; ">Related citations</span></a></span><span style="font-family:ArialMT; "> </span></p>
        <p class="MsoNormal" style="line-height:18.0pt;text-autospace:none;"><span style="font-family:LucidaGrande; font-size:11.0pt; "> </span></p>
        <p class="MsoNormal" style="line-height:18.0pt;text-autospace:none;"><span style="font-family:ArialMT; font-size:10.0pt; ">5.</span><span style="font-family:ArialMT; "> </span></p>
        <p class="MsoNormal" style="line-height:18.0pt;text-autospace:none;"><span style="font-family:ArialMT; "><a href="http://www.ncbi.nlm.nih.gov/pubmed/16461016" target="_blank"><span style="font-size:14.0pt; color:#1722CD; text-decoration:none; ">Developmental expression of FoxJ1.2, FoxJ2, and FoxQ1 in Xenopus tropicalis.</span></a></span><span style="font-family:ArialMT; font-size:14.0pt; "> </span></p>
        <p class="MsoNormal" style="margin-bottom:2.0pt;line-height:18.0pt;text-autospace:none;"><span style="font-family:ArialMT; font-size:14.0pt; ">Choi VM, Harland RM, Khokha MK.</span></p>
        <p class="MsoNormal" style="line-height:16.0pt;text-autospace:none;"><span style="font-family:ArialMT; ">Gene Expr Patterns. 2006 Jun;6(5):443-7. Epub 2006 Feb 7.</span></p>
        <p class="MsoNormal" style="line-height:16.0pt;text-autospace:none;"><span style="font-family:ArialMT; color:dimgray; ">PMID: 16461016 [PubMed - indexed for MEDLINE]</span></p>
        <p class="MsoNormal" style="line-height:16.0pt;text-autospace:none;"><span style="font-family:ArialMT; color:dimgray; "><a href="http://www.ncbi.nlm.nih.gov/pubmed?db=pubmed&cmd=link&linkname=pubmed_pubmed&uid=16461016" target="_blank"><span style="color:#6466AB; text-decoration:none; ">Related citations</span></a></span><span style="font-family:ArialMT; "> </span></p>
        <p class="MsoNormal" style="line-height:18.0pt;text-autospace:none;"><span style="font-family:LucidaGrande; font-size:11.0pt; "> </span></p>
        <p class="MsoNormal" style="line-height:18.0pt;text-autospace:none;"><span style="font-family:ArialMT; font-size:10.0pt; ">6.</span><span style="font-family:ArialMT; "> </span></p>
        <p class="MsoNormal" style="line-height:18.0pt;text-autospace:none;"><span style="font-family:ArialMT; "><a href="http://www.ncbi.nlm.nih.gov/pubmed/16321373" target="_blank"><span style="font-size:14.0pt; color:#1722CD; text-decoration:none; ">Twisted gastrulation is required for forebrain specification and cooperates with Chordin to inhibit BMP signaling during X. tropicalis gastrulation.</span></a></span><span style="font-family:ArialMT; font-size:14.0pt; "> </span></p>
        <p class="MsoNormal" style="margin-bottom:2.0pt;line-height:18.0pt;text-autospace:none;"><span style="font-family:ArialMT; font-size:14.0pt; ">Wills A, Harland RM, Khokha MK.</span></p>
        <p class="MsoNormal" style="line-height:16.0pt;text-autospace:none;"><span style="font-family:ArialMT; ">Dev Biol. 2006 Jan 1;289(1):166-78.</span></p>
        <p class="MsoNormal" style="line-height:16.0pt;text-autospace:none;"><span style="font-family:ArialMT; color:dimgray; ">PMID: 16321373 [PubMed - indexed for MEDLINE]</span></p>
        <p class="MsoNormal" style="line-height:16.0pt;text-autospace:none;"><span style="font-family:ArialMT; color:dimgray; "><a href="http://www.ncbi.nlm.nih.gov/pubmed?db=pubmed&cmd=link&linkname=pubmed_pubmed&uid=16321373" target="_blank"><span style="color:#6466AB; text-decoration:none; ">Related citations</span></a></span><span style="font-family:ArialMT; "> </span></p>
        <p class="MsoNormal" style="line-height:18.0pt;text-autospace:none;"><span style="font-family:LucidaGrande; font-size:11.0pt; "> </span></p>
        <p class="MsoNormal" style="line-height:18.0pt;text-autospace:none;"><span style="font-family:ArialMT; font-size:10.0pt; ">7.</span><span style="font-family:ArialMT; "> </span></p>
        <p class="MsoNormal" style="line-height:18.0pt;text-autospace:none;"><span style="font-family:ArialMT; "><a href="http://www.ncbi.nlm.nih.gov/pubmed/15975265" target="_blank"><span style="font-size:14.0pt; color:#1722CD; text-decoration:none; ">Strategies for characterising cis-regulatory elements in Xenopus.</span></a></span><span style="font-family:ArialMT; font-size:14.0pt; "> </span></p>
        <p class="MsoNormal" style="margin-bottom:2.0pt;line-height:18.0pt;text-autospace:none;"><span style="font-family:ArialMT; font-size:14.0pt; ">Khokha MK, Loots GG.</span></p>
        <p class="MsoNormal" style="line-height:16.0pt;text-autospace:none;"><span style="font-family:ArialMT; ">Brief Funct Genomic Proteomic. 2005 May;4(1):58-68. Review.</span></p>
        <p class="MsoNormal" style="line-height:16.0pt;text-autospace:none;"><span style="font-family:ArialMT; color:dimgray; ">PMID: 15975265 [PubMed - indexed for MEDLINE]</span><span style="font-family:Arial-BoldMT; color:#9A5634; "><strong>Free Article</strong></span><span style="font-family:ArialMT; color:dimgray; "> </span></p>
        <p class="MsoNormal" style="line-height:16.0pt;text-autospace:none;"><span style="font-family:ArialMT; color:dimgray; "><a href="http://www.ncbi.nlm.nih.gov/pubmed?db=pubmed&cmd=link&linkname=pubmed_pubmed&uid=15975265" target="_blank"><span style="color:#6466AB; text-decoration:none; ">Related citations</span></a></span><span style="font-family:ArialMT; "> </span></p>
        <p class="MsoNormal" style="line-height:18.0pt;text-autospace:none;"><span style="font-family:LucidaGrande; font-size:11.0pt; "> </span></p>
        <p class="MsoNormal" style="line-height:18.0pt;text-autospace:none;"><span style="font-family:ArialMT; font-size:10.0pt; ">8.</span><span style="font-family:ArialMT; "> </span></p>
        <p class="MsoNormal" style="line-height:18.0pt;text-autospace:none;"><span style="font-family:ArialMT; "><a href="http://www.ncbi.nlm.nih.gov/pubmed/15763207" target="_blank"><span style="font-size:14.0pt; color:#1722CD; text-decoration:none; ">Identification of mutants in inbred Xenopus tropicalis.</span></a></span><span style="font-family:ArialMT; font-size:14.0pt; "> </span></p>
        <p class="MsoNormal" style="margin-bottom:2.0pt;line-height:18.0pt;text-autospace:none;"><span style="font-family:ArialMT; font-size:14.0pt; ">Grammer TC, Khokha MK, Lane MA, Lam K, Harland RM.</span></p>
        <p class="MsoNormal" style="line-height:16.0pt;text-autospace:none;"><span style="font-family:ArialMT; ">Mech Dev. 2005 Mar;122(3):263-72.</span></p>
        <p class="MsoNormal" style="line-height:16.0pt;text-autospace:none;"><span style="font-family:ArialMT; color:dimgray; ">PMID: 15763207 [PubMed - indexed for MEDLINE]</span></p>
        <p class="MsoNormal" style="line-height:16.0pt;text-autospace:none;"><span style="font-family:ArialMT; color:dimgray; "><a href="http://www.ncbi.nlm.nih.gov/pubmed?db=pubmed&cmd=link&linkname=pubmed_pubmed&uid=15763207" target="_blank"><span style="color:#6466AB; text-decoration:none; ">Related citations</span></a></span><span style="font-family:ArialMT; "> </span></p>
        <p class="MsoNormal" style="line-height:18.0pt;text-autospace:none;"><span style="font-family:LucidaGrande; font-size:11.0pt; "> </span></p>
        <p class="MsoNormal" style="line-height:18.0pt;text-autospace:none;"><span style="font-family:ArialMT; font-size:10.0pt; ">9.</span><span style="font-family:ArialMT; "> </span></p>
        <p class="MsoNormal" style="line-height:18.0pt;text-autospace:none;"><span style="font-family:ArialMT; "><a href="http://www.ncbi.nlm.nih.gov/pubmed/15737935" target="_blank"><span style="font-size:14.0pt; color:#1722CD; text-decoration:none; ">Depletion of three BMP antagonists from Spemann's organizer leads to a catastrophic loss of dorsal structures.</span></a></span><span style="font-family:ArialMT; font-size:14.0pt; "> </span></p>
        <p class="MsoNormal" style="margin-bottom:2.0pt;line-height:18.0pt;text-autospace:none;"><span style="font-family:ArialMT; font-size:14.0pt; ">Khokha MK, Yeh J, Grammer TC, Harland RM.</span></p>
        <p class="MsoNormal" style="line-height:16.0pt;text-autospace:none;"><span style="font-family:ArialMT; ">Dev Cell. 2005 Mar;8(3):401-11.</span></p>
        <p class="MsoNormal" style="line-height:16.0pt;text-autospace:none;"><span style="font-family:ArialMT; color:dimgray; ">PMID: 15737935 [PubMed - indexed for MEDLINE]</span></p>
        <p class="MsoNormal" style="line-height:16.0pt;text-autospace:none;"><span style="font-family:ArialMT; color:dimgray; "><a href="http://www.ncbi.nlm.nih.gov/pubmed?db=pubmed&cmd=link&linkname=pubmed_pubmed&uid=15737935" target="_blank"><span style="color:#6466AB; text-decoration:none; ">Related citations</span></a></span><span style="font-family:ArialMT; "> </span></p>
        <p class="MsoNormal" style="line-height:18.0pt;text-autospace:none;"><span style="font-family:LucidaGrande; font-size:11.0pt; "> </span></p>
        <p class="MsoNormal" style="line-height:18.0pt;text-autospace:none;"><span style="font-family:ArialMT; font-size:10.0pt; "><a name="TrottMycoPaper" id="TrottMycoPaper"></a>10.</span><span style="font-family:ArialMT; "> </span></p>
        <p class="MsoNormal" style="line-height:18.0pt;text-autospace:none;"><span style="font-family:ArialMT; "><a href="http://www.ncbi.nlm.nih.gov/pubmed/15253278"><span style="font-size:14.0pt; color:#1722CD; text-decoration:none; ">Characterization of a Mycobacterium ulcerans-like infection in a colony of African tropical clawed frogs (Xenopus tropicalis).</span></a></span><span style="font-family:ArialMT; font-size:14.0pt; "> </span></p>
        <p class="MsoNormal" style="margin-bottom:2.0pt;line-height:18.0pt;text-autospace:none;"><span style="font-family:ArialMT; font-size:14.0pt; ">Trott KA, Stacy BA, Lifland BD, Diggs HE, Harland RM, Khokha MK, Grammer TC, Parker JM.</span></p>
        <p class="MsoNormal" style="line-height:16.0pt;text-autospace:none;"><span style="font-family:ArialMT; ">Comp Med. 2004 Jun;54(3):309-17.</span></p>
        <p class="MsoNormal" style="line-height:16.0pt;text-autospace:none;"><span style="font-family:ArialMT; color:dimgray; ">PMID: 15253278 [PubMed - indexed for MEDLINE]</span></p>
        <p class="MsoNormal" style="line-height:16.0pt;text-autospace:none;"><span style="font-family:ArialMT; color:dimgray;

  • I have a Power Mac G5 with Cs4 Quark and I need to upgrade to CS5 - is this possible?

    I have a Power Mac G5 with CS4 Quark and I need to upgrade to CS5.  Is this Possible??  If so what do I need to do??

    This forum is for troubleshooting Apple Software Update for Windows, a software package for Windows designed to update Apple products that run on Windows, and not related to your question in any way.  And since CS is an Adobe product, you should probalby contact them.

  • Can i skip installing CS2 if i have upgrade to CS5.5?

    Ihave CS2 and CS5.5 upgrade discs. Now i have new PC with win8 and my old registrationd on CS2 doesnt work anymore. I have to download all the files for th CS2 again, installit with the provided serial number and then upgrade to cs5.5 or is there a way i ca upgrade directli without even activating the CS2? I want to avoid downloading CS2 all over again since i have it on discs.
    thanks
    M:P

    Hi Michael,
    Have you tried installing the CS5.5 first ? Once you are installing the product, it would ask you for the previous version serial number and then you can enter the CS2 serial number and that should do the job.
    Cheers,
    Kartikay Sharma

  • Upgrade from CS5 to CS5 extended pricing?

    Hi,
    I recently upgraded from CS4 to PS CS5 and now want extended.
    The upgrade price for this is the same as upgrading from any of the previous versions PS CS4, etc. $350
    Originally the upgrade to CS5 from CS4 was $200 and to upgarde from CS4 to CS5 extended was $350.
    So it seems to me I should pay about $150 to upgraded from CS5 to CS5 extended.
    Am I missing something here?
    Could this be right?
    Thanks,
    karen in austin

    Log into your Adobe account and under orders, you should see the order.
    There is a button for returns.
    I'd get that going since it can take a few days for them to get working on it.
    In my experience, they will open a case and you'll need to attach a screenshot of your online credit card statement to prove you were actually charged before they'll credit you back.

  • CS3 Mac - upgrade to CS5 Windows

    Hopefully someone here can come up with a definitive answer please?
    I have had CS3 installed and registered on a Mac since 2008. I want to upgrade to CS5 but change to Windows as that's my preference with photo editing software  (I already use Elements 7-8-9 on a PC).
    Looking around, I just cannot find a definitive answer as to whether I can upgrade my Mac CS3 licence to a CS5 Windows licence - I see the question has been asked the other way round a few years back but the answers conflicted: Yes, no problem;  No, no way; yes but very complicated, have to write to Adobe. Not much help.
    Can someone give me a definitive answer please rather than a guess? There is no way I can afford to buy the complete new product (I'm now a pensioner but have programmed since 1978 and been a photographer since 1961) so an upgrade is my only route. I don't want to buy the upgrade then find it's not working....
    Thanks.

    This is just a user to user forum so no definative answers here. 
    Your best bet is to call Adobe and ask.  I know you can do it, just don't know the price.
    Also, CS6 is set to start shipping on May 6.  If you buy CS5 now you will get a free upgrade to CS6.

  • Is it still possible to upgrade from cs5 web premium to cs5.5 ?? If so, where and how?

    I can't find any reference regarding upgrading from cs5 to cs5.5
    My reason is so i can install the DMXzone Bootstrap extension which requires Dreamweaver cs5.5 (11.5)
    Can anyone help please?
    Many Thanks

    CS5.5 is no longer sold by Adobe so you can no longer upgrade to it.  You can upgrade to CS6 since that is still being sold.
    Purchase CS6 products:
    http://www.adobe.com/products/catalog/cs6._sl_id-contentfilter_sl_catalog_sl_software_sl_c reativesuite6.html

Maybe you are looking for

  • [svn:fx-trunk] 11999: Fixed: ASC-3889 - Using setting in a for loop causes Verify error

    Revision: 11999 Revision: 11999 Author:   [email protected] Date:     2009-11-19 11:37:09 -0800 (Thu, 19 Nov 2009) Log Message: Fixed: ASC-3889 - Using setting in a for loop causes Verify error Notes: emit pop after callstatic to a void function to b

  • How do i know if my contact no longer uses skype

    How do i know if my contact no longer uses skype???

  • JDBC 2.0, Type 4 Driver for Oracle 8.0.4

    I'm looking for a Type 4 JDBC 2.0 driver for Oracle 8.0.4. Does Oracle provide one. I have looked at the downloads area but was not able to locate one. Any pointers? Ravindra Rao [email protected] null

  • Class Foo

    public class Foo { int i; static String s; void imethod(){ static void smethod() { Let f be an instance of Foo. Which of the following statements are correct? System.out.println(f.i); System.out.println(f.s); f.imethod(); f.smethod(); System.out.prin

  • Passing events out of

    Hi, I've built a GUI panel which I want to reuse in various places in my app. It's a JPanel featuring two JTextEntry boxes (each with a JLabel). The two text boxes use formatted, validating functionality to accept user start and end dates for a time