Informática y Ciencias de la InformaciónInglésGhost

Front Matter

Front Matter
The Front Matter Blog covers the intersection of science and technology since 2007.
Página de inicioFeed AtomMastodonISSN 2749-9952
language
Rogue ScholarInformática y Ciencias de la InformaciónInglés
Publicado

Continuing the work on streamlining the DOI assignment for new blog posts in the Rogue Scholar science blog archive, I discovered and fixed a major bug. Rogue Scholar DOIs strings are generated from a random number and include a checksum. It turns out that this checksum was wrong, affecting all Rogue Scholar posts generated with the commonmeta Go library between May 2024 and today.

FeatureRogue ScholarInformática y Ciencias de la InformaciónInglés
Publicado

The Rogue Scholar science blog archive depends on RSS feeds to automatically collect metadata and content. Atom, JSON Feed, and JSON APIs (e.g. for the WordPress, Ghost, or Substack platforms) are closely related to RSS. The Rogue Scholar API understands these different formats and regularly (currently every 10 min) checks participating blogs for new or updated content and associated metadata.

Rogue ScholarNewsletterInformática y Ciencias de la InformaciónInglés
Publicado

December has seen good growth in the number of blogs participating in the Rogue Scholar science blog archive, with 10 blogs joining in the last three weeks. Here you can find all Rogue Scholar blogs, sorted by join date, and the December 2024 additions are listed below.

Rogue ScholarInformática y Ciencias de la InformaciónInglés
Publicado

On October 16, 2024, the Rogue Scholar Advisory Board met for the second time since it started in January 2024. Since January Rogue Scholar has achieved several major milestones. In May, DOI registration was switched to using a new commonmeta Go library. This switch allows faster and more flexible DOI registrations and updates (supporting both Crossref and DataCite), which now routinely happen within minutes of blog post publication.

Rogue ScholarOpen InfrastructureInformática y Ciencias de la InformaciónInglés
Publicado

The latest update of the Rogue Scholar science blog archive this week improves the finding and tracking of science blog post references, both on the website and in the API. This update again takes advantage of functionality of the InvenioRDM repository platform, with some minor tweaks.

Rogue ScholarOpen InfrastructureInformática y Ciencias de la InformaciónInglés
Publicado

The science blog archive Rogue Scholar depends heavily on GitHub Actions. They are used to trigger content and metadata extraction of new blog posts and to register DOIs for these posts with Crossref. More recently they have also been used to push this content and metadata to the new InvenioRDM-based Rogue Scholar platform. GitHub Actions are workflows that typically operate on the command line.