title | layout | exclude | order |
---|---|---|---|
Publications |
default |
false |
4 |
./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>