Skip to content

Latest commit

 

History

History
40 lines (33 loc) · 1.03 KB

publications.md

File metadata and controls

40 lines (33 loc) · 1.03 KB
title layout exclude order
Publications
default
false
4

Publications

<script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"> </script><script src="./assets/js/bib-list.js"></script>
./references.bib
<script type="text/javascript"> var xhr = new XMLHttpRequest(); xhr.onreadystatechange = process; // xhr.open("GET", "./references.bib", true); xhr.open("GET", "//joydeepb.com/references.bib", true); xhr.send(); function process() { if (xhr.readyState == 4) { // console.log(xhr.responseText); // bibtexify(xhr.responseText, "pubTable", {'visualization':false}); } } var init = function() { bibtexify("./references.bib", "pubTable", {'visualization':false}); }; if (window.addEventListener) { window.addEventListener('load', init, false); } else if (window.attachEvent) { window.attachEvent('onload', init); } </script>