The Zoos of Tomorrow: Technological Advances to Revolutionize Zoos


The first-ever symposium about the future of zoos was held in Buffalo, New York. The conference, which discussed topics ranging from new designs for zoos to bioengineering the animals, was attended by zoo directors, animal behaviorists, conservationists, and architects.

At the conference, new designs for zoo habitats were discussed. Some presenters suggested increasing open territory in zoos so that the larger animals would have room to wander. Others recommended high-rise zoos to be built in large cities, which would economize space and allow city dwellers to see zoo exhibits without traveling far.

Some of the most controversial ideas brought up at this meeting indicated changes to the animals themselves. According to John Fraser, former director of the Wildlife Conservation Society, animals could be bioengineered to better suit captivity. For example, altering big cats to produce more endorphins would make them be less aggressive.

"Animals could have more freedom without putting others at risk", noted Fraser. This could alter how zoo visitors interact with the animals. Fraser even believes we will soon have animal cyborgs with lab-grown tissue and mechanical brains, allowing zoo visitors more freedom to interact with different species that aren’t normally found in petting zoos.

Other complex advances in technology indicate that within decades, cloning extinct animals such as dodo birds, saber-tooth cats, and woolly mammoths will be possible by sequencing genes from ancient tissue. Someday, researchers may be able to use DNA from mammoth tissue to produce an embryo that a surrogate elephant would carry, allowing the great woolly mammoth to walk the earth once again. For now, researchers from Asia and Europe are attempting to piece together DNA from mammoth tissue preserved in Siberian permafrost.

These advances in technology will not only alter the habitats of zoo animals, but the very animals themselves. “The evolution is underway,” says Michael Noonan, a biologist at Canisius College.

[Source: Discovery ]

stumbled upon your first line in the comment about the track by blaze, same thoughts. if anyone is interested in music by blaze that is a bit “not so much blaze” then I do recommend their track &#&l70g2oria8#8212;s muse”, featured on their LP “spiritually speaking”, was released some time ago on a 12″ as well. – Jailene , stumbled upon your first line in the comment about the track by blaze, same thoughts. if anyone is interested in music by blaze that is a bit “not so much blaze” then I do recommend their track &#&l70;g2oria8#8212;s muse&#8221;, featured on their LP &#8220;spiritually speaking&#8221;, was released some time ago on a 12&#8243; as well.</span>&nbsp;<span class="commenttime">(2016-04-27 18:31)</span> </div> </div> <div id="commentform"> <form id="commentform" method="post"> <table cellspacing="0"> <tr> <td class="commentform">Name<br/><input class="commentfield" type="text" name="comment_name" size="17" value=""/></td> <td class="commentform">Location<br/><input class="commentfield" type="text" name="comment_location" size="17" value=""/></td> <td class="commentform">Email<br/><input class="commentfield" type="text" name="comment_email" size="17" value=""/></td> </tr> </table> Comment<br/><textarea class="commentfield" name="comment_text" cols="70" rows="5"></textarea> <table cellspacing="0"> <tr> <td><div class="g-recaptcha" style="" data-theme="light" data-size="normal" data-sitekey="6LcLh0UUAAAAAB9cl73NEWO0_-7ngzZUVLo3bSke"></div> </td> <td><div class="formfield submit"><input class="commentbutton" type="submit" name="comment_post" value="POST COMMENT"/></div></td> </tr> </table> </form> </div> </td> </tr> </table> </td> </tr> </table> <!--stopindex--> <!-- footer --> <table id="footer" cellspacing="0" width="100%"> <tr> <td class="footer-left"></td> <td class="footer"> &copy;&nbsp;2022&nbsp;Simpson Street Free Press </td> <td class="footer">Simpson Street Free Press - PO Box 6307 - Monona, WI 53716 - (608) 223-0489 - <a class="footer" href="mailto:editors@ssfpnews.org">editors@ssfpnews.org</a> </td> <td class="footer"><a target="_blank" href="http://www.ims.net/"><img src="/design/powered-by-ims.png" width="125" height="27" border="0" alt="Powered by IMS"/></a> </td> <td class="footer"><script> try { $("div.comments").prepend('<h1 class="comment-headline">Comments</h1>'); $("div#commentform").prepend('<h1 class="comment-headline">Leave a Comment</h1>'); if($("td.commentform")){ $("td.commentform")[2].firstChild.textContent = "Email (Will Not Be Published)" } } catch(err) { console.log(err.message); } function resizeFunction(){ $("#mobile-nav").empty() if (window.innerWidth < 950){ $("#mobile-nav").append( '<div class="center">' + '<a href="#" class="twitter-share"> <img src="/design/Twitter.png" class="social_media_icon"></a> ' + '<a href="#" class="facebook-share"><img src="/design/Facebook.png" class="social_media_icon"></a> ' + '</div>' ); // Builds a mobile navigation bar var nav_array = $("#navsec-box a.navsec"); for (var i = 0; i < nav_array.length; i++) { $("#mobile-nav").append( "<div class='mobile-nav-link'>" + "<a class='mobile-nav-link' href='"+ nav_array[i].href + "'>"+ nav_array[i].text + "</a>"+ "</div>" ); } twitter_setup(); facebook_setup(); } } window.addEventListener("resize", resizeFunction); // Share buttons var getWindowOptions = function() { var width = 500; var height = 350; var left = (window.innerWidth / 2) - (width / 2); var top = (window.innerHeight / 2) - (height / 2); return [ 'resizable,scrollbars,status', 'height=' + height, 'width=' + width, 'left=' + left, 'top=' + top, ].join(); }; function twitter_setup(){ var twitter_list = $('.twitter-share') for (let i = 0; i < twitter_list.length; i++) { var twitterBtn = twitter_list[i]; var text = encodeURIComponent(document.title); var shareUrl = 'https://twitter.com/intent/tweet?url=' + location.href + '&text=' + text + '&via=ssfp_news'; twitterBtn.href = shareUrl; // 1 twitterBtn.addEventListener('click', function(e) { e.preventDefault(); var win = window.open(shareUrl, 'ShareOnTwitter', getWindowOptions()); win.opener = null; // 2 }); } } function facebook_setup(){ var facebook_list = $('.facebook-share') // Facebook for (let i = 0; i < facebook_list.length; i++) { var fbBtn = facebook_list[i]; var title = encodeURIComponent(document.title); var shareUrl = 'https://www.facebook.com/sharer/sharer.php?u=' + location.href + '&title=' + title; fbBtn.href = shareUrl; // 1 fbBtn.addEventListener('click', function(e) { e.preventDefault(); var win = window.open(shareUrl, 'ShareOnFb', getWindowOptions()); win.opener = null; // 2 }); } } twitter_setup(); facebook_setup(); resizeFunction(); function makeArticlePreview(){ var headline = $(".headline")[0].innerHTML; var byline = $(".byline")[0].innerHTML; var p1 = $(".article p")[0].innerHTML; var p2 = $(".article p")[1].innerHTML; var p3 = $(".article p")[2].innerHTML; if ($(".article img")[0]){ var src = $(".article img")[0].src; } else if($("#l1_p1 img")[0]) { var src = $("#l1_p1 img")[0].src; } else { var src = ""; } var readmore = window.location.toString(); return `<div class="article"> <h1 class="headline"><a href="${readmore}">${headline}</a></h1> <img src="${src}" /> <p><em>${byline}</em></p> <p> ${p1} </p> <p> ${p2} </p> <p> ${p3} <a href="${readmore}" class="read-more">[read&nbsp;more]</a> </p> </div> ` } </script> </td> <td class="footer-right"></td> </tr> </table> <!--startindex--> </div> </body> </html>