 |
Molecular Nanotechnology - Entropy
The Foresight Guidelines on Molecular Nanotechnology
start by saying that the term "molecular nanotechnology"
(MNT) refers to the ability to program matter with molecular
precision, and scale it to three-dimensional products
of arbitrary size.
This developing technology presents an unprecedent new
set of technical and economic opportunities. The opportunities
include, among other things, the possibility of widespread
material abundance for the Earth´s people and the
development of revolutionary new techniques in medicine.
And they stress: along with these new capabilities come
new risks, and new responsibilities.
So if you remember the preceding article (read here:
"Thermodynamical
Models of Evolution"), James Fournier alerts
that the problem, both for humans and other organisms,
has always been how to extract as much useful work from
a potential energy gradient as possible, and this leads
to a crossroads: one way to do this is to increase the
magnitude of energy flow across the gradient, which can
lead to increased entropy production; the other way is
to increase the (thermodynamic) efficiency of its use,
that is, maximize the work extracted (what is highly optimized
in natural systems) and therefore, by definition, minimize
the entropy production.
The Guidelines´ recommendations say that continued
research and education are needed to create a shared understanding
and sufficient knowledge base on the entire set of MNT
development and risk management issues that must be addressed.
While discussion of guidelines can be starting these days,
the scientific and technical community will continue to
evolve its understanding of the issues.
These rather dry considerations are very important when
time comes to deal with the aforementioned new approaches
to medicine, and mainly with the development of energy
efficient and zero emission manufacturing and transportation.
We shall be dealing no more with oil-fired boilers and
self-winding watches, so we must watch our step very carefully.
Related news:
";
while ($row = mysql_fetch_array($sql_result2))
{
$news_id = $row["news_id"];
$title = $row["title"];
$url = $row["url"];
$image2 = $row["image2"];
$image_visible2 = $row["image_visible2"];
if(($colcounter=='1') && ($image_visible2=='Yes'))
{
echo "
|
|
";
}
if(($colcounter=='2') && ($image_visible2=='Yes'))
{
echo "
|
";
}
if(($colcounter=='3') && ($image_visible2=='Yes'))
{
echo "
|
";
}
$colcounter++;
}
echo "
";
//Create the SQL statement
$sql3 = "SELECT news_id, title, url, image2, image_visible2 from $NewsTable WHERE visible='$visible' AND publishing_time<'$nowtime' AND (description LIKE '%$keyword1%' OR description LIKE '%$keyword2%' OR description LIKE '%$keyword3%' OR description LIKE '%$keyword4%' OR description LIKE '%$keyword5%') AND image_visible2='$image_visible2_2' ORDER BY news_id DESC LIMIT 1,3";
//Execute the SQL statement
$sql_result3 = mysql_query($sql3, $link) or die ("Couldn't execute query: " .mysql_error() );
$colcounter = '4';
while ($row = mysql_fetch_array($sql_result3))
{
$news_id = $row["news_id"];
$title = $row["title"];
$url = $row["url"];
$image2 = $row["image2"];
$image_visible2 = $row["image_visible2"];
if(($colcounter=='4') && ($image_visible2=='Yes'))
{
echo "
|
|
";
}
if(($colcounter=='5') && ($image_visible2=='Yes'))
{
echo "
|
";
}
if(($colcounter=='6') && ($image_visible2=='Yes'))
{
echo "
|
";
}
$colcounter++;
}
echo "
";
while ($row = mysql_fetch_array($sql_result))
{
$news_id = $row["news_id"];
$title = $row["title"];
$url = $row["url"];
echo "- $title
";
}
echo " ";
//Close connection
mysql_close($link);
?>
|
 |