Below is a HTML fragment that you could include in a web page to include recent articles titles for Newman-D-K.
<div id="recent-articles">
Recent Article go here if JavaScript worked!</div>
<script src="https://feeds.library.caltech.edu/scripts/CL.js"></script>
<script>
let article_list = document.getElementById('recent-articles');
.getPeopleInclude("Newman-D-K", "recent/article", function(src, err) {
CLif (err != "") {
console.log("ERROR", err);
return;
}.innerHTML = src;
article_list;
})</script>
Now we can see the resulting bibliography below–
Recent Article go here if JavaScript worked!