Journal of Applied Behavior Analysis
The Journal of Applied Behavior Analysis (JABA) is a quarterly peer-reviewed academic journal which publishes empirical research related to applied behavior analysis. It was established in 1968 and is published by Wiley-Blackwell on behalf of the Society for the Experimental Analysis of Behavior. The editor-in-chief is Linda A LeBlanc.
Discipline | Psychology, applied behavior analysis |
---|---|
Language | English |
Edited by | Linda A LeBlanc[1] |
Publication details | |
History | 1968–present |
Publisher | |
Frequency | Quarterly |
2.108 (2020) | |
Standard abbreviations | |
ISO 4 | J. Appl. Behav. Anal. |
Indexing | |
ISSN | 0021-8855 (print) 1938-3703 (web) |
OCLC no. | 1783308 |
Links | |
Common areas of research in JABA include: classroom instruction in secondary and higher education, early behavioral interventions for children with autism, voucher-based contingency management in the treatment of substance abuse, and pediatric feeding therapy.[2]
Abstracting and indexing
The journal is abstracted and indexed in:
- Current Contents/Social & Behavioral Sciences[3]
- Current Index to Statistics
- EBSCO databases
- Education Resources Information Center
- Index Medicus/MEDLINE/PubMed[4]
- InfoTrac
- ProQuest databases
- PsycINFO/Psychological Abstracts
- Répertoire International de Littérature Musicale
- Scopus
- Social Sciences Citation Index[3]
- SocINDEX
According to the Journal Citation Reports, the journal has a 2014 impact factor of 1.088.[5]
gollark: ```c#include <stdio.h>#include <signal.h>#include <string.h>#include <stdlib.h>#include <sys/mman.h>static void handler(int sig, siginfo_t *info, void *literally_bee) { printf("oh bee oh apio segfault %08x\n", info->si_addr); mmap(info->si_addr, 0x10000, PROT_NONE, MAP_ANONYMOUS|MAP_FIXED, -1, 0); exit(1);}int main() { struct sigaction sa; sigemptyset(&sa.sa_mask); sa.sa_flags = SA_NODEFER; sa.sa_sigaction = handler; sigaction(SIGSEGV, &sa, NULL); *(int*)NULL = -3; printf("thing done\n"); return 0;}```
gollark: I checked and I can, in fact, catch SIGSEGVs.
gollark: ... it *sometimes* says 0 and sometimes says a few other specific things?
gollark: `info->si_addr` isn't actually producing a consistent result of 0, which it should as I'm making my program derefereneajsbkjadbajsdakjsd `NULL`.
gollark: Hmm, I can't work out how to actually get the problematic memory address.
References
- LeBlanc, Linda A. (2020). "Journal of Applied Behavior Analysis". Wiley Online Library. doi:10.1002/jaba.6.73. Retrieved January 28, 2020.
- Hanley, Gregory P. (2015). "Journal of Applied Behavior Analysis". Wiley Online Library. doi:10.1002/(ISSN)1938-3703. Retrieved March 20, 2017.
- "Master Journal List". Intellectual Property & Science. Thomson Reuters. Retrieved 2015-11-13.
- "Journal of Applied Behavior Analysis". NLM Catalog. National Center for Biotechnology Information. Retrieved 2015-11-13.
- "Journal of Applied Behavior Analysis". 2014 Journal Citation Reports. Web of Science (Social Sciences ed.). Thomson Reuters. 2015.
External links
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.