Rogue Scholar Beiträge

language
Veröffentlicht in Le blog Zotero francophone
Autor Collectif

Afin que les utilisateurs soient déchargés de l’abonnement individuel au stockage Zotero, Zotero propose deux types d’offre collective : “Zotero Lab” adapté pour des équipes à partir de 15 personnes et “Zotero Institution” pour couvrir un organisme entier. A la suite de l’appel à contribution lancé dans notre dernier bulletin de veille, nous vous proposons l’éclairage de quatre retours d’expérience concernant ces deux offres.

Veröffentlicht in rOpenSci - open tools for open science

Say you have a bug report or feature request to make to a package.How can you use information on GitHub to manage your expectations (will there be a quick fix) and actions (should you go ahead and fork the repository)?In this post, we shall go over sources of information and explain how they can be used.In the end, there is no magical recipe, except perhaps graciousness, as software is made by humans.

Veröffentlicht in quantixed

Niche tech tips are the cornerstone of this website, and here is another. How to upgrade an iTunes/Music library whilst maintaining the database. I know everyone streams music these days – hence this is likely a very niche tech tip – but I still maintain a large music database on a server. The data in my library is precious (to me) since it tracks my listening habits over 17 years.

¡Hola! Soy Yanina Bellini Saibene, tu nueva Community Manager. Estoy muy entusiasmada de unirme a rOpenSci con este rol y así poder apoyar un proyecto tan importante en la ciencia abierta y en la Comunidad R. Cuando vi la convocatoria para el puesto, pensé que mis más de 20 años de experiencia trabajando en comunidades, siendo profesora e investigadora se alineaban perfectamente.

InformatikEnglisch
Veröffentlicht in Research Software Alliance
Autor FAIR4RS Working Group Steering Committee

Cross-posted on 21 June 2022. FAIR Principles for Research Software Released June 21, 2022 FAIR4RS Working Group Steering Committee We are pleased to announce the release of version 1.0 of the FAIR Principles for Research Software (FAIR4RS Principles), after about 2 years of work by over 500 people.

Veröffentlicht in quantixed

Previously I wrote about latin squares and set a puzzle. We can demonstrate this for an n x n latin square where n = 12 In the above images, the normalised latin square only has 12 different pairs out of a possible 66. The density plot shows the pairings in the lower triangle, grey represents 0. A randomly generated latin square (where all rows and all columns feature 1 to 12 exactly once) is shown where all possible pairs are captured.

These days web Application Programming Interfaces (APIs) are everywhere (scientific data sources, your system for Customer relationship management, cat facts API…). Do you need to write some R code wrapping a web resource such as an API? Packaging it up might be useful to you or your team for the same reason as any code.