Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/KonScience/Citation-Style

Journal- & DOI-based citation style for inserting hyper-linked bibliography entries into WordPress-based podcast show notes.
https://github.com/KonScience/Citation-Style

Last synced: 4 months ago
JSON representation

Journal- & DOI-based citation style for inserting hyper-linked bibliography entries into WordPress-based podcast show notes.

Awesome Lists containing this project

README

        

Citation Style for Science Podcasts
===

Journal- & DOI-based citation style for inserting hyper-linked bibliography entries into WordPress-based podcast show notes. It shall enhance both:
- the discoverability of the podcast episode by people who search the Internet for a study author(s), title or DOI, and
- the ability of show note readers to quickly assess the relevance of the study to their interests

Example:
> John P. A. Ioannidis (2005) Why Most Published Research Findings Are False (PLoS Medicine) DOI: 10.1371/journal.pmed.0020124

How to Use
===

1. [Download & unpack this repository](https://github.com/KonScience/Citation-Style/archive/master.zip)
1. Optional: If you want this style to appear with a more memorable name then `Podcast` in Zotero, open the .csl file with a text editor and change `` & ``.
1. Import the .csl into your reference manager. In [Zotero](https://www.zotero.org/download/), this works via `Preferences | Cite | Style | + `. Others have not been tested so far. Feedback welcome!
1. Assuming you already have imported your reference(s) into Zotero (see [here](https://www.zotero.org/support/getting_stuff_into_your_library) for instructions), right-click on the item(s), select `Create Bibliography from Item(s)... | Citation Style: Podcast`, `Output Mode: Bibliography` and `Output Mode: Copy to Clipboard` and click `OK`. Zotero should auto-save these settings, so you'll not have to click everything again next time.
1. Paste/Insert the bibliography entry into the `Text`-part of WordPress' editor. Switch back to `Visual` to continue writing the show notes ;-) You are writing show notes, aren't you?

Known Issues
===

- Zotero reports "... is not a valid CSL 1.0.1 style file..." upon import. Not sure why, copy-and-pasting of bibliography items still works.
- Not all media types are supported yet. To find out which, search for `type=` [in the code](https://github.com/KonScience/Citation-Style/blob/master/plos-with-raw-html-hyperlinks.csl). [Here's a list](http://docs.citationstyles.org/en/1.0.1/specification.html) of all possible types. Pull requests welcome ;-)