Skip to content

Instantly share code, notes, and snippets.

@bwiernik
Created February 28, 2015 20:23
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 bwiernik/4067ccdb859ce5f997cc to your computer and use it in GitHub Desktop.
Save bwiernik/4067ccdb859ce5f997cc to your computer and use it in GitHub Desktop.
Example zotero item
<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:bib="http://purl.org/net/biblio#"
xmlns:foaf="http://xmlns.com/foaf/0.1/"
xmlns:link="http://purl.org/rss/1.0/modules/link/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:prism="http://prismstandard.org/namespaces/1.2/basic/">
<bib:Article rdf:about="http://link.springer.com/article/10.1007/s10869-013-9300-2">
<z:itemType>journalArticle</z:itemType>
<dcterms:isPartOf rdf:resource="urn:issn:0889-3268,%201573-353X"/>
<bib:authors>
<rdf:Seq>
<rdf:li>
<foaf:Person>
<foaf:surname>Kepes</foaf:surname>
<foaf:givenname>Sven</foaf:givenname>
</foaf:Person>
</rdf:li>
<rdf:li>
<foaf:Person>
<foaf:surname>McDaniel</foaf:surname>
<foaf:givenname>Michael A.</foaf:givenname>
</foaf:Person>
</rdf:li>
<rdf:li>
<foaf:Person>
<foaf:surname>Brannick</foaf:surname>
<foaf:givenname>Michael T.</foaf:givenname>
</foaf:Person>
</rdf:li>
<rdf:li>
<foaf:Person>
<foaf:surname>Banks</foaf:surname>
<foaf:givenname>George C.</foaf:givenname>
</foaf:Person>
</rdf:li>
</rdf:Seq>
</bib:authors>
<link:link rdf:resource="#item_14884"/>
<dc:subject>meta-analysis</dc:subject>
<dc:subject>methods</dc:subject>
<dc:title>Meta-analytic reviews in the organizational sciences: two meta-analytic schools on the way to MARS (the meta-analytic reporting standards)</dc:title>
<dcterms:abstract>Purpose The purpose of this study was to review the Meta-Analysis Reporting Standards (MARS) of the American Psychological Association (APA) and highlight opportunities for improvement of meta-analytic reviews in the organizational sciences. Design/Methodology/Approach The paper reviews MARS, describes “best” meta-analytic practices across two schools of meta-analysis, and shows how implementing such practices helps achieve the aims set forth in MARS. Examples of best practices are provided to aid readers in finding models for their own research. Implications/Value Meta-analytic reviews are a primary avenue for the accumulation of knowledge in the organizational sciences as well as many other areas of science. Unfortunately, many meta-analytic reviews in the organizational sciences do not fully follow professional guidelines and standards as closely as they should. Such deviations from best practice undermine the transparency and replicability of the reviews and thus their usefulness for the generation of cumulative knowledge and evidence-based practice. This study shows how implementing “best” meta-analytic practices helps to achieve the aims set forth in MARS. Although the paper is written primarily for organizational scientists, the paper’s recommendations are not limited to any particular scientific domain.</dcterms:abstract>
<bib:pages>123-143</bib:pages>
<dc:date>2013/06/01</dc:date>
<z:language>en</z:language>
<z:shortTitle>Meta-analytic reviews in the organizational sciences</z:shortTitle>
<dc:identifier>
<dcterms:URI>
<rdf:value>http://link.springer.com/article/10.1007/s10869-013-9300-2</rdf:value>
</dcterms:URI>
</dc:identifier>
<dcterms:dateSubmitted>2013-11-26 17:55:08</dcterms:dateSubmitted>
<z:libraryCatalog>link.springer.com</z:libraryCatalog>
</bib:Article>
<bib:Journal rdf:about="urn:issn:0889-3268,%201573-353X">
<dc:title>Journal of Business and Psychology</dc:title>
<prism:volume>28</prism:volume>
<prism:number>2</prism:number>
<dcterms:alternative>JBP</dcterms:alternative>
<dc:identifier>DOI 10.1007/s10869-013-9300-2</dc:identifier>
<dc:identifier>ISSN 0889-3268, 1573-353X</dc:identifier>
</bib:Journal>
<z:Attachment rdf:about="#item_14884">
<z:itemType>attachment</z:itemType>
<dc:title>JBAP_28_2_123-143_2013_Kepes_McDaniel_Brannick.pdf</dc:title>
<dcterms:dateSubmitted>2013-11-26 17:55:08</dcterms:dateSubmitted>
<dc:identifier>
<dcterms:URI>
<rdf:value>http://link.springer.com/content/pdf/10.1007%2Fs10869-013-9300-2.pdf</rdf:value>
</dcterms:URI>
</dc:identifier>
<link:type>application/pdf</link:type>
</z:Attachment>
</rdf:RDF>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment