-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdoi3bib.html
17 lines (17 loc) · 6.35 KB
/
doi3bib.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html><html lang="en-gb"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><title>doi3bib - Jack F. Murphy</title><meta name="description" content="This project aims to create a robust platform that converts object identifiers into bibtex entries compatible with LaTeX. It is…"><meta name="generator" content="Publii Open-Source CMS for Static Site"><link rel="canonical" href="https://jack-alope.github.io/Publii-Site/doi3bib.html"><link rel="alternate" type="application/atom+xml" href="https://jack-alope.github.io/Publii-Site/feed.xml"><link rel="alternate" type="application/json" href="https://jack-alope.github.io/Publii-Site/feed.json"><meta property="og:title" content="doi3bib"><meta property="og:image" content="https://jack-alope.github.io/Publii-Site/media/posts/7/doi3bib.png"><meta property="og:image:width" content="1468"><meta property="og:image:height" content="597"><meta property="og:site_name" content="Jack F. Murphy"><meta property="og:description" content="This project aims to create a robust platform that converts object identifiers into bibtex entries compatible with LaTeX. It is…"><meta property="og:url" content="https://jack-alope.github.io/Publii-Site/doi3bib.html"><meta property="og:type" content="article"><link rel="stylesheet" href="https://jack-alope.github.io/Publii-Site/assets/css/style.css?v=59979c1cb7da20da99f08db56780814a"><script type="application/ld+json">{"@context":"http://schema.org","@type":"Article","mainEntityOfPage":{"@type":"WebPage","@id":"https://jack-alope.github.io/Publii-Site/doi3bib.html"},"headline":"doi3bib","datePublished":"2023-08-16T17:02","dateModified":"2023-08-16T17:07","image":{"@type":"ImageObject","url":"https://jack-alope.github.io/Publii-Site/media/posts/7/doi3bib.png","height":597,"width":1468},"description":"This project aims to create a robust platform that converts object identifiers into bibtex entries compatible with LaTeX. It is…","author":{"@type":"Person","name":"Jack F. Murphy","url":"https://jack-alope.github.io/Publii-Site/authors/jack-f-murphy/"},"publisher":{"@type":"Organization","name":"Jack F. Murphy"}}</script><noscript><style>img[loading] {
opacity: 1;
}</style></noscript></head><body class="lines"><div class="container lines lines--right"><header class="header"><a href="https://jack-alope.github.io/Publii-Site/" class="logo">Jack F. Murphy</a><nav class="navbar js-navbar"><button class="navbar__toggle js-toggle" aria-label="Menu">Menu</button><ul class="navbar__menu"><li><a href="https://jack-alope.github.io/Publii-Site/education.html" target="_self">Education</a></li><li><a href="https://jack-alope.github.io/Publii-Site/publications.html" target="_self">Publications</a></li><li><a href="https://jack-alope.github.io/Publii-Site/tags/projects/" target="_self">Projects</a></li><li><a href="https://jack-alope.github.io/Publii-Site/outside-the-lab.html" target="_self">Outside the Lab</a></li></ul></nav></header><main class="main"><article class="post"><header class="post__inner post__header"><h1 class="post__title">doi3bib</h1><div class="post__meta"><div class="post__meta__right"><div class="post__updated">Updated on <time datetime="2023-08-16T17:02" class="post__date">August 16, 2023</time></div></div></div></header><figure class="post__featured-image"><div class="post__featured-image__inner is-img-loading"><img src="https://jack-alope.github.io/Publii-Site/media/posts/7/doi3bib.png" srcset="https://jack-alope.github.io/Publii-Site/media/posts/7/responsive/doi3bib-xs.png 384w, https://jack-alope.github.io/Publii-Site/media/posts/7/responsive/doi3bib-sm.png 600w, https://jack-alope.github.io/Publii-Site/media/posts/7/responsive/doi3bib-md.png 768w, https://jack-alope.github.io/Publii-Site/media/posts/7/responsive/doi3bib-lg.png 1200w, https://jack-alope.github.io/Publii-Site/media/posts/7/responsive/doi3bib-xl.png 1600w" sizes="(min-width: 37.5em) 1600px, 80vw" loading="eager" height="597" width="1468" alt=""></div></figure><div class="post__inner"><div class="post__entry"><header class="post__inner post__header"><div class="post__meta"><div class="post__meta__right"><div class="post__updated"><span style="color: var(--text-primary-color); font-family: var(--editor-font-family); font-size: inherit; font-weight: var(--font-weight-normal);">This project aims to create a robust platform that converts object identifiers into bibtex entries compatible with LaTeX. It is a simple javascript implementation that takes a DOI and converts it to a bibtex entry received from either doi.org or crossref.org. It parses that entry for known errors and corrects for them so they work correctly with LaTeX.</span></div></div></div></header><div class="post__inner"><div class="post__entry"><p>doi3bib is accessible at <a href="https://doi3bib.com">https://doi3bib.com</a>.</p></div></div></div></div></article></main><footer class="footer"><div class="footer__left"><div class="footer__copy"><a href="https://scholar.google.com/citations?user=RwMPs-8AAAAJ&hl=en&oi=ao">Google Scholar</a><br>2023 © Jack F. Murphy</div></div><button onclick="backToTopFunction()" id="backToTop" class="footer__bttop" aria-label="Back to top" title="Back to top"><svg><use xlink:href="https://jack-alope.github.io/Publii-Site/assets/svg/svg-map.svg#toparrow"/></svg></button></footer></div><script>window.publiiThemeMenuConfig = { mobileMenuMode: 'sidebar', animationSpeed: 300, submenuWidth: 'auto', doubleClickTime: 500, mobileMenuExpandableSubmenus: true, relatedContainerForOverlayMenuSelector: '.navbar', };</script><script defer="defer" src="https://jack-alope.github.io/Publii-Site/assets/js/scripts.min.js?v=6450cfc483efd7e58ed8ad5b64050d3e"></script><script>function publiiDetectLoadedImages () {
var images = document.querySelectorAll('img[loading]:not(.is-loaded)');
for (var i = 0; i < images.length; i++) {
if (images[i].complete) {
images[i].classList.add('is-loaded');
images[i].parentNode.classList.remove('is-img-loading');
} else {
images[i].addEventListener('load', function () {
this.classList.add('is-loaded');
this.parentNode.classList.remove('is-img-loading');
}, false);
}
}
}
publiiDetectLoadedImages();</script></body></html>