Tiffany Veinot, PhD, FACMI

@tveinot@hci.social
245 Followers
650 Following
10 Posts
Professor of Information, Health Behavior and Health Education & Learning Health Sciences | #HealthInformatics #HealthEquity #HCI #InfoBehavior #Sociology #MixedMethods | border dweller | pug lover
PronounsShe/her/hers
Websitehttp://communityhealthinformatics.org/
Google Scholarhttps://scholar.google.com/citations?user=geIXBGYAAAAJ&hl=en&oi=ao
UMSI Profilehttps://www.si.umich.edu/people/tiffany-veinot
I am excited to be selected as a 2025 Research Fellow for the Center for Healthcare Research and Transformation (CHRT) Policy Fellowship program in Michigan ( https://chrt.org/chrt-health-policy-fellowship/ ). The program will include researchers, legislators, and nonprofit leaders who will learn about influencing policy.
CHRT Health Policy Fellowship

Attend the CHRT Health Policy Fellowship at the University of Michigan to learn about health policy and the research process. Apply now!

Center for Health & Research Transformation
I hiring a "Health Technology Support Assistant" to train & support hemodialysis patients in using a digital home-based patient activation intervention using telehealth to connect with patient peer mentors. Pls Boost. https://careers.umich.edu/job_detail/228720/health-technology-support-assistant
Health Technology Support Assistant | U-M Careers

New paper from 42 experts in misinfo (not me!) identifying the 10 most important interventions against online misinformation and manipulation and the evidence for them - paper https://psyarxiv.com/x8ejt/ and website with interactive tables summarizing the evidence https://interventionstoolbox.mpib-berlin.mpg.de/table_evidence.html.

It would absolutely wonderful if news outlets hosted their own Mastodon instances.

A few news orgs that have done that:
@TexasObserver
@sfstandard
@TucsonSentinel

And several others that have created official Mastodon accounts on general instances:
@ProPublica
@texastribune
@damemagazine
@COTimesRecorder
@rferl
@msfreepress
@Chron
@themarkup
@sfchronicle
@sfgate

Not sure if this one is official:
@msnbc

If anyone knows of any others, please let me know.

#News #FollowFriday

Congratulations to my PhD student Alicia Williamson for their paper, "Uptake of and Engagement With an Online Sexual Health Intervention (HOPE eIntervention) Among African American Young Adults: Mixed Methods study" being selected as a best consumer health informatics paper of 2021 in the International Medical Informatics Yearbook: https://www.thieme-connect.com/products/ejournals/html/10.1055/s-0042-1742550.

Original paper here: https://www.jmir.org/2021/7/e22203/

Thieme E-Journals - Yearbook of Medical Informatics / Full Text

Thieme E-Books & E-Journals

New paper shows (as many papers before) that code that is shared will often not run. This is to be expected - few of us had training in this. But if you share code, go through checklists to prevent the most common mistakes. From the paper: https://www.nature.com/articles/s41597-022-01143-6 For some extra suggestions, see my textbook chapter on computational reproducibility: https://lakens.github.io/statistical_inferences/computationalreproducibility.html#some-points-for-improvement-in-computational-reproducibility
A large-scale study on research code quality and execution - Scientific Data

This article presents a study on the quality and execution of research code from publicly-available replication datasets at the Harvard Dataverse repository. Research code is typically created by a group of scientists and published together with academic papers to facilitate research transparency and reproducibility. For this study, we define ten questions to address aspects impacting research reproducibility and reuse. First, we retrieve and analyze more than 2000 replication datasets with over 9000 unique R files published from 2010 to 2020. Second, we execute the code in a clean runtime environment to assess its ease of reuse. Common coding errors were identified, and some of them were solved with automatic code cleaning to aid code execution. We find that 74% of R files failed to complete without error in the initial execution, while 56% failed when code cleaning was applied, showing that many errors can be prevented with good coding practices. We also analyze the replication datasets from journalsโ€™ collections and discuss the impact of the journal policy strictness on the code re-execution rate. Finally, based on our results, we propose a set of recommendations for code dissemination aimed at researchers, journals, and repositories.

Nature

Biomedical #Informatics, #AIInMedicine, #DigitalHealth folks:

You are invited to add yourself to the Biomedical & #HealthInformatics Social Media Directory maintained by me:
https://sites.google.com/view/informaticsdirectory

Hopefully this will help us stay connected no matter what platform!

Please Boost!

#TwitterMigration #MastadonMigration #AMIAInformatics #BiomedicalInformatics #DataScience #AI
@healthinformatics
@informatics
#EHR #bioinformatics #compbio #clinicalinformatics #informatician #informaticist

Home

Biomedical & Health Informatics Social Media Directory

In the time of #Covid (& flu), how can we make conferences safe for all? Recommendations from colleagues from https://www.independentsage.org/ #SafeAir. See BMJ article
https://www.bmj.com/content/379/bmj.o2872
Independent SAGE | Following the Science

Hello World. Time to figure out Mastodon.
ร—
New paper shows (as many papers before) that code that is shared will often not run. This is to be expected - few of us had training in this. But if you share code, go through checklists to prevent the most common mistakes. From the paper: https://www.nature.com/articles/s41597-022-01143-6 For some extra suggestions, see my textbook chapter on computational reproducibility: https://lakens.github.io/statistical_inferences/computationalreproducibility.html#some-points-for-improvement-in-computational-reproducibility
@lakens@mastodon.socia I'm not well-versed in R, so I'll ask: does R not have virtual environments, or is there another reason to go heavy -weight and use docker?
@lakens what about using something like Google Colab or similar for reproducible code that can be shared as a workbook?
@lakens This is a classic open source problem. "Open Source - broken out of the box, with no docs". That's my usual experience. Making code production ready - so it actually runs for users and they can understand it - is a *lot* of work, and a particular skill. It is very rare to find.
@lakens the R package โ€žhereโ€œ is great for relative file paths
@lakens There is an excellent beginner's guide here, from @debruine https://www.youtube.com/watch?v=w056yEMyJnE
Tips on how to review your code | Prof Lisa Debruine

YouTube
@ThatNeilMartin @debruine Yes, and she is working with a team on a codecheck protocol which will be great! (good to find you here)
@lakens the relative paths issue is something I've gone back and forth on. If I have code on github and data on figshare, then I have to either tell the user where to put the data (relative path) or tell them to edit the script to point to where they saved it (absolute path). The ideal would be that I don't have to issue any such instruction. Figshare has a download API but you need to login/authenticate even to access public datasets. Any good solution?
@sarahmcintyre I have seen people download automatically from the OSF, which does not require a download. You can also use an R project - that uses relative paths, and you can share an entire folder of files. Finally, it is fine to say in the beginning people need to point to a folder with the data - that is not a reproducibility issue, I think it is fine.

@lakens @sarahmcintyre Yeah, even with a relative path, it can be helpful to put a path variable right at the top of the script.

PATH_TO_DATA = "exp1_data/"

It's also convenient for when multiple experiments use the same analysis, and you just want to swap out the dataset.