<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
<channel>
<title>Malcolm Yoke Hean Low</title>
<link>http://www.ntu.edu.sg/home/yhlow/index.html</link>
<description>Web page of Malcolm Yoke Hean Low, School of Computer Engineering, NTU</description>
<language>en-SG</language>
<copyright>Copyright 2009</copyright>
<lastBuildDate>Fri, 20 Nov 2009 21:24:00 +0800</lastBuildDate>
<pubDate>Fri, 20 Nov 2009 21:24:00 +0800</pubDate>
<generator>http://www.ntu.edu.sg/home/yhlow</generator>
<docs>http://blogs.law.harvard.edu/tech/rss</docs>

<item>
<title>The Read Green Initiative</title>
<description>&lt;div align=&quot;justify&quot;&gt;
  The &lt;a href=&quot;http://goreadgreen.com/new-home/&quot;&gt;Read Green Initiative&lt;/a&gt; offers millions of people FREE access to an 
  alternative, environmentally friendly way of enjoying favorite 
  magazines, books and other publications. Simply select your free 
  one-year digital subscription to any featured magazine and read it 
  with Zinio's interactive reader.&lt;br/&gt;&lt;br/&gt;
&lt;/div&gt;
&lt;div&gt;
  
&lt;/div&gt;
&lt;div&gt;
&lt;script type=&quot;text/javascript&quot;&gt;&lt;!-- 
                    zinio_widthCollapsed = 468;zinio_heightCollapsed = 60;zinio_widthExpanded = 468;zinio_heightExpanded = 320;zinio_flashWidth = 468;zinio_flashHeight = 60;zinio_flashfile = &quot;http://imgs.zinio.com/images/widgets/widget_468x60.swf&quot;;zinio_orient = &quot;none&quot;;zinio_overlayfile = &quot;http://imgs.zinio.com/images/widgets/widget_468x60_expand.swf&quot;;//--&gt;&lt;/script&gt;&lt;script type=&quot;text/javascript&quot; src=&quot;http://imgs.zinio.com/images/widgets/zinio_expand.js&quot;&gt;&lt;/script&gt;

&lt;br/&gt;&lt;br/&gt;
&lt;/div&gt;</description>
<link>http://www.ntu.edu.sg/home/yhlow/archives/2009/05/entry_580.html</link>
<guid>http://www.ntu.edu.sg/home/yhlow/archives/2009/05/entry_580.html</guid>

<category>General</category>

<category>Research</category>

<pubDate>Tue, 12 May 2009 17:26:59 +0800</pubDate>
</item>

<item>
<title>Google Code University - Introduction to Parallel Programming and MapReduce</title>
<description>&lt;p&gt;
  This &lt;a href=&quot;http://code.google.com/edu/parallel/mapreduce-tutorial.html&quot;&gt;tutorial 
  from the Google Code University&lt;/a&gt; covers the basics of parallel 
  programming and the MapReduce programming model. The pre-requisites are 
  significant programming experience with a language such as C++ or Java, 
  and data structures &amp;amp; algorithms.
&lt;/p&gt;
&lt;br/&gt;&lt;br/&gt;</description>
<link>http://www.ntu.edu.sg/home/yhlow/archives/2008/12/entry_461.html</link>
<guid>http://www.ntu.edu.sg/home/yhlow/archives/2008/12/entry_461.html</guid>

<category>General</category>

<category>HPC</category>

<category>Research</category>

<pubDate>Fri, 19 Dec 2008 00:40:19 +0800</pubDate>
</item>

<item>
<title>Programming Languages - 6 Scripting Languages Your Developers Wish You'd Let Them Use</title>
<description>&lt;p&gt;&lt;b&gt;Links to Programming Languages&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=http://www.cio.com/article/print/454520&gt;6 Scripting Languages Your Developers Wish You'd Let Them Use&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;&lt;a href=http://www.scala-lang.org/&gt;Scala&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=http://groovy.codehaus.org/&gt;Groovy&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=http://clojure.org/&gt;Clojure&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=http://www.lua.org/&gt;Lua&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=http://research.microsoft.com/fsharp/fsharp.aspx&gt;F#&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=http://boo.codehaus.org/&gt;Boo&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</description>
<link>http://www.ntu.edu.sg/home/yhlow/archives/2008/10/entry_397.html</link>
<guid>http://www.ntu.edu.sg/home/yhlow/archives/2008/10/entry_397.html</guid>

<category>General</category>

<category>Research</category>

<category>Tech</category>

<pubDate>Fri, 17 Oct 2008 10:24:42 +0800</pubDate>
</item>

<item>
<title>Ford-Fulkerson Method for Solving Maximum-Flow Problems</title>
<description>&lt;p&gt;&lt;b&gt;Maximum-Flow Problems&lt;/b&gt;&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;Given the a network has p nodes.&lt;/li&gt;
	&lt;li&gt;Let N be the set of nodes, N={s0, n_1, n_2, ..., n_p-1 n_p, si}, where s0 and si represent the source and sink of the network.&lt;/li&gt;
	&lt;li&gt;Let N(i) be the ith node in N. So N(0) is the source and N(p+1) is the sink.&lt;/li&gt;
	&lt;li&gt;Given the there are q arcs connecting the nodes in the network. This include a virtual arc that connects from the sink si back to the source s0.&lt;/li&gt;
	&lt;li&gt;Let x(i,j) be the arc linking from node N(i) to node N(j).&lt;/li&gt;
	&lt;li&gt;Each arc x(i,j) has a maximum capacity given by x(i,j).mc. The virtual arc x(p+1,0) has unlimited capacity.&lt;/li&gt;
	&lt;li&gt;Each arc x(i,j) has a current flow given by x(i,j).cf.&lt;li&gt;
	&lt;li&gt;For a flow to be feasible, it must have the following characteristics:
		&lt;ul&gt;
			&lt;li&gt;For each arc x(i,j), 0 &lt;= x(i,j).cf &lt;= x(i,j).mc.&lt;/li&gt;
			&lt;li&gt;For each node N(i), sum(x(j,i).cf) for all j=sum(x(i,k).cf for all k&lt;/li&gt;  
		&lt;/ul&gt;
	&lt;/li&gt;
	&lt;li&gt;The maximum flow problem is then to maximize the flow from the source to the sink, which is the same as maximizing the flow from
	the sink to the source, x(p+1,0).cf&lt;/li&gt; 
&lt;/ul&gt;

&lt;p&gt;&lt;b&gt;Ford-Fulkerson Method for Solving Maximum-Flow Problems&lt;/b&gt;&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Initialization: Set all x(i,j).cf to 0. This represents a feasible flow of the network.&lt;/li&gt;
	&lt;li&gt;Let I be the set of arcs x(i,j) where x(i,j).cf&lt; x(i,j). I represents those arcs whose current flow can be increased.&lt;/li&gt;
	&lt;li&gt;Let R be the set of arcs x(i,j) where x(i,j).cf&gt;0. R represents those arcs whose current flow can be decreased.&lt;/li&gt;
	&lt;li&gt;Carry out the following lableling procedure.
		&lt;ul&gt;
			&lt;li&gt;Step 1: Label the source.&lt;/li&gt;
			&lt;li&gt;Step 2: Label the nodes and arcs (except the virtual arc x(p+1,0) according to the following rules:
				&lt;ul&gt;
					&lt;li&gt;If node N(i) is labeled, and node N(j) is unlabeled and arc x(i,j) is in the set I, then label node N(j) and x(i,j). 
					Arc x(i,j) is said to be a forward arc.&lt;/li&gt;
					&lt;li&gt;If node N(j) is unlabeled, and node N(i) is labeled and arc x(j,i) is in the set R, then label node N(j) and arc x(j,i). 
					Arc x(j,i) is said to be a backward arc.&lt;/li&gt;
				&lt;/ul&gt;
			&lt;/li&gt;
			&lt;li&gt;Step 3: Continue this labeling process until the sink has been labeled or until no more nodes can be labeled. If the sink
			has been labeled, adjust the flow according the the two cases described below and report step 2. If the sink cannot be labeled,
			then the flow is optimal.&lt;li&gt;		
		&lt;/ul&gt;
	&lt;/li&gt;
	&lt;li&gt;If the labeling process results in the sink being labeled, then there will be a chain of labeled arcs C leading from the 
	source to the sink. A new feasible flow with increased flow from the source to sink can be obtained by adjusting the the flow of the
	arcs in C.&lt;/li&gt;
	&lt;li&gt;If C contains entirely of forward arcs. 
	  &lt;ul&gt;
	    &lt;li&gt;Let k = min(x(i,j).mc-x(i,j).cf)) for all x(i,j) in C.&lt;/li&gt; 
	    &lt;li&gt;k represents the maximum amount of flow that can increased in all arcs of C without violating all capacity constraint.&lt;/li&gt;
	    &lt;li&gt;Increase the flow in each arc in C by k.&lt;/li&gt;
	  &lt;/ul&gt;
	&lt;/li&gt;
	&lt;li&gt;If C contains some forward arcs and some backward arcs.
	  &lt;ul&gt;
	    &lt;li&gt;Let k1 = min(x(i,j).cf) for all x(i,j) in C^R.&lt;/li&gt;
	    &lt;li&gt;k1 represents the maximum amount of flow that can be decreased in all arcs of C^R without violating all capacity constraint.&lt;/li&gt;
	    &lt;li&gt;Let k2 = min(x(i,j).mc-x(i,j).cf)) for all x(i,j) in C^I.&lt;/li&gt;
	    &lt;li&gt;k2 represents the maximum amount of flow that can increased in all arcs of C^I without violating all capacity constraint.&lt;/li&gt;
	    &lt;li&gt;Let k=min(k1,k2)&lt;/li&gt;
	    &lt;li&gt;Increase the flow of each arc in C^I by k and decrease the flow of each arc in C^R by k.&lt;/li&gt;
	  &lt;/ul&gt;
&lt;/ul&gt;
</description>
<link>http://www.ntu.edu.sg/home/yhlow/archives/2006/11/entry_450.html</link>
<guid>http://www.ntu.edu.sg/home/yhlow/archives/2006/11/entry_450.html</guid>

<category>General</category>

<category>Research</category>

<pubDate>Wed, 22 Nov 2006 22:47:54 +0800</pubDate>
</item>

<item>
<title>Project Report Guidelines - Tables, Figures, Format, References, Resources</title>
<description>Below are a list of points for preparing technical reports for CIDP, URECA, UROP, IA, FYP, MSc/MEng/PhD:

&lt;ul&gt;
	&lt;li&gt;All tables and figures should have a caption and should be cited (referred to) in the main text.&lt;/li&gt;
	&lt;li&gt;References are to be included based on commonly used format in IEEE or ACM conferences. 
	References to web pages or articles should include the URL and the date of retrieval.&lt;/li&gt;
	&lt;li&gt;For full text of conference or journal articles, please use the &lt;a href=&quot;http://www.ntu.edu.sg/library/collections/Pages/eresources.aspx&quot;&gt;NTU library digital resources&lt;/a&gt;. NTU has subscriptions to
	    databases such as IEEE Xplore, ACM Digital Library, Springer Link, Science Direct. &lt;a href=&quot;http://www3.ntu.edu.sg/home/nurhazman/library/bookmarklet.htm&quot;&gt;NTU Proxy Bookmarklet&lt;/a&gt; is a quick 
	    way of obtaining full text articles from some of these databases.&lt;/li&gt;
&lt;/ul&gt;
</description>
<link>http://www.ntu.edu.sg/home/yhlow/archives/2006/11/entry_447.html</link>
<guid>http://www.ntu.edu.sg/home/yhlow/archives/2006/11/entry_447.html</guid>

<category>General</category>

<category>Research</category>

<pubDate>Fri, 17 Nov 2006 15:38:13 +0800</pubDate>
</item>

<item>
<title>Multi-agent Simulation</title>
<description>&lt;b&gt;People&lt;/b&gt;

&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.ai.soc.i.kyoto-u.ac.jp/~ishida/&quot;&gt;Toru Ishida&lt;/a&gt; - Kyoto University&lt;/li&gt;
&lt;/ul&gt;

&lt;b&gt;Systems&lt;/b&gt;

&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.ai.soc.i.kyoto-u.ac.jp/freewalk/&quot;&gt;Free Walk&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

</description>
<link>http://www.ntu.edu.sg/home/yhlow/archives/2006/11/entry_431.html</link>
<guid>http://www.ntu.edu.sg/home/yhlow/archives/2006/11/entry_431.html</guid>

<category>Research</category>

<pubDate>Sat, 04 Nov 2006 11:20:14 +0800</pubDate>
</item>

<item>
<title>Simulation - Techniques, Domains, Issues, Conferences</title>
<description>&lt;p&gt;&lt;b&gt;Simulation Techniques&lt;/b&gt;&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;Symbiotic Simulation&lt;/li&gt;
	&lt;li&gt;Parallel Simulation&lt;/li&gt;
	&lt;li&gt;Agent-based Simulation&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;b&gt;Types of Simulation&lt;/b&gt;&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;Semiconductor Simulation&lt;/li&gt;
	&lt;li&gt;Container Port Simulation&lt;/li&gt;
	&lt;li&gt;Defence Simulation - Data Farming &amp; Automated Red Teaming&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;b&gt;Issues&lt;/b&gt;&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;Replications - W. Burghout, &lt;a href=&quot;http://www.infra.kth.se/ctr/publications/ctr2004_01.pdf&quot;&gt;A note on the number of 
	replication runs in stochastic traffic simulation models&lt;/a&gt;, CTR2004:01&lt;/li&gt;
	&lt;li&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;b&gt;Conferences&lt;/b&gt;&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.wintersim.org&quot;&gt;Winter Simulation Conference&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.wintersim.org&quot;&gt;&lt;a href=&quot;http://www.liophant.org/conferences/2009/ams2009/index.html&quot;&gt;Asia Modelling Symposium 2009&lt;/a&gt;&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.scs.org/confernc/springsim/springsim09/springsim09.htm&quot;&gt;Spring Simulation Multiconference 2009&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;br/&gt;&lt;br/&gt;</description>
<link>http://www.ntu.edu.sg/home/yhlow/archives/2006/10/entry_413.html</link>
<guid>http://www.ntu.edu.sg/home/yhlow/archives/2006/10/entry_413.html</guid>

<category>General</category>

<category>Research</category>

<pubDate>Thu, 26 Oct 2006 20:45:36 +0800</pubDate>
</item>

<item>
<title>Stowage Planning for Container Ships - Terminology, Issues, Videos, Magazine, References</title>
<description>&lt;p&gt;&lt;b&gt;Terminology&lt;/b&gt;&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;
    &lt;p&gt;A container ship has its capacity measured in TEU, or Twenty-foot Equivalent Units. For example, a 8000TEU
    ship can carry up to 8000 twenty-foot containers. A ship contains a list of &lt;b&gt;bays&lt;/b&gt;, usually numbered from the
    front of the ship to the back of the ship. Bays are divided in odd bays and even bays. Even bays are forty-footer
    bays and can be used to stow forty-foot containers. Each Even bay is made up of two odd bays. For example,
    bay 2 is made up of bay 1 and bay 3. So in this case there is no bay 4 and the next even bay is bay 6 which 
    is made up of bay 7 and bay 5.&lt;br/&gt;&lt;br/&gt;
    
    In each bay, each vertical stack of containers is call a &lt;b&gt;row&lt;/b&gt;. The numbering of the rows start from the center of
    the ship and move outwards. One side of the ship will have the set of odd row numbers {1, 3, 5 ...}, while the
    other side of the ship will have the set of even row numbers {2, 4, 6 ...}.&lt;br/&gt;&lt;br/&gt;
    
    For each row of containers in a bay, the vertical position of the container is indicated by its &lt;b&gt;tier&lt;/b&gt; number.
    Tiers are numbered from the bottom of the ship upwards. There is a convention that tiers above the hatchcover are 
    numbered starting from 80.&lt;br/&gt;&lt;br/&gt;  
    
    Containers are stowed in a container ship based on a 6-digit code to represent the locations on a ship. 
    The first two numbers indicate which bay of the ship the container is in. The second two numbers 
    indicate which row of the bay the container is in. The last two number indicate which tier of the ship
    the container is in. For example, a location code of &quot;060402&quot; indicates a ship location in bay 06, row 04
    and tier 02.&lt;/p&gt; 
  &lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;b&gt;Issues&lt;/b&gt;&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;Maximization of Stability - GM, bending moment, heel, trim&lt;/li&gt;
	&lt;li&gt;Minimization of Overstow/rehandling - forced overstow, volunteered overstow&lt;/li&gt;
	&lt;li&gt;Consideration of Hatch Covers&lt;/li&gt;
	&lt;li&gt;Optimization for best Crane Splits - crane intensity, blocking&lt;/li&gt;
	&lt;li&gt;Stowage of Out-of-Guage Containers&lt;/li&gt;
	&lt;li&gt;Consideration of Hazardous Cargos&lt;/li&gt;
	&lt;li&gt;Consideration of Port Rotation&lt;/li&gt;
	&lt;li&gt;Consideration of Balast Management - zero balast&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;b&gt;Videos&lt;/b&gt;&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;http://videos.howstuffworks.com/discovery/35950-extreme-engineering-build-a-container-ship-video.htm&quot;&gt;Extreme Engineering: Build a Container Ship&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://videos.howstuffworks.com/discovery/35952-extreme-engineering-larger-container-ship-engine-video.htm&quot;&gt;Extreme Engineering: Larger Container Ship Engine&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://videos.howstuffworks.com/discovery/35953-extreme-engineering-unloading-container-ship-video.htm&quot;&gt;Extreme Engineering: UnLoading Container Ship&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://videos.howstuffworks.com/discovery/35954-extreme-engineering-container-crane-operator-video.htm&quot;&gt;Extreme Engineering: Container Crane Operator&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://videos.howstuffworks.com/discovery/35955-extreme-engineering-loading-container-train-video.htm&quot;&gt;Extreme Engineering: Loading Container Train&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://videos.howstuffworks.com/discovery/35956-extreme-engineering-mega-container-ship-video.htm&quot;&gt;Extreme Engineering: Mega Container Ship&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://videos.howstuffworks.com/discovery/35957-extreme-engineering-container-ship-port-video.htm&quot;&gt;Extreme Engineering: Container Ship Port&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://videos.howstuffworks.com/discovery/35958-extreme-engineering-loading-container-ship-video.htm&quot;&gt;Extreme Engineering: Loading Container Ship&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://videos.howstuffworks.com/discovery/35959-extreme-engineering-testing-container-ship-video.htm&quot;&gt;&lt;/a&gt;Extreme Engineering: Testing Container Ship&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://videos.howstuffworks.com/discovery/35960-extreme-engineering-reloading-a-cargo-ship-video.htm&quot;&gt;Extreme Engineering: Reloading a Cargo Ship&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://videos.howstuffworks.com/discovery/35961-extreme-engineering-container-ship-sea-trials-video.htm&quot;&gt;Extreme Engineering: Container Ship Sea Trials&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;b&gt;Magazine&lt;/b&gt;&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.thedigitalship.com/index.htm&quot;&gt;Digital Ship&lt;/a&gt;: Digital Ship is the commercial 
	maritime world’s authority on satellite communications, software, navigation technology and computer 
	based training.&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;&lt;b&gt;References&lt;/b&gt;&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;Ambrosino D., Sciomachen A. and Tanfani E, &quot;Stowing a containership: the master bay plan problem&quot;, 
	    Transportation Research Part A: Policy and Practice, Volume 38, Number 2, February 2004 , pp. 81-99(19) &lt;/li&gt;
	&lt;li&gt;Mordecai Avriel, Michal Penn, Naomi Shpirer and Smadar Witteboon, &quot;Stowage planning for container 
	    ships to reduce the number of shifts&quot;, Annals of Operations Research, Volume 76, Number 10, January 1998, pp. 55-71&lt;/li&gt;
	&lt;li&gt;Dirk Steenken, Thomas Winter and Uwe T. Zimmermann, &quot;Stowage and Transport Optimization in Ship Planning&quot;, 
	    &lt;a href=&quot;http://www.amazon.com/Online-Optimization-Large-Scale-Systems/dp/3540424598&quot;&gt;Online optimization of large-scale 
	    systems&lt;/a&gt;, pp 731-745. Springer, Berlin.&lt;/li&gt;
	&lt;li&gt;I.D. Wilson and P.A. Roach, &quot;Principles of Combinatorial Optimization Applied to Container-Ship Stowage Planning&quot;, 
	    Journal of Heuristics, 1999, Volume 5, Issue 4, pp. 403-418&lt;/li&gt;
	&lt;li&gt;I.D. Wilson and P.A. Roach, &quot;Container stowage planning: a methodology for generating computerised solutions&quot;, The 
	    Journal of the Operational Research Society, Volume 51, Number 11, pp. 1248-1255&lt;/li&gt;
	&lt;li&gt;Feng Li, Chunhua Tian, Rongzeng Cao and Wei Ding, &quot;An Integer Linear Programming for Container Stowage Problem&quot;,
	    ICCS 2008, Part I, LNCS 5101, pp. 853-862, 2008.&lt;/li&gt;
&lt;/ul&gt;
</description>
<link>http://www.ntu.edu.sg/home/yhlow/archives/2006/10/entry_411.html</link>
<guid>http://www.ntu.edu.sg/home/yhlow/archives/2006/10/entry_411.html</guid>

<category>General</category>

<category>Research</category>

<pubDate>Mon, 23 Oct 2006 17:59:33 +0800</pubDate>
</item>

<item>
<title>PhD Scholarship, Postdoc Fellowship - NSS, AGS, SINGA, SMF</title>
<description>The following is a list of scholarships to support studying PhD in Singapore. 

Please email me if you need assistance in applying for any one of them.

&lt;p&gt;&lt;b&gt;Scholarships&lt;/b&gt;&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.a-star.edu.sg/graduate_academy_and_scholarships/342-National-Science-Scholarships&quot;&gt;National Science Scholarship&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.a-star.edu.sg/graduate_academy_and_scholarships/65-A-STAR-Graduate-Scholarships-PhD-&quot;&gt;A*STAr Graduate Scholarship&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.a-star.edu.sg/graduate_academy_and_scholarships/402-A-STAR-International-Fellowship&quot;&gt;A*STAR International Fellowship&lt;/a&gt;&lt;/a&gt;
	&lt;li&gt;&lt;a href=&quot;http://talent.singaporeinfocomm.sg/infocommscholarships.aspx&quot;&gt;National Infocomm Scholarship&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;https://www.singa.a-star.edu.sg/index.php&quot;&gt;SINGA - Singapore International Graduate Award&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.smf-scholar.org/&quot;&gt;Singapore Millennium Foundation&lt;/a&gt; - Deadline 31st December 2008. 
	PhD and post doc stipends have been increased to S$4000 and S$6000 per month respectively.&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.chevening.com/&quot;&gt;The British Chevening Programme&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.iicsingapore.esteri.it/IIC_Singapore&quot;&gt;Italian Cultural Institute in Singapore&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.dso.org.sg/home/scholarshipcampus/scholar_research_award.aspx&quot;&gt;DSO PhD Research Award&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.seed-net.org/support_scholars_master.php&quot;&gt;AUN/SEED-Net scholarship&lt;/a&gt; - The AUN/SEED-Net Project provides scholarships to 
  highly qualified young teaching staff and senior students/young graduates 
  (i.e., potential future faculty staff) of &lt;a href=&quot;http://www.seed-net.org/info_members.php&quot;&gt;Member Institutions&lt;/a&gt; to acquire master’s degrees in 
  identified engineering fields. Outstanding students have the opportunity to pursue their Ph.D.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;b&gt;Fellowships&lt;/b&gt;&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.nvidia.com/page/fellowship_programs.html&quot;&gt;Nvidia Fellowship Program&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</description>
<link>http://www.ntu.edu.sg/home/yhlow/archives/2006/10/entry_440.html</link>
<guid>http://www.ntu.edu.sg/home/yhlow/archives/2006/10/entry_440.html</guid>

<category>General</category>

<category>Research</category>

<pubDate>Fri, 06 Oct 2006 13:30:32 +0800</pubDate>
</item>

<item>
<title>Supercomputing for Interactive Digital Media Applications</title>
<description>&lt;div&gt;
  &lt;u&gt;Modelling and simulation, Computational optimization, Parallel and 
  distributed Computing&lt;/u&gt;
&lt;/div&gt;
&lt;div&gt;
 &lt;br/&gt; 
&lt;/div&gt;
&lt;div&gt;
  Abstract:
&lt;/div&gt;
&lt;div&gt;
&lt;br/&gt;  
&lt;/div&gt;
&lt;div&gt;
  Interactive digital media environments involving large number of online 
  users require the support of large computational resources to carryout 
  many tasks such as rendering and updating of the environments and its 
  associate entities. This kind of computational resources are 
  traditionally available only on dedicated supercomputers. Recent 
  developments in the field of commodity supercomputing such as multicore 
  programming, GPGPU and cloud-computing need to be studied and adapted to 
  power these interactive digital media applications.
&lt;/div&gt;</description>
<link>http://www.ntu.edu.sg/home/yhlow/archives/2006/08/entry_280.html</link>
<guid>http://www.ntu.edu.sg/home/yhlow/archives/2006/08/entry_280.html</guid>

<category>Research</category>

<pubDate>Tue, 08 Aug 2006 18:01:26 +0800</pubDate>
</item>

<item>
<title>Operations Research</title>
<description>&lt;h3&gt;
  Open-source Software
&lt;/h3&gt;
&lt;ul&gt;
  &lt;li&gt;
&lt;a href=&quot;http://www.coin-or.org/&quot;&gt;&lt;b&gt;CO&lt;/b&gt;mputational &lt;b&gt;IN&lt;/b&gt;frastructure 
for &lt;b&gt;O&lt;/b&gt;perations &lt;b&gt;R&lt;/b&gt;esearch&lt;/a&gt;: The Computational 
Infrastructure for Operations Research (COIN-OR**, or simply COIN) 
project is an initiative to spur the development of open-source 
software for the operations research community.
  &lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;
  Jobshop Scheduling Problems
&lt;/h3&gt;
&lt;ul&gt;
  &lt;li&gt;
&lt;a href=&quot;http://mistic.heig-vd.ch/taillard/&quot;&gt;Taillard Benchmark&lt;/a&gt;
  &lt;/li&gt;
  &lt;li&gt;
&lt;a href=&quot;http://people.brunel.ac.uk/~mastjjb/jeb/info.html&quot;&gt;OR-LIBRARY&lt;/a&gt;
  &lt;/li&gt;
  &lt;li&gt;
&lt;a href=&quot;http://cobweb.ecn.purdue.edu/~uzsoy2/benchmark/problems.html&quot;&gt;Scheduling 
Research Group Homepage&lt;/a&gt;
  &lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;
  Travelling Salesman Problems
&lt;/h3&gt;
&lt;ul&gt;
  &lt;li&gt;
Dantzig, George; Fulkerson, D. R.; Johnson, Selmer (1954), &amp;quot;&lt;a href=&quot;http://www.cse.wustl.edu/~chen/7102/TSP.pdf&quot;&gt;Solution 
of a large-scale traveling-salesman problem&lt;/a&gt;&amp;quot;, Journal of the 
Operations Research Society of America 2 (4): 393&amp;#8211;410.
  &lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;
  People
&lt;/h3&gt;
&lt;ul&gt;
  &lt;li&gt;
&lt;a href=&quot;http://mat.gsia.cmu.edu/&quot;&gt;Michael Trick&lt;/a&gt;
  &lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;
  Companies
&lt;/h3&gt;
&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.ilog.com/&quot;&gt;ILOG&lt;/a&gt;: Maker of CPLEX and OPL.
  &lt;/li&gt;
  &lt;li&gt;
&lt;a href=&quot;http://www.gurobi.com/&quot;&gt;Gurobi&lt;/a&gt;: A startup by Gu, 
Rothberg, and Bixby from Ilog.
  &lt;/li&gt;
  &lt;li&gt;
&lt;a href=&quot;http://www.aimms.com/&quot;&gt;AIMMS&lt;/a&gt;: AIMMS is an advanced 
development environment for building optimization based operations 
research applications and advanced planning systems.
  &lt;/li&gt;
&lt;/ul&gt;</description>
<link>http://www.ntu.edu.sg/home/yhlow/archives/2006/02/entry_522.html</link>
<guid>http://www.ntu.edu.sg/home/yhlow/archives/2006/02/entry_522.html</guid>

<category>General</category>

<category>Research</category>

<pubDate>Wed, 08 Feb 2006 22:53:43 +0800</pubDate>
</item>

<item>
<title>Symbiotic Simulation</title>
<description>&lt;p&gt;
      &lt;b&gt;Symbiotic Simulation&lt;/b&gt;
    &lt;/p&gt;
    Symbiotic simulation is an emergent technology proposed by the Parallel 
    and Distributed Simulation working group at the 2002 Dagstuhl seminar on 
    Grand Challenges for Modelling and Simulation (Fujimoto et al., 2002). 
    Es-sentially, a symbiotic simulation system consists of a simu-lation 
    model interacting with the physical system in a mu-tually beneficial way. 
    The simulation system benefits from the continuous supply of the latest 
    data and the automatic validation of its simulation outputs, whereas the 
    physical system benefits from optimized performance obtained from the 
    analysis of simulation experiments. A symbiotic inte-gration of the 
    real-time physical system and the corre-sponding decision support module 
    will enable prompt re-sponse to be carried out to handle abrupt changes in 
    the physical system. The figure below shows a generic structure of a 
    symbiotic simulation system.&lt;br&gt;&lt;br&gt;&lt;img src=&quot;http://www.ntu.edu.sg/home/yhlow/images/symbiotic.jpg&quot; width=400&gt;&lt;br&gt;&lt;br&gt;&lt;b&gt;For 
    more information, please refer to&lt;/b&gt;:&lt;br&gt;&lt;br&gt;

    &lt;ul&gt;
      &lt;li&gt;
        Fujimoto, R., D. Lunceford, E. Page, and A. Uhrmacher. 2002. &lt;a href=&quot;http://www.dagstuhl.de/02351/Report&quot;&gt;Technical 
        Report of the Dagstuhl-Seminar Grand Challenges for Modelling and 
        Simulation.&lt;/a&gt;&lt;br&gt;&lt;br&gt;
      &lt;/li&gt;
      &lt;li&gt;
        Malcolm Yoke Hean Low, Stephen John Turner, Lai Peng Chan, Peter 
        Lendermann, Steve Buckley, Ding Ling and Hai Liang Peng, &amp;quot;Symbiotic 
        Simulation for Business Process Re-Engineering in High-tech 
        Manufacturing and Service Networks&amp;quot;. In Proceedings of the 2007 Winter 
        Simulation Conference, pp. 586-576, December 9-12, 2007, Washington, 
        DC, USA. &lt;a href=&quot;http://staffx.webstore.ntu.edu.sg/personal/yhlow/Shared%20Documents/papers/wsc07-symbiotic.pdf&quot;&gt;(download 
        pdf)&lt;/a&gt;&lt;br&gt;&lt;br&gt;
      &lt;/li&gt;
      &lt;li&gt;
        Malcolm Yoke Hean Low, Lye Kong Wei, Peter Lendermann, Stephen John 
        Turner, Surya Leo, and Reman Chim. &amp;quot;An Agent-based Approach for 
        Managing Symbiotic Simulation of Semiconductor Assembly and Test 
        Operations&amp;quot;, In Proceedings of the 2005 International Conference on 
        Autonomous Agent and Multiagent Systems (AAMAS), pp. 85-92, July 
        25-29, 2005, Utrecht, The Netherland. &lt;a href=&quot;http://staffx.webstore.ntu.edu.sg/personal/yhlow/Shared%20Documents/papers/aamas-2005.pdf&quot;&gt;(download 
        pdf)&lt;/a&gt;
      &lt;/li&gt;
    &lt;/ul&gt;</description>
<link>http://www.ntu.edu.sg/home/yhlow/archives/2006/02/entry_130.html</link>
<guid>http://www.ntu.edu.sg/home/yhlow/archives/2006/02/entry_130.html</guid>

<category>Research</category>

<pubDate>Wed, 01 Feb 2006 17:44:00 +0800</pubDate>
</item>

<item>
<title>Parallel and Distributed Computing Related Links</title>
<description>  &lt;p&gt;&lt;b&gt;Parallel Computing Books&lt;/b&gt;&lt;/p&gt;

  &lt;ul&gt;
    &lt;li&gt;&lt;a href=http://www.amazon.com/Introduction-Parallel-Computing-Ananth-Grama/dp/0201648652&gt;Introduction to Parallel Computing (2nd Edition)&lt;/a&gt; by Ananth Grama, George Karypis, Vipin Kumar and Anshul Gupta&lt;/li&gt;
    &lt;li&gt;&lt;a href=http://www.amazon.com/Patterns-Parallel-Programming-Software/dp/0321228111&gt;Patterns for Parallel Programming&lt;/a&gt; by Timothy G. Mattson, Beverly A. Sanders, and Berna L. Massingill&lt;/li&gt;
    &lt;li&gt;&lt;a href=http://www.amazon.com/Parallel-Programming-C-MPI-OpenMP/dp/0072822562&gt;Parallel Programming in C with MPI and OpenMP&lt;/a&gt; by Michael J. Quinn&lt;/li&gt;
  &lt;/ul&gt;
  
  &lt;br/&gt;
  
  &lt;p&gt;&lt;b&gt;Parallel and Distributed Computing Related Sites/Blogs&lt;/b&gt;&lt;/p&gt;
  
  &lt;ul&gt;
  	&lt;li&gt;&lt;a href=http://www.xlmpp.com/&gt;xlmpp XtremeLargeMPP&lt;/a&gt;: A Real World Supercomputing Blog&lt;/li&gt; 
  	&lt;li&gt;&lt;a href=http://www.computingatscale.com/&gt;Computing at Scale&lt;/a&gt;: New directions in massively parallel processing for business and the web by Bill McColl&lt;/li&gt;
  	&lt;li&gt;&lt;a href=http://blogs.intel.com/research/&gt;Research at Intel&lt;/a&gt;&lt;/li&gt;
  	&lt;li&gt;&lt;a href=http://insidehpc.com/&gt;InsideHPC.com&lt;/a&gt;&lt;/li&gt;
  	&lt;li&gt;&lt;a href=http://aws.typepad.com/&gt;Amazon Web Services Blog&lt;/a&gt;&lt;/li&gt;
  &lt;/ul&gt;
  
  &lt;p&gt;&lt;b&gt;Others&lt;/b&gt;&lt;/p&gt;
  
  &lt;ul&gt;
  	&lt;li&gt;&lt;p&gt;&lt;a href=http://www.scl.ameslab.gov/Publications/Gus/AmdahlsLaw/Amdahls.html&gt;Gustafson Law: Reevaluating Amdahl's Law&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;
  	    (&lt;a href=http://www.sdtimes.com/GUEST_VIEW_JAVA__MULTICORE__GOOD_NEWS/About_JAVA_and_MULTICORE_and_SOFTWAREDEVELOPMENT/32943&gt;Link&lt;/a&gt;) 
  	    Parallelizing an algorithm, however, will soon run into Amdahl's Law, which states that the speedup from parallelizing a 
  	    process is an inverse function of the portion of the process that is 
  	    necessarily sequential. Thus, not only do we need good algorithms to minimize the sequential portion of a process, but 
  	    there is also an upper bound to the speedup we can achieve, even with an infinite number of parallel processors. 
				&lt;br/&gt;&lt;br/&gt;
        While that may be a depressing result, parallel processing has been rescued by Gustafson's Law, which states that while 
        the speedup for a fixed-size process is indeed limited by Amdahl's Law, we can achieve nearly linear speedups if we consider 
        the amount of processing that can be done in a fixed period. &lt;/p&gt;
  	  &lt;/li&gt;
  &lt;/ul&gt;</description>
<link>http://www.ntu.edu.sg/home/yhlow/archives/2006/01/entry_77.html</link>
<guid>http://www.ntu.edu.sg/home/yhlow/archives/2006/01/entry_77.html</guid>

<category>HPC</category>

<category>Research</category>

<pubDate>Sun, 22 Jan 2006 00:20:26 +0800</pubDate>
</item>

<item>
<title>Johnson Algorithm for Two Machines Flow Shop</title>
<description>&lt;p&gt;&lt;b&gt;Johnson Algorithm for Two Machines Flow Shop&lt;/b&gt;&lt;/p&gt;

   In the two-machine flow shop model, job i precedes job j in an optimal sequence 
   if min{a&lt;sub&gt;i&lt;/sub&gt;, b&lt;sub&gt;j&lt;/sub&gt;} &lt; min{a&lt;sub&gt;j&lt;/sub&gt;, b&lt;sub&gt;i&lt;/sub&gt;}. where
   a&lt;sub&gt;i&lt;/sub&gt; and b&lt;sub&gt;i&lt;/sub&gt; are the processing time of job i on the first and
   second machine respectively. The proof is due to Johnson (1954). One way to 
   implement the rule is to partition the jobs into two sets. Set I contains jobs in 
   which a&lt;sub&gt;j&lt;/sub&gt; &lt; b&lt;sub&gt;j&lt;/sub&gt; and set II contains jobs in which 
   a&lt;sub&gt;j&lt;/sub&gt; &gt; b&lt;sub&gt;j&lt;/sub&gt;. An optimal schedule consists of the I-jobs, in 
   nondecreasing order of a&lt;sub&gt;j&lt;/sub&gt;, followed by the II-jobs, in nonincreasing order 
   of b&lt;sub&gt;j&lt;/sub&gt;.

&lt;br/&gt;&lt;br/&gt;

&lt;b&gt;&lt;u&gt;Reference:&lt;/u&gt;&lt;/b&gt; &lt;br/&gt;&lt;br/&gt;

S.M. Johnson, Optimal two- and three-stage production schedules with setup times included,
Naval Res. Log. Quart. I(1954)61-68.
&lt;br/&gt;&lt;br/&gt;
</description>
<link>http://www.ntu.edu.sg/home/yhlow/archives/2006/01/entry_90.html</link>
<guid>http://www.ntu.edu.sg/home/yhlow/archives/2006/01/entry_90.html</guid>

<category>Research</category>

<pubDate>Sat, 14 Jan 2006 13:13:56 +0800</pubDate>
</item>

<item>
<title>Bee Colony Optimization - Jobshop Scheduling, Travelling Salesman Problem</title>
<description>&lt;p&gt;&lt;b&gt;Bee Colony Optimization&lt;/b&gt;&lt;/p&gt;

The bee colony optimization algorithm is inspired by the behaviour of a honey bee 
colony in nectar collection. This biologically inspired approach is currently being 
employed to solve continuous optimization problems, training neural networks, 
mechanical and electronical componenets design optimization, combinatorial 
optimization problems such as job shop scheduling, the internet server optimization 
problem, the travelling salesman problem, etc.

&lt;br&gt;&lt;br&gt;
&lt;b&gt;For more information, please refer to&lt;/b&gt;:&lt;br&gt;&lt;br&gt;

&lt;ul&gt;
&lt;li&gt;Wikipedia: &lt;a href=http://en.wikipedia.org/wiki/Bee_Colony_Optimization&gt;Bee Colony Optimization&lt;/a&gt;
&lt;br&gt;&lt;br&gt; 

&lt;li&gt;
Li Pei Wong, Chi Yung Puan, Malcolm Yoke Hean Low and Chin Soon Chong. 
&amp;quot;Bee Colony Optimization Algorithm with Big Valley Landscape 
Exploitation for Job Shop Scheduling Problems&amp;quot;. In Proceedings of the 
Winter Simulation Conference. 2008 (to appear).
&lt;a href=&quot;http://mysites.ntu.edu.sg/yhlow/Shared%20Documents/papers/bco-wsc08.pdf&quot;&gt;(download 
pdf)&lt;/a&gt;&lt;br&gt;&lt;br&gt;
&lt;/li&gt;  

 &lt;li&gt;
Li Pei Wong, Malcolm Yoke Hean Low and Chin Soon Chong. &amp;quot;Bee Colony 
Optimization with Local Search for Traveling Salesman Problem&amp;quot;. In 
Proceedings of the 6th IEEE International Conference on Industrial 
Informatics (INDIN08), pp. 1019-1025, July 13-16, 2008, Daejeon, Korea.
&lt;a href=&quot;http://mysites.ntu.edu.sg/yhlow/Shared%20Documents/papers/tsp-indin08.pdf&quot;&gt;(download 
pdf)&lt;/a&gt;&lt;br&gt;&lt;br&gt;
  &lt;/li&gt;
  
    
    &lt;li&gt;
Chin Soon Chong, Malcolm Yoke Hean Low, Appa Iyer Sivakumar, Kheng 
Leng Gay. &amp;quot;Using A Bee Colony Algorithm for Neighbourhood Search in 
Job Shop Scheduling Problems&amp;quot;. In Proceedings of the 2007 European 
Conference on Modelling and Simulation, pp. 459-465, June 4-6, 2007, 
Prague, Czech Republic. &lt;a href=&quot;http://mysites.ntu.edu.sg/yhlow/Shared%20Documents/papers/ecms07-bee.pdf&quot;&gt;(download 
pdf)&lt;/a&gt;&lt;br&gt;&lt;br&gt;
  &lt;/li&gt;
  
  &lt;li&gt;
Chong Chin Soon, Malcolm Yoke Hean Low, Appa Iyer Sivakumar and Kheng 
Leng Gay. &amp;quot;A Bee Colony Optimization Algorithm to Job Shop 
Scheduling&amp;quot;. In Proceedings of the 2006 Winter Simulation Conference, 
pp. 1954-1961, December 3-6, 2006, Monterey, CA USA. &lt;a href=&quot;http://mysites.ntu.edu.sg/yhlow/Shared%20Documents/papers/wsc06-bee.pdf&quot;&gt;(download 
pdf)&lt;/a&gt;&lt;br&gt;&lt;br&gt;
  &lt;/li

&lt;/ul&gt;

</description>
<link>http://www.ntu.edu.sg/home/yhlow/archives/2006/01/entry_79.html</link>
<guid>http://www.ntu.edu.sg/home/yhlow/archives/2006/01/entry_79.html</guid>

<category>Research</category>

<pubDate>Thu, 12 Jan 2006 00:23:15 +0800</pubDate>
</item>

<item>
<title>Scheduling Related Links</title>
<description>  &lt;p&gt;&lt;b&gt;Scheduling Related Links&lt;/b&gt;&lt;/p&gt;

  &lt;ul&gt;
    &lt;li&gt;&lt;a href=http://www.ntu.edu.sg/home/yhlow/archives/2006/01/entry_90.html&gt;Johnson Algorithm&lt;/a&gt; for Two Machines Flow Shop.&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;http://www.ntu.edu.sg/home/yhlow/archives/2006/11/entry_450.html&quot;&gt;Ford-Fulkerson Method for Solving Maximum-Flow Problems&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=http://nvl.nist.gov/pub/nistpubs/sp958-lide/140-144.pdf&gt;Path, Tree and Flowers: &lt;/a&gt; Article about Jack Edmond and history of Optimization Algorithms. (&lt;a href=http://www.ntu.edu.sg/home/yhlow/article/path-tree-flowers.pdf&gt;link to local copy&lt;/a&gt;)&lt;/li&gt;
  &lt;/ul&gt;
</description>
<link>http://www.ntu.edu.sg/home/yhlow/archives/2006/01/entry_76.html</link>
<guid>http://www.ntu.edu.sg/home/yhlow/archives/2006/01/entry_76.html</guid>

<category>Research</category>

<pubDate>Wed, 11 Jan 2006 00:19:03 +0800</pubDate>
</item>

<item>
<title>Research Interests, Projects, Students</title>
<description>&lt;h4&gt;
      &lt;b&gt;Research Interests&lt;/b&gt;
    &lt;/h4&gt;
    &lt;ul&gt;
      &lt;li&gt;
        &lt;a href=&quot;http://www.ntu.edu.sg/home/yhlow/archives/2006/01/entry_77.html&quot;&gt;Parallel 
        and Distributed Computing&lt;/a&gt; - Multicore, GPGPU, Cloud Computing
      &lt;/li&gt;
      &lt;li&gt;
        Modeling &amp;amp; Simulation - Symbiotic Simulation, Evolvable Simulation
      &lt;/li&gt;
      &lt;li&gt;
        Combinatorial Optimization - &lt;a href=&quot;http://www.ntu.edu.sg/home/yhlow/archives/2006/01/entry_76.html&quot;&gt;Jobshop 
        Scheduling&lt;/a&gt;, Travelling Salesman Problem, &lt;a href=&quot;http://www.ntu.edu.sg/home/yhlow/archives/2006/01/entry_79.html&quot;&gt;Bee 
        Colony Optimization&lt;/a&gt;
      &lt;/li&gt;
    &lt;/ul&gt;
    &lt;br&gt;
    &lt;hr&gt;
    &lt;br&gt;
    

    &lt;h4&gt;
      &lt;b&gt;Research Affiliations&lt;/b&gt;
    &lt;/h4&gt;
    &lt;ul&gt;
      &lt;li&gt;
        &lt;a href=&quot;http://pdcc.ntu.edu.sg/staff.htm&quot;&gt;Member&lt;/a&gt; of the NTU SCE &lt;a href=&quot;http://pdcc.ntu.edu.sg&quot;&gt;Parallel 
        and Distributed Computing Center (PDCC)&lt;/a&gt;
      &lt;/li&gt;
      &lt;li&gt;
        &lt;a href=&quot;http://www.c2i.ntu.edu.sg/People/Faculty/Low_Yoke_Hean.html&quot;&gt;Member&lt;/a&gt; 
        of the NTU SCE &lt;a href=&quot;http://www.c2i.ntu.edu.sg&quot;&gt;Center for 
        Computational Intelligence (C2I)&lt;/a&gt;
      &lt;/li&gt;
      &lt;li&gt;
        &lt;a href=&quot;https://www.singa.a-star.edu.sg/&quot;&gt;Academic Supervisor for 
        Singapore Graduate Scholarship&lt;/a&gt;
      &lt;/li&gt;
      &lt;li&gt;
        &lt;a href=&quot;http://www.a-star.edu.sg/graduate_academy_and_scholarships/65-A-STAR-Graduate-Scholarships-PhD-&quot;&gt;Academic 
        Supervisor for A*STAR Graduate Scholarship&lt;/a&gt;
      &lt;/li&gt;
    &lt;/ul&gt;
    &lt;br&gt;
    &lt;hr&gt;
    &lt;br&gt;
    

    &lt;h4&gt;
      &lt;b&gt;Research Experience&lt;/b&gt;
    &lt;/h4&gt;
    &lt;ul&gt;
      &lt;li&gt;
        1997-2003: Research Associate/Associate Research Fellow/Research 
        Engineer in &lt;a href=&quot;http://www.gintic.gov.sg&quot;&gt;Singapore Institute of 
        Manufacturing Technology, Singapore (previously known as Gintic 
        Institute of Manufacturing Technology)&lt;/a&gt;
      &lt;/li&gt;
      &lt;li&gt;
        1999-2002: &lt;a href=&quot;http://web.comlab.ox.ac.uk/oucl/work/malcolm.low/&quot;&gt;DPHil 
        Student&lt;/a&gt; in &lt;a href=&quot;http://web.comlab.ox.ac.uk&quot;&gt;Oxford University 
        Computing Laboratory.&lt;/a&gt; Thesis: &amp;quot;Adaptive BSP Time Warp&amp;quot; &lt;a href=&quot;http://genealogy.math.ndsu.nodak.edu/html/id.phtml?id=22935&quot;&gt;supervised&lt;/a&gt; 
        by Professor &lt;a href=&quot;http://billmccoll.com&quot;&gt;Bill Mccoll.&lt;/a&gt;
      &lt;/li&gt;
      &lt;li&gt;
        1997-1999: Project Member of Parallel Discrete Event Simulation for 
        Virtual Factory Implementation
      &lt;/li&gt;
    &lt;/ul&gt;
    &lt;br&gt;
    &lt;hr&gt;
    &lt;br&gt;
    

    &lt;h4&gt;
      &lt;b&gt;Research Projects&lt;/b&gt;
    &lt;/h4&gt;
    &lt;ul&gt;
      &lt;li&gt;
          &lt;a href=&quot;http://pdcc.ntu.edu.sg/EVOSIM/&quot;&gt;Evolutionary Computing Based Methodologies for Modelling, Simulation and Analysis&lt;/a&gt; (Funded by DSTA under the Defence Innovative Research 
          Programme) - Principal Investigator
      &lt;/li&gt;
      &lt;li&gt;
          Biologically Inspired Scheduling and Optimization Algorithms for 
          Semiconductor Manufacturing and Maritime Port Operation 
          (Collaborative Research Project with SIMTech - Dr. Chong Chin Soon) 
          - Principal Investigator
      &lt;/li&gt;
      &lt;li&gt;
          &lt;a href=&quot;http://www.ntu.edu.sg/home/yhlow/article/StowagePlanning-article.pdf&quot;&gt;Stowage 
          Planning for Large Container Ships&lt;/a&gt; (Funded by MPA and APL) 
          - Principal Investigator
      &lt;/li&gt;
      &lt;li&gt;
          &lt;a href=&quot;http://cosmos.ntu.edu.sg&quot;&gt;COSMOS: Crowd Simulation for 
          Military Operations&lt;/a&gt; (Funded by DSTA) - &lt;a href=&quot;http://cosmos.ntu.edu.sg/index.php?option=com_content&amp;task=view&amp;id=15&amp;Itemid=27&quot;&gt;Co-Principal 
          Investigator&lt;/a&gt;
      &lt;/li&gt;
      &lt;li&gt;
          Biologically Inspired Algorithms for Jobshop Scheduling Optimization 
          (NTU Startup Grant) - Principal Investigator
      &lt;/li&gt;
      &lt;li&gt;
        &lt;p&gt;
          Crossdocking Planning and Dynamic Scheduling for FMCG Supply Chain 
          (Collaborative Research Project with SIMTech - Dr. Li Zheng Ping) - 
          Principal Investigator
        &lt;/p&gt;
      &lt;/li&gt;
    &lt;/ul&gt;
    &lt;br&gt;
    &lt;hr&gt;
    &lt;br&gt;
    

    &lt;h4&gt;
      &lt;b&gt;Research Students&lt;/b&gt;
    &lt;/h4&gt;
    &lt;h4&gt;
      &lt;br&gt;
      &lt;b&gt;&lt;u&gt;PhD Students&lt;/u&gt; &lt;/b&gt;&lt;br&gt;&lt;br&gt;
    &lt;/h4&gt;
    &lt;ul&gt;
      &lt;li&gt;
        &lt;a href=&quot;http://pdcc.ntu.edu.sg/current_proj/wonglipei.htm&quot;&gt;Wong Li Pei&lt;/a&gt;&lt;br&gt;Commenced 
        January 2007&lt;br&gt;Co-supervisor: Dr. Chong Chin Soon (SIMTech)&lt;br&gt;Project 
        title: Bee Colony Optimization with Local Search for Traveling 
        Salesman Problem
      &lt;/li&gt;
    &lt;/ul&gt;
    &lt;ul&gt;
      &lt;li&gt;
        &lt;a href=&quot;http://pdcc.ntu.edu.sg/current_proj/mojtaba.htm&quot;&gt;Mojtaba 
        Shakeri&lt;/a&gt;&lt;br&gt;Commenced August 2007&lt;br&gt;Co-supervisor: Dr. Li 
        Zhengping (SIMTech)&lt;br&gt;Project title: Crossdock Scheduling 
        Optimization (Problems and Algorithms with Parallel Computing 
        Strategies)
      &lt;/li&gt;
    &lt;/ul&gt;
    &lt;ul&gt;
      &lt;li&gt;
        Sun Hequan&lt;br&gt;Commenced August 2008&lt;br&gt;Co-supervisor: Assoc. Prof. Hsu 
        Wenjing&lt;br&gt;Project title: High Performance Computational Algorithms 
        for Motif Finding Problems
      &lt;/li&gt;
    &lt;/ul&gt;
    &lt;h4&gt;
      &lt;u&gt;&lt;b&gt;Current Final Year Projects (FYP)&lt;/b&gt;&lt;/u&gt;&lt;b&gt; &lt;/b&gt;&lt;br&gt;
    &lt;/h4&gt;
    &lt;ul&gt;
      &lt;li&gt;
        Stowage Plan Optimization for Next Generation Container Ships 
        (Student: Ron Tan Shi Qiang)
      &lt;/li&gt;
    &lt;/ul&gt;
    &lt;h4&gt;
      &lt;u&gt;&lt;b&gt;Past FYP Projects&lt;/b&gt;&lt;/u&gt;&lt;b&gt; &lt;/b&gt;&lt;br&gt;&lt;br&gt;
    &lt;/h4&gt;
    &lt;u&gt;&lt;b&gt;2008&lt;/b&gt;&lt;/u&gt;&lt;b&gt; &lt;/b&gt;

    &lt;ul&gt;
      &lt;li&gt;
        Future Cars (&lt;a href=&quot;http://www.ntu.edu.sg/home2005/sohs0006/fyp/&quot;&gt;Java 
        applet&lt;/a&gt;) (Student: Soh Say Kiong)
      &lt;/li&gt;
      &lt;li&gt;
        Automated Red Teaming (Student: Xu Yong Liang)
      &lt;/li&gt;
      &lt;li&gt;
        Enterprise Integration Using Mashup (Student: &lt;a href=&quot;http://dennis.tham.fyp.googlepages.com/index.html&quot;&gt;Tham 
        Yew Mun Dennis&lt;/a&gt;)
      &lt;/li&gt;
      &lt;li&gt;
        Parallel Machines - GPGPU (Student: Liew Xiaoye)
      &lt;/li&gt;
      &lt;li&gt;
        Crowd Simulation: Ontology, Knowledge-base and Inference Engine 
        (Student: Tan Su Li Debbie)
      &lt;/li&gt;
      &lt;li&gt;
        RFID for Logistics (Cross-docking) Operations (Student: Li Jin Cong)
      &lt;/li&gt;
      &lt;li&gt;
        Stowage Plan Optimization for Next Generation Container Ships 
        (Student: Gupta Shubam)
      &lt;/li&gt;
      &lt;li&gt;
        Aggregation and Disaggregation Issues in Distributed Simulation 
        (Student: Chua Yuan Wei Benjamin)
      &lt;/li&gt;
    &lt;/ul&gt;
    &lt;u&gt;&lt;b&gt;2007&lt;/b&gt;&lt;/u&gt;&lt;b&gt; &lt;/b&gt;

    &lt;ul&gt;
      &lt;li&gt;
        A Knowledge-based Environmental and Behaviour Representation using 
        Game Engines (Student: Wu Jian Liang)
      &lt;/li&gt;
      &lt;li&gt;
        Bees Colony Optimization: A Biological Inspired Approach to Job Shop 
        Scheduling (Student: Puan Chi Yung)
      &lt;/li&gt;
      &lt;li&gt;
        Optimization for Crossdocking Product Mixing and Matching Problem 
        (Student: Japjit Singh Ghai)
      &lt;/li&gt;
      &lt;li&gt;
        Intelligent Business Rules Definition and Implementation for B2B 
        Collaboration (Student: Tran Son Tung)
      &lt;/li&gt;
      &lt;li&gt;
        Cross-docking Planning and Dynamic Scheduling for 
        Fast-Moving-Consumer-Goods (FMCG) Supply Chain (Student: Tong Weiyi 
        Mark)
      &lt;/li&gt;
    &lt;/ul&gt;
    &lt;br&gt;
    &lt;u&gt;&lt;b&gt;2006&lt;/b&gt;&lt;/u&gt;&lt;b&gt; &lt;/b&gt;

    &lt;ul&gt;
      &lt;li&gt;
        Bees Colony Optimization: A Biological Inspired Approach to Job Shop 
        Scheduling (Student: Yeo Lian Sheng)
      &lt;/li&gt;
      &lt;li&gt;
        Ants and Bees colony optimisation for Job shop scheduling using 
        Software Agents (Student: Lim Ming Wei)
      &lt;/li&gt;
      &lt;li&gt;
        Technology for High End Manufacturing Simulation Execution on a 
        Computing Cluster (Student: Chong Chee Seng)
      &lt;/li&gt;
      &lt;li&gt;
        Optimizing Bee Colony Optimization Algorithm for Job Shop Scheduling 
        using High Performance Computing Techniques (Student: Jestine Paul)
      &lt;/li&gt;
      &lt;li&gt;
        Dynamic BPEL Generation for Aerospace Logistics Operation (Student: 
        Teng Yi Xiang)
      &lt;/li&gt;
      &lt;li&gt;
        Business Processes and Workflow in a Web Services World (Student: Wang 
        Yan Wen)
      &lt;/li&gt;
      &lt;li&gt;
        Adaptive Control in Supply Chains (Student: Li Qiao Yang)
      &lt;/li&gt;
      &lt;li&gt;
        An Animation Tool for Simulation Event Trace (Student: Chew Yuan Chao)
      &lt;/li&gt;
      &lt;li&gt;
        A Knowledge-based Environment and Behaviour Representation for Game 
        System (Student: Ng Boon Kiat)
      &lt;/li&gt;
      &lt;li&gt;
        Animation Tool for Simulation Event Trace (Student: Lee Jack Son)
      &lt;/li&gt;
    &lt;/ul&gt;
    &lt;div&gt;
      
    &lt;/div&gt;
    &lt;h4&gt;
      &lt;u&gt;&lt;b&gt;URECA Project Students&lt;/b&gt;&lt;/u&gt;
    &lt;/h4&gt;
    &lt;ul&gt;
      &lt;li&gt;
        Cloud Computing: Application on Data Farming (Student: Yong Yong 
        Cheng, Co-supervised with Mr. Choo Chwee Seng from DSO National 
        Laboratories, 2008-2009)
      &lt;/li&gt;
      &lt;li&gt;
        Bee Colony Optimization : Travelling Salesman and Jobshop Scheduling ( 
        Student: Brian Marshal, Co-supervised with Dr. Ho Nhu Binh from 
        SIMtech, 2008-2009)
      &lt;/li&gt;
      &lt;li&gt;
        A simulation-based experimentation environment for Autonomous 
        Underwater Vehicle (Student: Li Yaohui, Co-supervised with Mr. Sin 
        Mong Leng from DSO National Laboratories, 2007-2008)
      &lt;/li&gt;
      &lt;li&gt;
        Negotiation Protocol for Multi-Agent Search and Rescue (Student: Xu 
        Yong Liang, Co-supervised with Mr. Sin Mong Leng from DSO National 
        Laboratories 2006-2007)
      &lt;/li&gt;
    &lt;/ul&gt;
    &lt;div&gt;
      
    &lt;/div&gt;
    &lt;div&gt;
      &lt;u&gt;&lt;b&gt;UROP Project Students&lt;/b&gt;&lt;/u&gt;
    &lt;/div&gt;
    &lt;div&gt;
      
    &lt;/div&gt;
    &lt;ul&gt;
      &lt;li&gt;
        Wave-Based Parallel Implementation of the Smith-Waterman Algorithm on 
        CUDA compatible GPUs (Student: Buddha Sreenivas Kartik, 2008)
      &lt;/li&gt;
      &lt;li&gt;
        Parallel Smith Waterman Algorithms with Intel Thread Building Blocks 
        (Student: Willy Suryanto, 2008)
      &lt;/li&gt;
    &lt;/ul&gt;</description>
<link>http://www.ntu.edu.sg/home/yhlow/archives/2006/01/entry_55.html</link>
<guid>http://www.ntu.edu.sg/home/yhlow/archives/2006/01/entry_55.html</guid>

<category>General</category>

<category>Research</category>

<pubDate>Thu, 05 Jan 2006 15:51:14 +0800</pubDate>
</item>

<item>
<title>Thesis, Journal and Conference Publications</title>
<description>&lt;p align=&quot;justify&quot;&gt;
      
    &lt;/p&gt;
    &lt;h4&gt;
      &lt;b&gt;Publications&lt;/b&gt; - [&lt;a href=&quot;http://www.informatik.uni-trier.de/~ley/db/indices/a-tree/l/Low:Malcolm_Yoke=Hean.html&quot;&gt;DBLP&lt;/a&gt;, 
      &lt;a href=&quot;http://portal.acm.org/author_page.cfm?id=81100143305&quot;&gt;ACM&lt;/a&gt; ]
    &lt;/h4&gt;
    &lt;br&gt;
    &lt;hr&gt;
    &lt;br&gt;
    

    &lt;h4&gt;
      &lt;b&gt;PhD Thesis&lt;/b&gt;
    &lt;/h4&gt;
    &lt;ul&gt;
      &lt;li&gt;
        Malcolm Yoke Hean Low, &amp;quot;Adaptive Techniques for BSP Time Warp&amp;quot;, Thesis 
        Advisor: Professor Bill McColl, Oxford University Computing 
        Laboratory, Programming Research Group, September 2002.
      &lt;/li&gt;
    &lt;/ul&gt;
    &lt;hr&gt;
    &lt;br&gt;
    

    &lt;h4&gt;
      &lt;b&gt;Book Chapter&lt;/b&gt;
    &lt;/h4&gt;
    &lt;ol&gt;
      &lt;li&gt;
        Heiko Aydt, Stephen John Turner, Wentong Cai, and Malcolm Yoke Hean 
        Low. &amp;quot;An agent-based generic framework for symbiotic simulation 
        systems&amp;quot;. In Adelinde M. Uhrmacher and Danny Weyns editors, Agents, 
        Simulation and Applications. Taylor and Francis, 2008.
      &lt;/li&gt;
    &lt;/ol&gt;
    &lt;hr&gt;
    &lt;br&gt;
    

    &lt;h4&gt;
      &lt;b&gt;Journal&lt;/b&gt;
    &lt;/h4&gt;
    &lt;ol&gt;
      &lt;li&gt;
        Li Pei Wong, Malcolm Yoke Hean Low and Chin Soon Chong. &amp;quot;Bee Colony 
        Optimization with Local Search for Traveling Salesman Problem&amp;quot;. 
        International Journal on Artificial Intelligence Tools (accepted). 2009.&lt;br&gt;&lt;br&gt;
      &lt;/li&gt;
      &lt;li&gt;
        Zhengping Li, Malcolm Yoke Hean Low and Yan Guan Lim. &amp;quot;Optimal 
        Decision-making on Product Allocation for Crossdocking and Warehousing 
        Operations&amp;quot;. International Journal of Services Operations and 
        Informatics (accepted). 2009.&lt;br&gt;&lt;br&gt;
      &lt;/li&gt;
      &lt;li&gt;
        Linbo Luo, Suiping Zhou, Wentong Cai, Malcolm Yoke Hean Low, Feng 
        Tian, Yongwei Wang and Xian Xiao. &amp;quot;Agent-based Human Behavior Modeling 
        for Crowd Simulation&amp;quot;. Computer Animation and Virtual World, Vol. 19, 
        No. 3-4, pp. 271-281, 2008.&lt;br&gt;&lt;br&gt;
      &lt;/li&gt;
      &lt;li&gt;
        Peter Lendermann, Stephen John Turner, Malcolm Yoke Hean Low, Boon Ping Gan, 
        Nirupam Julka, Lai Peng Chan, Wen-tong Cai, Loo Hay Lee, E. P. Chew, 
        S. Y. Teng and L. F. McGinnis. &amp;quot;An Integrated and Adaptive 
        Decision-Support Framework for High-Tech Manufacturing and Service 
        Networks&amp;quot;, Journal of Simulation, Vol. 1/2, pp. 69-79, 2007.&lt;br&gt;&lt;br&gt;
      &lt;/li&gt;
      &lt;li&gt;
        Malcolm Yoke Hean Low, Boon Ping Gan, Junhu Wei, Xiao-Guang Wang, 
        Stephen John Turner and Wen-tong Cai. &amp;quot;Shared State Synchronization 
        for HLA-Based Distributed Simulation&amp;quot;, Simulation: Transactions of the 
        Society for Modeling and Simulation International, Vol. 82, No. 8, pp. 
        511-521, August 2006. &lt;a href=&quot;http://web.mysites.ntu.edu.sg/yhlow/public/Shared%20Documents/papers/sharedstate2006.pdf&quot;&gt;(download 
        pdf)&lt;/a&gt;&lt;br&gt;&lt;br&gt;
      &lt;/li&gt;
      &lt;li&gt;
        Simon J. E. Taylor, Xiaoguang Wang, Stephen John Turner and Malcolm Yoke Hean 
        Low, &amp;quot;Integrating Heterogeneous Distributed COTS Discrete-Event 
        Simulation Packages: An Emerging Standards-based Approach&amp;quot;, IEEE 
        Transactions on System, Man and Cybernetics. Part A: Systems and 
        Humans, Vol. 36, No. 1, pp. 109-122, Jan 2006. &lt;a href=&quot;http://web.mysites.ntu.edu.sg/yhlow/public/Shared%20Documents/papers/ieeesmc2006.pdf&quot;&gt;(download 
        pdf)&lt;/a&gt;&lt;br&gt;&lt;br&gt;
      &lt;/li&gt;
      &lt;li&gt;
        Xiaoguang Wang, Stephen John Turner, Malcolm Yoke Hean Low, and Boon 
        Ping Gan. &amp;quot;Optimistic Synchronization in HLA Based Distributed 
        Simulation&amp;quot;, Simulation: Transactions of the Society for Modeling and 
        Simulation International, Vol. 81, No. 4, pp. 279-291, July 2005. &lt;a href=&quot;http://web.mysites.ntu.edu.sg/yhlow/public/Shared%20Documents/papers/optsim-hla.pdf&quot;&gt;(download 
        pdf)&lt;/a&gt;&lt;br&gt;&lt;br&gt;
      &lt;/li&gt;
      &lt;li&gt;
        Dan Chen, Stephen John Turner, Wentong Cai, Boon Ping Gan, Malcolm 
        Yoke Hean Low, &amp;quot;Algorithms for HLA-based Distributed Simulation 
        Cloning&amp;quot;, ACM Transactions on Modeling and Computer Simulation, Vol. 
        15, Issue 4, pp 316-345, Oct. 2005. &lt;a href=&quot;http://web.mysites.ntu.edu.sg/yhlow/public/Shared%20Documents/papers/cloning-tomacs.pdf&quot;&gt;(download 
        pdf)&lt;/a&gt;&lt;br&gt;&lt;br&gt;
      &lt;/li&gt;
      &lt;li&gt;
        Wentong Cai, Zijing Yuan, Malcolm Yoke Hean Low and Stephen John Turner. 
        &amp;quot;Federate Migration in HLA-based Simulation&amp;quot;, Future Generation 
        Computer Systems, Vol. 21, No. 1, pp. 87-95, Jan 2005. &lt;a href=&quot;http://web.mysites.ntu.edu.sg/yhlow/public/Shared%20Documents/papers/fcgs2005.pdf&quot;&gt;(download 
        pdf)&lt;/a&gt;&lt;br&gt;&lt;br&gt;
      &lt;/li&gt;
      &lt;li&gt;
        Boon Ping Gan, Yoke Hean Low, Wentong Cai, Stephen John Turner, Sanjay 
        Jain, Wen Jing Hsu, Shell Ying Huang. &amp;quot;The Development of Conservative 
        Super-step Protocols for Shared Memory Multiprocessor Systems&amp;quot;, 
        Parallel and Distributed Computing Practices, 2001, Vol. 4, No. 1, pp. 
        1-17.&lt;br&gt;&lt;br&gt;
      &lt;/li&gt;
      &lt;li&gt;
        Yoke-Hean Low, Chu-Cheow Lim, Wentong Cai, Shell-Ying Huang, Wen-Jing 
        Hsu, Sanjay Jain, and Stephen J. Turner. &amp;quot;Survey of Languages and 
        Runtime Libraries for Parallel Discrete Event Simulation&amp;quot;, Simulation: 
        Transactions of the Society for Computer Simulation (SCS), Joint 
        Special Issue on Parallel and Distributed Simulation, Vol. 72, No. 3, 
        March 1999, pp. 170-186. &lt;a href=&quot;http://web.mysites.ntu.edu.sg/yhlow/public/Shared%20Documents/papers/low99survey.pdf&quot;&gt;(download 
        pdf)&lt;/a&gt;&lt;br&gt;&lt;br&gt;
      &lt;/li&gt;
      &lt;li&gt;
        Alfred CK Heng, Malcolm YH Low, &amp;quot;Loop Parallelisation Tool for 
        Message-Passing Systems&amp;quot;, Microprocessors and Microsystems Journal, 
        M20/07, pp. 409-421, March 1997. &lt;a href=&quot;http://web.mysites.ntu.edu.sg/yhlow/public/Shared%20Documents/papers/loop97.pdf&quot;&gt;(download 
        pdf)&lt;/a&gt;
      &lt;/li&gt;
    &lt;/ol&gt;
    &lt;hr&gt;
    &lt;br&gt;

    &lt;h4&gt;
      &lt;b&gt;Conference&lt;/b&gt;
    &lt;/h4&gt;
    &lt;ol style=&quot;margin-bottom: 0&quot;&gt;
      &lt;li&gt;
        Yi Wen Wong, Rick Siow Mong Goh, Shyh-Hao Kuo, Malcolm Yoke Hean Low. 
        &amp;quot;A Tabu Search for the Heterogeneous DAG Scheduling Problem&amp;quot;. 
        In Proceedings of the International Conference on. Parallel and Distributed Systems (ICPADS'09) (to appear).&lt;br&gt;&lt;br&gt;
      &lt;/li&gt;
      &lt;li&gt;
        Malcolm Yoke Hean Low, Mahinthan Chandramohan and Chwee Seng Choo. 
        &amp;quot;Application of Multi-Objective Bee Colony Optimization Algorithm to Automated Red Teaming&amp;quot;. 
        In Proceedings of the 2009 Winter Simulation Conference (to appear).&lt;br&gt;&lt;br&gt;
      &lt;/li&gt;
      &lt;li&gt;
        Yuan Wei Chua and Malcolm Yoke Hean Low. 
        &amp;quot;Predictive Algorithms for Aggregation and Disaggregation in Mixed Mode Simulation&amp;quot;. 
        In Proceedings of the 2009 Winter Simulation Conference (to appear).&lt;br&gt;&lt;br&gt;
      &lt;/li&gt;
      &lt;li&gt;
         Xi Guo, Shell Ying Huang, Wen Jing Hsu and Malcolm Yoke Hean Low. 
        &amp;quot;A Simulation Based Hybrid Algorithm For Yard Crane Dispatching In Container Terminals&amp;quot;. 
        In Proceedings of the 2009 Winter Simulation Conference (to appear).&lt;br&gt;&lt;br&gt;
      &lt;/li&gt;      
      &lt;li&gt;
        Yongwei Wang,	Michael Lees, Wentong Cai, Suiping Zhou and Malcolm Yoke Hean Low. 
        &amp;quot;Cluster Based Partitioning For Agent-Based Crowd Simulations&amp;quot;. 
        In Proceedings of the 2009 Winter Simulation Conference (to appear).&lt;br&gt;&lt;br&gt;
      &lt;/li&gt;
      &lt;li&gt;
        Niak Wu Koh, Zheng Ping Li, Roland Lim, Malcolm Yoke Hean Low, Jincong 
        Lin. &amp;quot;RFID for Crossdocking: Is it worth the investment?&amp;quot;. In 
        Proceedings of the 2009 IEEE International Conference on Service 
        Operations, Logistics and Informatics (to appear). July 22 - 24, 2009, 
        Chicago, IL, USA.&lt;br&gt;&lt;br&gt;
      &lt;/li&gt;
      &lt;li&gt;
        Li Pei Wong, Malcolm Yoke Hean Low, Chin Soon Chong. &amp;quot;An Efficient Bee 
        Colony Optimization Algorithm for Traveling Salesman Problem using 
        Frequency-based Pruning&amp;quot;. In Proceedings of the 7th IEEE International 
        Conference on Industrial Informatics (INDIN09). pp. 775-782, June 24-26, 2009, 
        Cardiff, UK. &lt;a href=&quot;http://web.mysites.ntu.edu.sg/yhlow/public/Shared%20Documents/papers/indin2009.pdf&quot;&gt;(download 
        pdf)&lt;/a&gt;&lt;br&gt;&lt;br&gt;
      &lt;/li&gt;
      &lt;li&gt;
        Heiko Aydt, Stephen John Turner, Wentong Cai, Malcolm Yoke Hean Low, 
        Rassul Ayani. &amp;quot;Symbiotic Simulation Model Validation for Radiation 
        Detection Applications&amp;quot;. In Proceedings of the 23rd IEEE/ACM/SCS 
        Workshop on Principles of Advanced and Distributed Simulation (PADS 
        2009) (to appear). 22nd-25th June, 2009, NY, USA.&lt;br&gt;&lt;br&gt;
      &lt;/li&gt;
      &lt;li&gt;
        Yong Liang Xu, Malcolm Yoke Hean Low, Chwee Seng Choo. &amp;quot;Enhancing 
        Automated Red Teaming with Evolvable Simulation&amp;quot;. In Proceedings of 
        the 2009 World Summit on Genetic and Evolutionary Computation (to 
        appear). June 12-14, 2009, Shanghai, China.&lt;br&gt;&lt;br&gt;
      &lt;/li&gt;
      &lt;li&gt;
        Kabilen Sornum, Yuanxi Liang, Wentong Cai, Malcolm Yoke Hean Low, and 
        Suiping Zhou. &amp;quot;3D Visualization and Animation of Crowd Simulation 
        Using a Game Engine&amp;quot;. In Proceedings of the 2009 International 
        Conference &amp;amp; Symposium on Computer Games, Animation, Multimedia and 
        Allied Technology. 11th -12th May, 2009, Singapore.  &lt;a href=&quot;http://web.mysites.ntu.edu.sg/yhlow/public/Shared%20Documents/papers/CGAT09-Crowd.pdf&quot;&gt;(download 
        pdf)&lt;/a&gt;&lt;br&gt;&lt;br&gt;
      &lt;/li&gt;
      &lt;li&gt;
        Muzhou Xiong, Wentong Cai, Suiping Zhou, Malcolm Yoke Hean Low, Feng 
        Tian, Dan Chen, Daren Wee Sze Ong and Benjamin D. Hamilton. &amp;quot;A Case 
        Study of Multi-Resolution Modeling for Crowd Simulation&amp;quot;. In 
        Proceedings of the Agent-Directed Simulation Symposium (ADS'09), March 
        22-27, 2009, San Diago, CA, USA. &lt;a href=&quot;http://web.mysites.ntu.edu.sg/yhlow/public/Shared%20Documents/papers/ADS08-MultiRes.pdf&quot;&gt;(download 
        pdf)&lt;/a&gt;&lt;br&gt;&lt;br&gt;
      &lt;/li&gt;
      &lt;li&gt;
        Yongwei Wang, Wentong Cai, Malcolm Yoke Hean Low, Suiping Zhou, Feng 
        Tian, Linbo Luo, Daren Wee Sze Ong and Benjamin D. Hamilton. &amp;quot;A 
        Framework of Evaluating Partitioning Mechanisms for Agent-based 
        Simulation Systems&amp;quot;. In Proceedings of the 42nd Annual Spring 
        Symposium (ANSS). March 22-27, 2009, San Diago, CA, USA.  &lt;a href=&quot;http://web.mysites.ntu.edu.sg/yhlow/public/Shared%20Documents/papers/ANSS08-Partition.pdf&quot;&gt;(download 
        pdf)&lt;/a&gt;&lt;br&gt;&lt;br&gt;
      &lt;/li&gt;
      &lt;li&gt;
        Xi Guo, Shell Ying Huang, Wen Jing Hsu and Malcolm Yoke Hean Low. 
        &amp;quot;Simulation-Based Dynamic Partitioning of Yard Crane Workload for 
        Container Terminal Operations&amp;quot;. In Proceedings of the 42nd Annual 
        Spring Symposium (ANSS). March 22-27, 2009, San Diago, CA, USA. &lt;a href=&quot;http://web.mysites.ntu.edu.sg/yhlow/public/Shared%20Documents/papers/ANSS09-YardCrane.pdf&quot;&gt;(download 
        pdf)&lt;/a&gt;&lt;br&gt;&lt;br&gt;
      &lt;/li&gt;
      &lt;li&gt;
        Li Pei Wong, Chi Yung Puan, Malcolm Yoke Hean Low and Chin Soon Chong. 
        &amp;quot;Bee Colony Optimization Algorithm with Big Valley Landscape 
        Exploitation for Job Shop Scheduling Problems&amp;quot;. In Proceedings of the 
        2008 Winter Simulation Conference. pp. 2050-2058, Dec 7-10, 2008, 
        Miami, FL, USA. &lt;a href=&quot;http://web.mysites.ntu.edu.sg/yhlow/public/Shared%20Documents/papers/WSC08-BCBV.pdf&quot;&gt;(download 
        pdf)&lt;/a&gt;&lt;br&gt;&lt;br&gt;
      &lt;/li&gt;
      &lt;li&gt;
        Heiko Aydt, Stephen John Turner, Wentong Cai, Malcolm Yoke Hean Low, 
        Peter Lendermann, Boon Ping Gan, and Rassul Ayani. &amp;quot;Preventive what-if 
        analysis in symbiotic simulation&amp;quot;. In Proceedings of the 2008 Winter 
        Simulation Conference. pp. 750-758, Dec 7-10, 2008, Miami, FL, USA. &lt;a href=&quot;http://web.mysites.ntu.edu.sg/yhlow/public/Shared%20Documents/papers/WSC08-WIA.pdf&quot;&gt;(download 
        pdf)&lt;/a&gt;&lt;br&gt;&lt;br&gt;
      &lt;/li&gt;
      &lt;li&gt;
        Xi Guo, Shell Ying Huang, Wenjing Hsu, Malcolm Yoke Hean Low. &amp;quot;Yard 
        Crane Dispatching Based On Real Time Data Driven Simulation For 
        Container Terminals&amp;quot;. In Proceedings of the 2008 Winter Simulation 
        Conference. pp. 2648-2655, Dec 7-10, 2008, Miami, FL, USA. &lt;a href=&quot;http://web.mysites.ntu.edu.sg/yhlow/public/Shared%20Documents/papers/WSC08-YardCrane.pdf&quot;&gt;(download 
        pdf)&lt;/a&gt;&lt;br&gt;&lt;br&gt;
      &lt;/li&gt;
      &lt;li&gt;
        Zhengping Li, Cheng Hwee Sim, Low, M.Y.H. and Yan Guan Lim. &amp;quot;Optimal 
        product allocation for crossdocking and warehousing operations in FMCG 
        supply chain&amp;quot;. In Proceedings of the 2008 IEEE International 
        Conference on Service Operations and Logistics, and Informatics, 2008. 
        IEEE/SOLI 2008. Volume 2, pp. 2963 - 2968, Oct 12-15, 2008, Beijing, 
        China. &lt;a href=&quot;http://web.mysites.ntu.edu.sg/yhlow/public/Shared%20Documents/papers/SOLI08-Crossdock.pdf&quot;&gt;(download 
        pdf)&lt;/a&gt;&lt;br&gt;&lt;br&gt;
      &lt;/li&gt;
      &lt;li&gt;
        Mojtaba Shakeri, Malcolm Yoke Hean Low and Zhengping Li. &amp;quot;A Generic 
        Model for Crossdock Truck Scheduling and Truck-to-Door Assignment 
        Problems&amp;quot;. In Proceedings of the 6th IEEE International Conference on 
        Industrial Informatics (INDIN08), pp. 857-864, July 13-16, 2008, 
        Daejeon, Korea. &lt;a href=&quot;http://web.mysites.ntu.edu.sg/yhlow/public/Shared%20Documents/papers/crossdock-indin08.pdf&quot;&gt;(download 
        pdf)&lt;/a&gt;&lt;br&gt;&lt;br&gt;
      &lt;/li&gt;
      &lt;li&gt;
        Li Pei Wong, Malcolm Yoke Hean Low and Chin Soon Chong. &amp;quot;Bee Colony 
        Optimization with Local Search for Traveling Salesman Problem&amp;quot;. In 
        Proceedings of the 6th IEEE International Conference on Industrial 
        Informatics (INDIN08), pp. 1019-1025, July 13-16, 2008, Daejeon, 
        Korea. &lt;a href=&quot;http://web.mysites.ntu.edu.sg/yhlow/public/Shared%20Documents/papers/tsp-indin08.pdf&quot;&gt;(download 
        pdf)&lt;/a&gt;&lt;br&gt;&lt;br&gt;
      &lt;/li&gt;
      &lt;li&gt;
        Zhengping Li, Malcolm Yoke Hean Low, Yan Guan Lim and Bin Ma. &amp;quot;Optimal 
        Decision-making on Product Ranking For Crossdocking/Warehousing 
        Operations&amp;quot;. In Proceedings of the 6th IEEE International Conference 
        on Industrial Informatics (INDIN08), pp. 871-876, July 13-16, 2008, 
        Daejeon, Korea. &lt;a href=&quot;http://web.mysites.ntu.edu.sg/yhlow/public/Shared%20Documents/papers/productrank-indin08.pdf&quot;&gt;(download 
        pdf)&lt;/a&gt;&lt;br&gt;&lt;br&gt;
      &lt;/li&gt;
      &lt;li&gt;
        Li Pei Wong, Malcolm Yoke Hean Low, and Chin Soon Chong. &amp;quot;A Bee Colony 
        Optimization Algorithm for Traveling Salesman Problem&amp;quot;. In Proceedings 
        of the 2nd Asia Modelling Symposium (AMS 2008), pp. 818-823, May 
        13-15, 2008, Kuala Lumpur, Malaysia.&lt;br&gt;&lt;br&gt;
      &lt;/li&gt;
      &lt;li&gt;
        Heiko Aydt, Stephen John Turner, Wentong Cai, Malcolm Yoke Hean Low, 
        &amp;quot;Symbiotic Simulation Systems: An Extended Definition Motivated by 
        Symbiosis in Biology&amp;quot;. In Proceedings of the 22nd Workshop on 
        Principles of Advanced and Distributed Simulation, pp. 106-116, 2008. &lt;a href=&quot;http://web.mysites.ntu.edu.sg/yhlow/public/Shared%20Documents/papers/symbiotic-pads08.pdf&quot;&gt;(download 
        pdf)&lt;/a&gt;&lt;br&gt;&lt;br&gt;
      &lt;/li&gt;
      &lt;li&gt;
        Heiko Aydt, Stephen John Turner, Wentong Cai, Malcolm Yoke Hean Low, 
        Peter Lendermann, Boon Ping Gan, &amp;quot;Symbiotic simulation Control in 
        Semiconductor Manufacturing&amp;quot;, In Proceedings of the 2008 International 
        Conference on Computational Science, pp. 26-35, 2008. &lt;a href=&quot;http://web.mysites.ntu.edu.sg/yhlow/public/Shared%20Documents/papers/symbiotic-iccs08.pdf&quot;&gt;(download 
        pdf)&lt;/a&gt;&lt;br&gt;&lt;br&gt;
      &lt;/li&gt;
      &lt;li&gt;
        Malcolm Yoke Hean Low, Liu Weiguo, Bertil Schmidt, &amp;quot;A Parallel BSP 
        Algorithm for Irregular Dynamic Programming&amp;quot;. In Proceedings of the 
        7th International Symposium on Advanced Parallel Processing 
        Technologies, Springer-Verlag Lecture Notes in Computer Science 4847, 
        pp. 151-160, November 22-23, 2007, Guangzhou, China. &lt;a href=&quot;http://web.mysites.ntu.edu.sg/yhlow/public/Shared%20Documents/papers/bsp-appt07.pdf&quot;&gt;(download 
        pdf)&lt;/a&gt;&lt;br&gt;&lt;br&gt;
      &lt;/li&gt;
      &lt;li&gt;
        Xi Guo, Shell Ying Huang, Wenjing Hsu, Malcolm Yoke Hean Low, Tian 
        Heong Chan, Jiang Hong Liu. &amp;quot;Vehicle Dispatching with Real Time 
        Location Information in Container Terminals&amp;quot;. In Proceedings of the 
        2007 European Modeling and Simulation Symposium, 4-6 October, 2007, 
        Bergeggi, Italy. &lt;a href=&quot;http://web.mysites.ntu.edu.sg/yhlow/public/Shared%20Documents/papers/port-emss07.pdf&quot;&gt;(download 
        pdf)&lt;/a&gt;&lt;br&gt;&lt;br&gt;
      &lt;/li&gt;
      &lt;li&gt;
        Simon J. E. Taylor, Navonil Mustafee, Steffen Strassburger,Stephen J. 
        Turner, Malcolm Yoke Hean Low, John Ladbrook. &amp;quot;The SISO CSPI PDG 
        Standard for Commercial Off-the-shelf Simulation Package 
        Interoperability Reference Models&amp;quot;. In Proceedings of the 2007 Winter 
        Simulation Conference, pp. 594-602, December 9-12, 2007, Washington, 
        DC, USA. &lt;a href=&quot;http://web.mysites.ntu.edu.sg/yhlow/public/Shared%20Documents/papers/cspipdg-wsc07.pdf&quot;&gt;(download 
        pdf)&lt;/a&gt;&lt;br&gt;&lt;br&gt;
      &lt;/li&gt;
      &lt;li&gt;
        Malcolm Yoke Hean Low, Stephen John Turner, Lai Peng Chan, Peter 
        Lendermann, Steve Buckley, Ding Ling and Hai Liang Peng. &amp;quot;Symbiotic 
        Simulation for Business Process Re-Engineering in High-tech 
        Manufacturing and Service Networks&amp;quot;. In Proceedings of the 2007 Winter 
        Simulation Conference, pp. 586-576, December 9-12, 2007, Washington, 
        DC, USA. &lt;a href=&quot;http://web.mysites.ntu.edu.sg/yhlow/public/Shared%20Documents/papers/wsc07-symbiotic.pdf&quot;&gt;(download 
        pdf)&lt;/a&gt;&lt;br&gt;&lt;br&gt;
      &lt;/li&gt;
      &lt;li&gt;
        Chin Soon Chong, Malcolm Yoke Hean Low, Appa Iyer Sivakumar, Kheng 
        Leng Gay. &amp;quot;Using A Bee Colony Algorithm for Neighbourhood Search in 
        Job Shop Scheduling Problems&amp;quot;. In Proceedings of the 2007 European 
        Conference on Modelling and Simulation, pp. 459-465, June 4-6, 2007, 
        Prague, Czech Republic. &lt;a href=&quot;http://web.mysites.ntu.edu.sg/yhlow/public/Shared%20Documents/papers/ecms07-bee.pdf&quot;&gt;(download 
        pdf)&lt;/a&gt;&lt;br&gt;&lt;br&gt;
      &lt;/li&gt;
      &lt;li&gt;
        Malcolm Yoke Hean Low, Wentong Cai, Suiping Zhou. &amp;quot;A Federated 
        Agent-Based Crowd Simulation Architecture&amp;quot;. In Proceedings of the 2007 
        European Conference on Modelling and Simulation, pp. 188-194, June 
        4-6, 2007, Prague, Czech Republic. &lt;a href=&quot;http://web.mysites.ntu.edu.sg/yhlow/public/Shared%20Documents/papers/ecms07-cosmos.pdf&quot;&gt;(download 
        pdf)&lt;/a&gt;&lt;br&gt;&lt;br&gt;
      &lt;/li&gt;
      &lt;li&gt;
        Chong Chin Soon, Malcolm Yoke Hean Low, Appa Iyer Sivakumar and Kheng 
        Leng Gay. &amp;quot;A Bee Colony Optimization Algorithm to Job Shop 
        Scheduling&amp;quot;. In Proceedings of the 2006 Winter Simulation Conference, 
        pp. 1954-1961, December 3-6, 2006, Monterey, CA USA. &lt;a href=&quot;http://web.mysites.ntu.edu.sg/yhlow/public/Shared%20Documents/papers/wsc06-bee.pdf&quot;&gt;(download 
        pdf)&lt;/a&gt;&lt;br&gt;&lt;br&gt;
      &lt;/li&gt;
      &lt;li&gt;
        Simon J. E. Taylor, Stephen John Turner, Malcolm Yoke Hean Low, 
        Xiaoguang Wang, Steffen Strassburger and John Ladbrook. &amp;quot;Developing 
        Interoperability Standards for Distributed Simulation and COTS 
        Simulation Packages with CSPI PDG&amp;quot;. In Proceedings of the 2006 Winter 
        Simulation Conference, pp. 1101-1110, December 3-6, 2006, Monterey, CA 
        USA. &lt;a href=&quot;http://web.mysites.ntu.edu.sg/yhlow/public/Shared%20Documents/papers/wsc06-cspipdg.pdf&quot;&gt;(download 
        pdf)&lt;/a&gt;&lt;br&gt;&lt;br&gt;
      &lt;/li&gt;
      &lt;li&gt;
        Li Zhengping, Sim Cheng Hwee and Malcolm Yoke Hean Low. &amp;quot;A Survey of 
        Emergent Behavior and Its Impacts in Agent-based Systems&amp;quot;. In 
        Proceedings of the 4th International IEEE Conference on Industrial 
        Informatics (INDIN'06), August 16-18, 2006. &lt;a href=&quot;http://web.mysites.ntu.edu.sg/yhlow/public/Shared%20Documents/papers/indin06-emergent.pdf&quot;&gt;(download 
        pdf)&lt;/a&gt;&lt;br&gt;&lt;br&gt;
      &lt;/li&gt;
      &lt;li&gt;
        Malcolm Yoke Hean Low, Stephen John Turner. &amp;quot;Using Web Services and 
        Business Process Execution Language for HLA-based Distributed 
        Supply-chain Simulation&amp;quot;. In Proceedings of the UK Operational 
        Research Society Simulation Workshop 2006 (SW06), March 28-29, 2006, 
        UK. &lt;a href=&quot;http://web.mysites.ntu.edu.sg/yhlow/public/Shared%20Documents/papers/websim-sw06.pdf&quot;&gt;(download 
        pdf)&lt;/a&gt;&lt;br&gt;&lt;br&gt;
      &lt;/li&gt;
      &lt;li&gt;
        Malcolm Yoke Hean Low, Mike Long Foong Liow, Peter Lendermann, Jurgen 
        Potoradi, Long Kim Tng, Wai Khang Lim, Daniel Quadt. &amp;quot;Analysis of Lot 
        Sizing and Planning Bucket Strategies for Semiconductor Backend 
        Operation&amp;quot;. In Proceedings of the 2005 International Conference on 
        Modeling and Analysis of Semiconductor Manufacturing (MASM), pp. 
        201-208, October 6-8, 2005, Singapore. &lt;a href=&quot;http://web.mysites.ntu.edu.sg/yhlow/public/Shared%20Documents/papers/masm2005.pdf&quot;&gt;(download 
        pdf)&lt;/a&gt;&lt;br&gt;&lt;br&gt;
      &lt;/li&gt;
      &lt;li&gt;
        Malcolm Yoke Hean Low, Lye Kong Wei, Peter Lendermann, Stephen John 
        Turner, Surya Leo, and Reman Chim. &amp;quot;An Agent-based Approach for 
        Managing Symbiotic Simulation of Semiconductor Assembly and Test 
        Operations&amp;quot;. In Proceedings of the 2005 International Conference on 
        Autonomous Agent and Multiagent Systems (AAMAS), pp. 85-92, July 
        25-29, 2005, Utrecht, The Netherland. &lt;a href=&quot;http://web.mysites.ntu.edu.sg/yhlow/public/Shared%20Documents/papers/aamas-2005.pdf&quot;&gt;(download 
        pdf)&lt;/a&gt;&lt;br&gt;&lt;br&gt;
      &lt;/li&gt;
      &lt;li&gt;
        Xiaoguang Wang, Stephen John Turner, Simon J E Taylor, Malcolm Yoke 
        Hean Low, Boon Ping Gan. &amp;quot;A COTS Simulation Package Emulator (CSPE) 
        for Investigating COTS Simulation Package Interoperability&amp;quot;. In 
        Proceedings of the 2005 Winter Simulation Conference, pp. 402-411, 
        December 4-7, 2005, Orlando, FL USA.&lt;br&gt;&lt;br&gt;
      &lt;/li&gt;
      &lt;li&gt;
        Peter Lendermann, Malcolm Yoke Hean Low, Boon Ping Gan, Nirupam Julka, 
        Lai Peng Chan et al. &amp;quot;An Integrated and Adaptive Decision-Support 
        Framework for High-tech Manufacturing and Service Networks&amp;quot;. In 
        Proceedings of the 2005 Winter Simulation Conference, pp. 2052-2062, 
        December 4-7, 2005, Orlando, FL USA. &lt;a href=&quot;http://web.mysites.ntu.edu.sg/yhlow/public/Shared%20Documents/papers/wsc05-imss.pdf&quot;&gt;(download 
        pdf)&lt;/a&gt;&lt;br&gt;&lt;br&gt;
      &lt;/li&gt;
      &lt;li&gt;
        Boon Ping Gan, Peter Lendermann, Malcolm Yoke Hean Low, Stephen John 
        Turner, Xiaoguang Wang, Simon J E Taylor. &amp;quot;Interoperating AutoSched AP 
        Using the High Level Architecture&amp;quot;. In Proceedings of the 2005 Winter 
        Simulation Conference, pp. 394-401, December 4-7, 2005, Orlando, FL 
        USA.&lt;br&gt;&lt;br&gt;
      &lt;/li&gt;
      &lt;li&gt;
        Chin Soon Chong, Malcolm Yoke Hean Low, Appa Iyer Sivakumar, Kheng 
        Leng Gay. &amp;quot;Using Simulation based Approach to Improve on the Mean 
        Cycle Time Performance of Dispatching Rules&amp;quot;. In Proceedings of the 
        2005 Winter Simulation Conference, pp. 2194-2202, December 4-7, 2005, 
        Orlando, FL USA.&lt;br&gt;&lt;br&gt;
      &lt;/li&gt;
      &lt;li&gt;
        Boon Ping Gan, Simon J E Turner, Malcolm Yoke Hean Low, Xiaoguang 
        Wang. &amp;quot;Using Manufacturing Process Flow for Time Synchronization in 
        HLA-Based Simulation&amp;quot;. In Proceedings of the Ninth IEEE International 
        Symposium on Distributed Simulation and Real-Time Applications (DS-RT 
        2005), pp. 148- 160, October 10-11, 2005,&lt;br&gt;&lt;br&gt;
      &lt;/li&gt;
      &lt;li&gt;
        Simon J E Taylor, Stephen John Turner, Malcolm Yoke Hean Low. &amp;quot;The 
        COTS Simulation Package Interoperability Product Development Group 
        (CSPI-PDG)&amp;quot;. In Proceedings of the 2005 European Simulation 
        Interoperability Workshop (EuroSIW 2005), 2005, pp. 05E-SIW-056.&lt;br&gt;&lt;br&gt;
      &lt;/li&gt;
      &lt;li&gt;
        Malcolm Yoke Hean Low, Yeong-Dae Kim and Tae-Eog Lee. &amp;quot;Due-date 
        Oriented Dispatching Rules for Semiconductor Backend Operation&amp;quot;. In 
        Proceedings of the 2004 Asia Pacific Management Conference, pp. 
        1043-1055, October 27-29, 2004, Daejeon, Korea.&lt;br&gt;&lt;br&gt;
      &lt;/li&gt;
      &lt;li&gt;
        Simon J E Taylor, Stephen John Turner and Malcolm Yoke Hean Low. &amp;quot;A 
        Proposal for an Entity Transfer Specification Standard for COTS 
        Simulation Package Interoperation&amp;quot;. In Proceedings of the European 
        Simulation Interoperability Workshop 2004, Edinburgh, Scotland, June 
        28 - July 1, 2004, No. 04E-SIW-081.&lt;br&gt;&lt;br&gt;
      &lt;/li&gt;
      &lt;li&gt;
        Dan Chen, Stephen John Turner, Boon Ping Gan, Wentong Cai, Malcolm 
        Yoke Hean Low, Junhu Wei. &amp;quot;Incremental HLA-based Distributed 
        Simulation Cloning&amp;quot;. In Proceedings of the 2004 Winter Simulation 
        Conference, pp. 386-394, December 5-8, 2004, Washington DC, USA.&lt;br&gt;&lt;br&gt;
      &lt;/li&gt;
      &lt;li&gt;
        Dan Chen, Stephen John Turner, Boon Ping Gan, Wentong Cai, Malcolm 
        Yoke Hean Low. &amp;quot;Management of Simulation Cloning in HLA-based 
        Distributed Simulations&amp;quot;. In Proceedings of the European Simulation 
        Interoperability Workshop 2004, Edinburgh, Scotland, June 28 - July 1, 
        2004, No. 04E-SIW-010. &lt;a href=&quot;http://web.mysites.ntu.edu.sg/yhlow/public/Shared%20Documents/papers/04E-SIW-010.pdf&quot;&gt;(download 
        pdf)&lt;/a&gt;&lt;br&gt;&lt;br&gt;
      &lt;/li&gt;
      &lt;li&gt;
        Xiaoguang Wang, Stephen J. Turner, Malcolm Yoke Hean Low and Boon Ping 
        Gan. &amp;quot;A Generic Architecture for the Integration of COTS Packages with 
        the HLA&amp;quot;. In Proceedings of the 2004 UK Operational Research Society 
        Simulation Workshop, pp. 225-233, March 23-24, 2004.&lt;br&gt;&lt;br&gt;
      &lt;/li&gt;
      &lt;li&gt;
        Stephen J. Turner, Xiaoguang Wang, Malcolm Yoke Hean Low and Boon Ping 
        Gan. &amp;quot;Optimistic Synchronization in HLA Based Distributed Simulation&amp;quot;. 
        In Proceedings of the 18th Workshop on Parallel and Distributed 
        Simulation (PADS'04), pp. 123-130, May 16 - 19, 2004, Kufstein, 
        Austria.&lt;br&gt;&lt;br&gt;
      &lt;/li&gt;
      &lt;li&gt;
        Zijing Yuan, Wentong Cai, Malcolm Yoke Hean Low and Stephen J. Turner. 
        &amp;quot;Federate Migration in HLA-based Simulation&amp;quot;. In Proceedings of the 
        Workshop on HLA-Based Distributed Simulation on the Grid (DSGrid04), 
        at the International Conference on Computational Science 2004 (ICCS 
        2004) DS-GRID2004, pp. 856-864, 7-9 June 2004, Krakow, Poland.&lt;br&gt;&lt;br&gt;
      &lt;/li&gt;
      &lt;li&gt;
        Malcolm Yoke Hean Low, Boon Ping Gan, Junhu Wei, Xiaoguang Wang, 
        Stephen John Turner, Wentong Cai. &amp;quot;Implementation Issues for Shared 
        State in HLA-based Distributed Simulation&amp;quot;. In Proceedings of the 15th 
        European Simulation Symposium (ESS2003), pp. 5-13, October 26-29, 
        Delft, The Netherlands, 2003. &lt;a href=&quot;http://web.mysites.ntu.edu.sg/yhlow/public/Shared%20Documents/papers/ess2003.pdf&quot;&gt;(download 
        pdf)&lt;/a&gt;&lt;br&gt;&lt;br&gt;
      &lt;/li&gt;
      &lt;li&gt;
        Zijing Yuan, Wentong Cai and Malcolm Yoke Hean Low. &amp;quot;A Framework for 
        Executing Parallel Simulation using RTI&amp;quot;. In Proceedings of the 
        Seventh IEEE International Symposium on Distributed Simulation and 
        Real Time Applications, pp. 12-19, October 23-25, Delft, The 
        Netherlands, 2003.&lt;br&gt;&lt;br&gt;
      &lt;/li&gt;
      &lt;li&gt;
        Boon Ping Gan, Malcolm Yoke Hean Low, Junhu Wei, Xiaoguang Wang, 
        Stephen John Turner, Wentong Cai. &amp;quot;Synchronization and Management of 
        Shared State in HLA-based Distributed Simulation&amp;quot;. In Proceedings of 
        the 2003 Winter Simulation Conference, pp. 847-854.&lt;br&gt;&lt;br&gt;
      &lt;/li&gt;
      &lt;li&gt;
        Malcolm Yoke Hean Low. &amp;quot;A Time Slicing Approach to External Workload 
        Management on BSP Time Warp&amp;quot;. In Proceedings of the 17th European 
        Simulation Multiconference (ESM 2003), pp. 397-403, Nottingham, UK. &lt;a href=&quot;http://web.mysites.ntu.edu.sg/yhlow/public/Shared%20Documents/papers/timeslice.pdf&quot;&gt;(download 
        pdf)&lt;/a&gt;&lt;br&gt;&lt;br&gt;
      &lt;/li&gt;
      &lt;li&gt;
        Zheng Ping Li, Malcolm Yoke Hean Low and Arun Kumar. &amp;quot;A Framework for 
        Multi-Agent System-Based Dynamic Supply Chain Coordination&amp;quot;. In 
        Proceedings of the Agents at Work Workshop at the Second International 
        Joint Conference on Autonomous Agents &amp;amp; Multi-Agent Systems, pp. 7-17, 
        June 9-11, 2003, Melbourne, Australia, 2003. &lt;a href=&quot;http://web.mysites.ntu.edu.sg/yhlow/public/Shared%20Documents/papers/aamas2003.pdf&quot;&gt;(download 
        pdf)&lt;/a&gt;&lt;br&gt;&lt;br&gt;
      &lt;/li&gt;
      &lt;li&gt;
        Malcolm Yoke Hean Low. &amp;quot;Manufacturing Simulation using BSP Time Warp 
        with Variable Numbers of Processors&amp;quot;. In Proceedings of the 2002 
        European Simulation Symposium, pp. 137-144, June 3-5, 2002, Dresden, 
        Germany, 2002.&lt;br&gt;&lt;br&gt;
      &lt;/li&gt;
      &lt;li&gt;
        Malcolm Yoke Hean Low. &amp;quot;Managing External Workload with BSP Time 
        Warp&amp;quot;. In Proceedings of the 2002 Winter Simulation Conference, pp. 
        704-711, December 8-11 2002, San Diego, USA.&lt;br&gt;&lt;br&gt;
      &lt;/li&gt;
      &lt;li&gt;
        Malcolm Yoke Hean Low. &amp;quot;Dynamic Load-Balancing for BSP Time Warp&amp;quot;. In 
        Proceedings of the 35th Annual Simulation Symposium, pp. 267-274, 
        April 14-18 2002, San Diego, California.&lt;br&gt;&lt;br&gt;
      &lt;/li&gt;
      &lt;li&gt;
        Malcolm Yoke Hean Low and David M. Nicol. &amp;quot;Consistent Modeling of 
        Distributed Mutual Exclusion Protocol using Optimistic Simulation&amp;quot;. In 
        Proceedings of the 15th Workshop on Parallel and Distributed 
        Simulation (PADS 2001), pp. 137-144, May 15-18 2001, Lake Arrowhead, 
        California. &lt;a href=&quot;http://web.mysites.ntu.edu.sg/yhlow/public/Shared%20Documents/papers/pads01-consistent.pdf&quot;&gt;(download 
        pdf)&lt;/a&gt;&lt;br&gt;&lt;br&gt;
      &lt;/li&gt;
      &lt;li&gt;
        Malcolm Yoke Hean Low. &amp;quot;Adaptive BSP Time Warp&amp;quot;. In Proceedings of the 
        Fifth UK Simulation Society Conference (UKSim 2001), pp. 14-20, March 
        28-30, 2001, Cambridge, UK.&lt;br&gt;&lt;br&gt;
      &lt;/li&gt;
      &lt;li&gt;
        Sanjay Jain, Boon Ping Gan, Chu-Cheow Lim, Yoke-Hean Low. &amp;quot;Bottleneck 
        Based Modeling of Semiconductor Supply Chains&amp;quot;. In Proceedings of the 
        International Conference on Modeling and Analysis of Semiconductor 
        Manufacturing (MASM 2000), Tempe, Arizona, May 10-12, 2000. &lt;a href=&quot;http://web.mysites.ntu.edu.sg/yhlow/public/Shared%20Documents/papers/masm2000-bottleneck.pdf&quot;&gt;(download 
        pdf)&lt;/a&gt;&lt;br&gt;&lt;br&gt;
      &lt;/li&gt;
      &lt;li&gt;
        Yoke-Hean Low, Boon-Ping Gan, Sanjay Jain, Wentong Cai, Wen Jing Hsu 
        and Shell Ying Huang, Stephen J. Turner. &amp;quot;A Parallel Discrete-Event 
        Simulation of a Supply-chain in Semiconductor Industry&amp;quot;. In 
        Proceedings of the 4th High Performance Computing (HPC) Asia 2000, May 
        14-17 2000, Beijing, China.&lt;br&gt;&lt;br&gt;
      &lt;/li&gt;
      &lt;li&gt;
        Boon-Ping Gan, Yoke-Hean Low, Sanjay Jain, Stephen J. Turner, Wentong 
        Cai, Wen Jing Hsu and Shell Ying Huang. &amp;quot;Load Balancing for 
        Conservative Simulation on Shared Memory Multiprocessor Systems&amp;quot;. In 
        Proceedings of the 14th Workshop on Parallel and Distributed 
        Simulation (PADS 2000), pp. 139-146, May 28-31, 2000, Bologna, Italy, 
        IEEE Press.&lt;br&gt;&lt;br&gt;
      &lt;/li&gt;
      &lt;li&gt;
        Sanjay Jain, Chu-Cheow Lim, Boon-Ping Gan and Yoke-Hean Low. 
        &amp;quot;Criticality of Detailed Modeling in Semiconductor Supply Chain 
        Simulation&amp;quot;. In Proceedings of the 1999 Winter Simulation Conference 
        (WSC'99), pp. 888-896, December 5-8, 1999, Phoenix, Arizona, USA.&lt;br&gt;&lt;br&gt;
      &lt;/li&gt;
      &lt;li&gt;
        Chu-Cheow Lim, Yoke-Hean Low and Wentong Cai. &amp;quot;A Parallelism Analyzer 
        Algorithm for a Conservative Super-Step Simulation Protocol&amp;quot;. In 
        Proceedings of the Hawaii International Conference on System Sciences 
        (HICSS-32), January 5-8, 1999, Hawaii USA. (&lt;a href=&quot;http://web.mysites.ntu.edu.sg/yhlow/public/Shared%20Documents/papers/lim99parallelism.pdf&quot;&gt;download 
        pdf&lt;/a&gt;)&lt;br&gt;&lt;br&gt;
      &lt;/li&gt;
      &lt;li&gt;
        Chu-Cheow Lim, Yoke-Hean Low, Boon-Ping Gan, Sanjay Jain, Wentong Cai, 
        Shell-Ying Huang, and Wen-Jing Hsu. &amp;quot;Performance Prediction Tools for 
        Parallel Discrete Event Simulation&amp;quot;. In Proceedings of the 13th 
        Workshop on Parallel and Distributed Simulation (PADS '99), pp. 
        148-155, May 1-4, 1999, Atlanta, Georgia, USA. (&lt;a href=&quot;http://web.mysites.ntu.edu.sg/yhlow/public/Shared%20Documents/papers/lim99performance.pdf&quot;&gt;download 
        pdf&lt;/a&gt;)&lt;br&gt;&lt;br&gt;
      &lt;/li&gt;
      &lt;li&gt;
        Chu-Cheow Lim, Yoke-Hean Low, Boon-Ping Gan, Sanjay Jain, Stephen J. 
        Turner, Wentong Cai, Wen Jing Hsu and Shell Ying Huang. &amp;quot;Harnessing 
        Parallelism in a Parallel Discrete-Event Simulation&amp;quot;. In Proceedings 
        of the IASTED International Conference on Modelling and Simulation 
        (MS'99), pp. 219-223, May 5-8, 1999, Philadelphia, Pennsylvania, USA.&lt;br&gt;&lt;br&gt;
      &lt;/li&gt;
      &lt;li&gt;
        Chu-Cheow Lim, Yoke-Hean Low and Boon-Ping Gan. &amp;quot;Computing Safetime in 
        a Conservative Synchronous Simulation Based on Future Events&amp;quot;. In 
        Proceedings of the 1999 International Conference on Parallel and 
        Distributed Processing Techniques and Applications (PDPTA99), pp. 
        2436-2442, June 28-July 1, 1999, Las Vegas, Nevada, USA.&lt;br&gt;&lt;br&gt;
      &lt;/li&gt;
      &lt;li&gt;
        Yoke-Hean Low, Chu-Cheow Lim, Boon-Ping Gan, Sanjay Jain, Wentong Cai, 
        Wen Jing Hsu, Shell Ying Huang and Stephen J. Turner. &amp;quot;Conservative 
        Parallel Simulation for Manufacturing System&amp;quot;. In Proceedings of the 
        8th International Parallel Computing Workshop (PCW'98), pp. 293-300, 
        September 7-8 1998, Singapore.&lt;br&gt;&lt;br&gt;
      &lt;/li&gt;
      &lt;li&gt;
        Stephen J. Turner, Chu-Cheow Lim, Yoke-Hean Low, Wentong Cai, Wen Jing 
        Hsu and Shell Ying Huang. &amp;quot;A Methodology for Automating the 
        Parallelization of Manufacturing Simulations&amp;quot;. In Proceedings of the 
        12th Workshop on Parallel and Distributed Simulation (PADS'98). pp. 
        126-133, May 26-29, 1998, Banff, Alberta, Canada.&lt;br&gt;&lt;br&gt;
      &lt;/li&gt;
      &lt;li&gt;
        Chu-Cheow Lim, Yoke-Hean Low, Wentong Cai, Wen Jing Hsu, Shell Ying 
        Huang, Stephen Turner. &amp;quot;An Empirical Comparison of Runtime Systems for 
        Conservative Parallel Simulation&amp;quot;, In Proceedings of the 2nd Workshop 
        on Runtime Systems for Parallel Programming (RTSPP 1998), March 30 
        1998, Orlando, Florida, USA. Also in Lecture Notes in Computer Science 
        (No. 1388), Parallel and Distributed Processing, Jose Rolim (Ed.), 
        Springer Verlag 1998, pp.123 - 134.&lt;br&gt;&lt;br&gt;
      &lt;/li&gt;
      &lt;li&gt;
        Chu-Cheow Lim and Yoke-Hean Low. &amp;quot;Building a Conservative Parallel 
        Simulation with Existing Component Libraries&amp;quot;. In Proceedings of the 
        4th Workshop on Languages, Compilers and Run-Time Systems for Scalable 
        Computers (LCR98), pp. 378-385, May 28-30, 1998, Carnegie Mellon 
        University, Pittsburgh, PA, USA.&lt;br&gt;&lt;br&gt;
      &lt;/li&gt;
      &lt;li&gt;
        Chu-Cheow Lim, Yoke-Hean Low and Stephen J. Turner. &amp;quot;Relaxing SafeTime 
        Computation of a Conservative Simulation Algorithm&amp;quot;. In Proceedings of 
        the International Conference on Parallel and Distributed Processing 
        Techniques and Applications (PDPTA '98), pp. 1538-1545, Jul 1998, Las 
        Vegas, USA, CSREA Press.&lt;br&gt;&lt;br&gt;
      &lt;/li&gt;
      &lt;li&gt;
        Chu-Cheow Lim, Yoke-Hean Low, Boon-Ping Gan and Sanjay Jain. 
        &amp;quot;Implementations of Dispatch Rules in Parallel Manufacturing 
        Simulation&amp;quot;. In Proceedings of the 1998 Winter Simulation Conference 
        (WSC '98), pp. 1591-1597, December 13 - 16, 1998, Washington D.C. USA.&lt;br&gt;&lt;br&gt;
      &lt;/li&gt;
      &lt;li&gt;
        Chu-Cheow Lim, Yoke-Hean Low, Boon-Ping Gan, Stephen J. Turner, Sanjay 
        Jain, Wentong Cai, Wen Jing Hsu and Shell Ying Huang. &amp;quot;A Parallel 
        Discrete-Event Simulation of Wafer Fabrication Processes&amp;quot;. 3rd High 
        Performance Computing (HPC) Asia 1998, pp. 1180-1189, September 22-25, 
        1998, Singapore.
      &lt;/li&gt;
    &lt;/ol&gt;
    &lt;br&gt;</description>
<link>http://www.ntu.edu.sg/home/yhlow/archives/2006/01/entry_46.html</link>
<guid>http://www.ntu.edu.sg/home/yhlow/archives/2006/01/entry_46.html</guid>

<category>Research</category>

<pubDate>Mon, 02 Jan 2006 15:37:54 +0800</pubDate>
</item>

</channel>
</rss>