A loop of HTTPService

Hello, a newbie here. I would like to know how to make a loop with httpservice calls inside. I have a table called storyID, let's say:
storyID = [4542,2354,2354,1234,7653];
StoryID is not always long 5 elements, it varies.

The appeal of httpservice url looks like:
ttp://API.WebService.com/article/ h storyID
where storyID is one of the items in the named table.

So, I want to do a loop that goes through all the elements of the array storyID and make an httpservice call on each iteration with the corresponding storyID.

Using the repeat does not work for me. I think the only way is to make an actionscript call. Can someone give an example, please. Thank you.

Well, finally got it work. I couldn't use s1.send (id); because I use the api requires the id to do part of the url itself, not as a parameter. Example:
URL = "ttp://api.webservice.com/article/storyID?appkey=myApp:".
and is not:
URL = "ttp://api.webservice.com/article?story=storyID h, appkey is myApp"

I don't know if it's possible with the format s1.send (id) or not, but if it's possible, I still don't know how to do it.
But anyway, I found a very useful page on the livedocs.

With the example on the page dip as a guide, I managed to get to this:

<>
ID = "httpStoryDetails".
resultFormat = "e4x".
result = "httpStoryDetailsHandler (Event); »
Fault = "httpFaultHandler (Event); »
showBusyCursor = "true".
/>

private function getStoryDetailsXML (): void {}
for (var j: uint = 0; j< storyidarray.length;="">
httpStoryDetails.url = 'h ttp://api.webservice.com/article/' + storyIDArray [j] + "?" appkey = myApp ";
var httpStoryDetailsCall:Object = httpStoryDetails.send ();
httpStoryDetailsCall.marker = "call" + j;
}
}

private void httpStoryDetailsHandler(event:Object):void {}
var httpStoryDetailsCall:Object = event.token;
for (var j: uint = 0; j< storyidarray.length;="">
If (httpStoryDetailsCall.marker == ('call' + j)) {}
myXML.story[j].@title = httpStoryDetails.lastResult.story.title.text ();
}
}
}

That's all. I hope this helps other people have this problem. And by the way, it's really hard to show the code read on this forum. Adobe should do something.

Tags: Flex

Similar Questions

  • Help! Problems with unique elements in dedicated... each loop using HTTPService

    I'm starting out with Flex 2/ActionScript 3, and I'm having a real
    problem trying to navigate through the results returned by a HTTPService (in
    XML format) when there is only one line of data. Here's what I have:

    ------------------------------------------------------------------------------------------ ------------------------------------
    <? XML version = "1.0" encoding = "utf-8"? >
    "" < mx:Application xmlns:mx = ' http://www.adobe.com/2006/mxml '
    layout = "absolute" creationComplete = "Results.send ()" >
    "" < mx:HTTPService url = " http://mysqlserver/test?sql=EXECUTE+usp_Test"
    ID = "Results" showBusyCursor = "true" result = "ShowData ()" / >

    < mx:Script >
    <! [CDATA]
    private void ShowData (): void {}
    for each {(var: objet row dans Results.lastResult.items.item)}
    DataItemList.text += row.id + "\n";
    }
    }

    []] > < / mx:Script >
    < mx:Text x = "10" y = "10" width = "100%" height = "100%".
    ID = "DataItemList" / >

    < / mx:Application >
    ------------------------------------------------------------------------------------------ ------------------------------------

    Now, I have exactly what I expected when the http service returns more
    only a single line, like this:

    elements <>
    < item id = "Something" / >
    < item id = "Point Two" / >
    < / object >

    But if there is only one line, like this...
    elements <>
    < item id = "Something" / >
    < / object >

    ... I get a "ReferenceError: Error #1069: id of property not found on '.
    String and there is no default value. »

    It seems that the/foreach loop is broken? I looked around and
    seen the references explaining that one line is returned as another
    data type (object) as several lines (collection ArrayCollection). Is this true?

    I want a method that returns the same type of data regardless of the
    the number of lines. Any help would be greatly appreciated.

    Ah, I don't recommend that. On the other hand, specify resultFormat = "e4x".

    "In addition, rather than use lastResult, pass 'event' to the Manager.
    ShowData (event)

    And in the function:
    private void ShowData(oEvent:ResultEvent):void {}
    var xmlResult:XML = XML (oEvent.result)
    trace (xmlResult.ToXmlString ())

    See if you get the correct xml with a single line in this way.

    We'll go from there.
    Tracy

  • Graphic HTTPservice &amp; amp; for loop

    I use a togglebuttonbar to navigate between the 3 separate linecharts, each display unique data. My problem is with my current code only the last chart shows all data. Whenever I have change which chart is finally displayed is always the last chart which displays correctly.

    So my lloks of code like this:

    TOGGLEBUTTONBAR

    VIEWSTACK

    Loop for (example: 3 times looped) {}

    new canvas (added as child to viewstack)

    new Panel (addd like child on the Web)

    new chart

    new Array (for the online series)

    LOOP FOR (example: 2 times) {}
    new line
    Line.yfeild = NAME
    line to push in the Bay of the serial line
    }

    HTTPservice to get data, called dataReceived function, which is within this loop for

    dataReceived {Chart.dataProvider = event ;} / / works for you of httpservice, Ive checked during debugging, and because the last chart shows properly}

    }

    fact.

    So, who should display 3 cards, each with two lines. Notice that the httpservice calls the same piece of XML code for each graph, but Im showing only a few parts in the each individual card. (for example, the xml file has: APPLES, ORANGES, BANANAS a cahrt display apples next bananas, etc.)

    A useful part of the code is below... once more, only data from the last chart are displayed.

    var DB_Connect:Object = new Object;
    var URL: String = new String;
    URL = "" http://192.168.11.12/getdata.php?length=day " "

    useHTTPservice (DB_Connect, URL, dataReceived);

    _newChart.series = _newSeries;
    _newPanel.addChild (_newChart);

    function dataReceived(evt:ResultEvent):void
    {
    _newChart.DataProvider = evt.result.point;
    }

    It is within the first loop. I'm sure Im making a noob!


    get the newChart object synchronously, but sometimes the data asynchronously.

    You need to store a reference to each instance of the child, perhaps in an array (object) associative, as it is created. Then in the result handler, assign the result to the appropriate chart.

    Probably need AsyncToken to match the call to succeed.

    Tracy

  • Redirect 302 get only when connected via BES loop

    Hello

    I have a problem when I am connected via BES, I get a server redirection loop (it returns a 302 with the originial URL response in the "location" header field). When it is connected via the BIS-B, WiFi or carrier, the server returns redirects as expected and the app works. However I require a BES connection and him give a priority when they are available.

    Note that I checked the connection returned by Networking.java string is correct (we add ";) (deviceside = false' when BES is to be using).

    Here's the network code I use:

    package [redacted]
    
    /*
     * Networking.java
     *
     * This code is based on the connection code developed by Mike Nelson of AccelGolf.
     * http://blog.accelgolf.com/2009/05/22/blackberry-cross-carrier-and-cross-network-http-connection
     *
     */
    
    import net.rim.device.api.system.CoverageInfo;
    import net.rim.device.api.system.DeviceInfo;
    import net.rim.device.api.system.WLANInfo;
    
    public class Networking
    {
        Networking()
        {
        }
    
    // Whether or not to the simulator should use MDS to connect.
    // By default this should be false, however if you are testing
    // in an environment where MDS will be the expected connection method,
    // set this to true to have the simulator attempt to use MDS.  This variable
    // has no effect on what happens on a real device.
        private static final boolean isMDS = false;
    
        // the timeout
        public static final int TIMEOUT = 30000;
    
        /**
         * Determines what connection type to use and returns the necessary string
         * to use it.
         *
         * @return A string with the connection info
         */
        public static String getConnectionString()
        {
    
            String connectionString = null;
    
            // Simulator behavior is controlled by the USE_MDS_IN_SIMULATOR variable.
            if (DeviceInfo.isSimulator())
            {
                if (isMDS)
                {
                    connectionString = ";ConnectionTimeout=" + TIMEOUT + ";deviceside=false";
                }
                else
                {
                    connectionString = ";ConnectionTimeout=" + TIMEOUT + ";deviceside=true";
                }
            }
    
            // Check for an MDS connection instead (BlackBerry Enterprise Server)
            else if ((CoverageInfo.getCoverageStatus() & CoverageInfo.COVERAGE_MDS) == CoverageInfo.COVERAGE_MDS)
            {
                System.out.println("MDS coverage found");
                connectionString = ";ConnectionTimeout=" + TIMEOUT + ";deviceside=false";
            }
    
            else if ((CoverageInfo.getCoverageStatus() & CoverageInfo.COVERAGE_BIS_B) == CoverageInfo.COVERAGE_BIS_B)
            {
                // otherwise, use the Uid to construct a valid carrier BIS-B request
                System.out.println("Using BIS");
                connectionString = ";ConnectionTimeout=" + TIMEOUT + ";deviceside=false;ConnectionType=[redacted]";
            }
    
            // Wifi is the preferred transmission method
            else if (WLANInfo.getWLANState() == WLANInfo.WLAN_STATE_CONNECTED)
            {
                System.out.println("Using WIFI");
                connectionString = ";interface=wifi";
            }
    
            // Is the carrier network the only way to connect?
            else if ((CoverageInfo.getCoverageStatus() & CoverageInfo.COVERAGE_DIRECT) == CoverageInfo.COVERAGE_DIRECT)
            {
    
                // Has carrier coverage, but not BIBS.  So use the carrier's TCP network
                System.out.println("Device is connected Direct");
                connectionString = ";ConnectionTimeout=" + TIMEOUT + ";deviceside=true";
    
            }
    
            // If there is no connection available abort to avoid bugging the user unnecssarily.
            else if (CoverageInfo.getCoverageStatus() == CoverageInfo.COVERAGE_NONE)
            {
                System.out.println("There is no available connection.");
            }
    
            // In theory, all bases are covered so this shouldn't be reachable.
            else
            {
                System.out.println("no other options found, assuming device.");
                connectionString = ";ConnectionTimeout=" + TIMEOUT + ";deviceside=true";
            }
    
            return connectionString;
        }
    }
    

    Here is sendRequest managed the connection method and the redirection:

    public HttpResponse sendRequest(HttpRequest request)
        {
            String url = request.getUrl();
            if (url == null)
            {
                HttpResponse result = new HttpResponse();
                result.responseCode = 404;
                result.responseMessage = "Not Found";
                return result;
            }
    
            ConnectionWrapper cw = connectionWrapperForRequest(request);
            if (cw == null)
            {
                return null;
            }
    
            boolean compressionEnabled = !request.disableCompression() && COMPRESSION_ENABLED;
    
            HttpResponse result = new HttpResponse();
            try
            {
                String finalURL = url.trim() + Networking.getConnectionString();
                cw.connection = (HttpConnection) Connector.open(finalURL, Connector.READ_WRITE, false);
                System.out.println("Connection string: " + Networking.getConnectionString());
                System.out.println("Full connec.  URL: " + finalURL);
    
                if (cw.connection == null)
                {
                    result.errorMessage = "Could not open a network connection.";
                    result.completedWithError = true;
                    return result;
                }
    
                cw.connection.setRequestMethod(request.getHttpMethod());
    
                if (compressionEnabled)
                {
                    cw.connection.setRequestProperty("Accept-Encoding", "gzip");
                }
    
                cw.connection.setRequestProperty("User-Agent",
                        "" + DeviceInfo.getManufacturerName() + "/" + DeviceInfo.getDeviceName() + "/" + Config.getVersionNumber());
                if (request.username() != null)
                {
                    cw.connection.setRequestProperty("Authorization", "Basic " + Utils.base64Encode(request.username() + ":" + request.password()));
                }
    
                // set this header so BES servers will not change the content of the headers
                cw.connection.setRequestProperty("x-rim-transcode-content", "none");
    
                //add cookies
                if (HttpCookieJar.getInstance().cookieCount() > 0)
                {
                    cw.connection.setRequestProperty("Cookie", HttpCookieJar.getInstance().getCookiesAsString());
                }
    
                //pull request headers from HttpRequest
    
                Hashtable headers = request.getHeaders();
                for (Enumeration e = headers.keys(); e.hasMoreElements();)
                {
                    String key = (String) e.nextElement();
                    cw.connection.setRequestProperty(key, (String) headers.get(key));
                }
    
                byte[] upstreamBytes = request.requestBytes();
                if (upstreamBytes != null && upstreamBytes.length > 0)
                {
                    Logger.getLogger().log(new String(upstreamBytes));
                    cw.connection.setRequestProperty(HttpProtocolConstants.HEADER_CONTENT_TYPE,
                            HttpProtocolConstants.CONTENT_TYPE_APPLICATION_X_WWW_FORM_URLENCODED);
                    cw.connection.setRequestProperty(HttpProtocolConstants.HEADER_CONTENT_LENGTH, String.valueOf(upstreamBytes.length));
                    cw.outputStream = cw.connection.openOutputStream();
                    cw.outputStream.write(upstreamBytes);
                }
    
                Logger.getLogger().log("Get response");
    
                result.responseCode = cw.connection.getResponseCode();
                result.responseMessage = cw.connection.getResponseMessage();
    
                Logger.getLogger().log("Status Code: " + result.responseCode);
                Logger.getLogger().log("Status Message: " + result.responseMessage);
    
                //suck out the cookies here
                int fieldNo = 0;
                String headerField;
                while ((headerField = cw.connection.getHeaderField(fieldNo)) != null)
                {
                    if (cw.connection.getHeaderFieldKey(fieldNo).equals("Set-Cookie"))
                    {
                        HttpCookieJar.getInstance().setCookie(headerField);
                    }
                    fieldNo++;
                }
    
                System.out.println("get redirect");
    
                //get redirect location
                String location;
                if ((location = cw.connection.getHeaderField("Location")) != null)
                {
                    if (location == url.trim())
                    {
                        Logger.getLogger().log("Redirect loop");
                    }
                    Logger.getLogger().log("Redirect: " + location);
                    result.redirectLocation = location.trim();
                }
                else
                    result.redirectLocation = null;
    
                byte[] buffer = new byte[HTTP_BUFFER_SIZE];
                int count;
    
                System.out.println("compression");
    
                cw.inputStream = cw.connection.openInputStream();
                if (compressionEnabled)
                {
                    String encoding = cw.connection.getEncoding();
                    if ("gzip".equalsIgnoreCase(encoding))
                    {
                        cw.inputStream = new GZIPInputStream(cw.inputStream);
                    }
                }
    
                cw.inputStream = new DataInputStream(cw.inputStream);
    
                System.out.println("output stream");
    
                ByteArrayOutputStream out = new ByteArrayOutputStream();
                try
                {
                    while ((count = cw.inputStream.read(buffer)) >= 0)
                    {
                        out.write(buffer, 0, count);
                    }
                    result.bytes = out.toByteArray();
                }
                finally
                {
                    out.close();
                }
                cw.close();
                Logger.getLogger().log("Response complete");
            }
            catch (IOException e)
            {
                result.errorMessage = e.getMessage();
                result.completedWithError = true;
                Logger.getLogger().log("ERROR!:" + e.getMessage());
            }
            finally
            {
                removeConnectionWrapper(cw);
            }
            return result;
        }
    

    Here's the whole HttpService.java for the context of the SendRequest method above:

    //#preprocess
    
    //package
    //imports
    
    public class HttpService
    {
        private static HttpService _instance;
    
        private static final boolean COMPRESSION_ENABLED = false;
        private static final int HTTP_BUFFER_SIZE = 1024;
    
        public static synchronized HttpService instance()
        {
            if (_instance == null)
            {
                _instance = new HttpService();
            }
            return _instance;
        }
    
        private WorkQueue _requestQueue = new WorkQueue(1024, 4);
        private Hashtable _connections = new Hashtable(10);
    
        private HttpService()
        {
            // singleton
        }
    
        private ConnectionWrapper connectionWrapperForRequest(HttpRequest request)
        {
            ConnectionWrapper cw = null;
            synchronized (request)
            {
                if (!request.cancelled())
                {
                    cw = new ConnectionWrapper(request);
                    synchronized (_connections)
                    {
                        _connections.put(request, cw);
                    }
                }
            }
            return cw;
        }
    
        private void removeConnectionWrapper(ConnectionWrapper cw)
        {
            synchronized (_connections)
            {
                _connections.remove(cw.request);
            }
            cw.close();
        }
    
        public void cancelRequest(HttpRequest request)
        {
            ConnectionWrapper cw = null;
            synchronized (request)
            {
                synchronized (_connections)
                {
                    cw = (ConnectionWrapper) _connections.remove(request);
                }
                request.setCancelled();
            }
            if (cw != null)
            {
                cw.close();
            }
        }
    
        public void executeRequest(final HttpRequest request)
        {
            _requestQueue.addWorkItem(new Runnable()
            {
                public void run()
                {
                    HttpResponse response = sendRequest(request);
                    if (!request.cancelled() && response != null)
                    {
                        request.completeRequest(response);
                    }
                };
            });
        }
    
        public HttpResponse sendRequest(HttpRequest request)
        {
            String url = request.getUrl();
            if (url == null)
            {
                HttpResponse result = new HttpResponse();
                result.responseCode = 404;
                result.responseMessage = "Not Found";
                return result;
            }
    
            ConnectionWrapper cw = connectionWrapperForRequest(request);
            if (cw == null)
            {
                return null;
            }
    
            boolean compressionEnabled = !request.disableCompression() && COMPRESSION_ENABLED;
    
            HttpResponse result = new HttpResponse();
            try
            {
                String finalURL = url.trim() + Networking.getConnectionString();
                cw.connection = (HttpConnection) Connector.open(finalURL, Connector.READ_WRITE, false);
                System.out.println("Connection string: " + Networking.getConnectionString());
                System.out.println("Full connec.  URL: " + finalURL);
    
                if (cw.connection == null)
                {
                    result.errorMessage = "Could not open a network connection.";
                    result.completedWithError = true;
                    return result;
                }
    
                cw.connection.setRequestMethod(request.getHttpMethod());
    
                if (compressionEnabled)
                {
                    cw.connection.setRequestProperty("Accept-Encoding", "gzip");
                }
    
                cw.connection.setRequestProperty("User-Agent",
                        "" + DeviceInfo.getManufacturerName() + "/" + DeviceInfo.getDeviceName() + "/" + Config.getVersionNumber());
                if (request.username() != null)
                {
                    cw.connection.setRequestProperty("Authorization", "Basic " + Utils.base64Encode(request.username() + ":" + request.password()));
                }
    
                // set this header so BES servers will not change the content of the headers
                cw.connection.setRequestProperty("x-rim-transcode-content", "none");
    
                //add cookies
                if (HttpCookieJar.getInstance().cookieCount() > 0)
                {
                    cw.connection.setRequestProperty("Cookie", HttpCookieJar.getInstance().getCookiesAsString());
                }
    
                //pull request headers from HttpRequest
    
                Hashtable headers = request.getHeaders();
                for (Enumeration e = headers.keys(); e.hasMoreElements();)
                {
                    String key = (String) e.nextElement();
                    cw.connection.setRequestProperty(key, (String) headers.get(key));
                }
    
                byte[] upstreamBytes = request.requestBytes();
                if (upstreamBytes != null && upstreamBytes.length > 0)
                {
                    Logger.getLogger().log(new String(upstreamBytes));
                    cw.connection.setRequestProperty(HttpProtocolConstants.HEADER_CONTENT_TYPE,
                            HttpProtocolConstants.CONTENT_TYPE_APPLICATION_X_WWW_FORM_URLENCODED);
                    cw.connection.setRequestProperty(HttpProtocolConstants.HEADER_CONTENT_LENGTH, String.valueOf(upstreamBytes.length));
                    cw.outputStream = cw.connection.openOutputStream();
                    cw.outputStream.write(upstreamBytes);
                }
    
                Logger.getLogger().log("Get response");
    
                result.responseCode = cw.connection.getResponseCode();
                result.responseMessage = cw.connection.getResponseMessage();
    
                Logger.getLogger().log("Status Code: " + result.responseCode);
                Logger.getLogger().log("Status Message: " + result.responseMessage);
    
                //suck out the cookies here
                int fieldNo = 0;
                String headerField;
                while ((headerField = cw.connection.getHeaderField(fieldNo)) != null)
                {
                    if (cw.connection.getHeaderFieldKey(fieldNo).equals("Set-Cookie"))
                    {
                        HttpCookieJar.getInstance().setCookie(headerField);
                    }
                    fieldNo++;
                }
    
                System.out.println("get redirect");
    
                //get redirect location
                String location;
                if ((location = cw.connection.getHeaderField("Location")) != null)
                {
                    if (location == url.trim())
                    {
                        Logger.getLogger().log("Redirect loop");
                    }
                    Logger.getLogger().log("Redirect: " + location);
                    result.redirectLocation = location.trim();
                }
    
                byte[] buffer = new byte[HTTP_BUFFER_SIZE];
                int count;
    
                System.out.println("compression");
    
                cw.inputStream = cw.connection.openInputStream();
                if (compressionEnabled)
                {
                    String encoding = cw.connection.getEncoding();
                    if ("gzip".equalsIgnoreCase(encoding))
                    {
                        cw.inputStream = new GZIPInputStream(cw.inputStream);
                    }
                }
    
                cw.inputStream = new DataInputStream(cw.inputStream);
    
                System.out.println("output stream");
    
                ByteArrayOutputStream out = new ByteArrayOutputStream();
                try
                {
                    while ((count = cw.inputStream.read(buffer)) >= 0)
                    {
                        out.write(buffer, 0, count);
                    }
                    result.bytes = out.toByteArray();
                }
                finally
                {
                    out.close();
                }
                cw.close();
                Logger.getLogger().log("Response complete");
            }
            catch (IOException e)
            {
                result.errorMessage = e.getMessage();
                result.completedWithError = true;
                Logger.getLogger().log("ERROR!:" + e.getMessage());
            }
            finally
            {
                removeConnectionWrapper(cw);
            }
            return result;
        }
    
        private static class ConnectionWrapper
        {
            final HttpRequest request;
            InputStream inputStream = null;
            OutputStream outputStream = null;
            HttpConnection connection = null;
    
            public ConnectionWrapper(HttpRequest request)
            {
                this.request = request;
            }
    
            public void close()
            {
                try
                {
                    if (outputStream != null)
                        outputStream.close();
                }
                catch (Exception e)
                {
                }
                try
                {
                    if (inputStream != null)
                        inputStream.close();
                }
                catch (Exception e)
                {
                }
                try
                {
                    if (connection != null)
                        connection.close();
                }
                catch (Exception e)
                {
                }
            }
        }
    }
    

    Sorry for the amount of code.

    I had our BES admin visit problematic page via a browser on the Server BES itself.

    Running, the Web server was an update of AJAX-style page that informs the user that they had no access to that particular content. Programmatically, see us all is "the page has been moved here" - but in a browser, it's a different story.

    Thanks again Peter for your insight!

  • Result of the handful of XML data with httpservice

    Hello

    Please find my xml data http://121.242.211.152/janaagraha/get_complaints

    I need to load these xml data through httpservice and depending on the result of the handle, I need access to individual data as complaints.complaint.title using the service loop. I tried this I could not get the result I need

    " < s:HTTPService id = 'Complaints' url = ' http://121.242.211.152/Janaagraha/get_complaints "result ="Complaints_resultHandler (event)"fault =" Complaints_faultHandler (event) "> "

    < / s:HTTPService >

    < fx:Script >

    <! [CDATA]

    protected function Complaints_resultHandler(event:ResultEvent):void

    {

    var complaintarray:ArrayCollection = event.result.complaints.complaint;

    var carray:Array = complaintarray.toArray ();

    for (var i: Number = 0; i < carray.length; i ++)

    {

    var cmparray:Array is ObjectUtil.toString(carray[i]).split('~~~');.

    Title: string var = ObjectUtil.toString(cmparray[0]);

    Alert.Show ("HI" + title);

    }

    }

    Please suggest I need to get data like title, complainturl, latitude longtitude etc.

    Concerning

    Jeremi

    Your node of categories is not necessary contain two category nodes, check if there is in fact two categories:

    var complaint_cat:XMLList = complaint.categories.category;
    if(complaint_cat.length() > 0){
         var mainCategory:String = complaint_cat[0].toString();
         if(complaint_cat.length() > 1){
              var subCategory:String = complaint_cat[1].toString();
         }
    }
    trace("main category: " + mainCategory + ", sub category: " + subCategory);
    

    --

    Kenneth Kawamoto

    http://www.materiaprima.co.UK/

  • How can I insert a HTTPService result in a SkinnableDataContainer

    Hello

    How can I can put a HTTPService result that looks like this:

    <user>
         <username>user</username>
         <email>[email protected]</username>
    </user>
    <user>
         <usernam... and so on
    

    in a SkinnableDataContainer or an ArrayList?

        <s:SkinnableDataContainer dataProvider="{UserArraylist}" itemRenderer="Skins.UserItemRenderer" >
            <s:layout>
                <s:VerticalLayout gap="1" />
            </s:layout>
        </s:SkinnableDataContainer>
    

    I tried loop content that is part of the result and put it in an ArrayList, but failed.

    Thank you

    Zombiecook

    http://ns.Adobe.com/MXML/2009.

    xmlns:s = "library://ns.adobe.com/flex/spark".

    xmlns:MX = "library://ns.adobe.com/flex/mx" minWidth = "955" = "600" creationComplete = minHeight "application1_creationCompleteHandler (event)" > "

    Import mx.collections.ArrayCollection;

    Import mx.collections.ArrayList;

    Import mx.collections.IList;

    Import mx.events.FlexEvent;

    Import mx.rpc.events.ResultEvent;

    [Bindable] private var myArrayList:ArrayList = new ArrayList();

    protected function myService_resultHandler(event:ResultEvent):void

    {

    TODO self-generating method stub

    myArrayList.addAll (IList (event.result.catalog.book))

    }

    protected function application1_creationCompleteHandler(event:FlexEvent):void

    {

    TODO self-generating method stub

    myService.send)

    }

    ]]>

  • Loading text data of HttpService not show up on TextArea

    Hello

    I have something strange here I have a little problem, do work. I am loading XML data and try to format a bit more about Actiosncript and print it on the text box. For some reason, it wouldn't appear, although when I use Alert.show it spit the whole xml data set. On this basis, I know my data has been properly loaded, but I do not know why it does not appear on my page.

    Here's the code,

    <? XML version = "1.0" encoding = "utf-8"? >
    "< mx:Application xmlns:mx ="http://www.adobe.com/2006/mxml">".
    < mx: states >
    < name mx: State = "view" >
    < mx:RemoveChild target = "{intro}" / >
    < mx:AddChild relativeTo = "{applicationcontrolbar1}" position = "before" >
    < mx:TextArea editable = "false" id = "viewText" width = "450" height = "279" text = "{messageInfo}" / >
    < / mx:AddChild >
    < / mx: State >
    < / mx: states >

    < mx:Script >
    <! [CDATA]
    Import mx.events.ItemClickEvent;
    Import mx.controls.Alert;
    Import mx.rpc.events.ResultEvent;
    Import mx.rpc.events.FaultEvent;
    [Bindable] private var message: XMLList;
    [Bindable] private var messageInfo:XMLList;
    private var savedIndex:int = 99999;

    private void clickHandler(event:ItemClickEvent):void {}

    If (event.index == savedIndex) {}
    don't do a thing
    }
    else {}
    savedIndex = event.index;
    navigateToURL (new URLRequest("..) /"(+_Event.Item.Data));"
    }
    }
    private void toggleButtonBar_itemClick(evt:ItemClickEvent):void {}
    currentState = evt.item.data;
    If (evt.item.data == 'view') view();
    }
    private void discover (): void {}
    currentState = "view";
    userView.send ();
    }

    private void httpService_fault(evt:FaultEvent):void {}
    var: title string = evt.type + "(" + evt.fault.faultCode + "')"; "
    var: string text = evt.fault.faultString;
    Alert.Show ("there is an error! Type "+ title +" "+ text);
    }
    private void httpService_result(evt:ResultEvent):void {}

    messageInfo = XML (evt.result).messages.message;
    Alert.Show (messageInfo);
    message = XML (evt.result);
    var message_name:String = "";
    var message_phone:String = "";
    for each {(var message: XML dans messageInfo.messages.message)}
    viewText.text & = "Name" + messageInfo.name + "\n";
    viewText.text += "Phone" + messageInfo.phone + "\n";
    }
    }
    []] >
    < / mx:Script >

    < mx:HTTPService id = "pview" url = "messages.xml' resultFormat ="e4x"
    Fault = "httpService_fault (Event); "result =" httpService_result (event) "/ >"
    < mx:PhoneNumberValidator id = "pnVal" source = property '{your_phone}"="text"/ >
    < mx:EmailValidator id = "emailVal" source = property '{your_email}"="text"/ >

    < mx:Array id = "dp" >
    < mx:Object data = 'view' label = "Display" / >
    < / mx:Array >
    < mx:Panel id = "Panel" title = "My Home" height = "70%" >
    < mx:TextArea id = "intro" width = "77%" height = "100" borderStyle = "none" paddingLeft = "10" color = "black" >
    < mx:htmlText > <! [CDATA [welcome to my page.]] > < / mx:htmlText >
    < / mx:TextArea >
    < mx:ApplicationControlBar id = "applicationcontrolbar1" >
    < mx:ToggleButtonBar id = "toggleButtonBar" color = "#FFFFCC".
    dataProvider = "{dp}".
    itemClick = "toggleButtonBar_itemClick (event); "/ >
    < / mx:ApplicationControlBar >
    < / mx:Panel >
    < / mx:Application >

    Note, there are other elements of the array, but those that are not relevant to the question of the subject here and that's why I'm not post the code for these sections.

    When I click on the view button, it gives me the correct state, but I get an empty of textArea with no data when I know that there is output in the view() Alert.show. What did I miss?

    Thanks for your help.

    My guess is that it's your use of the operator += TextArea.text property. It is a property using a Flex getter and setter rather than having direct access to a string.

    All you have to do is build a string through your loop and set the TextArea.text property so that when you are ready.

  • To loop through a collection arrayCollection

    I need to:

    1 loop through a collection of table,

    2. Select a specific string in this collection

    3 extract a url this string

    4. Insert an additional string to the table with that extracted url

    The code I use to date is:

    " < = xmlns:mx mx:Application ' http://www.Adobe.com/2006/MXML "layout ="absolute"minWidth ="1024"minHeight ="768"> "
    < mx:Script >
    <! [CDATA]
    Import mx.collections.ArrayCollection;
    Import mx.rpc.events.ResultEvent;

    [Bindable]
    private var resultArrayCollection:ArrayCollection;

    private void doSearch (e:MouseEvent): void
    {
    twitterSearch.url = " " http://search.Twitter.com/search.atom?q=LDN ";
    twitterSearch.send ();
    }

    private function onResult (e:ResultEvent): void
    {
    resultArrayCollection = e.result.feed.entry as ArrayCollection collection;
    }

    []] >
    < / mx:Script >

    < mx:HTTPService id = "twitterSearch.
    result = "OnResult (Event)" / > "

    .....


    the HTTP service pulls in data from Twitter for example search http://search.Twitter.com/search.atom?q=LDN .

    Any help would be received with gratitude.

    Please remove the quotes-"[count].

    for(var count:int = 0; count < resultArrayCollection.length; count++) {
         trace(resultArrayCollection[count].title);
    }
    
  • MX:Repeater &amp; HTTPService

    I have a HTTPService that retrieves XML data... Then, I use the MX:Repeater to browse the data in a loop... So I want to create a secondary line of the data, but that's the part that doesn't work. Here is my code, what am I doing wrong? Have I not all wrong logic?

    < mx:HTTPService id = method "Insi" = "POST", url = "MyURLHere" / >

    < mx:Accordion x = "10" y = "10" width = "150" height = "276" >

    < mx:Repeater dataProvider = "{Insi.lastResult.root.category}" id = "Reap" > "

    < mx:Canvas label = "{Reap.currentItem.title}" width = "100%" height = "100%" > "

    < mx:VBox width = "100%" height = "100%" x = "0" y = "0" >

    < mx:Repeater dataProvider = "{Insi.lastResult.root.category.ins}" id = "SubReap" > "
    < mx:Label text = "{SubReap.currentItem.title}" / > "
    < / mx:Repeater >

    < / mx:VBox >

    < / mx:Canvas >

    < / mx:Repeater >

    < / mx:Accordion >

    Heck, can't type today:

  • To access customer data asynchronous w/HTTPService

    I publish HTTPService requests multiple inside a loop and Manager of outcome of the service to access the loop variable (which is in XML format) with the value at the time of the request, not at the time of the response (which would be random as HTTPRequest is asynchronous).  For example, my AS code looks like...

    private void iterate {}


    This is the loop in which I publish the HTTPService request.

    / / I want the result Manager to have access to of xmlValue

    value at the time that the request is sent.


    for each {(var xmlValue:XML in xmlCollection)


    The URL is variable, based partly on the value of the loop of the XML data

    myService.url = my URL;

    myService.send ();

    }

    }



    private void resultHandler(event:ResultEvent):void {}


    I wish that were the value of the loop at the time of the request.

    var xmlValueAtTimeOfRequest:XML =? ;


    execute processing based on the above value and the result of the query.

    achieveHappiness (event.result, xmlValueAtTimeOfRequest);

    }

    ... and the relevant MXML is...

    < mx:HTTPService id = "myService".
    result = "resultHandler (Event)" "
    resultFormat = "e4x".
    / >

    I explored

    • adding parameters to the send() method
    • < mx:request >
    • data binding

    but I am at a loss.  I'm new to Flex and I try to get something quickly turned without resorting to all hard-coding the XML in a file AS, which is not a good long-term solution.  What I've read, using a timer is not the way forward, either.  This seems to be a pretty simple (and common?) problem.  I hope I narrowly missed the obvious.

    Use an AsyncToken.  One is returned by the send() call.  Simply set the data on it and he are available in the result handler.

    Ben Edwards

  • XML with only point loop oldest.

    Hello. I'm pulling in the yahoo BOSS API XML. This is the XML code.

    <ysearchresponse responsecode="200" xmlns="http://www.inktomi.com/">
      <nextpage>
        <![CDATA[/ysearch/news/v1/biotechnology%20AND%20biotech?format=xml&count=10&appid=&orderby=date&start=10]]>
      </nextpage>
      <resultset_news count="10" start="0" totalhits="217" deephits="217">
        <result>
          <abstract>
            Indian biotech industry seems to have caught a flu. Global recessionary trends along with contraction of the biotech market are having a crippling impact on the niche sector, which till about the middle of last year, ranked among the top 12 biotech destinations in the world and the third biggest in Asia-Pacific in terms of the number of biotech companies.
          </abstract>
          <clickurl>
            http://lrd.yahooapis.com/_ylc=NEguNldqRmdXSjBEUlJpVUdWSHVwRTJMWkFKM1o1Nnpmc04uT2pPS2VrZmNVcTZDR3VUTkdQc0gzTS0EY2xpZW50A2Jvc3MEc2VydmljZQNCT1NTBHNsawN0aXRsZQRzcmNwdmlkA3ouLnR5bUtJY3JxeGN3ZG03clBKbjdpeTJBOTZXa29RMTlRQUJqbzQ-/SIG=122bor7rj/**http%3A//www.financialexpress.com/news/Biotech-knockout/461403/
          </clickurl>
          <date>
            2009/05/17
          </date>
          <language>
            english
          </language>
          <source>
            Express India
          </source>
          <sourceurl>
            http://www.expressindia.com/
          </sourceurl>
          <time>
            20:50:21
          </time>
          <title>
            Biotech knockout
          </title>
          <url>
            http://www.financialexpress.com/news/Biotech-knockout/461403/
          </url>
        </result>
        <result>
          <abstract>
            ASTON — Pomp and circumstance resounded Saturday afternoon as more than 650 Neumann University candidates for doctoral, masters, bachelors and associates degrees marched in procession at the University’s 43rd annual commencement ceremony.
          </abstract>
          <clickurl>
            http://lrd.yahooapis.com/_ylc=X3oDMTVjc2tncnZjBF9TAzIwMjMxNTI3MDIEYXBwaWQDWGpiSkhFX1YzNEguNldqRmdXSjBEUlJpVUdWSHVwRTJMWkFKM1o1Nnpmc04uT2pPS2VrZmNVcTZDR3VUTkdQc0gzTS0EY2xpZW50A2Jvc3MEc2VydmljZQNCT1NTBHNsawN0aXRsZQRzcmNwdmlkA3ouLnR5bUtJY3JxeGN3ZG03clBKbjdpeTJBOTZXa29RMTlRQUJqbzQ-/SIG=12l0qups4/**http%3A//www.delcotimes.com/articles/2009/05/17/news/doc4a0f80620d307805557861.txt
          </clickurl>
          <date>
            2009/05/17
          </date>
          <language>
            english
          </language>
          <source>
            Delaware County Times
          </source>
          <sourceurl>
            http://www.delcotimes.com/
          </sourceurl>
          <time>
            09:57:15
          </time>
          <title>
            Neumann graduates hear a touching story
          </title>
          <url>
            http://www.delcotimes.com/articles/2009/05/17/news/doc4a0f80620d307805557861.txt
          </url>
        </result>
        <result>
          <abstract>
            Allan Robins' work lands him squarely at the intersection of science and politics.
          </abstract>
          <clickurl>
            http://lrd.yahooapis.com/_ylc=X3oDMTVjc2tncnZjBF9TAzIwMjMxNTI3MDIEYXBwaWQDWGpiSkhFX1YzNEguNldqRmdXSjBEUlJpVUdWSHVwRTJMWkFKM1o1Nnpmc04uT2pPS2VrZmNVcTZDR3VUTkdQc0gzTS0EY2xpZW50A2Jvc3MEc2VydmljZQNCT1NTBHNsawN0aXRsZQRzcmNwdmlkA3ouLnR5bUtJY3JxeGN3ZG03clBKbjdpeTJBOTZXa29RMTlRQUJqbzQ-/SIG=134baqvch/**http%3A//www.ajc.com/services/content/printedition/2009/05/17/upclose0517.html%3Fcxtype=ynews_rss
          </clickurl>
          <date>
            2009/05/17
          </date>
          <language>
            english
          </language>
          <source>
            Atlanta Journal-Constitution
          </source>
          <sourceurl>
            http://www.ajc.com/
          </sourceurl>
          <time>
            08:13:04
          </time>
          <title>
            Biotech work runs into politics
          </title>
          <url>
            http://www.ajc.com/services/content/printedition/2009/05/17/upclose0517.html?cxtype=ynews_rss
          </url>
        </result>
        <result>
          <abstract>
            NORTH ANDOVER, Mass. — There are more than 400 biotechnology companies in the state, and $1 billion in government funding to promote life sciences. But the state needs more trained workers if it wants to keep its edge in the industry.
          </abstract>
          <clickurl>
            http://lrd.yahooapis.com/_ylc=X3oDMTVjc2tncnZjBF9TAzIwMjMxNTI3MDIEYXBwaWQDWGpiSkhFX1YzNEguNldqRmdXSjBEUlJpVUdWSHVwRTJMWkFKM1o1Nnpmc04uT2pPS2VrZmNVcTZDR3VUTkdQc0gzTS0EY2xpZW50A2Jvc3MEc2VydmljZQNCT1NTBHNsawN0aXRsZQRzcmNwdmlkA3ouLnR5bUtJY3JxeGN3ZG03clBKbjdpeTJBOTZXa29RMTlRQUJqbzQ-/SIG=122ernikp/**http%3A//www.eagletribune.com/punews/local_story_136224808.html
          </clickurl>
          <date>
            2009/05/17
          </date>
          <language>
            english
          </language>
          <source>
            The Eagle-Tribune
          </source>
          <sourceurl>
            http://www.eagletribune.com/
          </sourceurl>
          <time>
            05:02:44
          </time>
          <title>
            Merrimack College opens center for biotech studies
          </title>
          <url>
            http://www.eagletribune.com/punews/local_story_136224808.html
          </url>
        </result>
        <result>
          <abstract>
            The federal government is poised to send more than a half million dollars in assessment grants to Cambria and Somerset counties targeting brownfields sites for cleanup.
          </abstract>
          <clickurl>
            http://lrd.yahooapis.com/_ylc=X3oDMTVjc2tncnZjBF9TAzIwMjMxNTI3MDIEYXBwaWQDWGpiSkhFX1YzNEguNldqRmdXSjBEUlJpVUdWSHVwRTJMWkFKM1o1Nnpmc04uT2pPS2VrZmNVcTZDR3VUTkdQc0gzTS0EY2xpZW50A2Jvc3MEc2VydmljZQNCT1NTBHNsawN0aXRsZQRzcmNwdmlkA3ouLnR5bUtJY3JxeGN3ZG03clBKbjdpeTJBOTZXa29RMTlRQUJqbzQ-/SIG=125spie9r/**http%3A//www.tribune-democrat.com/local/local_story_137000601.html
          </clickurl>
          <date>
            2009/05/17
          </date>
          <language>
            english
          </language>
          <source>
            The Tribune-Democrat
          </source>
          <sourceurl>
            http://www.tribune-democrat.com/
          </sourceurl>
          <time>
            04:21:47
          </time>
          <title>
            Authority, Windber get brownfield funds
          </title>
          <url>
            http://www.tribune-democrat.com/local/local_story_137000601.html
          </url>
        </result>
        <result>
          <abstract>
            Biotechnology in agriculture has generated a great deal of controversy in recent years. Of the many scientific advances that have occurred in plant breeding since Gregor Mendel conducted his experiments about 150 years ago, crops with genetic modifications seem to have been accorded a unique status.
          </abstract>
          <clickurl>
            http://lrd.yahooapis.com/_ylc=X3oDMTVjc2tncnZjBF9TAzIwMjMxNTI3MDIEYXBwaWQDWGpiSkhFX1YzNEguNldqRmdXSjBEUlJpVUdWSHVwRTJMWkFKM1o1Nnpmc04uT2pPS2VrZmNVcTZDR3VUTkdQc0gzTS0EY2xpZW50A2Jvc3MEc2VydmljZQNCT1NTBHNsawN0aXRsZQRzcmNwdmlkA3ouLnR5bUtJY3JxeGN3ZG03clBKbjdpeTJBOTZXa29RMTlRQUJqbzQ-/SIG=11urucq55/**http%3A//www.seedquest.com/News/releases/2009/may/26181.htm
          </clickurl>
          <date>
            2009/05/16
          </date>
          <language>
            english
          </language>
          <source>
            SeedQuest
          </source>
          <sourceurl>
            http://www.seedquest.com/
          </sourceurl>
          <time>
            18:22:47
          </time>
          <title>
            IFPRI Food Policy Review: Measuring the economic impacts of transgenic crops in developing agriculture during the ...
          </title>
          <url>
            http://www.seedquest.com/News/releases/2009/may/26181.htm
          </url>
        </result>
        <result>
          <abstract>
            Organizations representing the wheat industry in the United States, Canada and Australia announced Thursday they will work toward the goal of synchronized commercialization of biotech traits in the wheat crop.
          </abstract>
          <clickurl>
            http://lrd.yahooapis.com/_ylc=X3oDMTVjc2tncnZjBF9TAzIwMjMxNTI3MDIEYXBwaWQDWGpiSkhFX1YzNEguNldqRmdXSjBEUlJpVUdWSHVwRTJMWkFKM1o1Nnpmc04uT2pPS2VrZmNVcTZDR3VUTkdQc0gzTS0EY2xpZW50A2Jvc3MEc2VydmljZQNCT1NTBHNsawN0aXRsZQRzcmNwdmlkA3ouLnR5bUtJY3JxeGN3ZG03clBKbjdpeTJBOTZXa29RMTlRQUJqbzQ-/SIG=11utsp42q/**http%3A//www.seedquest.com/News/releases/2009/may/26173.htm
          </clickurl>
          <date>
            2009/05/16
          </date>
          <language>
            english
          </language>
          <source>
            SeedQuest
          </source>
          <sourceurl>
            http://www.seedquest.com/
          </sourceurl>
          <time>
            14:22:37
          </time>
          <title>
            World wheat groups say biotech in sync is the goal
          </title>
          <url>
            http://www.seedquest.com/News/releases/2009/may/26173.htm
          </url>
        </result>
        <result>
          <abstract>
            Josh Reynolds/APA view of the New Jersey section of the Biotechnology Industry Organization conference in Boston in 2007. Strong growth in the New Jersey biomedical research industry is offsetting declines in weakening local pharmaceutical industry presence, according to a report...
          </abstract>
          <clickurl>
            http://lrd.yahooapis.com/_ylc=X3oDMTVjc2tncnZjBF9TAzIwMjMxNTI3MDIEYXBwaWQDWGpiSkhFX1YzNEguNldqRmdXSjBEUlJpVUdWSHVwRTJMWkFKM1o1Nnpmc04uT2pPS2VrZmNVcTZDR3VUTkdQc0gzTS0EY2xpZW50A2Jvc3MEc2VydmljZQNCT1NTBHNsawN0aXRsZQRzcmNwdmlkA3ouLnR5bUtJY3JxeGN3ZG03clBKbjdpeTJBOTZXa29RMTlRQUJqbzQ-/SIG=12grh0i2v/**http%3A//www.nj.com/news/index.ssf/2009/05/jersey_attracts_biotech_firms.html
          </clickurl>
          <date>
            2009/05/16
          </date>
          <language>
            english
          </language>
          <source>
            The Star-Ledger
          </source>
          <sourceurl>
            http://www.nj.com/starledger/
          </sourceurl>
          <time>
            13:39:24
          </time>
          <title>
            NJ attracts biotech firms in the face of decline of local pharmaceutical industry
          </title>
          <url>
            http://www.nj.com/news/index.ssf/2009/05/jersey_attracts_biotech_firms.html
          </url>
        </result>
        <result>
          <abstract>
            Novavax, Inc. (Nasdaq: NVAX) announced that enrollment has been completed in the second Phase II clinical trial of its trivalent virus-like particle (VLP) seasonal influenza vaccine. This Pha...
    


    I would add that the XML into an XMLListCollection. Here's the XMLListCollection.

      <abstract>The federal government is poised to send more than a half million dollars in assessment grants to Cambria and Somerset counties targeting brownfields sites for cleanup.</abstract>
      <clickurl>http://lrd.yahooapis.com/_ylc=X3oDMTVjYTZwNjRtBF9TAzIwMjMxNTI3MDIEYXBwaWQDWGpiSkhFX1YzNEguNldqRmdXSjBEUlJpVUdWSHVwRTJMWkFKM1o1Nnpmc04uT2pPS2VrZmNVcTZDR3VUTkdQc0gzTS0EY2xpZW50A2Jvc3MEc2VydmljZQNCT1NTBHNsawN0aXRsZQRzcmNwdmlkAzRoQVJfV0tJY3JwVWE5akpOYmhvWW15UDJBOTZXa29RMkxVQUJOVmQ-/SIG=125spie9r/**http%3A//www.tribune-democrat.com/local/local_story_137000601.html</clickurl>
      <date>2009/05/17</date>
      <language>english</language>
      <source>The Tribune-Democrat</source>
      <sourceurl>http://www.tribune-democrat.com/</sourceurl>
      <time>04:21:47</time>
      <title>Authority, Windber get brownfield funds</title>
      <url>http://www.tribune-democrat.com/local/local_story_137000601.html</url>
    </result>
    <result xmlns="http://www.inktomi.com/">
      <abstract>Biotechnology in agriculture has generated a great deal of controversy in recent years. Of the many scientific advances that have occurred in plant breeding since Gregor Mendel conducted his experiments about 150 years ago, crops with genetic modifications seem to have been accorded a unique status.</abstract>
      <clickurl>http://lrd.yahooapis.com/_ylc=X3oDMTVjYTZwNjRtBF9TAzIwMjMxNTI3MDIEYXBwaWQDWGpiSkhFX1YzNEguNldqRmdXSjBEUlJpVUdWSHVwRTJMWkFKM1o1Nnpmc04uT2pPS2VrZmNVcTZDR3VUTkdQc0gzTS0EY2xpZW50A2Jvc3MEc2VydmljZQNCT1NTBHNsawN0aXRsZQRzcmNwdmlkAzRoQVJfV0tJY3JwVWE5akpOYmhvWW15UDJBOTZXa29RMkxVQUJOVmQ-/SIG=11urucq55/**http%3A//www.seedquest.com/News/releases/2009/may/26181.htm</clickurl>
      <date>2009/05/16</date>
      <language>english</language>
      <source>SeedQuest</source>
      <sourceurl>http://www.seedquest.com/</sourceurl>
      <time>18:22:47</time>
      <title>IFPRI Food Policy Review: Measuring the economic impacts of transgenic crops in developing agriculture during the ...</title>
      <url>http://www.seedquest.com/News/releases/2009/may/26181.htm</url>
    </result>
    <result xmlns="http://www.inktomi.com/">
      <abstract>Organizations representing the wheat industry in the United States, Canada and Australia announced Thursday they will work toward the goal of synchronized commercialization of biotech traits in the wheat crop.</abstract>
      <clickurl>http://lrd.yahooapis.com/_ylc=X3oDMTVjYTZwNjRtBF9TAzIwMjMxNTI3MDIEYXBwaWQDWGpiSkhFX1YzNEguNldqRmdXSjBEUlJpVUdWSHVwRTJMWkFKM1o1Nnpmc04uT2pPS2VrZmNVcTZDR3VUTkdQc0gzTS0EY2xpZW50A2Jvc3MEc2VydmljZQNCT1NTBHNsawN0aXRsZQRzcmNwdmlkAzRoQVJfV0tJY3JwVWE5akpOYmhvWW15UDJBOTZXa29RMkxVQUJOVmQ-/SIG=11utsp42q/**http%3A//www.seedquest.com/News/releases/2009/may/26173.htm</clickurl>
      <date>2009/05/16</date>
      <language>english</language>
      <source>SeedQuest</source>
      <sourceurl>http://www.seedquest.com/</sourceurl>
      <time>14:22:37</time>
      <title>World wheat groups say biotech in sync is the goal</title>
      <url>http://www.seedquest.com/News/releases/2009/may/26173.htm</url>
    </result>
    <result xmlns="http://www.inktomi.com/">
      <abstract>Josh Reynolds/APA view of the New Jersey section of the Biotechnology Industry Organization conference in Boston in 2007. Strong growth in the New Jersey biomedical research industry is offsetting declines in weakening local pharmaceutical industry presence, according to a report...</abstract>
      <clickurl>http://lrd.yahooapis.com/_ylc=X3oDMTVjYTZwNjRtBF9TAzIwMjMxNTI3MDIEYXBwaWQDWGpiSkhFX1YzNEguNldqRmdXSjBEUlJpVUdWSHVwRTJMWkFKM1o1Nnpmc04uT2pPS2VrZmNVcTZDR3VUTkdQc0gzTS0EY2xpZW50A2Jvc3MEc2VydmljZQNCT1NTBHNsawN0aXRsZQRzcmNwdmlkAzRoQVJfV0tJY3JwVWE5akpOYmhvWW15UDJBOTZXa29RMkxVQUJOVmQ-/SIG=12grh0i2v/**http%3A//www.nj.com/news/index.ssf/2009/05/jersey_attracts_biotech_firms.html</clickurl>
      <date>2009/05/16</date>
      <language>english</language>
      <source>The Star-Ledger</source>
      <sourceurl>http://www.nj.com/starledger/</sourceurl>
      <time>13:39:24</time>
      <title>NJ attracts biotech firms in the face of decline of local pharmaceutical industry</title>
      <url>http://www.nj.com/news/index.ssf/2009/05/jersey_attracts_biotech_firms.html</url>
    </result>
    <result xmlns="http://www.inktomi.com/">
      <abstract>Novavax, Inc. (Nasdaq: NVAX) announced that enrollment has been completed in the second Phase II clinical trial of its trivalent virus-like particle (VLP) seasonal influenza vaccine. This Phase IIa randomized, placebo-controlled study is evaluating a VLP vaccine against the H3N2, H1N1, and B influenza strains that circulated in the 2008-2009 influenza season.</abstract>
      <clickurl>http://lrd.yahooapis.com/_ylc=X3oDMTVjYTZwNjRtBF9TAzIwMjMxNTI3MDIEYXBwaWQDWGpiSkhFX1YzNEguNldqRmdXSjBEUlJpVUdWSHVwRTJMWkFKM1o1Nnpmc04uT2pPS2VrZmNVcTZDR3VUTkdQc0gzTS0EY2xpZW50A2Jvc3MEc2VydmljZQNCT1NTBHNsawN0aXRsZQRzcmNwdmlkAzRoQVJfV0tJY3JwVWE5akpOYmhvWW15UDJBOTZXa29RMkxVQUJOVmQ-/SIG=11onbqlkl/**http%3A//www.medicalnewstoday.com/articles/150303.php</clickurl>
      <date>2009/05/16</date>
      <language>english</language>
      <source>Medical News Today</source>
      <sourceurl>http://www.medicalnewstoday.com/</sourceurl>
      <time>11:15:05</time>
      <title>Novavax Completes Enrollment Of Its Second Phase II Seasonal Influenza VLP Vaccine Clinical Trial</title>
      <url>http://www.medicalnewstoday.com/articles/150303.php</url>
    </result>
    <result xmlns="http://www.inktomi.com/">
      <abstract>BioVex Inc, a company developing new generation biologics for the treatment and prevention of cancer and infectious disease, announced that updated survival data from its Phase II study in metastatic melanoma will be presented at the 2009 American Society of Clinical Oncology (ASCO) Annual Meeting, taking place from May 29, 2009 - June 2, 2009 in Orlando, FL.</abstract>
      <clickurl>http://lrd.yahooapis.com/_ylc=X3oDMTVjYTZwNjRtBF9TAzIwMjMxNTI3MDIEYXBwaWQDWGpiSkhFX1YzNEguNldqRmdXSjBEUlJpVUdWSHVwRTJMWkFKM1o1Nnpmc04uT2pPS2VrZmNVcTZDR3VUTkdQc0gzTS0EY2xpZW50A2Jvc3MEc2VydmljZQNCT1NTBHNsawN0aXRsZQRzcmNwdmlkAzRoQVJfV0tJY3JwVWE5akpOYmhvWW15UDJBOTZXa29RMkxVQUJOVmQ-/SIG=11ocu68p2/**http%3A//www.medicalnewstoday.com/articles/150301.php</clickurl>
      <date>2009/05/16</date>
      <language>english</language>
      <source>Medical News Today</source>
      <sourceurl>http://www.medicalnewstoday.com/</sourceurl>
      <time>11:14:45</time>
      <title>BioVex To Announce Updated Survival Data From A Phase II Clinical Study Of OncoVEX GM-CSF In Metastatic Melanoma</title>
      <url>http://www.medicalnewstoday.com/articles/150301.php</url>
    </result>
    <result xmlns="http://www.inktomi.com/">
      <abstract>Indian biotech industry seems to have caught a flu. Global recessionary trends along with contraction of the biotech market are having a crippling impact on the niche sector, which till about the middle of last year, ranked among the top 12 biotech destinations in the world and the third biggest in Asia-Pacific in terms of the number of biotech companies.</abstract>
      <clickurl>http://lrd.yahooapis.com/_ylc=X3oDMTVjYTZwNjRtBF9TAzIwMjMxNTI3MDIEYXBwaWQDWGpiSkhFX1YzNEguNldqRmdXSjBEUlJpVUdWSHVwRTJMWkFKM1o1Nnpmc04uT2pPS2VrZmNVcTZDR3VUTkdQc0gzTS0EY2xpZW50A2Jvc3MEc2VydmljZQNCT1NTBHNsawN0aXRsZQRzcmNwdmlkAzRoQVJfV0tJY3JwVWE5akpOYmhvWW15UDJBOTZXa29RMkxVQUJOVmQ-/SIG=122bor7rj/**http%3A//www.financialexpress.com/news/Biotech-knockout/461403/</clickurl>
      <date>2009/05/17</date>
      <language>english</language>
      <source>Express India</source>
      <sourceurl>http://www.expressindia.com/</sourceurl>
      <time>20:50:21</time>
      <title>Biotech knockout</title>
      <url>http://www.financialexpress.com/news/Biotech-knockout/461403/</url>
    </result>
    <result xmlns="http://www.inktomi.com/">
      <abstract>ASTON — Pomp and circumstance resounded Saturday afternoon as more than 650 Neumann University candidates for doctoral, masters, bachelors and associates degrees marched in procession at the University’s 43rd annual commencement ceremony.</abstract>
      <clickurl>http://lrd.yahooapis.com/_ylc=X3oDMTVjYTZwNjRtBF9TAzIwMjMxNTI3MDIEYXBwaWQDWGpiSkhFX1YzNEguNldqRmdXSjBEUlJpVUdWSHVwRTJMWkFKM1o1Nnpmc04uT2pPS2VrZmNVcTZDR3VUTkdQc0gzTS0EY2xpZW50A2Jvc3MEc2VydmljZQNCT1NTBHNsawN0aXRsZQRzcmNwdmlkAzRoQVJfV0tJY3JwVWE5akpOYmhvWW15UDJBOTZXa29RMkxVQUJOVmQ-/SIG=12l0qups4/**http%3A//www.delcotimes.com/articles/2009/05/17/news/doc4a0f80620d307805557861.txt</clickurl>
      <date>2009/05/17</date>
      <language>english</language>
      <source>Delaware County Times</source>
      <sourceurl>http://www.delcotimes.com/</sourceurl>
      <time>09:57:15</time>
      <title>Neumann graduates hear a touching story</title>
      <url>http://www.delcotimes.com/articles/2009/05/17/news/doc4a0f80620d307805557861.txt</url>
    </result>
    <result xmlns="http://www.inktomi.com/">
      <abstract>Allan Robins' work lands him squarely at the intersection of science and politics.</abstract>
      <clickurl>http://lrd.yahooapis.com/_ylc=X3oDMTVjYTZwNjRtBF9TAzIwMjMxNTI3MDIEYXBwaWQDWGpiSkhFX1YzNEguNldqRmdXSjBEUlJpVUdWSHVwRTJMWkFKM1o1Nnpmc04uT2pPS2VrZmNVcTZDR3VUTkdQc0gzTS0EY2xpZW50A2Jvc3MEc2VydmljZQNCT1NTBHNsawN0aXRsZQRzcmNwdmlkAzRoQVJfV0tJY3JwVWE5akpOYmhvWW15UDJBOTZXa29RMkxVQUJOVmQ-/SIG=134baqvch/**http%3A//www.ajc.com/services/content/printedition/2009/05/17/upclose0517.html%3Fcxtype=ynews_rss</clickurl>
      <date>2009/05/17</date>
      <language>english</language>
      <source>Atlanta Journal-Constitution</source>
      <sourceurl>http://www.ajc.com/</sourceurl>
      <time>08:13:04</time>
      <title>Biotech work runs into politics</title>
      <url>http://www.ajc.com/services/content/printedition/2009/05/17/upclose0517.html?cxtype=ynews_rss</url>
    </result>
    <result xmlns="http://www.inktomi.com/">
      <abstract>NORTH ANDOVER, Mass. — There are more than 400 biotechnology companies in the state, and $1 billion in government funding to promote life sciences. But the state needs more trained workers if it wants to keep its edge in the industry.</abstract>
      <clickurl>http://lrd.yahooapis.com/_ylc=X3oDMTVjYTZwNjRtBF9TAzIwMjMxNTI3MDIEYXBwaWQDWGpiSkhFX1YzNEguNldqRmdXSjBEUlJpVUdWSHVwRTJMWkFKM1o1Nnpmc04uT2pPS2VrZmNVcTZDR3VUTkdQc0gzTS0EY2xpZW50A2Jvc3MEc2VydmljZQNCT1NTBHNsawN0aXRsZQRzcmNwdmlkAzRoQVJfV0tJY3JwVWE5akpOYmhvWW15UDJBOTZXa29RMkxVQUJOVmQ-/SIG=122ernikp/**http%3A//www.eagletribune.com/punews/local_story_136224808.html</clickurl>
      <date>2009/05/17</date>
      <language>english</language>
      <source>The Eagle-Tribune</source>
      <sourceurl>http://www.eagletribune.com/</sourceurl>
      <time>05:02:44</time>
      <title>Merrimack College opens center for biotech studies</title>
      <url>http://www.eagletribune.com/punews/local_story_136224808.html</url>
    </result>
    <result xmlns="http://www.inktomi.com/">
      <abstract>The federal government is poised to send more than a half million dollars in assessment grants to Cambria and Somerset counties targeting brownfields sites for cleanup.</abstract>
      <clickurl>http://lrd.yahooapis.com/_ylc=X3oDMTVjYTZwNjRtBF9TAzIwMjMxNTI3MDIEYXBwaWQDWGpiSkhFX1YzNEguNldqRmdXSjBEUlJpVUdWSHVwRTJMWkFKM1o1Nnpmc04uT2pPS2VrZmNVcTZDR3VUTkdQc0gzTS0EY2xpZW50A2Jvc3MEc2VydmljZQNCT1NTBHNsawN0aXRsZQRzcmNwdmlkAzRoQVJfV0tJY3JwVWE5akpOYmhvWW15UDJBOTZXa29RMkxVQUJOVmQ-/SIG=125spie9r/**http%3A//www.tribune-democrat.com/local/local_story_137000601.html</clickurl>
      <date>2009/05/17</date>
      <language>english</language>
      <source>The Tribune-Democrat</source>
      <sourceurl>http://www.tribune-democrat.com/</sourceurl>
      <time>04:21:47</time>
      <title>Authority, Windber get brownfield funds</title>
      <url>http://www.tribune-democrat.com/local/local_story_137000601.html</url>
    </result>
    <result xmlns="http://www.inktomi.com/">
      <abstract>Biotechnology in agriculture has generated a great deal of controversy in recent years. Of the many scientific advances that have occurred in plant breeding since Gregor Mendel conducted his experiments about 150 years ago, crops with genetic modifications seem to have been accorded a unique status.</abstract>
      <clickurl>http://lrd.yahooapis.com/_ylc=X3oDMTVjYTZwNjRtBF9TAzIwMjMxNTI3MDIEYXBwaWQDWGpiSkhFX1YzNEguNldqRmdXSjBEUlJpVUdWSHVwRTJMWkFKM1o1Nnpmc04uT2pPS2VrZmNVcTZDR3VUTkdQc0gzTS0EY2xpZW50A2Jvc3MEc2VydmljZQNCT1NTBHNsawN0aXRsZQRzcmNwdmlkAzRoQVJfV0tJY3JwVWE5akpOYmhvWW15UDJBOTZXa29RMkxVQUJOVmQ-/SIG=11urucq55/**http%3A//www.seedquest.com/News/releases/2009/may/26181.htm</clickurl>
      <date>2009/05/16</date>
      <language>english</language>
      <source>SeedQuest</source>
      <sourceurl>http://www.seedquest.com/</sourceurl>
      <time>18:22:47</time>
      <title>IFPRI Food Policy Review: Measuring the economic impacts of transgenic crops in developing agriculture during the ...</title>
      <url>http://www.seedquest.com/News/releases/2009/may/26181.htm</url>
    </result>
    <result xmlns="http://www.inktomi.com/">
      <abstract>Organizations representing the wheat industry in the United States, Canada and Australia announced Thursday they will work toward the goal of synchronized commercialization of biotech traits in the wheat crop.</abstract>
      <clickurl>http://lrd.yahooapis.com/_ylc=X3oDMTVjYTZwNjRtBF9TAzIwMjMxNTI3MDIEYXBwaWQDWGpiSkhFX1YzNEguNldqRmdXSjBEUlJpVUdWSHVwRTJMWkFKM1o1Nnpmc04uT2pPS2VrZmNVcTZDR3VUTkdQc0gzTS0EY2xpZW50A2Jvc3MEc2VydmljZQNCT1NTBHNsawN0aXRsZQRzcmNwdmlkAzRoQVJfV0tJY3JwVWE5akpOYmhvWW15UDJBOTZXa29RMkxVQUJOVmQ-/SIG=11utsp42q/**http%3A//www.seedquest.com/News/releases/2009/may/26173.htm</clickurl>
      <date>2009/05/16</date>
      <language>english</language>
      <source>SeedQuest</source>
      <sourceurl>http://www.seedquest.com/</sourceurl>
      <time>14:22:37</time>
      <title>World wheat groups say biotech in sync is the goal</title>
      <url>http://www.seedquest.com/News/releases/2009/may/26173.htm</url>
    </result>
    <result xmlns="http://www.inktomi.com/">
      <abstract>Josh Reynolds/APA view of the New Jersey section of the Biotechnology Industry Organization conference in Boston in 2007. Strong growth in the New Jersey biomedical research industry is offsetting declines in weakening local pharmaceutical industry presence, according to a report...</abstract>
      <clickurl>http://lrd.yahooapis.com/_ylc=X3oDMTVjYTZwNjRtBF9TAzIwMjMxNTI3MDIEYXBwaWQDWGpiSkhFX1YzNEguNldqRmdXSjBEUlJpVUdWSHVwRTJMWkFKM1o1Nnpmc04uT2pPS2VrZmNVcTZDR3VUTkdQc0gzTS0EY2xpZW50A2Jvc3MEc2VydmljZQNCT1NTBHNsawN0aXRsZQRzcmNwdmlkAzRoQVJfV0tJY3JwVWE5akpOYmhvWW15UDJBOTZXa29RMkxVQUJOVmQ-/SIG=12grh0i2v/**http%3A//www.nj.com/news/index.ssf/2009/05/jersey_attracts_biotech_firms.html</clickurl>
      <date>2009/05/16</date>
      <language>english</language>
      <source>The Star-Ledger</source>
      <sourceurl>http://www.nj.com/starledger/</sourceurl>
      <time>13:39:24</time>
      <title>NJ attracts biotech firms in the face of decline of local pharmaceutical industry</title>
      <url>http://www.nj.com/news/index.ssf/2009/05/jersey_attracts_biotech_firms.html</url>
    </result>
    <result xmlns="http://www.inktomi.com/">
      <abstract>Novavax, Inc. (Nasdaq: NVAX) announced that enrollment has been completed in the second Phase II clinical trial of its trivalent virus-like particle (VLP) seasonal influenza vaccine. This Phase IIa randomized, placebo-controlled study is evaluating a VLP vaccine against the H3N2, H1N1, and B influenza strains that circulated in the 2008-2009 influenza season.</abstract>
      <clickurl>http://lrd.yahooapis.com/_ylc=X3oDMTVjYTZwNjRtBF9TAzIwMjMxNTI3MDIEYXBwaWQDWGpiSkhFX1YzNEguNldqRmdXSjBEUlJpVUdWSHVwRTJMWkFKM1o1Nnpmc04uT2pPS2VrZmNVcTZDR3VUTkdQc0gzTS0EY2xpZW50A2Jvc3MEc2VydmljZQNCT1NTBHNsawN0aXRsZQRzcmNwdmlkAzRoQVJfV0tJY3JwVWE5akpOYmhvWW15UDJBOTZXa29RMkxVQUJOVmQ-/SIG=11onbqlkl/**http%3A//www.medicalnewstoday.com/articles/150303.php</clickurl>
      <date>2009/05/16</date>
      <language>english</language>
      <source>Medical News Today</source>
      <sourceurl>http://www.medicalnewstoday.com/</sourceurl>
      <time>11:15:05</time>
      <title>Novavax Completes Enrollment Of Its Second Phase II Seasonal Influenza VLP Vaccine Clinical Trial</title>
      <url>http://www.medicalnewstoday.com/articles/150303.php</url>
    </result>
    <result xmlns="http://www.inktomi.com/">
      <abstract>BioVex Inc, a company developing new generation biologics for the treatment and prevention of cancer and infectious disease, announced that updated survival data from its Phase II study in metastatic melanoma will be presented at the 2009 American Society of Clinical Oncology (ASCO) Annual Meeting, taking place from May 29, 2009 - June 2, 2009 in Orlando, FL.</abstract>
      <clickurl>http://lrd.yahooapis.com/_ylc=X3oDMTVjYTZwNjRtBF9TAzIwMjMxNTI3MDIEYXBwaWQDWGpiSkhFX1YzNEguNldqRmdXSjBEUlJpVUdWSHVwRTJMWkFKM1o1Nnpmc04uT2pPS2VrZmNVcTZDR3VUTkdQc0gzTS0EY2xpZW50A2Jvc3MEc2VydmljZQNCT1NTBHNsawN0aXRsZQRzcmNwdmlkAzRoQVJfV0tJY3JwVWE5akpOYmhvWW15UDJBOTZXa29RMkxVQUJOVmQ-/SIG=11ocu68p2/**http%3A//www.medicalnewstoday.com/articles/150301.php</clickurl>
      <date>2009/05/16</date>
      <language>english</language>
      <source>Medical News Today</source>
      <sourceurl>http://www.medicalnewstoday.com/</sourceurl>
      <time>11:14:45</time>
      <title>BioVex To Announce Updated Survival Data From A Phase II Clinical Study Of OncoVEX GM-CSF In Metastatic Melanoma</title>
      <url>http://www.medicalnewstoday.com/articles/150301.php</url>
    </result>
    <result xmlns="http://www.inktomi.com/">
      <abstract>Indian biotech industry seems to have caught a flu. Global recessionary trends along with contraction of the biotech market are having a crippling impact on the niche sector, which till about the middle of last year, ranked among the top 12 biotech destinations in the world and the third biggest in Asia-Pacific in terms of the number of biotech companies.</abstract>
      <clickurl>http://lrd.yahooapis.com/_ylc=X3oDMTVjYTZwNjRtBF9TAzIwMjMxNTI3MDIEYXBwaWQDWGpiSkhFX1YzNEguNldqRmdXSjBEUlJpVUdWSHVwRTJMWkFKM1o1Nnpmc04uT2pPS2VrZmNVcTZDR3VUTkdQc0gzTS0EY2xpZW50A2Jvc3MEc2VydmljZQNCT1NTBHNsawN0aXRsZQRzcmNwdmlkAzRoQVJfV0tJY3JwVWE5akpOYmhvWW15UDJBOTZXa29RMkxVQUJOVmQ-/SIG=122bor7rj/**http%3A//www.financialexpress.com/news/Biotech-knockout/461403/</clickurl>
      <date>2009/05/17</date>
      <language>english</language>
      <source>Express India</source>
      <sourceurl>http://www.expressindia.com/</sourceurl>
      <time>20:50:21</time>
      <title>Biotech knockout</title>
      <url>http://www.financialexpress.com/news/Biotech-knockout/461403/</url>
    </result>
    <result xmlns="http://www.inktomi.com/">
      <abstract>ASTON — Pomp and circumstance resounded Saturday afternoon as more than 650 Neumann University candidates for doctoral, masters, bachelors and associates degrees marched in procession at the University’s 43rd annual commencement ceremony.</abstract>
      <clickurl>http://lrd.yahooapis.com/_ylc=X3oDMTVjYTZwNjRtBF9TAzIwMjMxNTI3MDIEYXBwaWQDWGpiSkhFX1YzNEguNldqRmdXSjBEUlJpVUdWSHVwRTJMWkFKM1o1Nnpmc04uT2pPS2VrZmNVcTZDR3VUTkdQc0gzTS0EY2xpZW50A2Jvc3MEc2VydmljZQNCT1NTBHNsawN0aXRsZQRzcmNwdmlkAzRoQVJfV0tJY3JwVWE5akpOYmhvWW15UDJBOTZXa29RMkxVQUJOVmQ-/SIG=12l0qups4/**http%3A//www.delcotimes.com/articles/2009/05/17/news/doc4a0f80620d307805557861.txt</clickurl>
      <date>2009/05/17</date>
      <language>english</language>
      <source>Delaware County Times</source>
      <sourceurl>http://www.delcotimes.com/</sourceurl>
      <time>09:57:15</time>
      <title>Neumann graduates hear a touching story</title>
      <url>http://www.delcotimes.com/articles/2009/05/17/news/doc4a0f80620d307805557861.txt</url>
    </result>
    <result xmlns="http://www.inktomi.com/">
      <abstract>Allan Robins' work lands him squarely at the intersection of science and politics.</abstract>
      <clickurl>http://lrd.yahooapis.com/_ylc=X3oDMTVjYTZwNjRtBF9TAzIwMjMxNTI3MDIEYXBwaWQDWGpiSkhFX1YzNEguNldqRmdXSjBEUlJpVUdWSHVwRTJMWkFKM1o1Nnpmc04uT2pPS2VrZmNVcTZDR3VUTkdQc0gzTS0EY2xpZW50A2Jvc3MEc2VydmljZQNCT1NTBHNsawN0aXRsZQRzcmNwdmlkAzRoQVJfV0tJY3JwVWE5akpOYmhvWW15UDJBOTZXa29RMkxVQUJOVmQ-/SIG=134baqvch/**http%3A//www.ajc.com/services/content/printedition/2009/05/17/upclose0517.html%3Fcxtype=ynews_rss</clickurl>
      <date>2009/05/17</date>
      <language>english</language>
      <source>Atlanta Journal-Constitution</source>
      <sourceurl>http://www.ajc.com/</sourceurl>
      <time>08:13:04</time>
      <title>Biotech work runs into politics</title>
      <url>http://www.ajc.com/services/content/printedition/2009/05/17/upclose0517.html?cxtype=ynews_rss</url>
    </result>
    <result xmlns="http://www.inktomi.com/">
      <abstract>NORTH ANDOVER, Mass. — There are more than 400 biotechnology companies in the state, and $1 billion in government funding to promote life sciences. But the state needs more trained workers if it wants to keep its edge in the industry.</abstract>
      <clickurl>http://lrd.yahooapis.com/_ylc=X3oDMTVjYTZwNjRtBF9TAzIwMjMxNTI3MDIEYXBwaWQDWGpiSkhFX1YzNEguNldqRmdXSjBEUlJpVUdWSHVwRTJMWkFKM1o1Nnpmc04uT2pPS2VrZmNVcTZDR3VUTkdQc0gzTS0EY2xpZW50A2Jvc3MEc2VydmljZQNCT1NTBHNsawN0aXRsZQRzcmNwdmlkAzRoQVJfV0tJY3JwVWE5akpOYmhvWW15UDJBOTZXa29RMkxVQUJOVmQ-/SIG=122ernikp/**http%3A//www.eagletribune.com/punews/local_story_136224808.html</clickurl>
      <date>2009/05/17</date>
      <language>english</language>
      <source>The Eagle-Tribune</source>
      <sourceurl>http://www.eagletribune.com/</sourceurl>
      <time>05:02:44</time>
      <title>Merrimack College opens center for biotech studies</title>
      <url>http://www.eagletribune.com/punews/local_story_136224808.html</url>
    </result>
    <result xmlns="http://www.inktomi.com/">
      <abstract>The federal government is poised to send more than a half million dollars in assessment grants to Cambria and Somerset counties targeting brownfields sites for cleanup.</abstract>
      <clickurl>http://lrd.yahooapis.com/_ylc=X3oDMTVjYTZwNjRtBF9TAzIwMjMxNTI3MDIEYXBwaWQDWGpiSkhFX1YzNEguNldqRmdXSjBEUlJpVUdWSHVwRTJMWkFKM1o1Nnpmc04uT2pPS2VrZmNVcTZDR3VUTkdQc0gzTS0EY2xpZW50A2Jvc3MEc2VydmljZQNCT1NTBHNsawN0aXRsZQRzcmNwdmlkAzRoQVJfV0tJY3JwVWE5akpOYmhvWW15UDJBOTZXa29RMkxVQUJOVmQ-/SIG=125spie9r/**http%3A//www.tribune-democrat.com/local/local_story_137000601.html</clickurl>
      <date>2009/05/17</date>
      <language>english</language>
      <source>The Tribune-Democrat</source>
      <sourceurl>http://www.tribune-democrat.com/</sourceurl>
      <time>04:21:47</time>
      <title>Authority, Windber get brownfield funds</title>
      <url>http://www.tribune-democrat.com/local/local_story_137000601.html</url>
    </result>
    <result xmlns="http://www.inktomi.com/">
      <abstract>Biotechnology in agriculture has generated a great deal of controversy in recent years. Of the many scientific advances that have occurred in plant breeding since Gregor Mendel conducted his experiments about 150 years ago, crops with genetic modifications seem to have been accorded a unique status.</abstract>
      <clickurl>http://lrd.yahooapis.com/_ylc=X3oDMTVjYTZwNjRtBF9TAzIwMjMxNTI3MDIEYXBwaWQDWGpiSkhFX1YzNEguNldqRmdXSjBEUlJpVUdWSHVwRTJMWkFKM1o1Nnpmc04uT2pPS2VrZmNVcTZDR3VUTkdQc0gzTS0EY2xpZW50A2Jvc3MEc2VydmljZQNCT1NTBHNsawN0aXRsZQRzcmNwdmlkAzRoQVJfV0tJY3JwVWE5akpOYmhvWW15UDJBOTZXa29RMkxVQUJOVmQ-/SIG=11urucq55/**http%3A//www.seedquest.com/News/releases/2009/may/26181.htm</clickurl>
      <date>2009/05/16</date>
      <language>english</language>
      <source>SeedQuest</source>
      <sourceurl>http://www.seedquest.com/</sourceurl>
      <time>18:22:47</time>
      <title>IFPRI Food Policy Review: Measuring the economic impacts of transgenic crops in developing agriculture during the ...</title>
      <url>http://www.seedquest.com/News/releases/2009/may/26181.htm</url>
    </result>
    <result xmlns="http://www.inktomi.com/">
      <abstract>Organizations representing the wheat industry in the United States, Canada and Australia announced Thursday they will work toward the goal of synchronized commercialization of biotech traits in the wheat crop.</abstract>
      <clickurl>http://lrd.yahooapis.com/_ylc=X3oDMTVjYTZwNjRtBF9TAzIwMjMxNTI3MDIEYXBwaWQDWGpiSkhFX1YzNEguNldqRmdXSjBEUlJpVUdWSHVwRTJMWkFKM1o1Nnpmc04uT2pPS2VrZmNVcTZDR3VUTkdQc0gzTS0EY2xpZW50A2Jvc3MEc2VydmljZQNCT1NTBHNsawN0aXRsZQRzcmNwdmlkAzRoQVJfV0tJY3JwVWE5akpOYmhvWW15UDJBOTZXa29RMkxVQUJOVmQ-/SIG=11utsp42q/**http%3A//www.seedquest.com/News/releases/2009/may/26173.htm</clickurl>
      <date>2009/05/16</date>
      <language>english</language>
      <source>SeedQuest</source>
      <sourceurl>http://www.seedquest.com/</sourceurl>
      <time>14:22:37</time>
      <title>World wheat groups say biotech in sync is the goal</title>
      <url>http://www.seedquest.com/News/releases/2009/may/26173.htm</url>
    </result>
    <result xmlns="http://www.inktomi.com/">
      <abstract>Josh Reynolds/APA view of the New Jersey section of the Biotechnology Industry Organization conference in Boston in 2007. Strong growth in the New Jersey biomedical research industry is offsetting declines in weakening local pharmaceutical industry presence, according to a report...</abstract>
      <clickurl>http://lrd.yahooapis.com/_ylc=X3oDMTVjYTZwNjRtBF9TAzIwMjMxNTI3MDIEYXBwaWQDWGpiSkhFX1YzNEguNldqRmdXSjBEUlJpVUdWSHVwRTJMWkFKM1o1Nnpmc04uT2pPS2VrZmNVcTZDR3VUTkdQc0gzTS0EY2xpZW50A2Jvc3MEc2VydmljZQNCT1NTBHNsawN0aXRsZQRzcmNwdmlkAzRoQVJfV0tJY3JwVWE5akpOYmhvWW15UDJBOTZXa29RMkxVQUJOVmQ-/SIG=12grh0i2v/**http%3A//www.nj.com/news/index.ssf/2009/05/jersey_attracts_biotech_firms.html</clickurl>
      <date>2009/05/16</date>
      <language>english</language>
      <source>The Star-Ledger</source>
      <sourceurl>http://www.nj.com/starledger/</sourceurl>
      <time>13:39:24</time>
      <title>NJ attracts biotech firms in the face of decline of local pharmaceutical industry</title>
      <url>http://www.nj.com/news/index.ssf/2009/05/jersey_attracts_biotech_firms.html</url>
    </result>
    <result xmlns="http://www.inktomi.com/">
      <abstract>Novavax, Inc. (Nasdaq: NVAX) announced that enrollment has been completed in the second Phase II clinical trial of its trivalent virus-like particle (VLP) seasonal influenza vaccine. This Phase IIa randomized, placebo-controlled study is evaluating a VLP vaccine against the H3N2, H1N1, and B influenza strains that circulated in the 2008-2009 influenza season.</abstract>
      <clickurl>http://lrd.yahooapis.com/_ylc=X3oDMTVjYTZwNjRtBF9TAzIwMjMxNTI3MDIEYXBwaWQDWGpiSkhFX1YzNEguNldqRmdXSjBEUlJpVUdWSHVwRTJMWkFKM1o1Nnpmc04uT2pPS2VrZmNVcTZDR3VUTkdQc0gzTS0EY2xpZW50A2Jvc3MEc2VydmljZQNCT1NTBHNsawN0aXRsZQRzcmNwdmlkAzRoQVJfV0tJY3JwVWE5akpOYmhvWW15UDJBOTZXa29RMkxVQUJOVmQ-/SIG=11onbqlkl/**http%3A//www.medicalnewstoday.com/articles/150303.php</clickurl>
      <date>2009/05/16</date>
      <language>english</language>
      <source>Medical News Today</source>
      <sourceurl>http://www.medicalnewstoday.com/</sourceurl>
      <time>11:15:05</time>
      <title>Novavax Completes Enrollment Of Its Second Phase II Seasonal Influenza VLP Vaccine Clinical Trial</title>
      <url>http://www.medicalnewstoday.com/articles/150303.php</url>
    </result>
    <result xmlns="http://www.inktomi.com/">
      <abstract>BioVex Inc, a company developing new generation biologics for the treatment and prevention of cancer and infectious disease, announced that updated survival data from its Phase II study in metastatic melanoma will be presented at the 2009 American Society of Clinical Oncology (ASCO) Annual Meeting, taking place from May 29, 2009 - June 2, 2009 in Orlando, FL.</abstract>
      <clickurl>http://lrd.yahooapis.com/_ylc=X3oDMTVjYTZwNjRtBF9TAzIwMjMxNTI3MDIEYXBwaWQDWGpiSkhFX1YzNEguNldqRmdXSjBEUlJpVUdWSHVwRTJMWkFKM1o1Nnpmc04uT2pPS2VrZmNVcTZDR3VUTkdQc0gzTS0EY2xpZW50A2Jvc3MEc2VydmljZQNCT1NTBHNsawN0aXRsZQRzcmNwdmlkAzRoQVJfV0tJY3JwVWE5akpOYmhvWW15UDJBOTZXa29RMkxVQUJOVmQ-/SIG=11ocu68p2/**http%3A//www.medicalnewstoday.com/articles/150301.php</clickurl>
      <date>2009/05/16</date>
      <language>english</language>
      <source>Medical News Today</source>
      <sourceurl>http://www.medicalnewstoday.com/</sourceurl>
      <time>11:14:45</time>
      <title>BioVex To Announce Updated Survival Data From A Phase II Clinical Study Of OncoVEX GM-CSF In Metastatic Melanoma</title>
      <url>http://www.medicalnewstoday.com/articles/150301.php</url>
    </result>
    <result xmlns="http://www.inktomi.com/">
      <abstract>Indian biotech industry seems to have caught a flu. Global recessionary trends along with contraction of the biotech market are having a crippling impact on the niche sector, which till about the middle of last year, ranked among the top 12 biotech destinations in the world and the third biggest in Asia-Pacific in terms of the number of biotech companies.</abstract>
      <clickurl>http://lrd.yahooapis.com/_ylc=X3oDMTVjYTZwNjRtBF9TAzIwMjMxNTI3MDIEYXBwaWQDWGpiSkhFX1YzNEguNldqRmdXSjBEUlJpVUdWSHVwRTJMWkFKM1o1Nnpmc04uT2pPS2VrZmNVcTZDR3VUTkdQc0gzTS0EY2xpZW50A2Jvc3MEc2VydmljZQNCT1NTBHNsawN0aXRsZQRzcmNwdmlkAzRoQVJfV0tJY3JwVWE5akpOYmhvWW15UDJBOTZXa29RMkxVQUJOVmQ-/SIG=122bor7rj/**http%3A//www.financialexpress.com/news/Biotech-knockout/461403/</clickurl>
      <date>2009/05/17</date>
      <language>english</language>
      <source>Express India</source>
      <sourceurl>http://www.expressindia.com/</sourceurl>
      <time>20:50:21</time>
      <title>Biotech knockout</title>
      <url>http://www.financialexpress.com/news/Biotech-knockout/461403/</url>
    </result>
    <result xmlns="http://www.inktomi.com/">
      <abstract>ASTON — Pomp and circumstance resounded Saturday afternoon as more than 650 Neumann University candidates for doctoral, masters, bachelors and associates degrees marched in procession at the University’s 43rd annual commencement ceremony.</abstract>
      <clickurl>http://lrd.yahooapis.com/_ylc=X3oDMTVjYTZwNjRtBF9TAzIwMjMxNTI3MDIEYXBwaWQDWGpiSkhFX1YzNEguNldqRmdXSjBEUlJpVUdWSHVwRTJMWkFKM1o1Nnpmc04uT2pPS2VrZmNVcTZDR3VUTkdQc0gzTS0EY2xpZW50A2Jvc3MEc2VydmljZQNCT1NTBHNsawN0aXRsZQRzcmNwdmlkAzRoQVJfV0tJY3JwVWE5akpOYmhvWW15UDJBOTZXa29RMkxVQUJOVmQ-/SIG=12l0qups4/**http%3A//www.delcotimes.com/articles/2009/05/17/news/doc4a0f80620d307805557861.txt</clickurl>
      <date>2009/05/17</date>
      <language>english</language>
      <source>Delaware County Times</source>
      <sourceurl>http://www.delcotimes.com/</sourceurl>
      <time>09:57:15</time>
      <title>Neumann graduates hear a touching story</title>
      <url>http://www.delcotimes.com/articles/2009/05/17/news/doc4a0f80620d307805557861.txt</url>
    </result>
    <result xmlns="http://www.inktomi.com/">
      <abstract>Allan Robins' work lands him squarely at the intersection of science and politics.</abstract>
      <clickurl>http://lrd.yahooapis.com/_ylc=X3oDMTVjYTZwNjRtBF9TAzIwMjMxNTI3MDIEYXBwaWQDWGpiSkhFX1YzNEguNldqRmdXSjBEUlJpVUdWSHVwRTJMWkFKM1o1Nnpmc04uT2pPS2VrZmNVcTZDR3VUTkdQc0gzTS0EY2xpZW50A2Jvc3MEc2VydmljZQNCT1NTBHNsawN0aXRsZQRzcmNwdmlkAzRoQVJfV0tJY3JwVWE5akpOYmhvWW15UDJBOTZXa29RMkxVQUJOVmQ-/SIG=134baqvch/**http%3A//www.ajc.com/services/content/printedition/2009/05/17/upclose0517.html%3Fcxtype=ynews_rss</clickurl>
      <date>2009/05/17</date>
      <language>english</language>
      <source>Atlanta Journal-Constitution</source>
      <sourceurl>http://www.ajc.com/</sourceurl>
      <time>08:13:04</time>
      <title>Biotech work runs into politics</title>
      <url>http://www.ajc.com/services/content/printedition/2009/05/17/upclose0517.html?cxtype=ynews_rss</url>
    </result>
    <result xmlns="http://www.inktomi.com/">
      <abstract>NORTH ANDOVER, Mass. — There are more than 400 biotechnology companies in the state, and $1 billion in government funding to promote life sciences. But the state needs more trained workers if it wants to keep its edge in the industry.</abstract>
      <clickurl>http://lrd.yahooapis.com/_ylc=X3oDMTVjYTZwNjRtBF9TAzIwMjMxNTI3MDIEYXBwaWQDWGpiSkhFX1YzNEguNldqRmdXSjBEUlJpVUdWSHVwRTJMWkFKM1o1Nnpmc04uT2pPS2VrZmNVcTZDR3VUTkdQc0gzTS0EY2xpZW50A2Jvc3MEc2VydmljZQNCT1NTBHNsawN0aXRsZQRzcmNwdmlkAzRoQVJfV0tJY3JwVWE5akpOYmhvWW15UDJBOTZXa29RMkxVQUJOVmQ-/SIG=122ernikp/**http%3A//www.eagletribune.com/punews/local_story_136224808.html</clickurl>
      <date>2009/05/17</date>
      <language>english</language>
      <source>The Eagle-Tribune</source>
      <sourceurl>http://www.eagletribune.com/</sourceurl>
      <time>05:02:44</time>
      <title>Merrimack College opens center for biotech studies</title>
      <url>http://www.eagletribune.com/punews/local_story_136224808.html</url>
    </result>
    <result xmlns="http://www.inktomi.com/">
      <abstract>The federal government is poised to send more than a half million dollars in assessment grants to Cambria and Somerset counties targeting brownfields sites for cleanup.</abstract>
      <clickurl>http://lrd.yahooapis.com/_ylc=X3oDMTVjYTZwNjRtBF9TAzIwMjMxNTI3MDIEYXBwaWQDWGpiSkhFX1YzNEguNldqRmdXSjBEUlJpVUdWSHVwRTJMWkFKM1o1Nnpmc04uT2pPS2VrZmNVcTZDR3VUTkdQc0gzTS0EY2xpZW50A2Jvc3MEc2VydmljZQNCT1NTBHNsawN0aXRsZQRzcmNwdmlkAzRoQVJfV0tJY3JwVWE5akpOYmhvWW15UDJBOTZXa29RMkxVQUJOVmQ-/SIG=125spie9r/**http%3A//www.tribune-democrat.com/local/local_story_137000601.html</clickurl>
      <date>2009/05/17</date>
      <language>english</language>
      <source>The Tribune-Democrat</source>
      <sourceurl>http://www.tribune-democrat.com/</sourceurl>
      <time>04:21:47</time>
      <title>Authority, Windber get brownfield funds</title>
      <url>http://www.tribune-democrat.com/local/local_story_137000601.html</url>
    </result>
    <result xmlns="http://www.inktomi.com/">
      <abstract>Biotechnology in agriculture has generated a great deal of controversy in recent years. Of the many scientific advances that have occurred in plant breeding since Gregor Mendel conducted his experiments about 150 years ago, crops with genetic modifications seem to have been accorded a unique status.</abstract>
      <clickurl>http://lrd.yahooapis.com/_ylc=X3oDMTVjYTZwNjRtBF9TAzIwMjMxNTI3MDIEYXBwaWQDWGpiSkhFX1YzNEguNldqRmdXSjBEUlJpVUdWSHVwRTJMWkFKM1o1Nnpmc04uT2pPS2VrZmNVcTZDR3VUTkdQc0gzTS0EY2xpZW50A2Jvc3MEc2VydmljZQNCT1NTBHNsawN0aXRsZQRzcmNwdmlkAzRoQVJfV0tJY3JwVWE5akpOYmhvWW15UDJBOTZXa29RMkxVQUJOVmQ-/SIG=11urucq55/**http%3A//www.seedquest.com/News/releases/2009/may/26181.htm</clickurl>
      <date>2009/05/16</date>
      <language>english</language>
      <source>SeedQuest</source>
      <sourceurl>http://www.seedquest.com/</sourceurl>
      <time>18:22:47</time>
      <title>IFPRI Food Policy Review: Measuring the economic impacts of transgenic crops in developing agriculture during the ...</title>
      <url>http://www.seedquest.com/News/releases/2009/may/26181.htm</url>
    </result>
    <result xmlns="http://www.inktomi.com/">
      <abstract>Organizations representing the wheat industry in the United States, Canada and Australia announced Thursday they will work toward the goal of synchronized commercialization of biotech traits in the wheat crop.</abstract>
      <clickurl>http://lrd.yahooapis.com/_ylc=X3oDMTVjYTZwNjRtBF9TAzIwMjMxNTI3MDIEYXBwaWQDWGpiSkhFX1YzNEguNldqRmdXSjBEUlJpVUdWSHVwRTJMWkFKM1o1Nnpmc04uT2pPS2VrZmNVcTZDR3VUTkdQc0gzTS0EY2xpZW50A2Jvc3MEc2VydmljZQNCT1NTBHNsawN0aXRsZQRzcmNwdmlkAzRoQVJfV0tJY3JwVWE5akpOYmhvWW15UDJBOTZXa29RMkxVQUJOVmQ-/SIG=11utsp42q/**http%3A//www.seedquest.com/News/releases/2009/may/26173.htm</clickurl>
      <date>2009/05/16</date>
      <language>english</language>
      <source>SeedQuest</source>
      <sourceurl>http://www.seedquest.com/</sourceurl>
      <time>14:22:37</time>
      <title>World wheat groups say biotech in sync is the goal</title>
      <url>http://www.seedquest.com/News/releases/2009/may/26173.htm</url>
    </result>
    <result xmlns="http://www.inktomi.com/">
      <abstract>Josh Reynolds/APA view of the New Jersey section of the Biotechnology Industry Organization conference in Boston in 2007. Strong growth in the New Jersey biomedical research industry is offsetting declines in weakening local pharmaceutical industry presence, according to a report...</abstract>
      <clickurl>http://lrd.yahooapis.com/_ylc=X3oDMTVjYTZwNjRtBF9TAzIwMjMxNTI3MDIEYXBwaWQDWGpiSkhFX1YzNEguNldqRmdXSjBEUlJpVUdWSHVwRTJMWkFKM1o1Nnpmc04uT2pPS2VrZmNVcTZDR3VUTkdQc0gzTS0EY2xpZW50A2Jvc3MEc2VydmljZQNCT1NTBHNsawN0aXRsZQRzcmNwdmlkAzRoQVJfV0tJY3JwVWE5akpOYmhvWW15UDJBOTZXa29RMkxVQUJOVmQ-/SIG=12grh0i2v/**http%3A//www.nj.com/news/index.ssf/2009/05/jersey_attracts_biotech_firms.html</clickurl>
      <date>2009/05/16</date>
      <language>english</language>
      <source>The Star-Ledger</source>
      <sourceurl>http://www.nj.com/starledger/</sourceurl>
      <time>13:39:24</time>
      <title>NJ attracts biotech firms in the face of decline of local pharmaceutical industry</title>
      <url>http://www.nj.com/news/index.ssf/2009/05/jersey_attracts_biotech_firms.html</url>
    </result>
    <result xmlns="http://www.inktomi.com/">
      <abstract>Novavax, Inc. (Nasdaq: NVAX) announced that enrollment has been completed in the second Phase II clinical trial of its trivalent virus-like particle (VLP) seasonal influenza vaccine. This Phase IIa randomized, placebo-controlled study is evaluating a VLP vaccine against the H3N2, H1N1, and B influenza strains that circulated in the 2008-2009 influenza season.</abstract>
      <clickurl>http://lrd.yahooapis.com/_ylc=X3oDMTVjYTZwNjRtBF9TAzIwMjMxNTI3MDIEYXBwaWQDWGpiSkhFX1YzNEguNldqRmdXSjBEUlJpVUdWSHVwRTJMWkFKM1o1Nnpmc04uT2pPS2VrZmNVcTZDR3VUTkdQc0gzTS0EY2xpZW50A2Jvc3MEc2VydmljZQNCT1NTBHNsawN0aXRsZQRzcmNwdmlkAzRoQVJfV0tJY3JwVWE5akpOYmhvWW15UDJBOTZXa29RMkxVQUJOVmQ-/SIG=11onbqlkl/**http%3A//www.medicalnewstoday.com/articles/150303.php</clickurl>
      <date>2009/05/16</date>
      <language>english</language>
      <source>Medical News Today</source>
      <sourceurl>http://www.medicalnewstoday.com/</sourceurl>
      <time>11:15:05</time>
      <title>Novavax Completes Enrollment Of Its Second Phase II Seasonal Influenza VLP Vaccine Clinical Trial</title>
      <url>http://www.medicalnewstoday.com/articles/150303.php</url>
    </result>
    <result xmlns="http://www.inktomi.com/">
      <abstract>BioVex Inc, a company developing new generation biologics for the treatment and prevention of cancer and infectious disease, announced that updated survival data from its Phase II study in metastatic melanoma will be presented at the 2009 American Society of Clinical Oncology (ASCO) Annual Meeting, taking place from May 29, 2009 - June 2, 2009 in Orlando, FL.</abstract>
      <clickurl>http://lrd.yahooapis.com/_ylc=X3oDMTVjYTZwNjRtBF9TAzIwMjMxNTI3MDIEYXBwaWQDWGpiSkhFX1YzNEguNldqRmdXSjBEUlJpVUdWSHVwRTJMWkFKM1o1Nnpmc04uT2pPS2VrZmNVcTZDR3VUTkdQc0gzTS0EY2xpZW50A2Jvc3MEc2VydmljZQNCT1NTBHNsawN0aXRsZQRzcmNwdmlkAzRoQVJfV0tJY3JwVWE5akpOYmhvWW15UDJBOTZXa29RMkxVQUJOVmQ-/SIG=11ocu68p2/**http%3A//www.medicalnewstoday.com/articles/150301.php</clickurl>
      <date>2009/05/16</date>
      <language>english</language>
      <source>Medical News Today</source>
      <sourceurl>http://www.medicalnewstoday.com/</sourceurl>
      <time>11:14:45</time>
      <title>BioVex To Announce Updated Survival Data From A Phase II Clinical Study Of OncoVEX GM-CSF In Metastatic Melanoma</title>
      <url>http://www.medicalnewstoday.com/articles/150301.php</url>
    </result>
    <result xmlns="http://www.inktomi.com/">
      <abstract>Indian biotech industry seems to have caught a flu. Global recessionary trends along with contraction of the biotech market are having a crippling impact on the niche sector, which till about the middle of last year, ranked among the top 12 biotech destinations in the world and the third biggest in Asia-Pacific in terms of the number of biotech companies.</abstract>
      <clickurl>http://lrd.yahooapis.com/_ylc=X3oDMTVjYTZwNjRtBF9TAzIwMjMxNTI3MDIEYXBwaWQDWGpiSkhFX1YzNEguNldqRmdXSjBEUlJpVUdWSHVwRTJMWkFKM1o1Nnpmc04uT2pPS2VrZmNVcTZDR3VUTkdQc0gzTS0EY2xpZW50A2Jvc3MEc2VydmljZQNCT1NTBHNsawN0aXRsZQRzcmNwdmlkAzRoQVJfV0tJY3JwVWE5akpOYmhvWW15UDJBOTZXa29RMkxVQUJOVmQ-/SIG=122bor7rj/**http%3A//www.financialexpress.com/news/Biotech-knockout/461403/</clickurl>
      <date>2009/05/17</date>
      <language>english</language>
      <source>Express India</source>
      <sourceurl>http://www.expressindia.com/</sourceurl>
      <time>20:50:21</time>
      <title>Biotech knockout</title>
      <url>http://www.financialexpress.com/news/Biotech-knockout/461403/</url>
    </result>
    <result xmlns="http://www.inktomi.com/">
      <abstract>ASTON — Pomp and circumstance resounded Saturday afternoon as more than 650 Neumann University candidates for doctoral, masters, bachelors and associates degrees marched in procession at the University’s 43rd annual commencement ceremony.</abstract>
      <clickurl>http://lrd.yahooapis.com/_ylc=X3oDMTVjYTZwNjRtBF9TAzIwMjMxNTI3MDIEYXBwaWQDWGpiSkhFX1YzNEguNldqRmdXSjBEUlJpVUdWSHVwRTJMWkFKM1o1Nnpmc04uT2pPS2VrZmNVcTZDR3VUTkdQc0gzTS0EY2xpZW50A2Jvc3MEc2VydmljZQNCT1NTBHNsawN0aXRsZQRzcmNwdmlkAzRoQVJfV0tJY3JwVWE5akpOYmhvWW15UDJBOTZXa29RMkxVQUJOVmQ-/SIG=12l0qups4/**http%3A//www.delcotimes.com/articles/2009/05/17/news/doc4a0f80620d307805557861.txt</clickurl>
      <date>2009/05/17</date>
      <language>english</language>
      <source>Delaware County Times</source>
      <sourceurl>http://www.delcotimes.com/</sourceurl>
      <time>09:57:15</time>
      <title>Neumann graduates hear a touching story</title>
      <url>http://www.delcotimes.com/articles/2009/05/17/news/doc4a0f80620d307805557861.txt</url>
    </result>
    <result xmlns="http://www.inktomi.com/">
      <abstract>Allan Robins' work lands him squarely at the intersection of science and politics.</abstract>
      <clickurl>http://lrd.yahooapis.com/_ylc=X3oDMTVjYTZwNjRtBF9TAzIwMjMxNTI3MDIEYXBwaWQDWGpiSkhFX1YzNEguNldqRmdXSjBEUlJpVUdWSHVwRTJMWkFKM1o1Nnpmc04uT2pPS2VrZmNVcTZDR3VUTkdQc0gzTS0EY2xpZW50A2Jvc3MEc2VydmljZQNCT1NTBHNsawN0aXRsZQRzcmNwdmlkAzRoQVJfV0tJY3JwVWE5akpOYmhvWW15UDJBOTZXa29RMkxVQUJOVmQ-/SIG=134baqvch/**http%3A//www.ajc.com/services/content/printedition/2009/05/17/upclose0517.html%3Fcxtype=ynews_rss</clickurl>
      <date>2009/05/17</date>
      <language>english</language>
      <source>Atlanta Journal-Constitution</source>
      <sourceurl>http://www.ajc.com/</sourceurl>
      <time>08:13:04</time>
      <title>Biotech work runs into politics</title>
      <url>http://www.ajc.com/services/content/printedition/2009/05/17/upclose0517.html?cxtype=ynews_rss</url>
    </result>
    <result xmlns="http://www.inktomi.com/">
      <abstract>NORTH ANDOVER, Mass. — There are more than 400 biotechnology companies in the state, and $1 billion in government funding to promote life sciences. But the state needs more trained workers if it wants to keep its edge in the industry.</abstract>
      <clickurl>http://lrd.yahooapis.com/_ylc=X3oDMTVjYTZwNjRtBF9TAzIwMjMxNTI3MDIEYXBwaWQDWGpiSkhFX1YzNEguNldqRmdXSjBEUlJpVUdWSHVwRTJMWkFKM1o1Nnpmc04uT2pPS2VrZmNVcTZDR3VUTkdQc0gzTS0EY2xpZW50A2Jvc3MEc2VydmljZQNCT1NTBHNsawN0aXRsZQRzcmNwdmlkAzRoQVJfV0tJY3JwVWE5akpOYmhvWW15UDJBOTZXa29RMkxVQUJOVmQ-/SIG=122ernikp/**http%3A//www.eagletribune.com/punews/local_story_136224808.html</clickurl>
      <date>2009/05/17</date>
      <language>english</language>
      <source>The Eagle-Tribune</source>
      <sourceurl>http://www.eagletribune.com/</sourceurl>
      <time>05:02:44</time>
      <title>Merrimack College opens center for biotech studies</title>
      <url>http://www.eagletribune.com/punews/local_story_136224808.html</url>
    </result>
    <result xmlns="http://www.inktomi.com/">
      <abstract>The federal government is poised to send more than a half million dollars in assessment grants to Cambria and Somerset counties targeting brownfields sites for cleanup.</abstract>
      <clickurl>http://lrd.yahooapis.com/_ylc=X3oDMTVjYTZwNjRtBF9TAzIwMjMxNTI3MDIEYXBwaWQDWGpiSkhFX1YzNEguNldqRmdXSjBEUlJpVUdWSHVwRTJMWkFKM1o1Nnpmc04uT2pPS2VrZmNVcTZDR3VUTkdQc0gzTS0EY2xpZW50A2Jvc3MEc2VydmljZQNCT1NTBHNsawN0aXRsZQRzcmNwdmlkAzRoQVJfV0tJY3JwVWE5akpOYmhvWW15UDJBOTZXa29RMkxVQUJOVmQ-/SIG=125spie9r/**http%3A//www.tribune-democrat.com/local/local_story_137000601.html</clickurl>
      <date>2009/05/17</date>
      <language>english</language>
      <source>The Tribune-Democrat</source>
      <sourceurl>http://www.tribune-democrat.com/</sourceurl>
      <time>04:21:47</time>
      <title>Authority, Windber get brownfield funds</title>
      <url>http://www.tribune-democrat.com/local/local_story_137000601.html</url>
    </result>
    <result xmlns="http://www.inktomi.com/">
      <abstract>Biotechnology in agriculture has generated a great deal of controversy in recent years. Of the many scientific advances that have occurred in plant breeding since Gregor Mendel conducted his experiments about 150 years ago, crops with genetic modifications seem to have been accorded a unique status.</abstract>
      <clickurl>http://lrd.yahooapis.com/_ylc=X3oDMTVjYTZwNjRtBF9TAzIwMjMxNTI3MDIEYXBwaWQDWGpiSkhFX1YzNEguNldqRmdXSjBEUlJpVUdWSHVwRTJMWkFKM1o1Nnpmc04uT2pPS2VrZmNVcTZDR3VUTkdQc0gzTS0EY2xpZW50A2Jvc3MEc2VydmljZQNCT1NTBHNsawN0aXRsZQRzcmNwdmlkAzRoQVJfV0tJY3JwVWE5akpOYmhvWW15UDJBOTZXa29RMkxVQUJOVmQ-/SIG=11urucq55/**http%3A//www.seedquest.com/News/releases/2009/may/26181.htm</clickurl>
      <date>2009/05/16</date>
      <language>english</language>
      <source>SeedQuest</source>
      <sourceurl>http://www.seedquest.com/</sourceurl>
      <time>18:22:47</time>
      <title>IFPRI Food Policy Review: Measuring the economic impacts of transgenic crops in developing agriculture during the ...</title>
      <url>http://www.seedquest.com/News/releases/2009/may/26181.htm</url>
    </result>
    <result xmlns="http://www.inktomi.com/">
      <abstract>Organizations representing the wheat industry in the United States, Canada and Australia announced Thursday they will work toward the goal of synchronized commercialization of biotech traits in the wheat crop.</abstract>
      <clickurl>http://lrd.yahooapis.com/_ylc=X3oDMTVjYTZwNjRtBF9TAzIwMjMxNTI3MDIEYXBwaWQDWGpiSkhFX1YzNEguNldqRmdXSjBEUlJpVUdWSHVwRTJMWkFKM1o1Nnpmc04uT2pPS2VrZmNVcTZDR3VUTkdQc0gzTS0EY2xpZW50A2Jvc3MEc2VydmljZQNCT1NTBHNsawN0aXRsZQRzcmNwdmlkAzRoQVJfV0tJY3JwVWE5akpOYmhvWW15UDJBOTZXa29RMkxVQUJOVmQ-/SIG=11utsp42q/**http%3A//www.seedquest.com/News/releases/2009/may/26173.htm</clickurl>
      <date>2009/05/16</date>
      <language>english</language>
      <source>SeedQuest</source>
      <sourceurl>http://www.seedquest.com/</sourceurl>
      <time>14:22:37</time>
      <title>World wheat groups say biotech in sync is the goal</title>
      <url>http://www.seedquest.com/News/releases/2009/may/26173.htm</url>
    </result>
    <result xmlns="http://www.inktomi.com/">
      <abstract>Josh Reynolds/APA view of the New Jersey section of the Biotechnology Industry Organization conference in Boston in 2007. Strong growth in the New Jersey biomedical research industry is offsetting declines in weakening local pharmaceutical industry presence, according to a report...</abstract>
      <clickurl>http://lrd.yahooapis.com/_ylc=X3oDMTVjYTZwNjRtBF9TAzIwMjMxNTI3MDIEYXBwaWQDWGpiSkhFX1YzNEguNldqRmdXSjBEUlJpVUdWSHVwRTJMWkFKM1o1Nnpmc04uT2pPS2VrZmNVcTZDR3VUTkdQc0gzTS0EY2xpZW50A2Jvc3MEc2VydmljZQNCT1NTBHNsawN0aXRsZQRzcmNwdmlkAzRoQVJfV0tJY3JwVWE5akpOYmhvWW15UDJBOTZXa29RMkxVQUJOVmQ-/SIG=12grh0i2v/**http%3A//www.nj.com/news/index.ssf/2009/05/jersey_attracts_biotech_firms.html</clickurl>
      <date>2009/05/16</date>
      <language>english</language>
      <source>The Star-Ledger</source>
      <sourceurl>http://www.nj.com/starledger/</sourceurl>
      <time>13:39:24</time>
      <title>NJ attracts biotech firms in the face of decline of local pharmaceutical industry</title>
      <url>http://www.nj.com/news/index.ssf/2009/05/jersey_attracts_biotech_firms.html</url>
    </result>
    <result xmlns="http://www.inktomi.com/">
      <abstract>Novavax, Inc. (Nasdaq: NVAX) announced that enrollment has been completed in the second Phase II clinical trial of its trivalent virus-like particle (VLP) seasonal influenza vaccine. This Phase IIa randomized, placebo-controlled study is evaluating a VLP vaccine against the H3N2, H1N1, and B influenza strains that circulated in the 2008-2009 influenza season.</abstract>
      <clickurl>http://lrd.yahooapis.com/_ylc=X3oDMTVjYTZwNjRtBF9TAzIwMjMxNTI3MDIEYXBwaWQDWGpiSkhFX1YzNEguNldqRmdXSjBEUlJpVUdWSHVwRTJMWkFKM1o1Nnpmc04uT2pPS2VrZmNVcTZDR3VUTkdQc0gzTS0EY2xpZW50A2Jvc3MEc2VydmljZQNCT1NTBHNsawN0aXRsZQRzcmNwdmlkAzRoQVJfV0tJY3JwVWE5akpOYmhvWW15UDJBOTZXa29RMkxVQUJOVmQ-/SIG=11onbqlkl/**http%3A//www.medicalnewstoday.com/articles/150303.php</clickurl>
      <date>2009/05/16</date>
      <language>english</language>
      <source>Medical News Today</source>
      <sourceurl>http://www.medicalnewstoday.com/</sourceurl>
      <time>11:15:05</time>
      <title>Novavax Completes Enrollment Of Its Second Phase II Seasonal Influenza VLP Vaccine Clinical Trial</title>
      <url>http://www.medicalnewstoday.com/articles/150303.php</url>
    </result>
    <result xmlns="http://www.inktomi.com/">
      <abstract>BioVex Inc, a company developing new generation biologics for the treatment and prevention of cancer and infectious disease, announced that updated survival data from its Phase II study in metastatic melanoma will be presented at the 2009 American Society of Clinical Oncology (ASCO) Annual Meeting, taking place from May 29, 2009 - June 2, 2009 in Orlando, FL.</abstract>
      <clickurl>http://lrd.yahooapis.com/_ylc=X3oDMTVjYTZwNjRtBF9TAzIwMjMxNTI3MDIEYXBwaWQDWGpiSkhFX1YzNEguNldqRmdXSjBEUlJpVUdWSHVwRTJMWkFKM1o1Nnpmc04uT2pPS2VrZmNVcTZDR3VUTkdQc0gzTS0EY2xpZW50A2Jvc3MEc2VydmljZQNCT1NTBHNsawN0aXRsZQRzcmNwdmlkAzRoQVJfV0tJY3JwVWE5akpOYmhvWW15UDJBOTZXa29RMkxVQUJOVmQ-/SIG=11ocu68p2/**http%3A//www.medicalnewstoday.com/articles/150301.php</clickurl>
      <date>2009/05/16</date>
      <language>english</language>
      <source>Medical News Today</source>
      <sourceurl>http://www.medicalnewstoday.com/</sourceurl>
      <time>11:14:45</time>
      <title>BioVex To Announce Updated Survival Data From A Phase II Clinical Study Of OncoVEX GM-CSF In Metastatic Melanoma</title>
      <url>http://www.medicalnewstoday.com/articles/150301.php</url>
    </result>
    <result xmlns="http://www.inktomi.com/">
      <abstract>Indian biotech industry seems to have caught a flu. Global recessionary trends along with contraction of the biotech market are having a crippling impact on the niche sector, which till about the middle of last year, ranked among the top 12 biotech destinations in the world and the third biggest in Asia-Pacific in terms of the number of biotech companies.</abstract>
      <clickurl>http://lrd.yahooapis.com/_ylc=X3oDMTVjYTZwNjRtBF9TAzIwMjMxNTI3MDIEYXBwaWQDWGpiSkhFX1YzNEguNldqRmdXSjBEUlJpVUdWSHVwRTJMWkFKM1o1Nnpmc04uT2pPS2VrZmNVcTZDR3VUTkdQc0gzTS0EY2xpZW50A2Jvc3MEc2VydmljZQNCT1NTBHNsawN0aXRsZQRzcmNwdmlkAzRoQVJfV0tJY3JwVWE5akpOYmhvWW15UDJBOTZXa29RMkxVQUJOVmQ-/SIG=122bor7rj/**http%3A//www.financialexpress.com/news/Biotech-knockout/461403/</clickurl>
      <date>2009/05/17</date>
      <language>english</language>
      <source>Express India</source>
      <sourceurl>http://www.expressindia.com/</sourceurl>
      <time>20:50:21</time>
      <title>Biotech knockout</title>
      <url>http://www.financialexpress.com/news/Biotech-knockout/461403/</url>
    </result>
    <result xmlns="http://www.inktomi.com/">
      <abstract>ASTON — Pomp and circumstance resounded Saturday afternoon as more than 650 Neumann University candidates for doctoral, masters, bachelors and associates degrees marched in procession at the University’s 43rd annual commencement ceremony.</abstract>
      <clickurl>http://lrd.yahooapis.com/_ylc=X3oDMTVjYTZwNjRtBF9TAzIwMjMxNTI3MDIEYXBwaWQDWGpiSkhFX1YzNEguNldqRmdXSjBEUlJpVUdWSHVwRTJMWkFKM1o1Nnpmc04uT2pPS2VrZmNVcTZDR3VUTkdQc0gzTS0EY2xpZW50A2Jvc3MEc2VydmljZQNCT1NTBHNsawN0aXRsZQRzcmNwdmlkAzRoQVJfV0tJY3JwVWE5akpOYmhvWW15UDJBOTZXa29RMkxVQUJOVmQ-/SIG=12l0qups4/**http%3A//www.delcotimes.com/articles/2009/05/17/news/doc4a0f80620d307805557861.txt</clickurl>
      <date>2009/05/17</date>
      <language>english</language>
      <source>Delaware County Times</source>
      <sourceurl>http://www.delcotimes.com/</sourceurl>
      <time>09:57:15</time>
      <title>Neumann graduates hear a touching story</title>
      <url>http://www.delcotimes.com/articles/2009/05/17/news/doc4a0f80620d307805557861.txt</url>
    </result>
    <result xmlns="http://www.inktomi.com/">
      <abstract>Allan Robins' work lands him squarely at the intersection of science and politics.</abstract>
      <clickurl>http://lrd.yahooapis.com/_ylc=X3oDMTVjYTZwNjRtBF9TAzIwMjMxNTI3MDIEYXBwaWQDWGpiSkhFX1YzNEguNldqRmdXSjBEUlJpVUdWSHVwRTJMWkFKM1o1Nnpmc04uT2pPS2VrZmNVcTZDR3VUTkdQc0gzTS0EY2xpZW50A2Jvc3MEc2VydmljZQNCT1NTBHNsawN0aXRsZQRzcmNwdmlkAzRoQVJfV0tJY3JwVWE5akpOYmhvWW15UDJBOTZXa29RMkxVQUJOVmQ-/SIG=134baqvch/**http%3A//www.ajc.com/services/content/printedition/2009/05/17/upclose0517.html%3Fcxtype=ynews_rss</clickurl>
      <date>2009/05/17</date>
      <language>english</language>
      <source>Atlanta Journal-Constitution</source>
      <sourceurl>http://www.ajc.com/</sourceurl>
      <time>08:13:04</time>
      <title>Biotech work runs into politics</title>
      <url>http://www.ajc.com/services/content/printedition/2009/05/17/upclose0517.html?cxtype=ynews_rss</url>
    </result>
    <result xmlns="http://www.inktomi.com/">
      <abstract>NORTH ANDOVER, Mass. — There are more than 400 biotechnology companies in the state, and $1 billion in government funding to promote life sciences. But the state needs more trained workers if it wants to keep its edge in the industry.</abstract>
      <clickurl>http://lrd.yahooapis.com/_ylc=X3oDMTVjYTZwNjRtBF9TAzIwMjMxNTI3MDIEYXBwaWQDWGpiSkhFX1YzNEguNldqRmdXSjBEUlJpVUdWSHVwRTJMWkFKM1o1Nnpmc04uT2pPS2VrZmNVcTZDR3VUTkdQc0gzTS0EY2xpZW50A2Jvc3MEc2VydmljZQNCT1NTBHNsawN0aXRsZQRzcmNwdmlkAzRoQVJfV0tJY3JwVWE5akpOYmhvWW15UDJBOTZXa29RMkxVQUJOVmQ-/SIG=122ernikp/**http%3A//www.eagletribune.com/punews/local_story_136224808.html</clickurl>
      <date>2009/05/17</date>
      <language>english</language>
      <source>The Eagle-Tribune</source>
      <sourceurl>http://www.eagletribune.com/</sourceurl>
      <time>05:02:44</time>
      <title>Merrimack College opens center for biotech studies</title>
      <url>http://www.eagletribune.com/punews/local_story_136224808.html</url>
    </result>
    <result xmlns="http://www.inktomi.com/">
      <abstract>The federal government is poised to send more than a half million dollars in assessment grants to Cambria and Somerset counties targeting brownfields sites for cleanup.</abstract>
      <clickurl>http://lrd.yahooapis.com/_ylc=X3oDMTVjYTZwNjRtBF9TAzIwMjMxNTI3MDIEYXBwaWQDWGpiSkhFX1YzNEguNldqRmdXSjBEUlJpVUdWSHVwRTJMWkFKM1o1Nnpmc04uT2pPS2VrZmNVcTZDR3VUTkdQc0gzTS0EY2xpZW50A2Jvc3MEc2VydmljZQNCT1NTBHNsawN0aXRsZQRzcmNwdmlkAzRoQVJfV0tJY3JwVWE5akpOYmhvWW15UDJBOTZXa29RMkxVQUJOVmQ-/SIG=125spie9r/**http%3A//www.tribune-democrat.com/local/local_story_137000601.html</clickurl>
      <date>2009/05/17</date>
      <language>english</language>
      <source>The Tribune-Democrat</source>
      <sourceurl>http://www.tribune-democrat.com/</sourceurl>
      <time>04:21:47</time>
      <title>Authority, Windber get brownfield funds</title>
      <url>http://www.tribune-democrat.com/local/local_story_137000601.html</url>
    </result>
    <result xmlns="http://www.inktomi.com/">
      <abstract>Biotechnology in agriculture has generated a great deal of controversy in recent years. Of the many scientific advances that have occurred in plant breeding since Gregor Mendel conducted his experiments about 150 years ago, crops with genetic modifications seem to have been accorded a unique status.</abstract>
      <clickurl>http://lrd.yahooapis.com/_ylc=X3oDMTVjYTZwNjRtBF9TAzIwMjMxNTI3MDIEYXBwaWQDWGpiSkhFX1YzNEguNldqRmdXSjBEUlJpVUdWSHVwRTJMWkFKM1o1Nnpmc04uT2pPS2VrZmNVcTZDR3VUTkdQc0gzTS0EY2xpZW50A2Jvc3MEc2VydmljZQNCT1NTBHNsawN0aXRsZQRzcmNwdmlkAzRoQVJfV0tJY3JwVWE5akpOYmhvWW15UDJBOTZXa29RMkxVQUJOVmQ-/SIG=11urucq55/**http%3A//www.seedquest.com/News/releases/2009/may/26181.htm</clickurl>
      <date>2009/05/16</date>
      <language>english</language>
      <source>SeedQuest</source>
      <sourceurl>http://www.seedquest.com/</sourceurl>
      <time>18:22:47</time>
      <title>IFPRI Food Policy Review: Measuring the economic impacts of transgenic crops in developing agriculture during the ...</title>
      <url>http://www.seedquest.com/News/releases/2009/may/26181.htm</url>
    </result>
    <result xmlns="http://www.inktomi.com/">
      <abstract>Organizations representing the wheat industry in the United States, Canada and Australia announced Thursday they will work toward the goal of synchronized commercialization of biotech traits in the wheat crop.</abstract>
      <clickurl>http://lrd.yahooapis.com/_ylc=X3oDMTVjYTZwNjRtBF9TAzIwMjMxNTI3MDIEYXBwaWQDWGpiSkhFX1YzNEguNldqRmdXSjBEUlJpVUdWSHVwRTJMWkFKM1o1Nnpmc04uT2pPS2VrZmNVcTZDR3VUTkdQc0gzTS0EY2xpZW50A2Jvc3MEc2VydmljZQNCT1NTBHNsawN0aXRsZQRzcmNwdmlkAzRoQVJfV0tJY3JwVWE5akpOYmhvWW15UDJBOTZXa29RMkxVQUJOVmQ-/SIG=11utsp42q/**http%3A//www.seedquest.com/News/releases/2009/may/26173.htm</clickurl>
      <date>2009/05/16</date>
      <language>english</language>
      <source>SeedQuest</source>
      <sourceurl>http://www.seedquest.com/</sourceurl>
      <time>14:22:37</time>
      <title>World wheat groups say biotech in sync is the goal</title>
      <url>http://www.seedquest.com/News/releases/2009/may/26173.htm</url>
    </result>
    <result xmlns="http://www.inktomi.com/">
      <abstract>Josh Reynolds/APA view of the New Jersey section of the Biotechnology Industry Organization conference in Boston in 2007. Strong growth in the New Jersey biomedical research industry is offsetting declines in weakening local pharmaceutical industry presence, according to a report...</abstract>
      <clickurl>http://lrd.yahooapis.com/_ylc=X3oDMTVjYTZwNjRtBF9TAzIwMjMxNTI3MDIEYXBwaWQDWGpiSkhFX1YzNEguNldqRmdXSjBEUlJpVUdWSHVwRTJMWkFKM1o1Nnpmc04uT2pPS2VrZmNVcTZDR3VUTkdQc0gzTS0EY2xpZW50A2Jvc3MEc2VydmljZQNCT1NTBHNsawN0aXRsZQRzcmNwdmlkAzRoQVJfV0tJY3JwVWE5akpOYmhvWW15UDJBOTZXa29RMkxVQUJOVmQ-/SIG=12grh0i2v/**http%3A//www.nj.com/news/index.ssf/2009/05/jersey_attracts_biotech_firms.html</clickurl>
      <date>2009/05/16</date>
      <language>english</language>
      <source>The Star-Ledger</source>
      <sourceurl>http://www.nj.com/starledger/</sourceurl>
      <time>13:39:24</time>
      <title>NJ attracts biotech firms in the face of decline of local pharmaceutical industry</title>
      <url>http://www.nj.com/news/index.ssf/2009/05/jersey_attracts_biotech_firms.html</url>
    </result>
    <result xmlns="http://www.inktomi.com/">
      <abstract>Novavax, Inc. (Nasdaq: NVAX) announced that enrollment has been completed in the second Phase II clinical trial of its trivalent virus-like particle (VLP) seasonal influenza vaccine. This Phase IIa randomized, placebo-controlled study is evaluating a VLP vaccine against the H3N2, H1N1, and B influenza strains that circulated in the 2008-2009 influenza season.</abstract>
      <clickurl>http://lrd.yahooapis.com/_ylc=X3oDMTVjYTZwNjRtBF9TAzIwMjMxNTI3MDIEYXBwaWQDWGpiSkhFX1YzNEguNldqRmdXSjBEUlJpVUdWSHVwRTJMWkFKM1o1Nnpmc04uT2pPS2VrZmNVcTZDR3VUTkdQc0gzTS0EY2xpZW50A2Jvc3MEc2VydmljZQNCT1NTBHNsawN0aXRsZQRzcmNwdmlkAzRoQVJfV0tJY3JwVWE5akpOYmhvWW15UDJBOTZXa29RMkxVQUJOVmQ-/SIG=11onbqlkl/**http%3A//www.medicalnewstoday.com/articles/150303.php</clickurl>
      <date>2009/05/16</date>
      <language>english</language>
      <source>Medical News Today</source>
      <sourceurl>http://www.medicalnewstoday.com/</sourceurl>
      <time>11:15:05</time>
      <title>Novavax Completes Enrollment Of Its Second Phase II Seasonal Influenza VLP Vaccine Clinical Trial</title>
      <url>http://www.medicalnewstoday.com/articles/150303.php</url>
    </result>
    <result xmlns="http://www.inktomi.com/">
      <abstract>BioVex Inc, a company developing new generation biologics for the treatment and prevention of cancer and infectious disease, announced that updated survival data from its Phase II study in metastatic melanoma will be presented at the 2009 American Society of Clinical Oncology (ASCO) Annual Meeting, taking place from May 29, 2009 - June 2, 2009 in Orlando, FL.</abstract>
      <clickurl>http://lrd.yahooapis.com/_ylc=X3oDMTVjYTZwNjRtBF9TAzIwMjMxNTI3MDIEYXBwaWQDWGpiSkhFX1YzNEguNldqRmdXSjBEUlJpVUdWSHVwRTJMWkFKM1o1Nnpmc04uT2pPS2VrZmNVcTZDR3VUTkdQc0gzTS0EY2xpZW50A2Jvc3MEc2VydmljZQNCT1NTBHNsawN0aXRsZQRzcmNwdmlkAzRoQVJfV0tJY3JwVWE5akpOYmhvWW15UDJBOTZXa29RMkxVQUJOVmQ-/SIG=11ocu68p2/**http%3A//www.medicalnewstoday.com/articles/150301.php</clickurl>
      <date>2009/05/16</date>
      <language>english</language>
      <source>Medical News Today</source>
      <sourceurl>http://www.medicalnewstoday.com/</sourceurl>
      <time>11:14:45</time>
      <title>BioVex To Announce Updated Survival Data From A Phase II Clinical Study Of OncoVEX GM-CSF In Metastatic Melanoma</title>
      <url>http://www.medicalnewstoday.com/articles/150301.php</url>
    </result>
    <result xmlns="http://www.inktomi.com/">
      <abstract>Indian biotech industry seems to have caught a flu. Global recessionary trends along with contraction of the biotech market are having a crippling impact on the niche sector, which till about the middle of last year, ranked among the top 12 biotech destinations in the world and the third biggest in Asia-Pacific in terms of the number of biotech companies.</abstract>
      <clickurl>http://lrd.yahooapis.com/_ylc=X3oDMTVjYTZwNjRtBF9TAzIwMjMxNTI3MDIEYXBwaWQDWGpiSkhFX1YzNEguNldqRmdXSjBEUlJpVUdWSHVwRTJMWkFKM1o1Nnpmc04uT2pPS2VrZmNVcTZDR3VUTkdQc0gzTS0EY2xpZW50A2Jvc3MEc2VydmljZQNCT1NTBHNsawN0aXRsZQRzcmNwdmlkAzRoQVJfV0tJY3JwVWE5akpOYmhvWW15UDJBOTZXa29RMkxVQUJOVmQ-/SIG=122bor7rj/**http%3A//www.financialexpress.com/news/Biotech-knockout/461403/</clickurl>
      <date>2009/05/17</date>
      <language>english</language>
      <source>Express India</source>
      <sourceurl>http://www.expressindia.com/</sourceurl>
      <time>20:50:21</time>
      <title>Biotech knockout</title>
      <url>http://www.financialexpress.com/news/Biotech-knockout/461403/</url>
    </result>
    <result xmlns="http://www.inktomi.com/">
      <abstract>ASTON — Pomp and circumstance resounded Saturday afternoon as more than 650 Neumann University candidates for doctoral, masters, bachelors and associates degrees marched in procession at the University’s 43rd annual commencement ceremony.</abstract>
      <clickurl>http://lrd.yahooapis.com/_ylc=X3oDMTVjYTZwNjRtBF9TAzIwMjMxNTI3MDIEYXBwaWQDWGpiSkhFX1YzNEguNldqRmdXSjBEUlJpVUdWSHVwRTJMWkFKM1o1Nnpmc04uT2pPS2VrZmNVcTZDR3VUTkdQc0gzTS0EY2xpZW50A2Jvc3MEc2VydmljZQNCT1NTBHNsawN0aXRsZQRzcmNwdmlkAzRoQVJfV0tJY3JwVWE5akpOYmhvWW15UDJBOTZXa29RMkxVQUJOVmQ-/SIG=12l0qups4/**http%3A//www.delcotimes.com/articles/2009/05/17/news/doc4a0f80620d307805557861.txt</clickurl>
      <date>2009/05/17</date>
      <language>english</language>
      <source>Delaware County Times</source>
      <sourceurl>http://www.delcotimes.com/</sourceurl>
      <time>09:57:15</time>
      <title>Neumann graduates hear a touching story</title>
      <url>http://www.delcotimes.com/articles/2009/05/17/news/doc4a0f80620d307805557861.txt</url>
    </result>
    <result xmlns="http://www.inktomi.com/">
      <abstract>Allan Robins' work lands him squarely at the intersection of science and politics.</abstract>
      <clickurl>http://lrd.yahooapis.com/_ylc=X3oDMTVjYTZwNjRtBF9TAzIwMjMxNTI3MDIEYXBwaWQDWGpiSkhFX1YzNEguNldqRmdXSjBEUlJpVUdWSHVwRTJMWkFKM1o1Nnpmc04uT2pPS2VrZmNVcTZDR3VUTkdQc0gzTS0EY2xpZW50A2Jvc3MEc2VydmljZQNCT1NTBHNsawN0aXRsZQRzcmNwdmlkAzRoQVJfV0tJY3JwVWE5akpOYmhvWW15UDJBOTZXa29RMkxVQUJOVmQ-/SIG=134baqvch/**http%3A//www.ajc.com/services/content/printedition/2009/05/17/upclose0517.html%3Fcxtype=ynews_rss</clickurl>
      <date>2009/05/17</date>
      <language>english</language>
      <source>Atlanta Journal-Constitution</source>
      <sourceurl>http://www.ajc.com/</sourceurl>
      <time>08:13:04</time>
      <title>Biotech work runs into politics</title>
      <url>http://www.ajc.com/services/content/printedition/2009/05/17/upclose0517.html?cxtype=ynews_rss</url>
    </result>
    <result xmlns="http://www.inktomi.com/">
      <abstract>NORTH ANDOVER, Mass. — There are more than 400 biotechnology companies in the state, and $1 billion in government funding to promote life sciences. But the state needs more trained workers if it wants to keep its edge in the industry.</abstract>
      <clickurl>http://lrd.yahooapis.com/_ylc=X3oDMTVjYTZwNjRtBF9TAzIwMjMxNTI3MDIEYXBwaWQDWGpiSkhFX1YzNEguNldqRmdXSjBEUlJpVUdWSHVwRTJMWkFKM1o1Nnpmc04uT2pPS2VrZmNVcTZDR3VUTkdQc0gzTS0EY2xpZW50A2Jvc3MEc2VydmljZQNCT1NTBHNsawN0aXRsZQRzcmNwdmlkAzRoQVJfV0tJY3JwVWE5akpOYmhvWW15UDJBOTZXa29RMkxVQUJOVmQ-/SIG=122ernikp/**http%3A//www.eagletribune.com/punews/local_story_136224808.html</clickurl>
      <date>2009/05/17</date>
      <language>english</language>
      <source>The Eagle-Tribune</source>
      <sourceurl>http://www.eagletribune.com/</sourceurl>
      <time>05:02:44</time>
      <title>Merrimack College opens center for biotech studies</title>
      <url>http://www.eagletribune.com/punews/local_story_136224808.html</url>
    </result>
    <result xmlns="http://www.inktomi.com/">
      <abstract>The federal government is poised to send more than a half million dollars in assessment grants to Cambria and Somerset counties targeting brownfields sites for cleanup.</abstract>
      <clickurl>http://lrd.yahooapis.com/_ylc=X3oDMTVjYTZwNjRtBF9TAzIwMjMxNTI3MDIEYXBwaWQDWGpiSkhFX1YzNEguNldqRmdXSjBEUlJpVUdWSHVwRTJMWkFKM1o1Nnpmc04uT2pPS2VrZmNVcTZDR3VUTkdQc0gzTS0EY2xpZW50A2Jvc3MEc2VydmljZQNCT1NTBHNsawN0aXRsZQRzcmNwdmlkAzRoQVJfV0tJY3JwVWE5akpOYmhvWW15UDJBOTZXa29RMkxVQUJOVmQ-/SIG=125spie9r/**http%3A//www.tribune-democrat.com/local/local_story_137000601.html</clickurl>
      <date>2009/05/17</date>
      <language>english</language>
      <source>The Tribune-Democrat</source>
      <sourceurl>http://www.tribune-democrat.com/</sourceurl>
      <time>04:21:47</time>
      <title>Authority, Windber get brownfield funds</title>
      <url>http://www.tribune-democrat.com/local/local_story_137000601.html</url>
    </result>
    <result xmlns="http://www.inktomi.com/">
      <abstract>Biotechnology in agriculture has generated a great deal of controversy in recent years. Of the many scientific advances that have occurred in plant breeding since Gregor Mendel conducted his experiments about 150 years ago, crops with genetic modifications seem to have been accorded a unique status.</abstract>
      <clickurl>http://lrd.yahooapis.com/_ylc=X3oDMTVjYTZwNjRtBF9TAzIwMjMxNTI3MDIEYXBwaWQDWGpiSkhFX1YzNEguNldqRmdXSjBEUlJpVUdWSHVwRTJMWkFKM1o1Nnpmc04uT2pPS2VrZmNVcTZDR3VUTkdQc0gzTS0EY2xpZW50A2Jvc3MEc2VydmljZQNCT1NTBHNsawN0aXRsZQRzcmNwdmlkAzRoQVJfV0tJY3JwVWE5akpOYmhvWW15UDJBOTZXa29RMkxVQUJOVmQ-/SIG=11urucq55/**http%3A//www.seedquest.com/News/releases/2009/may/26181.htm</clickurl>
      <date>2009/05/16</date>
      <language>english</language>
      <source>SeedQuest</source>
      <sourceurl>http://www.seedquest.com/</sourceurl>
      <time>18:22:47</time>
      <title>IFPRI Food Policy Review: Measuring the economic impacts of transgenic crops in developing agriculture during the ...</title>
      <url>http://www.seedquest.com/News/releases/2009/may/26181.htm</url>
    </result>
    <result xmlns="http://www.inktomi.com/">
      <abstract>Organizations representing the wheat industry in the United States, Canada and Australia announced Thursday they will work toward the goal of synchronized commercialization of biotech traits in the wheat crop.</abstract>
      <clickurl>http://lrd.yahooapis.com/_ylc=X3oDMTVjYTZwNjRtBF9TAzIwMjMxNTI3MDIEYXBwaWQDWGpiSkhFX1YzNEguNldqRmdXSjBEUlJpVUdWSHVwRTJMWkFKM1o1Nnpmc04uT2pPS2VrZmNVcTZDR3VUTkdQc0gzTS0EY2xpZW50A2Jvc3MEc2VydmljZQNCT1NTBHNsawN0aXRsZQRzcmNwdmlkAzRoQVJfV0tJY3JwVWE5akpOYmhvWW15UDJBOTZXa29RMkxVQUJOVmQ-/SIG=11utsp42q/**http%3A//www.seedquest.com/News/releases/2009/may/26173.htm</clickurl>
      <date>2009/05/16</date>
      <language>english</language>
      <source>SeedQuest</source>
      <sourceurl>http://www.seedquest.com/</sourceurl>
      <time>14:22:37</time>
      <title>World wheat groups say biotech in sync is the goal</title>
      <url>http://www.seedquest.com/News/releases/2009/may/26173.htm</url>
    </result>
    <result xmlns="http://www.inktomi.com/">
      <abstract>Josh Reynolds/APA view of the New Jersey section of the Biotechnology Industry Organization conference in Boston in 2007. Strong growth in the New Jersey biomedical research industry is offsetting declines in weakening local pharmaceutical industry presence, according to a report...</abstract>
      <clickurl>http://lrd.yahooapis.com/_ylc=X3oDMTVjYTZwNjRtBF9TAzIwMjMxNTI3MDIEYXBwaWQDWGpiSkhFX1YzNEguNldqRmdXSjBEUlJpVUdWSHVwRTJMWkFKM1o1Nnpmc04uT2pPS2VrZmNVcTZDR3VUTkdQc0gzTS0EY2xpZW50A2Jvc3MEc2VydmljZQNCT1NTBHNsawN0aXRsZQRzcmNwdmlkAzRoQVJfV0tJY3JwVWE5akpOYmhvWW15UDJBOTZXa29RMkxVQUJOVmQ-/SIG=12grh0i2v/**http%3A//www.nj.com/news/index.ssf/2009/05/jersey_attracts_biotech_firms.html</clickurl>
      <date>2009/05/16</date>
      <language>english</language>
      <source>The Star-Ledger</source>
      <sourceurl>http://www.nj.com/starledger/</sourceurl>
      <time>13:39:24</time>
      <title>NJ attracts biotech firms in the face of decline of local pharmaceutical industry</title>
      <url>http://www.nj.com/news/index.ssf/2009/05/jersey_attracts_biotech_firms.html</url>
    </result>
    <result xmlns="http://www.inktomi.com/">
      <abstract>Novavax, Inc. (Nasdaq: NVAX) announced that enrollment has been completed in the second Phase II clinical trial of its trivalent virus-like particle (VLP) seasonal influenza vaccine. This Phase IIa randomized, placebo-controlled study is evaluating a VLP vaccine against the H3N2, H1N1, and B influenza strains that circulated in the 2008-2009 influenza season.</abstract>
      <clickurl>http://lrd.yahooapis.com/_ylc=X3oDMTVjYTZwNjRtBF9TAzIwMjMxNTI3MDIEYXBwaWQDWGpiSkhFX1YzNEguNldqRmdXSjBEUlJpVUdWSHVwRTJMWkFKM1o1Nnpmc04uT2pPS2VrZmNVcTZDR3VUTkdQc0gzTS0EY2xpZW50A2Jvc3MEc2VydmljZQNCT1NTBHNsawN0aXRsZQRzcmNwdmlkAzRoQVJfV0tJY3JwVWE5akpOYmhvWW15UDJBOTZXa29RMkxVQUJOVmQ-/SIG=11onbqlkl/**http%3A//www.medicalnewstoday.com/articles/150303.php</clickurl>
      <date>2009/05/16</date>
      <language>english</language>
      <source>Medical News Today</source>
      <sourceurl>http://www.medicalnewstoday.com/</sourceurl>
      <time>11:15:05</time>
      <title>Novavax Completes Enrollment Of Its Second Phase II Seasonal Influenza VLP Vaccine Clinical Trial</title>
      <url>http://www.medicalnewstoday.com/articles/150303.php</url>
    </result>
    <result xmlns="http://www.inktomi.com/">
      <abstract>BioVex Inc, a company developing new generation biologics for the treatment and prevention of cancer and infectious disease, announced that updated survival data from its Phase II study in metastatic melanoma will be presented at the 2009 American Society of Clinical Oncology (ASCO) Annual Meeting, taking place from May 29, 2009 - June 2, 2009 in Orlando, FL.</abstract>
      <clickurl>http://lrd.yahooapis.com/_ylc=X3oDMTVjYTZwNjRtBF9TAzIwMjMxNTI3MDIEYXBwaWQDWGpiSkhFX1YzNEguNldqRmdXSjBEUlJpVUdWSHVwRTJMWkFKM1o1Nnpmc04uT2pPS2VrZmNVcTZDR3VUTkdQc0gzTS0EY2xpZW50A2Jvc3MEc2VydmljZQNCT1NTBHNsawN0aXRsZQRzcmNwdmlkAzRoQVJfV0tJY3JwVWE5akpOYmhvWW15UDJBOTZXa29RMkxVQUJOVmQ-/SIG=11ocu68p2/**http%3A//www.medicalnewstoday.com/articles/150301.php</clickurl>
      <date>2009/05/16</date>
      <language>english</language>
      <source>Medical News Today</source>
      <sourceurl>http://www.medicalnewstoday.com/</sourceurl>
      <time>11:14:45</time>
      <title>BioVex To Announce Updated Survival Data From A Phase II Clinical Study Of OncoVEX GM-CSF In Metastatic Melanoma</title>
      <url>http://www.medicalnewstoday.com/articles/150301.php</url>
    </result>
    <result xmlns="http://www.inktomi.com/">
      <abstract>Indian biotech industry seems to have caught a flu. Global recessionary trends along with contraction of the biotech market are having a crippling impact on the niche sector, which till about the middle of last year, ranked among the top 12 biotech destinations in the world and the third biggest in Asia-Pacific in terms of the number of biotech companies.</abstract>
      <clickurl>http://lrd.yahooapis.com/_ylc=X3oDMTVjYTZwNjRtBF9TAzIwMjMxNTI3MDIEYXBwaWQDWGpiSkhFX1YzNEguNldqRmdXSjBEUlJpVUdWSHVwRTJMWkFKM1o1Nnpmc04uT2pPS2VrZmNVcTZDR3VUTkdQc0gzTS0EY2xpZW50A2Jvc3MEc2VydmljZQNCT1NTBHNsawN0aXRsZQRzcmNwdmlkAzRoQVJfV0tJY3JwVWE5akpOYmhvWW15UDJBOTZXa29RMkxVQUJOVmQ-/SIG=122bor7rj/**http%3A//www.financialexpress.com/news/Biotech-knockout/461403/</clickurl>
      <date>2009/05/17</date>
      <language>english</language>
      <source>Express India</source>
      <sourceurl>http://www.expressindia.com/</sourceurl>
      <time>20:50:21</time>
      <title>Biotech knockout</title>
      <url>http://www.financialexpress.com/news/Biotech-knockout/461403/</url>
    </result>
    <result xmlns="http://www.inktomi.com/">
      <abstract>ASTON — Pomp and circumstance resounded Saturday afternoon as more than 650 Neumann University candidates for doctoral, masters, bachelors and associates degrees marched in procession at the University’s 43rd annual commencement ceremony.</abstract>
      <clickurl>http://lrd.yahooapis.com/_ylc=X3oDMTVjYTZwNjRtBF9TAzIwMjMxNTI3MDIEYXBwaWQDWGpiSkhFX1YzNEguNldqRmdXSjBEUlJpVUdWSHVwRTJMWkFKM1o1Nnpmc04uT2pPS2VrZmNVcTZDR3VUTkdQc0gzTS0EY2xpZW50A2Jvc3MEc2VydmljZQNCT1NTBHNsawN0aXRsZQRzcmNwdmlkAzRoQVJfV0tJY3JwVWE5akpOYmhvWW15UDJBOTZXa29RMkxVQUJOVmQ-/SIG=12l0qups4/**http%3A//www.delcotimes.com/articles/2009/05/17/news/doc4a0f80620d307805557861.txt</clickurl>
      <date>2009/05/17</date>
      <language>english</language>
      <source>Delaware County Times</source>
      <sourceurl>http://www.delcotimes.com/</sourceurl>
      <time>09:57:15</time>
      <title>Neumann graduates hear a touching story</title>
      <url>http://www.delcotimes.com/articles/2009/05/17/news/doc4a0f80620d307805557861.txt</url>
    </result>
    <result xmlns="http://www.inktomi.com/">
      <abstract>Allan Robins' work lands him squarely at the intersection of science and politics.</abstract>
      <clickurl>http://lrd.yahooapis.com/_ylc=X3oDMTVjYTZwNjRtBF9TAzIwMjMxNTI3MDIEYXBwaWQDWGpiSkhFX1YzNEguNldqRmdXSjBEUlJpVUdWSHVwRTJMWkFKM1o1Nnpmc04uT2pPS2VrZmNVcTZDR3VUTkdQc0gzTS0EY2xpZW50A2Jvc3MEc2VydmljZQNCT1NTBHNsawN0aXRsZQRzcmNwdmlkAzRoQVJfV0tJY3JwVWE5akpOYmhvWW15UDJBOTZXa29RMkxVQUJOVmQ-/SIG=134baqvch/**http%3A//www.ajc.com/services/content/printedition/2009/05/17/upclose0517.html%3Fcxtype=ynews_rss</clickurl>
      <date>2009/05/17</date>
      <language>english</language>
      <source>Atlanta Journal-Constitution</source>
      <sourceurl>http://www.ajc.com/</sourceurl>
      <time>08:13:04</time>
      <title>Biotech work runs into politics</title>
      <url>http://www.ajc.com/services/content/printedition/2009/05/17/upclose0517.html?cxtype=ynews_rss</url>
    </result>
    <result xmlns="http://www.inktomi.com/">
      <abstract>NORTH ANDOVER, Mass. — There are more than 400 biotechnology companies in the state, and $1 billion in government funding to promote life sciences. But the state needs more trained workers if it wants to keep its edge in the industry.</abstract>
      <clickurl>http://lrd.yahooapis.com/_ylc=X3oDMTVjYTZwNjRtBF9TAzIwMjMxNTI3MDIEYXBwaWQDWGpiSkhFX1YzNEguNldqRmdXSjBEUlJpVUdWSHVwRTJMWkFKM1o1Nnpmc04uT2pPS2VrZmNVcTZDR3VUTkdQc0gzTS0EY2xpZW50A2Jvc3MEc2VydmljZQNCT1NTBHNsawN0aXRsZQRzcmNwdmlkAzRoQVJfV0tJY3JwVWE5akpOYmhvWW15UDJBOTZXa29RMkxVQUJOVmQ-/SIG=122ernikp/**http%3A//www.eagletribune.com/punews/local_story_136224808.html</clickurl>
      <date>2009/05/17</date>
      <language>english</language>
      <source>The Eagle-Tribune</source>
      <sourceurl>http://www.eagletribune.com/</sourceurl>
      <time>05:02:44</time>
      <title>Merrimack College opens center for biotech studies</title>
      <url>http://www.eagletribune.com/punews/local_story_136224808.html</url>
    </result>
    <result xmlns="http://www.inktomi.com/">
      <abstract>The federal government is poised to send more than a half million dollars in assessment grants to Cambria and Somerset counties targeting brownfields sites for cleanup.</abstract>
      <clickurl>http://lrd.yahooapis.com/_ylc=X3oDMTVjYTZwNjRtBF9TAzIwMjMxNTI3MDIEYXBwaWQDWGpiSkhFX1YzNEguNldqRmdXSjBEUlJpVUdWSHVwRTJMWkFKM1o1Nnpmc04uT2pPS2VrZmNVcTZDR3VUTkdQc0gzTS0EY2xpZW50A2Jvc3MEc2VydmljZQNCT1NTBHNsawN0aXRsZQRzcmNwdmlkAzRoQVJfV0tJY3JwVWE5akpOYmhvWW15UDJBOTZXa29RMkxVQUJOVmQ-/SIG=125spie9r/**http%3A//www.tribune-democrat.com/local/local_story_137000601.html</clickurl>
      <date>2009/05/17</date>
      <language>english</language>
      <source>The Tribune-Democrat</source>
      <sourceurl>http://www.tribune-democrat.com/</sourceurl>
      <time>04:21:47</time>
      <title>Authority, Windber get brownfield funds</title>
      <url>http://www.tribune-democrat.com/local/local_story_137000601.html</url>
    </result>
    <result xmlns="http://www.inktomi.com/">
      <abstract>Biotechnology in agriculture has generated a great deal of controversy in recent years. Of the many scientific advances that have occurred in plant breeding since Gregor Mendel conducted his experiments about 150 years ago, crops with genetic modifications seem to have been accorded a unique status.</abstract>
      <clickurl>http://lrd.yahooapis.com/_ylc=X3oDMTVjYTZwNjRtBF9TAzIwMjMxNTI3MDIEYXBwaWQDWGpiSkhFX1YzNEguNldqRmdXSjBEUlJpVUdWSHVwRTJMWkFKM1o1Nnpmc04uT2pPS2VrZmNVcTZDR3VUTkdQc0gzTS0EY2xpZW50A2Jvc3MEc2VydmljZQNCT1NTBHNsawN0aXRsZQRzcmNwdmlkAzRoQVJfV0tJY3JwVWE5akpOYmhvWW15UDJBOTZXa29RMkxVQUJOVmQ-/SIG=11urucq55/**http%3A//www.seedquest.com/News/releases/2009/may/26181.htm</clickurl>
      <date>2009/05/16</date>
      <language>english</language>
      <source>SeedQuest</source>
      <sourceurl>http://www.seedquest.com/</sourceurl>
      <time>18:22:47</time>
      <title>IFPRI Food Policy Review: Measuring the economic impacts of transgenic crops in developing agriculture during the ...</title>
      <url>http://www.seedquest.com/News/releases/2009/may/26181.htm</url>
    </result>
    <result xmlns="http://www.inktomi.com/">
      <abstract>Organizations representing the wheat industry in the United States, Canada and Australia announced Thursday they will work toward the goal of synchronized commercialization of biotech traits in the wheat crop.</abstract>
      <clickurl>http://lrd.yahooapis.com/_ylc=X3oDMTVjYTZwNjRtBF9TAzIwMjMxNTI3MDIEYXBwaWQDWGpiSkhFX1YzNEguNldqRmdXSjBEUlJpVUdWSHVwRTJMWkFKM1o1Nnpmc04uT2pPS2VrZmNVcTZDR3VUTkdQc0gzTS0EY2xpZW50A2Jvc3MEc2VydmljZQNCT1NTBHNsawN0aXRsZQRzcmNwdmlkAzRoQVJfV0tJY3JwVWE5akpOYmhvWW15UDJBOTZXa29RMkxVQUJOVmQ-/SIG=11utsp42q/**http%3A//www.seedquest.com/News/releases/2009/may/26173.htm</clickurl>
      <date>2009/05/16</date>
      <language>english</language>
      <source>SeedQuest</source>
      <sourceurl>http://www.seedquest.com/</sourceurl>
      <time>14:22:37</time>
      <title>World wheat groups say biotech in sync is the goal</title>
      <url>http://www.seedquest.com/News/releases/2009/may/26173.htm</url>
    </result>
    <result xmlns="http://www.inktomi.com/">
      <abstract>Josh Reynolds/APA view of the New Jersey section of the Biotechnology Industry Organization conference in Boston in 2007. Strong growth in the New Jersey biomedical research industry is offsetting declines in weakening local pharmaceutical industry presence, according to a report...</abstract>
      <clickurl>http://lrd.yahooapis.com/_ylc=X3oDMTVjYTZwNjRtBF9TAzIwMjMxNTI3MDIEYXBwaWQDWGpiSkhFX1YzNEguNldqRmdXSjBEUlJpVUdWSHVwRTJMWkFKM1o1Nnpmc04uT2pPS2VrZmNVcTZDR3VUTkdQc0gzTS0EY2xpZW50A2Jvc3MEc2VydmljZQNCT1NTBHNsawN0aXRsZQRzcmNwdmlkAzRoQVJfV0tJY3JwVWE5akpOYmhvWW15UDJBOTZXa29RMkxVQUJOVmQ-/SIG=12grh0i2v/**http%3A//www.nj.com/news/index.ssf/2009/05/jersey_attracts_biotech_firms.html</clickurl>
      <date>2009/05/16</date>
      <language>english</language>
      <source>The Star-Ledger</source>
      <sourceurl>http://www.nj.com/starledger/</sourceurl>
      <time>13:39:24</time>
      <title>NJ attracts biotech firms in the face of decline of local pharmaceutical industry</title>
      <url>http://www.nj.com/news/index.ssf/2009/05/jersey_attracts_biotech_firms.html</url>
    </result>
    <result xmlns="http://www.inktomi.com/">
      <abstract>Novavax, Inc. (Nasdaq: NVAX) announced that enrollment has been completed in the second Phase II clinical trial of its trivalent virus-like particle (VLP) seasonal influenza vaccine. This Phase IIa randomized, placebo-controlled study is evaluating a VLP vaccine against the H3N2, H1N1, and B influenza strains that circulated in the 2008-2009 influenza season.</abstract>
      <clickurl>http://lrd.yahooapis.com/_ylc=X3oDMTVjYTZwNjRtBF9TAzIwMjMxNTI3MDIEYXBwaWQDWGpiSkhFX1YzNEguNldqRmdXSjBEUlJpVUdWSHVwRTJMWkFKM1o1Nnpmc04uT2pPS2VrZmNVcTZDR3VUTkdQc0gzTS0EY2xpZW50A2Jvc3MEc2VydmljZQNCT1NTBHNsawN0aXRsZQRzcmNwdmlkAzRoQVJfV0tJY3JwVWE5akpOYmhvWW15UDJBOTZXa29RMkxVQUJOVmQ-/SIG=11onbqlkl/**http%3A//www.medicalnewstoday.com/articles/150303.php</clickurl>
      <date>2009/05/16</date>
      <language>english</language>
      <source>Medical News Today</source>
      <sourceurl>http://www.medicalnewstoday.com/</sourceurl>
      <time>11:15:05</time>
      <title>Novavax Completes Enrollment Of Its Second Phase II Seasonal Influenza VLP Vaccine Clinical Trial</title>
      <url>http://www.medicalnewstoday.com/articles/150303.php</url>
    </result>
    <result xmlns="http://www.inktomi.com/">
      <abstract>BioVex Inc, a company developing new generation biologics for the treatment and prevention of cancer and infectious disease, announced that updated survival data from its Phase II study in metastatic melanoma will be presented at the 2009 American Society of Clinical Oncology (ASCO) Annual Meeting, taking place from May 29, 2009 - June 2, 2009 in Orlando, FL.</abstract>
      <clickurl>http://lrd.yahooapis.com/_ylc=X3oDMTVjYTZwNjRtBF9TAzIwMjMxNTI3MDIEYXBwaWQDWGpiSkhFX1YzNEguNldqRmdXSjBEUlJpVUdWSHVwRTJMWkFKM1o1Nnpmc04uT2pPS2VrZmNVcTZDR3VUTkdQc0gzTS0EY2xpZW50A2Jvc3MEc2VydmljZQNCT1NTBHNsawN0aXRsZQRzcmNwdmlkAzRoQVJfV0tJY3JwVWE5akpOYmhvWW15UDJBOTZXa29RMkxVQUJOVmQ-/SIG=11ocu68p2/**http%3A//www.medicalnewstoday.com/articles/150301.php</clickurl>
      <date>2009/05/16</date>
      <language>english</language>
      <source>Medical News Today</source>
      <sourceurl>http://www.medicalnewstoday.com/</sourceurl>
      <time>11:14:45</time>
      <title>BioVex To Announce Updated Survival Data From A Phase II Clinical Study Of OncoVEX GM-CSF In Metastatic Melanoma</title>
      <url>http://www.medicalnewstoday.com/articles/150301.php</url>
    </result>
    
    

    Here is my AS3 when I loop over the XMLLIstCollection I get only one item on the screen and it's point [9] in my XMLList. Any help would be very happy!

    <?xml version="1.0" encoding="utf-8"?>
    <mx:Canvas xmlns:mx="http://www.adobe.com/2006/mxml" creationComplete="init()" height="512" width="555">
    <mx:Script>
         <![CDATA[
              import mx.events.StateChangeEvent;
              import mx.controls.ComboBox;
              import mx.controls.LinkButton;
              import mx.containers.VBox;
              import mx.controls.CheckBox;
              import mx.controls.Text;
              import mx.containers.HBox;
              import mx.collections.XMLListCollection;
              import mx.rpc.events.ResultEvent;
              import mx.managers.CursorManager;
              
              namespace ink = "http://www.inktomi.com/";
              use namespace ink;
              
              // ###
              // ### Service Variables
              // ###
              [Bindable] private var xmlList:XMLList;
              [Bindable] private var listCollection:XMLListCollection;
              [Bindable] private var listData:XML;
              [Bindable] public var serviceURL:String = "http://boss.yahooapis.com/ysearch/news/v1/"; 
              [Bindable] public var searchFor:String = "biotechnology%20AND%20biotech";   
              //private const PROXY:String = "http://localhost/employeePhoneDesktop/src/php/proxy.php?url=";
              private const APIID:String = "######";
              private const PARAMS:String = "&format=xml&orderby=date";
              
              // ###
              // ### Display Variables
              // ###
              private var vBox:VBox
              private var hBox:HBox
              private var titleText:LinkButton
              private var itemInfo:Text
              private var abstract:Text
              private var archive:CheckBox
              private var rateItem:ComboBox
              private var category:ComboBox 
              
              private function init():void {
                   listService.send()
                   CursorManager.setBusyCursor();
                   
              }
              
              private function resultHandler(e:ResultEvent):void {
                   listData = e.result as XML;
                   // add the imems to an XMLList and XMLListCollection
                   // so that they can be used with the repeater class
                   // and update automatically
                   xmlList = e.result.resultset_news.result as XMLList;
                   listCollection = new XMLListCollection(xmlList);
                   CursorManager.removeBusyCursor();
                   // populate the layout with datd
                   createLayout();
              }
              private function createLayout():void {
                   vBox = new VBox();
                   hBox = new HBox();
                   titleText = new LinkButton();
                   itemInfo = new Text();
                   abstract = new Text();
                   archive = new CheckBox();
                   rateItem = new ComboBox();
                   category = new ComboBox();
                   var categoryLabels:Array = new Array("Food & Ag","News","Health","People","General","What's Coming","Biofuel","Environment");
                   var rateLabels:Array = new Array("Excellent","Good","Bad","Neutral","Controversial");
    
                   for(var i:Number=0; i<listCollection.length; i++) {
                        titleText.label = listCollection.getItemAt(i).title;
                        titleText.width = 400;
                        itemInfo.text = listCollection.getItemAt(i).source + " | " + listCollection.getItemAt(i).date;
                        abstract.text = listCollection.getItemAt(i).abstract;
                        abstract.width = 400;
                        archive.label = "Archive";
                        category.prompt = "Category";
                        category.dataProvider = categoryLabels;
                        category.rowCount = categoryLabels.length;
                        //category.width = 100;
                        rateItem.prompt = "Rate";
                        rateItem.dataProvider = rateLabels;
                        //rateItem.width = 100;
                        vBox.addChild(titleText);
                        vBox.addChild(itemInfo);
                        vBox.addChild(abstract);
                        vBox.addChild(hBox);
                        hBox.addChild(archive);     
                        archive.addEventListener(Event.CHANGE, toggleArchive);          
                        
                        trace(listCollection);               
                        
                   }
                   hBox.percentWidth = 80;
                   hBox.percentHeight = 80;
                   addChild(vBox);
              }
              public function toggleArchive(e:Event):void {
                   if(archive.selected == true){
                        hBox.addChild(category);
                        hBox.addChild(rateItem);               
                   }
                   else {
                        hBox.removeChild(category);
                        hBox.removeChild(rateItem);
                   }
              }
              
         ]]>
    </mx:Script>
    
         <mx:HTTPService id="listService" url="{serviceURL + searchFor + APIID + PARAMS}" result="resultHandler(event)" resultFormat="e4x"/>
    
    </mx:Canvas>
    
    

    To the right, (sorry) you also create instances vBox and hBox inside the loop.  I would also declare them inside the loop (rather than outside the loop/service).

    for(var i:int=0; i<10; i++) {     var vBox:VBox = new VBox();     var hBox:HBox = new HBox();
    
         ...          addChild(vBox);}
    

    I hope this helps.

    Ben Edwards

  • iMac 2012 - sierra installation failed, caught in the loop, please help

    Hey everybody.

    That's what I have:

    iMac 27 "mid-2011. He had on El Capitan.

    This iMac contains two hard drives and drive superdrive.

    A disc is 256 GB SSD and the other a regular 2 TB internal HARD drive.

    As SSD is faster that I keep my OS X and programs on this SSD drive, all the other stuff like photos, music, documents, are put on the classic 2 TB HDD.

    This is what happened:

    Attempt of I:

    Everything was going well until the installer has discovered that the SSD did not have a sufficient space to install. I quit the installer, the option pop up, I called "Startup Volume" has chosen my SSD and restarted it. Has been 2 attempts, if I'm not wrong, but worked. I killed and moved the files, I think now would be enough disk space on my SSD tried the Sierra ad install again.

    --> Attempt II:

    This time Sierra Installer arrived at the stage language choose where he welcomed and asked to choose the language. The next screen it tells me once again: not enough space, the bigger internal drive offers enough, but I don't want that. So, I tried the same exit to leave the program and launch then boot Volume installation...

    ... that in trouble:

    My SSD drive now no longer appears in this window of the boot Volume.

    When you try to access the boot Volume it will skip in the app language choose, sometimes shows this window choice animation multilingual, sometimes simply stays gray but will show when moving the mouse upwards arrow to the top of the screen, choose language drops in when I try to open the boot Volume after leaving the installation program. In addition, the language choice (can not be exited by cmd Q is said by the way) seems to open before the boot app Volume and the boot volume app does not appear my drive more-> Catastropheeeeee!

    Also option to restart regular off the menu above will not help. After about half to the top of the boot of the SIERRA Installer keeps new hindsight. No chance to reboot to my previous El Capitan based OSX. I am bound to this loop.

    Is turned off, wait and switch back to does not help, even in a loop.

    Then I tried also open disk utility, I also have an external time machine backup drive connected. Tried this way to restore my SSD of time machine, which fails on every attempt.

    I'm totally caught up.

    Help, please!

    just in case.

    I did the job.

    Launched my iMac in disc mode on my mac pro book. A few items to the disc hard iMac deleted, then restarted, macos sierra resumed and concluded correctly, in other words: all and working again!

    Even a message to Apple to look bad when insufficient disk space is detected, see my first post, thanks.

    Best regards

    Max

  • Boot Loop iPhone 5 c problem

    So that's how iphone got a uppdate iTunes, but after she got into a boot loop.

    The phone can be switched on using the on/off switch, but it can be disabled by using only the power on + combo home buton!

    Powers on but right phone at the apple logo, it stay there for 3 seconds then the apple logo fades to grey (like an LCD) broken then there restarts... and that on and so on... until the battery is empty.

    The phone goes into DFU mode, itunes acknowledged, but after itunes launch the iphone in dfu mode, itunes says "waiting for iphone", the phone restarts, but instead to continue the restore procedure, it penetrates into the same loop and after 10 minutes, itunes gives error.

    The phone is out of warranty, and I want to record just because it seems perfect, no sign of use!

    Oh and another thing, I tried to put another apple original battery (I hade a new brand in hand 6!) did not work...

    So guys I came to you for your review. Be free to say what you think that will fix this poor iphone!

    I was about to say to make an appointment at the genius bar. They would try to restore it for you free of charge...

    Then I saw your mention of trying to put a new battery in there... If you have physically opened the phone upwards, it is technically unbearable and completely untouchable by Apple. I couldn't hurt to consider anyway and see if they can get it to restore, but you can kiss all hopes for a farewell to replace security exit.

  • SWIFT playgrounds, how to Code 2, build a loop, I can not find isOnGem

    Swift playgrounds, how to Code 2, build a loop, I can not all isOnGem. What Miss me? If I am not mistaken, is it a bug? How should I declare?

    I can't figure out how to solve the puzzle without this.

    isOnGem is not available as an option in the box to scroll so just type in from the table instead. If you enter exactly the same case, it will be recognized as legal code when you run your program.

  • Note looping in GarageBand

    In GarageBand, I did a recording of me just sing a long note and want to loop an entire song so the note sounds even longer.  But when I do that, whenever the loop again it makes a little noise, hard to explain, but even if I cut the beginning and the end of the recording, he does always a little sound whenever he performs a loop itself and I don't know what to do. Y at - it a setting I can change to stop? I want it to look like a long drone.

    To what you want to achieve, you must to crossfade regions to create transitions smoothly between them. Unfortunately, GarageBand doesn't have the ability to fade or crossafe Audio regions (Logic Pro X). However, all is not lost, there is a solution, you can do the same thing with automation.

    Look at the screenshot to understand the procedure.

    • Create two Audio tracks
    • The first Audio track has the area of your voice recording audio
    • Apply the Volume Automation to increase the level at the beginning of the region and lower end of the region.
    • Now copy (Option-do drag) this region in the second piece so the end of the first area overlaps the beginning of this region. Automation is copied with the region.
    • Now select the region on the first track and the area (you just copied) on the second track and the Option-do drag to the right to copy both of them, yet once for the region of second and third overlap.
    • Keep this copy procedure as long as you need it to be.

    As you can see, when a region Faints, the other region on the road to spare fades, create a crossfade without welding.

    You play a little to find the right length for automation to come in and out and also how to straddle the regions.

    I explain details of the automation and the rest of my book of GarageBand. ""X GarageBand - how it works".

    A tip:

    Instead of having a linear Automation curve between two Automation Control Points (the points), you can create logarithmic shapes by Ctrl + Shift + drag the line between two Control Points. Drag left/right for s-shape or high-low exponential curves. It will look something like this (sh + ctr + click on the line to linear curve).

    Hope that helps

    Edgar Rothermich - LogicProGEM.com

    (Author of "Graphically improved manuals")

    http://DingDingMusic.com/manuals/

    "I could receive some form of compensation, financial or otherwise, my recommendation or link."

Maybe you are looking for