Below is a HTML fragment that you could include in a web page to include articles for the Keck Institute for Space Studies.
<div id="feed">
See <a href="/Keck-Institute-for-Space-Studies/combined.html">https://feeds.library.caltech.edu/groups/Keck-Institute-for-Space-Studies/combined.html</a>.
</div>
<script src="https://feeds.library.caltech.edu/scripts/CL.js"></script>
<script>
let article_list = document.getElementById('feed');
CL.getFeed("https://feeds.library.caltech.edu/groups/Keck-Institute-for-Space-Studies/combined.include", function(src, err) {
if (err != "") {
console.log("ERROR", err);
return;
}
article_list.innerHTML = src;
});
</script>Now we can see the resulting bibliography below–
See <a href="/Keck-Institute-for-Space-Studies/combined.html">https://feeds.library.caltech.edu/groups/Keck-Institute-for-Space-Studies/combined.html</a>.