Skip to content

Instantly share code, notes, and snippets.

@trevorparscal
Created March 11, 2014 21:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save trevorparscal/9495342 to your computer and use it in GitHub Desktop.
Save trevorparscal/9495342 to your computer and use it in GitHub Desktop.
Example data for configuring citation tools.
var tools = [
{ 'name': 'web', 'icon': 'cite-web', 'template': 'Cite web', 'title': 'Web site' },
{ 'name': 'book', 'icon': 'cite-book', 'template': 'Cite book', 'title': 'Book' },
{ 'name': 'news', 'icon': 'cite-news', 'template': 'Cite news', 'title': 'News' },
{ 'name': 'journal', 'icon': 'cite-journal', 'template': 'Cite journal', 'title': 'Journal' }
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment