Contributions

Last Generated

October 14, 2024

Published Research

Retrieved from Google Scholar with the R Package scholar.
# Retrieve  publication entries from Google Scholar and sort chronologically.
sid <- 'jSGgb-QAAAAJ'
pubs <- scholar::get_publications(sid)
pubs <- pubs[rev(order(pubs$year)), ]

# Format entries as a markdown unordered list.
lst <- paste0(
  ' - __[',     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.
lst <- stringr::str_replace_all(lst, 'M(ichael)?\\s*(P|Philip)?\\s*Pascale', '__\\0__')

cat(lst)

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.