Skip to content

Instantly share code, notes, and snippets.

@aurimasv
Last active August 29, 2015 14:07
Show Gist options
  • Save aurimasv/e16d9c2322bcdeb57809 to your computer and use it in GitHub Desktop.
Save aurimasv/e16d9c2322bcdeb57809 to your computer and use it in GitHub Desktop.
Newsletter style
<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" demote-non-dropping-particle="never">
<info>
<title>Newsletter</title>
<id>http://www.zotero.org/styles/custom-newsletter</id>
<link rel="self" href="http://www.zotero.org/styles/custom-newsletter"/>
<author>
<name>Aurimas Vinckevicius</name>
<email>aurimas.dev@gmail.com</email>
</author>
<updated>2014-10-17T21:25:31+00:00</updated>
</info>
<citation>
<layout>
<text value=""/>
</layout>
</citation>
<bibliography>
<layout>
<group delimiter="&#10;">
<text variable="title"/>
<text variable="URL"/>
<text variable="container-title" prefix="&#9;• Journal: "/>
<names variable="editor" prefix="&#9;• Corresponding author(s): "/>
<text variable="archive" prefix="&#9;• Institution(s): "/>
<text variable="archive_location" prefix="&#9;• Address: "/>
<text variable="abstract" prefix="&#9;• Major finding: "/>
</group>
</layout>
</bibliography>
</style>
False positives in multiplex PCR-based next-generation sequencing have unique signatures
http://www.ncbi.nlm.nih.gov/pubmed/25017478
• Journal: The Journal of Molecular Diagnostics
• Corresponding author(s): James Eshleman
• Institution(s): Johns Hopkins University School of Medicine, Baltimore, MD and others
• Address: Address at Johns Hopkins
• Major finding: Major findings <b>go</b> <sup>here</sup>
But maybe tabs before bullet points are not such a great idea.
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:z="http://www.zotero.org/namespaces/export#"
xmlns:dcterms="http://purl.org/dc/terms/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:bib="http://purl.org/net/biblio#"
xmlns:foaf="http://xmlns.com/foaf/0.1/">
<bib:Article rdf:about="http://www.ncbi.nlm.nih.gov/pubmed/25017478">
<z:itemType>journalArticle</z:itemType>
<dcterms:isPartOf>
<bib:Journal>
<dc:title>The Journal of Molecular Diagnostics</dc:title>
</bib:Journal>
</dcterms:isPartOf>
<bib:authors>
<rdf:Seq>
<rdf:li>
<foaf:Person>
<foaf:surname>Some</foaf:surname>
<foaf:givenname>Author</foaf:givenname>
</foaf:Person>
</rdf:li>
</rdf:Seq>
</bib:authors>
<bib:editors>
<rdf:Seq>
<rdf:li>
<foaf:Person>
<foaf:surname>Eshleman</foaf:surname>
<foaf:givenname>James</foaf:givenname>
</foaf:Person>
</rdf:li>
</rdf:Seq>
</bib:editors>
<dc:title>False positives in multiplex PCR-based next-generation sequencing have unique signatures</dc:title>
<dcterms:abstract>Major findings &lt;b&gt;go&lt;/b&gt; &lt;sup&gt;here&lt;/sup&gt;
But maybe tabs before bullet points are not such a great idea.</dcterms:abstract>
<dc:identifier>
<dcterms:URI>
<rdf:value>http://www.ncbi.nlm.nih.gov/pubmed/25017478</rdf:value>
</dcterms:URI>
</dc:identifier>
<z:archive>Johns Hopkins University School of Medicine, Baltimore, MD and others</z:archive>
<dc:coverage>Address at Johns Hopkins</dc:coverage>
</bib:Article>
</rdf:RDF>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment