Show more

Excellent piece from Grégory Miras on why new tools that change #accents in real time are harmful and problematic - they erase diversity - and make us less able to appreciate and listen to that diversity.

#linguistics #AccentBias

theconversation.com/why-ai-sof

Metrics reloaded. "A comprehensive framework guiding researchers in the problem-aware selection of metrics."
A must-read for everyone doing in
arxiv.org/abs/2206.01653

One of the largest science funders, the Bill & Melinda Gates Foundation, will cease paying journal “article processing charges” and instead asks funded researchers to publish their work as preprints. This is fantastic. The costs of the current publishing system drain research funds and exclude too many scientists solely due to financial constraints. Funders are in a much better position to rock the “publishing” boat than researchers.
gatesfoundationoa.zendesk.com/

#academia #OpenScience #research

Have to output a bunch of dense scatterplots to PDF/SVG, but don't want the filesize to bloat with thousands of symbols to draw the points?

Learn from my mistakes instead of making your own:

```r
geom_point <- function(...) {
ggrastr::rasterise(ggplot2::geom_point(...), dpi = 300)
}
```
#rstats

I'm reviewing code that I wrote more than 1yr ago for a manuscript. I had a script with ~1000 lines and I just reduced it to 200 by using `purrr::map()` and my custom functions. It's crazy how if you just keep coding you eventually get better. I could go to 100-150 but I need to move on so I'll just leave it as is.

Are you based in the UK and interested in (in the but even outside!)? Would you like to discuss and with other people from different disciplines?

Then we invite you to a based upon a cross-UK survey of undergraduate teaching in study design and data analysis for , Science, and . The workshop aims to critically examine teaching practice with an eye on improving research reproducibility as a part of science reform.

What can you gain from the workshop?

- Cross-disciplinary perspective on the challenges faced and approaches to overcome them, and solidarity that comes from openly discussing challenges;

- Resources for teaching/to influence teaching of stats in an attendees’ own institution;

- Opportunity to benchmark your teaching programs versus those nationwide;

- Opportunity to gain “outside the box” (cross-discipline) perspective on why and how to teach study design and analysis;

- Knowledge of approaches and software people are using across UK to do/teach data analysis.

The workshop will occur *12 June*, 2024, at the University of Manchester. We anticipate the fee will be less than £20 (and will most likely be free)

Below, we provide links to (1) view the workshop's itinerary and (2) to sign up to indicate your general interest (we are gauging interest at the moment for organisational purposes; registration will follow).

Link for itinerary:
docs.google.com/document/d/1fj

Link to indicate interest:
forms.office.com/e/yfTsyPe49e

============================

Organising committee:

- Crispin Jordan (University of Edinburgh)
- Nicola Romanò (University of Edinburgh)
- Kasia Banas (University of Edinburgh)
- Vanessa Armstrong (Newcastle University)
- William Kay (Cardiff University)

@tedinski @inthehands dealing with an unpredictable support ("sometimes this will unblock a whole thing I didn't know I didn't know but sometimes this is a rabbit hole distracting me") is not a new meta skill of learning strategy. A lot of the folks I know teaching here are adapting the same meta skill building lessons for correcting misconceptions re how we learn. The hopeful side of students dealing with confusing technology imo is that it makes this stuff really immediately relevant to them.

I've been using Git for many years, I've given entire talks about it and I think using Git for version control in most real-world projects is like using a raw Linux kernel with a basic shell as an operating system: a bad idea.

This shouldn't really be surprising since Git came out of the Linux kernel project where people are already used to working with and on very low-level systems.

What's missing is stuff built on top of the very capable framework that Git is, an equivalent of what Debian or Ubuntu are in the Linux world, a thing people can actually use in a reasonable way.

And I don't mean GUI tools. We already have those but all they to is map the low level API of Git onto some buttons. What I mean is tools that add semantic meaning on top of Git that maps onto tasks that people actually do.

I don't want to "fast-forward-rebase the local copy tracking a remote branch" (an actual thing Git users have to do a lot), I want to "have my team-mate's changes from last week in my code"

Thanks to a StackOverflow question, I've outlined a method for deploying shiny live apps straight to GitHub Pages from a repository. This approach bypasses storing the converted app within the repo by integrating a GitHub Pages deployment step into the GitHub Action worker, which keeps the repo history focused on only the shiny app source.

Check it out:

👉 github.com/coatless-tutorials/

#rstats #shiny #rshinylive

Several of us overly online biologists spent years quietly doing an experiment on Twitter, trying to find out if tweeting about new studies from a set of mid-range journals caused an increase in later citations, compared to set of untweeted control articles.

Turns out we had no noticeable effect; the tweeted papers were cited at the same rate as the control set.

Our paper, headed by Trevor Branch, was published today in PLOS One:

#SciComm #Twitter #X #Science

journals.plos.org/plosone/arti

Preprint describing Nellie, a napari plugin for automated organelle segmentation. Results look impressive!

arxiv.org/abs/2403.13214

repo (with video): github.com/aelefebv/nellie

#CellBiology #microscopy #napari

@neuralreckoning Do they mean it doesn't cover ALL the costs of research but only part of it? In that case, if costs are fairly constant the more overheads they charge the larger proportion of the costs is covered. That's the benign interpretation. I have the impression it's more because of rankings, prestige and such, which in turn brings more funds. It's all business. The more I learn about the more I find evidence modern academia is managed as big corporations.

Our new "Data Hazards as an ethical toolkit for neuroscience" is out!

Read it on OSF!
osf.io/preprints/osf/yn2j9

This is some fantastic work that has been spearheaded by a great PhD student, Susana!
She care a lot about this project and has used her PhD as a case study for applying the proposed toolkit (which will become part of her PhD project!)

Writing this was fun, and it really made us think about of and how we should consider these issues at all stages of a project, from planning, through to after the end of the project.

We would be thrilled to hear what you think about this!

I am honestly floored at the #SegmentAnything implementation for #ImageJ / #Fiji

Even running on a laptop, once loaded, it's incredibly quick.

Moreover, it's a super-simple install which is a major barrier to many #AI #DeepLearning implementations.

Time to play around with some #Microscopy and #DigitalPathology data!

Details here: github.com/segment-anything-mo
Photo source: pexels.com/photo/photo-of-rail

Oh hey did you know the Getty museum released a ton of its work under CC0 recently? You can go to their website and download super high resolution of a ton of art and use it as much as you want with no legal strings attached getty.edu

Post by Marcus Meister about @eLife ’s publishing model. Positive assessment and a plea to make “live” preprints & abandon typesetting.

markusmeister.com/2024/03/17/a

#scientificpublishing

HOLY MACKEREL I just howled laughing. Y'all sometimes it is a pure blast to be old.

'Researchers have discovered a new way to hack AI assistants that uses a surprisingly old-school method: ASCII art. It turns out that chat-based large language models such as GPT-4 get so distracted trying to process these representations that they forget to enforce rules blocking harmful responses, such as those providing instructions for building bombs.'

arstechnica.com/security/2024/

I just did some primary-school level investigative work using Google Scholar to find out whether the use of generative #AI is genuinely a widespread issue in #AcademicPublishing and, within five minutes, I have cause for despair... 😲 #AcWri #AcademicChatter

"If you want to minimize the possibility of unexpected breakthroughs, tell [scientists] they will receive no resources at all unless they spend the bullk of their time competing against each other to convince you they already know what they are going to discover." - David Grabber, The Utopia of Rules.

Show more
Qoto Mastodon

QOTO: Question Others to Teach Ourselves
An inclusive, Academic Freedom, instance
All cultures welcome.
Hate speech and harassment strictly forbidden.