Naupaka Zimmerman

Phyllosphere microbial ecology and bioinformatics at the University of San Francisco.

#rstats #bioinformatics #ReproducibleResearch #OpenScience #fungi #plants #ecology #pedagogy #emacs

#fedi22

Naupaka Zimmerman boosted:
2025-06-20

Another option I haven't explored following this request:
Is there an institute, university, or lab in Europe that would be willing to host a mastodon server? Reach out to me if you think this would be possible at your place of work or if you're interested in figuring it out.
Resources required are relatively small for our size.

Some reassurance: the server will not close, I just prefer thinking way in advance for long-term sustainability.

Naupaka Zimmermannaupaka@ecoevo.social
2025-04-13

@drdrang @kagihq I've been using it for at least a year now, definitely worth it. Better results and no ads. Happy to pay for a service I use so frequently.

Naupaka Zimmerman boosted:
2025-02-09

Really exciting, massive, massive feature update for the tidyverse - purrr has gone parallel…

purrr.tidyverse.org/dev/refere

Please do try it out in the dev version and let us know how it goes!

Thanks to @hadleywickham @lionel and @davis for making it a reality!

#rstats #tidyverse
purrr.tidyverse.org

Naupaka Zimmerman boosted:
2025-02-09

Folks in data rescue and archiving initiatives may find this #RStats package from @ropensci.org useful: `gitcellar` downloads and archives all repos, issues, and PRs from a GitHub organization in one shot: docs.ropensci.org/gitcellar/ #DataRescue @datarescue2025.bsky.social

Helps Download Archives of Git...

Naupaka Zimmerman boosted:
2025-02-07

Modern-Day Oracles or Bullshit Machines?

Jevin West and I have spent the last eight months developing the course on large language models (LLMs) that we think every college freshman needs to take.

thebullshitmachines.com

This is not a computer science course.

It’s a humanities course about how to learn and work and thrive in an AI world.

Neither instructor nor students need a technical background. Our instructor guide provides a choice of activities for each lesson that will easily fill an hour-long class.

The entire course is available freely online. Our 18 online lessons each take 5-10 minutes; each illuminates one core principle. They are suitable for self-study, but have been tailored for teaching in a flipped classroom.

The course is a sequel of sorts to our course (and book) Calling Bullshit. We hope that like its predecessor, it will be widely adopted worldwide.

Large language models are both powerful tools, and mindless—even dangerous—bullshit machines. We want students to explore how to resolve this dialectic.

Entry page for Modern-Day Oracles of Bullshit Machines: How to thrive in a ChatGPT world. 

By Carl Bergstrom and Jevin West.

Background: digital figures walking across a black backdrop.
Naupaka Zimmerman boosted:
2025-01-20

The {tidyjson} #RStats 📦 “turns complex 'JSON' data into tidy data frames.” By Cole Arendt & Jeremy Stanley.
github.com/colearendt/tidyjson

The following example takes a character vector of 500 documents in the worldbank dataset and spreads out all objects.
Every JSON object key gets its own column with types inferred, so long as the key does not represent an array. When recursive=TRUE (the default behavior), spread_all does this recursively for nested objects and creates column names using the sep parameter (i.e. {"a":{"b":1}} with sep='.' would generate a single column: a.b).

library(dplyr)
library(tidyjson)

worldbank %>% spread_all
#> # A tbl_json: 500 x 9 tibble with a "JSON" attribute
[With excerpt columns spread out]

Some objects in worldbank are arrays, which are not handled by spread_all. This example shows how to quickly summarize the top level structure of a JSON collection

worldbank %>% gather_object %>% json_types %>% count(name, type)
#> # A tibble: 8 × 3
#>   name                type       n
Naupaka Zimmerman boosted:
lfa :emacs: :tux: :freebsd:lfa@hostux.social
2025-01-20

If you use #Emacs and #OrgMode I'm sure you'll find this short talk by @howard interesting.

EmacsConf 2024: Literate programming for the 21st Century

toobnix.org/videos/watch/a87a1

Naupaka Zimmerman boosted:
2025-01-20

I am launching a broad call for finding an ecology and/or evolution society that could take ecoevo.social under its wings.
While I am very happy to continue managing the technical and community aspect of this server, I do not have the bandwidth to start looking into taxes and non-profit creation issues.
1/3
@eseb @officialSMBE @ASNAmNat @sse_evolution @SystBiol @BritishEcolSoc #sfe2

Naupaka Zimmerman boosted:
James Balamutacoatless
2024-12-15

At long last... An official way to convert from office formats to with Microsoft's new {markitdown} package!!!!

Next week's datathoning will be fun :)

github.com/microsoft/markitdown

A screenshot of the top half of the markitdown python package repository showing how to convert a microsoft excel spreedsheet into markdown.
Naupaka Zimmermannaupaka@ecoevo.social
2024-12-12

🌱 🦠 🔬 Job -- Assistant Professor of Practice in Biotechnology and Plant and Microbial Sciences at University of Arizona arizona.csod.com/ux/ats/career

Naupaka Zimmerman boosted:
2024-12-06

To partly answer my own question this looks like a pretty extensive and well curated list of postbac opportunities in ecology:

pathwaystoscience.org/Discipli

Naupaka Zimmerman boosted:
2024-12-06

I'm looking for postbac opportunities in ecology/wildlife for someone looking to improve their research experience for grad school applications. If there are good compilations I'd love to be pointed to them, but also interested in individual programs if folks are aware of them. Thanks!

#Ecology #Wildlife

Naupaka Zimmerman boosted:
2024-11-24

📝 "Get your codebase lint-free forever with lintr"

👤 Maëlle Salmon (@maelle)

🔗 masalmon.eu/2024/08/28/lintr-3

#rladies #rstats

Naupaka Zimmermannaupaka@ecoevo.social
2024-11-13

@jimjamslam @adamhsparks Ivory has this option

Naupaka Zimmerman boosted:
2024-11-05

🐳 Curious about containers? Learn how to create reproducible R environments with containers! Join @noamross, disease ecologist & rOpenSci Executive Director, as he dives into the Rocker Project & more!

👉 Nov 19, 5 pm EST | Register here: r-consortium.org/webinars/cont

#RStats #Containerization

Naupaka Zimmerman boosted:
2024-11-03

From Weverthon Machado: “📊When teaching or giving a talk, do you like presenting plots step by step, revealing e.g. one group at a time? This is often useful for walking through complex results.

“I made a R package that makes it extremely easy to do this!

“ggreveal: Reveal a ggplot incrementally”

weverthon.com/ggreveal/

#rstats #dataviz #ggplot #ggplot2 @rstats #R

Naupaka Zimmerman boosted:
2024-11-03

Hi Mastodon! 👋

Dipping my toes here given the situation on the birdsite. I am Editor in Chief of #PLOSBiology, interested in all things science.

A virologist by training, I am passionate about #OpenScience and making publication process a transparent and constructive one.

I look forward to chatting about science, the evolving publishing landscape, traveling, cooking and a bit of everything!

Naupaka Zimmermannaupaka@ecoevo.social
2024-10-30

Welcome @DaveSwofford of PAUP* fame to ecoevo.social!

Naupaka Zimmerman boosted:
Yvonne Lamyvonnezlam
2024-10-18

@gvwilson It's not quite that but Tara McPherson's Unix at Midcentury comes to mind for me: s3.amazonaws.com/arena-attachm

Naupaka Zimmerman boosted:
2024-10-18

Looking beyond Popper: How philosophy can be relevant to ecology.

#Philosophy
Exciting, team effort Led by @tinaheger

Just Accepted in @Oikos_Journal !!
Preprint @authorea
doi.org/10.22541/au.172451632.

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst