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
<?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="sort-only" default-locale="en-US"> | |
<info> | |
<title>Biochemical Journal (sorted by date)</title> | |
<id>http://www.zotero.org/styles/biochemical-journal-date</id> | |
<link href="http://www.zotero.org/styles/biochemical-journal-date" rel="self"/> | |
<link href="http://www.zotero.org/styles/biochemical-journal" rel="template"/> | |
<link href="http://www.biochemj.org/bj/bji2a.htm#References" rel="documentation"/> | |
<author> | |
<name>Sebastian Karcher</name> |
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
<?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" page-range-format="expanded"> | |
<info> | |
<title>American Psychological Association 7th edition</title> | |
<title-short>APA</title-short> | |
<id>http://www.zotero.org/styles/apa</id> | |
<link href="http://www.zotero.org/styles/apa" rel="self"/> | |
<link href="http://www.zotero.org/styles/apa-6th-edition" rel="template"/> | |
<link href="https://apastyle.apa.org/style-grammar-guidelines/references/examples" rel="documentation"/> | |
<author> |
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
# Based on methods described by Hedges and Pigott, https://doi.org/10.1037/1082-989X.9.4.426, p. 438 | |
# Written 2019-10-25 by Brenton M. Wiernik | |
# Licensed GPL v3.0 | |
power_curve <- function(object, tau, level = .95) { | |
if (! inherits(object, "rma.uni")) stop("'object' must be an object of class 'rma.uni'") | |
tau2 <- tau^2 | |
obs_tau2 <- object$tau2 | |
obs_tau <- sqrt(obs_tau2) | |
obs_H2 <- object$H2 |
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
{ | |
"translatorID": "32d59d2d-b65a-4da4-b0a3-bdd3cfb979e7", | |
"translatorType": 3, | |
"label": "RIS", | |
"creator": "Simon Kornblith and Aurimas Vinckevicius", | |
"target": "ris", | |
"minVersion": "3.0.4", | |
"maxVersion": null, | |
"priority": 100, | |
"inRepository": true, |
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
<?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" page-range-format="chicago" default-locale="en-GB"> | |
<info> | |
<title>Antiquity</title> | |
<id>http://www.zotero.org/styles/antiquity</id> | |
<link href="http://www.zotero.org/styles/antiquity" rel="self"/> | |
<link href="http://www.zotero.org/styles/chicago-author-date" rel="template"/> | |
<link href="http://journal.antiquity.ac.uk/contribute" rel="documentation"/> | |
<author> | |
<name>Sebastian Karcher</name> |
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
<?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>American Psychological Association 6th edition (numeric)</title> | |
<title-short>APA (numeric)</title-short> | |
<id>http://www.zotero.org/styles/apa-numeric</id> | |
<link href="http://www.zotero.org/styles/apa-numeric" rel="self"/> | |
<link href="http://owl.english.purdue.edu/owl/resource/560/01/" rel="documentation"/> | |
<author> | |
<name>Simon Kornblith</name> |
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
/* | |
Based on batch editing script from zuphilip | |
How does this work? | |
0) make a backup copy | |
1) create a collection of all entries you want to randomly sample | |
(maybe use a smart search or drag and drop, delete individual items) | |
2) check that you have exactly the items you want to change in your collection | |
3) choose one example here and adapt it to your needs | |
4) run the code |
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
12:11:25 [ | |
"0": [object HTMLDivElement] { | |
"align": "" | |
"click": function click() { [native code] } | |
"focus": function focus() { [native code] } | |
"blur": function blur() { [native code] } | |
"title": "" | |
"lang": "" | |
"dir": "" | |
"dataset": [object DOMStringMap] <<Maximum depth reached>> |