Psssst… Quarterly RSEED Newsletter launched

research software engineering
economic data
teaching
RSEED news
Want to know more about new courses or community events around programming with data? Do you want to know how RSEED at KOF Lab evolves over time? Are you on the lookout for the next job opportunity in the field? Mix in our take on the latest developments in the field. If you interested in any of the above, this newsletter is for you. No Spam. Just one email per quarter.
Author

Matthias Bannert

Published

November 6, 2023

Code
library(qrcode)
q <- qrcode::qr_code(
    "https://kof.ethz.ch/en/the-institute/kof-divisions/research-division-kof-lab/rseed/subscription.html",
    ecl = "M"
)

ql <- qrcode::add_logo(q, "rseed-blk.png")
plot(ql)

Subscribe to the RSEED Newsletter.