Matt Crump

@MattCrumpLab
1 Followers
72 Following
38 Posts

Prof at Brooklyn College
Computational Cognition, #Rstats and 2cats

Posting about #cognition #teaching and research, writing #OER textbooks, teaching computer skills, and sometimes #art, #synthesizers, and other rabbit holes

he/him

**Learning the ropes, keeping this account for now, but digging holes over here @MattCrump **

Websitehttps://crumplab.com
Active @@MattCrump

I migrated to my own instance. Will be active over here:

@MattCrump

Apply now for @debruine and my's #UofGUpskilling course "Applied Data Skills for Processing and Presenting Data" using #rstats
starting in Jan 24! Free for Scottish-domiciled/£799 otherwise, more info on how to apply at https://www.gla.ac.uk/study/microcredentials/applieddataskillsforprocessingandpresentingdata/

And because we believe in Open Educational Resources, you can check out most of the course materials in advance at https://psyteachr.github.io/ads-v1/ (we reserve the right to make minor changes before the course starts in January😉).

#openscience #datascience

University of Glasgow - Study - Microcredentials - Applied Data Skills for Processing and Presenting Data

Howdy all - interested to see how this experiment goes. I have decided to take a different approach from Twitter regarding following - there I followed very few people, here I am going to follow anyone who follows me
who seems at all relevant.

So many questions, one of them is what happens if I "at" myself on an another instance?

@MattCrumpLab

Since v2.4.1 you can even pass DOIs as arguments. The references' metadata is then automatically retrieved at Crossref via the {rcrossref} package.

Also, the QR-code in HTML output is itself a clickable URL to the referenced paper. (note: there seems to be an issue here in quarto-documents, working on it).

Check out the vignette / documentation here:
https://nucleic-acid.github.io/namedropR/

Give feedback / report issues here:
https://github.com/nucleic-acid/namedropR/issues

#rstats @rstats #citation #academicchatter #academia

Create Visual Citations for Presentations and Posters

Provides visual citations containing the metadata of a scientific paper and a QR code. A visual citation is a banner containing title, authors, journal and year of a publication. This package can create such banners based on BibTeX and BibLaTeX references or call the reference metadata from Crossref-API. The banners include a QR code pointing to the DOI. The resulting HTML object or PNG image can be included in a presentation to point the audience to good resources for further reading. Styling is possible via predefined designs or via custom CSS. This package is not intended as replacement for proper reference manager packages, but a tool to enrich scientific presentation slides and conference posters.

I think I'm missing notifications on replies right now. Thanks for the ones I saw so far

I ended up going with kable, and made notes of my struggles here:

https://crumplab.com/blog/884_10_25_22_ReadingListCognition/

crumplab - A reading list for cognition

Developing a reading list for cognitive psychology to supplement an introductory textbook.

I'm trying to render citations in an #Rmarkdown #QuartoPub document, and get an interactive HTML table that I can sort by date.

E.g., I have a dataframe, and one of the columns has [@citation] text entries

Knitr::kable() renders the citations, and they show up in the reference list, but doesn't do interactive tables?

Neither reactable::reactable() or DT::datatable() render the citations. Still searching #rstats, if anyone knows how to make this happen lemme know

I suspect this server is under load and my home timeline is now on a long delay, I guess I should get some work done.

Spending the morning trying to move this #cognitive reading list project forward

https://crumplab.com/blog/884_10_25_22_ReadingListCognition/

I'm making curated lists of papers in #CognitivePsychology as a student resource for an #OER textbook. E.g., if students like the chapter topic, they can find more good reads from the list (and even suggest papers to add etc.).

I'm not even close to picking articles, but working on how I would present the lists a webpage using #quarto and #rstats

crumplab - A reading list for cognition

Developing a reading list for cognitive psychology to supplement an introductory textbook.

I'm a bit annoyed by the lack of #markdown support on #Mastodon.

Countless issues have been open over the past 5 years, countless PRs submitted, and every time the developers come up with a new blocker ("it's unsafe"/"it's hard to implement"/"it doesn't fit the purpose of a social with max 500 characters per toot"/"but Markdown isn't the only possible format"), and eventually nothing moves.

My instance is patched to support up to 10,000 characters. And it's hard to write long posts where the reader's attention doesn't get lost if those are polluted with raw links, or don't have text/code formatting, because the underlying platform doesn't support them.

Does anyone know if there are some working forks out there that 100% support markdown posts, so I can import their changes into my fork? Otherwise, I may go on and implement it myself. It shouldn't be hard in Ruby to just install CommonMarker as a dependency and render Markdown content as HTML.