<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet href="/templates/default/atom.css" type="text/css" ?>

<feed 
   xmlns="http://www.w3.org/2005/Atom"
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/">
    <link href="http://www.andrewjpage.com:8180/index.php?/feeds/atom10.xml" rel="self" title="Dr. Andrew J. Page" type="application/atom+xml" />
    <link href="http://andrewjpage.com/"                        rel="alternate"    title="Dr. Andrew J. Page" type="text/html" />
    <link href="http://andrewjpage.com/rss.php?version=2.0"     rel="alternate"    title="Dr. Andrew J. Page" type="application/rss+xml" />
    <title type="html">Dr. Andrew J. Page</title>
    <subtitle type="html">Distributed Computing Blog</subtitle>
    <icon>http://www.minds.may.ie/~page/images/pagehead.png</icon>
    <id>http://andrewjpage.com/</id>
    <updated>2010-06-06T08:11:17Z</updated>
    <generator uri="http://www.s9y.org/" version="1.4.1">Serendipity 1.4.1 - http://www.s9y.org/</generator>
    <dc:language>en</dc:language>

    <entry>
        <link href="http://andrewjpage.com/index.php?/archives/123-Multi-heuristic-dynamic-task-allocation-using-genetic-algorithms-in-a-heterogeneous-distributed-system.html" rel="alternate" title="Multi-heuristic dynamic task allocation using genetic algorithms in a heterogeneous distributed system" />
        <author>
            <name>Andrew Page</name>
                    </author>
    
        <published>2010-06-06T08:11:17Z</published>
        <updated>2010-06-06T08:11:17Z</updated>
        <wfw:comment>http://andrewjpage.com/wfwcomment.php?cid=123</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://andrewjpage.com/rss.php?version=atom1.0&amp;type=comments&amp;cid=123</wfw:commentRss>
    
    
        <id>http://andrewjpage.com/index.php?/archives/123-guid.html</id>
        <title type="html">Multi-heuristic dynamic task allocation using genetic algorithms in a heterogeneous distributed system</title>
        <content type="xhtml" xml:base="http://andrewjpage.com/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <p>Heres the latest paper I've published in JPDC. The Wellcome Trust has paid for it to be made open access.</p><br />
<br />
<p>Andrew J. Page, Thomas M. Keane and Thomas J. Naughton, <a href="http://minds.nuim.ie/~page/PKN2010j.pdf">Multi-heuristic dynamic task allocation using genetic algorithms in a heterogeneous distributed system</a>, Journal of Parallel and Distributed Computing, Volume 70, Issue 7, July 2010, 758-766.<br />
</p><br />
<h2>Abstract</h2><br />
<p>We present a multi-heuristic evolutionary task allocation algorithm to dynamically map tasks to processors in a heterogeneous distributed system. It utilizes a genetic algorithm, combined with eight common heuristics, in an effort to minimize the total execution time. It operates on batches of unmapped tasks and can preemptively remap tasks to processors. The algorithm has been implemented on a Java distributed system and evaluated with a set of six problems from the areas of bioinformatics, biomedical engineering, computer science and cryptography. Experiments using up to 150 heterogeneous processors show that the algorithm achieves better efficiency than other state-of-the-art heuristic algorithms.</p><br />
<p><a href="http://dx.doi.org/10.1016/j.jpdc.2010.03.011">Article on Science Direct</a></p><br />
<p><a href="http://minds.nuim.ie/~page/PKN2010j.pdf">PDF</a></p><br />
 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://andrewjpage.com/index.php?/archives/122-Sean-Page.html" rel="alternate" title="Sean Page" />
        <author>
            <name>Andrew Page</name>
                    </author>
    
        <published>2009-07-07T10:40:07Z</published>
        <updated>2009-06-16T15:34:04Z</updated>
        <wfw:comment>http://andrewjpage.com/wfwcomment.php?cid=122</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://andrewjpage.com/rss.php?version=atom1.0&amp;type=comments&amp;cid=122</wfw:commentRss>
    
    
        <id>http://andrewjpage.com/index.php?/archives/122-guid.html</id>
        <title type="html">Sean Page</title>
        <content type="xhtml" xml:base="http://andrewjpage.com/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                My son Sean was born on the 22nd of August.<br />
<br />
<a href="photos/AndrewAndSean.png"><img src="photos/AndrewAndSeanSmall.png"></a> 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://andrewjpage.com/index.php?/archives/121-Variations-of-JSON-results-from-Search-Engine-APIs.html" rel="alternate" title="Variations of JSON results from Search Engine APIs" />
        <author>
            <name>Andrew Page</name>
                    </author>
    
        <published>2009-07-06T06:53:27Z</published>
        <updated>2009-06-16T15:34:04Z</updated>
        <wfw:comment>http://andrewjpage.com/wfwcomment.php?cid=121</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://andrewjpage.com/rss.php?version=atom1.0&amp;type=comments&amp;cid=121</wfw:commentRss>
    
            <category scheme="http://andrewjpage.com/index.php?/categories/4-Coding" label="Coding" term="Coding" />
    
        <id>http://andrewjpage.com/index.php?/archives/121-guid.html</id>
        <title type="html">Variations of JSON results from Search Engine APIs</title>
        <content type="xhtml" xml:base="http://andrewjpage.com/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                I'm retrieving the search engine count estimates for queries from Bing, Google and Yahoo, using the APIs for each and getting back JSON formatted results. You'd think its easy, but think again.  The problem is that each search engine has a different format with different interpretations of the JSON spec.  For example, the total number of hits (search engine count estimate) for a query is called "Total" by Bing, "estimatedResultCount" by Google and "deephits" by Yahoo.  It gets worse, Bing returns a integer value (correct) while Yahoo and Google return a string containing an integer (not so correct).  Hopefully in the future there will be a single standard format for interacting with a search engine, however its a very very long way off.  
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://andrewjpage.com/index.php?/archives/120-Automating-searching-with-Google,-Bing-and-Yahoo.html" rel="alternate" title="Automating searching with Google, Bing and Yahoo" />
        <author>
            <name>Andrew Page</name>
                    </author>
    
        <published>2009-06-29T21:36:18Z</published>
        <updated>2009-06-16T15:34:04Z</updated>
        <wfw:comment>http://andrewjpage.com/wfwcomment.php?cid=120</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://andrewjpage.com/rss.php?version=atom1.0&amp;type=comments&amp;cid=120</wfw:commentRss>
    
            <category scheme="http://andrewjpage.com/index.php?/categories/4-Coding" label="Coding" term="Coding" />
    
        <id>http://andrewjpage.com/index.php?/archives/120-guid.html</id>
        <title type="html">Automating searching with Google, Bing and Yahoo</title>
        <content type="xhtml" xml:base="http://andrewjpage.com/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <p>Some observations on using the search APIs for the 3 major search engines, Google, Bing and Yahoo.  By far the best I've found is Bing, followed by Yahoo, and lastly Google.<br />
</p><br />
<p>To perform a search for Ireland:</p><ul><br />
<li><a href="http://api.search.live.net/json.aspx?AppId=YourAPIKey&Query=Ireland&Sources=Web&Web.Count=64&Web.Offset=0">http://api.search.live.net/json.aspx?AppId=YourAPIKey&Query=Ireland&Sources=Web&Web.Count=64&Web.Offset=0</a></li><li><a href="http://boss.yahooapis.com/ysearch/web/v1/Ireland?appid=YourAPIKey&format=json&count=64&start=0">http://boss.yahooapis.com/ysearch/web/v1/Ireland?appid=YourAPIKey&format=json&count=64&start=0</a></li><li><a href="http://ajax.googleapis.com/ajax/services/search/web?v=1.0&q=Ireland&rsz=large&start=0">http://ajax.googleapis.com/ajax/services/search/web?v=1.0&q=Ireland&rsz=large&start=0</a></li></ul><br />
<p>For Bing and Yahoo you need to sign up for an API key.  It only takes 2 minutes. Google doesnt need an API key. All can return JSON formatted search results (also XML), however each has a proprietary format.  All search engines have removed limits on the number of queries you can submit.  Bing and Yahoo dont place limits on the number of results that can be returned from a single query, however Google limits you to 64 results for a general search (other searches are more limited).  The 'rsz' parameter for Google can be small (4 results) or large (8 results).  To retrieve more results for all you can apply an offset, which is the last parameter for each.  Overall the search APIs have improved massively over the past year. All thats really missing is a unified search syntax and result set. </p> 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://andrewjpage.com/index.php?/archives/119-Analysing-Reddit.html" rel="alternate" title="Analysing Reddit" />
        <author>
            <name>Andrew Page</name>
                    </author>
    
        <published>2009-06-16T15:34:04Z</published>
        <updated>2009-06-16T15:34:04Z</updated>
        <wfw:comment>http://andrewjpage.com/wfwcomment.php?cid=119</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://andrewjpage.com/rss.php?version=atom1.0&amp;type=comments&amp;cid=119</wfw:commentRss>
    
            <category scheme="http://andrewjpage.com/index.php?/categories/4-Coding" label="Coding" term="Coding" />
    
        <id>http://andrewjpage.com/index.php?/archives/119-guid.html</id>
        <title type="html">Analysing Reddit</title>
        <content type="xhtml" xml:base="http://andrewjpage.com/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                Using data I collected from <a href="http://reddit.com">Reddit</a> for <a href="http://reddittrends.com">RedditTrends</a> I found some interesting spikes in the number of votes submitted articles receive.  <br />
<br />
<a href="http://reddittrends.com"><img src="images/upvotes.png" /></a><br />
This graph shows the sum total of UP votes received per day by submitted links.<br />
<br />
<br />
<a href="http://reddittrends.com"><img src="images/downvotes.png" /></a><br />
This graph shows the sum total of DOWN votes received per day by submitted links.<br />
<br />
As you can see, the graphs are normally quite static, but have huge spikes every now and again, which are massively out of kilter with the normal every day average.   <br />
<br />
<a href="http://reddittrends.com"><img src="images/score.png" /></a><br />
This graph shows the total score achieved which should be = UP votes - DOWN votes. On one positive note, users of Reddit are twice as likely to UP vote a link than to DOWN vote a link.<br />
<br />
<br />
<a href="http://reddittrends.com"><img src="images/comments.png" /></a><br />
When this is compared to the total number of comments its clear to see that the spike around January is a natural one. It seems to correspond with Obamas election and inauguration. <br />
<br />
The huge spike on 24th of April was effectively a <a href="http://www.reddit.com/r/reddit.com/comments/8fa3q/it_is_fucking_high_time_that_we_have_an_option_on/">revolt on Reddit over the number of duplicate stories</a>. Dozens of links got vast numbers of UP and DOWN votes, mostly with the same title.  <br />
 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://andrewjpage.com/index.php?/archives/118-RedditTrends.com-tracking-Reddit-submissions.html" rel="alternate" title="RedditTrends.com - tracking Reddit submissions" />
        <author>
            <name>Andrew Page</name>
                    </author>
    
        <published>2009-05-03T16:44:11Z</published>
        <updated>2009-05-03T16:44:11Z</updated>
        <wfw:comment>http://andrewjpage.com/wfwcomment.php?cid=118</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://andrewjpage.com/rss.php?version=atom1.0&amp;type=comments&amp;cid=118</wfw:commentRss>
    
            <category scheme="http://andrewjpage.com/index.php?/categories/4-Coding" label="Coding" term="Coding" />
    
        <id>http://andrewjpage.com/index.php?/archives/118-guid.html</id>
        <title type="html">RedditTrends.com - tracking Reddit submissions</title>
        <content type="xhtml" xml:base="http://andrewjpage.com/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                As an extension to <a href="http://predictreddit.com">PredictReddit</a> I've created <a href="http://reddittrends.com">RedditTrends.com</a>. Its kind of like Google trends except for Reddit submissions.  Its just an early work in progress but looks interesting and produces pretty graphs.<br />
<br />
<h2>Pandemic</h2><br />
<a href="http://reddittrends.com/index/tag?word=mexico&time=lastyear"><img src="pandemic.png" /></a><br />
<h2>Obama</h2><br />
<a href="http://reddittrends.com/index/tag?word=obama&time=lastyear"><img src="obama.png" /></a><br />
<h2>Mexico</h2><br />
<a href="http://reddittrends.com/index/tag?word=mexico&time=lastyear"><img src="mexico.png" /></a><br />
<br />
<br />
Graphs are produced using <a href="http://code.google.com/p/flot/">flot</a> (jQuery). The backend runs the <a href="http://framework.zend.com/">Zend framework</a> (PHP) and MySQL. 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://andrewjpage.com/index.php?/archives/117-Predicting-votes-on-Reddit-PredictReddit.com.html" rel="alternate" title="Predicting votes on Reddit: PredictReddit.com" />
        <author>
            <name>Andrew Page</name>
                    </author>
    
        <published>2009-05-02T19:12:39Z</published>
        <updated>2009-05-02T19:12:39Z</updated>
        <wfw:comment>http://andrewjpage.com/wfwcomment.php?cid=117</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://andrewjpage.com/rss.php?version=atom1.0&amp;type=comments&amp;cid=117</wfw:commentRss>
    
            <category scheme="http://andrewjpage.com/index.php?/categories/4-Coding" label="Coding" term="Coding" />
    
        <id>http://andrewjpage.com/index.php?/archives/117-guid.html</id>
        <title type="html">Predicting votes on Reddit: PredictReddit.com</title>
        <content type="xhtml" xml:base="http://andrewjpage.com/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                On <a href="http://www.reddit.com">Reddit</a> there are a huge number of links submitted, however few ever get enough votes to make it to the front page of the site where most Reddit users will see it.  A submission depends greatly on the title, however you only have one shot to get it right.  <br />
<br />
This is where <a href="http://www.predictreddit.com">PredictReddit</a> comes in. It allows you to test out your proposed title, giving you an estimate of the number of votes it is likely to get.  So you can fine tune it before you submit it to Reddit.  It uses past submissions to predict future votes. This of course assumes that the Reddit community is interested in similar recurring topics (and it seems to be).<br />
<br />
There can be some confusion over the results it gives back. For example, if you type in a title that you know got a high number of votes and you get a low number of votes back. You might assume that <a href="http://www.predictreddit.com">PredictReddit</a> is broken, however in reality, if a story is very successful, often you find numerous other submissions trying to piggyback on its success (but they fail to get many votes). This gives a low predicted number of votes.  Best to play around with it yourself and try it out. And remember its just for fun.<br />
<br />
It works by using a k-Nearest Neighbours algorithm. It was written in PHP using the <a href="http://framework.zend.com/">Zend Framework</a>.  It uses MySQL for data storage.  Data is pulled from Reddit using their json interface. 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://andrewjpage.com/index.php?/archives/116-PhD-Thesis.html" rel="alternate" title="PhD Thesis" />
        <author>
            <name>Andrew Page</name>
                    </author>
    
        <published>2009-04-16T08:49:33Z</published>
        <updated>2009-04-17T04:39:19Z</updated>
        <wfw:comment>http://andrewjpage.com/wfwcomment.php?cid=116</wfw:comment>
    
        <slash:comments>1</slash:comments>
        <wfw:commentRss>http://andrewjpage.com/rss.php?version=atom1.0&amp;type=comments&amp;cid=116</wfw:commentRss>
    
            <category scheme="http://andrewjpage.com/index.php?/categories/1-Distributed-Computing" label="Distributed Computing" term="Distributed Computing" />
    
        <id>http://andrewjpage.com/index.php?/archives/116-guid.html</id>
        <title type="html">PhD Thesis</title>
        <content type="xhtml" xml:base="http://andrewjpage.com/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <p>For those of you who are interested, here's my PhD thesis: <br />
<a href="http://minds.nuim.ie/~page/AndrewPageThesis.pdf">Adaptive Scheduling in Heterogeneous Distributed Computing Systems</a>.</p><br />
<br />
<h3>Abstract</h3><br />
<p><br />
The main focus of this research is in the area of adaptive scheduling for heterogeneous<br />
distributed systems. Given an unreliable, non-dedicated set of<br />
processing and communication resources, a scheduler is required to allocate<br />
tasks to processors. No information about the state of the system, which<br />
can vary over time, or the tasks to be processed, is known in advance and<br />
thus must be estimated dynamically. Current schedulers do not adequately<br />
address this dynamism. To address this, a property estimation method is<br />
presented, which utilizes a k-Nearest Neighbours algorithm, a smoothed average<br />
and an analytical benchmark. These estimated properties are then<br />
used by two different scheduling techniques, which make less restrictive assumptions<br />
than the current state-of-the-art methods. A multi-heuristic evolutionary<br />
method utilizes a genetic algorithm and eight simple heuristics to<br />
efficiently allocate tasks to processors. A deterministic method utilizes the<br />
error inherent in estimating the properties of the system and the execution<br />
time of tasks, to allocate tasks to processors. The algorithms have been<br />
implemented on a real-world heterogeneous distributed system with up to<br />
150 processors. A set of real-world problems from the areas of cryptography,<br />
bioinformatics, and biomedical engineering were used as a test set to measure<br />
the effectiveness of the scheduling algorithms. Experiments have shown that<br />
both methods achieve better efficiency than other state-of-the-art heuristic<br />
algorithms. Finally, a low memory distributed reconstruction application for<br />
large digital holograms is presented, which has significantly increased the size<br />
of holograms that can be reconstructed, over the previous state-of-the-art.</p> 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://andrewjpage.com/index.php?/archives/115-Publication-list.html" rel="alternate" title="Publication list" />
        <author>
            <name>Andrew Page</name>
                    </author>
    
        <published>2008-10-30T11:37:28Z</published>
        <updated>2008-10-30T11:37:28Z</updated>
        <wfw:comment>http://andrewjpage.com/wfwcomment.php?cid=115</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://andrewjpage.com/rss.php?version=atom1.0&amp;type=comments&amp;cid=115</wfw:commentRss>
    
            <category scheme="http://andrewjpage.com/index.php?/categories/1-Distributed-Computing" label="Distributed Computing" term="Distributed Computing" />
    
        <id>http://andrewjpage.com/index.php?/archives/115-guid.html</id>
        <title type="html">Publication list</title>
        <content type="xhtml" xml:base="http://andrewjpage.com/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <h2>Journal Publications</h2><br />
<ul><br />
<li id="gpu">Lukas Ahrenberg, <strong>Andrew J. Page</strong>, Bryan M. Hennelly, John B. McDonald, and Thomas J. Naughton, <a href="http://minds.nuim.ie/~page/APH2009j.pdf">Using commodity graphics hardware for real-time digital hologram view-reconstruction,</a>Journal of Display Technology, vol. 5, no. 1, 2009.</li><br />
<br />
<li id="jpdc"><strong>Andrew J. Page</strong>, Thomas M. Keane and Thomas J. Naughton, <a href="http://minds.nuim.ie/~page/PKN2008j.pdf">Scheduling in a dynamic heterogeneous distributed system using estimation error</a>, Journal of Parallel and Distributed Computing, Volume 68, Issue 11, November 2008, 1452-1462. <a href="http://dx.doi.org/10.1016/j.jpdc.2008.07.004">DOI</a></li><br />
<br />
<li id="opticsexpress"> <strong>Andrew J. Page</strong>, Lukas Ahrenberg, Thomas J. Naughton, <a href="http://www.opticsinfobase.org/abstract.cfm?URI=oe-16-3-1990">Low memory distributed reconstruction of large digital holograms</a>,  Optics Express 16, 1990-1995 (2008). </li><br />
<br />
<li id="algorithmica"> Thomas M. Keane, <strong>Andrew J. Page</strong>, Thomas J. Naughton, S.A.A. Travers, J.O. McInerney, <a href="http://minds.nuim.ie/~page/KPN2005j.pdf">Building large phylogenetic trees on coarse-grained parallel machines</a>, Algorithmica, Springer, vol. 45, no. 3, pp. 285-300, July 2006.</li><br />
<br />
<li id="aireview"><strong>Andrew J. Page</strong>, Thomas J. Naughton, <a href="http://minds.nuim.ie/~page/PaN2005j.pdf">Framework for task scheduling in heterogeneous distributed computing using genetic algorithms</a>, <a href="http://www.kluweronline.com/issn/0269-2821">Artificial Intelligence Review</a>, Volume 24, Numbers 3-4, November 2005, Pages: 415 - 429, Springer. </li></ul><br />
<br />
<h2>Peer Reviewed Conference Papers</h2><br />
<ul><li id="jpdc06"><strong>Andrew J. Page</strong>, Shirley Coyle, Thomas M. Keane, Thomas J. Naughton, Charles Markham and Tomas Ward, <a href="http://minds.nuim.ie/~page/PCK2006c.pdf">Distributed Monte Carlo Simulation of Light Transportation in Tissue</a>, <a href="http://www.labri.fr/perso/chaumett/conferences/iwjpdc/2006/cfp2006.html">8th International Workshop on Java for Parallel and Distributed Computing</a>,  proceedings of the 20th International Parallel &amp;Distributed Processing Symposium, Rhodes, Greece, April 2006. IEEE Computer Society. </li><br />
<br />
<li id="biodisc">Thomas M. Keane, <strong>Andrew J. Page</strong>, James O. McInerney, Thomas J. Naughton, <a href="http://minds.nuim.ie/~page/KPM2005c.pdf">A high-throughput bioinformatics distributed computing platform</a>, Bioinformatics and its Medical Applications Special Track, <a href="http://conferences.computer.org/CBMS2005/index.html">The 18th IEEE International Symposium on Computer-Based Medical Systems</a>, pp. 377-382, Dublin, Ireland, June 2005.</li><br />
<br />
<li id="nidisc"><strong>Andrew J. Page</strong>, Thomas J. Naughton, <a href="http://minds.nuim.ie/~page/PaN2005w.pdf">Dynamic task scheduling using genetic algorithms for heterogeneous distributed computing</a>, 8th International Workshop on Nature Inspired Distributed Computing, proceedings of the 19th International Parallel &amp; Distributed Processing Symposium, pp. 189a.1-189a.8, Denver, Colorado, USA, April 2005. IEEE Computer Society.  <a href="PaN2005w.php">Bibtex and abstract</a></li><br />
<br />
<li id="jpdp"><strong>Andrew J. Page</strong>, Thomas M. Keane, Thomas J. Naughton,<a href="http://minds.nuim.ie/~page/PKN2005w.pdf">Bioinfomatics on a Heterogeneous Java Distributed System</a>,7th International Workshop on Java for Parallel and Distributed Computing, proceedings of the 19th International Parallel &amp; Distributed Processing Symposium, pp. 184a.1-184a.4, Denver, Colorado, USA, April 2005. IEEE Computer Society.<a href="PKN2005w.php">Bibtex and abstract</a></li><br />
<br />
<li id="aics"><strong>Andrew J. Page</strong>, Thomas J. Naughton,<a href="http://minds.nuim.ie/~page/APageAICS2004.pdf">Framework for task scheduling in heterogeneous distributed computing using genetic algorithms</a>, 15th Artificial Intelligence and Cognitive Science Conference, eds. Lorraine McGinty and Brian Crean, pp. 137-146,September 8th - 10th 2004, Castlebar, Ireland. ISBN 1-902277-89-9.<a href="PAN2004c.php">Bibtex and abstract</a></li><br />
<br />
<li id="ispdc"><strong>Andrew J. Page</strong>, Thomas Keane,  Thomas J. Naughton,<a href="http://minds.nuim.ie/~page/APageISPDC2004.pdf">Adaptive Scheduling Across a Distributed Computation Platform</a>,Third International Symposium on Parallel and Distributed Computing, ed. John P. Morrisson, pp. 141-149,July 2004, Cork, Ireland. ISBN 0-7695-2210-6, IEEE Computer Society.<a href="PKN2004c.php">Bibtex and abstract</a></li><br />
<br />
<li id="pppj"><strong>Andrew Page</strong>, Thomas Keane, Richard Allen, Thomas J. Naughton, John Waldron,<a href="http://minds.nuim.ie/~page/APagePPPJ2003.pdf">Multi-tiered distributed computing platform</a>,2nd International Conference on the Principles and Practice of Programming in Java, pp. 191-194,Kilkenny City, Ireland, June 2003. ISBN 0-9544145-1-9. <a href="PKN2003c.php">Bibtex and abstract</a></li><br />
<br />
<li>Thomas M. Keane, <strong>Andrew Page</strong>, Thomas J. Naughton, Simon A.A. Travers,James O. McInerney, Grace P. McCormack, <em>"Heterogeneous distributed computing,"</em> IFIP Working Group 8.6 Conference on IT Innovation for Adaptability and Competitiveness, Leixlip, Ireland, 30 May - 2 June 2004.</li></ul> 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://andrewjpage.com/index.php?/archives/114-LaTex-PhD-thesis-template-for-NUIM.html" rel="alternate" title="LaTex PhD thesis template for NUIM" />
        <author>
            <name>Andrew Page</name>
                    </author>
    
        <published>2008-07-09T14:12:27Z</published>
        <updated>2008-07-10T10:41:28Z</updated>
        <wfw:comment>http://andrewjpage.com/wfwcomment.php?cid=114</wfw:comment>
    
        <slash:comments>1</slash:comments>
        <wfw:commentRss>http://andrewjpage.com/rss.php?version=atom1.0&amp;type=comments&amp;cid=114</wfw:commentRss>
    
            <category scheme="http://andrewjpage.com/index.php?/categories/2-Latex" label="Latex" term="Latex" />
    
        <id>http://andrewjpage.com/index.php?/archives/114-guid.html</id>
        <title type="html">LaTex PhD thesis template for NUIM</title>
        <content type="xhtml" xml:base="http://andrewjpage.com/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                I've updated Baruchs <a href="http://minds.nuim.ie/~page/NUIMthesisTemplate.tar.gz" >LaTex thesis template</a>. Enjoy.<br />
 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://andrewjpage.com/index.php?/archives/113-Killer-mobile-applications.html" rel="alternate" title="Killer mobile applications" />
        <author>
            <name>Andrew Page</name>
                    </author>
    
        <published>2008-05-20T12:02:46Z</published>
        <updated>2008-05-20T12:02:46Z</updated>
        <wfw:comment>http://andrewjpage.com/wfwcomment.php?cid=113</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://andrewjpage.com/rss.php?version=atom1.0&amp;type=comments&amp;cid=113</wfw:commentRss>
    
            <category scheme="http://andrewjpage.com/index.php?/categories/3-Opinion" label="Opinion" term="Opinion" />
    
        <id>http://andrewjpage.com/index.php?/archives/113-guid.html</id>
        <title type="html">Killer mobile applications</title>
        <content type="xhtml" xml:base="http://andrewjpage.com/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <a href="http://www.operamini.com">Opera Mini</a> - Easy to use web browser. It should be the first thing you install.<br />
<br />
<a href="http://fring.com" >Fring</a> - Universal instant messenger and VOIP application. It works with MSN, Gtalk, Yahoo, Skype, Twitter etc.... Its very easy to use, and allows you to stay connected all the time. This alone is a killer app.<br />
<br />
<a href="http://www.google.com/mobile/mail/" >Gmail</a> - If you use Gmail, get the mobile application. Its fast and neat. You cant send attachments however.<br />
<br />
<a href="http://www.google.com/mobile/gmm/" >Google Maps</a> - Get satellite photos and maps on your phone. Can pinpoint your approximate location (to the nearest cell tower). <br />
<br />
<a href="http://magluby.com/trains">Train timetables</a> - Stripped down interface to the Irish Rail website, without all the bloat. 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://andrewjpage.com/index.php?/archives/112-Matlab-NOT-Equals-logical-operator.html" rel="alternate" title="Matlab NOT Equals logical operator" />
        <author>
            <name>Andrew Page</name>
                    </author>
    
        <published>2007-11-14T11:45:40Z</published>
        <updated>2007-11-14T11:45:40Z</updated>
        <wfw:comment>http://andrewjpage.com/wfwcomment.php?cid=112</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://andrewjpage.com/rss.php?version=atom1.0&amp;type=comments&amp;cid=112</wfw:commentRss>
    
            <category scheme="http://andrewjpage.com/index.php?/categories/4-Coding" label="Coding" term="Coding" />
    
        <id>http://andrewjpage.com/index.php?/archives/112-guid.html</id>
        <title type="html">Matlab NOT Equals logical operator</title>
        <content type="xhtml" xml:base="http://andrewjpage.com/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                The logical operator for NOT Equals in Matlab is ~=  rather than !=<br />
So not is ~ in matlab, compared to ! in Java/C/Perl etc.... 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://andrewjpage.com/index.php?/archives/111-Bigulo-5-million-searches-performed-so-far!.html" rel="alternate" title="Bigulo - 5 million searches performed so far!" />
        <author>
            <name>Andrew Page</name>
                    </author>
    
        <published>2007-11-13T14:52:59Z</published>
        <updated>2007-11-13T14:52:59Z</updated>
        <wfw:comment>http://andrewjpage.com/wfwcomment.php?cid=111</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://andrewjpage.com/rss.php?version=atom1.0&amp;type=comments&amp;cid=111</wfw:commentRss>
    
    
        <id>http://andrewjpage.com/index.php?/archives/111-guid.html</id>
        <title type="html">Bigulo - 5 million searches performed so far!</title>
        <content type="xhtml" xml:base="http://andrewjpage.com/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <a href="http://bigulo.com" >Bigulo</a> has performed more than 5 million searches since Sept 2006 (14 months).  Its still going strong, with a constantly high level of traffic (and very low bounce rate). On average each visitor looks at 5 pages per visit.  
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://andrewjpage.com/index.php?/archives/110-Domain-leeching.html" rel="alternate" title="Domain leeching" />
        <author>
            <name>Andrew Page</name>
                    </author>
    
        <published>2007-10-24T20:45:44Z</published>
        <updated>2007-10-24T20:45:44Z</updated>
        <wfw:comment>http://andrewjpage.com/wfwcomment.php?cid=110</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://andrewjpage.com/rss.php?version=atom1.0&amp;type=comments&amp;cid=110</wfw:commentRss>
    
            <category scheme="http://andrewjpage.com/index.php?/categories/5-Linux" label="Linux" term="Linux" />
    
        <id>http://andrewjpage.com/index.php?/archives/110-guid.html</id>
        <title type="html">Domain leeching</title>
        <content type="xhtml" xml:base="http://andrewjpage.com/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                I googled for something from Politics.ie today and came across a Chinese domain leecher. They had setup http://poitics-ie.hostsoft.us (now blocked) and were redirecting their DNS to the Politics.ie server. Thus they were leeching off our pagerank (and content) and succeeded in getting <a href="http://www.google.ie/search?q=site:poitics-ie.hostsoft.us">1200 URLs into the Google index</a> (with our content). They then either sell the domain (with a temporarily high pagerank) or replace the pages with ads and steal some of our referrals.   Anyone using that domain now gets a 403 error. 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://andrewjpage.com/index.php?/archives/109-Hike-up-Scarr-in-Wicklow.html" rel="alternate" title="Hike up Scarr in Wicklow" />
        <author>
            <name>Andrew Page</name>
                    </author>
    
        <published>2007-09-27T17:22:55Z</published>
        <updated>2007-09-28T10:43:09Z</updated>
        <wfw:comment>http://andrewjpage.com/wfwcomment.php?cid=109</wfw:comment>
    
        <slash:comments>1</slash:comments>
        <wfw:commentRss>http://andrewjpage.com/rss.php?version=atom1.0&amp;type=comments&amp;cid=109</wfw:commentRss>
    
    
        <id>http://andrewjpage.com/index.php?/archives/109-guid.html</id>
        <title type="html">Hike up Scarr in Wicklow</title>
        <content type="xhtml" xml:base="http://andrewjpage.com/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps?f=q&amp;hl=en&amp;geocode=&amp;q=http:%2F%2Fminds.nuim.ie%2F~xebedee%2Fwicklow.kml&amp;ie=UTF8&amp;t=h&amp;om=1&amp;s=AARTsJpZkUOxLJ3g2P8KoWib6c2x2sQRTw&amp;ll=53.066379,-6.30064&amp;spn=0.036102,0.072956&amp;z=13&amp;output=embed"></iframe><br /><small><a href="http://maps.google.com/maps?f=q&amp;hl=en&amp;geocode=&amp;q=http:%2F%2Fminds.nuim.ie%2F~xebedee%2Fwicklow.kml&amp;ie=UTF8&amp;t=h&amp;om=1&amp;ll=53.066379,-6.30064&amp;spn=0.036102,0.072956&amp;z=13&amp;source=embed" style="color:#0000FF;text-align:left">View Larger Map</a></small><br />
<br />
We went for a hike last weekend, its great what can be done with <a href="http://minds.nuim.ie/~fergalw">gps</a> 
            </div>
        </content>
        
    </entry>

</feed>