Demo 1

This is a demo using jADSAnywhere to get a listing of publications by author name.

Show me the javascript code!

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script type="text/javascript" src="http://cdn.danielkmagee.com/jquery.jadsanywhere.min.js"></script>
<script type="text/javascript">
    $(function(){
        $('#publications').jADSAnywhere('Magee, Daniel K');
    });
</script>

Publications