Change <dl> to <ul>
This commit is contained in:
parent
a6bf52dc29
commit
8981315aca
|
@ -41,20 +41,20 @@ object
|
||||||
the applications and implementation techniques we have looked at using
|
the applications and implementation techniques we have looked at using
|
||||||
Kali Scheme include: </p>
|
Kali Scheme include: </p>
|
||||||
<p></p>
|
<p></p>
|
||||||
<dl>
|
<ul>
|
||||||
<dd> User-level load balancing
|
<li> User-level load balancing
|
||||||
and migration. </dd>
|
and migration. </li>
|
||||||
<dd> Incremental distributed
|
<li> Incremental distributed
|
||||||
linking of code objects. </dd>
|
linking of code objects. </li>
|
||||||
<dd> Parameterized client-server
|
<li> Parameterized client-server
|
||||||
applications. </dd>
|
applications. </li>
|
||||||
<dd> Long-lived parallel
|
<li> Long-lived parallel
|
||||||
computations. </dd>
|
computations. </li>
|
||||||
<dd> Distributed data mining. </dd>
|
<li> Distributed data mining. </li>
|
||||||
<dd> Executable content in
|
<li> Executable content in
|
||||||
messages over wide-area networks (e.g. the
|
messages over wide-area networks (e.g. the
|
||||||
World-Wide Web) </dd>
|
World-Wide Web) </li>
|
||||||
</dl>
|
</ul>
|
||||||
<h2>Related papers</h2>
|
<h2>Related papers</h2>
|
||||||
<p>
|
<p>
|
||||||
Kali Scheme is described in
|
Kali Scheme is described in
|
||||||
|
|
Loading…
Reference in New Issue