Created
May 26, 2020 02:28
-
-
Save SimonGoring/1d1b1d0cd888c0885f74c88c2485f20f to your computer and use it in GitHub Desktop.
Losing Journal title?
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@article{Goring2020Some, | |
publisher = {GitHub}, | |
title = {Some Github Repo}, | |
url = {https://github.com/SimonGoring/MadeUpRepo}, | |
author = {Goring, Simon}, | |
date = {2020}, | |
year = {2020}, | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const Cite = require('citation-js') | |
var inCite = { | |
author: [{name:'Goring, Simon'}], | |
title: 'Some Github Repo', | |
id: '29763063', | |
url: 'https://github.com/SimonGoring/MadeUpRepo', | |
type: 'misc', | |
publisher: 'GitHub', | |
journal: 'Github Repository', | |
link: [ { url: 'https://github.com/SimonGoring/MadeUpRepo' } ], | |
year: 2020 | |
} | |
let output = new Cite(inCite) | |
output.format('bibtex') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment