Contributions
Published Research
Retrieved from Google Scholar with the R Package scholar
.
# Retrieve publication entries from Google Scholar and sort chronologically.
<- 'jSGgb-QAAAAJ'
sid <- scholar::get_publications(sid)
pubs <- pubs[rev(order(pubs$year)), ]
pubs
# Format entries as a markdown unordered list.
<- paste0(
lst ' - __[', pubs$title, '](', scholar::get_article_scholar_url(sid, pubs$pubid)
')__.',
, ' \n ', pubs$author, '.',
' \n ', pubs$journal, ', ', pubs$year, '.',
collapse='\n'
)
# Within each author list, display my initials in bold.
<- stringr::str_replace_all(lst, 'M(ichael)?\\s*(P|Philip)?\\s*Pascale', '__\\0__')
lst
cat(lst)
- What common error patterns can tell us about human problem solving.
C Ahn, Q Do, L Bakst, M Pascale, J Guo, JT McGuire, ME Hasselmo, ….
Cognitive Computational Neuroscience, 2024. - A Graph Neural Network Framework to Model Human Reasoning.
Q Do, C Ahn, L Bakst, M Pascale, JT McGuire, ME Hasselmo, CE Stern.
Cognitive Computational Neuroscience, 2024. - Intoxication due to Δ9-tetrahydrocannabinol is characterized by disrupted prefrontal cortex activity.
JMG Keerthana Deepti Karunakaran, Michael Pascale, Nisan Ozana, Kevin Potter ….
Neuropsychopharmacology, 2024. - Intention to quit or reduce e-cigarettes, cannabis, and their co-use among a school-based sample of adolescents.
J Liu, SJ Knoll, MP Pascale, CA Gray, A Bodolay, KW Potter, J Gilman, ….
Addictive Behaviors, 2024. - A pragmatic clinical effectiveness trial of a novel alternative to punishment for school-based substance use infractions: study protocol for the iDECIDE curriculum.
CA Gray, V Iroegbulem, B Deming, R Butler, D Howell, MP Pascale, ….
Frontiers in Public Health, 2023. - Development of cannabis use disorder in medical cannabis users: A 9-month follow-up of a randomized clinical trial testing effects of medical cannabis card ownership.
ME Cooke, KW Potter, J Jashinski, M Pascale, RM Schuster, ….
Frontiers in psychiatry, 2023.
Public Talks
Wilford, M. M., Rabinovich, M., & Pascale, M. P. (2021, October 22). A demonstration of an interactive simulation of legal procedures. Video
Poster Format
Gilman, J. M., Schmitt, W. A., Potter, K., Kendzior, B., Pachas, G. N., Hickey, S., Pascale, M., & Evins, A. E. (2021). Identification of ∆9-tetrahydrocannabinol (THC) Impairment Using Functional Brain Imaging of Resting State Connectivity. 60th Annual Meeting of the American College of Neuropsychopharmacology.
Pascale, M., Ozana, N., Potter, K., Kendzior, B., Pachas, G. N., & Evins, A. E. (2022, September 15). Identification of ∆9-tetrahydrocannabinol (THC) impairment using resting-state neuroimaging. Mass General Neuroscience Day. PDF
Sutherland, K., Smalarz, L., Wilford, M., Wang, Y., & Pascale, M. (2021). Does Knowledge of Coercive Plea Offers Reduce the Tendency to Infer Guilt from a Guilty Plea? PDF
Wilford, M. M., Rabinovich, M., & Pascale, M. P. (2022, August 6). Customizing an interactive simulation of legal procedures for both research and education.