Demo 2

This is a demo using jADSAnywhere to get a listing of publications from an ADS private library id and name. To use this feature you must have set up a private library using your ADS account (See the ADS help page for instructions.).

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(){
        $('#privatelib').jADSAnywhere('4bfecd5a36', {
            privateLib:true,
            privateLibName:'Test Lib 1'
        });
	});
</script>

HUDF09 Project Publications